georm/deny.toml

19 lines
525 B
TOML
Raw Normal View History

2025-01-26 13:00:27 +00:00
[licenses]
# If there is a need to add another license, please refer to this page
# for compatible licenses:
# https://www.gnu.org/licenses/license-list.html
2025-01-26 13:00:27 +00:00
allow = ["MIT", "Apache-2.0", "BSD-3-Clause", "Unicode-3.0", "Zlib"]
confidence-threshold = 0.8
[bans]
multiple-versions = "allow"
2025-01-26 13:00:27 +00:00
wildcards = "allow"
highlight = "all"
workspace-default-features = "allow"
external-default-features = "allow"
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]