# 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 = "putzen-cli" version = "1.0.9" authors = ["Sven Kanoldt "] build = false include = [ "src/**/*", "LICENSE", "*.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "helps keeping your disk clean of build and dependency artifacts safely" readme = "README.md" keywords = [ "commandline", "cleanup", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/sassman/putzen-rs" [lib] name = "putzen_cli" path = "src/lib.rs" [[bin]] name = "putzen" path = "src/bin/putzen.rs" [dependencies.argh] version = "0.1" [dependencies.dialoguer] version = "0.11" [dependencies.jwalk] version = "0.8" [target.'cfg(target_family = "windows")'.dependencies.remove_dir_all] version = "0.8.4"