abrasion/third_party/cargo/vendor/nix-0.18.0/Cargo.toml

77 lines
1.9 KiB
TOML
Raw Normal View History

2020-01-18 23:27:25 +00:00
# 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
2021-01-07 23:38:16 +00:00
# to registry (e.g., crates.io) dependencies
2020-01-18 23:27:25 +00:00
#
# 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]
2021-01-07 23:38:16 +00:00
edition = "2018"
2020-01-18 23:27:25 +00:00
name = "nix"
2021-01-07 23:38:16 +00:00
version = "0.18.0"
2020-01-18 23:27:25 +00:00
authors = ["The nix-rust Project Developers"]
exclude = ["/.gitignore", "/.travis.yml", "/ci/*", "/Cross.toml", "/RELEASE_PROCEDURE.md", "/bors.toml"]
description = "Rust friendly bindings to *nix APIs"
categories = ["os::unix-apis"]
license = "MIT"
repository = "https://github.com/nix-rust/nix"
[[test]]
name = "test"
path = "test/test.rs"
[[test]]
name = "test-aio-drop"
path = "test/sys/test_aio_drop.rs"
2021-01-07 23:38:16 +00:00
[[test]]
name = "test-clearenv"
path = "test/test_clearenv.rs"
2020-01-18 23:27:25 +00:00
[[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]
2021-01-07 23:38:16 +00:00
version = "1.1"
2020-01-18 23:27:25 +00:00
[dependencies.cfg-if]
2021-01-07 23:38:16 +00:00
version = "0.1.10"
2020-01-18 23:27:25 +00:00
[dependencies.libc]
2021-01-07 23:38:16 +00:00
version = "0.2.73"
features = ["extra_traits"]
2020-01-18 23:27:25 +00:00
[dev-dependencies.bytes]
version = "0.4.8"
[dev-dependencies.lazy_static]
version = "1.2"
[dev-dependencies.rand]
2021-01-07 23:38:16 +00:00
version = "0.6"
[dev-dependencies.semver]
version = "0.9.0"
2020-01-18 23:27:25 +00:00
[dev-dependencies.tempfile]
version = "3.0.5"
[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dev-dependencies.caps]
version = "0.3.1"
[target."cfg(target_os = \"dragonfly\")".build-dependencies.cc]
version = "1"
[target."cfg(target_os = \"freebsd\")".dev-dependencies.sysctl]
version = "0.1"