# SPDX-FileCopyrightText: 2023 Heiko Schaefer # SPDX-License-Identifier: MIT OR Apache-2.0 [package] name = "card-backend" description = "Card backend trait, for use with the openpgp-card crate" authors = ["Heiko Schaefer "] license = "MIT OR Apache-2.0" version = "0.2.0" edition = "2018" repository = "https://gitlab.com/openpgp-card/openpgp-card" documentation = "https://docs.rs/crate/card-backend" [dependencies] thiserror = "1"