open-pgp 0.1.0

Implementation of the IETF OpenPGP standard for secure communication and data encryption.
Documentation
[dependencies]

[lib]
name = "open_pgp"
path = "src/lib.rs"

[package]
authors = ["Khulnasoft Lab <contact@khulnasoft.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "authentication", "email"]
description = "Implementation of the IETF OpenPGP standard for secure communication and data encryption."
documentation = "https://docs.rs/open-pgp"
edition = "2021"
exclude = [".github/", "tests/", "examples/"]
homepage = "https://github.com/khulnasoft-lab/open-pgp"
keywords = ["cryptography", "openpgp", "pgp", "encryption", "signing"]
license = "LGPL-2.0-or-later"
name = "open-pgp"
readme = "README.md"
repository = "https://github.com/khulnasoft-lab/open-pgp"
version = "0.1.0"