# Configuration for cargo-deny
# https://embarkstudios.github.io/cargo-deny/
[]
# Check for security vulnerabilities
= []
[]
# Allow common open source licenses
= [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"MPL-2.0",
"Unicode-3.0",
"CDLA-Permissive-2.0", # Used by webpki-roots (Mozilla's root certificates)
]
= 0.8
[]
# Deny multiple versions of the same crate
= "warn"
= "allow"
[]
# Only allow crates from crates.io
= "deny"
= "deny"
= ["https://github.com/rust-lang/crates.io-index"]