-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeny.toml
42 lines (38 loc) · 767 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]
allow = [
"Apache-2.0",
"BSD-3-Clause",
"ISC",
"MIT",
"MPL-2.0",
"OpenSSL",
"Unicode-3.0",
]
exceptions = [
{ allow = ["AGPL-3.0"], name = "findstream" },
]
[[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 = [
"thiserror@1",
"thiserror-impl@1",
]
skip-tree = [
{ crate = "[email protected]", depth = 3 },
{ crate = "[email protected]", depth = 3 },
]
[sources]
allow-git = ["https://github.com/dnaka91/archer.git"]