Cargo Features

[dependencies]
bells-miniscript = { version = "10.2.0", default-features = false, features = ["no-std", "std", "compiler", "unstable", "serde", "rand", "base64"] }
default = std

The std feature is set by default whenever bells-miniscript is added without default-features = false somewhere in the dependency tree.

no-std = hashbrown

Enables no-std of bellscoin

std default

Enables secp-recovery and std of bellscoin

compiler

Affects policy::compiler

trace unstable
serde = actual-serde

Enables serde of bellscoin

rand

Enables rand of bellscoin

base64

Enables base64 of bellscoin

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.

hashbrown no-std?

Enables hashbrown ^0.11

actual-serde serde?

Enables serde

Do NOT use this as a feature! Use the serde feature instead.