Cargo Features

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

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