# 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-ui" version = "0.8.0" authors = ["Trent Billington "] description = """ kondo-ui is a filesystem cleaning tool that recursively searches directories for known project structures and allows you to clean them of unnecessary files like build artifacts. """ homepage = "https://github.com/tbillington/kondo" documentation = "https://github.com/tbillington/kondo" keywords = [ "clean", "cleanup", "delete", "free", ] license = "MIT" repository = "https://github.com/tbillington/kondo" [profile.release] lto = true codegen-units = 1 incremental = false [dependencies.druid] version = "0.7" [dependencies.kondo-lib] version = "0.8"