blob: 122c1af2ff4f1f75cc68da75583dfcdf3b4c1189 [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
Joel Galensona37ede62021-09-22 11:11:35 -07006# to registry (e.g., crates.io) dependencies.
Andrew Walbran12f61402020-10-14 11:10:53 +01007#
Joel Galensona37ede62021-09-22 11:11:35 -07008# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
Andrew Walbran12f61402020-10-14 11:10:53 +010011
12[package]
13edition = "2018"
David LeGared1a942b2022-03-16 20:38:46 +000014rust-version = "1.46"
Andrew Walbran12f61402020-10-14 11:10:53 +010015name = "nix"
David LeGared1a942b2022-03-16 20:38:46 +000016version = "0.23.1"
Andrew Walbran12f61402020-10-14 11:10:53 +010017authors = ["The nix-rust Project Developers"]
David LeGared1a942b2022-03-16 20:38:46 +000018include = ["src/**/*", "test/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
Andrew Walbran12f61402020-10-14 11:10:53 +010019description = "Rust friendly bindings to *nix APIs"
20categories = ["os::unix-apis"]
21license = "MIT"
22repository = "https://github.com/nix-rust/nix"
Joel Galenson4727c112021-04-02 12:22:24 -070023[package.metadata.docs.rs]
Joel Galensone7950d92021-06-21 14:41:02 -070024targets = ["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", "x86_64-unknown-illumos"]
Andrew Walbran12f61402020-10-14 11:10:53 +010025
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]
David LeGared1a942b2022-03-16 20:38:46 +000051version = "1.1"
Andrew Walbran12f61402020-10-14 11:10:53 +010052
53[dependencies.cfg-if]
Joel Galenson4727c112021-04-02 12:22:24 -070054version = "1.0"
Andrew Walbran12f61402020-10-14 11:10:53 +010055
56[dependencies.libc]
David LeGared1a942b2022-03-16 20:38:46 +000057version = "0.2.102"
Andrew Walbran12f61402020-10-14 11:10:53 +010058features = ["extra_traits"]
Joel Galensone7950d92021-06-21 14:41:02 -070059[dev-dependencies.assert-impl]
60version = "0.1"
Andrew Walbran12f61402020-10-14 11:10:53 +010061
62[dev-dependencies.lazy_static]
63version = "1.2"
64
David LeGared1a942b2022-03-16 20:38:46 +000065[dev-dependencies.parking_lot]
66version = "0.11.2"
67
Andrew Walbran12f61402020-10-14 11:10:53 +010068[dev-dependencies.rand]
Joel Galensone7950d92021-06-21 14:41:02 -070069version = "0.8"
Andrew Walbran12f61402020-10-14 11:10:53 +010070
71[dev-dependencies.semver]
Joel Galensone7950d92021-06-21 14:41:02 -070072version = "1.0.0"
Andrew Walbran12f61402020-10-14 11:10:53 +010073
74[dev-dependencies.tempfile]
Joel Galensone7950d92021-06-21 14:41:02 -070075version = "3.2.0"
Andrew Walbran12f61402020-10-14 11:10:53 +010076[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dev-dependencies.caps]
Joel Galenson4727c112021-04-02 12:22:24 -070077version = "0.5.1"
Joel Galensone7950d92021-06-21 14:41:02 -070078[target."cfg(not(target_os = \"redox\"))".dependencies.memoffset]
79version = "0.6.3"
Andrew Walbran12f61402020-10-14 11:10:53 +010080[target."cfg(target_os = \"dragonfly\")".build-dependencies.cc]
81version = "1"
82[target."cfg(target_os = \"freebsd\")".dev-dependencies.sysctl]
83version = "0.1"