axum/deny.toml
2022-10-20 16:51:52 +02:00

27 lines
506 B
TOML

[advisories]
vulnerability = "deny"
unmaintained = "warn"
notice = "warn"
ignore = []
[licenses]
unlicensed = "warn"
allow = []
deny = []
copyleft = "warn"
allow-osi-fsf-free = "either"
confidence-threshold = 0.8
[bans]
multiple-versions = "deny"
highlight = "all"
skip-tree = [
# currently duplicated through mio & parking_lot_core
# https://github.com/tokio-rs/mio/pull/1624 will fix that
{ name = "windows-sys" },
]
[sources]
unknown-registry = "warn"
unknown-git = "warn"
allow-git = []