# SPDX-FileCopyrightText: 2022-2023 Heiko Schaefer # SPDX-License-Identifier: CC0 [package] name = "openpgp-piv-sequoia" description = "A library for using PIV devices in an OpenPGP context." version = "0.1.0" repository = "https://codeberg.org/heiko/openpgp-piv" authors = ["Heiko Schaefer "] license = "LGPL-2.0-or-later" edition = "2021" [dependencies] anyhow = "1" log = "0.4" openpgp-x509-sequoia = "0.2" asn1-rs = "0.5" p256 = "0.13" p384 = "0.13" picky-asn1-der = "0.4" picky-asn1-x509 = "0.9" rsa = "0.7" # yubikey 0.7 depends on rsa 0.7 sequoia-openpgp = "1" x509 = "0.2" x509-certificate = "0.20" yubikey = { version = "0.7", features = ["untested"] }