# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "auto-delete-path" version = "0.2.0" authors = ["Thanasis Katsios "] description = "A simple PathBuf wrapper that gets deleted when it goes out of scope" documentation = "https://docs.rs/auto-delete-path" readme = "README.md" keywords = ["temp", "test", "path", "delete"] categories = ["development-tools::testing", "filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/thanasis2028/auto-delete-path" [dependencies.fastrand] version = "1.7"