# cargo-deny configuration file
[]
# List of explicitly allowed licenses
= [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unicode-3.0",
"Unlicense",
"0BSD",
"CC0-1.0",
"MPL-2.0",
"Zlib",
]
[]
# Lint level for when multiple versions of the same dependency are detected
= "warn"
[]
# Which dependencies to check for advisories
= "all"
[]
# Lint level for unknown registries
= "warn"
# Lint level for unknown git repos
= "warn"