Cargo Features

bp-wallet has no features set by default.

[dependencies]
bp-wallet = { version = "0.11.0-beta.5", features = ["all", "electrum", "esplora", "fs", "serde"] }
all = electrum, esplora, fs
electrum all? = bp-electrum, serde, serde_json
esplora all? = bp-esplora
fs all? = serde
serde electrum? fs? = cfg_eval, serde_crate, serde_with, serde_yaml, toml

Enables serde of bp-std

Affects layer2::Layer2Tx, layer2::Layer2Coin

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.

bp-esplora esplora?
bp-electrum electrum?
serde_crate serde?

Enables serde

serde_json electrum?
serde_with serde?
serde_yaml serde?
toml serde?
cfg_eval serde?