cap-std 0.18.0

Capability-based version of the Rust standard library
Documentation
[badges.maintenance]
status = "actively-developed"
[build-dependencies.rustc_version]
version = "0.4.0"
[dependencies.arf-strings]
optional = true
version = "0.4.0"

[dependencies.cap-primitives]
version = "^0.18.0"

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

[dependencies.ipnet]
version = "2.3.0"

[dependencies.unsafe-io]
version = "0.9.1"

[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.18.0"
[target."cfg(not(windows))".dependencies.rsix]
version = "0.20.0"