# Configuration for cargo-deny
# https://embarkstudios.github.io/cargo-deny/
[]
= 2
# Check for security vulnerabilities
= "~/.cargo/advisory-db"
= ["https://github.com/rustsec/advisory-db"]
= []
[]
= 2
# Allow common open source licenses
= [
"MIT",
"Apache-2.0",
"Unicode-3.0",
"Zlib",
]
= 0.8
[]
# Deny multiple versions of the same crate
= "warn"
= "allow"
= "all"
= []
= []
= []
[]
# Ensure all dependencies come from trusted sources
= "deny"
= "warn"
= ["https://github.com/rust-lang/crates.io-index"]
= []