# 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 = "cntr-nix" version = "0.11.3-pre1" authors = ["Mic92"] exclude = [".gitignore", ".travis.yml"] description = "Rust friendly bindings to *nix APIs (fork with features used in cntr)" categories = ["os::unix-apis"] license = "MIT" repository = "https://github.com/Mic92/cntr-nix" [lib] name = "nix" path = "src/lib.rs" [[test]] name = "test" path = "test/test.rs" [[test]] name = "test-aio-drop" path = "test/sys/test_aio_drop.rs" [[test]] name = "test-lio-listio-resubmit" path = "test/sys/test_lio_listio_resubmit.rs" [[test]] name = "test-mount" path = "test/test_mount.rs" harness = false [[test]] name = "test-ptymaster-drop" path = "test/test_ptymaster_drop.rs" [dependencies.bitflags] version = "1.0" [dependencies.cfg-if] version = "0.1.0" [dependencies.libc] version = "0.2" [dependencies.void] version = "1.0.2" [dev-dependencies.bytes] version = "0.4.8" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.rand] version = "0.4" [dev-dependencies.tempdir] version = "0.3" [dev-dependencies.tempfile] version = "2" [target."cfg(target_os = \"dragonfly\")".build-dependencies.cc] version = "1" [target."cfg(target_os = \"freebsd\")".dev-dependencies.sysctl] version = "0.1"