[badges.maintenance]
status = "actively-developed"
[build-dependencies.rustc_version]
version = "0.3.0"
[dependencies.async-std]
optional = true
version = "1.8.0"
[dependencies.cap-async-std]
optional = true
version = "0.11.0"
[dependencies.cap-std]
optional = true
version = "0.11.0"
[dependencies.char-device]
optional = true
version = "0.0.0"
[dependencies.os_pipe]
optional = true
version = "0.9.2"
[dependencies.socketpair]
optional = true
version = "0.3.1"
[dependencies.unsafe-io]
version = "0.2.0"
[dev-dependencies.atty]
version = "0.2.14"
[dev-dependencies.cap-fs-ext]
version = "0.11.0"
[dev-dependencies.cap-std]
version = "0.11.0"
[dev-dependencies.cap-tempfile]
version = "0.11.0"
[dev-dependencies.tempfile]
version = "3.2.0"
[features]
cap_async_std_impls = ["async-std", "cap-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 = []
[package]
authors = ["Dan Gohman <dev@sunfishcode.online>"]
categories = ["filesystem", "network-programming", "os"]
description = "Extensions to the Rust standard library"
edition = "2018"
keywords = ["api", "network", "file"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "system-interface"
readme = "README.md"
repository = "https://github.com/bytecodealliance/system-interface"
version = "0.5.3"
[target."cfg(not(windows))".dependencies.posish]
version = "0.5.9"
[target."cfg(windows)".dependencies.atty]
version = "0.2.14"
[target."cfg(windows)".dependencies.cap-fs-ext]
version = "0.11.0"
[target."cfg(windows)".dependencies.winapi]
features = ["winerror", "winsock2"]
version = "0.3.9"