system-interface 0.0.0

Extensions to the Rust standard library
Documentation
[badges.maintenance]
status = "actively-developed"
[dev-dependencies.atty]
version = "0.2.14"

[dev-dependencies.cap-std]
version = "0.5.0"

[dev-dependencies.cap-tempfile]
version = "0.5.0"

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

[features]
cap_std_impls = ["cap-std"]
default = []
nightly = ["cap-std/nightly"]

[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.0.0"
[target."cfg(not(windows))".dependencies.posish]
version = "0.4.1"
[target."cfg(windows)".dependencies.atty]
version = "0.2.14"

[target."cfg(windows)".dependencies.cap-std]
optional = true
version = "0.5.0"

[target."cfg(windows)".dependencies.winapi]
features = ["winerror", "winsock2"]
version = "0.3.9"

[target."cfg(windows)".dependencies.winx]
version = "0.20.0"