tempfile 3.10.1

A library for managing temporary files and directories.
Documentation
[dependencies.cfg-if]
version = "1"

[dependencies.fastrand]
version = "2.0.1"
[dev-dependencies.doc-comment]
version = "0.3"

[features]
nightly = []

[package]
authors = ["Steven Allen <steven@stebalien.com>", "The Rust Project Developers", "Ashley Mannix <ashleymannix@live.com.au>", "Jason White <me@jasonwhite.io>"]
description = "A library for managing temporary files and directories."
documentation = "https://docs.rs/tempfile"
edition = "2021"
homepage = "https://stebalien.com/projects/tempfile-rs/"
keywords = ["tempfile", "tmpfile", "filesystem"]
license = "MIT OR Apache-2.0"
name = "tempfile"
readme = "README.md"
repository = "https://github.com/Stebalien/tempfile"
rust-version = "1.63"
version = "3.10.1"
[target."cfg(any(unix, target_os = \"wasi\"))".dependencies.rustix]
features = ["fs"]
version = "0.38.31"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Storage_FileSystem", "Win32_Foundation"]
version = "0.52"