# cargo-deny configuration — https://embarkstudios.github.io/cargo-deny/
#
# Blocks supply chain vectors: typosquatting via alt registries,
# git-source dependency hijacking, known vulns, license violations.
[]
# All vulnerability advisories are errors by default in 0.19+.
# Unmaintained crates are warnings (won't block CI).
= "none"
= "warn"
[]
= [
"MIT",
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unicode-3.0",
"CDLA-Permissive-2.0",
]
= "warn"
[]
= "warn"
= "deny"
[]
= "deny"
= "deny"