[package]
name = "gpg-keysync"
version = "0.0.0"
edition = "2021"
authors = ["Matti Bryce <mattibryce@protonmail.com"]
description = "Utility for maintaining backups of gnupg keys in a declarative manner, with precise control over keystripping available"
categories = ["filesystem", "command-line-utilities", "config"]
keywords = ["gpg", "gnupg", "certificates", "crypto-identity"]
license = "GPL-2.0"
repository = "https://gitlab.com/infomorphic-matti/gpg-keysync/"
homepage = "https://gitlab.com/infomorphic-matti/gpg-keysync/"
documentation = "https://docs.rs/gpg-keysync"
[dependencies]
gpgme = "0.11.0"
[package.metadata.docs.rs]
all-features = true