Cargo Features
[dependencies]
ledger_bitcoin_client = { version = "0.5.0", default-features = false, features = ["async", "paranoid_client"] }
- default = async, paranoid_client
-
These default features are set whenever
ledger_bitcoin_client
is added without
somewhere in the dependency tree.default-features = false - 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.