nix 0.20.0

Rust friendly bindings to *nix APIs
Documentation
[[test]]
name = "test"
path = "test/test.rs"

[[test]]
name = "test-aio-drop"
path = "test/sys/test_aio_drop.rs"

[[test]]
name = "test-clearenv"
path = "test/test_clearenv.rs"

[[test]]
name = "test-lio-listio-resubmit"
path = "test/sys/test_lio_listio_resubmit.rs"

[[test]]
harness = false
name = "test-mount"
path = "test/test_mount.rs"

[[test]]
name = "test-ptymaster-drop"
path = "test/test_ptymaster_drop.rs"
[dependencies.bitflags]
version = "1.1"

[dependencies.cfg-if]
version = "1.0"

[dependencies.libc]
features = ["extra_traits"]
version = "0.2.82"
[dev-dependencies.bytes]
version = "0.4.8"

[dev-dependencies.lazy_static]
version = "1.2"

[dev-dependencies.rand]
version = "0.6"

[dev-dependencies.semver]
version = "0.9.0"

[dev-dependencies.tempfile]
version = "3.0.5"

[package]
authors = ["The nix-rust Project Developers"]
categories = ["os::unix-apis"]
description = "Rust friendly bindings to *nix APIs"
edition = "2018"
exclude = ["/.gitignore", "/.cirrus.yml", "/ci/*", "/Cross.toml", "/RELEASE_PROCEDURE.md", "/bors.toml"]
license = "MIT"
name = "nix"
repository = "https://github.com/nix-rust/nix"
version = "0.20.0"
[package.metadata.docs.rs]
targets = ["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"]
[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dev-dependencies.caps]
version = "0.5.1"
[target."cfg(target_os = \"dragonfly\")".build-dependencies.cc]
version = "1"
[target."cfg(target_os = \"freebsd\")".dev-dependencies.sysctl]
version = "0.1"