# 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" name = "cap-tempfile" version = "3.4.1" authors = [ "Dan Gohman ", "Jakub Konka ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Capability-based temporary directories" readme = "README.md" keywords = [ "filesystem", "tmpfile", "tempfile", ] categories = ["filesystem"] license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" repository = "https://github.com/bytecodealliance/cap-std" [lib] name = "cap_tempfile" path = "src/lib.rs" [dependencies.camino] version = "1.0.5" optional = true [dependencies.cap-std] version = "^3.4.1" [dependencies.uuid] version = "1.0.0" features = ["v4"] [features] arf_strings = ["cap-std/arf_strings"] default = [] fs_utf8 = [ "cap-std/fs_utf8", "camino", ] [target."cfg(not(windows))".dependencies.rustix] version = "0.38.0" features = ["procfs"] [target.'cfg(target_os = "emscripten")'.dependencies.rand] version = "0.8.1" [target."cfg(windows)".dev-dependencies.windows-sys] version = "0.52.0" features = ["Win32_Foundation"]