[advisories]
version = 2
# Fail (not just warn) if a dependency resolves to a yanked release, so a yanked
# crate cannot silently enter the build.
yanked = "deny"
[licenses]
version = 2
allow = [
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception", # target-lexicon (pyo3 build dependency)
"MIT",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unicode-DFS-2016",
"Unicode-3.0",
"Zlib",
"CC0-1.0",
]
[bans]
multiple-versions = "warn"
[sources]
unknown-registry = "deny"
unknown-git = "deny"