keyrx 0.4.0

Solana and EVM vanity address grinder. One seed, unlimited addresses, keys for every wallet. Offline. Open. Verified. The mark is a record. What it seals comes next.
# 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.85"
name = "keyrx"
version = "0.4.0"
build = false
include = [
    "/src/**",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE",
    "/TRADEMARK.md",
    "/CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solana and EVM vanity address grinder. One seed, unlimited addresses, keys for every wallet. Offline. Open. Verified. The mark is a record. What it seals comes next."
homepage = "https://keyrx.tech"
readme = "README.md"
keywords = [
    "solana",
    "vanity",
    "wallet",
    "keygen",
    "address",
]
categories = [
    "command-line-utilities",
    "cryptography::cryptocurrencies",
]
license = "MIT"
repository = "https://github.com/keyrx/keyrx"

[[bin]]
name = "keyrx"
path = "src/main.rs"

[dependencies.bip39]
version = "2.0"

[dependencies.bs58]
version = "0.5"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.ctrlc]
version = "3.4"

[dependencies.ed25519-dalek]
version = "2.1"

[dependencies.hmac]
version = "0.12"

[dependencies.k256]
version = "0.13"
features = [
    "arithmetic",
    "std",
    "precomputed-tables",
]
default-features = false

[dependencies.rand]
version = "0.8"

[dependencies.rpassword]
version = "7.3"

[dependencies.sha2]
version = "0.10"

[dependencies.sha3]
version = "0.10"

[dependencies.zeroize]
version = "1.7"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1