cap-tempfile 4.0.0

Capability-based temporary directories
Documentation
[dependencies.camino]
optional = true
version = "1.0.5"

[dependencies.cap-std]
version = "^4.0.0"

[dependencies.uuid]
features = ["v4"]
version = "1.0.0"

[dev-dependencies.tempfile]
version = "3.23.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
autolib = 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 = "4.0.0"

[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies.rustix-linux-procfs]
version = "0.1.1"

[target."cfg(not(windows))".dependencies.rustix]
version = "1.0.0"

[target.'cfg(target_os = "emscripten")'.dependencies.rand]
version = "0.9.2"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation"]
version = ">=0.60, <0.62"