Cargo Features

[dependencies]
blech32 = { version = "0.8.1", default-features = false, features = ["std", "strict"] }
default = std

The std feature is set by default whenever blech32 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)