Cargo Features
[dependencies]
bdk_core = { version = "0.3.0", default-features = false, features = ["std", "serde", "hashbrown"] }
- default = std
-
The
std
feature is set by default wheneverbdk_core
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
bdk_core::collections
… - serde
-
Enables serde, serde of bitcoin and optional hashbrown ^0.9.1
Features from optional dependencies
- hashbrown implicit feature
-
Enables hashbrown ^0.9.1
hashbrown:
A Rust port of Google's SwissTable hash map
Affects
bdk_core::collections
…