[package] name = "fingerprunk" version = "0.2.1" authors = ["Niklas Elsbrock "] 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.0", features = ["derive"] } ctrlc = "3.5.2" fancy-regex = "0.17.0" num-integer = "0.1.46" num_cpus = "1.17.0" rpassword = "7.4.0" sequoia-openpgp = "2.2.0"