system-interface 0.25.9

Extensions to the Rust standard library
Documentation
[dependencies.bitflags]
version = "2.2.3"

[dependencies.cap-std]
optional = true
version = "1.0.0"

[dependencies.char-device]
optional = true
version = "0.16.0"

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

[dependencies.os_pipe]
features = ["io_safety"]
optional = true
version = "1.0.0"

[dependencies.socketpair]
optional = true
version = "0.19.0"

[dependencies.ssh2]
optional = true
version = "0.9.1"
[dev-dependencies.cap-fs-ext]
version = "1.0.0"

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

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

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

[features]
cap_std_impls = ["cap-std"]
cap_std_impls_fs_utf8 = ["cap-std/fs_utf8"]
default = []
use_os_pipe = ["os_pipe", "io-lifetimes/os_pipe"]

[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"
readme = "README.md"
repository = "https://github.com/bytecodealliance/system-interface"
version = "0.25.9"
[target."cfg(not(windows))".dependencies.rustix]
features = ["fs", "net"]
version = "0.38.0"
[target."cfg(windows)".dependencies.cap-fs-ext]
version = "1.0.0"

[target."cfg(windows)".dependencies.fd-lock]
version = "4.0.0"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Storage_FileSystem", "Win32_System_Pipes"]
version = "0.48.0"

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