cap-std-ext 0.26.1

Extension APIs for cap-std
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.cap-tempfile]
version = "0.25.1"
[dev-dependencies.anyhow]
version = "1.0"

[package]
authors = ["Colin Walters <walters@verbum.org>"]
description = "Extension APIs for cap-std"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "cap-std-ext"
readme = "README.md"
repository = "https://github.com/cgwalters/cap-std-ext"
resolver = "2"
version = "0.26.1"
[target."cfg(not(windows))".dependencies.rustix]
features = ["procfs"]
version = "0.35.0"