Files
axum/deny.toml
T

33 lines
593 B
TOML
Raw Normal View History

2025-09-13 21:48:25 +09:00
[graph]
exclude-unpublished = true
2021-06-12 20:18:21 +02:00
[advisories]
2025-09-13 21:48:25 +09:00
unmaintained = "none"
2021-06-12 20:18:21 +02:00
ignore = []
[licenses]
confidence-threshold = 0.8
2025-09-13 21:48:25 +09:00
allow = [
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"Unicode-3.0",
]
2021-06-12 20:18:21 +02:00
[bans]
multiple-versions = "deny"
highlight = "all"
2022-02-12 18:16:14 +01:00
skip-tree = [
# parking_lot pulls in old versions of windows-sys
{ name = "windows-sys" },
2025-07-05 23:47:42 +09:00
# pulled in by quickcheck and cookie
{ name = "rand" },
# duplicate dependency is intended, see axum-extra/Cargo.lock
{ name = "serde_html_form" },
2021-06-19 12:50:33 +02:00
]
2021-06-12 20:18:21 +02:00
[sources]
unknown-registry = "warn"
unknown-git = "warn"
allow-git = []