Cargo Features

PSBT has no features set by default.

[dependencies]
psbt = { version = "0.11.0-beta.5", features = ["all", "client-side-validation", "serde"] }
all = client-side-validation, serde
client-side-validation all? = bp-core, commit_verify, strict_encoding
serde all? = serde_crate

Enables serde of bp-derive and indexmap

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.

commit_verify client-side-validation?
strict_encoding client-side-validation?

Affects psbt::LIB_NAME_PSBT

bp-core client-side-validation?
serde_crate serde?

Enables serde