cap-std-ext 5.0.0

Extension APIs for cap-std
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.86.0"
name = "cap-std-ext"
version = "5.0.0"
authors = ["Colin Walters <walters@verbum.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extension APIs for cap-std"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/coreos/cap-std-ext"

[features]
default = []
fs_utf8 = ["cap-tempfile/fs_utf8"]

[lib]
name = "cap_std_ext"
path = "src/lib.rs"

[[test]]
name = "it"
path = "tests/it/main.rs"

[dependencies.cap-primitives]
version = "4"

[dependencies.cap-tempfile]
version = "4"

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.uuid]
version = "1.10"

[target."cfg(not(windows))".dependencies.libc]
version = "0.2"

[target."cfg(not(windows))".dependencies.rustix]
version = "1.0"
features = [
    "fs",
    "process",
    "pipe",
]