# 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 = "cargo-recursive-clean" version = "0.2.310" authors = ["OLoKo64 "] description = "A CLI app that cleans all Rust projects recursively given a base directory." readme = "README.md" keywords = [ "cargo", "clean", "recursive", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/OLoKo64/cargo-recursive-clean" [profile.release] lto = true codegen-units = 1 strip = true [dependencies.clap] version = "4.4.13" features = ["derive"] [dependencies.itertools] version = "0.12.0" [dependencies.owo-colors] version = "4.0.0" [dependencies.tokio] version = "1.35.1" features = [ "macros", "rt-multi-thread", "process", ] [dependencies.toml] version = "0.8.8" [dependencies.wax] version = "0.6.0"