# 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 = "build-clean" version = "1.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Clean all build caches on your disk!" homepage = "https://codeberg.org/xtex/build-clean" readme = "README.md" license = "Apache-2.0" repository = "https://codeberg.org/xtex/build-clean.git" [package.metadata.docs.rs] features = ["mlua/vendored"] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "build_clean" path = "src/lib.rs" [[bin]] name = "build-clean" path = "src/main.rs" [dependencies.anyhow] version = "1" features = ["backtrace"] [dependencies.async-recursion] version = "1.1" [dependencies.crossterm] version = "0.27" [dependencies.cursive] version = "0.20" features = ["crossterm-backend"] [dependencies.cursive-async-view] version = "0.6" [dependencies.globset] version = "0.4.14" [dependencies.mlua] version = "0.9" features = [ "lua54", "send", "serde", "macros", "mlua_derive", ] [dependencies.num_cpus] version = "1.16" [dependencies.owo-colors] version = "4.0" [dependencies.parking_lot] version = "0.12" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.38" features = [ "full", "tracing", ]