Cargo Features

[dependencies]
ledger_bitcoin_client = { version = "0.4.1", default-features = false, features = ["async", "paranoid_client"] }
default = async, paranoid_client

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

async default = async-trait

Affects ledger_bitcoin_client::async_client

paranoid_client default = miniscript

The paranoid_client feature makes sure that the client independently derives wallet policy addresses using rust-miniscript, returning an error if they do not match. It is strongly recommended to not disable this feature, unless the same check is performed elsewhere. Read more at https://donjon.ledger.com/lsb/019/

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.

async-trait async
miniscript paranoid_client