-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.toml
48 lines (38 loc) · 1.06 KB
/
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
43
44
45
46
47
48
# Order matters! For projects that give a choice of licenses, cargo-about will
# choose the earliest one in this list.
accepted = [
"Apache-2.0",
"BSD-3-Clause",
"ISC",
"MIT",
"MPL-2.0",
]
ignore-dev-dependencies = true
workarounds = [
"ring",
"rustls",
]
[ring]
accepted = ["OpenSSL"]
[typenum.clarify]
license = "MIT OR Apache-2.0"
[[typenum.clarify.files]]
path = "LICENSE-APACHE"
license = "Apache-2.0"
checksum = "516b24e051bf5630880ebbd55c40a25ce9552ebaf8970a53e8976eb70e522406"
[[typenum.clarify.files]]
path = "LICENSE-MIT"
license = "MIT"
checksum = "a825bd853ab71619a4923d7b4311221427848070ff44d990da39b0b274c1683f"
[unicode-ident]
accepted = [ "Unicode-DFS-2016" ]
[unicode_categories.clarify]
license = "MIT OR Apache-2.0"
[[unicode_categories.clarify.files]]
path = "LICENSE-APACHE"
license = "Apache-2.0"
checksum = "c6596eb7be8581c18be736c846fb9173b69eccf6ef94c5135893ec56bd92ba08"
[[unicode_categories.clarify.files]]
path = "LICENSE-MIT"
license = "MIT"
checksum = "98a817e7b85e5fe4e79d165c656a4a139793b8b643d0f3d9cbcc3538ef82ec82"