# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cargo-gc-target" version = "0.2.0" authors = ["oxalica "] description = "Cargo sub-command to delete unused files in your cargo `target` directory" readme = "README.md" license = "MIT" repository = "https://github.com/oxalica/cargo-gc-target" [[bin]] name = "cargo-gc" path = "src/main.rs" [dependencies.anyhow] version = "1.0.31" [dependencies.bytesize] version = "1.0.0" [dependencies.cargo] version = "0.52.0" [dependencies.env_logger] version = "0.8.3" [dependencies.log] version = "0.4.14" [dependencies.semver] version = "0.11.0" [dependencies.structopt] version = "0.3.14"