# SPDX-FileCopyrightText: 2021 Heiko Schaefer # SPDX-License-Identifier: GPL-3.0-or-later [package] name = "tb-openpgp-certs" version = "0.1.0" authors = ["Heiko Schaefer "] edition = "2018" description = "A tool to interact with TB78 (and later) OpenPGP cert storage" license = "GPL-3.0-or-later" categories = ["cryptography", "email"] keywords = ["openpgp", "keylist", "email", "thunderbird"] repository = "https://gitlab.com/hkos/tb-openpgp-certs" [dependencies] structopt = "0.3" clap = "2.33" anyhow = "1.0" diesel = { version = "1.4", features = ["sqlite"] } openpgp-keylist = "0.2" sequoia-openpgp = "1.0" sequoia-net = "0.23" [dependencies.tokio] version = "0.2.22" features = ["fs", "io-std", "io-util", "rt-threaded", "sync", "signal", "macros"]