openpgp 0.1.5

Low-level OpenPGP packet operations based on rPGP
Documentation
[advisories]
# use git CLI to avoid errors
# see: https://github.com/EmbarkStudios/cargo-deny/pull/420
git-fetch-with-cli = true
version = 2
yanked = "deny"
ignore = [
    # rpacket is not used in interactive setting
    "RUSTSEC-2023-0071",
]

[bans]
deny = [
]
multiple-versions = "allow"

[licenses]
version = 2
allow = [
    "Apache-2.0",
    "BSD-3-Clause",
    "MIT",
    "Unicode-3.0",
    "Zlib",
]