# 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 = "rana" version = "0.5.4" authors = ["Francisco Calderón "] description = "Nostr public key mining tool" readme = "README.md" keywords = [ "nostr", "mining", "pubkeys", "bech32", ] license = "MIT" repository = "https://github.com/grunch/rana" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 [dependencies.clap] version = "4.0.15" features = [ "env", "default", "derive", ] [dependencies.colored] version = "2.0.0" [dependencies.nostr] version = "0.19.5" features = [ "nip06", "nip19", ] default-features = false [dependencies.num_cpus] version = "1.1" [dependencies.qrcode] version = "0.12" default-features = false [dependencies.regex] version = "1"