openpgp-card/openpgp-card/Cargo.toml
Heiko Schaefer 0302387bea Releases
2021-09-09 00:48:25 +02:00

21 lines
563 B
TOML

# SPDX-FileCopyrightText: 2021 Heiko Schaefer <heiko@schaefer.name>
# SPDX-License-Identifier: MIT OR Apache-2.0
[package]
name = "openpgp-card"
description = "A client implementation for the OpenPGP card specification"
license = "MIT OR Apache-2.0"
version = "0.0.4"
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
edition = "2018"
repository = "https://gitlab.com/hkos/openpgp-card"
documentation = "https://docs.rs/crate/openpgp-card"
[dependencies]
nom = "6"
hex-literal = "0.3"
anyhow = "1"
thiserror = "1"
env_logger = "0.8"
log = "0.4"
chrono = "0.4"