1
0
Fork 0
mirror of https://github.com/TransparentLC/opencl_vanity_gpg.git synced 2025-10-20 15:24:08 +00:00
opencl_vanity_gpg/Cargo.toml

26 lines
568 B
TOML

[package]
name = "opencl_vanity_gpg"
version = "0.1.0"
edition = "2021"
[profile.release]
codegen-units = 1
lto = "thin"
opt-level = 3
panic = "abort"
strip = true
[dependencies]
byteorder = "1.5"
chrono = { version = "0.4", default-features = false, features = ["now"] }
clap = { version = "4.5", features = ["derive"] }
env_logger = { version = "0.11", default-features = false, features = ["auto-color", "humantime"] }
hex = "0.4"
log = "0.4"
ocl = "0.19"
pgp = "0.14"
rand = "0.8"
smallvec = "1.13"
anyhow = "1.0"
indicatif = "0.17"
indicatif-log-bridge = "0.2"