Cargo Features

[dependencies]
bitcoin-bech32 = { version = "0.13.0", default-features = false, features = ["strict", "std"] }
default = std

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

strict

Only for CI to make all warnings errors, do not activate otherwise (may break forward compatibility)

std default

Enables std of bech32 ^0.9.1