forked from apollographql/router
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.toml
35 lines (31 loc) · 780 Bytes
/
about.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
accepted = [
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"CC0-1.0",
"ISC",
"Elastic-2.0",
"LicenseRef-ring",
"MIT",
"MPL-2.0",
"Unicode-DFS-2016"
]
# Ignore non plublished crates, such as xtask for example
private = { ignore = true }
# Ignore dependencies used in tests only, test-log for example
ignore-dev-dependencies = true
workarounds = [
"ring",
"rustls",
]
[ring]
accepted = ["OpenSSL"]
[webpki.clarify]
license = "ISC"
[[webpki.clarify.files]]
path = 'LICENSE'
checksum = "5b698ca13897be3afdb7174256fa1574f8c6892b8bea1a66dd6469d3fe27885a"
[[webpki.clarify.files]]
path = "third-party/chromium/LICENSE"
checksum = "845022e0c1db1abb41a6ba4cd3c4b674ec290f3359d9d3c78ae558d4c0ed9308"