Cargo Features
[dependencies]
thigpen = { version = "0.2.1", default-features = false, features = ["cargo"] }
- default = cargo
-
The
cargo
feature is set by default wheneverthigpen
is added without
somewhere in the dependency tree.default-features = false - cargo default
-
Required by the cargo-thigpen binary