# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "age-plugin-openpgp-card" version = "0.1.1" authors = ["Wiktor Kwapisiewicz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Age plugin for using ed25519 on OpenPGP Card devices (Yubikeys, Nitrokeys)" readme = "README.md" keywords = [ "age", "cli", "encryption", "openpgp", "yubikey", ] categories = [ "command-line-utilities", "cryptography", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/wiktor-k/age-plugin-openpgp-card" [[bin]] name = "age-plugin-openpgp-card" path = "src/main.rs" [dependencies.age-core] version = "0.10.0" [dependencies.age-plugin] version = "0.5.0" [dependencies.base64] version = "0.22.1" [dependencies.bech32] version = "0.11" [dependencies.card-backend-pcsc] version = "0.5.0" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.openpgp-card] version = "0.5.0" [dependencies.subtle] version = "2.6.1" [dependencies.thiserror] version = "1.0.64" [dependencies.x25519-dalek] version = "2.0.1" [dependencies.zeroize] version = "1.8.1"