# 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" rust-version = "1.58" name = "cargo-ci-cache-clean" version = "0.0.4" authors = ["Rob Ede "] description = "Clean up unnecessary Cargo artifacts to improve CI caching performance" readme = "README.md" keywords = [ "ci", "cache", "clean", "cargo", ] license = "MIT OR Apache-2.0" repository = "https://github.com/x52dev/cargo-ci-cache-clean" [profile.release] lto = true codegen-units = 1 [dependencies.home] version = "0.5" [dependencies.tracing] version = "0.1.30" features = ["release_max_level_debug"] [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.walkdir] version = "2"