• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# 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.20.0"
17authors = ["The nix-rust Project Developers"]
18exclude = ["/.gitignore", "/.cirrus.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[package.metadata.docs.rs]
24targets = ["x86_64-unknown-linux-gnu", "aarch64-linux-android", "x86_64-apple-darwin", "aarch64-apple-ios", "x86_64-unknown-freebsd", "x86_64-unknown-openbsd", "x86_64-unknown-netbsd", "x86_64-unknown-dragonfly", "x86_64-fuchsia", "x86_64-unknown-redox"]
25
26[[test]]
27name = "test"
28path = "test/test.rs"
29
30[[test]]
31name = "test-aio-drop"
32path = "test/sys/test_aio_drop.rs"
33
34[[test]]
35name = "test-clearenv"
36path = "test/test_clearenv.rs"
37
38[[test]]
39name = "test-lio-listio-resubmit"
40path = "test/sys/test_lio_listio_resubmit.rs"
41
42[[test]]
43name = "test-mount"
44path = "test/test_mount.rs"
45harness = false
46
47[[test]]
48name = "test-ptymaster-drop"
49path = "test/test_ptymaster_drop.rs"
50[dependencies.bitflags]
51version = "1.1"
52
53[dependencies.cfg-if]
54version = "1.0"
55
56[dependencies.libc]
57version = "0.2.82"
58features = ["extra_traits"]
59[dev-dependencies.bytes]
60version = "0.4.8"
61
62[dev-dependencies.lazy_static]
63version = "1.2"
64
65[dev-dependencies.rand]
66version = "0.6"
67
68[dev-dependencies.semver]
69version = "0.9.0"
70
71[dev-dependencies.tempfile]
72version = "3.0.5"
73[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dev-dependencies.caps]
74version = "0.5.1"
75[target."cfg(target_os = \"dragonfly\")".build-dependencies.cc]
76version = "1"
77[target."cfg(target_os = \"freebsd\")".dev-dependencies.sysctl]
78version = "0.1"
79