[advisories]
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
ignore = [
]
[licenses]
private = { ignore = true }
allow = [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unicode-DFS-2016",
"Unicode-3.0",
]
exceptions = [
]
[bans]
multiple-versions = "warn"
wildcards = "allow"
highlight = "all"
skip = [
{ name = "windows_*", version = "*" },
{ name = "winapi*", version = "*" },
]
deny = [
]
skip-tree = [
]
[sources]
unknown-registry = "warn"
unknown-git = "warn"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []