Cargo Features

bitcoin_scripts has no features set by default.

[dependencies]
bitcoin_scripts = { version = "0.10.0", features = ["all", "serde", "unstable"] }
all = serde, unstable
serde all? = serde_crate, serde_with

Enables serde of amplify ^3.14.2 and bitcoin ^0.29.2

bitcoin:

We pin this version due to an upstream bug. See setails: https://github.com/BP-WG/descriptor-wallet/pull/40

unstable all?

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 ^2.3