# 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" rust-version = "1.71" name = "clean-rs" version = "0.1.18" authors = ["feexon"] exclude = [ "tests/", ".gitignore", "LICENSE", "target/", ".github/", ".vimrc", ] description = "Project clean tools support rust, golang, maven and gradle projects out of the box" readme = "./README.md" keywords = [ "cli", "tools", "clean-tools", ] categories = [ "cli", "tools", ] license = "MIT" repository = "https://github.com/holi-java/clean" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] [profile.release] opt-level = "z" lto = "fat" debug = 0 strip = true [[bin]] name = "clean" path = "src/main.rs" [dependencies.anyhow] version = "1.0" features = ["backtrace"] [dependencies.async-recursion] version = "1.0" [dependencies.future-utils] version = "0.12" [dependencies.futures] version = "0.3" [dependencies.home] version = "0.5" [dependencies.num_cpus] version = "1.16.0" [dependencies.path-absolutize] version = "3.1" [dependencies.remove_dir_all] version = "0.8.2" features = ["parallel"] [dependencies.termcolor] version = "1.2" [dependencies.tokio] version = "1.32" features = [ "rt-multi-thread", "macros", "fs", "process", "io-util", "io-std", "sync", ] [dependencies.tokio-stream] version = "0.1" features = ["fs"] [dev-dependencies]