# 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 = "2021" name = "testdir" version = "0.9.1" authors = ["Floris Bruynooghe "] 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" [dependencies.anyhow] version = "1" [dependencies.backtrace] version = "0.3.55" [dependencies.cargo_metadata] version = "0.14.0" [dependencies.once_cell] version = "1.5" [dependencies.sysinfo] version = "0.26" default-features = false [dependencies.whoami] version = "1" [dev-dependencies.tempfile] version = "3"