[advisories]
version = 2
db-path = "~/.cargo/advisory-db"
yanked = "warn"
unmaintained = "workspace"
ignore = []
[licenses]
version = 2
confidence-threshold = 0.8
allow = [
"MIT",
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unicode-3.0",
"Zlib",
"CC0-1.0",
"MPL-2.0",
"OpenSSL",
"Apache-2.0 WITH LLVM-exception",
"CDLA-Permissive-2.0",
]
[[licenses.exceptions]]
name = "ring"
allow = ["OpenSSL", "ISC"]
[bans]
multiple-versions = "warn"
wildcards = "allow"
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]