-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deny.toml
42 lines (38 loc) · 834 Bytes
/
deny.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[licenses]
version = 2
allow = [
"Apache-2.0",
"BSD-3-Clause",
"ISC",
"MIT",
"MPL-2.0",
"OpenSSL",
]
exceptions = [
{ allow = ["AGPL-3.0"], name = "findstream" },
{ allow = ["Unicode-DFS-2016"], name = "unicode-ident" },
]
[[licenses.clarify]]
name = "encoding_rs"
version = "*"
expression = "(Apache-2.0 OR MIT) AND BSD-3-Clause"
license-files = [
{ path = "COPYRIGHT", hash = 0x39f8ad31 },
]
[[licenses.clarify]]
name = "ring"
version = "*"
expression = "MIT AND ISC AND OpenSSL"
license-files = [
{ path = "LICENSE", hash = 0xbd0eed23 },
]
[bans]
skip = [
{ name = "bitflags", version = "1" },
{ name = "sync_wrapper", version = "0.1" },
]
skip-tree = [
{ name = "windows-sys", version = "0.48", depth = 3 },
]
[sources]
allow-git = ["https://github.com/dnaka91/archer.git"]