# SPDX-FileCopyrightText: 2021 Heiko Schaefer # SPDX-License-Identifier: MIT OR Apache-2.0 [package] name = "openpgp-card-pcsc" description = "PCSC OpenPGP card backend, for use with the openpgp-card crate" authors = ["Heiko Schaefer "] license = "MIT OR Apache-2.0" version = "0.0.4" edition = "2018" repository = "https://gitlab.com/hkos/openpgp-card" documentation = "https://docs.rs/crate/openpgp-card-pcsc" [dependencies] openpgp-card = { path = "../openpgp-card", version = "0.0.4" } pcsc = "2" anyhow = "1" log = "0.4"