[graph]
targets = [
"aarch64-apple-darwin",
"x86_64-apple-darwin",
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc",
]
all-features = true
[advisories]
unmaintained = "workspace"
yanked = "deny"
ignore = []
[licenses]
allow = [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"Unicode-3.0",
"ISC",
"BSD-3-Clause",
"Zlib",
]
confidence-threshold = 0.93
exceptions = [
{ allow = ["MPL-2.0"], crate = "option-ext" },
]
[bans]
multiple-versions = "warn"
wildcards = "deny"
[sources]
unknown-registry = "deny"
unknown-git = "deny"