# 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 = "cargo-cleaner" version = "0.1.5" authors = ["Yuta Hinokuma "] build = false exclude = ["test-environment/"] autobins = false autoexamples = false autotests = false autobenches = false description = "A cross-platform TUI tool to clean up your cargo cache." homepage = "https://github.com/higumachan/cargo-cleaner" readme = "README.md" categories = [ "development-tools", "command-line-interface", ] license = "MIT" repository = "https://github.com/higumachan/cargo-cleaner" [lib] name = "cargo_cleaner" path = "src/lib.rs" [[bin]] name = "cargo-cleaner" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" features = ["backtrace"] [dependencies.atomic-wait] version = "1.1.0" [dependencies.cargo_toml] version = "0.20.5" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5.13" features = [] [dependencies.crossterm] version = "0.28.1" [dependencies.dirs] version = "5.0.1" features = [] [dependencies.itertools] version = "0.13.0" [dependencies.num_cpus] version = "1.16.0" [dependencies.num_threads] version = "0.1.7" features = [] [dependencies.ratatui] version = "0.28.1" features = ["all-widgets"] [dependencies.uuid] version = "1.10.0" features = [ "serde", "v4", "fast-rng", ]