[[bin]]
name = "polykill"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "~4.5"
[dependencies.console]
version = "~0.15"
[dev-dependencies.assert_cmd]
version = "2.0.11"
[dev-dependencies.assert_fs]
version = "1.0.13"
[dev-dependencies.predicates]
version = "3.0.3"
[package]
authors = ["Bryn Deering"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "filesystem"]
description = "Lightweight command line utility for removing dependencies and build artifacts from unused projects."
edition = "2021"
homepage = "https://github.com/Bdeering1/polykill#readme"
keywords = ["cli", "filesystem", "tools", "node", "cargo"]
license = "MIT"
name = "polykill"
readme = "README.md"
repository = "https://github.com/Bdeering1/polykill"
rust-version = "1.78"
version = "1.5.1"
[[test]]
name = "cli"
path = "tests/cli.rs"