devclean 0.1.2

A tool to clean up your development environment
Documentation
# 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.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool to clean up your development environment"
readme = "README.md"
license = "MIT"
repository = "https://github.com/HuakunShen/devclean"

[lib]
name = "devclean"
path = "src/lib.rs"

[[bin]]
name = "devclean"
path = "src/main.rs"

[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.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"