Files
axum/deny.toml
T

33 lines
593 B
TOML

[graph]
exclude-unpublished = true
[advisories]
unmaintained = "none"
ignore = []
[licenses]
confidence-threshold = 0.8
allow = [
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"Unicode-3.0",
]
[bans]
multiple-versions = "deny"
highlight = "all"
skip-tree = [
# parking_lot pulls in old versions of windows-sys
{ name = "windows-sys" },
# pulled in by quickcheck and cookie
{ name = "rand" },
# duplicate dependency is intended, see axum-extra/Cargo.lock
{ name = "serde_html_form" },
]
[sources]
unknown-registry = "warn"
unknown-git = "warn"
allow-git = []