# 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-wipe" version = "0.3.3" authors = ["Mihai Dinculescu "] description = "recursively wipe target and node_modules folders" readme = "README.md" keywords = [ "cli", "cargo", "wipe", "target", "node_modules", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/mihai-dinculescu/cargo-wipe" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.num-format] version = "0.4" [dependencies.number_prefix] version = "0.4" [dependencies.structopt] version = "0.3" [dependencies.yansi] version = "0.5" [dev-dependencies.parameterized] version = "1.0" [dev-dependencies.rand] version = "0.8"