cap-std 1.0.10

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 = "^1.0.10"

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

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

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

[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"
readme = "README.md"
repository = "https://github.com/bytecodealliance/cap-std"
version = "1.0.10"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg=doc_cfg"]
[target."cfg(not(windows))".dependencies.rustix]
features = ["fs"]
version = "0.37.0"