# 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 = "gradle-wiper" version = "0.2.0" authors = ["ubiratan.f.soares@gmail.com"] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Reclaim machine resources (RAM, Disk) attached to Gradle builds " readme = "README.md" keywords = [ "utilities", "gradle", "clean-up", "android", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/dotanuki-labs/gradle-wiper" [package.metadata] msrv = "1.74.0" [profile.release] lto = true codegen-units = 1 strip = true [[bin]] name = "gradle-wiper" path = "src/main.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.cached] version = "0.53.0" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.comfy-table] version = "7.1.1" [dependencies.directories] version = "5.0.1" [dependencies.env_logger] version = "0.11.3" features = ["color"] [dependencies.human-panic] version = "2.0.0" [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.21" [dependencies.rust-strings] version = "0.6.0" [dependencies.sysinfo] version = "0.31.0" [dependencies.ubyte] version = "0.10.4" [dependencies.uuid] version = "1.8.0" features = ["v4"] [dependencies.walkdir] version = "2.5.0" [dependencies.whoami] version = "1.5.1" [dev-dependencies.fake] version = "2.9.2" [dev-dependencies.temp-dir] version = "0.1.13"