Files
fingerprunk/Cargo.toml
T

21 lines
587 B
TOML

[package]
name = "fingerprunk"
version = "0.2.2"
authors = ["Niklas Elsbrock <mail@nelsbrock.de>"]
edition = "2024"
description = "CLI tool for brute-forcing OpenPGP keys with cool fingerprints"
repository = "https://github.com/nelsbrock/fingerprunk"
license = "GPL-3.0-or-later"
keywords = ["fingerprint", "openpgp", "bruteforce"]
categories = ["command-line-utilities"]
[dependencies]
anyhow = "1.0.102"
clap = { version = "4.6.1", features = ["derive"] }
ctrlc = "3.5.2"
fancy-regex = "0.18.0"
num-integer = "0.1.46"
num_cpus = "1.17.0"
rpassword = "7.5.2"
sequoia-openpgp = "2.2.0"