[dependencies.camino]
optional = true
version = "1.0.5"
[dependencies.cap-std]
version = "^0.26.0-patch0"
[dependencies.uuid]
features = ["v4"]
version = "1.0.0"
[features]
arf_strings = ["cap-std/arf_strings"]
default = []
fs_utf8 = ["cap-std/fs_utf8", "camino"]
[package]
authors = ["Dan Gohman <dev@sunfishcode.online>", "Jakub Konka <kubkon@jakubkonka.com>"]
categories = ["filesystem"]
description = "Capability-based temporary directories"
edition = "2018"
keywords = ["filesystem", "tmpfile", "tempfile"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "cap-tempfile"
readme = "README.md"
repository = "https://github.com/bytecodealliance/cap-std"
version = "0.26.0-patch2"
[target."cfg(not(windows))".dependencies.rustix]
features = ["procfs"]
version = "0.35.6"
[target."cfg(target_os = \"emscripten\")".dependencies.rand]
version = "0.8.1"
[target."cfg(windows)".dev-dependencies.windows-sys]
features = ["Win32_Foundation"]
version = "0.36.0"