# cargo-deny configuration — supply-chain gates for advisories, licenses,
# duplicate versions, and registry sources.
# Docs: https://embarkstudios.github.io/cargo-deny/
[]
= true
[]
= "deny"
[]
# Everything in the tree (including dev-deps) is satisfiable from this set;
# extend deliberately rather than loosening to a blanket allow.
= [
"MIT",
"Apache-2.0",
"Unicode-3.0",
"Zlib",
]
[]
# Duplicate versions bloat compile times but aren't an error for a library.
= "warn"
[]
= "deny"
= "deny"