[package] name = "fingerprunk" version = "0.4.0" 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.1", features = ["derive"] } ctrlc = "3.5.2" fancy-regex = "0.18.0" num-integer = "0.1.46" rpassword = "7.5.2" sequoia-openpgp = "2.3.0"