blob: 3f08692fa8e63a2b2ec8874fe5a6fbb9db59e5a7 [file] [log] [blame]
Andrew Walbran12f61402020-10-14 11:10:53 +01001# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "nix"
16version = "0.19.0"
17authors = ["The nix-rust Project Developers"]
18exclude = ["/.gitignore", "/.travis.yml", "/ci/*", "/Cross.toml", "/RELEASE_PROCEDURE.md", "/bors.toml"]
19description = "Rust friendly bindings to *nix APIs"
20categories = ["os::unix-apis"]
21license = "MIT"
22repository = "https://github.com/nix-rust/nix"
23
24[[test]]
25name = "test"
26path = "test/test.rs"
27
28[[test]]
29name = "test-aio-drop"
30path = "test/sys/test_aio_drop.rs"
31
32[[test]]
33name = "test-clearenv"
34path = "test/test_clearenv.rs"
35
36[[test]]
37name = "test-lio-listio-resubmit"
38path = "test/sys/test_lio_listio_resubmit.rs"
39
40[[test]]
41name = "test-mount"
42path = "test/test_mount.rs"
43harness = false
44
45[[test]]
46name = "test-ptymaster-drop"
47path = "test/test_ptymaster_drop.rs"
48[dependencies.bitflags]
49version = "1.1"
50
51[dependencies.cfg-if]
52version = "0.1.10"
53
54[dependencies.libc]
55version = "0.2.78"
56features = ["extra_traits"]
57[dev-dependencies.bytes]
58version = "0.4.8"
59
60[dev-dependencies.lazy_static]
61version = "1.2"
62
63[dev-dependencies.rand]
64version = "0.6"
65
66[dev-dependencies.semver]
67version = "0.9.0"
68
69[dev-dependencies.tempfile]
70version = "3.0.5"
71[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dev-dependencies.caps]
72version = "0.3.1"
73[target."cfg(target_os = \"dragonfly\")".build-dependencies.cc]
74version = "1"
75[target."cfg(target_os = \"freebsd\")".dev-dependencies.sysctl]
76version = "0.1"