testdir 0.10.0

Semi-persistent, scoped test directories
Documentation
# 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 = "2024"
rust-version = "1.88"
name = "testdir"
version = "0.10.0"
authors = ["Floris Bruynooghe <flub@devork.be>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Semi-persistent, scoped test directories"
documentation = "https://docs.rs/testdir"
readme = "README.md"
keywords = [
    "test",
    "temp",
    "temporary",
    "directory",
]
categories = [
    "development-tools::testing",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/flub/testdir"

[lib]
name = "testdir"
path = "src/lib.rs"

[[test]]
name = "macro"
path = "tests/macro.rs"

[[test]]
name = "no_import"
path = "tests/no_import.rs"

[dependencies.anyhow]
version = "1.0.20"

[dependencies.backtrace]
version = "0.3.55"

[dependencies.cargo-platform]
version = "0.3"

[dependencies.cargo_metadata]
version = "0.23.0"

[dependencies.fslock]
version = "0.2.1"

[dependencies.sysinfo]
version = "0.38"
features = ["system"]
default-features = false

[dependencies.whoami]
version = "2"

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.tempfile]
version = "3"