[dependencies.camino]
optional = true
version = "1.0.5"
[dependencies.cap-std]
version = "^3.4.1"
[dependencies.uuid]
features = ["v4"]
version = "1.0.0"
[features]
arf_strings = ["cap-std/arf_strings"]
default = []
fs_utf8 = ["cap-std/fs_utf8", "camino"]
[lib]
name = "cap_tempfile"
path = "src/lib.rs"
[package]
authors = ["Dan Gohman <dev@sunfishcode.online>", "Jakub Konka <kubkon@jakubkonka.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["filesystem"]
description = "Capability-based temporary directories"
edition = "2021"
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 = "3.4.1"
[target."cfg(not(windows))".dependencies.rustix]
features = ["procfs"]
version = "0.38.0"
[target.'cfg(target_os = "emscripten")'.dependencies.rand]
version = "0.8.1"
[target."cfg(windows)".dev-dependencies.windows-sys]
features = ["Win32_Foundation"]
version = "0.52.0"