@deveco-codegenie/mcp-win32-x64 1.1.1 → 1.1.2
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 +1134 -1134
- package/bin/codegenie-mcp-server.exe +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -48,32 +48,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
48
48
|
|
|
49
49
|
### Rust Crates:
|
|
50
50
|
|
|
51
|
-
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
52
|
-
|
|
53
|
-
````text
|
|
54
|
-
BSD Zero Clause License
|
|
55
|
-
|
|
56
|
-
Copyright (c) 2024 kotauskas
|
|
57
|
-
|
|
58
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
59
|
-
purpose with or without fee is hereby granted.
|
|
60
|
-
|
|
61
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
62
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
63
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
64
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
65
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
66
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
67
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
68
|
-
|
|
69
|
-
````
|
|
70
|
-
|
|
71
|
-
---
|
|
72
|
-
|
|
73
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
74
|
-
|
|
75
|
-
### Rust Crates:
|
|
76
|
-
|
|
77
51
|
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
78
52
|
|
|
79
53
|
````text
|
|
@@ -119,13 +93,124 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
119
93
|
|
|
120
94
|
---
|
|
121
95
|
|
|
96
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
97
|
+
|
|
98
|
+
### Rust Crates:
|
|
99
|
+
|
|
100
|
+
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
101
|
+
|
|
102
|
+
````text
|
|
103
|
+
BSD Zero Clause License
|
|
104
|
+
|
|
105
|
+
Copyright (c) 2024 kotauskas
|
|
106
|
+
|
|
107
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
108
|
+
purpose with or without fee is hereby granted.
|
|
109
|
+
|
|
110
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
111
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
112
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
113
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
114
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
115
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
116
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
117
|
+
|
|
118
|
+
````
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
122
|
## The following dependencies are licensed under the Apache-2.0 License:
|
|
123
123
|
|
|
124
124
|
### Rust Crates:
|
|
125
125
|
|
|
126
|
-
- [
|
|
127
|
-
- [
|
|
128
|
-
- [
|
|
126
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
127
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
128
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
129
|
+
|
|
130
|
+
````text
|
|
131
|
+
Apache License
|
|
132
|
+
Version 2.0, January 2004
|
|
133
|
+
http://www.apache.org/licenses/
|
|
134
|
+
|
|
135
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
136
|
+
|
|
137
|
+
1. Definitions.
|
|
138
|
+
|
|
139
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
140
|
+
|
|
141
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
142
|
+
|
|
143
|
+
"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.
|
|
144
|
+
|
|
145
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
146
|
+
|
|
147
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
148
|
+
|
|
149
|
+
"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.
|
|
150
|
+
|
|
151
|
+
"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).
|
|
152
|
+
|
|
153
|
+
"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.
|
|
154
|
+
|
|
155
|
+
"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."
|
|
156
|
+
|
|
157
|
+
"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.
|
|
158
|
+
|
|
159
|
+
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.
|
|
160
|
+
|
|
161
|
+
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.
|
|
162
|
+
|
|
163
|
+
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:
|
|
164
|
+
|
|
165
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
166
|
+
|
|
167
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
168
|
+
|
|
169
|
+
(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
|
|
170
|
+
|
|
171
|
+
(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.
|
|
172
|
+
|
|
173
|
+
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.
|
|
174
|
+
|
|
175
|
+
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.
|
|
176
|
+
|
|
177
|
+
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.
|
|
178
|
+
|
|
179
|
+
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.
|
|
180
|
+
|
|
181
|
+
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.
|
|
182
|
+
|
|
183
|
+
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.
|
|
184
|
+
|
|
185
|
+
END OF TERMS AND CONDITIONS
|
|
186
|
+
|
|
187
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
188
|
+
|
|
189
|
+
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.
|
|
190
|
+
|
|
191
|
+
Copyright [yyyy] [name of copyright owner]
|
|
192
|
+
|
|
193
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
194
|
+
you may not use this file except in compliance with the License.
|
|
195
|
+
You may obtain a copy of the License at
|
|
196
|
+
|
|
197
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
198
|
+
|
|
199
|
+
Unless required by applicable law or agreed to in writing, software
|
|
200
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
201
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
202
|
+
See the License for the specific language governing permissions and
|
|
203
|
+
limitations under the License.
|
|
204
|
+
|
|
205
|
+
````
|
|
206
|
+
|
|
207
|
+
---
|
|
208
|
+
|
|
209
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
210
|
+
|
|
211
|
+
### Rust Crates:
|
|
212
|
+
|
|
213
|
+
- [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
|
|
129
214
|
|
|
130
215
|
````text
|
|
131
216
|
Apache License
|
|
@@ -316,7 +401,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
316
401
|
same "printed page" as the copyright notice for easier
|
|
317
402
|
identification within third-party archives.
|
|
318
403
|
|
|
319
|
-
Copyright
|
|
404
|
+
Copyright 2011 Google Inc.
|
|
320
405
|
|
|
321
406
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
322
407
|
you may not use this file except in compliance with the License.
|
|
@@ -338,94 +423,9 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
338
423
|
|
|
339
424
|
### Rust Crates:
|
|
340
425
|
|
|
341
|
-
- [
|
|
342
|
-
- [
|
|
343
|
-
- [
|
|
344
|
-
|
|
345
|
-
````text
|
|
346
|
-
Apache License
|
|
347
|
-
Version 2.0, January 2004
|
|
348
|
-
http://www.apache.org/licenses/
|
|
349
|
-
|
|
350
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
351
|
-
|
|
352
|
-
1. Definitions.
|
|
353
|
-
|
|
354
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
355
|
-
|
|
356
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
357
|
-
|
|
358
|
-
"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.
|
|
359
|
-
|
|
360
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
361
|
-
|
|
362
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
363
|
-
|
|
364
|
-
"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.
|
|
365
|
-
|
|
366
|
-
"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).
|
|
367
|
-
|
|
368
|
-
"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.
|
|
369
|
-
|
|
370
|
-
"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."
|
|
371
|
-
|
|
372
|
-
"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.
|
|
373
|
-
|
|
374
|
-
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.
|
|
375
|
-
|
|
376
|
-
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.
|
|
377
|
-
|
|
378
|
-
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:
|
|
379
|
-
|
|
380
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
381
|
-
|
|
382
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
383
|
-
|
|
384
|
-
(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
|
|
385
|
-
|
|
386
|
-
(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.
|
|
387
|
-
|
|
388
|
-
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.
|
|
389
|
-
|
|
390
|
-
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.
|
|
391
|
-
|
|
392
|
-
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.
|
|
393
|
-
|
|
394
|
-
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.
|
|
395
|
-
|
|
396
|
-
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.
|
|
397
|
-
|
|
398
|
-
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.
|
|
399
|
-
|
|
400
|
-
END OF TERMS AND CONDITIONS
|
|
401
|
-
|
|
402
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
403
|
-
|
|
404
|
-
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.
|
|
405
|
-
|
|
406
|
-
Copyright [yyyy] [name of copyright owner]
|
|
407
|
-
|
|
408
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
409
|
-
you may not use this file except in compliance with the License.
|
|
410
|
-
You may obtain a copy of the License at
|
|
411
|
-
|
|
412
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
413
|
-
|
|
414
|
-
Unless required by applicable law or agreed to in writing, software
|
|
415
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
416
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
417
|
-
See the License for the specific language governing permissions and
|
|
418
|
-
limitations under the License.
|
|
419
|
-
|
|
420
|
-
````
|
|
421
|
-
|
|
422
|
-
---
|
|
423
|
-
|
|
424
|
-
## The following dependencies are licensed under the Apache-2.0 License:
|
|
425
|
-
|
|
426
|
-
### Rust Crates:
|
|
427
|
-
|
|
428
|
-
- [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
|
|
426
|
+
- [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
|
|
427
|
+
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
428
|
+
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
429
429
|
|
|
430
430
|
````text
|
|
431
431
|
Apache License
|
|
@@ -616,7 +616,7 @@ limitations under the License.
|
|
|
616
616
|
same "printed page" as the copyright notice for easier
|
|
617
617
|
identification within third-party archives.
|
|
618
618
|
|
|
619
|
-
Copyright
|
|
619
|
+
Copyright [yyyy] [name of copyright owner]
|
|
620
620
|
|
|
621
621
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
622
622
|
you may not use this file except in compliance with the License.
|
|
@@ -757,55 +757,13 @@ Please refer to the package README for license details.
|
|
|
757
757
|
|
|
758
758
|
### Rust Crates:
|
|
759
759
|
|
|
760
|
-
- [
|
|
761
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
762
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
763
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
764
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
765
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
760
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
766
761
|
|
|
767
762
|
````text
|
|
768
|
-
|
|
769
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
763
|
+
MIT License
|
|
770
764
|
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
documentation files (the "Software"), to deal in the
|
|
774
|
-
Software without restriction, including without
|
|
775
|
-
limitation the rights to use, copy, modify, merge,
|
|
776
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
777
|
-
the Software, and to permit persons to whom the Software
|
|
778
|
-
is furnished to do so, subject to the following
|
|
779
|
-
conditions:
|
|
780
|
-
|
|
781
|
-
The above copyright notice and this permission notice
|
|
782
|
-
shall be included in all copies or substantial portions
|
|
783
|
-
of the Software.
|
|
784
|
-
|
|
785
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
786
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
787
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
788
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
789
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
790
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
791
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
792
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
793
|
-
DEALINGS IN THE SOFTWARE.
|
|
794
|
-
|
|
795
|
-
````
|
|
796
|
-
|
|
797
|
-
---
|
|
798
|
-
|
|
799
|
-
## The following dependencies are licensed under the MIT License:
|
|
800
|
-
|
|
801
|
-
### Rust Crates:
|
|
802
|
-
|
|
803
|
-
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
804
|
-
|
|
805
|
-
````text
|
|
806
|
-
MIT License
|
|
807
|
-
|
|
808
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
765
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
766
|
+
Copyright (c) Tokio Contributors
|
|
809
767
|
|
|
810
768
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
811
769
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -833,63 +791,34 @@ SOFTWARE.
|
|
|
833
791
|
|
|
834
792
|
### Rust Crates:
|
|
835
793
|
|
|
836
|
-
- [
|
|
837
|
-
|
|
838
|
-
````text
|
|
839
|
-
Copyright (c) 2019 Eliza Weisman
|
|
840
|
-
|
|
841
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
842
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
843
|
-
in the Software without restriction, including without limitation the rights
|
|
844
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
845
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
846
|
-
furnished to do so, subject to the following conditions:
|
|
847
|
-
|
|
848
|
-
The above copyright notice and this permission notice shall be included in
|
|
849
|
-
all copies or substantial portions of the Software.
|
|
850
|
-
|
|
851
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
852
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
853
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
854
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
855
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
856
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
857
|
-
THE SOFTWARE.
|
|
858
|
-
|
|
859
|
-
````
|
|
860
|
-
|
|
861
|
-
---
|
|
862
|
-
|
|
863
|
-
## The following dependencies are licensed under the MIT License:
|
|
864
|
-
|
|
865
|
-
### Rust Crates:
|
|
866
|
-
|
|
867
|
-
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
868
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
869
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
794
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
870
795
|
|
|
871
796
|
````text
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
Copyright (c) Tokio Contributors
|
|
797
|
+
Copyright (c) The Rust Project Developers
|
|
875
798
|
|
|
876
|
-
Permission is hereby granted, free of charge, to any
|
|
877
|
-
of this software and associated
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
799
|
+
Permission is hereby granted, free of charge, to any
|
|
800
|
+
person obtaining a copy of this software and associated
|
|
801
|
+
documentation files (the "Software"), to deal in the
|
|
802
|
+
Software without restriction, including without
|
|
803
|
+
limitation the rights to use, copy, modify, merge,
|
|
804
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
805
|
+
the Software, and to permit persons to whom the Software
|
|
806
|
+
is furnished to do so, subject to the following
|
|
807
|
+
conditions:
|
|
882
808
|
|
|
883
|
-
The above copyright notice and this permission notice
|
|
884
|
-
copies or substantial portions
|
|
809
|
+
The above copyright notice and this permission notice
|
|
810
|
+
shall be included in all copies or substantial portions
|
|
811
|
+
of the Software.
|
|
885
812
|
|
|
886
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
887
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
813
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
814
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
815
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
816
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
817
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
818
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
819
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
820
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
821
|
+
DEALINGS IN THE SOFTWARE.
|
|
893
822
|
|
|
894
823
|
````
|
|
895
824
|
|
|
@@ -899,12 +828,10 @@ SOFTWARE.
|
|
|
899
828
|
|
|
900
829
|
### Rust Crates:
|
|
901
830
|
|
|
902
|
-
- [
|
|
831
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
903
832
|
|
|
904
833
|
````text
|
|
905
|
-
Copyright (c)
|
|
906
|
-
Copyright (c) 2018 Bastian Köcher
|
|
907
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
834
|
+
Copyright (c) 2016 Anthony Ramine
|
|
908
835
|
|
|
909
836
|
Permission is hereby granted, free of charge, to any
|
|
910
837
|
person obtaining a copy of this software and associated
|
|
@@ -938,10 +865,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
938
865
|
|
|
939
866
|
### Rust Crates:
|
|
940
867
|
|
|
941
|
-
- [
|
|
868
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
942
869
|
|
|
943
870
|
````text
|
|
944
|
-
Copyright (c)
|
|
871
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
945
872
|
|
|
946
873
|
Permission is hereby granted, free of charge, to any
|
|
947
874
|
person obtaining a copy of this software and associated
|
|
@@ -975,11 +902,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
975
902
|
|
|
976
903
|
### Rust Crates:
|
|
977
904
|
|
|
978
|
-
- [
|
|
905
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
979
906
|
|
|
980
907
|
````text
|
|
981
|
-
|
|
982
|
-
|
|
908
|
+
The MIT License (MIT)
|
|
909
|
+
|
|
910
|
+
Copyright (c) 2015 Alice Maz
|
|
983
911
|
|
|
984
912
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
985
913
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1007,54 +935,29 @@ THE SOFTWARE.
|
|
|
1007
935
|
|
|
1008
936
|
### Rust Crates:
|
|
1009
937
|
|
|
1010
|
-
- [
|
|
1011
|
-
|
|
1012
|
-
````text
|
|
1013
|
-
The MIT License (MIT)
|
|
1014
|
-
|
|
1015
|
-
Copyright (c) 2016 Johann Tuffe
|
|
1016
|
-
|
|
1017
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1018
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1019
|
-
in the Software without restriction, including without limitation the rights
|
|
1020
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1021
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1022
|
-
furnished to do so, subject to the following conditions:
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
The above copyright notice and this permission notice shall be included in
|
|
1026
|
-
all copies or substantial portions of the Software.
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1030
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1031
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1032
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1033
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1034
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1035
|
-
THE SOFTWARE.
|
|
1036
|
-
|
|
1037
|
-
````
|
|
1038
|
-
|
|
1039
|
-
---
|
|
1040
|
-
|
|
1041
|
-
## The following dependencies are licensed under the MIT License:
|
|
1042
|
-
|
|
1043
|
-
### Rust Crates:
|
|
1044
|
-
|
|
1045
|
-
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
1046
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
938
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
939
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1047
940
|
|
|
1048
941
|
````text
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
942
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
1052
943
|
|
|
1053
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
944
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
945
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
946
|
+
in the Software without restriction, including without limitation the rights
|
|
947
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
948
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
949
|
+
furnished to do so, subject to the following conditions:
|
|
1054
950
|
|
|
1055
|
-
The above copyright notice and this permission notice shall be included in all
|
|
951
|
+
The above copyright notice and this permission notice shall be included in all
|
|
952
|
+
copies or substantial portions of the Software.
|
|
1056
953
|
|
|
1057
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
954
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
955
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
956
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
957
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
958
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
959
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
960
|
+
SOFTWARE.
|
|
1058
961
|
|
|
1059
962
|
````
|
|
1060
963
|
|
|
@@ -1064,16 +967,29 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1064
967
|
|
|
1065
968
|
### Rust Crates:
|
|
1066
969
|
|
|
1067
|
-
- [
|
|
970
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
1068
971
|
|
|
1069
972
|
````text
|
|
1070
|
-
Copyright 2017
|
|
973
|
+
Copyright (c) 2017 Sean McArthur
|
|
1071
974
|
|
|
1072
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
975
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
976
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
977
|
+
in the Software without restriction, including without limitation the rights
|
|
978
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
979
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
980
|
+
furnished to do so, subject to the following conditions:
|
|
1073
981
|
|
|
1074
|
-
The above copyright notice and this permission notice shall be included in
|
|
982
|
+
The above copyright notice and this permission notice shall be included in
|
|
983
|
+
all copies or substantial portions of the Software.
|
|
984
|
+
|
|
985
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
986
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
987
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
988
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
989
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
990
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
991
|
+
THE SOFTWARE.
|
|
1075
992
|
|
|
1076
|
-
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.
|
|
1077
993
|
|
|
1078
994
|
````
|
|
1079
995
|
|
|
@@ -1083,10 +999,15 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1083
999
|
|
|
1084
1000
|
### Rust Crates:
|
|
1085
1001
|
|
|
1086
|
-
- [
|
|
1002
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
1003
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1004
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1005
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1006
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1007
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1087
1008
|
|
|
1088
1009
|
````text
|
|
1089
|
-
Copyright (c) 2019
|
|
1010
|
+
Copyright (c) 2019 Tokio Contributors
|
|
1090
1011
|
|
|
1091
1012
|
Permission is hereby granted, free of charge, to any
|
|
1092
1013
|
person obtaining a copy of this software and associated
|
|
@@ -1120,11 +1041,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1120
1041
|
|
|
1121
1042
|
### Rust Crates:
|
|
1122
1043
|
|
|
1123
|
-
- [tungstenite](https://github.com/snapview/tungstenite
|
|
1044
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
1124
1045
|
|
|
1125
1046
|
````text
|
|
1047
|
+
Copyright (c) 2017 Daniel Abramov
|
|
1126
1048
|
Copyright (c) 2017 Alexey Galakhov
|
|
1127
|
-
Copyright (c) 2016 Jason Housley
|
|
1128
1049
|
|
|
1129
1050
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1130
1051
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1152,11 +1073,12 @@ THE SOFTWARE.
|
|
|
1152
1073
|
|
|
1153
1074
|
### Rust Crates:
|
|
1154
1075
|
|
|
1155
|
-
- [
|
|
1156
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1076
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
1157
1077
|
|
|
1158
1078
|
````text
|
|
1159
|
-
|
|
1079
|
+
MIT License
|
|
1080
|
+
|
|
1081
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
1160
1082
|
|
|
1161
1083
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1162
1084
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1184,12 +1106,12 @@ SOFTWARE.
|
|
|
1184
1106
|
|
|
1185
1107
|
### Rust Crates:
|
|
1186
1108
|
|
|
1187
|
-
- [
|
|
1109
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
1188
1110
|
|
|
1189
1111
|
````text
|
|
1190
|
-
|
|
1112
|
+
MIT License
|
|
1191
1113
|
|
|
1192
|
-
Copyright (c)
|
|
1114
|
+
Copyright (c) 2025 Callum Oakley
|
|
1193
1115
|
|
|
1194
1116
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1195
1117
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1209,24 +1131,67 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1209
1131
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1210
1132
|
SOFTWARE.
|
|
1211
1133
|
|
|
1212
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
1213
|
-
licences; see files named LICENSE.*.txt for details.
|
|
1214
1134
|
````
|
|
1215
1135
|
|
|
1216
1136
|
---
|
|
1217
1137
|
|
|
1218
1138
|
## The following dependencies are licensed under the MIT License:
|
|
1219
1139
|
|
|
1220
|
-
###
|
|
1140
|
+
### Rust Crates:
|
|
1221
1141
|
|
|
1222
|
-
- [
|
|
1142
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
1143
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1144
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1145
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1223
1146
|
|
|
1224
1147
|
````text
|
|
1225
|
-
|
|
1148
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
1226
1149
|
|
|
1227
|
-
|
|
1150
|
+
Permission is hereby granted, free of charge, to any
|
|
1151
|
+
person obtaining a copy of this software and associated
|
|
1152
|
+
documentation files (the "Software"), to deal in the
|
|
1153
|
+
Software without restriction, including without
|
|
1154
|
+
limitation the rights to use, copy, modify, merge,
|
|
1155
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1156
|
+
the Software, and to permit persons to whom the Software
|
|
1157
|
+
is furnished to do so, subject to the following
|
|
1158
|
+
conditions:
|
|
1228
1159
|
|
|
1229
|
-
|
|
1160
|
+
The above copyright notice and this permission notice
|
|
1161
|
+
shall be included in all copies or substantial portions
|
|
1162
|
+
of the Software.
|
|
1163
|
+
|
|
1164
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1165
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1166
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1167
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1168
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1169
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1170
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1171
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1172
|
+
DEALINGS IN THE SOFTWARE.
|
|
1173
|
+
|
|
1174
|
+
````
|
|
1175
|
+
|
|
1176
|
+
---
|
|
1177
|
+
|
|
1178
|
+
## The following dependencies are licensed under the MIT License:
|
|
1179
|
+
|
|
1180
|
+
### Rust Crates:
|
|
1181
|
+
|
|
1182
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
1183
|
+
|
|
1184
|
+
````text
|
|
1185
|
+
Copyright (c) 2016 The humantime Developers
|
|
1186
|
+
|
|
1187
|
+
Includes parts of http date with the following copyright:
|
|
1188
|
+
Copyright (c) 2016 Pyfisch
|
|
1189
|
+
|
|
1190
|
+
Includes portions of musl libc with the following copyright:
|
|
1191
|
+
Copyright © 2005-2013 Rich Felker
|
|
1192
|
+
|
|
1193
|
+
|
|
1194
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1230
1195
|
of this software and associated documentation files (the "Software"), to deal
|
|
1231
1196
|
in the Software without restriction, including without limitation the rights
|
|
1232
1197
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
@@ -1244,8 +1209,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1244
1209
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1245
1210
|
SOFTWARE.
|
|
1246
1211
|
|
|
1247
|
-
[others]: https://github.com/json5/json5/contributors
|
|
1248
|
-
|
|
1249
1212
|
````
|
|
1250
1213
|
|
|
1251
1214
|
---
|
|
@@ -1254,11 +1217,13 @@ SOFTWARE.
|
|
|
1254
1217
|
|
|
1255
1218
|
### Rust Crates:
|
|
1256
1219
|
|
|
1257
|
-
- [
|
|
1220
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
1221
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1258
1222
|
|
|
1259
1223
|
````text
|
|
1260
|
-
Copyright (c)
|
|
1261
|
-
Copyright (c)
|
|
1224
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
1225
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1226
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
1262
1227
|
|
|
1263
1228
|
Permission is hereby granted, free of charge, to any
|
|
1264
1229
|
person obtaining a copy of this software and associated
|
|
@@ -1292,10 +1257,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1292
1257
|
|
|
1293
1258
|
### Rust Crates:
|
|
1294
1259
|
|
|
1295
|
-
- [
|
|
1260
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
1296
1261
|
|
|
1297
1262
|
````text
|
|
1298
|
-
Copyright (c)
|
|
1263
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
1299
1264
|
|
|
1300
1265
|
Permission is hereby granted, free of charge, to any
|
|
1301
1266
|
person obtaining a copy of this software and associated
|
|
@@ -1329,10 +1294,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1329
1294
|
|
|
1330
1295
|
### Rust Crates:
|
|
1331
1296
|
|
|
1332
|
-
- [
|
|
1297
|
+
- [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
|
|
1333
1298
|
|
|
1334
1299
|
````text
|
|
1335
|
-
Copyright (c) 2015
|
|
1300
|
+
Copyright (c) 2015 Igor Shaula
|
|
1336
1301
|
|
|
1337
1302
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1338
1303
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1352,23 +1317,20 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1352
1317
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1353
1318
|
THE SOFTWARE.
|
|
1354
1319
|
|
|
1355
|
-
|
|
1356
1320
|
````
|
|
1357
1321
|
|
|
1358
1322
|
---
|
|
1359
1323
|
|
|
1360
1324
|
## The following dependencies are licensed under the MIT License:
|
|
1361
1325
|
|
|
1362
|
-
###
|
|
1326
|
+
### NPM Packages:
|
|
1363
1327
|
|
|
1364
|
-
- [
|
|
1328
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.17.1)
|
|
1365
1329
|
|
|
1366
1330
|
````text
|
|
1367
1331
|
The MIT License (MIT)
|
|
1368
1332
|
|
|
1369
|
-
Copyright (c) 2015
|
|
1370
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
1371
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
1333
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
1372
1334
|
|
|
1373
1335
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1374
1336
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1388,6 +1350,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1388
1350
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1389
1351
|
SOFTWARE.
|
|
1390
1352
|
|
|
1353
|
+
|
|
1391
1354
|
````
|
|
1392
1355
|
|
|
1393
1356
|
---
|
|
@@ -1396,10 +1359,10 @@ SOFTWARE.
|
|
|
1396
1359
|
|
|
1397
1360
|
### Rust Crates:
|
|
1398
1361
|
|
|
1399
|
-
- [
|
|
1362
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
1400
1363
|
|
|
1401
1364
|
````text
|
|
1402
|
-
Copyright
|
|
1365
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
1403
1366
|
|
|
1404
1367
|
Permission is hereby granted, free of charge, to any
|
|
1405
1368
|
person obtaining a copy of this software and associated
|
|
@@ -1433,34 +1396,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1433
1396
|
|
|
1434
1397
|
### Rust Crates:
|
|
1435
1398
|
|
|
1436
|
-
- [
|
|
1399
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
1437
1400
|
|
|
1438
1401
|
````text
|
|
1439
|
-
|
|
1402
|
+
MIT License
|
|
1440
1403
|
|
|
1441
|
-
|
|
1442
|
-
person obtaining a copy of this software and associated
|
|
1443
|
-
documentation files (the "Software"), to deal in the
|
|
1444
|
-
Software without restriction, including without
|
|
1445
|
-
limitation the rights to use, copy, modify, merge,
|
|
1446
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1447
|
-
the Software, and to permit persons to whom the Software
|
|
1448
|
-
is furnished to do so, subject to the following
|
|
1449
|
-
conditions:
|
|
1404
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
1450
1405
|
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1406
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1407
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1408
|
+
in the Software without restriction, including without limitation the rights
|
|
1409
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1410
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1411
|
+
furnished to do so, subject to the following conditions:
|
|
1454
1412
|
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
IN
|
|
1463
|
-
|
|
1413
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1414
|
+
copies or substantial portions of the Software.
|
|
1415
|
+
|
|
1416
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1417
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1418
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1419
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1420
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1421
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1422
|
+
SOFTWARE.
|
|
1464
1423
|
|
|
1465
1424
|
````
|
|
1466
1425
|
|
|
@@ -1470,37 +1429,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1470
1429
|
|
|
1471
1430
|
### Rust Crates:
|
|
1472
1431
|
|
|
1473
|
-
- [
|
|
1474
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1475
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1476
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1432
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
1477
1433
|
|
|
1478
1434
|
````text
|
|
1479
|
-
|
|
1435
|
+
MIT License
|
|
1480
1436
|
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
limitation the rights to use, copy, modify, merge,
|
|
1486
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1487
|
-
the Software, and to permit persons to whom the Software
|
|
1488
|
-
is furnished to do so, subject to the following
|
|
1489
|
-
conditions:
|
|
1437
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
1438
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
1439
|
+
Copyright (c) 2017 Frommi
|
|
1440
|
+
Copyright (c) 2017-2024 oyvindln
|
|
1490
1441
|
|
|
1491
|
-
The above copyright notice and this permission notice
|
|
1492
|
-
shall be included in all copies or substantial portions
|
|
1493
|
-
of the Software.
|
|
1494
1442
|
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1443
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1444
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1445
|
+
in the Software without restriction, including without limitation the rights
|
|
1446
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1447
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1448
|
+
furnished to do so, subject to the following conditions:
|
|
1449
|
+
|
|
1450
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1451
|
+
copies or substantial portions of the Software.
|
|
1452
|
+
|
|
1453
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1454
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1455
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1456
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1457
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1458
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1459
|
+
SOFTWARE.
|
|
1504
1460
|
|
|
1505
1461
|
````
|
|
1506
1462
|
|
|
@@ -1510,34 +1466,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1510
1466
|
|
|
1511
1467
|
### Rust Crates:
|
|
1512
1468
|
|
|
1513
|
-
- [
|
|
1469
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
1514
1470
|
|
|
1515
1471
|
````text
|
|
1516
|
-
Copyright
|
|
1472
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
1517
1473
|
|
|
1518
|
-
Permission is hereby granted, free of charge, to any
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
the Software, and to permit persons to whom the Software
|
|
1525
|
-
is furnished to do so, subject to the following
|
|
1526
|
-
conditions:
|
|
1474
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1475
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1476
|
+
in the Software without restriction, including without limitation the rights
|
|
1477
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1478
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1479
|
+
furnished to do so, subject to the following conditions:
|
|
1527
1480
|
|
|
1528
|
-
The above copyright notice and this permission notice
|
|
1529
|
-
|
|
1530
|
-
of the Software.
|
|
1481
|
+
The above copyright notice and this permission notice shall be included in
|
|
1482
|
+
all copies or substantial portions of the Software.
|
|
1531
1483
|
|
|
1532
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1540
|
-
DEALINGS IN THE SOFTWARE.
|
|
1484
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1485
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1486
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1487
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1488
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1489
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1490
|
+
THE SOFTWARE.
|
|
1541
1491
|
|
|
1542
1492
|
|
|
1543
1493
|
````
|
|
@@ -1548,19 +1498,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1548
1498
|
|
|
1549
1499
|
### Rust Crates:
|
|
1550
1500
|
|
|
1551
|
-
- [
|
|
1552
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1553
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1554
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1555
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1556
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1557
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1558
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1559
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1501
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
1560
1502
|
|
|
1561
1503
|
````text
|
|
1562
|
-
Copyright (c) 2016
|
|
1563
|
-
Copyright (c) 2017 The Tokio Authors
|
|
1504
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
1564
1505
|
|
|
1565
1506
|
Permission is hereby granted, free of charge, to any
|
|
1566
1507
|
person obtaining a copy of this software and associated
|
|
@@ -1594,10 +1535,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1594
1535
|
|
|
1595
1536
|
### Rust Crates:
|
|
1596
1537
|
|
|
1597
|
-
- [
|
|
1538
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
1598
1539
|
|
|
1599
1540
|
````text
|
|
1600
|
-
|
|
1541
|
+
The MIT License (MIT)
|
|
1542
|
+
|
|
1543
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
1544
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
1601
1545
|
|
|
1602
1546
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1603
1547
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1625,30 +1569,54 @@ SOFTWARE.
|
|
|
1625
1569
|
|
|
1626
1570
|
### Rust Crates:
|
|
1627
1571
|
|
|
1628
|
-
- [
|
|
1572
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
1629
1573
|
|
|
1630
1574
|
````text
|
|
1631
|
-
|
|
1575
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1576
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1632
1577
|
|
|
1633
|
-
|
|
1578
|
+
Permission is hereby granted, free of charge, to any
|
|
1579
|
+
person obtaining a copy of this software and associated
|
|
1580
|
+
documentation files (the "Software"), to deal in the
|
|
1581
|
+
Software without restriction, including without
|
|
1582
|
+
limitation the rights to use, copy, modify, merge,
|
|
1583
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1584
|
+
the Software, and to permit persons to whom the Software
|
|
1585
|
+
is furnished to do so, subject to the following
|
|
1586
|
+
conditions:
|
|
1634
1587
|
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1639
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1640
|
-
furnished to do so, subject to the following conditions:
|
|
1588
|
+
The above copyright notice and this permission notice
|
|
1589
|
+
shall be included in all copies or substantial portions
|
|
1590
|
+
of the Software.
|
|
1641
1591
|
|
|
1642
|
-
|
|
1643
|
-
|
|
1592
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1593
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1594
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1595
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1596
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1597
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1598
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1599
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1600
|
+
DEALINGS IN THE SOFTWARE.
|
|
1644
1601
|
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1602
|
+
````
|
|
1603
|
+
|
|
1604
|
+
---
|
|
1605
|
+
|
|
1606
|
+
## The following dependencies are licensed under the MIT License:
|
|
1607
|
+
|
|
1608
|
+
### Rust Crates:
|
|
1609
|
+
|
|
1610
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
1611
|
+
|
|
1612
|
+
````text
|
|
1613
|
+
Copyright 2016 Nika Layzell
|
|
1614
|
+
|
|
1615
|
+
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:
|
|
1616
|
+
|
|
1617
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1618
|
+
|
|
1619
|
+
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.
|
|
1652
1620
|
|
|
1653
1621
|
````
|
|
1654
1622
|
|
|
@@ -1658,12 +1626,12 @@ SOFTWARE.
|
|
|
1658
1626
|
|
|
1659
1627
|
### NPM Packages:
|
|
1660
1628
|
|
|
1661
|
-
- [
|
|
1629
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
1662
1630
|
|
|
1663
1631
|
````text
|
|
1664
|
-
|
|
1632
|
+
MIT License
|
|
1665
1633
|
|
|
1666
|
-
Copyright (c)
|
|
1634
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
1667
1635
|
|
|
1668
1636
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1669
1637
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1683,7 +1651,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1683
1651
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1684
1652
|
SOFTWARE.
|
|
1685
1653
|
|
|
1686
|
-
|
|
1687
1654
|
````
|
|
1688
1655
|
|
|
1689
1656
|
---
|
|
@@ -1692,35 +1659,34 @@ SOFTWARE.
|
|
|
1692
1659
|
|
|
1693
1660
|
### Rust Crates:
|
|
1694
1661
|
|
|
1695
|
-
- [
|
|
1662
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
1696
1663
|
|
|
1697
1664
|
````text
|
|
1698
|
-
Copyright (c)
|
|
1699
|
-
|
|
1700
|
-
Includes parts of http date with the following copyright:
|
|
1701
|
-
Copyright (c) 2016 Pyfisch
|
|
1702
|
-
|
|
1703
|
-
Includes portions of musl libc with the following copyright:
|
|
1704
|
-
Copyright © 2005-2013 Rich Felker
|
|
1705
|
-
|
|
1665
|
+
Copyright (c) 2018 Carl Lerche
|
|
1706
1666
|
|
|
1707
|
-
Permission is hereby granted, free of charge, to any
|
|
1708
|
-
of this software and associated
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1667
|
+
Permission is hereby granted, free of charge, to any
|
|
1668
|
+
person obtaining a copy of this software and associated
|
|
1669
|
+
documentation files (the "Software"), to deal in the
|
|
1670
|
+
Software without restriction, including without
|
|
1671
|
+
limitation the rights to use, copy, modify, merge,
|
|
1672
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1673
|
+
the Software, and to permit persons to whom the Software
|
|
1674
|
+
is furnished to do so, subject to the following
|
|
1675
|
+
conditions:
|
|
1713
1676
|
|
|
1714
|
-
The above copyright notice and this permission notice
|
|
1715
|
-
copies or substantial portions
|
|
1677
|
+
The above copyright notice and this permission notice
|
|
1678
|
+
shall be included in all copies or substantial portions
|
|
1679
|
+
of the Software.
|
|
1716
1680
|
|
|
1717
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1718
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1681
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1682
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1683
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1684
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1685
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1686
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1687
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1688
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1689
|
+
DEALINGS IN THE SOFTWARE.
|
|
1724
1690
|
|
|
1725
1691
|
````
|
|
1726
1692
|
|
|
@@ -1730,37 +1696,12 @@ SOFTWARE.
|
|
|
1730
1696
|
|
|
1731
1697
|
### Rust Crates:
|
|
1732
1698
|
|
|
1733
|
-
- [
|
|
1734
|
-
- [
|
|
1735
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1736
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1737
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1738
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1739
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1740
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1741
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1742
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1743
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1744
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1745
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1746
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1747
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1748
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1749
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1750
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1751
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1752
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1753
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1754
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1755
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1756
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1757
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1758
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1759
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1760
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1761
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1699
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
1700
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1762
1701
|
|
|
1763
1702
|
````text
|
|
1703
|
+
Copyright (c) 2014 Alex Crichton
|
|
1704
|
+
|
|
1764
1705
|
Permission is hereby granted, free of charge, to any
|
|
1765
1706
|
person obtaining a copy of this software and associated
|
|
1766
1707
|
documentation files (the "Software"), to deal in the
|
|
@@ -1793,10 +1734,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1793
1734
|
|
|
1794
1735
|
### Rust Crates:
|
|
1795
1736
|
|
|
1796
|
-
- [
|
|
1737
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
1797
1738
|
|
|
1798
1739
|
````text
|
|
1799
|
-
Copyright (c)
|
|
1740
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
1800
1741
|
|
|
1801
1742
|
Permission is hereby granted, free of charge, to any
|
|
1802
1743
|
person obtaining a copy of this software and associated
|
|
@@ -1828,12 +1769,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1828
1769
|
|
|
1829
1770
|
## The following dependencies are licensed under the MIT License:
|
|
1830
1771
|
|
|
1831
|
-
###
|
|
1772
|
+
### NPM Packages:
|
|
1832
1773
|
|
|
1833
|
-
- [
|
|
1774
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
1775
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
1834
1776
|
|
|
1835
1777
|
````text
|
|
1836
|
-
|
|
1778
|
+
MIT License
|
|
1779
|
+
|
|
1780
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
1837
1781
|
|
|
1838
1782
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1839
1783
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1842,16 +1786,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1842
1786
|
copies of the Software, and to permit persons to whom the Software is
|
|
1843
1787
|
furnished to do so, subject to the following conditions:
|
|
1844
1788
|
|
|
1845
|
-
The above copyright notice and this permission notice shall be included in
|
|
1846
|
-
|
|
1789
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1790
|
+
copies or substantial portions of the Software.
|
|
1847
1791
|
|
|
1848
1792
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1849
1793
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1850
1794
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1851
1795
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1852
1796
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1853
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1854
|
-
|
|
1797
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1798
|
+
SOFTWARE.
|
|
1855
1799
|
|
|
1856
1800
|
````
|
|
1857
1801
|
|
|
@@ -1861,11 +1805,14 @@ THE SOFTWARE.
|
|
|
1861
1805
|
|
|
1862
1806
|
### Rust Crates:
|
|
1863
1807
|
|
|
1864
|
-
- [
|
|
1808
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
1809
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1810
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1865
1811
|
|
|
1866
1812
|
````text
|
|
1867
|
-
|
|
1868
|
-
|
|
1813
|
+
MIT License
|
|
1814
|
+
|
|
1815
|
+
Copyright (c) Tokio Contributors
|
|
1869
1816
|
|
|
1870
1817
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1871
1818
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1893,12 +1840,11 @@ SOFTWARE.
|
|
|
1893
1840
|
|
|
1894
1841
|
### Rust Crates:
|
|
1895
1842
|
|
|
1896
|
-
- [
|
|
1897
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1898
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1843
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
1899
1844
|
|
|
1900
1845
|
````text
|
|
1901
|
-
Copyright (c)
|
|
1846
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
1847
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1902
1848
|
|
|
1903
1849
|
Permission is hereby granted, free of charge, to any
|
|
1904
1850
|
person obtaining a copy of this software and associated
|
|
@@ -1932,10 +1878,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1932
1878
|
|
|
1933
1879
|
### Rust Crates:
|
|
1934
1880
|
|
|
1935
|
-
- [
|
|
1881
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
1936
1882
|
|
|
1937
1883
|
````text
|
|
1938
|
-
Copyright (c)
|
|
1884
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
1939
1885
|
|
|
1940
1886
|
Permission is hereby granted, free of charge, to any
|
|
1941
1887
|
person obtaining a copy of this software and associated
|
|
@@ -1969,10 +1915,44 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1969
1915
|
|
|
1970
1916
|
### Rust Crates:
|
|
1971
1917
|
|
|
1972
|
-
- [
|
|
1918
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
1973
1919
|
|
|
1974
1920
|
````text
|
|
1975
|
-
Copyright (c) 2016
|
|
1921
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
1922
|
+
|
|
1923
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1924
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1925
|
+
in the Software without restriction, including without limitation the rights
|
|
1926
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1927
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1928
|
+
furnished to do so, subject to the following conditions:
|
|
1929
|
+
|
|
1930
|
+
The above copyright notice and this permission notice shall be included in
|
|
1931
|
+
all copies or substantial portions of the Software.
|
|
1932
|
+
|
|
1933
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1934
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1935
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1936
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1937
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1938
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1939
|
+
THE SOFTWARE.
|
|
1940
|
+
|
|
1941
|
+
|
|
1942
|
+
````
|
|
1943
|
+
|
|
1944
|
+
---
|
|
1945
|
+
|
|
1946
|
+
## The following dependencies are licensed under the MIT License:
|
|
1947
|
+
|
|
1948
|
+
### Rust Crates:
|
|
1949
|
+
|
|
1950
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
1951
|
+
|
|
1952
|
+
````text
|
|
1953
|
+
Copyright (c) 2017 Carl Lerche
|
|
1954
|
+
Copyright (c) 2018 Bastian Köcher
|
|
1955
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
1976
1956
|
|
|
1977
1957
|
Permission is hereby granted, free of charge, to any
|
|
1978
1958
|
person obtaining a copy of this software and associated
|
|
@@ -2006,30 +1986,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2006
1986
|
|
|
2007
1987
|
### Rust Crates:
|
|
2008
1988
|
|
|
2009
|
-
- [
|
|
1989
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
2010
1990
|
|
|
2011
1991
|
````text
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
Copyright (c) 2014 Paho Lurie-Gregg
|
|
1992
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
2015
1993
|
|
|
2016
|
-
Permission is hereby granted, free of charge, to any
|
|
2017
|
-
of this software and associated
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
1994
|
+
Permission is hereby granted, free of charge, to any
|
|
1995
|
+
person obtaining a copy of this software and associated
|
|
1996
|
+
documentation files (the "Software"), to deal in the
|
|
1997
|
+
Software without restriction, including without
|
|
1998
|
+
limitation the rights to use, copy, modify, merge,
|
|
1999
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2000
|
+
the Software, and to permit persons to whom the Software
|
|
2001
|
+
is furnished to do so, subject to the following
|
|
2002
|
+
conditions:
|
|
2022
2003
|
|
|
2023
|
-
The above copyright notice and this permission notice
|
|
2024
|
-
copies or substantial portions
|
|
2004
|
+
The above copyright notice and this permission notice
|
|
2005
|
+
shall be included in all copies or substantial portions
|
|
2006
|
+
of the Software.
|
|
2025
2007
|
|
|
2026
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2027
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2008
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2009
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2010
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2011
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2012
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2013
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2014
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2015
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2016
|
+
DEALINGS IN THE SOFTWARE.
|
|
2033
2017
|
|
|
2034
2018
|
````
|
|
2035
2019
|
|
|
@@ -2039,10 +2023,11 @@ SOFTWARE.
|
|
|
2039
2023
|
|
|
2040
2024
|
### Rust Crates:
|
|
2041
2025
|
|
|
2042
|
-
- [
|
|
2026
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
2043
2027
|
|
|
2044
2028
|
````text
|
|
2045
|
-
Copyright (c)
|
|
2029
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2030
|
+
Copyright (c) 2016 Jason Housley
|
|
2046
2031
|
|
|
2047
2032
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2048
2033
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2070,12 +2055,10 @@ THE SOFTWARE.
|
|
|
2070
2055
|
|
|
2071
2056
|
### Rust Crates:
|
|
2072
2057
|
|
|
2073
|
-
- [
|
|
2058
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
2074
2059
|
|
|
2075
2060
|
````text
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
2061
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
2079
2062
|
|
|
2080
2063
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2081
2064
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2084,16 +2067,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2084
2067
|
copies of the Software, and to permit persons to whom the Software is
|
|
2085
2068
|
furnished to do so, subject to the following conditions:
|
|
2086
2069
|
|
|
2087
|
-
The above copyright notice and this permission notice shall be included in
|
|
2088
|
-
copies or substantial portions of the Software.
|
|
2070
|
+
The above copyright notice and this permission notice shall be included in
|
|
2071
|
+
all copies or substantial portions of the Software.
|
|
2089
2072
|
|
|
2090
2073
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2091
2074
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2092
2075
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2093
2076
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2094
2077
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2095
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2096
|
-
SOFTWARE.
|
|
2078
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2079
|
+
THE SOFTWARE.
|
|
2080
|
+
|
|
2097
2081
|
|
|
2098
2082
|
````
|
|
2099
2083
|
|
|
@@ -2101,51 +2085,12 @@ SOFTWARE.
|
|
|
2101
2085
|
|
|
2102
2086
|
## The following dependencies are licensed under the MIT License:
|
|
2103
2087
|
|
|
2104
|
-
###
|
|
2088
|
+
### Rust Crates:
|
|
2105
2089
|
|
|
2106
|
-
- [
|
|
2107
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2090
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
2108
2091
|
|
|
2109
2092
|
````text
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
Copyright (c) Microsoft Corporation.
|
|
2113
|
-
|
|
2114
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2115
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2116
|
-
in the Software without restriction, including without limitation the rights
|
|
2117
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2118
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2119
|
-
furnished to do so, subject to the following conditions:
|
|
2120
|
-
|
|
2121
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2122
|
-
copies or substantial portions of the Software.
|
|
2123
|
-
|
|
2124
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2125
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2126
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2127
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2128
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2129
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2130
|
-
SOFTWARE
|
|
2131
|
-
|
|
2132
|
-
````
|
|
2133
|
-
|
|
2134
|
-
---
|
|
2135
|
-
|
|
2136
|
-
## The following dependencies are licensed under the MIT License:
|
|
2137
|
-
|
|
2138
|
-
### Rust Crates:
|
|
2139
|
-
|
|
2140
|
-
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
2141
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2142
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2143
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2144
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2145
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
2146
|
-
|
|
2147
|
-
````text
|
|
2148
|
-
Copyright (c) 2019 Tokio Contributors
|
|
2093
|
+
Copyright (c) The rust-url developers
|
|
2149
2094
|
|
|
2150
2095
|
Permission is hereby granted, free of charge, to any
|
|
2151
2096
|
person obtaining a copy of this software and associated
|
|
@@ -2179,10 +2124,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2179
2124
|
|
|
2180
2125
|
### Rust Crates:
|
|
2181
2126
|
|
|
2182
|
-
- [
|
|
2127
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
2183
2128
|
|
|
2184
2129
|
````text
|
|
2185
|
-
Copyright (c)
|
|
2130
|
+
Copyright (c) 2017 Contributors
|
|
2186
2131
|
|
|
2187
2132
|
Permission is hereby granted, free of charge, to any
|
|
2188
2133
|
person obtaining a copy of this software and associated
|
|
@@ -2216,44 +2161,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2216
2161
|
|
|
2217
2162
|
### Rust Crates:
|
|
2218
2163
|
|
|
2219
|
-
- [
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
Copyright (c) Tokio Contributors
|
|
2226
|
-
|
|
2227
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2228
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2229
|
-
in the Software without restriction, including without limitation the rights
|
|
2230
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2231
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2232
|
-
furnished to do so, subject to the following conditions:
|
|
2233
|
-
|
|
2234
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2235
|
-
copies or substantial portions of the Software.
|
|
2236
|
-
|
|
2237
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2238
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2239
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2240
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2241
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2242
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2243
|
-
SOFTWARE.
|
|
2244
|
-
|
|
2245
|
-
````
|
|
2246
|
-
|
|
2247
|
-
---
|
|
2248
|
-
|
|
2249
|
-
## The following dependencies are licensed under the MIT License:
|
|
2250
|
-
|
|
2251
|
-
### Rust Crates:
|
|
2252
|
-
|
|
2253
|
-
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
2164
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
2165
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
2166
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2167
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
2168
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2169
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2254
2170
|
|
|
2255
2171
|
````text
|
|
2256
|
-
Copyright
|
|
2172
|
+
Copyright 2018 Developers of the Rand project
|
|
2173
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2257
2174
|
|
|
2258
2175
|
Permission is hereby granted, free of charge, to any
|
|
2259
2176
|
person obtaining a copy of this software and associated
|
|
@@ -2287,67 +2204,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2287
2204
|
|
|
2288
2205
|
### Rust Crates:
|
|
2289
2206
|
|
|
2290
|
-
- [
|
|
2291
|
-
- [
|
|
2207
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2208
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2209
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2292
2210
|
|
|
2293
2211
|
````text
|
|
2294
|
-
|
|
2295
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2296
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
2297
|
-
|
|
2298
|
-
Permission is hereby granted, free of charge, to any
|
|
2299
|
-
person obtaining a copy of this software and associated
|
|
2300
|
-
documentation files (the "Software"), to deal in the
|
|
2301
|
-
Software without restriction, including without
|
|
2302
|
-
limitation the rights to use, copy, modify, merge,
|
|
2303
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2304
|
-
the Software, and to permit persons to whom the Software
|
|
2305
|
-
is furnished to do so, subject to the following
|
|
2306
|
-
conditions:
|
|
2307
|
-
|
|
2308
|
-
The above copyright notice and this permission notice
|
|
2309
|
-
shall be included in all copies or substantial portions
|
|
2310
|
-
of the Software.
|
|
2311
|
-
|
|
2312
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2313
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2314
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2315
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2316
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2317
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2318
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2319
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2320
|
-
DEALINGS IN THE SOFTWARE.
|
|
2321
|
-
|
|
2322
|
-
````
|
|
2323
|
-
|
|
2324
|
-
---
|
|
2325
|
-
|
|
2326
|
-
## The following dependencies are licensed under the MIT License:
|
|
2327
|
-
|
|
2328
|
-
### NPM Packages:
|
|
2329
|
-
|
|
2330
|
-
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
2212
|
+
MIT License
|
|
2331
2213
|
|
|
2332
|
-
|
|
2333
|
-
This software is released under the MIT license:
|
|
2214
|
+
Copyright (c) 2017 Ted Driggs
|
|
2334
2215
|
|
|
2335
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2336
|
-
this software and associated documentation files (the "Software"), to deal
|
|
2337
|
-
the Software without restriction, including without limitation the rights
|
|
2338
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2339
|
-
the Software, and to permit persons to whom the Software is
|
|
2340
|
-
subject to the following conditions:
|
|
2216
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2217
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2218
|
+
in the Software without restriction, including without limitation the rights
|
|
2219
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2220
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2221
|
+
furnished to do so, subject to the following conditions:
|
|
2341
2222
|
|
|
2342
2223
|
The above copyright notice and this permission notice shall be included in all
|
|
2343
2224
|
copies or substantial portions of the Software.
|
|
2344
2225
|
|
|
2345
2226
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2346
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2347
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2348
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2349
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2350
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2227
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2228
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2229
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2230
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2231
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2232
|
+
SOFTWARE.
|
|
2351
2233
|
|
|
2352
2234
|
````
|
|
2353
2235
|
|
|
@@ -2357,10 +2239,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2357
2239
|
|
|
2358
2240
|
### Rust Crates:
|
|
2359
2241
|
|
|
2360
|
-
- [
|
|
2242
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
2361
2243
|
|
|
2362
2244
|
````text
|
|
2363
|
-
Copyright (c)
|
|
2245
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
2364
2246
|
|
|
2365
2247
|
Permission is hereby granted, free of charge, to any
|
|
2366
2248
|
person obtaining a copy of this software and associated
|
|
@@ -2394,13 +2276,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2394
2276
|
|
|
2395
2277
|
### Rust Crates:
|
|
2396
2278
|
|
|
2397
|
-
- [
|
|
2398
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
2279
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
2399
2280
|
|
|
2400
2281
|
````text
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
Copyright (c) 2019 Graham Esau
|
|
2282
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
2283
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
2404
2284
|
|
|
2405
2285
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2406
2286
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2428,10 +2308,10 @@ SOFTWARE.
|
|
|
2428
2308
|
|
|
2429
2309
|
### Rust Crates:
|
|
2430
2310
|
|
|
2431
|
-
- [
|
|
2311
|
+
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
2432
2312
|
|
|
2433
2313
|
````text
|
|
2434
|
-
Copyright
|
|
2314
|
+
Copyright (c) 2015 steffengy
|
|
2435
2315
|
|
|
2436
2316
|
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:
|
|
2437
2317
|
|
|
@@ -2447,72 +2327,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2447
2327
|
|
|
2448
2328
|
### Rust Crates:
|
|
2449
2329
|
|
|
2450
|
-
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
2451
|
-
|
|
2452
|
-
````text
|
|
2453
|
-
Copyright (c) 2018-2023 Sean McArthur
|
|
2454
|
-
Copyright (c) 2016 Alex Crichton
|
|
2455
|
-
|
|
2456
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2457
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2458
|
-
in the Software without restriction, including without limitation the rights
|
|
2459
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2460
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2461
|
-
furnished to do so, subject to the following conditions:
|
|
2462
|
-
|
|
2463
|
-
The above copyright notice and this permission notice shall be included in
|
|
2464
|
-
all copies or substantial portions of the Software.
|
|
2465
|
-
|
|
2466
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2467
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2468
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2469
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2470
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2471
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2472
|
-
THE SOFTWARE.
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
````
|
|
2476
|
-
|
|
2477
|
-
---
|
|
2478
|
-
|
|
2479
|
-
## The following dependencies are licensed under the MIT License:
|
|
2480
|
-
|
|
2481
|
-
### NPM Packages:
|
|
2482
|
-
|
|
2483
|
-
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
2484
|
-
|
|
2485
|
-
````text
|
|
2486
|
-
The MIT License (MIT)
|
|
2487
|
-
|
|
2488
|
-
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
2489
|
-
|
|
2490
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2491
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2492
|
-
in the Software without restriction, including without limitation the rights
|
|
2493
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2494
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2495
|
-
furnished to do so, subject to the following conditions:
|
|
2496
|
-
|
|
2497
|
-
The above copyright notice and this permission notice shall be included in
|
|
2498
|
-
all copies or substantial portions of the Software.
|
|
2499
|
-
|
|
2500
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2501
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2502
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2503
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2504
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2505
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2506
|
-
THE SOFTWARE.
|
|
2507
|
-
|
|
2508
|
-
````
|
|
2509
|
-
|
|
2510
|
-
---
|
|
2511
|
-
|
|
2512
|
-
## The following dependencies are licensed under the MIT License:
|
|
2513
|
-
|
|
2514
|
-
### Rust Crates:
|
|
2515
|
-
|
|
2516
2330
|
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
2517
2331
|
|
|
2518
2332
|
````text
|
|
@@ -2550,12 +2364,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2550
2364
|
|
|
2551
2365
|
### Rust Crates:
|
|
2552
2366
|
|
|
2553
|
-
- [
|
|
2554
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
2555
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2367
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
2556
2368
|
|
|
2557
2369
|
````text
|
|
2558
|
-
Copyright (c)
|
|
2370
|
+
Copyright (c) 2015 Steven Allen
|
|
2559
2371
|
|
|
2560
2372
|
Permission is hereby granted, free of charge, to any
|
|
2561
2373
|
person obtaining a copy of this software and associated
|
|
@@ -2589,10 +2401,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2589
2401
|
|
|
2590
2402
|
### Rust Crates:
|
|
2591
2403
|
|
|
2592
|
-
- [
|
|
2404
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
2593
2405
|
|
|
2594
2406
|
````text
|
|
2595
|
-
Copyright (c) 2018-
|
|
2407
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
2408
|
+
Copyright (c) 2016 Alex Crichton
|
|
2596
2409
|
|
|
2597
2410
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2598
2411
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2621,15 +2434,44 @@ THE SOFTWARE.
|
|
|
2621
2434
|
|
|
2622
2435
|
### Rust Crates:
|
|
2623
2436
|
|
|
2624
|
-
- [
|
|
2625
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2626
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2627
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2437
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
2628
2438
|
|
|
2629
2439
|
````text
|
|
2630
|
-
The MIT License (MIT)
|
|
2631
|
-
|
|
2632
|
-
Copyright (c) 2015
|
|
2440
|
+
The MIT License (MIT)
|
|
2441
|
+
|
|
2442
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
2443
|
+
|
|
2444
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2445
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2446
|
+
in the Software without restriction, including without limitation the rights
|
|
2447
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2448
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2449
|
+
furnished to do so, subject to the following conditions:
|
|
2450
|
+
|
|
2451
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2452
|
+
copies or substantial portions of the Software.
|
|
2453
|
+
|
|
2454
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2455
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2456
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2457
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2458
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2459
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2460
|
+
SOFTWARE.
|
|
2461
|
+
````
|
|
2462
|
+
|
|
2463
|
+
---
|
|
2464
|
+
|
|
2465
|
+
## The following dependencies are licensed under the MIT License:
|
|
2466
|
+
|
|
2467
|
+
### Rust Crates:
|
|
2468
|
+
|
|
2469
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
2470
|
+
|
|
2471
|
+
````text
|
|
2472
|
+
The MIT License (MIT)
|
|
2473
|
+
|
|
2474
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
2633
2475
|
|
|
2634
2476
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2635
2477
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2638,16 +2480,82 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2638
2480
|
copies of the Software, and to permit persons to whom the Software is
|
|
2639
2481
|
furnished to do so, subject to the following conditions:
|
|
2640
2482
|
|
|
2641
|
-
The above copyright notice and this permission notice shall be included in
|
|
2642
|
-
|
|
2483
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2484
|
+
copies or substantial portions of the Software.
|
|
2643
2485
|
|
|
2644
2486
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2645
2487
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2646
2488
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2647
2489
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2648
2490
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2649
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2650
|
-
|
|
2491
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2492
|
+
SOFTWARE.
|
|
2493
|
+
|
|
2494
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2495
|
+
licences; see files named LICENSE.*.txt for details.
|
|
2496
|
+
````
|
|
2497
|
+
|
|
2498
|
+
---
|
|
2499
|
+
|
|
2500
|
+
## The following dependencies are licensed under the MIT License:
|
|
2501
|
+
|
|
2502
|
+
### NPM Packages:
|
|
2503
|
+
|
|
2504
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2505
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2506
|
+
|
|
2507
|
+
````text
|
|
2508
|
+
MIT License
|
|
2509
|
+
|
|
2510
|
+
Copyright (c) Microsoft Corporation.
|
|
2511
|
+
|
|
2512
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2513
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2514
|
+
in the Software without restriction, including without limitation the rights
|
|
2515
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2516
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2517
|
+
furnished to do so, subject to the following conditions:
|
|
2518
|
+
|
|
2519
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2520
|
+
copies or substantial portions of the Software.
|
|
2521
|
+
|
|
2522
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2523
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2524
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2525
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2526
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2527
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2528
|
+
SOFTWARE
|
|
2529
|
+
|
|
2530
|
+
````
|
|
2531
|
+
|
|
2532
|
+
---
|
|
2533
|
+
|
|
2534
|
+
## The following dependencies are licensed under the MIT License:
|
|
2535
|
+
|
|
2536
|
+
### NPM Packages:
|
|
2537
|
+
|
|
2538
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
2539
|
+
|
|
2540
|
+
````text
|
|
2541
|
+
This software is released under the MIT license:
|
|
2542
|
+
|
|
2543
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2544
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2545
|
+
the Software without restriction, including without limitation the rights to
|
|
2546
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2547
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2548
|
+
subject to the following conditions:
|
|
2549
|
+
|
|
2550
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2551
|
+
copies or substantial portions of the Software.
|
|
2552
|
+
|
|
2553
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2554
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2555
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2556
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2557
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2558
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2651
2559
|
|
|
2652
2560
|
````
|
|
2653
2561
|
|
|
@@ -2657,34 +2565,33 @@ THE SOFTWARE.
|
|
|
2657
2565
|
|
|
2658
2566
|
### Rust Crates:
|
|
2659
2567
|
|
|
2660
|
-
- [
|
|
2568
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
2569
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2570
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2571
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2661
2572
|
|
|
2662
2573
|
````text
|
|
2663
|
-
|
|
2574
|
+
The MIT License (MIT)
|
|
2664
2575
|
|
|
2665
|
-
|
|
2666
|
-
person obtaining a copy of this software and associated
|
|
2667
|
-
documentation files (the "Software"), to deal in the
|
|
2668
|
-
Software without restriction, including without
|
|
2669
|
-
limitation the rights to use, copy, modify, merge,
|
|
2670
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2671
|
-
the Software, and to permit persons to whom the Software
|
|
2672
|
-
is furnished to do so, subject to the following
|
|
2673
|
-
conditions:
|
|
2576
|
+
Copyright (c) 2015 Andrew Gallant
|
|
2674
2577
|
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2578
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2579
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2580
|
+
in the Software without restriction, including without limitation the rights
|
|
2581
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2582
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2583
|
+
furnished to do so, subject to the following conditions:
|
|
2678
2584
|
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
IN
|
|
2687
|
-
|
|
2585
|
+
The above copyright notice and this permission notice shall be included in
|
|
2586
|
+
all copies or substantial portions of the Software.
|
|
2587
|
+
|
|
2588
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2589
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2590
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2591
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2592
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2593
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2594
|
+
THE SOFTWARE.
|
|
2688
2595
|
|
|
2689
2596
|
````
|
|
2690
2597
|
|
|
@@ -2694,10 +2601,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2694
2601
|
|
|
2695
2602
|
### Rust Crates:
|
|
2696
2603
|
|
|
2697
|
-
- [
|
|
2604
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
2698
2605
|
|
|
2699
2606
|
````text
|
|
2700
|
-
Copyright (c)
|
|
2607
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
2701
2608
|
|
|
2702
2609
|
Permission is hereby granted, free of charge, to any
|
|
2703
2610
|
person obtaining a copy of this software and associated
|
|
@@ -2722,6 +2629,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2722
2629
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2723
2630
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2724
2631
|
DEALINGS IN THE SOFTWARE.
|
|
2632
|
+
|
|
2725
2633
|
````
|
|
2726
2634
|
|
|
2727
2635
|
---
|
|
@@ -2730,10 +2638,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2730
2638
|
|
|
2731
2639
|
### Rust Crates:
|
|
2732
2640
|
|
|
2733
|
-
- [
|
|
2641
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
2734
2642
|
|
|
2735
2643
|
````text
|
|
2736
|
-
Copyright (c) 2016-
|
|
2644
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
2737
2645
|
|
|
2738
2646
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2739
2647
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2742,17 +2650,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2742
2650
|
copies of the Software, and to permit persons to whom the Software is
|
|
2743
2651
|
furnished to do so, subject to the following conditions:
|
|
2744
2652
|
|
|
2745
|
-
The above copyright notice and this permission notice shall be included in
|
|
2746
|
-
|
|
2653
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2654
|
+
copies or substantial portions of the Software.
|
|
2747
2655
|
|
|
2748
2656
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2749
2657
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2750
2658
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2751
2659
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2752
2660
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2753
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2754
|
-
|
|
2755
|
-
|
|
2661
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2662
|
+
SOFTWARE.
|
|
2756
2663
|
|
|
2757
2664
|
````
|
|
2758
2665
|
|
|
@@ -2762,12 +2669,10 @@ THE SOFTWARE.
|
|
|
2762
2669
|
|
|
2763
2670
|
### Rust Crates:
|
|
2764
2671
|
|
|
2765
|
-
- [
|
|
2672
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
2766
2673
|
|
|
2767
2674
|
````text
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
Copyright (c) 2015 Alice Maz
|
|
2675
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
2771
2676
|
|
|
2772
2677
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2773
2678
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2795,10 +2700,10 @@ THE SOFTWARE.
|
|
|
2795
2700
|
|
|
2796
2701
|
### Rust Crates:
|
|
2797
2702
|
|
|
2798
|
-
- [
|
|
2703
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
2799
2704
|
|
|
2800
2705
|
````text
|
|
2801
|
-
Copyright
|
|
2706
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
2802
2707
|
|
|
2803
2708
|
Permission is hereby granted, free of charge, to any
|
|
2804
2709
|
person obtaining a copy of this software and associated
|
|
@@ -2832,10 +2737,41 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2832
2737
|
|
|
2833
2738
|
### Rust Crates:
|
|
2834
2739
|
|
|
2835
|
-
- [
|
|
2740
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
2836
2741
|
|
|
2837
2742
|
````text
|
|
2838
|
-
Copyright (c)
|
|
2743
|
+
Copyright (c) 2018 directories-rs contributors
|
|
2744
|
+
|
|
2745
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2746
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2747
|
+
in the Software without restriction, including without limitation the rights
|
|
2748
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2749
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2750
|
+
furnished to do so, subject to the following conditions:
|
|
2751
|
+
|
|
2752
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2753
|
+
copies or substantial portions of the Software.
|
|
2754
|
+
|
|
2755
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2756
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2757
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2758
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2759
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2760
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2761
|
+
SOFTWARE.
|
|
2762
|
+
|
|
2763
|
+
````
|
|
2764
|
+
|
|
2765
|
+
---
|
|
2766
|
+
|
|
2767
|
+
## The following dependencies are licensed under the MIT License:
|
|
2768
|
+
|
|
2769
|
+
### Rust Crates:
|
|
2770
|
+
|
|
2771
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
2772
|
+
|
|
2773
|
+
````text
|
|
2774
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
2839
2775
|
|
|
2840
2776
|
Permission is hereby granted, free of charge, to any
|
|
2841
2777
|
person obtaining a copy of this software and associated
|
|
@@ -2869,13 +2805,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2869
2805
|
|
|
2870
2806
|
### Rust Crates:
|
|
2871
2807
|
|
|
2872
|
-
- [
|
|
2808
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
2809
|
+
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
2873
2810
|
|
|
2874
2811
|
````text
|
|
2875
2812
|
MIT License
|
|
2876
2813
|
|
|
2877
|
-
Copyright (c) 2025 Callum Oakley
|
|
2878
|
-
|
|
2879
2814
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2880
2815
|
of this software and associated documentation files (the "Software"), to deal
|
|
2881
2816
|
in the Software without restriction, including without limitation the rights
|
|
@@ -2902,28 +2837,34 @@ SOFTWARE.
|
|
|
2902
2837
|
|
|
2903
2838
|
### Rust Crates:
|
|
2904
2839
|
|
|
2905
|
-
- [
|
|
2840
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
2906
2841
|
|
|
2907
2842
|
````text
|
|
2908
|
-
Copyright (c) 2014
|
|
2843
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
2909
2844
|
|
|
2910
|
-
Permission is hereby granted, free of charge, to any
|
|
2911
|
-
of this software and associated
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2845
|
+
Permission is hereby granted, free of charge, to any
|
|
2846
|
+
person obtaining a copy of this software and associated
|
|
2847
|
+
documentation files (the "Software"), to deal in the
|
|
2848
|
+
Software without restriction, including without
|
|
2849
|
+
limitation the rights to use, copy, modify, merge,
|
|
2850
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2851
|
+
the Software, and to permit persons to whom the Software
|
|
2852
|
+
is furnished to do so, subject to the following
|
|
2853
|
+
conditions:
|
|
2916
2854
|
|
|
2917
|
-
The above copyright notice and this permission notice
|
|
2918
|
-
all copies or substantial portions
|
|
2855
|
+
The above copyright notice and this permission notice
|
|
2856
|
+
shall be included in all copies or substantial portions
|
|
2857
|
+
of the Software.
|
|
2919
2858
|
|
|
2920
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2921
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2859
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2860
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2861
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2862
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2863
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2864
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2865
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2866
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2867
|
+
DEALINGS IN THE SOFTWARE.
|
|
2927
2868
|
|
|
2928
2869
|
````
|
|
2929
2870
|
|
|
@@ -2933,10 +2874,10 @@ THE SOFTWARE.
|
|
|
2933
2874
|
|
|
2934
2875
|
### Rust Crates:
|
|
2935
2876
|
|
|
2936
|
-
- [hyper-
|
|
2877
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
2937
2878
|
|
|
2938
2879
|
````text
|
|
2939
|
-
Copyright (c)
|
|
2880
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
2940
2881
|
|
|
2941
2882
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2942
2883
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2956,6 +2897,47 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2956
2897
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2957
2898
|
THE SOFTWARE.
|
|
2958
2899
|
|
|
2900
|
+
````
|
|
2901
|
+
|
|
2902
|
+
---
|
|
2903
|
+
|
|
2904
|
+
## The following dependencies are licensed under the MIT License:
|
|
2905
|
+
|
|
2906
|
+
### Rust Crates:
|
|
2907
|
+
|
|
2908
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
2909
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2910
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2911
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2912
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2913
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
2914
|
+
|
|
2915
|
+
````text
|
|
2916
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2917
|
+
|
|
2918
|
+
Permission is hereby granted, free of charge, to any
|
|
2919
|
+
person obtaining a copy of this software and associated
|
|
2920
|
+
documentation files (the "Software"), to deal in the
|
|
2921
|
+
Software without restriction, including without
|
|
2922
|
+
limitation the rights to use, copy, modify, merge,
|
|
2923
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2924
|
+
the Software, and to permit persons to whom the Software
|
|
2925
|
+
is furnished to do so, subject to the following
|
|
2926
|
+
conditions:
|
|
2927
|
+
|
|
2928
|
+
The above copyright notice and this permission notice
|
|
2929
|
+
shall be included in all copies or substantial portions
|
|
2930
|
+
of the Software.
|
|
2931
|
+
|
|
2932
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2933
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2934
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2935
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2936
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2937
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2938
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2939
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2940
|
+
DEALINGS IN THE SOFTWARE.
|
|
2959
2941
|
|
|
2960
2942
|
````
|
|
2961
2943
|
|
|
@@ -2965,12 +2947,49 @@ THE SOFTWARE.
|
|
|
2965
2947
|
|
|
2966
2948
|
### Rust Crates:
|
|
2967
2949
|
|
|
2968
|
-
- [
|
|
2950
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
2969
2951
|
|
|
2970
2952
|
````text
|
|
2971
|
-
|
|
2953
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
2972
2954
|
|
|
2973
|
-
|
|
2955
|
+
Permission is hereby granted, free of charge, to any
|
|
2956
|
+
person obtaining a copy of this software and associated
|
|
2957
|
+
documentation files (the "Software"), to deal in the
|
|
2958
|
+
Software without restriction, including without
|
|
2959
|
+
limitation the rights to use, copy, modify, merge,
|
|
2960
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2961
|
+
the Software, and to permit persons to whom the Software
|
|
2962
|
+
is furnished to do so, subject to the following
|
|
2963
|
+
conditions:
|
|
2964
|
+
|
|
2965
|
+
The above copyright notice and this permission notice
|
|
2966
|
+
shall be included in all copies or substantial portions
|
|
2967
|
+
of the Software.
|
|
2968
|
+
|
|
2969
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2970
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2971
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2972
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2973
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2974
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2975
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2976
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2977
|
+
DEALINGS IN THE SOFTWARE.
|
|
2978
|
+
|
|
2979
|
+
````
|
|
2980
|
+
|
|
2981
|
+
---
|
|
2982
|
+
|
|
2983
|
+
## The following dependencies are licensed under the MIT License:
|
|
2984
|
+
|
|
2985
|
+
### Rust Crates:
|
|
2986
|
+
|
|
2987
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
2988
|
+
|
|
2989
|
+
````text
|
|
2990
|
+
The MIT License (MIT)
|
|
2991
|
+
|
|
2992
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
2974
2993
|
|
|
2975
2994
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2976
2995
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2998,14 +3017,56 @@ SOFTWARE.
|
|
|
2998
3017
|
|
|
2999
3018
|
### Rust Crates:
|
|
3000
3019
|
|
|
3001
|
-
- [
|
|
3002
|
-
- [
|
|
3003
|
-
- [
|
|
3020
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3021
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3022
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3023
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3024
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3025
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3026
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3027
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3028
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3004
3029
|
|
|
3005
3030
|
````text
|
|
3006
|
-
|
|
3031
|
+
Copyright (c) 2016 Alex Crichton
|
|
3032
|
+
Copyright (c) 2017 The Tokio Authors
|
|
3007
3033
|
|
|
3008
|
-
|
|
3034
|
+
Permission is hereby granted, free of charge, to any
|
|
3035
|
+
person obtaining a copy of this software and associated
|
|
3036
|
+
documentation files (the "Software"), to deal in the
|
|
3037
|
+
Software without restriction, including without
|
|
3038
|
+
limitation the rights to use, copy, modify, merge,
|
|
3039
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3040
|
+
the Software, and to permit persons to whom the Software
|
|
3041
|
+
is furnished to do so, subject to the following
|
|
3042
|
+
conditions:
|
|
3043
|
+
|
|
3044
|
+
The above copyright notice and this permission notice
|
|
3045
|
+
shall be included in all copies or substantial portions
|
|
3046
|
+
of the Software.
|
|
3047
|
+
|
|
3048
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3049
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3050
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3051
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3052
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3053
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3054
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3055
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3056
|
+
DEALINGS IN THE SOFTWARE.
|
|
3057
|
+
|
|
3058
|
+
````
|
|
3059
|
+
|
|
3060
|
+
---
|
|
3061
|
+
|
|
3062
|
+
## The following dependencies are licensed under the MIT License:
|
|
3063
|
+
|
|
3064
|
+
### Rust Crates:
|
|
3065
|
+
|
|
3066
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
3067
|
+
|
|
3068
|
+
````text
|
|
3069
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
3009
3070
|
|
|
3010
3071
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3011
3072
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3014,16 +3075,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3014
3075
|
copies of the Software, and to permit persons to whom the Software is
|
|
3015
3076
|
furnished to do so, subject to the following conditions:
|
|
3016
3077
|
|
|
3017
|
-
The above copyright notice and this permission notice shall be included in
|
|
3018
|
-
copies or substantial portions of the Software.
|
|
3078
|
+
The above copyright notice and this permission notice shall be included in
|
|
3079
|
+
all copies or substantial portions of the Software.
|
|
3019
3080
|
|
|
3020
3081
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3021
3082
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3022
3083
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3023
3084
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3024
3085
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3025
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3026
|
-
SOFTWARE.
|
|
3086
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3087
|
+
THE SOFTWARE.
|
|
3027
3088
|
|
|
3028
3089
|
````
|
|
3029
3090
|
|
|
@@ -3033,10 +3094,10 @@ SOFTWARE.
|
|
|
3033
3094
|
|
|
3034
3095
|
### Rust Crates:
|
|
3035
3096
|
|
|
3036
|
-
- [
|
|
3097
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
3037
3098
|
|
|
3038
3099
|
````text
|
|
3039
|
-
Copyright
|
|
3100
|
+
Copyright Mozilla Foundation
|
|
3040
3101
|
|
|
3041
3102
|
Permission is hereby granted, free of charge, to any
|
|
3042
3103
|
person obtaining a copy of this software and associated
|
|
@@ -3070,14 +3131,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3070
3131
|
|
|
3071
3132
|
### Rust Crates:
|
|
3072
3133
|
|
|
3073
|
-
- [
|
|
3074
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3075
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3134
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
3076
3135
|
|
|
3077
3136
|
````text
|
|
3078
3137
|
MIT License
|
|
3079
3138
|
|
|
3080
|
-
Copyright (c)
|
|
3139
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
3081
3140
|
|
|
3082
3141
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3083
3142
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3105,11 +3164,37 @@ SOFTWARE.
|
|
|
3105
3164
|
|
|
3106
3165
|
### Rust Crates:
|
|
3107
3166
|
|
|
3108
|
-
- [
|
|
3167
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
3168
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
3169
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
3170
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
3171
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
3172
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
3173
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
3174
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
3175
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
3176
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3177
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3178
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
3179
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
3180
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
3181
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
3182
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3183
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3184
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
3185
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
3186
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
3187
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
3188
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
3189
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
3190
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3191
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3192
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3193
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3194
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
3195
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
3109
3196
|
|
|
3110
3197
|
````text
|
|
3111
|
-
Copyright (c) 2017 Artyom Pavlov
|
|
3112
|
-
|
|
3113
3198
|
Permission is hereby granted, free of charge, to any
|
|
3114
3199
|
person obtaining a copy of this software and associated
|
|
3115
3200
|
documentation files (the "Software"), to deal in the
|
|
@@ -3142,11 +3227,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3142
3227
|
|
|
3143
3228
|
### Rust Crates:
|
|
3144
3229
|
|
|
3145
|
-
- [
|
|
3146
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
3230
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
3147
3231
|
|
|
3148
3232
|
````text
|
|
3149
|
-
Copyright (c)
|
|
3233
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
3150
3234
|
|
|
3151
3235
|
Permission is hereby granted, free of charge, to any
|
|
3152
3236
|
person obtaining a copy of this software and associated
|
|
@@ -3180,10 +3264,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3180
3264
|
|
|
3181
3265
|
### Rust Crates:
|
|
3182
3266
|
|
|
3183
|
-
- [
|
|
3267
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
3268
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3269
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3184
3270
|
|
|
3185
3271
|
````text
|
|
3186
|
-
Copyright (c)
|
|
3272
|
+
Copyright (c) 2019 Tower Contributors
|
|
3187
3273
|
|
|
3188
3274
|
Permission is hereby granted, free of charge, to any
|
|
3189
3275
|
person obtaining a copy of this software and associated
|
|
@@ -3217,15 +3303,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3217
3303
|
|
|
3218
3304
|
### Rust Crates:
|
|
3219
3305
|
|
|
3220
|
-
- [
|
|
3221
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3222
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3223
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3224
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3225
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3306
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
3226
3307
|
|
|
3227
3308
|
````text
|
|
3228
|
-
Copyright
|
|
3309
|
+
Copyright 2023 The Fuchsia Authors
|
|
3229
3310
|
|
|
3230
3311
|
Permission is hereby granted, free of charge, to any
|
|
3231
3312
|
person obtaining a copy of this software and associated
|
|
@@ -3251,6 +3332,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3251
3332
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3252
3333
|
DEALINGS IN THE SOFTWARE.
|
|
3253
3334
|
|
|
3335
|
+
|
|
3254
3336
|
````
|
|
3255
3337
|
|
|
3256
3338
|
---
|
|
@@ -3259,10 +3341,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3259
3341
|
|
|
3260
3342
|
### Rust Crates:
|
|
3261
3343
|
|
|
3262
|
-
- [
|
|
3344
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
3263
3345
|
|
|
3264
3346
|
````text
|
|
3265
|
-
Copyright (c)
|
|
3347
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
3348
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3266
3349
|
|
|
3267
3350
|
Permission is hereby granted, free of charge, to any
|
|
3268
3351
|
person obtaining a copy of this software and associated
|
|
@@ -3296,11 +3379,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3296
3379
|
|
|
3297
3380
|
### NPM Packages:
|
|
3298
3381
|
|
|
3299
|
-
- [
|
|
3382
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
3300
3383
|
|
|
3301
3384
|
````text
|
|
3302
|
-
|
|
3303
|
-
|
|
3385
|
+
The MIT License (MIT)
|
|
3386
|
+
|
|
3387
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
3304
3388
|
|
|
3305
3389
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3306
3390
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3328,49 +3412,13 @@ THE SOFTWARE.
|
|
|
3328
3412
|
|
|
3329
3413
|
### Rust Crates:
|
|
3330
3414
|
|
|
3331
|
-
- [
|
|
3332
|
-
|
|
3333
|
-
````text
|
|
3334
|
-
Copyright (c) 2018 The Servo Project Developers
|
|
3335
|
-
|
|
3336
|
-
Permission is hereby granted, free of charge, to any
|
|
3337
|
-
person obtaining a copy of this software and associated
|
|
3338
|
-
documentation files (the "Software"), to deal in the
|
|
3339
|
-
Software without restriction, including without
|
|
3340
|
-
limitation the rights to use, copy, modify, merge,
|
|
3341
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3342
|
-
the Software, and to permit persons to whom the Software
|
|
3343
|
-
is furnished to do so, subject to the following
|
|
3344
|
-
conditions:
|
|
3345
|
-
|
|
3346
|
-
The above copyright notice and this permission notice
|
|
3347
|
-
shall be included in all copies or substantial portions
|
|
3348
|
-
of the Software.
|
|
3349
|
-
|
|
3350
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3351
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3352
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3353
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3354
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3355
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3356
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3357
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3358
|
-
DEALINGS IN THE SOFTWARE.
|
|
3359
|
-
|
|
3360
|
-
````
|
|
3361
|
-
|
|
3362
|
-
---
|
|
3363
|
-
|
|
3364
|
-
## The following dependencies are licensed under the MIT License:
|
|
3365
|
-
|
|
3366
|
-
### NPM Packages:
|
|
3367
|
-
|
|
3368
|
-
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
3415
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
3416
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3369
3417
|
|
|
3370
3418
|
````text
|
|
3371
3419
|
MIT License
|
|
3372
3420
|
|
|
3373
|
-
Copyright (c)
|
|
3421
|
+
Copyright (c) 2019 Graham Esau
|
|
3374
3422
|
|
|
3375
3423
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3376
3424
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3398,10 +3446,10 @@ SOFTWARE.
|
|
|
3398
3446
|
|
|
3399
3447
|
### Rust Crates:
|
|
3400
3448
|
|
|
3401
|
-
- [
|
|
3449
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
3402
3450
|
|
|
3403
3451
|
````text
|
|
3404
|
-
Copyright (c)
|
|
3452
|
+
Copyright (c) 2016--2017
|
|
3405
3453
|
|
|
3406
3454
|
Permission is hereby granted, free of charge, to any
|
|
3407
3455
|
person obtaining a copy of this software and associated
|
|
@@ -3435,34 +3483,47 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3435
3483
|
|
|
3436
3484
|
### Rust Crates:
|
|
3437
3485
|
|
|
3438
|
-
- [
|
|
3486
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
3487
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3488
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3489
|
+
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3490
|
+
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3491
|
+
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3492
|
+
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3493
|
+
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
3494
|
+
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
3495
|
+
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3496
|
+
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
3497
|
+
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
3498
|
+
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
3499
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
3500
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
3501
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
3502
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3503
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3504
|
+
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3505
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3506
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3439
3507
|
|
|
3440
3508
|
````text
|
|
3441
|
-
|
|
3509
|
+
MIT License
|
|
3442
3510
|
|
|
3443
|
-
|
|
3444
|
-
person obtaining a copy of this software and associated
|
|
3445
|
-
documentation files (the "Software"), to deal in the
|
|
3446
|
-
Software without restriction, including without
|
|
3447
|
-
limitation the rights to use, copy, modify, merge,
|
|
3448
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3449
|
-
the Software, and to permit persons to whom the Software
|
|
3450
|
-
is furnished to do so, subject to the following
|
|
3451
|
-
conditions:
|
|
3511
|
+
Copyright (c) <year> <copyright holders>
|
|
3452
3512
|
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3513
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3514
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3515
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3516
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3517
|
+
following conditions:
|
|
3456
3518
|
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3463
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3464
|
-
|
|
3465
|
-
DEALINGS IN THE SOFTWARE.
|
|
3519
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3520
|
+
portions of the Software.
|
|
3521
|
+
|
|
3522
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3523
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3524
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3525
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3526
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3466
3527
|
|
|
3467
3528
|
````
|
|
3468
3529
|
|
|
@@ -3472,34 +3533,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3472
3533
|
|
|
3473
3534
|
### Rust Crates:
|
|
3474
3535
|
|
|
3475
|
-
- [
|
|
3536
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
3476
3537
|
|
|
3477
3538
|
````text
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
3481
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
3482
|
-
Copyright (c) 2017 Frommi
|
|
3483
|
-
Copyright (c) 2017-2024 oyvindln
|
|
3484
|
-
|
|
3539
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
3485
3540
|
|
|
3486
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3487
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3488
|
-
in the Software without restriction, including without limitation the rights
|
|
3489
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3490
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3491
|
-
furnished to do so, subject to the following conditions:
|
|
3541
|
+
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:
|
|
3492
3542
|
|
|
3493
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3494
|
-
copies or substantial portions of the Software.
|
|
3543
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3495
3544
|
|
|
3496
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3497
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3498
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3499
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3500
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3501
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3502
|
-
SOFTWARE.
|
|
3545
|
+
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.
|
|
3503
3546
|
|
|
3504
3547
|
````
|
|
3505
3548
|
|
|
@@ -3509,10 +3552,10 @@ SOFTWARE.
|
|
|
3509
3552
|
|
|
3510
3553
|
### Rust Crates:
|
|
3511
3554
|
|
|
3512
|
-
- [
|
|
3555
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
3513
3556
|
|
|
3514
3557
|
````text
|
|
3515
|
-
Copyright (c)
|
|
3558
|
+
Copyright (c) 2017 Robert Grosse
|
|
3516
3559
|
|
|
3517
3560
|
Permission is hereby granted, free of charge, to any
|
|
3518
3561
|
person obtaining a copy of this software and associated
|
|
@@ -3537,41 +3580,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3537
3580
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3538
3581
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3539
3582
|
DEALINGS IN THE SOFTWARE.
|
|
3540
|
-
|
|
3541
|
-
````
|
|
3542
|
-
|
|
3543
|
-
---
|
|
3544
|
-
|
|
3545
|
-
## The following dependencies are licensed under the MIT License:
|
|
3546
|
-
|
|
3547
|
-
### NPM Packages:
|
|
3548
|
-
|
|
3549
|
-
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
3550
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3551
|
-
|
|
3552
|
-
````text
|
|
3553
|
-
MIT License
|
|
3554
|
-
|
|
3555
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
3556
|
-
|
|
3557
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3558
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3559
|
-
in the Software without restriction, including without limitation the rights
|
|
3560
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3561
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3562
|
-
furnished to do so, subject to the following conditions:
|
|
3563
|
-
|
|
3564
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3565
|
-
copies or substantial portions of the Software.
|
|
3566
|
-
|
|
3567
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3568
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3569
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3570
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3571
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3572
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3573
|
-
SOFTWARE.
|
|
3574
|
-
|
|
3575
3583
|
````
|
|
3576
3584
|
|
|
3577
3585
|
---
|
|
@@ -3580,10 +3588,10 @@ SOFTWARE.
|
|
|
3580
3588
|
|
|
3581
3589
|
### Rust Crates:
|
|
3582
3590
|
|
|
3583
|
-
- [
|
|
3591
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
3584
3592
|
|
|
3585
3593
|
````text
|
|
3586
|
-
Copyright (c)
|
|
3594
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
3587
3595
|
|
|
3588
3596
|
Permission is hereby granted, free of charge, to any
|
|
3589
3597
|
person obtaining a copy of this software and associated
|
|
@@ -3617,13 +3625,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3617
3625
|
|
|
3618
3626
|
### Rust Crates:
|
|
3619
3627
|
|
|
3620
|
-
- [
|
|
3628
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
3621
3629
|
|
|
3622
3630
|
````text
|
|
3623
3631
|
The MIT License (MIT)
|
|
3624
3632
|
|
|
3625
|
-
Copyright (c) 2015
|
|
3626
|
-
Copyright (c)
|
|
3633
|
+
Copyright (c) 2015 Danny Guo
|
|
3634
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3635
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
3627
3636
|
|
|
3628
3637
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3629
3638
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3651,47 +3660,32 @@ SOFTWARE.
|
|
|
3651
3660
|
|
|
3652
3661
|
### Rust Crates:
|
|
3653
3662
|
|
|
3654
|
-
- [
|
|
3655
|
-
- [
|
|
3656
|
-
- [
|
|
3657
|
-
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3658
|
-
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3659
|
-
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3660
|
-
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3661
|
-
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
3662
|
-
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
3663
|
-
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3664
|
-
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
3665
|
-
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
3666
|
-
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
3667
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
3668
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
3669
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
3670
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3671
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3672
|
-
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3673
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3674
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3663
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
3664
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3665
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3675
3666
|
|
|
3676
3667
|
````text
|
|
3677
3668
|
MIT License
|
|
3678
3669
|
|
|
3679
|
-
Copyright (c)
|
|
3670
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
3680
3671
|
|
|
3681
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3682
|
-
associated documentation files (the "Software"), to deal
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3672
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3673
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3674
|
+
in the Software without restriction, including without limitation the rights
|
|
3675
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3676
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3677
|
+
furnished to do so, subject to the following conditions:
|
|
3686
3678
|
|
|
3687
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3688
|
-
portions of the Software.
|
|
3679
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3680
|
+
copies or substantial portions of the Software.
|
|
3689
3681
|
|
|
3690
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3691
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3682
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3683
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3684
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3685
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3686
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3687
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3688
|
+
SOFTWARE.
|
|
3695
3689
|
|
|
3696
3690
|
````
|
|
3697
3691
|
|
|
@@ -3701,16 +3695,28 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3701
3695
|
|
|
3702
3696
|
### Rust Crates:
|
|
3703
3697
|
|
|
3704
|
-
- [
|
|
3698
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
3705
3699
|
|
|
3706
3700
|
````text
|
|
3707
|
-
Copyright (c)
|
|
3701
|
+
Copyright (c) 2019 Eliza Weisman
|
|
3708
3702
|
|
|
3709
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3703
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3704
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3705
|
+
in the Software without restriction, including without limitation the rights
|
|
3706
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3707
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3708
|
+
furnished to do so, subject to the following conditions:
|
|
3710
3709
|
|
|
3711
|
-
The above copyright notice and this permission notice shall be included in
|
|
3710
|
+
The above copyright notice and this permission notice shall be included in
|
|
3711
|
+
all copies or substantial portions of the Software.
|
|
3712
3712
|
|
|
3713
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3713
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3714
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3715
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3716
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3717
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3718
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3719
|
+
THE SOFTWARE.
|
|
3714
3720
|
|
|
3715
3721
|
````
|
|
3716
3722
|
|
|
@@ -3720,10 +3726,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3720
3726
|
|
|
3721
3727
|
### Rust Crates:
|
|
3722
3728
|
|
|
3723
|
-
- [
|
|
3729
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
3724
3730
|
|
|
3725
3731
|
````text
|
|
3726
|
-
Copyright (c)
|
|
3732
|
+
Copyright (c) 2017 http-rs authors
|
|
3727
3733
|
|
|
3728
3734
|
Permission is hereby granted, free of charge, to any
|
|
3729
3735
|
person obtaining a copy of this software and associated
|
|
@@ -3757,10 +3763,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3757
3763
|
|
|
3758
3764
|
### Rust Crates:
|
|
3759
3765
|
|
|
3760
|
-
- [
|
|
3766
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
3767
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3768
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
3761
3769
|
|
|
3762
3770
|
````text
|
|
3763
|
-
Copyright (c)
|
|
3771
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
3764
3772
|
|
|
3765
3773
|
Permission is hereby granted, free of charge, to any
|
|
3766
3774
|
person obtaining a copy of this software and associated
|
|
@@ -3794,35 +3802,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3794
3802
|
|
|
3795
3803
|
### Rust Crates:
|
|
3796
3804
|
|
|
3797
|
-
- [
|
|
3805
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
3806
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3798
3807
|
|
|
3799
3808
|
````text
|
|
3800
|
-
|
|
3801
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3809
|
+
The MIT License (MIT)
|
|
3802
3810
|
|
|
3803
|
-
|
|
3804
|
-
person obtaining a copy of this software and associated
|
|
3805
|
-
documentation files (the "Software"), to deal in the
|
|
3806
|
-
Software without restriction, including without
|
|
3807
|
-
limitation the rights to use, copy, modify, merge,
|
|
3808
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3809
|
-
the Software, and to permit persons to whom the Software
|
|
3810
|
-
is furnished to do so, subject to the following
|
|
3811
|
-
conditions:
|
|
3811
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3812
3812
|
|
|
3813
|
-
|
|
3814
|
-
shall be included in all copies or substantial portions
|
|
3815
|
-
of the Software.
|
|
3813
|
+
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:
|
|
3816
3814
|
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3820
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3821
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3822
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3823
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3824
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3825
|
-
DEALINGS IN THE SOFTWARE.
|
|
3815
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3816
|
+
|
|
3817
|
+
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.
|
|
3826
3818
|
|
|
3827
3819
|
````
|
|
3828
3820
|
|
|
@@ -3830,12 +3822,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3830
3822
|
|
|
3831
3823
|
## The following dependencies are licensed under the MIT License:
|
|
3832
3824
|
|
|
3833
|
-
###
|
|
3825
|
+
### NPM Packages:
|
|
3834
3826
|
|
|
3835
|
-
- [
|
|
3827
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
3836
3828
|
|
|
3837
3829
|
````text
|
|
3838
|
-
|
|
3830
|
+
MIT License
|
|
3831
|
+
|
|
3832
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
3839
3833
|
|
|
3840
3834
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3841
3835
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3855,6 +3849,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3855
3849
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3856
3850
|
SOFTWARE.
|
|
3857
3851
|
|
|
3852
|
+
[others]: https://github.com/json5/json5/contributors
|
|
3853
|
+
|
|
3858
3854
|
````
|
|
3859
3855
|
|
|
3860
3856
|
---
|
|
@@ -3863,11 +3859,10 @@ SOFTWARE.
|
|
|
3863
3859
|
|
|
3864
3860
|
### Rust Crates:
|
|
3865
3861
|
|
|
3866
|
-
- [
|
|
3862
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
3867
3863
|
|
|
3868
3864
|
````text
|
|
3869
|
-
Copyright (c)
|
|
3870
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3865
|
+
Copyright (c) 2016--2023
|
|
3871
3866
|
|
|
3872
3867
|
Permission is hereby granted, free of charge, to any
|
|
3873
3868
|
person obtaining a copy of this software and associated
|
|
@@ -3901,11 +3896,46 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3901
3896
|
|
|
3902
3897
|
### Rust Crates:
|
|
3903
3898
|
|
|
3904
|
-
- [
|
|
3905
|
-
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
3899
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
3906
3900
|
|
|
3907
3901
|
````text
|
|
3908
|
-
MIT License
|
|
3902
|
+
The MIT License (MIT)
|
|
3903
|
+
|
|
3904
|
+
Copyright (c) 2016 Johann Tuffe
|
|
3905
|
+
|
|
3906
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3907
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3908
|
+
in the Software without restriction, including without limitation the rights
|
|
3909
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3910
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3911
|
+
furnished to do so, subject to the following conditions:
|
|
3912
|
+
|
|
3913
|
+
|
|
3914
|
+
The above copyright notice and this permission notice shall be included in
|
|
3915
|
+
all copies or substantial portions of the Software.
|
|
3916
|
+
|
|
3917
|
+
|
|
3918
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3919
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3920
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3921
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3922
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3923
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3924
|
+
THE SOFTWARE.
|
|
3925
|
+
|
|
3926
|
+
````
|
|
3927
|
+
|
|
3928
|
+
---
|
|
3929
|
+
|
|
3930
|
+
## The following dependencies are licensed under the MIT License:
|
|
3931
|
+
|
|
3932
|
+
### NPM Packages:
|
|
3933
|
+
|
|
3934
|
+
- [pngjs](https://github.com/pngjs/pngjs) (7.0.0)
|
|
3935
|
+
|
|
3936
|
+
````text
|
|
3937
|
+
pngjs original work Copyright (c) 2015 Luke Page & Original Contributors
|
|
3938
|
+
pngjs derived work Copyright (c) 2012 Kuba Niegowski
|
|
3909
3939
|
|
|
3910
3940
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3911
3941
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3914,16 +3944,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3914
3944
|
copies of the Software, and to permit persons to whom the Software is
|
|
3915
3945
|
furnished to do so, subject to the following conditions:
|
|
3916
3946
|
|
|
3917
|
-
The above copyright notice and this permission notice shall be included in
|
|
3918
|
-
copies or substantial portions of the Software.
|
|
3947
|
+
The above copyright notice and this permission notice shall be included in
|
|
3948
|
+
all copies or substantial portions of the Software.
|
|
3919
3949
|
|
|
3920
3950
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3921
3951
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3922
3952
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3923
3953
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3924
3954
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3925
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3926
|
-
SOFTWARE.
|
|
3955
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3956
|
+
THE SOFTWARE.
|
|
3927
3957
|
|
|
3928
3958
|
````
|
|
3929
3959
|
|
|
@@ -3933,30 +3963,31 @@ SOFTWARE.
|
|
|
3933
3963
|
|
|
3934
3964
|
### Rust Crates:
|
|
3935
3965
|
|
|
3936
|
-
- [
|
|
3966
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
3937
3967
|
|
|
3938
3968
|
````text
|
|
3939
|
-
|
|
3940
|
-
|
|
3941
|
-
Copyright (c)
|
|
3942
|
-
|
|
3943
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3944
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3945
|
-
in the Software without restriction, including without limitation the rights
|
|
3946
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3947
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3948
|
-
furnished to do so, subject to the following conditions:
|
|
3949
|
-
|
|
3950
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3951
|
-
copies or substantial portions of the Software.
|
|
3952
|
-
|
|
3953
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3954
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3955
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3956
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3957
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3958
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3969
|
+
MIT License
|
|
3970
|
+
|
|
3971
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
3972
|
+
|
|
3973
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3974
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3975
|
+
in the Software without restriction, including without limitation the rights
|
|
3976
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3977
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3978
|
+
furnished to do so, subject to the following conditions:
|
|
3979
|
+
|
|
3980
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3981
|
+
copies or substantial portions of the Software.
|
|
3982
|
+
|
|
3983
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3984
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3985
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3986
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3987
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3988
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3959
3989
|
SOFTWARE.
|
|
3990
|
+
|
|
3960
3991
|
````
|
|
3961
3992
|
|
|
3962
3993
|
---
|
|
@@ -3965,10 +3996,10 @@ SOFTWARE.
|
|
|
3965
3996
|
|
|
3966
3997
|
### Rust Crates:
|
|
3967
3998
|
|
|
3968
|
-
- [
|
|
3999
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
3969
4000
|
|
|
3970
4001
|
````text
|
|
3971
|
-
Copyright (c) The
|
|
4002
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
3972
4003
|
|
|
3973
4004
|
Permission is hereby granted, free of charge, to any
|
|
3974
4005
|
person obtaining a copy of this software and associated
|
|
@@ -4002,10 +4033,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4002
4033
|
|
|
4003
4034
|
### Rust Crates:
|
|
4004
4035
|
|
|
4005
|
-
- [
|
|
4036
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
4006
4037
|
|
|
4007
4038
|
````text
|
|
4008
|
-
Copyright (c) 2016
|
|
4039
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
4009
4040
|
|
|
4010
4041
|
Permission is hereby granted, free of charge, to any
|
|
4011
4042
|
person obtaining a copy of this software and associated
|
|
@@ -4035,37 +4066,6 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4035
4066
|
|
|
4036
4067
|
---
|
|
4037
4068
|
|
|
4038
|
-
## The following dependencies are licensed under the MIT License:
|
|
4039
|
-
|
|
4040
|
-
### Rust Crates:
|
|
4041
|
-
|
|
4042
|
-
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
4043
|
-
|
|
4044
|
-
````text
|
|
4045
|
-
Copyright (c) 2023-2025 Sean McArthur
|
|
4046
|
-
|
|
4047
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4048
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4049
|
-
in the Software without restriction, including without limitation the rights
|
|
4050
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4051
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4052
|
-
furnished to do so, subject to the following conditions:
|
|
4053
|
-
|
|
4054
|
-
The above copyright notice and this permission notice shall be included in
|
|
4055
|
-
all copies or substantial portions of the Software.
|
|
4056
|
-
|
|
4057
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4058
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4059
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4060
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4061
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4062
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4063
|
-
THE SOFTWARE.
|
|
4064
|
-
|
|
4065
|
-
````
|
|
4066
|
-
|
|
4067
|
-
---
|
|
4068
|
-
|
|
4069
4069
|
## The following dependencies are licensed under the MPL-2.0 License:
|
|
4070
4070
|
|
|
4071
4071
|
### Rust Crates:
|
|
@@ -4455,14 +4455,31 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4455
4455
|
|
|
4456
4456
|
### Rust Crates:
|
|
4457
4457
|
|
|
4458
|
-
- [
|
|
4458
|
+
- [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4459
|
+
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4460
|
+
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4461
|
+
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4462
|
+
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4463
|
+
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4464
|
+
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4465
|
+
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4466
|
+
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4467
|
+
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4468
|
+
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4469
|
+
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4470
|
+
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4471
|
+
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4472
|
+
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4473
|
+
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4474
|
+
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4475
|
+
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4459
4476
|
|
|
4460
4477
|
````text
|
|
4461
4478
|
UNICODE LICENSE V3
|
|
4462
4479
|
|
|
4463
4480
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4464
4481
|
|
|
4465
|
-
Copyright ©
|
|
4482
|
+
Copyright © 2020-2024 Unicode, Inc.
|
|
4466
4483
|
|
|
4467
4484
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4468
4485
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4498,6 +4515,13 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4498
4515
|
dealings in these Data Files or Software without prior written
|
|
4499
4516
|
authorization of the copyright holder.
|
|
4500
4517
|
|
|
4518
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
4519
|
+
|
|
4520
|
+
—
|
|
4521
|
+
|
|
4522
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4523
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4524
|
+
|
|
4501
4525
|
````
|
|
4502
4526
|
|
|
4503
4527
|
---
|
|
@@ -4506,31 +4530,14 @@ authorization of the copyright holder.
|
|
|
4506
4530
|
|
|
4507
4531
|
### Rust Crates:
|
|
4508
4532
|
|
|
4509
|
-
- [
|
|
4510
|
-
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4511
|
-
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4512
|
-
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4513
|
-
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4514
|
-
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4515
|
-
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4516
|
-
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4517
|
-
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4518
|
-
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4519
|
-
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4520
|
-
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4521
|
-
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4522
|
-
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4523
|
-
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4524
|
-
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4525
|
-
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4526
|
-
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4533
|
+
- [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
|
|
4527
4534
|
|
|
4528
4535
|
````text
|
|
4529
4536
|
UNICODE LICENSE V3
|
|
4530
4537
|
|
|
4531
4538
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4532
4539
|
|
|
4533
|
-
Copyright ©
|
|
4540
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
4534
4541
|
|
|
4535
4542
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4536
4543
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4566,12 +4573,5 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4566
4573
|
dealings in these Data Files or Software without prior written
|
|
4567
4574
|
authorization of the copyright holder.
|
|
4568
4575
|
|
|
4569
|
-
SPDX-License-Identifier: Unicode-3.0
|
|
4570
|
-
|
|
4571
|
-
—
|
|
4572
|
-
|
|
4573
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4574
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4575
|
-
|
|
4576
4576
|
````
|
|
4577
4577
|
|