[package] name = "age-plugin-openpgp-card" description = "Age plugin for using ed25519 on OpenPGP Card devices (Yubikeys, Nitrokeys)" version = "0.1.1" edition = "2021" license = "Apache-2.0 OR MIT" keywords = ["age", "cli", "encryption", "openpgp", "yubikey"] categories = ["command-line-utilities", "cryptography"] authors = ["Wiktor Kwapisiewicz "] repository = "https://github.com/wiktor-k/age-plugin-openpgp-card" [dependencies] age-core = "0.10.0" age-plugin = "0.5.0" base64 = "0.22.1" bech32 = "0.11" card-backend-pcsc = "0.5.0" clap = { version = "4.5.20", features = ["derive"] } openpgp-card = "0.5.0" subtle = "2.6.1" thiserror = "1.0.64" x25519-dalek = "2.0.1" zeroize = "1.8.1"