axum/deny.toml

28 lines
506 B
TOML
Raw Normal View History

2021-06-12 20:18:21 +02:00
[advisories]
vulnerability = "deny"
unmaintained = "warn"
notice = "warn"
ignore = []
[licenses]
2021-12-08 18:37:02 +01:00
unlicensed = "warn"
2021-06-12 20:18:21 +02:00
allow = []
deny = []
copyleft = "warn"
allow-osi-fsf-free = "either"
confidence-threshold = 0.8
[bans]
multiple-versions = "deny"
highlight = "all"
2022-02-12 18:16:14 +01:00
skip-tree = [
2022-10-20 16:51:52 +02:00
# currently duplicated through mio & parking_lot_core
# https://github.com/tokio-rs/mio/pull/1624 will fix that
{ name = "windows-sys" },
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 = []