Cargo Features

cargo-what has no features set by default.

[dependencies]
cargo-what = { version = "0.1.3", features = ["build-bin"] }
build-bin = anyhow, atty, colored, lazy_static, regex, serde_json, term

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

anyhow build-bin?

Enables anyhow

binary dependencies

atty build-bin?
serde_json build-bin?
regex build-bin?
lazy_static build-bin?
term build-bin?

Enables term ^0.4

colored build-bin?