Files

65 lines
1.3 KiB
TOML

[graph]
targets = []
all-features = false
no-default-features = false
[output]
feature-depth = 1
[advisories]
# RUSTSEC-2026-0194 (quick-xml quadratic attribute check) and RUSTSEC-2026-0195
# (quick-xml NsReader memory exhaustion) both require quick-xml >= 0.41.0.
# wayland-scanner 0.31.x and zbus_xml 5.1.x (both at latest) still use ^0.39;
# no upstream fix is available yet. Remove once those crates release a patch.
ignore = [{ id = "RUSTSEC-2026-0194" }, { id = "RUSTSEC-2026-0195" }]
unmaintained = "none"
unsound = "none"
[licenses]
allow = [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Zlib",
"Unicode-3.0",
"0BSD",
"MPL-2.0",
"CC0-1.0",
"bzip2-1.0.6",
"NCSA",
]
confidence-threshold = 0.8
exceptions = []
[licenses.private]
ignore = true
registries = [
#"https://sekretz.com/registry
]
[bans]
multiple-versions = "allow"
wildcards = "allow"
highlight = "all"
workspace-default-features = "allow"
external-default-features = "allow"
allow = []
allow-workspace = true
deny = []
skip = []
skip-tree = []
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []
[sources.allow-org]
github = ["zed-industries", "proptest-rs"]
gitlab = []
bitbucket = []