pgp 0.19.0

OpenPGP implementation in Rust
Documentation
[bans]
multiple-versions = "allow"
deny = []

[licenses]
allow = [
    "Apache-2.0",
    "Apache-2.0 WITH LLVM-exception",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "bzip2-1.0.6",
    "MIT",
    "Unicode-3.0",
    "Zlib"
]

[[licenses.clarify]]
name = "ring"
expression = "MIT AND ISC AND OpenSSL"
license-files = [
    { path = "LICENSE", hash = 0xbd0eed23 },
]

[advisories]
ignore = [
    "RUSTSEC-2023-0071", # Waiting for upstream fix
    "RUSTSEC-2025-0144"  # Waiting for new Rust Crypto releases
]