[advisories]
version = 2
ignore = ["RUSTSEC-2024-0436", "RUSTSEC-2025-0138"]
[licenses]
version = 2
allow = [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unicode-DFS-2016",
"Unicode-3.0",
"Unlicense",
"MPL-2.0",
"CC0-1.0",
"Zlib",
"OpenSSL",
]
confidence-threshold = 0.8
[[licenses.exceptions]]
name = "byteorder"
version = "*"
allow = ["Unlicense", "MIT"]
[[licenses.exceptions]]
name = "sha3-asm"
version = "*"
allow = ["Apache-2.0"]
[[licenses.exceptions]]
name = "keccak-asm"
version = "*"
allow = ["Apache-2.0"]
[bans]
multiple-versions = "warn"
wildcards = "warn"
highlight = "all"
skip = [
{ name = "cpufeatures" },
]
[sources]
unknown-registry = "warn"
unknown-git = "warn"
allow-git = [
"https://github.com",
]