gatewarden 0.3.0

Hardened Keygen.sh license validation infrastructure
Documentation
# cargo-deny configuration

# Run: cargo deny check

# Install: cargo install cargo-deny



[advisories]

vulnerability = "deny"

unmaintained = "warn"

yanked = "warn"

notice = "warn"



[licenses]

unlicensed = "deny"

allow = [

    "MIT",

    "Apache-2.0",

    "BSD-2-Clause",

    "BSD-3-Clause",

    "ISC",

    "Unicode-3.0",

    "Unicode-DFS-2016",

]

copyleft = "deny"



[[licenses.clarify]]

name = "ring"

expression = "MIT AND ISC AND OpenSSL"

license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]



[bans]

multiple-versions = "warn"

wildcards = "deny"



[sources]

unknown-registry = "deny"

unknown-git = "deny"

allow-registry = ["https://github.com/rust-lang/crates.io-index"]

allow-git = []