[badges.maintenance]
status = "actively-developed"
[build-dependencies.rustc_version]
version = "0.4.0"
[dependencies.async-std]
optional = true
version = "1.10.0"
[dependencies.bitflags]
version = "1.2.1"
[dependencies.cap-async-std]
optional = true
version = "0.22.0"
[dependencies.cap-std]
optional = true
version = "0.22.0"
[dependencies.char-device]
optional = true
version = "0.10.0"
[dependencies.io-lifetimes]
default-features = false
version = "0.4.0"
[dependencies.os_pipe]
optional = true
version = "1.0.0"
[dependencies.socket2]
optional = true
version = "0.4.0"
[dependencies.socketpair]
optional = true
version = "0.13.0"
[dependencies.ssh2]
optional = true
version = "0.9.1"
[dev-dependencies.atty]
version = "0.2.14"
[dev-dependencies.cap-fs-ext]
version = "0.22.0"
[dev-dependencies.cap-std]
version = "0.22.0"
[dev-dependencies.cap-tempfile]
version = "0.22.0"
[dev-dependencies.tempfile]
version = "3.2.0"
[features]
cap_async_std_impls = ["async-std", "cap-async-std", "io-lifetimes/async-std"]
cap_async_std_impls_fs_utf8 = ["async-std", "cap-async-std/fs_utf8"]
cap_std_impls = ["cap-std"]
cap_std_impls_fs_utf8 = ["cap-std/fs_utf8"]
default = []
use_os_pipe = ["os_pipe", "io-lifetimes/os_pipe"]
use_socket2 = ["socket2", "io-lifetimes/socket2"]
[package]
authors = ["Dan Gohman <dev@sunfishcode.online>"]
categories = ["filesystem", "network-programming", "os"]
description = "Extensions to the Rust standard library"
edition = "2018"
exclude = ["/.github"]
keywords = ["api", "network", "file"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "system-interface"
repository = "https://github.com/bytecodealliance/system-interface"
version = "0.17.0"
[target."cfg(not(windows))".dependencies.rustix]
version = "0.31.0"
[target."cfg(windows)".dependencies.atty]
version = "0.2.14"
[target."cfg(windows)".dependencies.cap-fs-ext]
version = "0.22.0"
[target."cfg(windows)".dependencies.winapi]
features = ["winerror", "winsock2"]
version = "0.3.9"
[target."cfg(windows)".dependencies.winx]
version = "0.30.0"