Cargo Features
[dependencies]
bitcoin-bech32 = { version = "0.13.0", default-features = false, features = ["strict", "std"] }
- default = std
-
The
std
feature is set by default wheneverbitcoin-bech32
is added without
somewhere in the dependency tree.default-features = false - 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