# 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 = "cleaner-upper-rs" version = "0.1.2" authors = ["Matt Koski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fast, cross-platform file system cleaner for removing recreatable folders and cache directories across different operating systems" readme = "README.md" license = "MIT" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [[bin]] name = "cleaner-upper-rs" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.rayon] version = "1.7" [dependencies.walkdir] version = "2.3"