cargo-prune-features 0.0.0

Find unused enabled feature flags and prune them.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["T. Post"]
categories = ["command-line-utilities", "command-line-interface", "development-tools", "development-tools::cargo-plugins"]
description = "Find unused enabled feature flags and prune them."
documentation = "https://docs.rs/cargo-prune-features/"
edition = "2021"
exclude = ["target", "Cargo.lock"]
homepage = "https://github.com/TimonPost/cargo-prune-features"
keywords = ["feature", "cargo", "remove", "prune", "cli"]
license = "MIT"
name = "cargo-prune-features"
readme = "README.md"
repository = "https://github.com/TimonPost/cargo-prune-features"
resolver = "2"
version = "0.0.0"