[badges.maintenance]
status = "actively-developed"
[build-dependencies.rustc_version]
version = "0.3.0"
[dependencies.ambient-authority]
version = "0.0.0"
[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1.0.0"
[dependencies.fs-set-times]
version = "0.3.1"
[dependencies.ipnet]
version = "2.3.0"
[dependencies.maybe-owned]
version = "0.3.4"
[dependencies.unsafe-io]
version = "0.6.0"
[package]
authors = ["Dan Gohman <dev@sunfishcode.online>", "Jakub Konka <kubkon@jakubkonka.com>"]
categories = ["filesystem", "network-programming"]
description = "Capability-based primitives"
edition = "2018"
keywords = ["api", "network", "file"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "cap-primitives"
repository = "https://github.com/bytecodealliance/cap-std"
version = "0.14.0"
[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dependencies.once_cell]
version = "1.4.1"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.81"
[target."cfg(not(windows))".dependencies.posish]
version = "0.6.0"
[target."cfg(target_os = \"ios\")".dependencies.errno]
version = "0.2.7"
[target."cfg(target_os = \"macos\")".dependencies.errno]
version = "0.2.7"
[target."cfg(windows)".dependencies.winapi]
version = "0.3.9"
[target."cfg(windows)".dependencies.winapi-util]
version = "0.1.5"
[target."cfg(windows)".dependencies.winx]
version = "0.25.0"