mirror of
https://github.com/nelsbrock/fingerprunk.git
synced 2026-08-14 16:12:08 +02:00
20 lines
567 B
TOML
20 lines
567 B
TOML
[package]
|
|
name = "fingerprunk"
|
|
version = "0.4.0"
|
|
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"
|
|
rpassword = "7.5.2"
|
|
sequoia-openpgp = "2.3.0"
|