openpgp-card/pcsc/Cargo.toml
Heiko Schaefer 87a9f4f216
bump backend versions
card-backend to 0.2.0,
pcsc and scdc to 0.5.0
2023-09-06 01:16:32 +02:00

18 lines
588 B
TOML

# SPDX-FileCopyrightText: 2021-2023 Heiko Schaefer <heiko@schaefer.name>
# SPDX-License-Identifier: MIT OR Apache-2.0
[package]
name = "card-backend-pcsc"
description = "PCSC card backend, e.g. for use with the openpgp-card crate"
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
license = "MIT OR Apache-2.0"
version = "0.5.0"
edition = "2018"
repository = "https://gitlab.com/openpgp-card/openpgp-card"
documentation = "https://docs.rs/crate/card-backend-pcsc"
[dependencies]
card-backend = { path = "../card-backend", version = "0.2" }
iso7816-tlv = "0.4"
pcsc = "2.7"
log = "0.4"