Cargo Features

[dependencies]
bdk_bitcoind_rpc = { version = "0.9.0", default-features = false, features = ["std", "serde"] }
default = std

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

std default

Enables std of bdk_chain and bitcoin ^0.31

bitcoin:

For no-std, remember to enable the bitcoin/no-std feature

serde

Enables serde of bdk_chain and bitcoin ^0.31