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