# 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-wash" version = "0.2.2" authors = ["bircni"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to clean up your Cargo caches" readme = "README.md" keywords = [ "cargo", "wash", "cache", "plugin", "cli", ] categories = ["development-tools::cargo-plugins"] license = "MIT" repository = "https://github.com/bircni/cargo-wash" [[bin]] name = "cargo-wash" path = "src/main.rs" [dependencies.anyhow] version = "1.0.90" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.comfy-table] version = "7.1.1" [dependencies.log] version = "0.4.22" [dependencies.rayon] version = "1.10.0" [dependencies.simplelog] version = "0.12.2" [dependencies.strum_macros] version = "0.26.4" [dev-dependencies.anyhow] version = "1.0.90" [dev-dependencies.insta] version = "1.40" features = ["json"] [lints.clippy.cast_possible_truncation] level = "allow" priority = 5 [lints.clippy.cast_precision_loss] level = "allow" priority = 4 [lints.clippy.cast_sign_loss] level = "allow" priority = 6 [lints.clippy.enum_glob_use] level = "deny" priority = 2 [lints.clippy.expect_used] level = "deny" priority = 11 [lints.clippy.nursery] level = "deny" priority = 0 [lints.clippy.pedantic] level = "deny" priority = 1 [lints.clippy.perf] level = "warn" priority = 8 [lints.clippy.style] level = "warn" priority = 9 [lints.clippy.unwrap_used] level = "deny" priority = 10 [lints.rust] unsafe_code = "forbid"