# 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" rust-version = "1.75.0" name = "nostrgen" version = "0.2.0" authors = ["Chawye Hsu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Nostr Vanity Address Generator" homepage = "https://github.com/chawyehsu/nostr-vanity-address-generator" readme = "README.md" keywords = [ "nostr", "pow", "generator", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/chawyehsu/nostr-vanity-address-generator" [profile.release] opt-level = 3 lto = "fat" [[bin]] name = "nostrgen" path = "src/main.rs" [dependencies.bech32] version = "0.9.1" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.num_cpus] version = "1.16.0" [dependencies.secp256k1] version = "0.29.0" features = ["rand-std"]