forked from apollographql/router
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.toml
More file actions
47 lines (41 loc) · 1.08 KB
/
about.toml
File metadata and controls
47 lines (41 loc) · 1.08 KB
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
43
44
45
46
47
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",
"MIT-0", # borrow-or-share
"MPL-2.0",
"Unicode-3.0",
"OpenSSL", # required by aws-lc-sys
"Unicode-DFS-2016",
"Zlib",
"NCSA", # similar to MIT/BSD-3-Clause, used by libfuzzer
"CDLA-Permissive-2.0", # webpki-roots
]
# See https://github.com/EmbarkStudios/cargo-about/pull/216
filter-noassertion = true
# 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"]
[aws-lc-sys]
accepted = ["OpenSSL"]
[webpki.clarify]
license = "ISC"
[[webpki.clarify.files]]
path = 'LICENSE'
checksum = "5b698ca13897be3afdb7174256fa1574f8c6892b8bea1a66dd6469d3fe27885a"
[[webpki.clarify.files]]
path = "third-party/chromium/LICENSE"
checksum = "845022e0c1db1abb41a6ba4cd3c4b674ec290f3359d9d3c78ae558d4c0ed9308"