# 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 = "lwa_cargo_vacuum" version = "0.2.0" exclude = ["/.github"] description = "Simple CLI tool for cleaning up old target folders" homepage = "https://github.com/Leinnan/lwa_cargo_vacuum" readme = "README.md" keywords = [ "cli", "utility", ] license = "MIT" repository = "https://github.com/Leinnan/lwa_cargo_vacuum" [profile.dev.package."*"] opt-level = 2 [profile.release] opt-level = "z" lto = true panic = "abort" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.dpc-pariter] version = "0.5" [dependencies.fs_extra] version = "1.3" [dependencies.walkdir] version = "2.5"