Cargo Features
[dependencies]
descriptor-codec = { version = "0.1.2", default-features = false, features = ["std", "cli", "trace"] }
- default = std
-
The
stdfeature is set by default wheneverdescriptor-codecis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of bitcoin and miniscript ^12.3.2
- cli = anyhow, clap, hex
- compiler trace
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.