cargo-cache 0.3.2

Manage cargo cache ($CARGO_HOME or ~/.cargo/), show sizes and remove directories selectively
# 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-cache"
version = "0.3.2"
authors = ["Matthias Krüger <matthias.krueger@famsik.de>"]
build = "src/build.rs"
description = "Manage cargo cache ($CARGO_HOME or ~/.cargo/), show sizes and remove directories selectively"
homepage = "https://github.com/matthiaskrgr/cargo-cache"
readme = "README.md"
keywords = ["cargo", "cache", "cli", "manage", "cargo-home"]
categories = ["command-line-utilities", "development-tools::cargo-plugins", "development-tools"]
license = "MIT/Apache-2.0"
repository = "https://github.com/matthiaskrgr/cargo-cache"
[profile.bench]
lto = true
codegen-units = 1
incremental = false

[profile.release]
lto = true
codegen-units = 1
incremental = false

[[bin]]
name = "cargo-cache"
path = "src/main.rs"
test = true
bench = true
[dependencies.cargo_metadata]
version = "0.8.2"

[dependencies.clap]
version = "2.33.0"

[dependencies.git2]
version = "0.10.1"
default-features = false

[dependencies.home]
version = "0.5.0"

[dependencies.humansize]
version = "1.1.0"

[dependencies.rayon]
version = "1.2.0"

[dependencies.regex]
version = "1.2.0"

[dependencies.rustc_tools_util]
version = "0.2.0"

[dependencies.walkdir]
version = "2.2.9"
[dev-dependencies.path-slash]
version = "0.1.1"

[dev-dependencies.pretty_assertions]
version = "0.6.1"
[build-dependencies.rustc_tools_util]
version = "0.2.0"

[features]
bench = []
[badges.travis-ci]
branch = "master"
repository = "matthiaskrgr/cargo-cache"