tower-http/deny.toml
2026-02-17 10:07:46 +01:00

28 lines
360 B
TOML

[graph]
exclude-dev = true
exclude-unpublished = true
[advisories]
unmaintained = "none"
ignore = []
[licenses]
allow = [
"MIT",
"Apache-2.0",
"BSD-3-Clause",
"Unicode-3.0",
]
confidence-threshold = 0.8
exceptions = [
]
[bans]
multiple-versions = "warn"
highlight = "all"
[sources]
unknown-registry = "warn"
unknown-git = "warn"
allow-git = []