zlicenser-protocol 0.3.0

Shared protocol types, wire formats, cryptographic primitives, and hardware fingerprinting for the zlicenser licensing framework.
Documentation
[licenses]
unused-allowed-license = "allow"
allow = [
    "Apache-2.0",
    "Apache-2.0 WITH LLVM-exception",
    "MIT",
    "MIT-0",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "ISC",
    "Unicode-3.0",
    "CC0-1.0",
    "CDLA-Permissive-2.0",
]

[bans]
multiple-versions = "warn"

[advisories]
# RUSTSEC-2023-0071: Marvin Attack timing side-channel. Affects RSA private-key
# operations (decryption/signing) only. We use rsa solely for signature
# verification (public key), so this does not apply. No fix is available.
ignore = ["RUSTSEC-2023-0071"]

[sources]
unknown-registry = "deny"
unknown-git = "deny"