Cargo Features

lnpbp_chain has no features set by default.

[dependencies]
lnpbp_chain = { version = "0.9.0", features = ["serde"] }
serde = serde_crate, serde_with

Enables serde of bitcoin ^0.29.2 and bitcoin_hashes ^0.11.0

bitcoin_hashes:

We need macro from here

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.

serde_crate serde?

Enables serde

serde_with serde?

Enables serde_with ^1.14