cap-std 0.4.0

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

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

[features]
can_vector = []
default = []
fs_utf8 = ["arf-strings"]
nightly = ["cap-primitives/nightly", "with_options", "can_vector", "read_initializer", "write_all_vectored", "seek_convenience"]
read_initializer = []
seek_convenience = []
with_options = []
write_all_vectored = []

[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/sunfishcode/cap-std"
version = "0.4.0"