@deveco-codegenie/mcp-darwin-arm64 1.1.8 → 1.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD_PARTY_LICENSES.md +1029 -1577
- package/bin/codegenie-mcp-server +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -1,46 +1,20 @@
|
|
|
1
1
|
# SUMMARY
|
|
2
2
|
|
|
3
|
-
**Total Dependencies:**
|
|
3
|
+
**Total Dependencies:** 184
|
|
4
4
|
|
|
5
|
-
- **Rust Crates:**
|
|
5
|
+
- **Rust Crates:** 173 *(By cargo-about)*
|
|
6
6
|
- **NPM Packages:** 11 *(By license-checker-rseidelsohn)*
|
|
7
7
|
|
|
8
8
|
### Licenses Breakdown:
|
|
9
9
|
|
|
10
|
-
- MIT:
|
|
10
|
+
- MIT: 158
|
|
11
11
|
- Unicode-3.0: 19
|
|
12
|
-
- Apache-2.0:
|
|
13
|
-
- 0BSD:
|
|
12
|
+
- Apache-2.0: 4
|
|
13
|
+
- 0BSD: 1
|
|
14
14
|
- BSD-3-Clause: 1
|
|
15
15
|
- MPL-2.0: 1
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
---
|
|
19
|
-
|
|
20
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
21
|
-
|
|
22
|
-
### Rust Crates:
|
|
23
|
-
|
|
24
|
-
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
25
|
-
|
|
26
|
-
````text
|
|
27
|
-
BSD Zero Clause License
|
|
28
|
-
|
|
29
|
-
Copyright (c) 2025 Goat
|
|
30
|
-
|
|
31
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
32
|
-
purpose with or without fee is hereby granted.
|
|
33
|
-
|
|
34
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
35
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
36
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
37
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
38
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
39
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
40
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
41
|
-
|
|
42
|
-
````
|
|
43
|
-
|
|
44
18
|
---
|
|
45
19
|
|
|
46
20
|
## The following dependencies are licensed under the 0BSD License:
|
|
@@ -67,242 +41,88 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
67
41
|
|
|
68
42
|
---
|
|
69
43
|
|
|
70
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
71
|
-
|
|
72
|
-
### Rust Crates:
|
|
73
|
-
|
|
74
|
-
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
75
|
-
|
|
76
|
-
````text
|
|
77
|
-
BSD Zero Clause License
|
|
78
|
-
|
|
79
|
-
Copyright (c) 2024 kotauskas
|
|
80
|
-
|
|
81
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
82
|
-
purpose with or without fee is hereby granted.
|
|
83
|
-
|
|
84
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
85
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
86
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
87
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
88
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
89
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
90
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
91
|
-
|
|
92
|
-
````
|
|
93
|
-
|
|
94
|
-
---
|
|
95
|
-
|
|
96
44
|
## The following dependencies are licensed under the Apache-2.0 License:
|
|
97
45
|
|
|
98
46
|
### Rust Crates:
|
|
99
47
|
|
|
100
|
-
- [
|
|
101
|
-
- [
|
|
102
|
-
- [
|
|
48
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
49
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
50
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
103
51
|
|
|
104
52
|
````text
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
53
|
+
Apache License
|
|
54
|
+
Version 2.0, January 2004
|
|
55
|
+
http://www.apache.org/licenses/
|
|
108
56
|
|
|
109
|
-
|
|
57
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
110
58
|
|
|
111
|
-
|
|
59
|
+
1. Definitions.
|
|
112
60
|
|
|
113
|
-
|
|
114
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
61
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
115
62
|
|
|
116
|
-
|
|
117
|
-
the copyright owner that is granting the License.
|
|
63
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
118
64
|
|
|
119
|
-
|
|
120
|
-
other entities that control, are controlled by, or are under common
|
|
121
|
-
control with that entity. For the purposes of this definition,
|
|
122
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
123
|
-
direction or management of such entity, whether by contract or
|
|
124
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
125
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
65
|
+
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
126
66
|
|
|
127
|
-
|
|
128
|
-
exercising permissions granted by this License.
|
|
67
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
129
68
|
|
|
130
|
-
|
|
131
|
-
including but not limited to software source code, documentation
|
|
132
|
-
source, and configuration files.
|
|
69
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
133
70
|
|
|
134
|
-
|
|
135
|
-
transformation or translation of a Source form, including but
|
|
136
|
-
not limited to compiled object code, generated documentation,
|
|
137
|
-
and conversions to other media types.
|
|
71
|
+
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
138
72
|
|
|
139
|
-
|
|
140
|
-
Object form, made available under the License, as indicated by a
|
|
141
|
-
copyright notice that is included in or attached to the work
|
|
142
|
-
(an example is provided in the Appendix below).
|
|
73
|
+
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
143
74
|
|
|
144
|
-
|
|
145
|
-
form, that is based on (or derived from) the Work and for which the
|
|
146
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
147
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
148
|
-
of this License, Derivative Works shall not include works that remain
|
|
149
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
150
|
-
the Work and Derivative Works thereof.
|
|
75
|
+
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
151
76
|
|
|
152
|
-
|
|
153
|
-
the original version of the Work and any modifications or additions
|
|
154
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
155
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
156
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
157
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
158
|
-
means any form of electronic, verbal, or written communication sent
|
|
159
|
-
to the Licensor or its representatives, including but not limited to
|
|
160
|
-
communication on electronic mailing lists, source code control systems,
|
|
161
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
162
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
163
|
-
excluding communication that is conspicuously marked or otherwise
|
|
164
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
77
|
+
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
165
78
|
|
|
166
|
-
|
|
167
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
168
|
-
subsequently incorporated within the Work.
|
|
79
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
169
80
|
|
|
170
|
-
|
|
171
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
172
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
173
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
174
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
175
|
-
Work and such Derivative Works in Source or Object form.
|
|
81
|
+
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
176
82
|
|
|
177
|
-
|
|
178
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
179
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
180
|
-
(except as stated in this section) patent license to make, have made,
|
|
181
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
182
|
-
where such license applies only to those patent claims licensable
|
|
183
|
-
by such Contributor that are necessarily infringed by their
|
|
184
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
185
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
186
|
-
institute patent litigation against any entity (including a
|
|
187
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
188
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
189
|
-
or contributory patent infringement, then any patent licenses
|
|
190
|
-
granted to You under this License for that Work shall terminate
|
|
191
|
-
as of the date such litigation is filed.
|
|
83
|
+
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
192
84
|
|
|
193
|
-
|
|
194
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
195
|
-
modifications, and in Source or Object form, provided that You
|
|
196
|
-
meet the following conditions:
|
|
85
|
+
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
197
86
|
|
|
198
|
-
|
|
199
|
-
Derivative Works a copy of this License; and
|
|
87
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
200
88
|
|
|
201
|
-
|
|
202
|
-
stating that You changed the files; and
|
|
89
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
203
90
|
|
|
204
|
-
|
|
205
|
-
that You distribute, all copyright, patent, trademark, and
|
|
206
|
-
attribution notices from the Source form of the Work,
|
|
207
|
-
excluding those notices that do not pertain to any part of
|
|
208
|
-
the Derivative Works; and
|
|
91
|
+
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
209
92
|
|
|
210
|
-
|
|
211
|
-
distribution, then any Derivative Works that You distribute must
|
|
212
|
-
include a readable copy of the attribution notices contained
|
|
213
|
-
within such NOTICE file, excluding those notices that do not
|
|
214
|
-
pertain to any part of the Derivative Works, in at least one
|
|
215
|
-
of the following places: within a NOTICE text file distributed
|
|
216
|
-
as part of the Derivative Works; within the Source form or
|
|
217
|
-
documentation, if provided along with the Derivative Works; or,
|
|
218
|
-
within a display generated by the Derivative Works, if and
|
|
219
|
-
wherever such third-party notices normally appear. The contents
|
|
220
|
-
of the NOTICE file are for informational purposes only and
|
|
221
|
-
do not modify the License. You may add Your own attribution
|
|
222
|
-
notices within Derivative Works that You distribute, alongside
|
|
223
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
224
|
-
that such additional attribution notices cannot be construed
|
|
225
|
-
as modifying the License.
|
|
93
|
+
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
226
94
|
|
|
227
|
-
|
|
228
|
-
may provide additional or different license terms and conditions
|
|
229
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
230
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
231
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
232
|
-
the conditions stated in this License.
|
|
95
|
+
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
233
96
|
|
|
234
|
-
|
|
235
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
236
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
237
|
-
this License, without any additional terms or conditions.
|
|
238
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
239
|
-
the terms of any separate license agreement you may have executed
|
|
240
|
-
with Licensor regarding such Contributions.
|
|
97
|
+
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
241
98
|
|
|
242
|
-
|
|
243
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
244
|
-
except as required for reasonable and customary use in describing the
|
|
245
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
99
|
+
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
246
100
|
|
|
247
|
-
|
|
248
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
249
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
250
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
251
|
-
implied, including, without limitation, any warranties or conditions
|
|
252
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
253
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
254
|
-
appropriateness of using or redistributing the Work and assume any
|
|
255
|
-
risks associated with Your exercise of permissions under this License.
|
|
101
|
+
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
256
102
|
|
|
257
|
-
|
|
258
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
259
|
-
unless required by applicable law (such as deliberate and grossly
|
|
260
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
261
|
-
liable to You for damages, including any direct, indirect, special,
|
|
262
|
-
incidental, or consequential damages of any character arising as a
|
|
263
|
-
result of this License or out of the use or inability to use the
|
|
264
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
265
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
266
|
-
other commercial damages or losses), even if such Contributor
|
|
267
|
-
has been advised of the possibility of such damages.
|
|
103
|
+
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
268
104
|
|
|
269
|
-
|
|
270
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
271
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
272
|
-
or other liability obligations and/or rights consistent with this
|
|
273
|
-
License. However, in accepting such obligations, You may act only
|
|
274
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
275
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
276
|
-
defend, and hold each Contributor harmless for any liability
|
|
277
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
278
|
-
of your accepting any such warranty or additional liability.
|
|
105
|
+
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
279
106
|
|
|
280
|
-
|
|
107
|
+
END OF TERMS AND CONDITIONS
|
|
281
108
|
|
|
282
|
-
|
|
109
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
283
110
|
|
|
284
|
-
|
|
285
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
286
|
-
replaced with your own identifying information. (Don't include
|
|
287
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
288
|
-
comment syntax for the file format. We also recommend that a
|
|
289
|
-
file or class name and description of purpose be included on the
|
|
290
|
-
same "printed page" as the copyright notice for easier
|
|
291
|
-
identification within third-party archives.
|
|
111
|
+
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
292
112
|
|
|
293
|
-
|
|
113
|
+
Copyright [yyyy] [name of copyright owner]
|
|
294
114
|
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
115
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
116
|
+
you may not use this file except in compliance with the License.
|
|
117
|
+
You may obtain a copy of the License at
|
|
298
118
|
|
|
299
|
-
|
|
119
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
300
120
|
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
121
|
+
Unless required by applicable law or agreed to in writing, software
|
|
122
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
123
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
124
|
+
See the License for the specific language governing permissions and
|
|
125
|
+
limitations under the License.
|
|
306
126
|
|
|
307
127
|
````
|
|
308
128
|
|
|
@@ -521,103 +341,16 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
521
341
|
|
|
522
342
|
---
|
|
523
343
|
|
|
524
|
-
## The following dependencies are licensed under the
|
|
344
|
+
## The following dependencies are licensed under the BSD-3-Clause License:
|
|
525
345
|
|
|
526
|
-
###
|
|
346
|
+
### NPM Packages:
|
|
527
347
|
|
|
528
|
-
- [
|
|
529
|
-
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
530
|
-
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
348
|
+
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.3)
|
|
531
349
|
|
|
532
350
|
````text
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
538
|
-
|
|
539
|
-
1. Definitions.
|
|
540
|
-
|
|
541
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
542
|
-
|
|
543
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
544
|
-
|
|
545
|
-
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
546
|
-
|
|
547
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
548
|
-
|
|
549
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
550
|
-
|
|
551
|
-
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
552
|
-
|
|
553
|
-
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
554
|
-
|
|
555
|
-
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
556
|
-
|
|
557
|
-
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
558
|
-
|
|
559
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
560
|
-
|
|
561
|
-
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
562
|
-
|
|
563
|
-
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
564
|
-
|
|
565
|
-
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
566
|
-
|
|
567
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
568
|
-
|
|
569
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
570
|
-
|
|
571
|
-
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
572
|
-
|
|
573
|
-
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
574
|
-
|
|
575
|
-
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
576
|
-
|
|
577
|
-
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
578
|
-
|
|
579
|
-
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
580
|
-
|
|
581
|
-
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
582
|
-
|
|
583
|
-
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
584
|
-
|
|
585
|
-
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
586
|
-
|
|
587
|
-
END OF TERMS AND CONDITIONS
|
|
588
|
-
|
|
589
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
590
|
-
|
|
591
|
-
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
592
|
-
|
|
593
|
-
Copyright [yyyy] [name of copyright owner]
|
|
594
|
-
|
|
595
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
596
|
-
you may not use this file except in compliance with the License.
|
|
597
|
-
You may obtain a copy of the License at
|
|
598
|
-
|
|
599
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
600
|
-
|
|
601
|
-
Unless required by applicable law or agreed to in writing, software
|
|
602
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
603
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
604
|
-
See the License for the specific language governing permissions and
|
|
605
|
-
limitations under the License.
|
|
606
|
-
|
|
607
|
-
````
|
|
608
|
-
|
|
609
|
-
---
|
|
610
|
-
|
|
611
|
-
## The following dependencies are licensed under the BSD-3-Clause License:
|
|
612
|
-
|
|
613
|
-
### NPM Packages:
|
|
614
|
-
|
|
615
|
-
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.2)
|
|
616
|
-
|
|
617
|
-
````text
|
|
618
|
-
Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
|
|
619
|
-
Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
|
|
620
|
-
All rights reserved.
|
|
351
|
+
Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
|
|
352
|
+
Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
|
|
353
|
+
All rights reserved.
|
|
621
354
|
|
|
622
355
|
Redistribution and use in source and binary forms, with or without
|
|
623
356
|
modification, are permitted provided that the following conditions are met:
|
|
@@ -653,266 +386,10 @@ The complete list of contributors can be found at:
|
|
|
653
386
|
|
|
654
387
|
### Rust Crates:
|
|
655
388
|
|
|
656
|
-
- [
|
|
657
|
-
|
|
658
|
-
````text
|
|
659
|
-
Copyright (c) 2023-2025 Sean McArthur
|
|
660
|
-
|
|
661
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
662
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
663
|
-
in the Software without restriction, including without limitation the rights
|
|
664
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
665
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
666
|
-
furnished to do so, subject to the following conditions:
|
|
667
|
-
|
|
668
|
-
The above copyright notice and this permission notice shall be included in
|
|
669
|
-
all copies or substantial portions of the Software.
|
|
670
|
-
|
|
671
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
672
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
673
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
674
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
675
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
676
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
677
|
-
THE SOFTWARE.
|
|
678
|
-
|
|
679
|
-
````
|
|
680
|
-
|
|
681
|
-
---
|
|
682
|
-
|
|
683
|
-
## The following dependencies are licensed under the MIT License:
|
|
684
|
-
|
|
685
|
-
### Rust Crates:
|
|
686
|
-
|
|
687
|
-
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
688
|
-
|
|
689
|
-
````text
|
|
690
|
-
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
691
|
-
|
|
692
|
-
Permission is hereby granted, free of charge, to any
|
|
693
|
-
person obtaining a copy of this software and associated
|
|
694
|
-
documentation files (the "Software"), to deal in the
|
|
695
|
-
Software without restriction, including without
|
|
696
|
-
limitation the rights to use, copy, modify, merge,
|
|
697
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
698
|
-
the Software, and to permit persons to whom the Software
|
|
699
|
-
is furnished to do so, subject to the following
|
|
700
|
-
conditions:
|
|
701
|
-
|
|
702
|
-
The above copyright notice and this permission notice
|
|
703
|
-
shall be included in all copies or substantial portions
|
|
704
|
-
of the Software.
|
|
705
|
-
|
|
706
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
707
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
708
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
709
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
710
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
711
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
712
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
713
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
714
|
-
DEALINGS IN THE SOFTWARE.
|
|
715
|
-
|
|
716
|
-
````
|
|
717
|
-
|
|
718
|
-
---
|
|
719
|
-
|
|
720
|
-
## The following dependencies are licensed under the MIT License:
|
|
721
|
-
|
|
722
|
-
### Rust Crates:
|
|
723
|
-
|
|
724
|
-
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
725
|
-
|
|
726
|
-
````text
|
|
727
|
-
Copyright (c) 2016--2023
|
|
728
|
-
|
|
729
|
-
Permission is hereby granted, free of charge, to any
|
|
730
|
-
person obtaining a copy of this software and associated
|
|
731
|
-
documentation files (the "Software"), to deal in the
|
|
732
|
-
Software without restriction, including without
|
|
733
|
-
limitation the rights to use, copy, modify, merge,
|
|
734
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
735
|
-
the Software, and to permit persons to whom the Software
|
|
736
|
-
is furnished to do so, subject to the following
|
|
737
|
-
conditions:
|
|
738
|
-
|
|
739
|
-
The above copyright notice and this permission notice
|
|
740
|
-
shall be included in all copies or substantial portions
|
|
741
|
-
of the Software.
|
|
742
|
-
|
|
743
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
744
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
745
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
746
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
747
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
748
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
749
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
750
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
751
|
-
DEALINGS IN THE SOFTWARE.
|
|
752
|
-
|
|
753
|
-
````
|
|
754
|
-
|
|
755
|
-
---
|
|
756
|
-
|
|
757
|
-
## The following dependencies are licensed under the MIT License:
|
|
758
|
-
|
|
759
|
-
### Rust Crates:
|
|
760
|
-
|
|
761
|
-
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
762
|
-
|
|
763
|
-
````text
|
|
764
|
-
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
765
|
-
|
|
766
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
767
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
768
|
-
in the Software without restriction, including without limitation the rights
|
|
769
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
770
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
771
|
-
furnished to do so, subject to the following conditions:
|
|
772
|
-
|
|
773
|
-
The above copyright notice and this permission notice shall be included in
|
|
774
|
-
all copies or substantial portions of the Software.
|
|
775
|
-
|
|
776
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
777
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
778
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
779
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
780
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
781
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
782
|
-
THE SOFTWARE.
|
|
783
|
-
|
|
784
|
-
````
|
|
785
|
-
|
|
786
|
-
---
|
|
787
|
-
|
|
788
|
-
## The following dependencies are licensed under the MIT License:
|
|
789
|
-
|
|
790
|
-
### Rust Crates:
|
|
791
|
-
|
|
792
|
-
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
793
|
-
|
|
794
|
-
````text
|
|
795
|
-
The MIT License (MIT)
|
|
796
|
-
|
|
797
|
-
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
798
|
-
|
|
799
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
800
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
801
|
-
in the Software without restriction, including without limitation the rights
|
|
802
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
803
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
804
|
-
furnished to do so, subject to the following conditions:
|
|
805
|
-
|
|
806
|
-
The above copyright notice and this permission notice shall be included in
|
|
807
|
-
all copies or substantial portions of the Software.
|
|
808
|
-
|
|
809
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
810
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
811
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
812
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
813
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
814
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
815
|
-
THE SOFTWARE.
|
|
816
|
-
|
|
817
|
-
````
|
|
818
|
-
|
|
819
|
-
---
|
|
820
|
-
|
|
821
|
-
## The following dependencies are licensed under the MIT License:
|
|
822
|
-
|
|
823
|
-
### Rust Crates:
|
|
824
|
-
|
|
825
|
-
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
826
|
-
|
|
827
|
-
````text
|
|
828
|
-
Copyright 2017 Juniper Networks, Inc.
|
|
829
|
-
|
|
830
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
831
|
-
|
|
832
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
833
|
-
|
|
834
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
835
|
-
|
|
836
|
-
````
|
|
837
|
-
|
|
838
|
-
---
|
|
839
|
-
|
|
840
|
-
## The following dependencies are licensed under the MIT License:
|
|
841
|
-
|
|
842
|
-
### Rust Crates:
|
|
843
|
-
|
|
844
|
-
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
845
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
846
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
847
|
-
|
|
848
|
-
````text
|
|
849
|
-
MIT License
|
|
850
|
-
|
|
851
|
-
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
852
|
-
|
|
853
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
854
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
855
|
-
in the Software without restriction, including without limitation the rights
|
|
856
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
857
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
858
|
-
furnished to do so, subject to the following conditions:
|
|
859
|
-
|
|
860
|
-
The above copyright notice and this permission notice shall be included in all
|
|
861
|
-
copies or substantial portions of the Software.
|
|
862
|
-
|
|
863
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
864
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
865
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
866
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
867
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
868
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
869
|
-
SOFTWARE.
|
|
870
|
-
|
|
871
|
-
````
|
|
872
|
-
|
|
873
|
-
---
|
|
874
|
-
|
|
875
|
-
## The following dependencies are licensed under the MIT License:
|
|
876
|
-
|
|
877
|
-
### Rust Crates:
|
|
878
|
-
|
|
879
|
-
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
880
|
-
|
|
881
|
-
````text
|
|
882
|
-
MIT License
|
|
883
|
-
|
|
884
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
885
|
-
|
|
886
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
887
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
888
|
-
in the Software without restriction, including without limitation the rights
|
|
889
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
890
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
891
|
-
furnished to do so, subject to the following conditions:
|
|
892
|
-
|
|
893
|
-
The above copyright notice and this permission notice shall be included in all
|
|
894
|
-
copies or substantial portions of the Software.
|
|
895
|
-
|
|
896
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
897
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
898
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
899
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
900
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
901
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
902
|
-
SOFTWARE.
|
|
903
|
-
|
|
904
|
-
````
|
|
905
|
-
|
|
906
|
-
---
|
|
907
|
-
|
|
908
|
-
## The following dependencies are licensed under the MIT License:
|
|
909
|
-
|
|
910
|
-
### Rust Crates:
|
|
911
|
-
|
|
912
|
-
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
389
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
913
390
|
|
|
914
391
|
````text
|
|
915
|
-
Copyright
|
|
392
|
+
Copyright Mozilla Foundation
|
|
916
393
|
|
|
917
394
|
Permission is hereby granted, free of charge, to any
|
|
918
395
|
person obtaining a copy of this software and associated
|
|
@@ -946,11 +423,36 @@ DEALINGS IN THE SOFTWARE.
|
|
|
946
423
|
|
|
947
424
|
### Rust Crates:
|
|
948
425
|
|
|
949
|
-
- [
|
|
426
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
427
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
428
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
429
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
430
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
431
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
432
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
433
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
434
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
435
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
436
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
437
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
438
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
439
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
440
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
441
|
+
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
442
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
443
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
444
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
445
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
446
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
447
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
448
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
449
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
450
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
451
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
452
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
453
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
950
454
|
|
|
951
455
|
````text
|
|
952
|
-
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
953
|
-
|
|
954
456
|
Permission is hereby granted, free of charge, to any
|
|
955
457
|
person obtaining a copy of this software and associated
|
|
956
458
|
documentation files (the "Software"), to deal in the
|
|
@@ -983,74 +485,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
983
485
|
|
|
984
486
|
### Rust Crates:
|
|
985
487
|
|
|
986
|
-
- [
|
|
987
|
-
|
|
988
|
-
````text
|
|
989
|
-
Copyright (c) 2019 Eliza Weisman
|
|
990
|
-
|
|
991
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
992
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
993
|
-
in the Software without restriction, including without limitation the rights
|
|
994
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
995
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
996
|
-
furnished to do so, subject to the following conditions:
|
|
997
|
-
|
|
998
|
-
The above copyright notice and this permission notice shall be included in
|
|
999
|
-
all copies or substantial portions of the Software.
|
|
1000
|
-
|
|
1001
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1002
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1003
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1004
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1005
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1006
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1007
|
-
THE SOFTWARE.
|
|
1008
|
-
|
|
1009
|
-
````
|
|
1010
|
-
|
|
1011
|
-
---
|
|
1012
|
-
|
|
1013
|
-
## The following dependencies are licensed under the MIT License:
|
|
1014
|
-
|
|
1015
|
-
### Rust Crates:
|
|
1016
|
-
|
|
1017
|
-
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
1018
|
-
|
|
1019
|
-
````text
|
|
1020
|
-
MIT License
|
|
1021
|
-
|
|
1022
|
-
Copyright (c) 2017 Nikolai Vazquez
|
|
1023
|
-
|
|
1024
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1025
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1026
|
-
in the Software without restriction, including without limitation the rights
|
|
1027
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1028
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1029
|
-
furnished to do so, subject to the following conditions:
|
|
1030
|
-
|
|
1031
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1032
|
-
copies or substantial portions of the Software.
|
|
1033
|
-
|
|
1034
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1035
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1036
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1037
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1038
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1039
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1040
|
-
SOFTWARE.
|
|
1041
|
-
|
|
1042
|
-
````
|
|
1043
|
-
|
|
1044
|
-
---
|
|
1045
|
-
|
|
1046
|
-
## The following dependencies are licensed under the MIT License:
|
|
1047
|
-
|
|
1048
|
-
### Rust Crates:
|
|
1049
|
-
|
|
1050
|
-
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
488
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
1051
489
|
|
|
1052
490
|
````text
|
|
1053
|
-
Copyright (c)
|
|
491
|
+
Copyright (c) The rust-url developers
|
|
1054
492
|
|
|
1055
493
|
Permission is hereby granted, free of charge, to any
|
|
1056
494
|
person obtaining a copy of this software and associated
|
|
@@ -1084,10 +522,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1084
522
|
|
|
1085
523
|
### Rust Crates:
|
|
1086
524
|
|
|
1087
|
-
- [
|
|
525
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
1088
526
|
|
|
1089
527
|
````text
|
|
1090
|
-
Copyright (c)
|
|
528
|
+
Copyright (c) 2018 Carl Lerche
|
|
1091
529
|
|
|
1092
530
|
Permission is hereby granted, free of charge, to any
|
|
1093
531
|
person obtaining a copy of this software and associated
|
|
@@ -1121,10 +559,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1121
559
|
|
|
1122
560
|
### Rust Crates:
|
|
1123
561
|
|
|
1124
|
-
- [
|
|
562
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
563
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
1125
564
|
|
|
1126
565
|
````text
|
|
1127
|
-
Copyright (c)
|
|
566
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
1128
567
|
|
|
1129
568
|
Permission is hereby granted, free of charge, to any
|
|
1130
569
|
person obtaining a copy of this software and associated
|
|
@@ -1156,16 +595,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1156
595
|
|
|
1157
596
|
## The following dependencies are licensed under the MIT License:
|
|
1158
597
|
|
|
1159
|
-
###
|
|
598
|
+
### NPM Packages:
|
|
1160
599
|
|
|
1161
|
-
- [
|
|
1162
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1163
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
600
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
1164
601
|
|
|
1165
602
|
````text
|
|
1166
603
|
MIT License
|
|
1167
604
|
|
|
1168
|
-
Copyright (c)
|
|
605
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
1169
606
|
|
|
1170
607
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1171
608
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1193,29 +630,34 @@ SOFTWARE.
|
|
|
1193
630
|
|
|
1194
631
|
### Rust Crates:
|
|
1195
632
|
|
|
1196
|
-
- [
|
|
633
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
1197
634
|
|
|
1198
635
|
````text
|
|
1199
|
-
Copyright (c)
|
|
1200
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
1201
|
-
|
|
1202
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1203
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1204
|
-
in the Software without restriction, including without limitation the rights
|
|
1205
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1206
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1207
|
-
furnished to do so, subject to the following conditions:
|
|
636
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
1208
637
|
|
|
1209
|
-
|
|
1210
|
-
|
|
638
|
+
Permission is hereby granted, free of charge, to any
|
|
639
|
+
person obtaining a copy of this software and associated
|
|
640
|
+
documentation files (the "Software"), to deal in the
|
|
641
|
+
Software without restriction, including without
|
|
642
|
+
limitation the rights to use, copy, modify, merge,
|
|
643
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
644
|
+
the Software, and to permit persons to whom the Software
|
|
645
|
+
is furnished to do so, subject to the following
|
|
646
|
+
conditions:
|
|
1211
647
|
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
THE
|
|
648
|
+
The above copyright notice and this permission notice
|
|
649
|
+
shall be included in all copies or substantial portions
|
|
650
|
+
of the Software.
|
|
651
|
+
|
|
652
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
653
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
654
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
655
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
656
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
657
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
658
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
659
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
660
|
+
DEALINGS IN THE SOFTWARE.
|
|
1219
661
|
|
|
1220
662
|
````
|
|
1221
663
|
|
|
@@ -1225,10 +667,10 @@ THE SOFTWARE.
|
|
|
1225
667
|
|
|
1226
668
|
### Rust Crates:
|
|
1227
669
|
|
|
1228
|
-
- [
|
|
670
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
1229
671
|
|
|
1230
672
|
````text
|
|
1231
|
-
Copyright (c)
|
|
673
|
+
Copyright (c) 2016--2017
|
|
1232
674
|
|
|
1233
675
|
Permission is hereby granted, free of charge, to any
|
|
1234
676
|
person obtaining a copy of this software and associated
|
|
@@ -1254,6 +696,38 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1254
696
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1255
697
|
DEALINGS IN THE SOFTWARE.
|
|
1256
698
|
|
|
699
|
+
````
|
|
700
|
+
|
|
701
|
+
---
|
|
702
|
+
|
|
703
|
+
## The following dependencies are licensed under the MIT License:
|
|
704
|
+
|
|
705
|
+
### Rust Crates:
|
|
706
|
+
|
|
707
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
708
|
+
|
|
709
|
+
````text
|
|
710
|
+
Copyright (c) 2017 Sean McArthur
|
|
711
|
+
|
|
712
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
713
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
714
|
+
in the Software without restriction, including without limitation the rights
|
|
715
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
716
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
717
|
+
furnished to do so, subject to the following conditions:
|
|
718
|
+
|
|
719
|
+
The above copyright notice and this permission notice shall be included in
|
|
720
|
+
all copies or substantial portions of the Software.
|
|
721
|
+
|
|
722
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
723
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
724
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
725
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
726
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
727
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
728
|
+
THE SOFTWARE.
|
|
729
|
+
|
|
730
|
+
|
|
1257
731
|
````
|
|
1258
732
|
|
|
1259
733
|
---
|
|
@@ -1294,10 +768,11 @@ THE SOFTWARE.
|
|
|
1294
768
|
|
|
1295
769
|
### Rust Crates:
|
|
1296
770
|
|
|
1297
|
-
- [
|
|
771
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
772
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1298
773
|
|
|
1299
774
|
````text
|
|
1300
|
-
Copyright (c)
|
|
775
|
+
Copyright (c) 2014 Alex Crichton
|
|
1301
776
|
|
|
1302
777
|
Permission is hereby granted, free of charge, to any
|
|
1303
778
|
person obtaining a copy of this software and associated
|
|
@@ -1331,29 +806,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1331
806
|
|
|
1332
807
|
### Rust Crates:
|
|
1333
808
|
|
|
1334
|
-
- [
|
|
1335
|
-
- [
|
|
1336
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
809
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
810
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1337
811
|
|
|
1338
812
|
````text
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
Copyright (c) <year> <copyright holders>
|
|
813
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
1342
814
|
|
|
1343
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1344
|
-
associated documentation files (the "Software"), to deal
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
815
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
816
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
817
|
+
in the Software without restriction, including without limitation the rights
|
|
818
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
819
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
820
|
+
furnished to do so, subject to the following conditions:
|
|
1348
821
|
|
|
1349
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1350
|
-
portions of the Software.
|
|
822
|
+
The above copyright notice and this permission notice shall be included in all
|
|
823
|
+
copies or substantial portions of the Software.
|
|
1351
824
|
|
|
1352
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1353
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
825
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
826
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
827
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
828
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
829
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
830
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
831
|
+
SOFTWARE.
|
|
1357
832
|
|
|
1358
833
|
````
|
|
1359
834
|
|
|
@@ -1363,10 +838,10 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1363
838
|
|
|
1364
839
|
### Rust Crates:
|
|
1365
840
|
|
|
1366
|
-
- [
|
|
841
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
1367
842
|
|
|
1368
843
|
````text
|
|
1369
|
-
Copyright (c)
|
|
844
|
+
Copyright (c) 2014 Chris Wong
|
|
1370
845
|
|
|
1371
846
|
Permission is hereby granted, free of charge, to any
|
|
1372
847
|
person obtaining a copy of this software and associated
|
|
@@ -1400,35 +875,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1400
875
|
|
|
1401
876
|
### Rust Crates:
|
|
1402
877
|
|
|
1403
|
-
- [
|
|
878
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
1404
879
|
|
|
1405
880
|
````text
|
|
1406
|
-
|
|
1407
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
881
|
+
MIT License
|
|
1408
882
|
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
limitation the rights to use, copy, modify, merge,
|
|
1414
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1415
|
-
the Software, and to permit persons to whom the Software
|
|
1416
|
-
is furnished to do so, subject to the following
|
|
1417
|
-
conditions:
|
|
883
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
884
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
885
|
+
Copyright (c) 2017 Frommi
|
|
886
|
+
Copyright (c) 2017-2024 oyvindln
|
|
1418
887
|
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
888
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
889
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
890
|
+
in the Software without restriction, including without limitation the rights
|
|
891
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
892
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
893
|
+
furnished to do so, subject to the following conditions:
|
|
1422
894
|
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
IN
|
|
1431
|
-
|
|
895
|
+
The above copyright notice and this permission notice shall be included in all
|
|
896
|
+
copies or substantial portions of the Software.
|
|
897
|
+
|
|
898
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
899
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
900
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
901
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
902
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
903
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
904
|
+
SOFTWARE.
|
|
1432
905
|
|
|
1433
906
|
````
|
|
1434
907
|
|
|
@@ -1438,17 +911,44 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1438
911
|
|
|
1439
912
|
### Rust Crates:
|
|
1440
913
|
|
|
1441
|
-
- [
|
|
914
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
1442
915
|
|
|
1443
916
|
````text
|
|
1444
|
-
|
|
917
|
+
The MIT License (MIT)
|
|
918
|
+
|
|
919
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
920
|
+
|
|
921
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
922
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
923
|
+
in the Software without restriction, including without limitation the rights
|
|
924
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
925
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
926
|
+
furnished to do so, subject to the following conditions:
|
|
927
|
+
|
|
928
|
+
The above copyright notice and this permission notice shall be included in all
|
|
929
|
+
copies or substantial portions of the Software.
|
|
930
|
+
|
|
931
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
932
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
933
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
934
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
935
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
936
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
937
|
+
SOFTWARE.
|
|
938
|
+
````
|
|
939
|
+
|
|
940
|
+
---
|
|
941
|
+
|
|
942
|
+
## The following dependencies are licensed under the MIT License:
|
|
943
|
+
|
|
944
|
+
### Rust Crates:
|
|
1445
945
|
|
|
1446
|
-
|
|
1447
|
-
Copyright (c) 2016 Pyfisch
|
|
946
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
1448
947
|
|
|
1449
|
-
|
|
1450
|
-
|
|
948
|
+
````text
|
|
949
|
+
The MIT License (MIT)
|
|
1451
950
|
|
|
951
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
1452
952
|
|
|
1453
953
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1454
954
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1457,16 +957,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1457
957
|
copies of the Software, and to permit persons to whom the Software is
|
|
1458
958
|
furnished to do so, subject to the following conditions:
|
|
1459
959
|
|
|
1460
|
-
The above copyright notice and this permission notice shall be included in
|
|
1461
|
-
copies or substantial portions of the Software.
|
|
960
|
+
The above copyright notice and this permission notice shall be included in
|
|
961
|
+
all copies or substantial portions of the Software.
|
|
1462
962
|
|
|
1463
963
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1464
964
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1465
965
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1466
966
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1467
967
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1468
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1469
|
-
SOFTWARE.
|
|
968
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
969
|
+
THE SOFTWARE.
|
|
1470
970
|
|
|
1471
971
|
````
|
|
1472
972
|
|
|
@@ -1476,13 +976,10 @@ SOFTWARE.
|
|
|
1476
976
|
|
|
1477
977
|
### Rust Crates:
|
|
1478
978
|
|
|
1479
|
-
- [
|
|
1480
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
979
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
1481
980
|
|
|
1482
981
|
````text
|
|
1483
|
-
Copyright (c)
|
|
1484
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1485
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
982
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
1486
983
|
|
|
1487
984
|
Permission is hereby granted, free of charge, to any
|
|
1488
985
|
person obtaining a copy of this software and associated
|
|
@@ -1516,42 +1013,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1516
1013
|
|
|
1517
1014
|
### Rust Crates:
|
|
1518
1015
|
|
|
1519
|
-
- [
|
|
1520
|
-
|
|
1521
|
-
````text
|
|
1522
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
1523
|
-
Copyright (c) 2016 Jason Housley
|
|
1524
|
-
|
|
1525
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1526
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1527
|
-
in the Software without restriction, including without limitation the rights
|
|
1528
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1529
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1530
|
-
furnished to do so, subject to the following conditions:
|
|
1531
|
-
|
|
1532
|
-
The above copyright notice and this permission notice shall be included in
|
|
1533
|
-
all copies or substantial portions of the Software.
|
|
1534
|
-
|
|
1535
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1536
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1537
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1538
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1539
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1540
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1541
|
-
THE SOFTWARE.
|
|
1542
|
-
|
|
1543
|
-
````
|
|
1544
|
-
|
|
1545
|
-
---
|
|
1546
|
-
|
|
1547
|
-
## The following dependencies are licensed under the MIT License:
|
|
1548
|
-
|
|
1549
|
-
### Rust Crates:
|
|
1550
|
-
|
|
1551
|
-
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
1016
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
1552
1017
|
|
|
1553
1018
|
````text
|
|
1554
|
-
Copyright (c)
|
|
1019
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
1555
1020
|
|
|
1556
1021
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1557
1022
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1578,46 +1043,15 @@ THE SOFTWARE.
|
|
|
1578
1043
|
|
|
1579
1044
|
## The following dependencies are licensed under the MIT License:
|
|
1580
1045
|
|
|
1581
|
-
###
|
|
1582
|
-
|
|
1583
|
-
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
1584
|
-
|
|
1585
|
-
````text
|
|
1586
|
-
The MIT License (MIT)
|
|
1587
|
-
|
|
1588
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
1589
|
-
|
|
1590
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1591
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1592
|
-
in the Software without restriction, including without limitation the rights
|
|
1593
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1594
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1595
|
-
furnished to do so, subject to the following conditions:
|
|
1596
|
-
|
|
1597
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1598
|
-
copies or substantial portions of the Software.
|
|
1599
|
-
|
|
1600
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1601
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1602
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1603
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1604
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1605
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1606
|
-
SOFTWARE.
|
|
1607
|
-
````
|
|
1608
|
-
|
|
1609
|
-
---
|
|
1610
|
-
|
|
1611
|
-
## The following dependencies are licensed under the MIT License:
|
|
1612
|
-
|
|
1613
|
-
### Rust Crates:
|
|
1046
|
+
### NPM Packages:
|
|
1614
1047
|
|
|
1615
|
-
- [
|
|
1048
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
1049
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
1616
1050
|
|
|
1617
1051
|
````text
|
|
1618
1052
|
MIT License
|
|
1619
1053
|
|
|
1620
|
-
Copyright (c)
|
|
1054
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
1621
1055
|
|
|
1622
1056
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1623
1057
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1643,12 +1077,14 @@ SOFTWARE.
|
|
|
1643
1077
|
|
|
1644
1078
|
## The following dependencies are licensed under the MIT License:
|
|
1645
1079
|
|
|
1646
|
-
###
|
|
1080
|
+
### NPM Packages:
|
|
1647
1081
|
|
|
1648
|
-
- [
|
|
1082
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
1649
1083
|
|
|
1650
1084
|
````text
|
|
1651
|
-
|
|
1085
|
+
The MIT License (MIT)
|
|
1086
|
+
|
|
1087
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1652
1088
|
|
|
1653
1089
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1654
1090
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1657,16 +1093,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1657
1093
|
copies of the Software, and to permit persons to whom the Software is
|
|
1658
1094
|
furnished to do so, subject to the following conditions:
|
|
1659
1095
|
|
|
1660
|
-
The above copyright notice and this permission notice shall be included in
|
|
1661
|
-
copies or substantial portions of the Software.
|
|
1096
|
+
The above copyright notice and this permission notice shall be included in
|
|
1097
|
+
all copies or substantial portions of the Software.
|
|
1662
1098
|
|
|
1663
1099
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1664
1100
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1665
1101
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1666
1102
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1667
1103
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1668
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1669
|
-
SOFTWARE.
|
|
1104
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1105
|
+
THE SOFTWARE.
|
|
1670
1106
|
|
|
1671
1107
|
````
|
|
1672
1108
|
|
|
@@ -1676,11 +1112,10 @@ SOFTWARE.
|
|
|
1676
1112
|
|
|
1677
1113
|
### Rust Crates:
|
|
1678
1114
|
|
|
1679
|
-
- [
|
|
1115
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
1680
1116
|
|
|
1681
1117
|
````text
|
|
1682
|
-
Copyright (c)
|
|
1683
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1118
|
+
Copyright (c) 2017 Robert Grosse
|
|
1684
1119
|
|
|
1685
1120
|
Permission is hereby granted, free of charge, to any
|
|
1686
1121
|
person obtaining a copy of this software and associated
|
|
@@ -1705,40 +1140,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1705
1140
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1706
1141
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1707
1142
|
DEALINGS IN THE SOFTWARE.
|
|
1708
|
-
|
|
1709
|
-
````
|
|
1710
|
-
|
|
1711
|
-
---
|
|
1712
|
-
|
|
1713
|
-
## The following dependencies are licensed under the MIT License:
|
|
1714
|
-
|
|
1715
|
-
### Rust Crates:
|
|
1716
|
-
|
|
1717
|
-
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
1718
|
-
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
1719
|
-
|
|
1720
|
-
````text
|
|
1721
|
-
The MIT License (MIT)
|
|
1722
|
-
|
|
1723
|
-
Copyright (c) 2015 Steven Fackler
|
|
1724
|
-
|
|
1725
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1726
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
1727
|
-
the Software without restriction, including without limitation the rights to
|
|
1728
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1729
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1730
|
-
subject to the following conditions:
|
|
1731
|
-
|
|
1732
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1733
|
-
copies or substantial portions of the Software.
|
|
1734
|
-
|
|
1735
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1736
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1737
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1738
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1739
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1740
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1741
|
-
|
|
1742
1143
|
````
|
|
1743
1144
|
|
|
1744
1145
|
---
|
|
@@ -1747,10 +1148,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1747
1148
|
|
|
1748
1149
|
### Rust Crates:
|
|
1749
1150
|
|
|
1750
|
-
- [
|
|
1151
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
1751
1152
|
|
|
1752
1153
|
````text
|
|
1753
|
-
Copyright (c)
|
|
1154
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
1754
1155
|
|
|
1755
1156
|
Permission is hereby granted, free of charge, to any
|
|
1756
1157
|
person obtaining a copy of this software and associated
|
|
@@ -1784,44 +1185,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1784
1185
|
|
|
1785
1186
|
### Rust Crates:
|
|
1786
1187
|
|
|
1787
|
-
- [
|
|
1788
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
1789
|
-
|
|
1790
|
-
````text
|
|
1791
|
-
MIT License
|
|
1792
|
-
|
|
1793
|
-
Copyright (c) 2019 Graham Esau
|
|
1794
|
-
|
|
1795
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1796
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1797
|
-
in the Software without restriction, including without limitation the rights
|
|
1798
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1799
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1800
|
-
furnished to do so, subject to the following conditions:
|
|
1801
|
-
|
|
1802
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1803
|
-
copies or substantial portions of the Software.
|
|
1804
|
-
|
|
1805
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1806
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1807
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1808
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1809
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1810
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1811
|
-
SOFTWARE.
|
|
1812
|
-
|
|
1813
|
-
````
|
|
1814
|
-
|
|
1815
|
-
---
|
|
1816
|
-
|
|
1817
|
-
## The following dependencies are licensed under the MIT License:
|
|
1818
|
-
|
|
1819
|
-
### Rust Crates:
|
|
1820
|
-
|
|
1821
|
-
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
1188
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
1822
1189
|
|
|
1823
1190
|
````text
|
|
1824
|
-
Copyright
|
|
1191
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
1825
1192
|
|
|
1826
1193
|
Permission is hereby granted, free of charge, to any
|
|
1827
1194
|
person obtaining a copy of this software and associated
|
|
@@ -1855,10 +1222,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1855
1222
|
|
|
1856
1223
|
### Rust Crates:
|
|
1857
1224
|
|
|
1858
|
-
- [
|
|
1225
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
1859
1226
|
|
|
1860
1227
|
````text
|
|
1861
|
-
Copyright (c)
|
|
1228
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1229
|
+
Copyright (c) 2016 Jason Housley
|
|
1862
1230
|
|
|
1863
1231
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1864
1232
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1886,10 +1254,14 @@ THE SOFTWARE.
|
|
|
1886
1254
|
|
|
1887
1255
|
### Rust Crates:
|
|
1888
1256
|
|
|
1889
|
-
- [
|
|
1257
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1258
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1259
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1890
1260
|
|
|
1891
1261
|
````text
|
|
1892
|
-
|
|
1262
|
+
MIT License
|
|
1263
|
+
|
|
1264
|
+
Copyright (c) 2017 Ted Driggs
|
|
1893
1265
|
|
|
1894
1266
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1895
1267
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1898,17 +1270,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1898
1270
|
copies of the Software, and to permit persons to whom the Software is
|
|
1899
1271
|
furnished to do so, subject to the following conditions:
|
|
1900
1272
|
|
|
1901
|
-
The above copyright notice and this permission notice shall be included in
|
|
1902
|
-
|
|
1273
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1274
|
+
copies or substantial portions of the Software.
|
|
1903
1275
|
|
|
1904
1276
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1905
1277
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1906
1278
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1907
1279
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1908
1280
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1909
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1910
|
-
|
|
1911
|
-
|
|
1281
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1282
|
+
SOFTWARE.
|
|
1912
1283
|
|
|
1913
1284
|
````
|
|
1914
1285
|
|
|
@@ -1918,32 +1289,71 @@ THE SOFTWARE.
|
|
|
1918
1289
|
|
|
1919
1290
|
### Rust Crates:
|
|
1920
1291
|
|
|
1921
|
-
- [
|
|
1922
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1923
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1292
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
1924
1293
|
|
|
1925
1294
|
````text
|
|
1926
|
-
|
|
1295
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
1927
1296
|
|
|
1928
|
-
|
|
1297
|
+
Permission is hereby granted, free of charge, to any
|
|
1298
|
+
person obtaining a copy of this software and associated
|
|
1299
|
+
documentation files (the "Software"), to deal in the
|
|
1300
|
+
Software without restriction, including without
|
|
1301
|
+
limitation the rights to use, copy, modify, merge,
|
|
1302
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1303
|
+
the Software, and to permit persons to whom the Software
|
|
1304
|
+
is furnished to do so, subject to the following
|
|
1305
|
+
conditions:
|
|
1929
1306
|
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1934
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1935
|
-
furnished to do so, subject to the following conditions:
|
|
1307
|
+
The above copyright notice and this permission notice
|
|
1308
|
+
shall be included in all copies or substantial portions
|
|
1309
|
+
of the Software.
|
|
1936
1310
|
|
|
1937
|
-
|
|
1938
|
-
|
|
1311
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1312
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1313
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1314
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1315
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1316
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1317
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1318
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1319
|
+
DEALINGS IN THE SOFTWARE.
|
|
1939
1320
|
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1321
|
+
````
|
|
1322
|
+
|
|
1323
|
+
---
|
|
1324
|
+
|
|
1325
|
+
## The following dependencies are licensed under the MIT License:
|
|
1326
|
+
|
|
1327
|
+
### Rust Crates:
|
|
1328
|
+
|
|
1329
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
1330
|
+
|
|
1331
|
+
````text
|
|
1332
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
1333
|
+
|
|
1334
|
+
Permission is hereby granted, free of charge, to any
|
|
1335
|
+
person obtaining a copy of this software and associated
|
|
1336
|
+
documentation files (the "Software"), to deal in the
|
|
1337
|
+
Software without restriction, including without
|
|
1338
|
+
limitation the rights to use, copy, modify, merge,
|
|
1339
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1340
|
+
the Software, and to permit persons to whom the Software
|
|
1341
|
+
is furnished to do so, subject to the following
|
|
1342
|
+
conditions:
|
|
1343
|
+
|
|
1344
|
+
The above copyright notice and this permission notice
|
|
1345
|
+
shall be included in all copies or substantial portions
|
|
1346
|
+
of the Software.
|
|
1347
|
+
|
|
1348
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1349
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1350
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1351
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1352
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1353
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1354
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1355
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1356
|
+
DEALINGS IN THE SOFTWARE.
|
|
1947
1357
|
|
|
1948
1358
|
````
|
|
1949
1359
|
|
|
@@ -1953,10 +1363,12 @@ SOFTWARE.
|
|
|
1953
1363
|
|
|
1954
1364
|
### Rust Crates:
|
|
1955
1365
|
|
|
1956
|
-
- [
|
|
1366
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
1367
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1368
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1957
1369
|
|
|
1958
1370
|
````text
|
|
1959
|
-
Copyright (c)
|
|
1371
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
1960
1372
|
|
|
1961
1373
|
Permission is hereby granted, free of charge, to any
|
|
1962
1374
|
person obtaining a copy of this software and associated
|
|
@@ -1990,10 +1402,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1990
1402
|
|
|
1991
1403
|
### Rust Crates:
|
|
1992
1404
|
|
|
1993
|
-
- [
|
|
1405
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
1406
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1994
1407
|
|
|
1995
1408
|
````text
|
|
1996
|
-
Copyright (c)
|
|
1409
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
1410
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1411
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
1997
1412
|
|
|
1998
1413
|
Permission is hereby granted, free of charge, to any
|
|
1999
1414
|
person obtaining a copy of this software and associated
|
|
@@ -2027,19 +1442,42 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2027
1442
|
|
|
2028
1443
|
### Rust Crates:
|
|
2029
1444
|
|
|
2030
|
-
- [
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
1445
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
1446
|
+
|
|
1447
|
+
````text
|
|
1448
|
+
Copyright (c) 2017 Daniel Abramov
|
|
1449
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1450
|
+
|
|
1451
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1452
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1453
|
+
in the Software without restriction, including without limitation the rights
|
|
1454
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1455
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1456
|
+
furnished to do so, subject to the following conditions:
|
|
1457
|
+
|
|
1458
|
+
The above copyright notice and this permission notice shall be included in
|
|
1459
|
+
all copies or substantial portions of the Software.
|
|
1460
|
+
|
|
1461
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1462
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1463
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1464
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1465
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1466
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1467
|
+
THE SOFTWARE.
|
|
1468
|
+
|
|
1469
|
+
````
|
|
1470
|
+
|
|
1471
|
+
---
|
|
1472
|
+
|
|
1473
|
+
## The following dependencies are licensed under the MIT License:
|
|
1474
|
+
|
|
1475
|
+
### Rust Crates:
|
|
1476
|
+
|
|
1477
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
2039
1478
|
|
|
2040
1479
|
````text
|
|
2041
|
-
Copyright (c)
|
|
2042
|
-
Copyright (c) 2017 The Tokio Authors
|
|
1480
|
+
Copyright (c) The Rust Project Developers
|
|
2043
1481
|
|
|
2044
1482
|
Permission is hereby granted, free of charge, to any
|
|
2045
1483
|
person obtaining a copy of this software and associated
|
|
@@ -2073,49 +1511,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2073
1511
|
|
|
2074
1512
|
### Rust Crates:
|
|
2075
1513
|
|
|
2076
|
-
- [
|
|
2077
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2078
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2079
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2080
|
-
|
|
2081
|
-
````text
|
|
2082
|
-
The MIT License (MIT)
|
|
2083
|
-
|
|
2084
|
-
Copyright (c) 2015 Andrew Gallant
|
|
2085
|
-
|
|
2086
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2087
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2088
|
-
in the Software without restriction, including without limitation the rights
|
|
2089
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2090
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2091
|
-
furnished to do so, subject to the following conditions:
|
|
2092
|
-
|
|
2093
|
-
The above copyright notice and this permission notice shall be included in
|
|
2094
|
-
all copies or substantial portions of the Software.
|
|
2095
|
-
|
|
2096
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2097
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2098
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2099
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2100
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2101
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2102
|
-
THE SOFTWARE.
|
|
2103
|
-
|
|
2104
|
-
````
|
|
2105
|
-
|
|
2106
|
-
---
|
|
2107
|
-
|
|
2108
|
-
## The following dependencies are licensed under the MIT License:
|
|
2109
|
-
|
|
2110
|
-
### Rust Crates:
|
|
2111
|
-
|
|
2112
|
-
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
2113
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
2114
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
2115
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1514
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
2116
1515
|
|
|
2117
1516
|
````text
|
|
2118
|
-
Copyright (c)
|
|
1517
|
+
Copyright (c) 2015 Steven Allen
|
|
2119
1518
|
|
|
2120
1519
|
Permission is hereby granted, free of charge, to any
|
|
2121
1520
|
person obtaining a copy of this software and associated
|
|
@@ -2149,10 +1548,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2149
1548
|
|
|
2150
1549
|
### Rust Crates:
|
|
2151
1550
|
|
|
2152
|
-
- [
|
|
1551
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
1552
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1553
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
2153
1554
|
|
|
2154
1555
|
````text
|
|
2155
|
-
Copyright 2019
|
|
1556
|
+
Copyright (c) 2019 Tower Contributors
|
|
2156
1557
|
|
|
2157
1558
|
Permission is hereby granted, free of charge, to any
|
|
2158
1559
|
person obtaining a copy of this software and associated
|
|
@@ -2186,15 +1587,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2186
1587
|
|
|
2187
1588
|
### Rust Crates:
|
|
2188
1589
|
|
|
2189
|
-
- [
|
|
2190
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2191
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2192
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2193
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2194
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
1590
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
2195
1591
|
|
|
2196
1592
|
````text
|
|
2197
|
-
Copyright (c)
|
|
1593
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
2198
1594
|
|
|
2199
1595
|
Permission is hereby granted, free of charge, to any
|
|
2200
1596
|
person obtaining a copy of this software and associated
|
|
@@ -2261,10 +1657,54 @@ SOFTWARE.
|
|
|
2261
1657
|
|
|
2262
1658
|
### Rust Crates:
|
|
2263
1659
|
|
|
2264
|
-
- [
|
|
1660
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
1661
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1662
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2265
1663
|
|
|
2266
1664
|
````text
|
|
2267
|
-
|
|
1665
|
+
MIT License
|
|
1666
|
+
|
|
1667
|
+
Copyright (c) Tokio Contributors
|
|
1668
|
+
|
|
1669
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1670
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1671
|
+
in the Software without restriction, including without limitation the rights
|
|
1672
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1673
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1674
|
+
furnished to do so, subject to the following conditions:
|
|
1675
|
+
|
|
1676
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1677
|
+
copies or substantial portions of the Software.
|
|
1678
|
+
|
|
1679
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1680
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1681
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1682
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1683
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1684
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1685
|
+
SOFTWARE.
|
|
1686
|
+
|
|
1687
|
+
````
|
|
1688
|
+
|
|
1689
|
+
---
|
|
1690
|
+
|
|
1691
|
+
## The following dependencies are licensed under the MIT License:
|
|
1692
|
+
|
|
1693
|
+
### Rust Crates:
|
|
1694
|
+
|
|
1695
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1696
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1697
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1698
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1699
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1700
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1701
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1702
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1703
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1704
|
+
|
|
1705
|
+
````text
|
|
1706
|
+
Copyright (c) 2016 Alex Crichton
|
|
1707
|
+
Copyright (c) 2017 The Tokio Authors
|
|
2268
1708
|
|
|
2269
1709
|
Permission is hereby granted, free of charge, to any
|
|
2270
1710
|
person obtaining a copy of this software and associated
|
|
@@ -2298,11 +1738,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2298
1738
|
|
|
2299
1739
|
### Rust Crates:
|
|
2300
1740
|
|
|
2301
|
-
- [
|
|
1741
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2302
1742
|
|
|
2303
1743
|
````text
|
|
2304
|
-
|
|
2305
|
-
|
|
1744
|
+
MIT License
|
|
1745
|
+
|
|
1746
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2306
1747
|
|
|
2307
1748
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2308
1749
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2311,17 +1752,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2311
1752
|
copies of the Software, and to permit persons to whom the Software is
|
|
2312
1753
|
furnished to do so, subject to the following conditions:
|
|
2313
1754
|
|
|
2314
|
-
The above copyright notice and this permission notice shall be included in
|
|
2315
|
-
|
|
1755
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1756
|
+
copies or substantial portions of the Software.
|
|
2316
1757
|
|
|
2317
1758
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2318
1759
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2319
1760
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2320
1761
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2321
1762
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2322
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2323
|
-
|
|
2324
|
-
|
|
1763
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1764
|
+
SOFTWARE.
|
|
2325
1765
|
|
|
2326
1766
|
````
|
|
2327
1767
|
|
|
@@ -2331,10 +1771,10 @@ THE SOFTWARE.
|
|
|
2331
1771
|
|
|
2332
1772
|
### Rust Crates:
|
|
2333
1773
|
|
|
2334
|
-
- [
|
|
1774
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
2335
1775
|
|
|
2336
1776
|
````text
|
|
2337
|
-
Copyright (c)
|
|
1777
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
2338
1778
|
|
|
2339
1779
|
Permission is hereby granted, free of charge, to any
|
|
2340
1780
|
person obtaining a copy of this software and associated
|
|
@@ -2366,37 +1806,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2366
1806
|
|
|
2367
1807
|
## The following dependencies are licensed under the MIT License:
|
|
2368
1808
|
|
|
2369
|
-
###
|
|
1809
|
+
### NPM Packages:
|
|
2370
1810
|
|
|
2371
|
-
- [
|
|
1811
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
2372
1812
|
|
|
2373
1813
|
````text
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
Permission is hereby granted, free of charge, to any
|
|
2377
|
-
person obtaining a copy of this software and associated
|
|
2378
|
-
documentation files (the "Software"), to deal in the
|
|
2379
|
-
Software without restriction, including without
|
|
2380
|
-
limitation the rights to use, copy, modify, merge,
|
|
2381
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2382
|
-
the Software, and to permit persons to whom the Software
|
|
2383
|
-
is furnished to do so, subject to the following
|
|
2384
|
-
conditions:
|
|
1814
|
+
This software is released under the MIT license:
|
|
2385
1815
|
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
1816
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1817
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1818
|
+
the Software without restriction, including without limitation the rights to
|
|
1819
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1820
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1821
|
+
subject to the following conditions:
|
|
2389
1822
|
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2393
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2394
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2395
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2396
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2397
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2398
|
-
DEALINGS IN THE SOFTWARE.
|
|
1823
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1824
|
+
copies or substantial portions of the Software.
|
|
2399
1825
|
|
|
1826
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1827
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1828
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1829
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1830
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1831
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2400
1832
|
|
|
2401
1833
|
````
|
|
2402
1834
|
|
|
@@ -2406,34 +1838,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2406
1838
|
|
|
2407
1839
|
### Rust Crates:
|
|
2408
1840
|
|
|
2409
|
-
- [
|
|
1841
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
2410
1842
|
|
|
2411
1843
|
````text
|
|
2412
|
-
Copyright (c)
|
|
1844
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
2413
1845
|
|
|
2414
|
-
Permission is hereby granted, free of charge, to any
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
the Software, and to permit persons to whom the Software
|
|
2421
|
-
is furnished to do so, subject to the following
|
|
2422
|
-
conditions:
|
|
1846
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1847
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1848
|
+
in the Software without restriction, including without limitation the rights
|
|
1849
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1850
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1851
|
+
furnished to do so, subject to the following conditions:
|
|
2423
1852
|
|
|
2424
|
-
The above copyright notice and this permission notice
|
|
2425
|
-
|
|
2426
|
-
|
|
1853
|
+
The above copyright notice and this permission notice shall be included in
|
|
1854
|
+
all copies or substantial portions of the Software.
|
|
1855
|
+
|
|
1856
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1857
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1858
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1859
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1860
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1861
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1862
|
+
THE SOFTWARE.
|
|
2427
1863
|
|
|
2428
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2429
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2430
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2431
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2432
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2433
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2434
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2435
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2436
|
-
DEALINGS IN THE SOFTWARE.
|
|
2437
1864
|
|
|
2438
1865
|
````
|
|
2439
1866
|
|
|
@@ -2443,10 +1870,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2443
1870
|
|
|
2444
1871
|
### Rust Crates:
|
|
2445
1872
|
|
|
2446
|
-
- [
|
|
1873
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
2447
1874
|
|
|
2448
1875
|
````text
|
|
2449
|
-
Copyright (c)
|
|
1876
|
+
Copyright (c) 2016--2023
|
|
2450
1877
|
|
|
2451
1878
|
Permission is hereby granted, free of charge, to any
|
|
2452
1879
|
person obtaining a copy of this software and associated
|
|
@@ -2480,12 +1907,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2480
1907
|
|
|
2481
1908
|
### Rust Crates:
|
|
2482
1909
|
|
|
2483
|
-
- [
|
|
1910
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
2484
1911
|
|
|
2485
1912
|
````text
|
|
2486
|
-
|
|
1913
|
+
MIT License
|
|
2487
1914
|
|
|
2488
|
-
Copyright (c)
|
|
1915
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2489
1916
|
|
|
2490
1917
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2491
1918
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2494,16 +1921,48 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2494
1921
|
copies of the Software, and to permit persons to whom the Software is
|
|
2495
1922
|
furnished to do so, subject to the following conditions:
|
|
2496
1923
|
|
|
2497
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2498
|
-
copies or substantial portions of the Software.
|
|
1924
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1925
|
+
copies or substantial portions of the Software.
|
|
1926
|
+
|
|
1927
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1928
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1929
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1930
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1931
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1932
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1933
|
+
SOFTWARE.
|
|
1934
|
+
|
|
1935
|
+
````
|
|
1936
|
+
|
|
1937
|
+
---
|
|
1938
|
+
|
|
1939
|
+
## The following dependencies are licensed under the MIT License:
|
|
1940
|
+
|
|
1941
|
+
### Rust Crates:
|
|
1942
|
+
|
|
1943
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
1944
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1945
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1946
|
+
|
|
1947
|
+
````text
|
|
1948
|
+
MIT License
|
|
1949
|
+
|
|
1950
|
+
Copyright (c) <year> <copyright holders>
|
|
1951
|
+
|
|
1952
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1953
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1954
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1955
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1956
|
+
following conditions:
|
|
1957
|
+
|
|
1958
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1959
|
+
portions of the Software.
|
|
2499
1960
|
|
|
2500
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2506
|
-
SOFTWARE.
|
|
1961
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
1962
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
1963
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1964
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1965
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2507
1966
|
|
|
2508
1967
|
````
|
|
2509
1968
|
|
|
@@ -2513,38 +1972,11 @@ SOFTWARE.
|
|
|
2513
1972
|
|
|
2514
1973
|
### Rust Crates:
|
|
2515
1974
|
|
|
2516
|
-
- [
|
|
2517
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
2518
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
2519
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2520
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
2521
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
2522
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
2523
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
2524
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
2525
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2526
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2527
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
2528
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
2529
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
2530
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
2531
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2532
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2533
|
-
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
2534
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
2535
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
2536
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
2537
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
2538
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
2539
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
2540
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2541
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2542
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2543
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2544
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
2545
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1975
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
2546
1976
|
|
|
2547
1977
|
````text
|
|
1978
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
1979
|
+
|
|
2548
1980
|
Permission is hereby granted, free of charge, to any
|
|
2549
1981
|
person obtaining a copy of this software and associated
|
|
2550
1982
|
documentation files (the "Software"), to deal in the
|
|
@@ -2577,34 +2009,31 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2577
2009
|
|
|
2578
2010
|
### Rust Crates:
|
|
2579
2011
|
|
|
2580
|
-
- [
|
|
2012
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
2581
2013
|
|
|
2582
2014
|
````text
|
|
2583
|
-
|
|
2015
|
+
MIT License
|
|
2584
2016
|
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
documentation files (the "Software"), to deal in the
|
|
2588
|
-
Software without restriction, including without
|
|
2589
|
-
limitation the rights to use, copy, modify, merge,
|
|
2590
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2591
|
-
the Software, and to permit persons to whom the Software
|
|
2592
|
-
is furnished to do so, subject to the following
|
|
2593
|
-
conditions:
|
|
2017
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
2018
|
+
Copyright (c) Tokio Contributors
|
|
2594
2019
|
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2020
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2021
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2022
|
+
in the Software without restriction, including without limitation the rights
|
|
2023
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2024
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2025
|
+
furnished to do so, subject to the following conditions:
|
|
2598
2026
|
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
IN
|
|
2607
|
-
|
|
2027
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2028
|
+
copies or substantial portions of the Software.
|
|
2029
|
+
|
|
2030
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2031
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2032
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2033
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2034
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2035
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2036
|
+
SOFTWARE.
|
|
2608
2037
|
|
|
2609
2038
|
````
|
|
2610
2039
|
|
|
@@ -2612,36 +2041,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2612
2041
|
|
|
2613
2042
|
## The following dependencies are licensed under the MIT License:
|
|
2614
2043
|
|
|
2615
|
-
###
|
|
2044
|
+
### NPM Packages:
|
|
2616
2045
|
|
|
2617
|
-
- [
|
|
2046
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.13) (0.0.13)
|
|
2618
2047
|
|
|
2619
2048
|
````text
|
|
2620
|
-
|
|
2049
|
+
MIT License
|
|
2621
2050
|
|
|
2622
|
-
|
|
2623
|
-
person obtaining a copy of this software and associated
|
|
2624
|
-
documentation files (the "Software"), to deal in the
|
|
2625
|
-
Software without restriction, including without
|
|
2626
|
-
limitation the rights to use, copy, modify, merge,
|
|
2627
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2628
|
-
the Software, and to permit persons to whom the Software
|
|
2629
|
-
is furnished to do so, subject to the following
|
|
2630
|
-
conditions:
|
|
2051
|
+
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
2631
2052
|
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2053
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2054
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2055
|
+
in the Software without restriction, including without limitation the rights
|
|
2056
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2057
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2058
|
+
furnished to do so, subject to the following conditions:
|
|
2635
2059
|
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
IN
|
|
2644
|
-
|
|
2060
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2061
|
+
copies or substantial portions of the Software.
|
|
2062
|
+
|
|
2063
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2064
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2065
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2066
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2067
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2068
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2069
|
+
SOFTWARE.
|
|
2645
2070
|
|
|
2646
2071
|
````
|
|
2647
2072
|
|
|
@@ -2651,11 +2076,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2651
2076
|
|
|
2652
2077
|
### Rust Crates:
|
|
2653
2078
|
|
|
2654
|
-
- [
|
|
2655
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2079
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
2656
2080
|
|
|
2657
2081
|
````text
|
|
2658
|
-
|
|
2082
|
+
MIT License
|
|
2659
2083
|
|
|
2660
2084
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2661
2085
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2683,10 +2107,10 @@ SOFTWARE.
|
|
|
2683
2107
|
|
|
2684
2108
|
### Rust Crates:
|
|
2685
2109
|
|
|
2686
|
-
- [
|
|
2110
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
2687
2111
|
|
|
2688
2112
|
````text
|
|
2689
|
-
Copyright
|
|
2113
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
2690
2114
|
|
|
2691
2115
|
Permission is hereby granted, free of charge, to any
|
|
2692
2116
|
person obtaining a copy of this software and associated
|
|
@@ -2720,10 +2144,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2720
2144
|
|
|
2721
2145
|
### Rust Crates:
|
|
2722
2146
|
|
|
2723
|
-
- [
|
|
2147
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
2724
2148
|
|
|
2725
2149
|
````text
|
|
2726
|
-
Copyright (c)
|
|
2150
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
2727
2151
|
|
|
2728
2152
|
Permission is hereby granted, free of charge, to any
|
|
2729
2153
|
person obtaining a copy of this software and associated
|
|
@@ -2755,36 +2179,65 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2755
2179
|
|
|
2756
2180
|
## The following dependencies are licensed under the MIT License:
|
|
2757
2181
|
|
|
2182
|
+
### NPM Packages:
|
|
2183
|
+
|
|
2184
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
2185
|
+
|
|
2186
|
+
````text
|
|
2187
|
+
MIT License
|
|
2188
|
+
|
|
2189
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2190
|
+
|
|
2191
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2192
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2193
|
+
in the Software without restriction, including without limitation the rights
|
|
2194
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2195
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2196
|
+
furnished to do so, subject to the following conditions:
|
|
2197
|
+
|
|
2198
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2199
|
+
copies or substantial portions of the Software.
|
|
2200
|
+
|
|
2201
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2202
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2203
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2204
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2205
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2206
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2207
|
+
SOFTWARE.
|
|
2208
|
+
|
|
2209
|
+
[others]: https://github.com/json5/json5/contributors
|
|
2210
|
+
|
|
2211
|
+
````
|
|
2212
|
+
|
|
2213
|
+
---
|
|
2214
|
+
|
|
2215
|
+
## The following dependencies are licensed under the MIT License:
|
|
2216
|
+
|
|
2758
2217
|
### Rust Crates:
|
|
2759
2218
|
|
|
2760
|
-
- [
|
|
2219
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
2761
2220
|
|
|
2762
2221
|
````text
|
|
2763
|
-
Copyright (c)
|
|
2222
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
2764
2223
|
|
|
2765
|
-
Permission is hereby granted, free of charge, to any
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
the Software, and to permit persons to whom the Software
|
|
2772
|
-
is furnished to do so, subject to the following
|
|
2773
|
-
conditions:
|
|
2224
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2225
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2226
|
+
in the Software without restriction, including without limitation the rights
|
|
2227
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2228
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2229
|
+
furnished to do so, subject to the following conditions:
|
|
2774
2230
|
|
|
2775
|
-
The above copyright notice and this permission notice
|
|
2776
|
-
|
|
2777
|
-
of the Software.
|
|
2231
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2232
|
+
copies or substantial portions of the Software.
|
|
2778
2233
|
|
|
2779
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2787
|
-
DEALINGS IN THE SOFTWARE.
|
|
2234
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2235
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2236
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2237
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2238
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2239
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2240
|
+
SOFTWARE.
|
|
2788
2241
|
|
|
2789
2242
|
````
|
|
2790
2243
|
|
|
@@ -2794,10 +2247,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2794
2247
|
|
|
2795
2248
|
### Rust Crates:
|
|
2796
2249
|
|
|
2797
|
-
- [
|
|
2250
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
2798
2251
|
|
|
2799
2252
|
````text
|
|
2800
|
-
Copyright (c)
|
|
2253
|
+
Copyright (c) 2016 Anthony Ramine
|
|
2801
2254
|
|
|
2802
2255
|
Permission is hereby granted, free of charge, to any
|
|
2803
2256
|
person obtaining a copy of this software and associated
|
|
@@ -2831,11 +2284,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2831
2284
|
|
|
2832
2285
|
### Rust Crates:
|
|
2833
2286
|
|
|
2834
|
-
- [
|
|
2835
|
-
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
2287
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
2836
2288
|
|
|
2837
2289
|
````text
|
|
2838
|
-
Copyright (c)
|
|
2290
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
2839
2291
|
|
|
2840
2292
|
Permission is hereby granted, free of charge, to any
|
|
2841
2293
|
person obtaining a copy of this software and associated
|
|
@@ -2869,10 +2321,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2869
2321
|
|
|
2870
2322
|
### Rust Crates:
|
|
2871
2323
|
|
|
2872
|
-
- [
|
|
2324
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
2873
2325
|
|
|
2874
2326
|
````text
|
|
2875
|
-
Copyright (c)
|
|
2327
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2328
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2876
2329
|
|
|
2877
2330
|
Permission is hereby granted, free of charge, to any
|
|
2878
2331
|
person obtaining a copy of this software and associated
|
|
@@ -2906,31 +2359,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2906
2359
|
|
|
2907
2360
|
### Rust Crates:
|
|
2908
2361
|
|
|
2909
|
-
- [
|
|
2910
|
-
|
|
2911
|
-
````text
|
|
2912
|
-
Copyright 2016 Nika Layzell
|
|
2913
|
-
|
|
2914
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2915
|
-
|
|
2916
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2917
|
-
|
|
2918
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2919
|
-
|
|
2920
|
-
````
|
|
2921
|
-
|
|
2922
|
-
---
|
|
2923
|
-
|
|
2924
|
-
## The following dependencies are licensed under the MIT License:
|
|
2925
|
-
|
|
2926
|
-
### Rust Crates:
|
|
2927
|
-
|
|
2928
|
-
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
2362
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
2929
2363
|
|
|
2930
2364
|
````text
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
2365
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
2934
2366
|
|
|
2935
2367
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2936
2368
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2939,19 +2371,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2939
2371
|
copies of the Software, and to permit persons to whom the Software is
|
|
2940
2372
|
furnished to do so, subject to the following conditions:
|
|
2941
2373
|
|
|
2942
|
-
The above copyright notice and this permission notice shall be included in
|
|
2943
|
-
copies or substantial portions of the Software.
|
|
2374
|
+
The above copyright notice and this permission notice shall be included in
|
|
2375
|
+
all copies or substantial portions of the Software.
|
|
2944
2376
|
|
|
2945
2377
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2946
2378
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2947
2379
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2948
2380
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2949
2381
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2950
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2951
|
-
SOFTWARE.
|
|
2382
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2383
|
+
THE SOFTWARE.
|
|
2952
2384
|
|
|
2953
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2954
|
-
licences; see files named LICENSE.*.txt for details.
|
|
2955
2385
|
````
|
|
2956
2386
|
|
|
2957
2387
|
---
|
|
@@ -2960,11 +2390,10 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
2960
2390
|
|
|
2961
2391
|
### Rust Crates:
|
|
2962
2392
|
|
|
2963
|
-
- [
|
|
2393
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
2964
2394
|
|
|
2965
2395
|
````text
|
|
2966
|
-
Copyright (c)
|
|
2967
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
2396
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
2968
2397
|
|
|
2969
2398
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2970
2399
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2973,16 +2402,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2973
2402
|
copies of the Software, and to permit persons to whom the Software is
|
|
2974
2403
|
furnished to do so, subject to the following conditions:
|
|
2975
2404
|
|
|
2976
|
-
The above copyright notice and this permission notice shall be included in
|
|
2977
|
-
copies or substantial portions of the Software.
|
|
2405
|
+
The above copyright notice and this permission notice shall be included in
|
|
2406
|
+
all copies or substantial portions of the Software.
|
|
2978
2407
|
|
|
2979
2408
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2980
2409
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2981
2410
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2982
2411
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2983
2412
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2984
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2985
|
-
SOFTWARE.
|
|
2413
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2414
|
+
THE SOFTWARE.
|
|
2986
2415
|
|
|
2987
2416
|
````
|
|
2988
2417
|
|
|
@@ -2992,12 +2421,10 @@ SOFTWARE.
|
|
|
2992
2421
|
|
|
2993
2422
|
### Rust Crates:
|
|
2994
2423
|
|
|
2995
|
-
- [
|
|
2996
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
2997
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2424
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
2998
2425
|
|
|
2999
2426
|
````text
|
|
3000
|
-
Copyright (c)
|
|
2427
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
3001
2428
|
|
|
3002
2429
|
Permission is hereby granted, free of charge, to any
|
|
3003
2430
|
person obtaining a copy of this software and associated
|
|
@@ -3029,14 +2456,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3029
2456
|
|
|
3030
2457
|
## The following dependencies are licensed under the MIT License:
|
|
3031
2458
|
|
|
3032
|
-
###
|
|
2459
|
+
### Rust Crates:
|
|
3033
2460
|
|
|
3034
|
-
- [
|
|
2461
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
3035
2462
|
|
|
3036
2463
|
````text
|
|
3037
2464
|
The MIT License (MIT)
|
|
3038
2465
|
|
|
3039
|
-
Copyright (c)
|
|
2466
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
3040
2467
|
|
|
3041
2468
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3042
2469
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3056,7 +2483,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3056
2483
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3057
2484
|
SOFTWARE.
|
|
3058
2485
|
|
|
3059
|
-
|
|
2486
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2487
|
+
licences; see files named LICENSE.*.txt for details.
|
|
3060
2488
|
````
|
|
3061
2489
|
|
|
3062
2490
|
---
|
|
@@ -3065,12 +2493,12 @@ SOFTWARE.
|
|
|
3065
2493
|
|
|
3066
2494
|
### NPM Packages:
|
|
3067
2495
|
|
|
3068
|
-
- [
|
|
2496
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
3069
2497
|
|
|
3070
2498
|
````text
|
|
3071
|
-
MIT License
|
|
2499
|
+
The MIT License (MIT)
|
|
3072
2500
|
|
|
3073
|
-
Copyright (c)
|
|
2501
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
3074
2502
|
|
|
3075
2503
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3076
2504
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3090,6 +2518,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3090
2518
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3091
2519
|
SOFTWARE.
|
|
3092
2520
|
|
|
2521
|
+
|
|
3093
2522
|
````
|
|
3094
2523
|
|
|
3095
2524
|
---
|
|
@@ -3098,14 +2527,15 @@ SOFTWARE.
|
|
|
3098
2527
|
|
|
3099
2528
|
### Rust Crates:
|
|
3100
2529
|
|
|
3101
|
-
- [
|
|
2530
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
2531
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2532
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2533
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
3102
2534
|
|
|
3103
2535
|
````text
|
|
3104
2536
|
The MIT License (MIT)
|
|
3105
2537
|
|
|
3106
|
-
Copyright (c) 2015
|
|
3107
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3108
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
2538
|
+
Copyright (c) 2015 Andrew Gallant
|
|
3109
2539
|
|
|
3110
2540
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3111
2541
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3114,16 +2544,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3114
2544
|
copies of the Software, and to permit persons to whom the Software is
|
|
3115
2545
|
furnished to do so, subject to the following conditions:
|
|
3116
2546
|
|
|
3117
|
-
The above copyright notice and this permission notice shall be included in
|
|
3118
|
-
copies or substantial portions of the Software.
|
|
2547
|
+
The above copyright notice and this permission notice shall be included in
|
|
2548
|
+
all copies or substantial portions of the Software.
|
|
3119
2549
|
|
|
3120
2550
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3121
2551
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3122
2552
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3123
2553
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3124
2554
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3125
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3126
|
-
SOFTWARE.
|
|
2555
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2556
|
+
THE SOFTWARE.
|
|
3127
2557
|
|
|
3128
2558
|
````
|
|
3129
2559
|
|
|
@@ -3133,35 +2563,29 @@ SOFTWARE.
|
|
|
3133
2563
|
|
|
3134
2564
|
### Rust Crates:
|
|
3135
2565
|
|
|
3136
|
-
- [
|
|
3137
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
2566
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
3138
2567
|
|
|
3139
2568
|
````text
|
|
3140
|
-
Copyright (c) 2014
|
|
2569
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
2570
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
3141
2571
|
|
|
3142
|
-
Permission is hereby granted, free of charge, to any
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
the Software, and to permit persons to whom the Software
|
|
3149
|
-
is furnished to do so, subject to the following
|
|
3150
|
-
conditions:
|
|
2572
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2573
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2574
|
+
in the Software without restriction, including without limitation the rights
|
|
2575
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2576
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2577
|
+
furnished to do so, subject to the following conditions:
|
|
3151
2578
|
|
|
3152
|
-
The above copyright notice and this permission notice
|
|
3153
|
-
|
|
3154
|
-
of the Software.
|
|
2579
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2580
|
+
copies or substantial portions of the Software.
|
|
3155
2581
|
|
|
3156
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3164
|
-
DEALINGS IN THE SOFTWARE.
|
|
2582
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2583
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2584
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2585
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2586
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2587
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2588
|
+
SOFTWARE.
|
|
3165
2589
|
|
|
3166
2590
|
````
|
|
3167
2591
|
|
|
@@ -3171,12 +2595,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3171
2595
|
|
|
3172
2596
|
### Rust Crates:
|
|
3173
2597
|
|
|
3174
|
-
- [
|
|
2598
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
2599
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
2600
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
3175
2601
|
|
|
3176
2602
|
````text
|
|
3177
|
-
Copyright (c)
|
|
3178
|
-
Copyright (c) 2018 Bastian Köcher
|
|
3179
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2603
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
3180
2604
|
|
|
3181
2605
|
Permission is hereby granted, free of charge, to any
|
|
3182
2606
|
person obtaining a copy of this software and associated
|
|
@@ -3208,34 +2632,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3208
2632
|
|
|
3209
2633
|
## The following dependencies are licensed under the MIT License:
|
|
3210
2634
|
|
|
3211
|
-
###
|
|
2635
|
+
### Rust Crates:
|
|
3212
2636
|
|
|
3213
|
-
- [
|
|
2637
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
2638
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
3214
2639
|
|
|
3215
2640
|
````text
|
|
3216
|
-
MIT License
|
|
2641
|
+
The MIT License (MIT)
|
|
3217
2642
|
|
|
3218
|
-
Copyright (c)
|
|
2643
|
+
Copyright (c) 2015 Steven Fackler
|
|
3219
2644
|
|
|
3220
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
2645
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2646
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2647
|
+
the Software without restriction, including without limitation the rights to
|
|
2648
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2649
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2650
|
+
subject to the following conditions:
|
|
3226
2651
|
|
|
3227
2652
|
The above copyright notice and this permission notice shall be included in all
|
|
3228
2653
|
copies or substantial portions of the Software.
|
|
3229
2654
|
|
|
3230
2655
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3231
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
SOFTWARE.
|
|
3237
|
-
|
|
3238
|
-
[others]: https://github.com/json5/json5/contributors
|
|
2656
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2657
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2658
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2659
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2660
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3239
2661
|
|
|
3240
2662
|
````
|
|
3241
2663
|
|
|
@@ -3243,15 +2665,16 @@ SOFTWARE.
|
|
|
3243
2665
|
|
|
3244
2666
|
## The following dependencies are licensed under the MIT License:
|
|
3245
2667
|
|
|
3246
|
-
###
|
|
2668
|
+
### Rust Crates:
|
|
3247
2669
|
|
|
3248
|
-
- [
|
|
3249
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2670
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
3250
2671
|
|
|
3251
2672
|
````text
|
|
3252
|
-
MIT License
|
|
2673
|
+
The MIT License (MIT)
|
|
3253
2674
|
|
|
3254
|
-
Copyright (c)
|
|
2675
|
+
Copyright (c) 2015 Danny Guo
|
|
2676
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2677
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
3255
2678
|
|
|
3256
2679
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3257
2680
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3277,113 +2700,15 @@ SOFTWARE.
|
|
|
3277
2700
|
|
|
3278
2701
|
## The following dependencies are licensed under the MIT License:
|
|
3279
2702
|
|
|
3280
|
-
### NPM Packages:
|
|
3281
|
-
|
|
3282
|
-
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
3283
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
3284
|
-
|
|
3285
|
-
````text
|
|
3286
|
-
MIT License
|
|
3287
|
-
|
|
3288
|
-
Copyright (c) Microsoft Corporation.
|
|
3289
|
-
|
|
3290
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3291
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3292
|
-
in the Software without restriction, including without limitation the rights
|
|
3293
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3294
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3295
|
-
furnished to do so, subject to the following conditions:
|
|
3296
|
-
|
|
3297
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3298
|
-
copies or substantial portions of the Software.
|
|
3299
|
-
|
|
3300
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3301
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3302
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3303
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3304
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3305
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3306
|
-
SOFTWARE
|
|
3307
|
-
|
|
3308
|
-
````
|
|
3309
|
-
|
|
3310
|
-
---
|
|
3311
|
-
|
|
3312
|
-
## The following dependencies are licensed under the MIT License:
|
|
3313
|
-
|
|
3314
|
-
### NPM Packages:
|
|
3315
|
-
|
|
3316
|
-
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
3317
|
-
|
|
3318
|
-
````text
|
|
3319
|
-
This software is released under the MIT license:
|
|
3320
|
-
|
|
3321
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3322
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
3323
|
-
the Software without restriction, including without limitation the rights to
|
|
3324
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3325
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3326
|
-
subject to the following conditions:
|
|
3327
|
-
|
|
3328
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3329
|
-
copies or substantial portions of the Software.
|
|
3330
|
-
|
|
3331
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3332
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3333
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3334
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3335
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3336
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3337
|
-
|
|
3338
|
-
````
|
|
3339
|
-
|
|
3340
|
-
---
|
|
3341
|
-
|
|
3342
|
-
## The following dependencies are licensed under the MIT License:
|
|
3343
|
-
|
|
3344
|
-
### Rust Crates:
|
|
3345
|
-
|
|
3346
|
-
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
3347
|
-
|
|
3348
|
-
````text
|
|
3349
|
-
The MIT License (MIT)
|
|
3350
|
-
|
|
3351
|
-
Copyright (c) 2016 Johann Tuffe
|
|
3352
|
-
|
|
3353
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3354
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3355
|
-
in the Software without restriction, including without limitation the rights
|
|
3356
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3357
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3358
|
-
furnished to do so, subject to the following conditions:
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
The above copyright notice and this permission notice shall be included in
|
|
3362
|
-
all copies or substantial portions of the Software.
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3366
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3367
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3368
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3369
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3370
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3371
|
-
THE SOFTWARE.
|
|
3372
|
-
|
|
3373
|
-
````
|
|
3374
|
-
|
|
3375
|
-
---
|
|
3376
|
-
|
|
3377
|
-
## The following dependencies are licensed under the MIT License:
|
|
3378
|
-
|
|
3379
2703
|
### Rust Crates:
|
|
3380
2704
|
|
|
3381
|
-
- [
|
|
2705
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
3382
2706
|
|
|
3383
2707
|
````text
|
|
3384
2708
|
The MIT License (MIT)
|
|
3385
2709
|
|
|
3386
|
-
Copyright (c) 2015
|
|
2710
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
2711
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
3387
2712
|
|
|
3388
2713
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3389
2714
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3392,16 +2717,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3392
2717
|
copies of the Software, and to permit persons to whom the Software is
|
|
3393
2718
|
furnished to do so, subject to the following conditions:
|
|
3394
2719
|
|
|
3395
|
-
The above copyright notice and this permission notice shall be included in
|
|
3396
|
-
|
|
2720
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2721
|
+
copies or substantial portions of the Software.
|
|
3397
2722
|
|
|
3398
2723
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3399
2724
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3400
2725
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3401
2726
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3402
2727
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3403
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3404
|
-
|
|
2728
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2729
|
+
SOFTWARE.
|
|
3405
2730
|
|
|
3406
2731
|
````
|
|
3407
2732
|
|
|
@@ -3411,12 +2736,15 @@ THE SOFTWARE.
|
|
|
3411
2736
|
|
|
3412
2737
|
### Rust Crates:
|
|
3413
2738
|
|
|
3414
|
-
- [
|
|
3415
|
-
- [
|
|
3416
|
-
- [
|
|
2739
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
2740
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2741
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2742
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2743
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2744
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3417
2745
|
|
|
3418
2746
|
````text
|
|
3419
|
-
Copyright (c)
|
|
2747
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3420
2748
|
|
|
3421
2749
|
Permission is hereby granted, free of charge, to any
|
|
3422
2750
|
person obtaining a copy of this software and associated
|
|
@@ -3450,34 +2778,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3450
2778
|
|
|
3451
2779
|
### Rust Crates:
|
|
3452
2780
|
|
|
3453
|
-
- [
|
|
2781
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3454
2782
|
|
|
3455
2783
|
````text
|
|
3456
|
-
Copyright (c)
|
|
2784
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3457
2785
|
|
|
3458
|
-
Permission is hereby granted, free of charge, to any
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
the Software, and to permit persons to whom the Software
|
|
3465
|
-
is furnished to do so, subject to the following
|
|
3466
|
-
conditions:
|
|
2786
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2787
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2788
|
+
in the Software without restriction, including without limitation the rights
|
|
2789
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2790
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2791
|
+
furnished to do so, subject to the following conditions:
|
|
3467
2792
|
|
|
3468
|
-
The above copyright notice and this permission notice
|
|
3469
|
-
|
|
3470
|
-
of the Software.
|
|
2793
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2794
|
+
copies or substantial portions of the Software.
|
|
3471
2795
|
|
|
3472
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3480
|
-
DEALINGS IN THE SOFTWARE.
|
|
2796
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2797
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2798
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2799
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2800
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2801
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2802
|
+
SOFTWARE.
|
|
3481
2803
|
|
|
3482
2804
|
````
|
|
3483
2805
|
|
|
@@ -3487,10 +2809,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3487
2809
|
|
|
3488
2810
|
### Rust Crates:
|
|
3489
2811
|
|
|
3490
|
-
- [
|
|
2812
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
3491
2813
|
|
|
3492
2814
|
````text
|
|
3493
|
-
Copyright (c)
|
|
2815
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
2816
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3494
2817
|
|
|
3495
2818
|
Permission is hereby granted, free of charge, to any
|
|
3496
2819
|
person obtaining a copy of this software and associated
|
|
@@ -3524,10 +2847,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3524
2847
|
|
|
3525
2848
|
### Rust Crates:
|
|
3526
2849
|
|
|
3527
|
-
- [
|
|
2850
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
3528
2851
|
|
|
3529
2852
|
````text
|
|
3530
|
-
Copyright (c)
|
|
2853
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
3531
2854
|
|
|
3532
2855
|
Permission is hereby granted, free of charge, to any
|
|
3533
2856
|
person obtaining a copy of this software and associated
|
|
@@ -3561,11 +2884,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3561
2884
|
|
|
3562
2885
|
### Rust Crates:
|
|
3563
2886
|
|
|
3564
|
-
- [
|
|
2887
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
3565
2888
|
|
|
3566
2889
|
````text
|
|
3567
2890
|
MIT License
|
|
3568
2891
|
|
|
2892
|
+
Copyright (c) 2025 Callum Oakley
|
|
2893
|
+
|
|
3569
2894
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3570
2895
|
of this software and associated documentation files (the "Software"), to deal
|
|
3571
2896
|
in the Software without restriction, including without limitation the rights
|
|
@@ -3596,8 +2921,6 @@ SOFTWARE.
|
|
|
3596
2921
|
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
3597
2922
|
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
3598
2923
|
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
3599
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
3600
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
3601
2924
|
|
|
3602
2925
|
````text
|
|
3603
2926
|
Copyright (c) 2019 Tokio Contributors
|
|
@@ -3634,33 +2957,53 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3634
2957
|
|
|
3635
2958
|
### Rust Crates:
|
|
3636
2959
|
|
|
3637
|
-
- [
|
|
2960
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
3638
2961
|
|
|
3639
2962
|
````text
|
|
3640
|
-
|
|
2963
|
+
Copyright (c) 2019 Carl Lerche
|
|
3641
2964
|
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
2965
|
+
Permission is hereby granted, free of charge, to any
|
|
2966
|
+
person obtaining a copy of this software and associated
|
|
2967
|
+
documentation files (the "Software"), to deal in the
|
|
2968
|
+
Software without restriction, including without
|
|
2969
|
+
limitation the rights to use, copy, modify, merge,
|
|
2970
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2971
|
+
the Software, and to permit persons to whom the Software
|
|
2972
|
+
is furnished to do so, subject to the following
|
|
2973
|
+
conditions:
|
|
3646
2974
|
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3651
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3652
|
-
furnished to do so, subject to the following conditions:
|
|
2975
|
+
The above copyright notice and this permission notice
|
|
2976
|
+
shall be included in all copies or substantial portions
|
|
2977
|
+
of the Software.
|
|
3653
2978
|
|
|
3654
|
-
|
|
3655
|
-
|
|
2979
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2980
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2981
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2982
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2983
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2984
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2985
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2986
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2987
|
+
DEALINGS IN THE SOFTWARE.
|
|
3656
2988
|
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
2989
|
+
````
|
|
2990
|
+
|
|
2991
|
+
---
|
|
2992
|
+
|
|
2993
|
+
## The following dependencies are licensed under the MIT License:
|
|
2994
|
+
|
|
2995
|
+
### Rust Crates:
|
|
2996
|
+
|
|
2997
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
2998
|
+
|
|
2999
|
+
````text
|
|
3000
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
3001
|
+
|
|
3002
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
3003
|
+
|
|
3004
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3005
|
+
|
|
3006
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3664
3007
|
|
|
3665
3008
|
````
|
|
3666
3009
|
|
|
@@ -3670,13 +3013,13 @@ SOFTWARE.
|
|
|
3670
3013
|
|
|
3671
3014
|
### Rust Crates:
|
|
3672
3015
|
|
|
3673
|
-
- [
|
|
3016
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
3017
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3674
3018
|
|
|
3675
3019
|
````text
|
|
3676
3020
|
MIT License
|
|
3677
3021
|
|
|
3678
|
-
Copyright (c) 2019
|
|
3679
|
-
Copyright (c) Tokio Contributors
|
|
3022
|
+
Copyright (c) 2019 Graham Esau
|
|
3680
3023
|
|
|
3681
3024
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3682
3025
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3704,10 +3047,10 @@ SOFTWARE.
|
|
|
3704
3047
|
|
|
3705
3048
|
### Rust Crates:
|
|
3706
3049
|
|
|
3707
|
-
- [
|
|
3050
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
3708
3051
|
|
|
3709
3052
|
````text
|
|
3710
|
-
Copyright
|
|
3053
|
+
Copyright 2023 The Fuchsia Authors
|
|
3711
3054
|
|
|
3712
3055
|
Permission is hereby granted, free of charge, to any
|
|
3713
3056
|
person obtaining a copy of this software and associated
|
|
@@ -3733,6 +3076,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3733
3076
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3734
3077
|
DEALINGS IN THE SOFTWARE.
|
|
3735
3078
|
|
|
3079
|
+
|
|
3736
3080
|
````
|
|
3737
3081
|
|
|
3738
3082
|
---
|
|
@@ -3741,31 +3085,103 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3741
3085
|
|
|
3742
3086
|
### Rust Crates:
|
|
3743
3087
|
|
|
3744
|
-
- [
|
|
3088
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
3745
3089
|
|
|
3746
3090
|
````text
|
|
3747
|
-
The
|
|
3091
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
3748
3092
|
|
|
3749
|
-
|
|
3750
|
-
|
|
3093
|
+
Permission is hereby granted, free of charge, to any
|
|
3094
|
+
person obtaining a copy of this software and associated
|
|
3095
|
+
documentation files (the "Software"), to deal in the
|
|
3096
|
+
Software without restriction, including without
|
|
3097
|
+
limitation the rights to use, copy, modify, merge,
|
|
3098
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3099
|
+
the Software, and to permit persons to whom the Software
|
|
3100
|
+
is furnished to do so, subject to the following
|
|
3101
|
+
conditions:
|
|
3751
3102
|
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3756
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3757
|
-
furnished to do so, subject to the following conditions:
|
|
3103
|
+
The above copyright notice and this permission notice
|
|
3104
|
+
shall be included in all copies or substantial portions
|
|
3105
|
+
of the Software.
|
|
3758
3106
|
|
|
3759
|
-
|
|
3760
|
-
|
|
3107
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3108
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3109
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3110
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3111
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3112
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3113
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3114
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3115
|
+
DEALINGS IN THE SOFTWARE.
|
|
3761
3116
|
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3117
|
+
````
|
|
3118
|
+
|
|
3119
|
+
---
|
|
3120
|
+
|
|
3121
|
+
## The following dependencies are licensed under the MIT License:
|
|
3122
|
+
|
|
3123
|
+
### Rust Crates:
|
|
3124
|
+
|
|
3125
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
3126
|
+
|
|
3127
|
+
````text
|
|
3128
|
+
The MIT License (MIT)
|
|
3129
|
+
|
|
3130
|
+
Copyright (c) 2016 Johann Tuffe
|
|
3131
|
+
|
|
3132
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3133
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3134
|
+
in the Software without restriction, including without limitation the rights
|
|
3135
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3136
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3137
|
+
furnished to do so, subject to the following conditions:
|
|
3138
|
+
|
|
3139
|
+
|
|
3140
|
+
The above copyright notice and this permission notice shall be included in
|
|
3141
|
+
all copies or substantial portions of the Software.
|
|
3142
|
+
|
|
3143
|
+
|
|
3144
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3145
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3146
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3147
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3148
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3149
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3150
|
+
THE SOFTWARE.
|
|
3151
|
+
|
|
3152
|
+
````
|
|
3153
|
+
|
|
3154
|
+
---
|
|
3155
|
+
|
|
3156
|
+
## The following dependencies are licensed under the MIT License:
|
|
3157
|
+
|
|
3158
|
+
### NPM Packages:
|
|
3159
|
+
|
|
3160
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
3161
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.43)
|
|
3162
|
+
|
|
3163
|
+
````text
|
|
3164
|
+
MIT License
|
|
3165
|
+
|
|
3166
|
+
Copyright (c) Microsoft Corporation.
|
|
3167
|
+
|
|
3168
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3169
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3170
|
+
in the Software without restriction, including without limitation the rights
|
|
3171
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3172
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3173
|
+
furnished to do so, subject to the following conditions:
|
|
3174
|
+
|
|
3175
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3176
|
+
copies or substantial portions of the Software.
|
|
3177
|
+
|
|
3178
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3179
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3180
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3181
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3182
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3183
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3184
|
+
SOFTWARE
|
|
3769
3185
|
|
|
3770
3186
|
````
|
|
3771
3187
|
|
|
@@ -3775,16 +3191,10 @@ SOFTWARE.
|
|
|
3775
3191
|
|
|
3776
3192
|
### Rust Crates:
|
|
3777
3193
|
|
|
3778
|
-
- [
|
|
3779
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
3780
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3781
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
3782
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3783
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
3194
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
3784
3195
|
|
|
3785
3196
|
````text
|
|
3786
|
-
Copyright
|
|
3787
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3197
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
3788
3198
|
|
|
3789
3199
|
Permission is hereby granted, free of charge, to any
|
|
3790
3200
|
person obtaining a copy of this software and associated
|
|
@@ -3818,10 +3228,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3818
3228
|
|
|
3819
3229
|
### Rust Crates:
|
|
3820
3230
|
|
|
3821
|
-
- [
|
|
3231
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
3822
3232
|
|
|
3823
3233
|
````text
|
|
3824
|
-
Copyright (c)
|
|
3234
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
3825
3235
|
|
|
3826
3236
|
Permission is hereby granted, free of charge, to any
|
|
3827
3237
|
person obtaining a copy of this software and associated
|
|
@@ -3846,27 +3256,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3846
3256
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3847
3257
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3848
3258
|
DEALINGS IN THE SOFTWARE.
|
|
3849
|
-
````
|
|
3850
|
-
|
|
3851
|
-
---
|
|
3852
|
-
|
|
3853
|
-
## The following dependencies are licensed under the MIT License:
|
|
3854
|
-
|
|
3855
|
-
### Rust Crates:
|
|
3856
|
-
|
|
3857
|
-
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
3858
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3859
|
-
|
|
3860
|
-
````text
|
|
3861
|
-
The MIT License (MIT)
|
|
3862
|
-
|
|
3863
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3864
|
-
|
|
3865
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
3866
|
-
|
|
3867
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3868
|
-
|
|
3869
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3870
3259
|
|
|
3871
3260
|
````
|
|
3872
3261
|
|
|
@@ -3876,12 +3265,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3876
3265
|
|
|
3877
3266
|
### Rust Crates:
|
|
3878
3267
|
|
|
3879
|
-
- [
|
|
3268
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
3880
3269
|
|
|
3881
3270
|
````text
|
|
3882
|
-
|
|
3883
|
-
|
|
3884
|
-
Copyright (c) 2025 Callum Oakley
|
|
3271
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
3885
3272
|
|
|
3886
3273
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3887
3274
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3890,16 +3277,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3890
3277
|
copies of the Software, and to permit persons to whom the Software is
|
|
3891
3278
|
furnished to do so, subject to the following conditions:
|
|
3892
3279
|
|
|
3893
|
-
The above copyright notice and this permission notice shall be included in
|
|
3894
|
-
copies or substantial portions of the Software.
|
|
3280
|
+
The above copyright notice and this permission notice shall be included in
|
|
3281
|
+
all copies or substantial portions of the Software.
|
|
3895
3282
|
|
|
3896
3283
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3897
3284
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3898
3285
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3899
3286
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3900
3287
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3901
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3902
|
-
SOFTWARE.
|
|
3288
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3289
|
+
THE SOFTWARE.
|
|
3903
3290
|
|
|
3904
3291
|
````
|
|
3905
3292
|
|
|
@@ -3907,14 +3294,14 @@ SOFTWARE.
|
|
|
3907
3294
|
|
|
3908
3295
|
## The following dependencies are licensed under the MIT License:
|
|
3909
3296
|
|
|
3910
|
-
###
|
|
3297
|
+
### Rust Crates:
|
|
3911
3298
|
|
|
3912
|
-
- [
|
|
3299
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
3913
3300
|
|
|
3914
3301
|
````text
|
|
3915
3302
|
The MIT License (MIT)
|
|
3916
3303
|
|
|
3917
|
-
Copyright (c)
|
|
3304
|
+
Copyright (c) 2015 Alice Maz
|
|
3918
3305
|
|
|
3919
3306
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3920
3307
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3942,28 +3329,37 @@ THE SOFTWARE.
|
|
|
3942
3329
|
|
|
3943
3330
|
### Rust Crates:
|
|
3944
3331
|
|
|
3945
|
-
- [
|
|
3332
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
3333
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3334
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3946
3335
|
|
|
3947
3336
|
````text
|
|
3948
|
-
Copyright
|
|
3337
|
+
Copyright 2018 Developers of the Rand project
|
|
3338
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3949
3339
|
|
|
3950
|
-
Permission is hereby granted, free of charge, to any
|
|
3951
|
-
of this software and associated
|
|
3952
|
-
|
|
3953
|
-
|
|
3954
|
-
|
|
3955
|
-
|
|
3340
|
+
Permission is hereby granted, free of charge, to any
|
|
3341
|
+
person obtaining a copy of this software and associated
|
|
3342
|
+
documentation files (the "Software"), to deal in the
|
|
3343
|
+
Software without restriction, including without
|
|
3344
|
+
limitation the rights to use, copy, modify, merge,
|
|
3345
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3346
|
+
the Software, and to permit persons to whom the Software
|
|
3347
|
+
is furnished to do so, subject to the following
|
|
3348
|
+
conditions:
|
|
3956
3349
|
|
|
3957
|
-
The above copyright notice and this permission notice
|
|
3958
|
-
copies or substantial portions
|
|
3350
|
+
The above copyright notice and this permission notice
|
|
3351
|
+
shall be included in all copies or substantial portions
|
|
3352
|
+
of the Software.
|
|
3959
3353
|
|
|
3960
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3961
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3354
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3355
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3356
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3357
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3358
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3359
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3360
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3361
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3362
|
+
DEALINGS IN THE SOFTWARE.
|
|
3967
3363
|
|
|
3968
3364
|
````
|
|
3969
3365
|
|
|
@@ -3973,29 +3369,34 @@ SOFTWARE.
|
|
|
3973
3369
|
|
|
3974
3370
|
### Rust Crates:
|
|
3975
3371
|
|
|
3976
|
-
- [
|
|
3372
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
3977
3373
|
|
|
3978
3374
|
````text
|
|
3979
|
-
Copyright (c) 2018
|
|
3980
|
-
|
|
3981
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3982
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3983
|
-
in the Software without restriction, including without limitation the rights
|
|
3984
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3985
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3986
|
-
furnished to do so, subject to the following conditions:
|
|
3375
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
3987
3376
|
|
|
3988
|
-
|
|
3989
|
-
|
|
3377
|
+
Permission is hereby granted, free of charge, to any
|
|
3378
|
+
person obtaining a copy of this software and associated
|
|
3379
|
+
documentation files (the "Software"), to deal in the
|
|
3380
|
+
Software without restriction, including without
|
|
3381
|
+
limitation the rights to use, copy, modify, merge,
|
|
3382
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3383
|
+
the Software, and to permit persons to whom the Software
|
|
3384
|
+
is furnished to do so, subject to the following
|
|
3385
|
+
conditions:
|
|
3990
3386
|
|
|
3991
|
-
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3995
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3996
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3997
|
-
THE SOFTWARE.
|
|
3387
|
+
The above copyright notice and this permission notice
|
|
3388
|
+
shall be included in all copies or substantial portions
|
|
3389
|
+
of the Software.
|
|
3998
3390
|
|
|
3391
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3392
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3393
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3394
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3395
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3396
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3397
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3398
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3399
|
+
DEALINGS IN THE SOFTWARE.
|
|
3999
3400
|
|
|
4000
3401
|
````
|
|
4001
3402
|
|
|
@@ -4005,10 +3406,10 @@ THE SOFTWARE.
|
|
|
4005
3406
|
|
|
4006
3407
|
### Rust Crates:
|
|
4007
3408
|
|
|
4008
|
-
- [
|
|
3409
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
4009
3410
|
|
|
4010
3411
|
````text
|
|
4011
|
-
Copyright (c)
|
|
3412
|
+
Copyright (c) 2017 http-rs authors
|
|
4012
3413
|
|
|
4013
3414
|
Permission is hereby granted, free of charge, to any
|
|
4014
3415
|
person obtaining a copy of this software and associated
|
|
@@ -4042,11 +3443,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4042
3443
|
|
|
4043
3444
|
### Rust Crates:
|
|
4044
3445
|
|
|
4045
|
-
- [
|
|
3446
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
4046
3447
|
|
|
4047
3448
|
````text
|
|
4048
|
-
Copyright
|
|
4049
|
-
|
|
3449
|
+
Copyright 2016 Nika Layzell
|
|
3450
|
+
|
|
3451
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
3452
|
+
|
|
3453
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3454
|
+
|
|
3455
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3456
|
+
|
|
3457
|
+
````
|
|
3458
|
+
|
|
3459
|
+
---
|
|
3460
|
+
|
|
3461
|
+
## The following dependencies are licensed under the MIT License:
|
|
3462
|
+
|
|
3463
|
+
### Rust Crates:
|
|
3464
|
+
|
|
3465
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
3466
|
+
|
|
3467
|
+
````text
|
|
3468
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
4050
3469
|
|
|
4051
3470
|
Permission is hereby granted, free of charge, to any
|
|
4052
3471
|
person obtaining a copy of this software and associated
|
|
@@ -4078,14 +3497,47 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4078
3497
|
|
|
4079
3498
|
## The following dependencies are licensed under the MIT License:
|
|
4080
3499
|
|
|
4081
|
-
###
|
|
3500
|
+
### Rust Crates:
|
|
4082
3501
|
|
|
4083
|
-
- [
|
|
3502
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
4084
3503
|
|
|
4085
3504
|
````text
|
|
4086
|
-
|
|
3505
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
3506
|
+
Copyright (c) 2016 Alex Crichton
|
|
4087
3507
|
|
|
4088
|
-
|
|
3508
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3509
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3510
|
+
in the Software without restriction, including without limitation the rights
|
|
3511
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3512
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3513
|
+
furnished to do so, subject to the following conditions:
|
|
3514
|
+
|
|
3515
|
+
The above copyright notice and this permission notice shall be included in
|
|
3516
|
+
all copies or substantial portions of the Software.
|
|
3517
|
+
|
|
3518
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3519
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3520
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3521
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3522
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3523
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3524
|
+
THE SOFTWARE.
|
|
3525
|
+
|
|
3526
|
+
|
|
3527
|
+
````
|
|
3528
|
+
|
|
3529
|
+
---
|
|
3530
|
+
|
|
3531
|
+
## The following dependencies are licensed under the MIT License:
|
|
3532
|
+
|
|
3533
|
+
### Rust Crates:
|
|
3534
|
+
|
|
3535
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
3536
|
+
|
|
3537
|
+
````text
|
|
3538
|
+
The MIT License (MIT)
|
|
3539
|
+
|
|
3540
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
4089
3541
|
|
|
4090
3542
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4091
3543
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4498,31 +3950,14 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4498
3950
|
|
|
4499
3951
|
### Rust Crates:
|
|
4500
3952
|
|
|
4501
|
-
- [
|
|
4502
|
-
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4503
|
-
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4504
|
-
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4505
|
-
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4506
|
-
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4507
|
-
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4508
|
-
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4509
|
-
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4510
|
-
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4511
|
-
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4512
|
-
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4513
|
-
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4514
|
-
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4515
|
-
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4516
|
-
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4517
|
-
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4518
|
-
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
3953
|
+
- [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
|
|
4519
3954
|
|
|
4520
3955
|
````text
|
|
4521
3956
|
UNICODE LICENSE V3
|
|
4522
3957
|
|
|
4523
3958
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4524
3959
|
|
|
4525
|
-
Copyright ©
|
|
3960
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
4526
3961
|
|
|
4527
3962
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4528
3963
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4558,13 +3993,6 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4558
3993
|
dealings in these Data Files or Software without prior written
|
|
4559
3994
|
authorization of the copyright holder.
|
|
4560
3995
|
|
|
4561
|
-
SPDX-License-Identifier: Unicode-3.0
|
|
4562
|
-
|
|
4563
|
-
—
|
|
4564
|
-
|
|
4565
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4566
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4567
|
-
|
|
4568
3996
|
````
|
|
4569
3997
|
|
|
4570
3998
|
---
|
|
@@ -4573,14 +4001,31 @@ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation a
|
|
|
4573
4001
|
|
|
4574
4002
|
### Rust Crates:
|
|
4575
4003
|
|
|
4576
|
-
- [
|
|
4004
|
+
- [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4005
|
+
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4006
|
+
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4007
|
+
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4008
|
+
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4009
|
+
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4010
|
+
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4011
|
+
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4012
|
+
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4013
|
+
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4014
|
+
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4015
|
+
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4016
|
+
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4017
|
+
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4018
|
+
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4019
|
+
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4020
|
+
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4021
|
+
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4577
4022
|
|
|
4578
4023
|
````text
|
|
4579
4024
|
UNICODE LICENSE V3
|
|
4580
4025
|
|
|
4581
4026
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4582
4027
|
|
|
4583
|
-
Copyright ©
|
|
4028
|
+
Copyright © 2020-2024 Unicode, Inc.
|
|
4584
4029
|
|
|
4585
4030
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4586
4031
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4616,5 +4061,12 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4616
4061
|
dealings in these Data Files or Software without prior written
|
|
4617
4062
|
authorization of the copyright holder.
|
|
4618
4063
|
|
|
4064
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
4065
|
+
|
|
4066
|
+
—
|
|
4067
|
+
|
|
4068
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4069
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4070
|
+
|
|
4619
4071
|
````
|
|
4620
4072
|
|