forked from farazdagi/rpc-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeny.toml
More file actions
33 lines (29 loc) · 743 Bytes
/
deny.toml
File metadata and controls
33 lines (29 loc) · 743 Bytes
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
[licenses]
unused-allowed-license = "deny"
allow = [
"Apache-2.0",
"MIT",
"CC0-1.0",
"CDLA-Permissive-2.0",
"Unlicense",
"Unicode-3.0",
"BSD-3-Clause",
"BSD-2-Clause",
"BSL-1.0",
"0BSD",
"ISC",
"MPL-2.0",
"Zlib",
]
exceptions = [{ name = "unicode-ident", allow = ["Unicode-DFS-2016"] }]
[licenses.private]
ignore = true
# TODO We should be able to remove `ignore-sources` once we add `publish = false` to all the crates sourced from here.
ignore-sources = [
"https://github.com/WalletConnect/utils-rs.git",
"https://github.com/WalletConnect/WalletConnectRust.git"
]
[[licenses.clarify]]
name = "ring"
expression = "ISC"
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]