Cargo Features

[dependencies]
fedimint-bitcoind = { version = "0.7.1-beta.0", default-features = false, features = ["fedimint-server", "bitcoincore-rpc", "esplora-client"] }
default = bitcoincore-rpc, esplora-client

These default features are set whenever fedimint-bitcoind is added without default-features = false somewhere in the dependency tree.

fedimint-server

the code behind this flag is server-side only, interfers with wasm builds and should just live in some fedimint-bitcoind-server or something (TODO)

Enables fedimint-server-core

Affects fedimint-bitcoind::shared

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.

bitcoincore-rpc default

Affects fedimint-bitcoind::bitcoincore

esplora-client default

Enables esplora-client ^0.10.0