[graph]
targets = [
"x86_64-unknown-linux-gnu",
"aarch64-unknown-linux-gnu",
"x86_64-apple-darwin",
"aarch64-apple-darwin",
]
all-features = true
[output]
feature-depth = 1
[advisories]
ignore = [
{ id = "RUSTSEC-2025-0134", reason = "rustls-pemfile is transitive from object_store, waiting for upstream fix" },
{ id = "RUSTSEC-2024-0436", reason = "paste is transitive from multiversion, no security issue" },
]
[licenses]
allow = [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"BSL-1.0",
"ISC",
"Zlib",
"0BSD",
"Unicode-3.0",
]
confidence-threshold = 0.8
[[licenses.clarify]]
crate = "ring"
expression = "MIT AND ISC AND OpenSSL"
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
[licenses.private]
ignore = true
[bans]
multiple-versions = "warn"
wildcards = "allow"
highlight = "all"
workspace-default-features = "allow"
external-default-features = "allow"
deny = [
{ crate = "openssl", reason = "Prefer rustls for TLS" },
{ crate = "openssl-sys", reason = "Prefer rustls for TLS" },
]
skip = []
skip-tree = []
[sources]
unknown-registry = "deny"
unknown-git = "warn"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []