# 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 = "devclean" version = "0.1.1" description = "A tool to clean up your development environment" readme = "README.md" license = "MIT" repository = "https://github.com/HuakunShen/devclean" [dependencies.clap] version = "4.5.4" features = [ "derive", "cargo", ] [dependencies.color-eyre] version = "0.6.3" [dependencies.colored] version = "2.1.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.fs_extra] version = "1.3.0" [dependencies.git2] version = "0.18.3" [dependencies.human_bytes] version = "0.4.3" [dependencies.humantime] version = "2.1.0" [dependencies.indicatif] version = "0.17.8" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.walkdir] version = "2.5.0"