pumpfun-vanity 0.1.1

A fast CLI and library for generating Pumpfun vanity addresses.
Documentation
# 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 = "2024"
name = "pumpfun-vanity"
version = "0.1.1"
authors = ["DevWonder01"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast CLI and library for generating Pumpfun vanity addresses."
readme = "README.md"
license = "MIT"
repository = "https://github.com/DevWonder01/pumpfun-vanity-address"

[lib]
name = "pumpfun_vanity"
path = "src/lib.rs"

[[bin]]
name = "pumpfun-vanity"
path = "src/main.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.bs58]
version = "0.4"

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

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.rayon]
version = "1.9"

[dependencies.solana-sdk]
version = "2.1.1"

[dev-dependencies.num_cpus]
version = "1.17.0"