openpgp-card/openpgp-card-sequoia/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

34 lines
988 B
TOML

# SPDX-FileCopyrightText: 2021-2023 Heiko Schaefer <heiko@schaefer.name>
# SPDX-License-Identifier: MIT OR Apache-2.0
[package]
name = "openpgp-card-sequoia"
description = "Wrapper of openpgp-card for use with Sequoia PGP"
license = "MIT OR Apache-2.0"
version = "0.2.0"
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
edition = "2018"
repository = "https://gitlab.com/openpgp-card/openpgp-card"
documentation = "https://docs.rs/crate/openpgp-card-sequoia"
[dependencies]
card-backend = { path = "../card-backend", version = "0.2" }
sequoia-openpgp = { version = "1.4", default-features = false }
openpgp-card = { path = "../openpgp-card", version = "0.4" }
chrono = "0.4"
anyhow = "1"
thiserror = "1"
log = "0.4"
rsa = "0.8.1"
[dev-dependencies]
card-backend-pcsc = { path = "../pcsc", version = "0.5" }
#card-backend-scdc = { path = "../scdc", version = "0.5" }
env_logger = "0.10"
testresult = "0.3.0"
[features]
default = ["sequoia-openpgp/default"]
[[example]]
name = "test"