blob: 4317ceca45396594cfda7716f13e8aaed492dcb0 [file] [log] [blame]
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
name = "libmount"
version = "0.1.15"
authors = ["paul@colomiets.name"]
description = " The type-safe wrapper around mount system call\n"
homepage = "http://github.com/tailhook/libmount"
documentation = "http://docs.rs/libmount"
readme = "README.md"
keywords = ["linux", "container", "mount", "volume", "filesystem"]
license = "MIT/Apache-2.0"
[lib]
name = "libmount"
path = "src/lib.rs"
[dependencies.libc]
version = "0.2.28"
[dependencies.nix]
version = "0.14"
[dependencies.quick-error]
version = "1.2.0"
[dev-dependencies.argparse]
version = "0.2.1"
[dev-dependencies.env_logger]
version = "0.5.10"
[dev-dependencies.log]
version = "0.4.1"