# 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-cli" version = "1.0.1" description = "A convenient CLI for converting Bech32 addresses with different prefixes." readme = "README.md" keywords = [ "bech32", "cli", "address-conversion", ] categories = [ "command-line-utilities", "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 [[bin]] name = "bech32-addr-converter" path = "src/main.rs" [dependencies.bech32-addr-converter] version = "1.0.1" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.csv] version = "1.3.0"