[graph]
targets = [
{ triple = "x86_64-unknown-linux-gnu" },
{ triple = "x86_64-apple-darwin" },
{ triple = "x86_64-pc-windows-msvc" },
{ triple = "aarch64-linux-android" },
]
[licenses]
allow = [
"Apache-2.0 WITH LLVM-exception",
"Apache-2.0",
"BSD-3-Clause",
"ISC",
"MIT",
"MPL-2.0",
"Unicode-DFS-2016",
"Zlib",
"Unicode-3.0",
]
[[licenses.clarify]]
name = "ring"
expression = "MIT AND ISC AND OpenSSL"
license-files = [
{ path = "LICENSE", hash = 0xbd0eed23 }
]
[bans]
multiple-versions = "deny"
wildcards = "allow"
deny = []
skip = [
{ name = "heck", reason = "wasm-compose uses an old version of `heck` and was updated in https://github.com/bytecodealliance/wasm-tools/pull/2359, but that hasn't released yet" },
]
skip-tree = [
{ name = "proptest", depth = 20 },
{ name = "witx", depth = 20 },
{ name = "indexmap", depth = 2 },
{ name = "itertools" },
{ name = "backtrace" },
{ name = "io-lifetimes" },
{ name = "file-per-thread-logger", reason = "this uses an old version of env-logger; may be unmaintained?" }
]