openpgp-card/tools/Cargo.toml
2022-02-18 15:06:31 +01:00

28 lines
820 B
TOML

# SPDX-FileCopyrightText: 2021 Wiktor Kwapisiewicz <wiktor@metacode.biz>
# SPDX-License-Identifier: MIT OR Apache-2.0
[package]
name = "openpgp-card-tools"
description = "CLI tools for OpenPGP cards"
license = "MIT OR Apache-2.0"
version = "0.0.2"
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
edition = "2018"
repository = "https://gitlab.com/hkos/openpgp-card"
documentation = "https://docs.rs/crate/openpgp-card-tools"
[dependencies]
sequoia-openpgp = "1.3"
nettle = "7"
openpgp-card = { path = "../openpgp-card", version = "0.1" }
openpgp-card-pcsc = { path = "../pcsc", version = "0.1" }
openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.7" }
sshkeys = "0.3.2"
rpassword = "5"
chrono = "0.4"
anyhow = "1"
thiserror = "1"
structopt = "0.3"
clap = "2.33"
env_logger = "0.8"
log = "0.4"