# cargo-deny configuration — supply-chain and licence gate.
[]
= true
[]
= 2
= "deny"
# No ignores: the tree is advisory-clean. Document-ignore only unmaintained
# (not vulnerable) transitive deps here, with a reason and RUSTSEC id.
= []
[]
= 2
= 0.9
# Apache-2.0 crate; permit only permissive, non-copyleft licences in the tree.
= [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unicode-3.0",
"Zlib",
]
[]
= "deny"
= "deny"
[]
= "deny"
= "deny"
= ["https://github.com/rust-lang/crates.io-index"]
= []