cap-primitives 0.2.0

Capability-oriented primitives
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "0.4.5"

[dependencies.ipnet]
version = "2.3.0"

[features]
default = ["no_racy_asserts", "windows_security_qos_flags"]
nightly = ["windows_by_handle", "windows_file_type_ext"]
no_racy_asserts = []
windows_by_handle = []
windows_file_type_ext = []
windows_security_qos_flags = []

[package]
authors = ["Dan Gohman <sunfish@mozilla.com>", "Jakub Konka <kubkon@jakubkonka.com>"]
categories = ["filesystem", "network-programming"]
description = "Capability-oriented primitives"
edition = "2018"
keywords = ["api", "network", "file"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "cap-primitives"
readme = "README.md"
repository = "https://github.com/sunfishcode/cap-std"
version = "0.2.0"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.72"

[target."cfg(not(windows))".dependencies.yanix]
version = "0.19.0"
[target."cfg(target_os = \"ios\")".dependencies.errno]
version = "0.2.6"
[target."cfg(target_os = \"linux\")".dependencies.lazy_static]
version = "1.4.0"
[target."cfg(target_os = \"macos\")".dependencies.errno]
version = "0.2.6"
[target."cfg(windows)".dependencies.winapi]
features = ["std", "errhandlingapi", "handleapi", "processthreadsapi", "profileapi", "securitybaseapi", "winbase", "winerror", "ws2def", "fileapi", "aclapi"]
version = "0.3.9"

[target."cfg(windows)".dependencies.winx]
version = "0.19.0"