[[bin]]
name = "fcheck"
path = "src/main.rs"
[dependencies.cargo_metadata]
version = "0.22.0"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Cool tool for checking enabled and disabled features of a specified crate within a cargo project"
edition = "2024"
keywords = ["cli", "tool", "feature", "check", "cargo"]
license = "MIT"
name = "fcheck"
readme = "readme.md"
repository = "https://github.com/urparvezali/fcheck"
version = "0.2.2"