# 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-kill-all" version = "0.2.0" authors = ["manishsingh10895 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Remove old node_modules, cargo target to save space" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/manishsingh10895/cargo-kill" [[bin]] name = "cargo-kill-all" path = "src/main.rs" [dependencies.bytefmt] version = "0.1.7" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.inquire] version = "0.7.5" [dependencies.num_cpus] version = "1.16.0" [dependencies.remove_dir_all] version = "0.8.4" [dependencies.spinners] version = "4.1.1"