# 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.70.0" name = "cap-std-ext" version = "4.0.4" authors = ["Colin Walters "] build = 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" [lib] name = "cap_std_ext" path = "src/lib.rs" [[test]] name = "it" path = "tests/it/main.rs" [dependencies.cap-primitives] version = "3" [dependencies.cap-tempfile] version = "3.2.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.uuid] version = "1.10" [features] default = [] fs_utf8 = ["cap-tempfile/fs_utf8"] [target."cfg(not(windows))".dependencies.libc] version = "0.2" [target."cfg(not(windows))".dependencies.rustix] version = "0.38" features = [ "fs", "procfs", "process", "pipe", ]