You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
obws/deny.toml

28 lines
472 B
TOML

[licenses]
allow = [
"MPL-2.0",
"OpenSSL",
]
allow-osi-fsf-free = "both"
[[licenses.clarify]]
name = "ring"
version = "*"
expression = "MIT AND ISC AND OpenSSL"
license-files = [
{ path = "LICENSE", hash = 0xbd0eed23 },
]
[[licenses.exceptions]]
allow = ["Unicode-DFS-2016"]
name = "unicode-ident"
version = "*"
[bans]
skip = [
{ name = "regex-syntax", version = "=0.6.29" },
]
skip-tree = [
{ name = "windows-sys", version = "=0.45.0", depth = 3 },
]