# SPDX-FileCopyrightText: 2022-2023 Heiko Schaefer # SPDX-License-Identifier: CC0 [package] name = "openpgp-piv-tools" description = "A CLI tool for using PIV devices in an OpenPGP context." version = "0.0.2" repository = "https://codeberg.org/heiko/openpgp-piv" authors = ["Heiko Schaefer "] license = "LGPL-2.0-or-later" edition = "2021" [dependencies] anyhow = "1" clap = { version = "4", features = ["derive"] } env_logger = "0.10" log = "0.4" hex = "0.4" openpgp-piv-sequoia = { version = "0.1", path = "../lib" } openpgp-x509-sequoia = "0.2" sequoia-openpgp = "1" sequoia-ipc = "0.30" yubikey = { version = "0.7", features = ["untested"] } x509-certificate = "0.19"