[advisories]
version = 2
unmaintained = "transitive"
yanked = "warn"
[licenses]
version = 2
allow = [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-3-Clause",
"ISC",
"Unicode-3.0",
"CDLA-Permissive-2.0",
]
[[licenses.exceptions]]
name = "ring"
allow = ["ISC", "MIT", "OpenSSL"]
[bans]
multiple-versions = "warn"
wildcards = "allow"
highlight = "all"
skip = [
{ name = "windows-sys" },
]
[sources]
unknown-registry = "deny"
unknown-git = "warn"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]