Cargo Features

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

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

std default
strict

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