mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-28 13:30:39 +00:00
34 lines
646 B
TOML
34 lines
646 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 = [
|
|
# 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" },
|
|
# pulled in by quickcheck and cookie
|
|
{ name = "rand" },
|
|
]
|
|
|
|
[sources]
|
|
unknown-registry = "warn"
|
|
unknown-git = "warn"
|
|
allow-git = []
|