# cargo-deny configuration for html-conform
[graph]
targets = []
[licenses]
version = 2
confidence-threshold = 0.8
allow = ["MIT", "Apache-2.0", "BSD-3-Clause", "Unicode-3.0"]
[licenses.private]
ignore = false
[bans]
multiple-versions = "warn"
wildcards = "allow"
highlight = "all"
[sources]
unknown-registry = "warn"
unknown-git = "warn"
allow-git = []