# 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 = "kondo" version = "0.8.0" authors = ["Trent Billington "] exclude = ["test_dir"] description = """ kondo is a filesystem cleaning tool that recursively searches directories for known project structures and determines how much space you could save by deleting the unnecessary files. """ homepage = "https://github.com/tbillington/kondo" documentation = "https://github.com/tbillington/kondo" readme = "README.md" keywords = [ "clean", "cleanup", "delete", "free", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/tbillington/kondo" [dependencies.clap] version = "4" features = ["derive"] [dependencies.clap_complete] version = "4" [dependencies.kondo-lib] version = "0.8"