# 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 = "projclean" version = "0.8.0" authors = ["sigoden "] description = "Project dependencies & build artifacts cleanup tool" homepage = "https://github.com/sigoden/projclean" readme = "README.md" keywords = [ "command-line", "cleanup", "project", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/sigoden/projclean" [profile.release] opt-level = "z" lto = true strip = true [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.11" [dependencies.crossbeam-utils] version = "0.8.16" [dependencies.crossterm] version = "0.27.0" [dependencies.ctrlc] version = "3.4.1" [dependencies.glob] version = "0.3.1" [dependencies.inquire] version = "0.6.2" [dependencies.jwalk] version = "0.8.1" [dependencies.ratatui] version = "0.25.0" [dependencies.remove_dir_all] version = "0.8.2" [dependencies.threadpool] version = "1.8.1" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.assert_fs] version = "1"