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 whenever bitcoin-block-parser is added without default-features = false somewhere in the dependency tree.

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.

postcard utxo

Enables postcard

Optional dependencies you can remove by setting "default-features = false"

scalable_cuckoo_filter utxo
clap utxo
rand utxo
serde utxo
env_logger examples?