[badges.maintenance]
status = "actively-developed"
[build-dependencies.rustc_version]
version = "0.4.0"
[dependencies.arf-strings]
optional = true
version = "0.3.0"
[dependencies.cap-primitives]
version = "^0.15.1-alpha.0"
[dependencies.io-lifetimes]
version = "0.2.0"
[dependencies.ipnet]
version = "2.3.0"
[dependencies.unsafe-io]
version = "0.7.0"
[features]
default = []
fs_utf8 = ["arf-strings"]
[package]
authors = ["Dan Gohman <dev@sunfishcode.online>", "Jakub Konka <kubkon@jakubkonka.com>"]
categories = ["filesystem", "network-programming"]
description = "Capability-based version of the Rust standard library"
edition = "2018"
keywords = ["std", "api", "network", "file"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "cap-std"
repository = "https://github.com/bytecodealliance/cap-std"
version = "0.15.2"
[target."cfg(not(windows))".dependencies.posish]
version = "0.15.0"