2022-08-17 20:48:14 +03:00
|
|
|
[licenses]
|
|
|
|
unlicensed = "deny"
|
|
|
|
allow = [
|
|
|
|
"MIT",
|
|
|
|
"Apache-2.0",
|
|
|
|
"BSD-2-Clause",
|
2022-09-02 10:59:13 +03:00
|
|
|
"BSD-3-Clause",
|
|
|
|
"CC0-1.0",
|
2023-07-30 11:44:49 +03:00
|
|
|
"ISC",
|
2024-02-12 13:53:22 +03:00
|
|
|
"MPL-2.0",
|
2022-08-17 20:48:14 +03:00
|
|
|
]
|
|
|
|
copyleft = "warn"
|
|
|
|
allow-osi-fsf-free = "neither"
|
|
|
|
default = "deny"
|
|
|
|
confidence-threshold = 0.9
|
|
|
|
|
|
|
|
[[licenses.exceptions]]
|
|
|
|
allow = ["Unicode-DFS-2016"]
|
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.3"
|
|
|
|
|
|
|
|
[bans]
|
|
|
|
multiple-versions = "deny"
|
2023-02-11 13:14:30 +03:00
|
|
|
skip-tree = [
|
2024-02-12 13:53:22 +03:00
|
|
|
{ name = "windows-sys" },
|
|
|
|
{ name = "itertools" },
|
|
|
|
{ name = "bitflags" },
|
2023-02-11 13:14:30 +03:00
|
|
|
]
|