generated from EmbarkStudios/opensource-template
-
Notifications
You must be signed in to change notification settings - Fork 32
/
about.toml
42 lines (33 loc) · 1016 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
36
37
38
39
40
41
42
accepted = ["Apache-2.0", "MIT", "BSD-3-Clause", "ISC"]
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"x86_64-pc-windows-msvc",
"x86_64-apple-darwin",
]
ignore-build-dependencies = false
ignore-dev-dependencies = false
ignore-transitive-dependencies = false
filter-noassertion = true
workarounds = ["ring", "chrono", "rustls"]
[codespan.clarify]
license = "Apache-2.0"
[[codespan.clarify.git]]
path = "LICENSE"
checksum = "c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4"
[codespan-reporting.clarify]
license = "Apache-2.0"
[[codespan-reporting.clarify.git]]
path = "LICENSE"
checksum = "c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4"
[failure_derive.clarify]
license = "Apache-2.0 OR MIT"
[[failure_derive.clarify.git]]
path = "LICENSE"
checksum = "c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4"
[ring]
accepted = ["OpenSSL"]
[unicode-ident]
accepted = ["Unicode-DFS-2016"]
[webpki-roots]
accepted = ["MPL-2.0"]