# 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" version = "0.1.0" description = "Save disk space by removing old target directories from your rust projects" homepage = "https://github.com/beni69/cargo-kill" readme = "README.md" keywords = ["cargo", "kill"] categories = ["command-line-utilities", "development-tools::cargo-plugins"] license = "MIT" repository = "https://github.com/beni69/cargo-kill" resolver = "2" [dependencies.clap] version = "3.1.5" features = ["derive"] [dependencies.dialoguer] version = "0.10.0" [dependencies.log] version = "0.4.14" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.spinners] version = "3.0.1"