# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "system-interface" version = "0.27.2" authors = ["Dan Gohman "] exclude = ["/.github"] description = "Extensions to the Rust standard library" readme = "README.md" keywords = [ "api", "network", "file", ] categories = [ "filesystem", "network-programming", "os", ] license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" repository = "https://github.com/bytecodealliance/system-interface" [dependencies.bitflags] version = "2.2.3" [dependencies.cap-std] version = "3.0.0" optional = true [dependencies.char-device] version = "0.16.0" optional = true [dependencies.io-lifetimes] version = "2.0.0" default-features = false [dependencies.os_pipe] version = "1.0.0" features = ["io_safety"] optional = true [dependencies.socketpair] version = "0.19.0" optional = true [dependencies.ssh2] version = "0.9.1" optional = true [dev-dependencies.cap-fs-ext] version = "3.0.0" [dev-dependencies.cap-std] version = "3.0.0" [dev-dependencies.cap-tempfile] version = "3.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", ] [target."cfg(not(windows))".dependencies.rustix] version = "0.38.0" features = [ "fs", "net", ] [target."cfg(windows)".dependencies.cap-fs-ext] version = "3.0.0" [target."cfg(windows)".dependencies.cap-std] version = "3.0.0" [target."cfg(windows)".dependencies.fd-lock] version = "4.0.0" [target."cfg(windows)".dependencies.windows-sys] version = "0.52.0" features = [ "Win32_Foundation", "Win32_Networking_WinSock", "Win32_Storage_FileSystem", "Win32_System_Pipes", ] [target."cfg(windows)".dependencies.winx] version = "0.36.0"