cap-std 2.0.2

Capability-based version of the Rust standard library
Documentation
[dependencies.arf-strings]
optional = true
version = "0.7.0"

[dependencies.camino]
optional = true
version = "1.0.5"

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

[dependencies.io-extras]
version = "0.18.0"

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

[features]
arf_strings = ["fs_utf8", "arf-strings"]
default = []
fs_utf8 = ["camino"]

[lib]
name = "cap_std"
path = "src/lib.rs"

[package]
authors = ["Dan Gohman <dev@sunfishcode.online>", "Jakub Konka <kubkon@jakubkonka.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["filesystem", "network-programming"]
description = "Capability-based version of the Rust standard library"
edition = "2021"
keywords = ["std", "api", "network", "file"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "cap-std"
readme = "README.md"
repository = "https://github.com/bytecodealliance/cap-std"
version = "2.0.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg=docsrs"]

[target."cfg(not(windows))".dependencies.rustix]
features = ["fs"]
version = "0.38.0"