# 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 = "vanity" version = "0.3.4" authors = [ "Cavey Cool ", "Magnetar Fields <0xMAGNETAR@proton.me>", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A *bLaZinGlY fAsT* tool for grinding vanity addresses on Solana" readme = "README.md" license = "MIT OR Apache-2.0" [profile.release] lto = "fat" codegen-units = 1 [[bin]] name = "vanity" path = "src/main.rs" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.fd_bs58] version = "0.1.0" [dependencies.logfather] version = "0.2.6" [dependencies.num-format] version = "0.4.4" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0" [dependencies.sha2] version = "0.10.8" [dependencies.solana-pubkey] version = "2.1.0" [dependencies.solana-rpc-client] version = "2.1.0" [dependencies.solana-sdk] version = "2.1.0" [build-dependencies.cc] version = "1.0.98" optional = true [features] default = [] gpu = ["cc"]