# 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 = "2021" name = "bech32-addr-converter" version = "1.0.1" description = "A simple library for converting Bech32 addresses with different prefixes." readme = "README.md" keywords = [ "bech32", "address-conversion", "cosmos-sdk", "blockchain", "utilities", ] categories = [ "cryptography", "utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mbbrainz/bech32-utils" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "abort" strip = true [lib] [dependencies.bech32] version = "0.11"