cap-primitives 1.0.15

Capability-based primitives
Documentation
[dependencies.ambient-authority]
version = "0.0.2"

[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1.0.0"

[dependencies.fs-set-times]
version = "0.19.0"

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

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

[dependencies.ipnet]
version = "2.3.0"

[dependencies.maybe-owned]
version = "0.3.4"

[dev-dependencies]

[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"
readme = "README.md"
repository = "https://github.com/bytecodealliance/cap-std"
version = "1.0.15"
[target."cfg(not(windows))".dependencies.rustix]
features = ["fs", "process", "procfs", "termios", "time"]
version = "0.37.9"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Kernel", "Win32_System_WindowsProgramming"]
version = "0.48.0"

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