[package] name = "bech32grs" version = "0.11.0" authors = ["Groestlcoin Developers "] repository = "https://github.com/Groestlcoin/rust-bech32" documentation = "https://docs.rs/bech32grs/" description = "Encodes and decodes the Bech32 format and implements the bech32 and bech32m checksums" readme = "README.md" keywords = ["base32", "encoding", "bech32", "groestlcoin", "cryptocurrency"] categories = ["encoding", "cryptography::cryptocurrencies"] license = "MIT" edition = "2018" [features] default = ["std"] std = ["alloc"] alloc = [] [target.'cfg(mutate)'.dev-dependencies] mutagen = { git = "https://github.com/llogiq/mutagen" }