# 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 = "cleaner" version = "0.10.1" authors = ["Nejat"] include = [ "src/**/*", "supported-platforms.json", "Cargo.toml", "LICENSE-MIT", "README.md", ] description = "Cleaner is a utility for cleaning up build artifacts in bulk" homepage = "https://github.com/Nejat/cleaner" readme = "README.md" keywords = [ "cleaner", "delete", "build", "artifacts", "thewolf", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Nejat/cleaner" [dependencies.clap] version = "4" features = ["derive"] [dependencies.git2] version = "0.18" [dependencies.inquire] version = "0.2" [dependencies.once_cell] version = "1" [dependencies.rayon] version = "1" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.walkdir] version = "2" [dependencies.wildmatch] version = "2" [dev-dependencies.version-sync] version = "0.9"