[features]
alloc = []
default = ["std"]
std = ["alloc"]
[package]
authors = ["Clark Moody", "Andrew Poelstra", "Tobin Harding"]
categories = ["encoding", "cryptography::cryptocurrencies"]
description = "Encodes and decodes the Bech32 format and implements the bech32 and bech32m checksums"
documentation = "https://docs.rs/bech32/"
edition = "2018"
keywords = ["base32", "encoding", "bech32", "bitcoin", "cryptocurrency"]
license = "MIT"
name = "bech32"
readme = "README.md"
repository = "https://github.com/rust-bitcoin/rust-bech32"
version = "0.11.0"
[target."cfg(mutate)".dev-dependencies]