[graph]
targets = []
all-features = true
[advisories]
yanked = "warn"
ignore = [
"RUSTSEC-2024-0384",
"RUSTSEC-2024-0436",
]
[licenses]
allow = [
"FSL-1.1-ALv2",
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Zlib",
"MPL-2.0",
"Unicode-3.0",
"Unicode-DFS-2016",
"OpenSSL",
"CC0-1.0",
"Artistic-2.0",
"CDLA-Permissive-2.0",
"BSL-1.0",
]
[[licenses.clarify]]
name = "ring"
expression = "MIT AND ISC AND OpenSSL"
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
[bans]
multiple-versions = "warn"
wildcards = "deny"
highlight = "all"
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]