# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "bech32grs" version = "0.11.0" authors = ["Groestlcoin Developers "] description = "Encodes and decodes the Bech32 format and implements the bech32 and bech32m checksums" documentation = "https://docs.rs/bech32grs/" readme = "README.md" keywords = [ "base32", "encoding", "bech32", "groestlcoin", "cryptocurrency", ] categories = [ "encoding", "cryptography::cryptocurrencies", ] license = "MIT" repository = "https://github.com/Groestlcoin/rust-bech32" [features] alloc = [] default = ["std"] std = ["alloc"] [target."cfg(mutate)".dev-dependencies]