[graph]
all-features = false
no-default-features = false
[advisories]
ignore = []
[licenses]
allow = [
"Apache-2.0",
"MIT",
"MPL-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"BSL-1.0",
"Zlib",
"Unicode-3.0",
"CDLA-Permissive-2.0",
]
confidence-threshold = 0.8
exceptions = []
[licenses.private]
ignore = false
registries = []
[bans]
multiple-versions = "warn"
wildcards = "allow"
allow = []
deny = []
skip = []
skip-tree = []
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = [
"https://github.com/rust-lang/crates.io-index",
]
allow-git = []