mirror of
https://github.com/tower-rs/tower-http.git
synced 2026-03-07 05:39:10 +00:00
28 lines
360 B
TOML
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 = []
|