gpg-keysync 0.0.0

Utility for maintaining backups of gnupg keys in a declarative manner, with precise control over keystripping available
[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"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
gpgme = "0.11.0"


[package.metadata.docs.rs]
all-features = true