Cargo Features
[dependencies]
bitcoin-block-parser = { version = "0.3.4", default-features = false, features = ["utxo", "examples"] }
- default = utxo
-
The
utxo
feature is set by default wheneverbitcoin-block-parser
is added without
somewhere in the dependency tree.default-features = false - utxo default examples? = clap, postcard, rand, scalable_cuckoo_filter, serde
-
Affects
bitcoin-block-parser::utxos
… - examples = env_logger, utxo
-
Affects
bitcoin-block-parser::examples
…
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.