Cargo Features

[dependencies]
bdk_core = { version = "0.2.0", default-features = false, features = ["std", "serde", "hashbrown"] }
default = std

The std feature is set by default whenever bdk_core is added without default-features = false somewhere in the dependency tree.

std default

Enables std of bitcoin

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