rsix 0.23.4

Safe Rust ("rs") bindings to POSIX-like/Unix-like/Linux ("ix") syscalls
Documentation
[[bench]]
harness = false
name = "mod"
[badges.maintenance]
status = "actively-developed"
[build-dependencies.cc]
version = "1.0.68"

[build-dependencies.rustc_version]
version = "0.4.0"
[dependencies.bitflags]
version = "1.3.2"

[dependencies.io-lifetimes]
default-features = false
version = "0.3.0"

[dependencies.itoa]
default-features = false
version = "0.4.7"
[dev-dependencies.atty]
version = "0.2.14"

[dev-dependencies.cstr]
version = "0.2.8"

[dev-dependencies.libc]
version = "0.2.98"

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

[features]
async-std = ["io-lifetimes/async-std"]
default = []
fs-err = ["io-lifetimes/fs-err"]
mio = ["io-lifetimes/mio"]
os_pipe = ["io-lifetimes/os_pipe"]
socket2 = ["io-lifetimes/socket2"]
tokio = ["io-lifetimes/tokio"]

[package]
authors = ["Dan Gohman <dev@sunfishcode.online>", "Jakub Konka <kubkon@jakubkonka.com>"]
categories = ["filesystem", "network-programming", "os::unix-apis"]
description = "Safe Rust (\"rs\") bindings to POSIX-like/Unix-like/Linux (\"ix\") syscalls"
documentation = "https://docs.rs/rsix"
edition = "2018"
exclude = ["/.github"]
keywords = ["api", "file", "network"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "rsix"
repository = "https://github.com/bytecodealliance/rsix"
version = "0.23.4"
[target."cfg(all(not(rsix_use_libc), any(target_os = \"linux\"), any(target_arch = \"x86\", all(target_arch = \"x86_64\", not(target_pointer_width = \"32\")), target_arch = \"arm\", target_arch = \"aarch64\", target_arch = \"riscv64\")))".dependencies.linux-raw-sys]
features = ["v5_4", "v5_11"]
version = "0.0.28"
[target."cfg(any(rsix_use_libc, not(all(any(target_os = \"linux\"), any(target_arch = \"x86\", all(target_arch = \"x86_64\", not(target_pointer_width = \"32\")), target_arch = \"arm\", target_arch = \"aarch64\", target_arch = \"riscv64\")))))".dependencies.errno]
version = "0.2.7"

[target."cfg(any(rsix_use_libc, not(all(any(target_os = \"linux\"), any(target_arch = \"x86\", all(target_arch = \"x86_64\", not(target_pointer_width = \"32\")), target_arch = \"arm\", target_arch = \"aarch64\", target_arch = \"riscv64\")))))".dependencies.libc]
features = ["extra_traits"]
version = "0.2.98"
[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dependencies.once_cell]
version = "1.5.2"
[target."cfg(not(target_os = \"emscripten\"))".dev-dependencies.criterion]
version = "0.3"