Files
axum/deny.toml
T

34 lines
646 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 = [
2023-01-03 19:53:17 +01:00
# currently duplicated through header, reqwest, tower-http and cookie
# C.f. https://github.com/tokio-rs/axum/pull/1641
{ name = "base64" },
# 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" },
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 = []