Cargo Features

bitcoin_slices has no features set by default.

[dependencies]
bitcoin_slices = { version = "0.9.0", features = ["bitcoin_hashes", "sha2", "redb", "bitcoin", "slice_cache", "prometheus"] }
bitcoin_hashes bitcoin?

Enables bitcoin_hashes ^0.14

sha2

Enables sha2

Affects block::visitor

redb

Enables redb ^1.0

bitcoin = bitcoin_hashes

Enables bitcoin

Affects block::visitor

slice_cache prometheus?

Enables hashbrown ^0.14

prometheus = slice_cache

Enables prometheus