cap-std 0.13.7

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

[dependencies.cap-primitives]
version = "0.13.7-alpha.0"

[dependencies.unsafe-io]
version = "0.6.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-oriented 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 = "0.13.7"
[target."cfg(not(windows))".dependencies.posish]
version = "0.6.0"