# 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" rust-version = "1.77" name = "test-temp-dir" version = "0.3.0" authors = [ "The Tor Project, Inc.", "Ian Jackson ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Temporary directories for use in tests" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" readme = "README.md" keywords = [ "testing", "fs", "filesystem", "temporary", "temp", ] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [lib] name = "test_temp_dir" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.23" [dependencies.derive_more] version = "1.0.0" features = ["full"] [dependencies.educe] version = "0.4.6" [dependencies.tempfile] version = "3" [features] default = [] full = []