@deveco-codegenie/mcp-bridge-win32-x64 1.1.2 → 1.1.4
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 +1122 -1219
- package/napi_bridge.node +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
# SUMMARY
|
|
2
2
|
|
|
3
|
-
**Total Dependencies:**
|
|
3
|
+
**Total Dependencies:** 235
|
|
4
4
|
|
|
5
5
|
- **Rust Crates:** 224 *(By cargo-about)*
|
|
6
|
-
- **NPM Packages:**
|
|
6
|
+
- **NPM Packages:** 11 *(By license-checker-rseidelsohn)*
|
|
7
7
|
|
|
8
8
|
### Licenses Breakdown:
|
|
9
9
|
|
|
10
|
-
- MIT:
|
|
10
|
+
- MIT: 201
|
|
11
11
|
- Unicode-3.0: 19
|
|
12
12
|
- Apache-2.0: 7
|
|
13
13
|
- 0BSD: 4
|
|
14
|
-
-
|
|
15
|
-
-
|
|
14
|
+
- BSD-3-Clause: 1
|
|
15
|
+
- ISC: 1
|
|
16
16
|
- MPL-2.0: 1
|
|
17
|
+
- UNKNOWN: 1
|
|
17
18
|
|
|
18
19
|
|
|
19
20
|
---
|
|
@@ -48,31 +49,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
48
49
|
|
|
49
50
|
### Rust Crates:
|
|
50
51
|
|
|
51
|
-
- [recvmsg](https://crates.io/crates/recvmsg) (1.0.0)
|
|
52
|
-
|
|
53
|
-
````text
|
|
54
|
-
BSD Zero Clause License
|
|
55
|
-
|
|
56
|
-
Copyright (c) 2023 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
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
73
|
-
|
|
74
|
-
### Rust Crates:
|
|
75
|
-
|
|
76
52
|
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
77
53
|
|
|
78
54
|
````text
|
|
@@ -119,89 +95,27 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
119
95
|
|
|
120
96
|
---
|
|
121
97
|
|
|
122
|
-
## The following dependencies are licensed under the
|
|
98
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
123
99
|
|
|
124
100
|
### Rust Crates:
|
|
125
101
|
|
|
126
|
-
- [
|
|
127
|
-
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
128
|
-
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
102
|
+
- [recvmsg](https://crates.io/crates/recvmsg) (1.0.0)
|
|
129
103
|
|
|
130
104
|
````text
|
|
131
|
-
|
|
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
|
|
105
|
+
BSD Zero Clause License
|
|
196
106
|
|
|
197
|
-
|
|
107
|
+
Copyright (c) 2023 kotauskas
|
|
198
108
|
|
|
199
|
-
|
|
200
|
-
|
|
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.
|
|
109
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
110
|
+
purpose with or without fee is hereby granted.
|
|
204
111
|
|
|
112
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
113
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
114
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
115
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
116
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
117
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
118
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
205
119
|
````
|
|
206
120
|
|
|
207
121
|
---
|
|
@@ -210,7 +124,9 @@ limitations under the License.
|
|
|
210
124
|
|
|
211
125
|
### Rust Crates:
|
|
212
126
|
|
|
213
|
-
- [
|
|
127
|
+
- [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
|
|
128
|
+
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
129
|
+
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
214
130
|
|
|
215
131
|
````text
|
|
216
132
|
Apache License
|
|
@@ -401,7 +317,7 @@ limitations under the License.
|
|
|
401
317
|
same "printed page" as the copyright notice for easier
|
|
402
318
|
identification within third-party archives.
|
|
403
319
|
|
|
404
|
-
Copyright
|
|
320
|
+
Copyright [yyyy] [name of copyright owner]
|
|
405
321
|
|
|
406
322
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
407
323
|
you may not use this file except in compliance with the License.
|
|
@@ -423,9 +339,94 @@ limitations under the License.
|
|
|
423
339
|
|
|
424
340
|
### Rust Crates:
|
|
425
341
|
|
|
426
|
-
- [
|
|
427
|
-
- [
|
|
428
|
-
- [
|
|
342
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
343
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
344
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
345
|
+
|
|
346
|
+
````text
|
|
347
|
+
Apache License
|
|
348
|
+
Version 2.0, January 2004
|
|
349
|
+
http://www.apache.org/licenses/
|
|
350
|
+
|
|
351
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
352
|
+
|
|
353
|
+
1. Definitions.
|
|
354
|
+
|
|
355
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
356
|
+
|
|
357
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
358
|
+
|
|
359
|
+
"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.
|
|
360
|
+
|
|
361
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
362
|
+
|
|
363
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
364
|
+
|
|
365
|
+
"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.
|
|
366
|
+
|
|
367
|
+
"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).
|
|
368
|
+
|
|
369
|
+
"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.
|
|
370
|
+
|
|
371
|
+
"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."
|
|
372
|
+
|
|
373
|
+
"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.
|
|
374
|
+
|
|
375
|
+
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.
|
|
376
|
+
|
|
377
|
+
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.
|
|
378
|
+
|
|
379
|
+
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:
|
|
380
|
+
|
|
381
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
382
|
+
|
|
383
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
384
|
+
|
|
385
|
+
(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
|
|
386
|
+
|
|
387
|
+
(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.
|
|
388
|
+
|
|
389
|
+
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.
|
|
390
|
+
|
|
391
|
+
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.
|
|
392
|
+
|
|
393
|
+
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.
|
|
394
|
+
|
|
395
|
+
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.
|
|
396
|
+
|
|
397
|
+
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.
|
|
398
|
+
|
|
399
|
+
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.
|
|
400
|
+
|
|
401
|
+
END OF TERMS AND CONDITIONS
|
|
402
|
+
|
|
403
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
404
|
+
|
|
405
|
+
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.
|
|
406
|
+
|
|
407
|
+
Copyright [yyyy] [name of copyright owner]
|
|
408
|
+
|
|
409
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
410
|
+
you may not use this file except in compliance with the License.
|
|
411
|
+
You may obtain a copy of the License at
|
|
412
|
+
|
|
413
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
414
|
+
|
|
415
|
+
Unless required by applicable law or agreed to in writing, software
|
|
416
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
417
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
418
|
+
See the License for the specific language governing permissions and
|
|
419
|
+
limitations under the License.
|
|
420
|
+
|
|
421
|
+
````
|
|
422
|
+
|
|
423
|
+
---
|
|
424
|
+
|
|
425
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
426
|
+
|
|
427
|
+
### Rust Crates:
|
|
428
|
+
|
|
429
|
+
- [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
|
|
429
430
|
|
|
430
431
|
````text
|
|
431
432
|
Apache License
|
|
@@ -616,7 +617,7 @@ limitations under the License.
|
|
|
616
617
|
same "printed page" as the copyright notice for easier
|
|
617
618
|
identification within third-party archives.
|
|
618
619
|
|
|
619
|
-
Copyright
|
|
620
|
+
Copyright 2011 Google Inc.
|
|
620
621
|
|
|
621
622
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
622
623
|
you may not use this file except in compliance with the License.
|
|
@@ -638,52 +639,13 @@ limitations under the License.
|
|
|
638
639
|
|
|
639
640
|
### NPM Packages:
|
|
640
641
|
|
|
641
|
-
- [
|
|
642
|
-
|
|
643
|
-
````text
|
|
644
|
-
Copyright (c) 2014, Eugene Ware
|
|
645
|
-
All rights reserved.
|
|
646
|
-
|
|
647
|
-
Redistribution and use in source and binary forms, with or without
|
|
648
|
-
modification, are permitted provided that the following conditions are met:
|
|
649
|
-
|
|
650
|
-
1. Redistributions of source code must retain the above copyright
|
|
651
|
-
notice, this list of conditions and the following disclaimer.
|
|
652
|
-
2. Redistributions in binary form must reproduce the above copyright
|
|
653
|
-
notice, this list of conditions and the following disclaimer in the
|
|
654
|
-
documentation and/or other materials provided with the distribution.
|
|
655
|
-
3. Neither the name of Eugene Ware nor the names of its contributors
|
|
656
|
-
may be used to endorse or promote products derived from this software
|
|
657
|
-
without specific prior written permission.
|
|
658
|
-
|
|
659
|
-
THIS SOFTWARE IS PROVIDED BY EUGENE WARE ''AS IS'' AND ANY
|
|
660
|
-
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
661
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
662
|
-
DISCLAIMED. IN NO EVENT SHALL EUGENE WARE BE LIABLE FOR ANY
|
|
663
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
664
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
665
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
666
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
667
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
668
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
669
|
-
|
|
670
|
-
````
|
|
671
|
-
|
|
672
|
-
---
|
|
673
|
-
|
|
674
|
-
## The following dependencies are licensed under the BSD-3-Clause License:
|
|
675
|
-
|
|
676
|
-
### NPM Packages:
|
|
677
|
-
|
|
678
|
-
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.0)
|
|
642
|
+
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.2)
|
|
679
643
|
|
|
680
644
|
````text
|
|
681
645
|
Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
|
|
682
|
-
Copyright (c) 2021-present The Fastify team
|
|
646
|
+
Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
|
|
683
647
|
All rights reserved.
|
|
684
648
|
|
|
685
|
-
The Fastify team members are listed at https://github.com/fastify/fastify#team.
|
|
686
|
-
|
|
687
649
|
Redistribution and use in source and binary forms, with or without
|
|
688
650
|
modification, are permitted provided that the following conditions are met:
|
|
689
651
|
* Redistributions of source code must retain the above copyright
|
|
@@ -716,33 +678,6 @@ The complete list of contributors can be found at:
|
|
|
716
678
|
|
|
717
679
|
## The following dependencies are licensed under the ISC License:
|
|
718
680
|
|
|
719
|
-
### NPM Packages:
|
|
720
|
-
|
|
721
|
-
- [pixelmatch](https://github.com/mapbox/pixelmatch) (7.1.0)
|
|
722
|
-
|
|
723
|
-
````text
|
|
724
|
-
ISC License
|
|
725
|
-
|
|
726
|
-
Copyright (c) 2025, Mapbox
|
|
727
|
-
|
|
728
|
-
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
729
|
-
with or without fee is hereby granted, provided that the above copyright notice
|
|
730
|
-
and this permission notice appear in all copies.
|
|
731
|
-
|
|
732
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
733
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
734
|
-
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
735
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
736
|
-
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
737
|
-
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
738
|
-
THIS SOFTWARE.
|
|
739
|
-
|
|
740
|
-
````
|
|
741
|
-
|
|
742
|
-
---
|
|
743
|
-
|
|
744
|
-
## The following dependencies are licensed under the ISC License:
|
|
745
|
-
|
|
746
681
|
### Rust Crates:
|
|
747
682
|
|
|
748
683
|
- [libloading](https://github.com/nagisa/rust_libloading/) (0.9.0)
|
|
@@ -765,15 +700,40 @@ THIS SOFTWARE.
|
|
|
765
700
|
|
|
766
701
|
---
|
|
767
702
|
|
|
768
|
-
## The following dependencies are licensed under the
|
|
703
|
+
## The following dependencies are licensed under the MIT License:
|
|
769
704
|
|
|
770
|
-
###
|
|
705
|
+
### Rust Crates:
|
|
771
706
|
|
|
772
|
-
- [
|
|
707
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
773
708
|
|
|
774
709
|
````text
|
|
775
|
-
|
|
776
|
-
|
|
710
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
711
|
+
|
|
712
|
+
Permission is hereby granted, free of charge, to any
|
|
713
|
+
person obtaining a copy of this software and associated
|
|
714
|
+
documentation files (the "Software"), to deal in the
|
|
715
|
+
Software without restriction, including without
|
|
716
|
+
limitation the rights to use, copy, modify, merge,
|
|
717
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
718
|
+
the Software, and to permit persons to whom the Software
|
|
719
|
+
is furnished to do so, subject to the following
|
|
720
|
+
conditions:
|
|
721
|
+
|
|
722
|
+
The above copyright notice and this permission notice
|
|
723
|
+
shall be included in all copies or substantial portions
|
|
724
|
+
of the Software.
|
|
725
|
+
|
|
726
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
727
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
728
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
729
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
730
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
731
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
732
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
733
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
734
|
+
DEALINGS IN THE SOFTWARE.
|
|
735
|
+
|
|
736
|
+
````
|
|
777
737
|
|
|
778
738
|
---
|
|
779
739
|
|
|
@@ -781,10 +741,13 @@ Please refer to the package README for license details.
|
|
|
781
741
|
|
|
782
742
|
### Rust Crates:
|
|
783
743
|
|
|
784
|
-
- [
|
|
744
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
745
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
785
746
|
|
|
786
747
|
````text
|
|
787
|
-
|
|
748
|
+
MIT License
|
|
749
|
+
|
|
750
|
+
Copyright (c) 2019 Graham Esau
|
|
788
751
|
|
|
789
752
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
790
753
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -812,35 +775,11 @@ SOFTWARE.
|
|
|
812
775
|
|
|
813
776
|
### Rust Crates:
|
|
814
777
|
|
|
815
|
-
- [
|
|
816
|
-
|
|
817
|
-
````text
|
|
818
|
-
Copyright (c) 2015 steffengy
|
|
819
|
-
|
|
820
|
-
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:
|
|
821
|
-
|
|
822
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
823
|
-
|
|
824
|
-
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.
|
|
825
|
-
|
|
826
|
-
````
|
|
827
|
-
|
|
828
|
-
---
|
|
829
|
-
|
|
830
|
-
## The following dependencies are licensed under the MIT License:
|
|
831
|
-
|
|
832
|
-
### Rust Crates:
|
|
833
|
-
|
|
834
|
-
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
835
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
836
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
837
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
838
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
839
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
778
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
779
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
840
780
|
|
|
841
781
|
````text
|
|
842
|
-
Copyright
|
|
843
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
782
|
+
Copyright (c) 2014 Alex Crichton
|
|
844
783
|
|
|
845
784
|
Permission is hereby granted, free of charge, to any
|
|
846
785
|
person obtaining a copy of this software and associated
|
|
@@ -874,10 +813,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
874
813
|
|
|
875
814
|
### Rust Crates:
|
|
876
815
|
|
|
877
|
-
- [
|
|
816
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
878
817
|
|
|
879
818
|
````text
|
|
880
|
-
|
|
819
|
+
MIT License
|
|
820
|
+
|
|
821
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
881
822
|
|
|
882
823
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
883
824
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -886,17 +827,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
886
827
|
copies of the Software, and to permit persons to whom the Software is
|
|
887
828
|
furnished to do so, subject to the following conditions:
|
|
888
829
|
|
|
889
|
-
The above copyright notice and this permission notice shall be included in
|
|
890
|
-
|
|
830
|
+
The above copyright notice and this permission notice shall be included in all
|
|
831
|
+
copies or substantial portions of the Software.
|
|
891
832
|
|
|
892
833
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
893
834
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
894
835
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
895
836
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
896
837
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
897
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
898
|
-
|
|
899
|
-
|
|
838
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
839
|
+
SOFTWARE.
|
|
900
840
|
|
|
901
841
|
````
|
|
902
842
|
|
|
@@ -906,10 +846,13 @@ THE SOFTWARE.
|
|
|
906
846
|
|
|
907
847
|
### Rust Crates:
|
|
908
848
|
|
|
909
|
-
- [
|
|
849
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
850
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
851
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
852
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
910
853
|
|
|
911
854
|
````text
|
|
912
|
-
Copyright (c)
|
|
855
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
913
856
|
|
|
914
857
|
Permission is hereby granted, free of charge, to any
|
|
915
858
|
person obtaining a copy of this software and associated
|
|
@@ -934,6 +877,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
934
877
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
935
878
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
936
879
|
DEALINGS IN THE SOFTWARE.
|
|
880
|
+
|
|
937
881
|
````
|
|
938
882
|
|
|
939
883
|
---
|
|
@@ -942,16 +886,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
942
886
|
|
|
943
887
|
### Rust Crates:
|
|
944
888
|
|
|
945
|
-
- [
|
|
889
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
946
890
|
|
|
947
891
|
````text
|
|
948
|
-
Copyright
|
|
892
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
949
893
|
|
|
950
|
-
Permission is hereby granted, free of charge, to any
|
|
894
|
+
Permission is hereby granted, free of charge, to any
|
|
895
|
+
person obtaining a copy of this software and associated
|
|
896
|
+
documentation files (the "Software"), to deal in the
|
|
897
|
+
Software without restriction, including without
|
|
898
|
+
limitation the rights to use, copy, modify, merge,
|
|
899
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
900
|
+
the Software, and to permit persons to whom the Software
|
|
901
|
+
is furnished to do so, subject to the following
|
|
902
|
+
conditions:
|
|
951
903
|
|
|
952
|
-
The above copyright notice and this permission notice
|
|
904
|
+
The above copyright notice and this permission notice
|
|
905
|
+
shall be included in all copies or substantial portions
|
|
906
|
+
of the Software.
|
|
953
907
|
|
|
954
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
908
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
909
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
910
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
911
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
912
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
913
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
914
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
915
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
916
|
+
DEALINGS IN THE SOFTWARE.
|
|
955
917
|
|
|
956
918
|
````
|
|
957
919
|
|
|
@@ -961,10 +923,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
961
923
|
|
|
962
924
|
### Rust Crates:
|
|
963
925
|
|
|
964
|
-
- [
|
|
926
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
965
927
|
|
|
966
928
|
````text
|
|
967
|
-
Copyright (c)
|
|
929
|
+
Copyright (c) 2016 Anthony Ramine
|
|
968
930
|
|
|
969
931
|
Permission is hereby granted, free of charge, to any
|
|
970
932
|
person obtaining a copy of this software and associated
|
|
@@ -996,13 +958,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
996
958
|
|
|
997
959
|
## The following dependencies are licensed under the MIT License:
|
|
998
960
|
|
|
999
|
-
###
|
|
961
|
+
### Rust Crates:
|
|
1000
962
|
|
|
1001
|
-
- [
|
|
963
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
1002
964
|
|
|
1003
965
|
````text
|
|
1004
|
-
|
|
1005
|
-
pngjs derived work Copyright (c) 2012 Kuba Niegowski
|
|
966
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
1006
967
|
|
|
1007
968
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1008
969
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1022,6 +983,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1022
983
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1023
984
|
THE SOFTWARE.
|
|
1024
985
|
|
|
986
|
+
|
|
1025
987
|
````
|
|
1026
988
|
|
|
1027
989
|
---
|
|
@@ -1030,12 +992,16 @@ THE SOFTWARE.
|
|
|
1030
992
|
|
|
1031
993
|
### Rust Crates:
|
|
1032
994
|
|
|
1033
|
-
- [
|
|
995
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
1034
996
|
|
|
1035
997
|
````text
|
|
1036
998
|
MIT License
|
|
1037
999
|
|
|
1038
|
-
Copyright
|
|
1000
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
1001
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
1002
|
+
Copyright (c) 2017 Frommi
|
|
1003
|
+
Copyright (c) 2017-2024 oyvindln
|
|
1004
|
+
|
|
1039
1005
|
|
|
1040
1006
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1041
1007
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1054,6 +1020,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
1054
1020
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1055
1021
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1056
1022
|
SOFTWARE.
|
|
1023
|
+
|
|
1057
1024
|
````
|
|
1058
1025
|
|
|
1059
1026
|
---
|
|
@@ -1062,15 +1029,97 @@ SOFTWARE.
|
|
|
1062
1029
|
|
|
1063
1030
|
### Rust Crates:
|
|
1064
1031
|
|
|
1065
|
-
- [
|
|
1066
|
-
- [
|
|
1067
|
-
- [
|
|
1068
|
-
- [
|
|
1069
|
-
- [
|
|
1070
|
-
- [
|
|
1032
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
1033
|
+
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
1034
|
+
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
1035
|
+
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
1036
|
+
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
1037
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1038
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1039
|
+
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
1040
|
+
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
1041
|
+
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
1042
|
+
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
1043
|
+
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
1044
|
+
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
1045
|
+
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
1046
|
+
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
1047
|
+
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
1048
|
+
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
1049
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
1050
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
1051
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
1052
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
1053
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
1054
|
+
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
1055
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
1056
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
1071
1057
|
|
|
1072
1058
|
````text
|
|
1073
|
-
|
|
1059
|
+
MIT License
|
|
1060
|
+
|
|
1061
|
+
Copyright (c) <year> <copyright holders>
|
|
1062
|
+
|
|
1063
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1064
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1065
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1066
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1067
|
+
following conditions:
|
|
1068
|
+
|
|
1069
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1070
|
+
portions of the Software.
|
|
1071
|
+
|
|
1072
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
1073
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
1074
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1075
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1076
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1077
|
+
|
|
1078
|
+
````
|
|
1079
|
+
|
|
1080
|
+
---
|
|
1081
|
+
|
|
1082
|
+
## The following dependencies are licensed under the MIT License:
|
|
1083
|
+
|
|
1084
|
+
### Rust Crates:
|
|
1085
|
+
|
|
1086
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1087
|
+
|
|
1088
|
+
````text
|
|
1089
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
1090
|
+
|
|
1091
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1092
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1093
|
+
in the Software without restriction, including without limitation the rights
|
|
1094
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1095
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1096
|
+
furnished to do so, subject to the following conditions:
|
|
1097
|
+
|
|
1098
|
+
The above copyright notice and this permission notice shall be included in
|
|
1099
|
+
all copies or substantial portions of the Software.
|
|
1100
|
+
|
|
1101
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1102
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1103
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1104
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1105
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1106
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1107
|
+
THE SOFTWARE.
|
|
1108
|
+
|
|
1109
|
+
````
|
|
1110
|
+
|
|
1111
|
+
---
|
|
1112
|
+
|
|
1113
|
+
## The following dependencies are licensed under the MIT License:
|
|
1114
|
+
|
|
1115
|
+
### Rust Crates:
|
|
1116
|
+
|
|
1117
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
1118
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1119
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1120
|
+
|
|
1121
|
+
````text
|
|
1122
|
+
Copyright (c) 2019 Tower Contributors
|
|
1074
1123
|
|
|
1075
1124
|
Permission is hereby granted, free of charge, to any
|
|
1076
1125
|
person obtaining a copy of this software and associated
|
|
@@ -1141,12 +1190,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1141
1190
|
|
|
1142
1191
|
### Rust Crates:
|
|
1143
1192
|
|
|
1144
|
-
- [tokio
|
|
1193
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
1194
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1195
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1145
1196
|
|
|
1146
1197
|
````text
|
|
1147
1198
|
MIT License
|
|
1148
1199
|
|
|
1149
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
1150
1200
|
Copyright (c) Tokio Contributors
|
|
1151
1201
|
|
|
1152
1202
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1175,38 +1225,11 @@ SOFTWARE.
|
|
|
1175
1225
|
|
|
1176
1226
|
### Rust Crates:
|
|
1177
1227
|
|
|
1178
|
-
- [
|
|
1179
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1180
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1181
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1182
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1183
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1184
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1185
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1186
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1187
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1188
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1189
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1190
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1191
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1192
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1193
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1194
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1195
|
-
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
1196
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1197
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1198
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1199
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1200
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1201
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1202
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1203
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1204
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1205
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1206
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1207
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1228
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
1208
1229
|
|
|
1209
1230
|
````text
|
|
1231
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
1232
|
+
|
|
1210
1233
|
Permission is hereby granted, free of charge, to any
|
|
1211
1234
|
person obtaining a copy of this software and associated
|
|
1212
1235
|
documentation files (the "Software"), to deal in the
|
|
@@ -1239,10 +1262,17 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1239
1262
|
|
|
1240
1263
|
### Rust Crates:
|
|
1241
1264
|
|
|
1242
|
-
- [
|
|
1265
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
1243
1266
|
|
|
1244
1267
|
````text
|
|
1245
|
-
Copyright (c)
|
|
1268
|
+
Copyright (c) 2016 The humantime Developers
|
|
1269
|
+
|
|
1270
|
+
Includes parts of http date with the following copyright:
|
|
1271
|
+
Copyright (c) 2016 Pyfisch
|
|
1272
|
+
|
|
1273
|
+
Includes portions of musl libc with the following copyright:
|
|
1274
|
+
Copyright © 2005-2013 Rich Felker
|
|
1275
|
+
|
|
1246
1276
|
|
|
1247
1277
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1248
1278
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1251,16 +1281,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1251
1281
|
copies of the Software, and to permit persons to whom the Software is
|
|
1252
1282
|
furnished to do so, subject to the following conditions:
|
|
1253
1283
|
|
|
1254
|
-
The above copyright notice and this permission notice shall be included in
|
|
1255
|
-
|
|
1284
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1285
|
+
copies or substantial portions of the Software.
|
|
1256
1286
|
|
|
1257
1287
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1258
1288
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1259
1289
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1260
1290
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1261
1291
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1262
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1263
|
-
|
|
1292
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1293
|
+
SOFTWARE.
|
|
1264
1294
|
|
|
1265
1295
|
````
|
|
1266
1296
|
|
|
@@ -1270,12 +1300,41 @@ THE SOFTWARE.
|
|
|
1270
1300
|
|
|
1271
1301
|
### Rust Crates:
|
|
1272
1302
|
|
|
1273
|
-
- [
|
|
1274
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1275
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1303
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
1276
1304
|
|
|
1277
1305
|
````text
|
|
1278
|
-
Copyright (c)
|
|
1306
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
1307
|
+
|
|
1308
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1309
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1310
|
+
in the Software without restriction, including without limitation the rights
|
|
1311
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1312
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1313
|
+
furnished to do so, subject to the following conditions:
|
|
1314
|
+
|
|
1315
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1316
|
+
copies or substantial portions of the Software.
|
|
1317
|
+
|
|
1318
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1319
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1320
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1321
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1322
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1323
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1324
|
+
SOFTWARE.
|
|
1325
|
+
|
|
1326
|
+
````
|
|
1327
|
+
|
|
1328
|
+
---
|
|
1329
|
+
|
|
1330
|
+
## The following dependencies are licensed under the MIT License:
|
|
1331
|
+
|
|
1332
|
+
### Rust Crates:
|
|
1333
|
+
|
|
1334
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
1335
|
+
|
|
1336
|
+
````text
|
|
1337
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
1279
1338
|
|
|
1280
1339
|
Permission is hereby granted, free of charge, to any
|
|
1281
1340
|
person obtaining a copy of this software and associated
|
|
@@ -1309,10 +1368,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1309
1368
|
|
|
1310
1369
|
### Rust Crates:
|
|
1311
1370
|
|
|
1312
|
-
- [
|
|
1371
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
1313
1372
|
|
|
1314
1373
|
````text
|
|
1315
|
-
Copyright (c) 2015
|
|
1374
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
1316
1375
|
|
|
1317
1376
|
Permission is hereby granted, free of charge, to any
|
|
1318
1377
|
person obtaining a copy of this software and associated
|
|
@@ -1346,10 +1405,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1346
1405
|
|
|
1347
1406
|
### Rust Crates:
|
|
1348
1407
|
|
|
1349
|
-
- [
|
|
1408
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
1350
1409
|
|
|
1351
1410
|
````text
|
|
1352
|
-
Copyright (c)
|
|
1411
|
+
Copyright (c) 2017 Sean McArthur
|
|
1353
1412
|
|
|
1354
1413
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1355
1414
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1378,10 +1437,16 @@ THE SOFTWARE.
|
|
|
1378
1437
|
|
|
1379
1438
|
### Rust Crates:
|
|
1380
1439
|
|
|
1381
|
-
- [
|
|
1440
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
1441
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
1442
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
1443
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
1444
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
1445
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
1382
1446
|
|
|
1383
1447
|
````text
|
|
1384
|
-
Copyright
|
|
1448
|
+
Copyright 2018 Developers of the Rand project
|
|
1449
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1385
1450
|
|
|
1386
1451
|
Permission is hereby granted, free of charge, to any
|
|
1387
1452
|
person obtaining a copy of this software and associated
|
|
@@ -1413,14 +1478,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1413
1478
|
|
|
1414
1479
|
## The following dependencies are licensed under the MIT License:
|
|
1415
1480
|
|
|
1416
|
-
###
|
|
1481
|
+
### Rust Crates:
|
|
1417
1482
|
|
|
1418
|
-
- [
|
|
1483
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
1484
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1485
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1419
1486
|
|
|
1420
1487
|
````text
|
|
1421
|
-
|
|
1488
|
+
MIT License
|
|
1422
1489
|
|
|
1423
|
-
Copyright (c)
|
|
1490
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
1424
1491
|
|
|
1425
1492
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1426
1493
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1429,16 +1496,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1429
1496
|
copies of the Software, and to permit persons to whom the Software is
|
|
1430
1497
|
furnished to do so, subject to the following conditions:
|
|
1431
1498
|
|
|
1432
|
-
The above copyright notice and this permission notice shall be included in
|
|
1433
|
-
|
|
1499
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1500
|
+
copies or substantial portions of the Software.
|
|
1434
1501
|
|
|
1435
1502
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1436
1503
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1437
1504
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1438
1505
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1439
1506
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1440
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1441
|
-
|
|
1507
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1508
|
+
SOFTWARE.
|
|
1442
1509
|
|
|
1443
1510
|
````
|
|
1444
1511
|
|
|
@@ -1448,11 +1515,10 @@ THE SOFTWARE.
|
|
|
1448
1515
|
|
|
1449
1516
|
### Rust Crates:
|
|
1450
1517
|
|
|
1451
|
-
- [
|
|
1518
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
1452
1519
|
|
|
1453
1520
|
````text
|
|
1454
|
-
Copyright (c)
|
|
1455
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1521
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
1456
1522
|
|
|
1457
1523
|
Permission is hereby granted, free of charge, to any
|
|
1458
1524
|
person obtaining a copy of this software and associated
|
|
@@ -1486,10 +1552,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1486
1552
|
|
|
1487
1553
|
### Rust Crates:
|
|
1488
1554
|
|
|
1489
|
-
- [hyper
|
|
1555
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
1490
1556
|
|
|
1491
1557
|
````text
|
|
1492
|
-
Copyright (c)
|
|
1558
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
1493
1559
|
|
|
1494
1560
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1495
1561
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1517,43 +1583,10 @@ THE SOFTWARE.
|
|
|
1517
1583
|
|
|
1518
1584
|
### Rust Crates:
|
|
1519
1585
|
|
|
1520
|
-
- [
|
|
1521
|
-
|
|
1522
|
-
````text
|
|
1523
|
-
MIT License
|
|
1524
|
-
|
|
1525
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
1526
|
-
|
|
1527
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1528
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1529
|
-
in the Software without restriction, including without limitation the rights
|
|
1530
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1531
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1532
|
-
furnished to do so, subject to the following conditions:
|
|
1533
|
-
|
|
1534
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1535
|
-
copies or substantial portions of the Software.
|
|
1536
|
-
|
|
1537
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1538
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1539
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1540
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1541
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1542
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1543
|
-
SOFTWARE.
|
|
1544
|
-
|
|
1545
|
-
````
|
|
1546
|
-
|
|
1547
|
-
---
|
|
1548
|
-
|
|
1549
|
-
## The following dependencies are licensed under the MIT License:
|
|
1550
|
-
|
|
1551
|
-
### Rust Crates:
|
|
1552
|
-
|
|
1553
|
-
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
1586
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
1554
1587
|
|
|
1555
1588
|
````text
|
|
1556
|
-
Copyright (c)
|
|
1589
|
+
Copyright (c) 2016--2023
|
|
1557
1590
|
|
|
1558
1591
|
Permission is hereby granted, free of charge, to any
|
|
1559
1592
|
person obtaining a copy of this software and associated
|
|
@@ -1587,62 +1620,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1587
1620
|
|
|
1588
1621
|
### Rust Crates:
|
|
1589
1622
|
|
|
1590
|
-
- [
|
|
1623
|
+
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
1591
1624
|
|
|
1592
1625
|
````text
|
|
1593
|
-
Copyright (
|
|
1594
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
1626
|
+
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
1595
1627
|
|
|
1596
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1628
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1629
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1630
|
+
the Software without restriction, including without limitation the rights to
|
|
1631
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1632
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1633
|
+
subject to the following conditions:
|
|
1602
1634
|
|
|
1603
|
-
The above copyright notice and this permission notice shall be included in
|
|
1604
|
-
|
|
1635
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1636
|
+
copies or substantial portions of the Software.
|
|
1605
1637
|
|
|
1606
1638
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1607
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
THE SOFTWARE.
|
|
1613
|
-
|
|
1614
|
-
````
|
|
1615
|
-
|
|
1616
|
-
---
|
|
1617
|
-
|
|
1618
|
-
## The following dependencies are licensed under the MIT License:
|
|
1619
|
-
|
|
1620
|
-
### Rust Crates:
|
|
1621
|
-
|
|
1622
|
-
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
1639
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1640
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
1641
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
1642
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1643
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1623
1644
|
|
|
1624
|
-
````text
|
|
1625
|
-
The MIT License (MIT)
|
|
1626
|
-
|
|
1627
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
1628
|
-
|
|
1629
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1630
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1631
|
-
in the Software without restriction, including without limitation the rights
|
|
1632
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1633
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1634
|
-
furnished to do so, subject to the following conditions:
|
|
1635
|
-
|
|
1636
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1637
|
-
copies or substantial portions of the Software.
|
|
1638
|
-
|
|
1639
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1640
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1641
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1642
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1643
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1644
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1645
|
-
SOFTWARE.
|
|
1646
1645
|
````
|
|
1647
1646
|
|
|
1648
1647
|
---
|
|
@@ -1651,14 +1650,13 @@ SOFTWARE.
|
|
|
1651
1650
|
|
|
1652
1651
|
### Rust Crates:
|
|
1653
1652
|
|
|
1654
|
-
- [
|
|
1653
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
1655
1654
|
|
|
1656
1655
|
````text
|
|
1657
1656
|
The MIT License (MIT)
|
|
1658
1657
|
|
|
1659
|
-
Copyright (c) 2015
|
|
1660
|
-
Copyright (c)
|
|
1661
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
1658
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
1659
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
1662
1660
|
|
|
1663
1661
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1664
1662
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1686,10 +1684,10 @@ SOFTWARE.
|
|
|
1686
1684
|
|
|
1687
1685
|
### Rust Crates:
|
|
1688
1686
|
|
|
1689
|
-
- [
|
|
1687
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
1690
1688
|
|
|
1691
1689
|
````text
|
|
1692
|
-
Copyright (c)
|
|
1690
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
1693
1691
|
|
|
1694
1692
|
Permission is hereby granted, free of charge, to any
|
|
1695
1693
|
person obtaining a copy of this software and associated
|
|
@@ -1723,11 +1721,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1723
1721
|
|
|
1724
1722
|
### Rust Crates:
|
|
1725
1723
|
|
|
1726
|
-
- [
|
|
1727
|
-
- [
|
|
1724
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
1725
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1726
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1727
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1728
1728
|
|
|
1729
1729
|
````text
|
|
1730
|
-
|
|
1730
|
+
The MIT License (MIT)
|
|
1731
|
+
|
|
1732
|
+
Copyright (c) 2015 Andrew Gallant
|
|
1731
1733
|
|
|
1732
1734
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1733
1735
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1736,16 +1738,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1736
1738
|
copies of the Software, and to permit persons to whom the Software is
|
|
1737
1739
|
furnished to do so, subject to the following conditions:
|
|
1738
1740
|
|
|
1739
|
-
The above copyright notice and this permission notice shall be included in
|
|
1740
|
-
copies or substantial portions of the Software.
|
|
1741
|
+
The above copyright notice and this permission notice shall be included in
|
|
1742
|
+
all copies or substantial portions of the Software.
|
|
1741
1743
|
|
|
1742
1744
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1743
1745
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1744
1746
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1745
1747
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1746
1748
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1747
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1748
|
-
SOFTWARE.
|
|
1749
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1750
|
+
THE SOFTWARE.
|
|
1749
1751
|
|
|
1750
1752
|
````
|
|
1751
1753
|
|
|
@@ -1755,115 +1757,19 @@ SOFTWARE.
|
|
|
1755
1757
|
|
|
1756
1758
|
### Rust Crates:
|
|
1757
1759
|
|
|
1758
|
-
- [
|
|
1760
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1761
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1762
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1763
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1764
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1765
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1766
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1767
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1768
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1759
1769
|
|
|
1760
1770
|
````text
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
1764
|
-
|
|
1765
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1766
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1767
|
-
in the Software without restriction, including without limitation the rights
|
|
1768
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1769
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1770
|
-
furnished to do so, subject to the following conditions:
|
|
1771
|
-
|
|
1772
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1773
|
-
copies or substantial portions of the Software.
|
|
1774
|
-
|
|
1775
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1776
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1777
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1778
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1779
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1780
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1781
|
-
SOFTWARE.
|
|
1782
|
-
|
|
1783
|
-
````
|
|
1784
|
-
|
|
1785
|
-
---
|
|
1786
|
-
|
|
1787
|
-
## The following dependencies are licensed under the MIT License:
|
|
1788
|
-
|
|
1789
|
-
### NPM Packages:
|
|
1790
|
-
|
|
1791
|
-
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
1792
|
-
|
|
1793
|
-
````text
|
|
1794
|
-
MIT License
|
|
1795
|
-
|
|
1796
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
1797
|
-
|
|
1798
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1799
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1800
|
-
in the Software without restriction, including without limitation the rights
|
|
1801
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1802
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1803
|
-
furnished to do so, subject to the following conditions:
|
|
1804
|
-
|
|
1805
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1806
|
-
copies or substantial portions of the Software.
|
|
1807
|
-
|
|
1808
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1809
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1810
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1811
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1812
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1813
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1814
|
-
SOFTWARE.
|
|
1815
|
-
|
|
1816
|
-
[others]: https://github.com/json5/json5/contributors
|
|
1817
|
-
|
|
1818
|
-
````
|
|
1819
|
-
|
|
1820
|
-
---
|
|
1821
|
-
|
|
1822
|
-
## The following dependencies are licensed under the MIT License:
|
|
1823
|
-
|
|
1824
|
-
### Rust Crates:
|
|
1825
|
-
|
|
1826
|
-
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
1827
|
-
|
|
1828
|
-
````text
|
|
1829
|
-
Copyright (c) 2014-2026 Alex Crichton
|
|
1830
|
-
|
|
1831
|
-
Permission is hereby granted, free of charge, to any
|
|
1832
|
-
person obtaining a copy of this software and associated
|
|
1833
|
-
documentation files (the "Software"), to deal in the
|
|
1834
|
-
Software without restriction, including without
|
|
1835
|
-
limitation the rights to use, copy, modify, merge,
|
|
1836
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1837
|
-
the Software, and to permit persons to whom the Software
|
|
1838
|
-
is furnished to do so, subject to the following
|
|
1839
|
-
conditions:
|
|
1840
|
-
|
|
1841
|
-
The above copyright notice and this permission notice
|
|
1842
|
-
shall be included in all copies or substantial portions
|
|
1843
|
-
of the Software.
|
|
1844
|
-
|
|
1845
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1846
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1847
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1848
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1849
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1850
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1851
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1852
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1853
|
-
DEALINGS IN THE SOFTWARE.
|
|
1854
|
-
|
|
1855
|
-
````
|
|
1856
|
-
|
|
1857
|
-
---
|
|
1858
|
-
|
|
1859
|
-
## The following dependencies are licensed under the MIT License:
|
|
1860
|
-
|
|
1861
|
-
### Rust Crates:
|
|
1862
|
-
|
|
1863
|
-
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
1864
|
-
|
|
1865
|
-
````text
|
|
1866
|
-
Copyright (c) 2018 The Servo Project Developers
|
|
1771
|
+
Copyright (c) 2016 Alex Crichton
|
|
1772
|
+
Copyright (c) 2017 The Tokio Authors
|
|
1867
1773
|
|
|
1868
1774
|
Permission is hereby granted, free of charge, to any
|
|
1869
1775
|
person obtaining a copy of this software and associated
|
|
@@ -1897,10 +1803,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1897
1803
|
|
|
1898
1804
|
### Rust Crates:
|
|
1899
1805
|
|
|
1900
|
-
- [
|
|
1806
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
1901
1807
|
|
|
1902
1808
|
````text
|
|
1903
|
-
Copyright (c)
|
|
1809
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
1904
1810
|
|
|
1905
1811
|
Permission is hereby granted, free of charge, to any
|
|
1906
1812
|
person obtaining a copy of this software and associated
|
|
@@ -1934,13 +1840,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1934
1840
|
|
|
1935
1841
|
### Rust Crates:
|
|
1936
1842
|
|
|
1937
|
-
- [
|
|
1938
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1843
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
1939
1844
|
|
|
1940
1845
|
````text
|
|
1941
|
-
Copyright (c)
|
|
1942
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1943
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
1846
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
1944
1847
|
|
|
1945
1848
|
Permission is hereby granted, free of charge, to any
|
|
1946
1849
|
person obtaining a copy of this software and associated
|
|
@@ -1974,11 +1877,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1974
1877
|
|
|
1975
1878
|
### Rust Crates:
|
|
1976
1879
|
|
|
1977
|
-
- [
|
|
1978
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1880
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
1979
1881
|
|
|
1980
1882
|
````text
|
|
1981
|
-
Copyright (c)
|
|
1883
|
+
Copyright (c) 2019 Carl Lerche
|
|
1982
1884
|
|
|
1983
1885
|
Permission is hereby granted, free of charge, to any
|
|
1984
1886
|
person obtaining a copy of this software and associated
|
|
@@ -2012,14 +1914,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2012
1914
|
|
|
2013
1915
|
### Rust Crates:
|
|
2014
1916
|
|
|
2015
|
-
- [
|
|
2016
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2017
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1917
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
2018
1918
|
|
|
2019
1919
|
````text
|
|
2020
|
-
MIT License
|
|
1920
|
+
The MIT License (MIT)
|
|
2021
1921
|
|
|
2022
|
-
Copyright (c)
|
|
1922
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
2023
1923
|
|
|
2024
1924
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2025
1925
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2047,42 +1947,12 @@ SOFTWARE.
|
|
|
2047
1947
|
|
|
2048
1948
|
### Rust Crates:
|
|
2049
1949
|
|
|
2050
|
-
- [
|
|
2051
|
-
|
|
2052
|
-
````text
|
|
2053
|
-
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
2054
|
-
|
|
2055
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2056
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
2057
|
-
the Software without restriction, including without limitation the rights to
|
|
2058
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2059
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2060
|
-
subject to the following conditions:
|
|
2061
|
-
|
|
2062
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2063
|
-
copies or substantial portions of the Software.
|
|
2064
|
-
|
|
2065
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2066
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2067
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
2068
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
2069
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2070
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2071
|
-
|
|
2072
|
-
````
|
|
2073
|
-
|
|
2074
|
-
---
|
|
2075
|
-
|
|
2076
|
-
## The following dependencies are licensed under the MIT License:
|
|
2077
|
-
|
|
2078
|
-
### Rust Crates:
|
|
2079
|
-
|
|
2080
|
-
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
1950
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
2081
1951
|
|
|
2082
1952
|
````text
|
|
2083
1953
|
MIT License
|
|
2084
1954
|
|
|
2085
|
-
Copyright (c)
|
|
1955
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
2086
1956
|
|
|
2087
1957
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2088
1958
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2108,34 +1978,56 @@ SOFTWARE.
|
|
|
2108
1978
|
|
|
2109
1979
|
## The following dependencies are licensed under the MIT License:
|
|
2110
1980
|
|
|
2111
|
-
###
|
|
1981
|
+
### Rust Crates:
|
|
2112
1982
|
|
|
2113
|
-
- [
|
|
1983
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
2114
1984
|
|
|
2115
1985
|
````text
|
|
2116
|
-
|
|
1986
|
+
Copyright (c) 2018 Carl Lerche
|
|
2117
1987
|
|
|
2118
|
-
|
|
1988
|
+
Permission is hereby granted, free of charge, to any
|
|
1989
|
+
person obtaining a copy of this software and associated
|
|
1990
|
+
documentation files (the "Software"), to deal in the
|
|
1991
|
+
Software without restriction, including without
|
|
1992
|
+
limitation the rights to use, copy, modify, merge,
|
|
1993
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1994
|
+
the Software, and to permit persons to whom the Software
|
|
1995
|
+
is furnished to do so, subject to the following
|
|
1996
|
+
conditions:
|
|
2119
1997
|
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2124
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2125
|
-
furnished to do so, subject to the following conditions:
|
|
1998
|
+
The above copyright notice and this permission notice
|
|
1999
|
+
shall be included in all copies or substantial portions
|
|
2000
|
+
of the Software.
|
|
2126
2001
|
|
|
2127
|
-
|
|
2128
|
-
|
|
2002
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2003
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2004
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2005
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2006
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2007
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2008
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2009
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2010
|
+
DEALINGS IN THE SOFTWARE.
|
|
2129
2011
|
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2012
|
+
````
|
|
2013
|
+
|
|
2014
|
+
---
|
|
2015
|
+
|
|
2016
|
+
## The following dependencies are licensed under the MIT License:
|
|
2017
|
+
|
|
2018
|
+
### Rust Crates:
|
|
2019
|
+
|
|
2020
|
+
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
2021
|
+
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
2022
|
+
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
2023
|
+
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
2137
2024
|
|
|
2025
|
+
````text
|
|
2026
|
+
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:
|
|
2027
|
+
|
|
2028
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2138
2029
|
|
|
2030
|
+
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.
|
|
2139
2031
|
````
|
|
2140
2032
|
|
|
2141
2033
|
---
|
|
@@ -2144,15 +2036,10 @@ SOFTWARE.
|
|
|
2144
2036
|
|
|
2145
2037
|
### Rust Crates:
|
|
2146
2038
|
|
|
2147
|
-
- [
|
|
2148
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2149
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2150
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2039
|
+
- [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
|
|
2151
2040
|
|
|
2152
2041
|
````text
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
Copyright (c) 2015 Andrew Gallant
|
|
2042
|
+
Copyright (c) 2015 Igor Shaula
|
|
2156
2043
|
|
|
2157
2044
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2158
2045
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2180,10 +2067,10 @@ THE SOFTWARE.
|
|
|
2180
2067
|
|
|
2181
2068
|
### Rust Crates:
|
|
2182
2069
|
|
|
2183
|
-
- [
|
|
2070
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
2184
2071
|
|
|
2185
2072
|
````text
|
|
2186
|
-
Copyright (c) 2017
|
|
2073
|
+
Copyright (c) 2017 Contributors
|
|
2187
2074
|
|
|
2188
2075
|
Permission is hereby granted, free of charge, to any
|
|
2189
2076
|
person obtaining a copy of this software and associated
|
|
@@ -2217,34 +2104,61 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2217
2104
|
|
|
2218
2105
|
### Rust Crates:
|
|
2219
2106
|
|
|
2220
|
-
- [
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2107
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
2108
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
2109
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
2110
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2111
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
2112
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
2113
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
2114
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
2115
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
2116
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2117
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2118
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
2119
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
2120
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
2121
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
2122
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2123
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2124
|
+
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
2125
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
2126
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
2127
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
2128
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
2129
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
2130
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
2131
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2132
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2133
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2134
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2135
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
2136
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
2137
|
+
|
|
2138
|
+
````text
|
|
2139
|
+
Permission is hereby granted, free of charge, to any
|
|
2140
|
+
person obtaining a copy of this software and associated
|
|
2141
|
+
documentation files (the "Software"), to deal in the
|
|
2142
|
+
Software without restriction, including without
|
|
2143
|
+
limitation the rights to use, copy, modify, merge,
|
|
2144
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2145
|
+
the Software, and to permit persons to whom the Software
|
|
2146
|
+
is furnished to do so, subject to the following
|
|
2147
|
+
conditions:
|
|
2148
|
+
|
|
2149
|
+
The above copyright notice and this permission notice
|
|
2150
|
+
shall be included in all copies or substantial portions
|
|
2151
|
+
of the Software.
|
|
2152
|
+
|
|
2153
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2154
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2155
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2156
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2157
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2158
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2159
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2160
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2161
|
+
DEALINGS IN THE SOFTWARE.
|
|
2248
2162
|
|
|
2249
2163
|
````
|
|
2250
2164
|
|
|
@@ -2254,29 +2168,32 @@ SOFTWARE.
|
|
|
2254
2168
|
|
|
2255
2169
|
### Rust Crates:
|
|
2256
2170
|
|
|
2257
|
-
- [
|
|
2171
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
2258
2172
|
|
|
2259
2173
|
````text
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2174
|
+
The MIT License (MIT)
|
|
2175
|
+
|
|
2176
|
+
Copyright (c) 2016 Johann Tuffe
|
|
2177
|
+
|
|
2178
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2179
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2180
|
+
in the Software without restriction, including without limitation the rights
|
|
2181
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2182
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2183
|
+
furnished to do so, subject to the following conditions:
|
|
2184
|
+
|
|
2185
|
+
|
|
2186
|
+
The above copyright notice and this permission notice shall be included in
|
|
2187
|
+
all copies or substantial portions of the Software.
|
|
2188
|
+
|
|
2189
|
+
|
|
2190
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2191
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2192
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2193
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2194
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2195
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2196
|
+
THE SOFTWARE.
|
|
2280
2197
|
|
|
2281
2198
|
````
|
|
2282
2199
|
|
|
@@ -2284,15 +2201,14 @@ THE SOFTWARE.
|
|
|
2284
2201
|
|
|
2285
2202
|
## The following dependencies are licensed under the MIT License:
|
|
2286
2203
|
|
|
2287
|
-
###
|
|
2204
|
+
### Rust Crates:
|
|
2288
2205
|
|
|
2289
|
-
- [
|
|
2290
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2206
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
2291
2207
|
|
|
2292
2208
|
````text
|
|
2293
2209
|
MIT License
|
|
2294
2210
|
|
|
2295
|
-
Copyright (c)
|
|
2211
|
+
Copyright (c) 2025 Callum Oakley
|
|
2296
2212
|
|
|
2297
2213
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2298
2214
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2320,48 +2236,10 @@ SOFTWARE.
|
|
|
2320
2236
|
|
|
2321
2237
|
### Rust Crates:
|
|
2322
2238
|
|
|
2323
|
-
- [
|
|
2324
|
-
|
|
2325
|
-
````text
|
|
2326
|
-
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
2327
|
-
|
|
2328
|
-
Permission is hereby granted, free of charge, to any
|
|
2329
|
-
person obtaining a copy of this software and associated
|
|
2330
|
-
documentation files (the "Software"), to deal in the
|
|
2331
|
-
Software without restriction, including without
|
|
2332
|
-
limitation the rights to use, copy, modify, merge,
|
|
2333
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2334
|
-
the Software, and to permit persons to whom the Software
|
|
2335
|
-
is furnished to do so, subject to the following
|
|
2336
|
-
conditions:
|
|
2337
|
-
|
|
2338
|
-
The above copyright notice and this permission notice
|
|
2339
|
-
shall be included in all copies or substantial portions
|
|
2340
|
-
of the Software.
|
|
2341
|
-
|
|
2342
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2343
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2344
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2345
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2346
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2347
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2348
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2349
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2350
|
-
DEALINGS IN THE SOFTWARE.
|
|
2351
|
-
|
|
2352
|
-
````
|
|
2353
|
-
|
|
2354
|
-
---
|
|
2355
|
-
|
|
2356
|
-
## The following dependencies are licensed under the MIT License:
|
|
2357
|
-
|
|
2358
|
-
### Rust Crates:
|
|
2359
|
-
|
|
2360
|
-
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
2239
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
2361
2240
|
|
|
2362
2241
|
````text
|
|
2363
|
-
Copyright (c)
|
|
2364
|
-
Copyright (c) 2016 Alex Crichton
|
|
2242
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
2365
2243
|
|
|
2366
2244
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2367
2245
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2390,12 +2268,11 @@ THE SOFTWARE.
|
|
|
2390
2268
|
|
|
2391
2269
|
### Rust Crates:
|
|
2392
2270
|
|
|
2393
|
-
- [
|
|
2271
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
2394
2272
|
|
|
2395
2273
|
````text
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
Copyright (c) 2015 Alice Maz
|
|
2274
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2275
|
+
Copyright (c) 2016 Jason Housley
|
|
2399
2276
|
|
|
2400
2277
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2401
2278
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2421,14 +2298,47 @@ THE SOFTWARE.
|
|
|
2421
2298
|
|
|
2422
2299
|
## The following dependencies are licensed under the MIT License:
|
|
2423
2300
|
|
|
2424
|
-
###
|
|
2301
|
+
### NPM Packages:
|
|
2425
2302
|
|
|
2426
|
-
- [
|
|
2303
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2304
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2427
2305
|
|
|
2428
2306
|
````text
|
|
2429
|
-
MIT License
|
|
2307
|
+
MIT License
|
|
2430
2308
|
|
|
2431
|
-
Copyright (c)
|
|
2309
|
+
Copyright (c) Microsoft Corporation.
|
|
2310
|
+
|
|
2311
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2312
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2313
|
+
in the Software without restriction, including without limitation the rights
|
|
2314
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2315
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2316
|
+
furnished to do so, subject to the following conditions:
|
|
2317
|
+
|
|
2318
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2319
|
+
copies or substantial portions of the Software.
|
|
2320
|
+
|
|
2321
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2322
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2323
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2324
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2325
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2326
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2327
|
+
SOFTWARE
|
|
2328
|
+
|
|
2329
|
+
````
|
|
2330
|
+
|
|
2331
|
+
---
|
|
2332
|
+
|
|
2333
|
+
## The following dependencies are licensed under the MIT License:
|
|
2334
|
+
|
|
2335
|
+
### Rust Crates:
|
|
2336
|
+
|
|
2337
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
2338
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2339
|
+
|
|
2340
|
+
````text
|
|
2341
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
2432
2342
|
|
|
2433
2343
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2434
2344
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2456,19 +2366,10 @@ SOFTWARE.
|
|
|
2456
2366
|
|
|
2457
2367
|
### Rust Crates:
|
|
2458
2368
|
|
|
2459
|
-
- [
|
|
2460
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2461
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2462
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2463
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2464
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2465
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2466
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2467
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2369
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
2468
2370
|
|
|
2469
2371
|
````text
|
|
2470
|
-
Copyright (c)
|
|
2471
|
-
Copyright (c) 2017 The Tokio Authors
|
|
2372
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
2472
2373
|
|
|
2473
2374
|
Permission is hereby granted, free of charge, to any
|
|
2474
2375
|
person obtaining a copy of this software and associated
|
|
@@ -2502,32 +2403,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2502
2403
|
|
|
2503
2404
|
### Rust Crates:
|
|
2504
2405
|
|
|
2505
|
-
- [
|
|
2506
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2507
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2406
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
2508
2407
|
|
|
2509
2408
|
````text
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
Copyright (c) 2017 Ted Driggs
|
|
2409
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
2513
2410
|
|
|
2514
|
-
Permission is hereby granted, free of charge, to any
|
|
2515
|
-
of this software and associated
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2411
|
+
Permission is hereby granted, free of charge, to any
|
|
2412
|
+
person obtaining a copy of this software and associated
|
|
2413
|
+
documentation files (the "Software"), to deal in the
|
|
2414
|
+
Software without restriction, including without
|
|
2415
|
+
limitation the rights to use, copy, modify, merge,
|
|
2416
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2417
|
+
the Software, and to permit persons to whom the Software
|
|
2418
|
+
is furnished to do so, subject to the following
|
|
2419
|
+
conditions:
|
|
2520
2420
|
|
|
2521
|
-
The above copyright notice and this permission notice
|
|
2522
|
-
copies or substantial portions
|
|
2421
|
+
The above copyright notice and this permission notice
|
|
2422
|
+
shall be included in all copies or substantial portions
|
|
2423
|
+
of the Software.
|
|
2523
2424
|
|
|
2524
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2525
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2425
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2426
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2427
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2428
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2429
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2430
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2431
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2432
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2433
|
+
DEALINGS IN THE SOFTWARE.
|
|
2531
2434
|
|
|
2532
2435
|
````
|
|
2533
2436
|
|
|
@@ -2537,10 +2440,15 @@ SOFTWARE.
|
|
|
2537
2440
|
|
|
2538
2441
|
### Rust Crates:
|
|
2539
2442
|
|
|
2540
|
-
- [
|
|
2443
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
2444
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2445
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2446
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2447
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2448
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
2541
2449
|
|
|
2542
2450
|
````text
|
|
2543
|
-
Copyright (c) 2019
|
|
2451
|
+
Copyright (c) 2019 Tokio Contributors
|
|
2544
2452
|
|
|
2545
2453
|
Permission is hereby granted, free of charge, to any
|
|
2546
2454
|
person obtaining a copy of this software and associated
|
|
@@ -2574,10 +2482,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2574
2482
|
|
|
2575
2483
|
### Rust Crates:
|
|
2576
2484
|
|
|
2577
|
-
- [
|
|
2485
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
2578
2486
|
|
|
2579
2487
|
````text
|
|
2580
|
-
Copyright
|
|
2488
|
+
Copyright 2023 The Fuchsia Authors
|
|
2581
2489
|
|
|
2582
2490
|
Permission is hereby granted, free of charge, to any
|
|
2583
2491
|
person obtaining a copy of this software and associated
|
|
@@ -2603,6 +2511,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
2603
2511
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2604
2512
|
DEALINGS IN THE SOFTWARE.
|
|
2605
2513
|
|
|
2514
|
+
|
|
2606
2515
|
````
|
|
2607
2516
|
|
|
2608
2517
|
---
|
|
@@ -2611,31 +2520,61 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2611
2520
|
|
|
2612
2521
|
### NPM Packages:
|
|
2613
2522
|
|
|
2614
|
-
- [
|
|
2615
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2523
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
2616
2524
|
|
|
2617
2525
|
````text
|
|
2618
|
-
|
|
2526
|
+
This software is released under the MIT license:
|
|
2619
2527
|
|
|
2620
|
-
|
|
2528
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2529
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2530
|
+
the Software without restriction, including without limitation the rights to
|
|
2531
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2532
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2533
|
+
subject to the following conditions:
|
|
2621
2534
|
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
in the Software without restriction, including without limitation the rights
|
|
2625
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2626
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2627
|
-
furnished to do so, subject to the following conditions:
|
|
2535
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2536
|
+
copies or substantial portions of the Software.
|
|
2628
2537
|
|
|
2629
|
-
|
|
2630
|
-
|
|
2538
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2539
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2540
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2541
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2542
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2543
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2631
2544
|
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2545
|
+
````
|
|
2546
|
+
|
|
2547
|
+
---
|
|
2548
|
+
|
|
2549
|
+
## The following dependencies are licensed under the MIT License:
|
|
2550
|
+
|
|
2551
|
+
### Rust Crates:
|
|
2552
|
+
|
|
2553
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
2554
|
+
|
|
2555
|
+
````text
|
|
2556
|
+
MIT License
|
|
2557
|
+
|
|
2558
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
2559
|
+
Copyright (c) Tokio Contributors
|
|
2560
|
+
|
|
2561
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2562
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2563
|
+
in the Software without restriction, including without limitation the rights
|
|
2564
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2565
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2566
|
+
furnished to do so, subject to the following conditions:
|
|
2567
|
+
|
|
2568
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2569
|
+
copies or substantial portions of the Software.
|
|
2570
|
+
|
|
2571
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2572
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2573
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2574
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2575
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2576
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2577
|
+
SOFTWARE.
|
|
2639
2578
|
|
|
2640
2579
|
````
|
|
2641
2580
|
|
|
@@ -2645,10 +2584,144 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2645
2584
|
|
|
2646
2585
|
### Rust Crates:
|
|
2647
2586
|
|
|
2648
|
-
- [
|
|
2587
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
2649
2588
|
|
|
2650
2589
|
````text
|
|
2651
|
-
Copyright (c) 2014
|
|
2590
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
2591
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
2592
|
+
|
|
2593
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2594
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2595
|
+
in the Software without restriction, including without limitation the rights
|
|
2596
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2597
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2598
|
+
furnished to do so, subject to the following conditions:
|
|
2599
|
+
|
|
2600
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2601
|
+
copies or substantial portions of the Software.
|
|
2602
|
+
|
|
2603
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2604
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2605
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2606
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2607
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2608
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2609
|
+
SOFTWARE.
|
|
2610
|
+
|
|
2611
|
+
````
|
|
2612
|
+
|
|
2613
|
+
---
|
|
2614
|
+
|
|
2615
|
+
## The following dependencies are licensed under the MIT License:
|
|
2616
|
+
|
|
2617
|
+
### Rust Crates:
|
|
2618
|
+
|
|
2619
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
2620
|
+
|
|
2621
|
+
````text
|
|
2622
|
+
The MIT License (MIT)
|
|
2623
|
+
|
|
2624
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
2625
|
+
|
|
2626
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2627
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2628
|
+
in the Software without restriction, including without limitation the rights
|
|
2629
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2630
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2631
|
+
furnished to do so, subject to the following conditions:
|
|
2632
|
+
|
|
2633
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2634
|
+
copies or substantial portions of the Software.
|
|
2635
|
+
|
|
2636
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2637
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2638
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2639
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2640
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2641
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2642
|
+
SOFTWARE.
|
|
2643
|
+
````
|
|
2644
|
+
|
|
2645
|
+
---
|
|
2646
|
+
|
|
2647
|
+
## The following dependencies are licensed under the MIT License:
|
|
2648
|
+
|
|
2649
|
+
### NPM Packages:
|
|
2650
|
+
|
|
2651
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
2652
|
+
|
|
2653
|
+
````text
|
|
2654
|
+
MIT License
|
|
2655
|
+
|
|
2656
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
2657
|
+
|
|
2658
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2659
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2660
|
+
in the Software without restriction, including without limitation the rights
|
|
2661
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2662
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2663
|
+
furnished to do so, subject to the following conditions:
|
|
2664
|
+
|
|
2665
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2666
|
+
copies or substantial portions of the Software.
|
|
2667
|
+
|
|
2668
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2669
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2670
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2671
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2672
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2673
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2674
|
+
SOFTWARE.
|
|
2675
|
+
|
|
2676
|
+
````
|
|
2677
|
+
|
|
2678
|
+
---
|
|
2679
|
+
|
|
2680
|
+
## The following dependencies are licensed under the MIT License:
|
|
2681
|
+
|
|
2682
|
+
### NPM Packages:
|
|
2683
|
+
|
|
2684
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
2685
|
+
|
|
2686
|
+
````text
|
|
2687
|
+
MIT License
|
|
2688
|
+
|
|
2689
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2690
|
+
|
|
2691
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2692
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2693
|
+
in the Software without restriction, including without limitation the rights
|
|
2694
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2695
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2696
|
+
furnished to do so, subject to the following conditions:
|
|
2697
|
+
|
|
2698
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2699
|
+
copies or substantial portions of the Software.
|
|
2700
|
+
|
|
2701
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2702
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2703
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2704
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2705
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2706
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2707
|
+
SOFTWARE.
|
|
2708
|
+
|
|
2709
|
+
[others]: https://github.com/json5/json5/contributors
|
|
2710
|
+
|
|
2711
|
+
````
|
|
2712
|
+
|
|
2713
|
+
---
|
|
2714
|
+
|
|
2715
|
+
## The following dependencies are licensed under the MIT License:
|
|
2716
|
+
|
|
2717
|
+
### NPM Packages:
|
|
2718
|
+
|
|
2719
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
2720
|
+
|
|
2721
|
+
````text
|
|
2722
|
+
The MIT License (MIT)
|
|
2723
|
+
|
|
2724
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
2652
2725
|
|
|
2653
2726
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2654
2727
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2713,29 +2786,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2713
2786
|
|
|
2714
2787
|
### Rust Crates:
|
|
2715
2788
|
|
|
2716
|
-
- [
|
|
2717
|
-
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
2789
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
2718
2790
|
|
|
2719
2791
|
````text
|
|
2720
|
-
|
|
2792
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
2721
2793
|
|
|
2722
|
-
Permission is hereby granted, free of charge, to any
|
|
2723
|
-
of this software and associated
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2794
|
+
Permission is hereby granted, free of charge, to any
|
|
2795
|
+
person obtaining a copy of this software and associated
|
|
2796
|
+
documentation files (the "Software"), to deal in the
|
|
2797
|
+
Software without restriction, including without
|
|
2798
|
+
limitation the rights to use, copy, modify, merge,
|
|
2799
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2800
|
+
the Software, and to permit persons to whom the Software
|
|
2801
|
+
is furnished to do so, subject to the following
|
|
2802
|
+
conditions:
|
|
2728
2803
|
|
|
2729
|
-
The above copyright notice and this permission notice
|
|
2730
|
-
copies or substantial portions
|
|
2804
|
+
The above copyright notice and this permission notice
|
|
2805
|
+
shall be included in all copies or substantial portions
|
|
2806
|
+
of the Software.
|
|
2731
2807
|
|
|
2732
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2733
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2808
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2809
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2810
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2811
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2812
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2813
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2814
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2815
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2816
|
+
DEALINGS IN THE SOFTWARE.
|
|
2739
2817
|
|
|
2740
2818
|
````
|
|
2741
2819
|
|
|
@@ -2745,10 +2823,10 @@ SOFTWARE.
|
|
|
2745
2823
|
|
|
2746
2824
|
### Rust Crates:
|
|
2747
2825
|
|
|
2748
|
-
- [
|
|
2826
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
2749
2827
|
|
|
2750
2828
|
````text
|
|
2751
|
-
Copyright (c)
|
|
2829
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
2752
2830
|
|
|
2753
2831
|
Permission is hereby granted, free of charge, to any
|
|
2754
2832
|
person obtaining a copy of this software and associated
|
|
@@ -2782,10 +2860,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2782
2860
|
|
|
2783
2861
|
### Rust Crates:
|
|
2784
2862
|
|
|
2785
|
-
- [
|
|
2863
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
2786
2864
|
|
|
2787
2865
|
````text
|
|
2788
|
-
Copyright (c)
|
|
2866
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
2789
2867
|
|
|
2790
2868
|
Permission is hereby granted, free of charge, to any
|
|
2791
2869
|
person obtaining a copy of this software and associated
|
|
@@ -2819,28 +2897,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2819
2897
|
|
|
2820
2898
|
### Rust Crates:
|
|
2821
2899
|
|
|
2822
|
-
- [
|
|
2900
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
2823
2901
|
|
|
2824
2902
|
````text
|
|
2825
|
-
Copyright
|
|
2903
|
+
Copyright 2016 Nika Layzell
|
|
2826
2904
|
|
|
2827
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2828
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2829
|
-
in the Software without restriction, including without limitation the rights
|
|
2830
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2831
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2832
|
-
furnished to do so, subject to the following conditions:
|
|
2905
|
+
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:
|
|
2833
2906
|
|
|
2834
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2835
|
-
copies or substantial portions of the Software.
|
|
2907
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2836
2908
|
|
|
2837
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2838
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2839
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2840
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2841
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2842
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2843
|
-
SOFTWARE.
|
|
2909
|
+
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.
|
|
2844
2910
|
|
|
2845
2911
|
````
|
|
2846
2912
|
|
|
@@ -2850,10 +2916,10 @@ SOFTWARE.
|
|
|
2850
2916
|
|
|
2851
2917
|
### Rust Crates:
|
|
2852
2918
|
|
|
2853
|
-
- [
|
|
2919
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
2854
2920
|
|
|
2855
2921
|
````text
|
|
2856
|
-
Copyright (c)
|
|
2922
|
+
Copyright (c) 2016--2017
|
|
2857
2923
|
|
|
2858
2924
|
Permission is hereby granted, free of charge, to any
|
|
2859
2925
|
person obtaining a copy of this software and associated
|
|
@@ -2887,12 +2953,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2887
2953
|
|
|
2888
2954
|
### Rust Crates:
|
|
2889
2955
|
|
|
2890
|
-
- [
|
|
2956
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
2891
2957
|
|
|
2892
2958
|
````text
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
Copyright (c) 2025 Callum Oakley
|
|
2959
|
+
Copyright (c) 2017 Daniel Abramov
|
|
2960
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2896
2961
|
|
|
2897
2962
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2898
2963
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2901,16 +2966,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2901
2966
|
copies of the Software, and to permit persons to whom the Software is
|
|
2902
2967
|
furnished to do so, subject to the following conditions:
|
|
2903
2968
|
|
|
2904
|
-
The above copyright notice and this permission notice shall be included in
|
|
2905
|
-
copies or substantial portions of the Software.
|
|
2969
|
+
The above copyright notice and this permission notice shall be included in
|
|
2970
|
+
all copies or substantial portions of the Software.
|
|
2906
2971
|
|
|
2907
2972
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2908
2973
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2909
2974
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2910
2975
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2911
2976
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2912
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2913
|
-
SOFTWARE.
|
|
2977
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2978
|
+
THE SOFTWARE.
|
|
2914
2979
|
|
|
2915
2980
|
````
|
|
2916
2981
|
|
|
@@ -2920,17 +2985,14 @@ SOFTWARE.
|
|
|
2920
2985
|
|
|
2921
2986
|
### Rust Crates:
|
|
2922
2987
|
|
|
2923
|
-
- [
|
|
2988
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2989
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2990
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2924
2991
|
|
|
2925
2992
|
````text
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
Includes parts of http date with the following copyright:
|
|
2929
|
-
Copyright (c) 2016 Pyfisch
|
|
2930
|
-
|
|
2931
|
-
Includes portions of musl libc with the following copyright:
|
|
2932
|
-
Copyright © 2005-2013 Rich Felker
|
|
2993
|
+
MIT License
|
|
2933
2994
|
|
|
2995
|
+
Copyright (c) 2017 Ted Driggs
|
|
2934
2996
|
|
|
2935
2997
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2936
2998
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2958,51 +3020,9 @@ SOFTWARE.
|
|
|
2958
3020
|
|
|
2959
3021
|
### Rust Crates:
|
|
2960
3022
|
|
|
2961
|
-
- [
|
|
2962
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
2963
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
2964
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
2965
|
-
|
|
2966
|
-
````text
|
|
2967
|
-
Copyright (c) 2016 The Rust Project Developers
|
|
2968
|
-
|
|
2969
|
-
Permission is hereby granted, free of charge, to any
|
|
2970
|
-
person obtaining a copy of this software and associated
|
|
2971
|
-
documentation files (the "Software"), to deal in the
|
|
2972
|
-
Software without restriction, including without
|
|
2973
|
-
limitation the rights to use, copy, modify, merge,
|
|
2974
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2975
|
-
the Software, and to permit persons to whom the Software
|
|
2976
|
-
is furnished to do so, subject to the following
|
|
2977
|
-
conditions:
|
|
2978
|
-
|
|
2979
|
-
The above copyright notice and this permission notice
|
|
2980
|
-
shall be included in all copies or substantial portions
|
|
2981
|
-
of the Software.
|
|
2982
|
-
|
|
2983
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2984
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2985
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2986
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2987
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2988
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2989
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2990
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2991
|
-
DEALINGS IN THE SOFTWARE.
|
|
2992
|
-
|
|
2993
|
-
````
|
|
2994
|
-
|
|
2995
|
-
---
|
|
2996
|
-
|
|
2997
|
-
## The following dependencies are licensed under the MIT License:
|
|
2998
|
-
|
|
2999
|
-
### Rust Crates:
|
|
3000
|
-
|
|
3001
|
-
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
3023
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
3002
3024
|
|
|
3003
3025
|
````text
|
|
3004
|
-
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
3005
|
-
|
|
3006
3026
|
Permission is hereby granted, free of charge, to any
|
|
3007
3027
|
person obtaining a copy of this software and associated
|
|
3008
3028
|
documentation files (the "Software"), to deal in the
|
|
@@ -3026,7 +3046,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3026
3046
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3027
3047
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3028
3048
|
DEALINGS IN THE SOFTWARE.
|
|
3029
|
-
|
|
3030
3049
|
````
|
|
3031
3050
|
|
|
3032
3051
|
---
|
|
@@ -3035,11 +3054,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3035
3054
|
|
|
3036
3055
|
### Rust Crates:
|
|
3037
3056
|
|
|
3038
|
-
- [
|
|
3057
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
3058
|
+
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
3039
3059
|
|
|
3040
3060
|
````text
|
|
3041
|
-
|
|
3042
|
-
Copyright (c) 2016 Jason Housley
|
|
3061
|
+
MIT License
|
|
3043
3062
|
|
|
3044
3063
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3045
3064
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3048,16 +3067,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3048
3067
|
copies of the Software, and to permit persons to whom the Software is
|
|
3049
3068
|
furnished to do so, subject to the following conditions:
|
|
3050
3069
|
|
|
3051
|
-
The above copyright notice and this permission notice shall be included in
|
|
3052
|
-
|
|
3070
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3071
|
+
copies or substantial portions of the Software.
|
|
3053
3072
|
|
|
3054
3073
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3055
3074
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3056
3075
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3057
3076
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3058
3077
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3059
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3060
|
-
|
|
3078
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3079
|
+
SOFTWARE.
|
|
3061
3080
|
|
|
3062
3081
|
````
|
|
3063
3082
|
|
|
@@ -3067,13 +3086,10 @@ THE SOFTWARE.
|
|
|
3067
3086
|
|
|
3068
3087
|
### Rust Crates:
|
|
3069
3088
|
|
|
3070
|
-
- [
|
|
3071
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3089
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
3072
3090
|
|
|
3073
3091
|
````text
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3092
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
3077
3093
|
|
|
3078
3094
|
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:
|
|
3079
3095
|
|
|
@@ -3087,14 +3103,52 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3087
3103
|
|
|
3088
3104
|
## The following dependencies are licensed under the MIT License:
|
|
3089
3105
|
|
|
3090
|
-
###
|
|
3106
|
+
### Rust Crates:
|
|
3091
3107
|
|
|
3092
|
-
- [
|
|
3108
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
3109
|
+
|
|
3110
|
+
````text
|
|
3111
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
3112
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3113
|
+
|
|
3114
|
+
Permission is hereby granted, free of charge, to any
|
|
3115
|
+
person obtaining a copy of this software and associated
|
|
3116
|
+
documentation files (the "Software"), to deal in the
|
|
3117
|
+
Software without restriction, including without
|
|
3118
|
+
limitation the rights to use, copy, modify, merge,
|
|
3119
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3120
|
+
the Software, and to permit persons to whom the Software
|
|
3121
|
+
is furnished to do so, subject to the following
|
|
3122
|
+
conditions:
|
|
3123
|
+
|
|
3124
|
+
The above copyright notice and this permission notice
|
|
3125
|
+
shall be included in all copies or substantial portions
|
|
3126
|
+
of the Software.
|
|
3127
|
+
|
|
3128
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3129
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3130
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3131
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3132
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3133
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3134
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3135
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3136
|
+
DEALINGS IN THE SOFTWARE.
|
|
3137
|
+
|
|
3138
|
+
````
|
|
3139
|
+
|
|
3140
|
+
---
|
|
3141
|
+
|
|
3142
|
+
## The following dependencies are licensed under the MIT License:
|
|
3143
|
+
|
|
3144
|
+
### Rust Crates:
|
|
3145
|
+
|
|
3146
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
3093
3147
|
|
|
3094
3148
|
````text
|
|
3095
3149
|
MIT License
|
|
3096
3150
|
|
|
3097
|
-
Copyright (c)
|
|
3151
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
3098
3152
|
|
|
3099
3153
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3100
3154
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3122,32 +3176,12 @@ SOFTWARE.
|
|
|
3122
3176
|
|
|
3123
3177
|
### Rust Crates:
|
|
3124
3178
|
|
|
3125
|
-
- [
|
|
3126
|
-
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
3127
|
-
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
3128
|
-
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
3129
|
-
|
|
3130
|
-
````text
|
|
3131
|
-
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:
|
|
3132
|
-
|
|
3133
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3134
|
-
|
|
3135
|
-
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.
|
|
3136
|
-
````
|
|
3137
|
-
|
|
3138
|
-
---
|
|
3139
|
-
|
|
3140
|
-
## The following dependencies are licensed under the MIT License:
|
|
3141
|
-
|
|
3142
|
-
### Rust Crates:
|
|
3143
|
-
|
|
3144
|
-
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
3145
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3179
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
3146
3180
|
|
|
3147
3181
|
````text
|
|
3148
|
-
MIT License
|
|
3182
|
+
The MIT License (MIT)
|
|
3149
3183
|
|
|
3150
|
-
Copyright (c)
|
|
3184
|
+
Copyright (c) 2015 Alice Maz
|
|
3151
3185
|
|
|
3152
3186
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3153
3187
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3156,16 +3190,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3156
3190
|
copies of the Software, and to permit persons to whom the Software is
|
|
3157
3191
|
furnished to do so, subject to the following conditions:
|
|
3158
3192
|
|
|
3159
|
-
The above copyright notice and this permission notice shall be included in
|
|
3160
|
-
copies or substantial portions of the Software.
|
|
3193
|
+
The above copyright notice and this permission notice shall be included in
|
|
3194
|
+
all copies or substantial portions of the Software.
|
|
3161
3195
|
|
|
3162
3196
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3163
3197
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3164
3198
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3165
3199
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3166
3200
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3167
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3168
|
-
SOFTWARE.
|
|
3201
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3202
|
+
THE SOFTWARE.
|
|
3169
3203
|
|
|
3170
3204
|
````
|
|
3171
3205
|
|
|
@@ -3175,10 +3209,10 @@ SOFTWARE.
|
|
|
3175
3209
|
|
|
3176
3210
|
### Rust Crates:
|
|
3177
3211
|
|
|
3178
|
-
- [
|
|
3212
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
3179
3213
|
|
|
3180
3214
|
````text
|
|
3181
|
-
Copyright (c) 2015
|
|
3215
|
+
Copyright (c) 2015 Steven Allen
|
|
3182
3216
|
|
|
3183
3217
|
Permission is hereby granted, free of charge, to any
|
|
3184
3218
|
person obtaining a copy of this software and associated
|
|
@@ -3212,14 +3246,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3212
3246
|
|
|
3213
3247
|
### Rust Crates:
|
|
3214
3248
|
|
|
3215
|
-
- [
|
|
3216
|
-
- [
|
|
3217
|
-
|
|
3249
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
3250
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3251
|
+
|
|
3252
|
+
````text
|
|
3253
|
+
The MIT License (MIT)
|
|
3254
|
+
|
|
3255
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3256
|
+
|
|
3257
|
+
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:
|
|
3258
|
+
|
|
3259
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3260
|
+
|
|
3261
|
+
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.
|
|
3262
|
+
|
|
3263
|
+
````
|
|
3264
|
+
|
|
3265
|
+
---
|
|
3266
|
+
|
|
3267
|
+
## The following dependencies are licensed under the MIT License:
|
|
3268
|
+
|
|
3269
|
+
### Rust Crates:
|
|
3270
|
+
|
|
3271
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
3218
3272
|
|
|
3219
3273
|
````text
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
Copyright (c) Tokio Contributors
|
|
3274
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
3275
|
+
Copyright (c) 2016 Alex Crichton
|
|
3223
3276
|
|
|
3224
3277
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3225
3278
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3228,16 +3281,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3228
3281
|
copies of the Software, and to permit persons to whom the Software is
|
|
3229
3282
|
furnished to do so, subject to the following conditions:
|
|
3230
3283
|
|
|
3231
|
-
The above copyright notice and this permission notice shall be included in
|
|
3232
|
-
copies or substantial portions of the Software.
|
|
3284
|
+
The above copyright notice and this permission notice shall be included in
|
|
3285
|
+
all copies or substantial portions of the Software.
|
|
3233
3286
|
|
|
3234
3287
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3235
3288
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3236
3289
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3237
3290
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3238
3291
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3239
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3240
|
-
SOFTWARE.
|
|
3292
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3293
|
+
THE SOFTWARE.
|
|
3294
|
+
|
|
3241
3295
|
|
|
3242
3296
|
````
|
|
3243
3297
|
|
|
@@ -3247,10 +3301,15 @@ SOFTWARE.
|
|
|
3247
3301
|
|
|
3248
3302
|
### Rust Crates:
|
|
3249
3303
|
|
|
3250
|
-
- [
|
|
3304
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
3305
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3306
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3307
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3308
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3309
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3251
3310
|
|
|
3252
3311
|
````text
|
|
3253
|
-
Copyright (c)
|
|
3312
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3254
3313
|
|
|
3255
3314
|
Permission is hereby granted, free of charge, to any
|
|
3256
3315
|
person obtaining a copy of this software and associated
|
|
@@ -3284,10 +3343,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3284
3343
|
|
|
3285
3344
|
### Rust Crates:
|
|
3286
3345
|
|
|
3287
|
-
- [
|
|
3346
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
3288
3347
|
|
|
3289
3348
|
````text
|
|
3290
|
-
Copyright (c)
|
|
3349
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
3350
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3291
3351
|
|
|
3292
3352
|
Permission is hereby granted, free of charge, to any
|
|
3293
3353
|
person obtaining a copy of this software and associated
|
|
@@ -3321,10 +3381,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3321
3381
|
|
|
3322
3382
|
### Rust Crates:
|
|
3323
3383
|
|
|
3324
|
-
- [
|
|
3384
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
3325
3385
|
|
|
3326
3386
|
````text
|
|
3327
|
-
Copyright
|
|
3387
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
3328
3388
|
|
|
3329
3389
|
Permission is hereby granted, free of charge, to any
|
|
3330
3390
|
person obtaining a copy of this software and associated
|
|
@@ -3358,42 +3418,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3358
3418
|
|
|
3359
3419
|
### Rust Crates:
|
|
3360
3420
|
|
|
3361
|
-
- [
|
|
3362
|
-
|
|
3363
|
-
````text
|
|
3364
|
-
Copyright (c) 2016-2025 Sean McArthur
|
|
3365
|
-
|
|
3366
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3367
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3368
|
-
in the Software without restriction, including without limitation the rights
|
|
3369
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3370
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3371
|
-
furnished to do so, subject to the following conditions:
|
|
3372
|
-
|
|
3373
|
-
The above copyright notice and this permission notice shall be included in
|
|
3374
|
-
all copies or substantial portions of the Software.
|
|
3375
|
-
|
|
3376
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3377
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3378
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3379
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3380
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3381
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3382
|
-
THE SOFTWARE.
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
````
|
|
3386
|
-
|
|
3387
|
-
---
|
|
3388
|
-
|
|
3389
|
-
## The following dependencies are licensed under the MIT License:
|
|
3390
|
-
|
|
3391
|
-
### Rust Crates:
|
|
3392
|
-
|
|
3393
|
-
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
3421
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
3394
3422
|
|
|
3395
3423
|
````text
|
|
3396
|
-
Copyright (c)
|
|
3424
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
3397
3425
|
|
|
3398
3426
|
Permission is hereby granted, free of charge, to any
|
|
3399
3427
|
person obtaining a copy of this software and associated
|
|
@@ -3427,10 +3455,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3427
3455
|
|
|
3428
3456
|
### Rust Crates:
|
|
3429
3457
|
|
|
3430
|
-
- [
|
|
3458
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
3459
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3431
3460
|
|
|
3432
3461
|
````text
|
|
3433
|
-
Copyright (c)
|
|
3462
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
3463
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
3464
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
3434
3465
|
|
|
3435
3466
|
Permission is hereby granted, free of charge, to any
|
|
3436
3467
|
person obtaining a copy of this software and associated
|
|
@@ -3464,44 +3495,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3464
3495
|
|
|
3465
3496
|
### Rust Crates:
|
|
3466
3497
|
|
|
3467
|
-
- [
|
|
3468
|
-
|
|
3469
|
-
````text
|
|
3470
|
-
Copyright (c) 2015 Igor Shaula
|
|
3471
|
-
|
|
3472
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3473
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3474
|
-
in the Software without restriction, including without limitation the rights
|
|
3475
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3476
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3477
|
-
furnished to do so, subject to the following conditions:
|
|
3478
|
-
|
|
3479
|
-
The above copyright notice and this permission notice shall be included in
|
|
3480
|
-
all copies or substantial portions of the Software.
|
|
3481
|
-
|
|
3482
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3483
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3484
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3485
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3486
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3487
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3488
|
-
THE SOFTWARE.
|
|
3489
|
-
|
|
3490
|
-
````
|
|
3491
|
-
|
|
3492
|
-
---
|
|
3493
|
-
|
|
3494
|
-
## The following dependencies are licensed under the MIT License:
|
|
3495
|
-
|
|
3496
|
-
### Rust Crates:
|
|
3497
|
-
|
|
3498
|
-
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
3498
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
3499
3499
|
|
|
3500
3500
|
````text
|
|
3501
|
-
|
|
3501
|
+
MIT License
|
|
3502
3502
|
|
|
3503
|
-
Copyright (c)
|
|
3504
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
3503
|
+
Copyright (c) 2025 rutrum
|
|
3505
3504
|
|
|
3506
3505
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3507
3506
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3520,7 +3519,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
3520
3519
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3521
3520
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3522
3521
|
SOFTWARE.
|
|
3523
|
-
|
|
3524
3522
|
````
|
|
3525
3523
|
|
|
3526
3524
|
---
|
|
@@ -3529,10 +3527,10 @@ SOFTWARE.
|
|
|
3529
3527
|
|
|
3530
3528
|
### Rust Crates:
|
|
3531
3529
|
|
|
3532
|
-
- [
|
|
3530
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
3533
3531
|
|
|
3534
3532
|
````text
|
|
3535
|
-
Copyright
|
|
3533
|
+
Copyright Mozilla Foundation
|
|
3536
3534
|
|
|
3537
3535
|
Permission is hereby granted, free of charge, to any
|
|
3538
3536
|
person obtaining a copy of this software and associated
|
|
@@ -3558,7 +3556,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3558
3556
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3559
3557
|
DEALINGS IN THE SOFTWARE.
|
|
3560
3558
|
|
|
3561
|
-
|
|
3562
3559
|
````
|
|
3563
3560
|
|
|
3564
3561
|
---
|
|
@@ -3567,12 +3564,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3567
3564
|
|
|
3568
3565
|
### Rust Crates:
|
|
3569
3566
|
|
|
3570
|
-
- [
|
|
3567
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
3571
3568
|
|
|
3572
3569
|
````text
|
|
3573
|
-
Copyright (c) 2017
|
|
3574
|
-
Copyright (c) 2018 Bastian Köcher
|
|
3575
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
3570
|
+
Copyright (c) 2017 Robert Grosse
|
|
3576
3571
|
|
|
3577
3572
|
Permission is hereby granted, free of charge, to any
|
|
3578
3573
|
person obtaining a copy of this software and associated
|
|
@@ -3597,7 +3592,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3597
3592
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3598
3593
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3599
3594
|
DEALINGS IN THE SOFTWARE.
|
|
3600
|
-
|
|
3601
3595
|
````
|
|
3602
3596
|
|
|
3603
3597
|
---
|
|
@@ -3606,12 +3600,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3606
3600
|
|
|
3607
3601
|
### Rust Crates:
|
|
3608
3602
|
|
|
3609
|
-
- [
|
|
3603
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3610
3604
|
|
|
3611
3605
|
````text
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
3606
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3615
3607
|
|
|
3616
3608
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3617
3609
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3631,8 +3623,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3631
3623
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3632
3624
|
SOFTWARE.
|
|
3633
3625
|
|
|
3634
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
3635
|
-
licences; see files named LICENSE.*.txt for details.
|
|
3636
3626
|
````
|
|
3637
3627
|
|
|
3638
3628
|
---
|
|
@@ -3641,10 +3631,10 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
3641
3631
|
|
|
3642
3632
|
### Rust Crates:
|
|
3643
3633
|
|
|
3644
|
-
- [
|
|
3634
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
3645
3635
|
|
|
3646
3636
|
````text
|
|
3647
|
-
Copyright (c)
|
|
3637
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
3648
3638
|
|
|
3649
3639
|
Permission is hereby granted, free of charge, to any
|
|
3650
3640
|
person obtaining a copy of this software and associated
|
|
@@ -3678,35 +3668,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3678
3668
|
|
|
3679
3669
|
### Rust Crates:
|
|
3680
3670
|
|
|
3681
|
-
- [
|
|
3671
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
3682
3672
|
|
|
3683
3673
|
````text
|
|
3684
|
-
|
|
3685
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3674
|
+
The MIT License (MIT)
|
|
3686
3675
|
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
Software without restriction, including without
|
|
3691
|
-
limitation the rights to use, copy, modify, merge,
|
|
3692
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3693
|
-
the Software, and to permit persons to whom the Software
|
|
3694
|
-
is furnished to do so, subject to the following
|
|
3695
|
-
conditions:
|
|
3676
|
+
Copyright (c) 2015 Danny Guo
|
|
3677
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3678
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
3696
3679
|
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3680
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3681
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3682
|
+
in the Software without restriction, including without limitation the rights
|
|
3683
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3684
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3685
|
+
furnished to do so, subject to the following conditions:
|
|
3700
3686
|
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
IN
|
|
3709
|
-
|
|
3687
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3688
|
+
copies or substantial portions of the Software.
|
|
3689
|
+
|
|
3690
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3691
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3692
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3693
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3694
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3695
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3696
|
+
SOFTWARE.
|
|
3710
3697
|
|
|
3711
3698
|
````
|
|
3712
3699
|
|
|
@@ -3716,10 +3703,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3716
3703
|
|
|
3717
3704
|
### Rust Crates:
|
|
3718
3705
|
|
|
3719
|
-
- [
|
|
3706
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
3720
3707
|
|
|
3721
3708
|
````text
|
|
3722
|
-
|
|
3709
|
+
MIT License
|
|
3710
|
+
|
|
3711
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3723
3712
|
|
|
3724
3713
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3725
3714
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3728,51 +3717,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3728
3717
|
copies of the Software, and to permit persons to whom the Software is
|
|
3729
3718
|
furnished to do so, subject to the following conditions:
|
|
3730
3719
|
|
|
3731
|
-
The above copyright notice and this permission notice shall be included in
|
|
3732
|
-
|
|
3720
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3721
|
+
copies or substantial portions of the Software.
|
|
3733
3722
|
|
|
3734
3723
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3735
3724
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3736
3725
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3737
3726
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3738
3727
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3739
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
````
|
|
3743
|
-
|
|
3744
|
-
---
|
|
3745
|
-
|
|
3746
|
-
## The following dependencies are licensed under the MIT License:
|
|
3747
|
-
|
|
3748
|
-
### Rust Crates:
|
|
3749
|
-
|
|
3750
|
-
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
3751
|
-
|
|
3752
|
-
````text
|
|
3753
|
-
The MIT License (MIT)
|
|
3754
|
-
|
|
3755
|
-
Copyright (c) 2016 Johann Tuffe
|
|
3756
|
-
|
|
3757
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3758
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3759
|
-
in the Software without restriction, including without limitation the rights
|
|
3760
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3761
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3762
|
-
furnished to do so, subject to the following conditions:
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
The above copyright notice and this permission notice shall be included in
|
|
3766
|
-
all copies or substantial portions of the Software.
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3770
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3771
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3772
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3773
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3774
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3775
|
-
THE SOFTWARE.
|
|
3728
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3729
|
+
SOFTWARE.
|
|
3776
3730
|
|
|
3777
3731
|
````
|
|
3778
3732
|
|
|
@@ -3782,36 +3736,28 @@ THE SOFTWARE.
|
|
|
3782
3736
|
|
|
3783
3737
|
### Rust Crates:
|
|
3784
3738
|
|
|
3785
|
-
- [
|
|
3786
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3787
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3739
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
3788
3740
|
|
|
3789
3741
|
````text
|
|
3790
|
-
Copyright (c)
|
|
3742
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
3791
3743
|
|
|
3792
|
-
Permission is hereby granted, free of charge, to any
|
|
3793
|
-
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
the Software, and to permit persons to whom the Software
|
|
3799
|
-
is furnished to do so, subject to the following
|
|
3800
|
-
conditions:
|
|
3744
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3745
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3746
|
+
in the Software without restriction, including without limitation the rights
|
|
3747
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3748
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3749
|
+
furnished to do so, subject to the following conditions:
|
|
3801
3750
|
|
|
3802
|
-
The above copyright notice and this permission notice
|
|
3803
|
-
|
|
3804
|
-
of the Software.
|
|
3751
|
+
The above copyright notice and this permission notice shall be included in
|
|
3752
|
+
all copies or substantial portions of the Software.
|
|
3805
3753
|
|
|
3806
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
|
|
3813
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3814
|
-
DEALINGS IN THE SOFTWARE.
|
|
3754
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3755
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3756
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3757
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3758
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3759
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3760
|
+
THE SOFTWARE.
|
|
3815
3761
|
|
|
3816
3762
|
````
|
|
3817
3763
|
|
|
@@ -3821,51 +3767,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3821
3767
|
|
|
3822
3768
|
### Rust Crates:
|
|
3823
3769
|
|
|
3824
|
-
- [
|
|
3825
|
-
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
3826
|
-
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
3827
|
-
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
3828
|
-
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
3829
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3830
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3831
|
-
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3832
|
-
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3833
|
-
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3834
|
-
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3835
|
-
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
3836
|
-
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
3837
|
-
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3838
|
-
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
3839
|
-
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
3840
|
-
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
3841
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
3842
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
3843
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
3844
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3845
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3846
|
-
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3847
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3848
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3770
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
3849
3771
|
|
|
3850
3772
|
````text
|
|
3851
|
-
|
|
3773
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
3852
3774
|
|
|
3853
|
-
|
|
3775
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3776
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3777
|
+
in the Software without restriction, including without limitation the rights
|
|
3778
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3779
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3780
|
+
furnished to do so, subject to the following conditions:
|
|
3854
3781
|
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3858
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3859
|
-
following conditions:
|
|
3782
|
+
The above copyright notice and this permission notice shall be included in
|
|
3783
|
+
all copies or substantial portions of the Software.
|
|
3860
3784
|
|
|
3861
|
-
|
|
3862
|
-
|
|
3785
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3786
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3787
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3788
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3789
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3790
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3791
|
+
THE SOFTWARE.
|
|
3863
3792
|
|
|
3864
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3865
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3866
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3867
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3868
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3869
3793
|
|
|
3870
3794
|
````
|
|
3871
3795
|
|
|
@@ -3873,14 +3797,15 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3873
3797
|
|
|
3874
3798
|
## The following dependencies are licensed under the MIT License:
|
|
3875
3799
|
|
|
3876
|
-
###
|
|
3800
|
+
### NPM Packages:
|
|
3877
3801
|
|
|
3878
|
-
- [
|
|
3802
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
3803
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3879
3804
|
|
|
3880
3805
|
````text
|
|
3881
|
-
|
|
3806
|
+
MIT License
|
|
3882
3807
|
|
|
3883
|
-
Copyright (c)
|
|
3808
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
3884
3809
|
|
|
3885
3810
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3886
3811
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3908,11 +3833,10 @@ SOFTWARE.
|
|
|
3908
3833
|
|
|
3909
3834
|
### Rust Crates:
|
|
3910
3835
|
|
|
3911
|
-
- [
|
|
3836
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
3912
3837
|
|
|
3913
3838
|
````text
|
|
3914
|
-
Copyright (c)
|
|
3915
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3839
|
+
Copyright (c) The rust-url developers
|
|
3916
3840
|
|
|
3917
3841
|
Permission is hereby granted, free of charge, to any
|
|
3918
3842
|
person obtaining a copy of this software and associated
|
|
@@ -3944,13 +3868,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3944
3868
|
|
|
3945
3869
|
## The following dependencies are licensed under the MIT License:
|
|
3946
3870
|
|
|
3947
|
-
###
|
|
3871
|
+
### NPM Packages:
|
|
3948
3872
|
|
|
3949
|
-
- [
|
|
3873
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
3950
3874
|
|
|
3951
3875
|
````text
|
|
3952
|
-
|
|
3953
|
-
|
|
3876
|
+
The MIT License (MIT)
|
|
3877
|
+
|
|
3878
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
3954
3879
|
|
|
3955
3880
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3956
3881
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3970,6 +3895,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3970
3895
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3971
3896
|
SOFTWARE.
|
|
3972
3897
|
|
|
3898
|
+
|
|
3973
3899
|
````
|
|
3974
3900
|
|
|
3975
3901
|
---
|
|
@@ -3978,10 +3904,10 @@ SOFTWARE.
|
|
|
3978
3904
|
|
|
3979
3905
|
### Rust Crates:
|
|
3980
3906
|
|
|
3981
|
-
- [
|
|
3907
|
+
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
3982
3908
|
|
|
3983
3909
|
````text
|
|
3984
|
-
Copyright
|
|
3910
|
+
Copyright (c) 2015 steffengy
|
|
3985
3911
|
|
|
3986
3912
|
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:
|
|
3987
3913
|
|
|
@@ -3997,15 +3923,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3997
3923
|
|
|
3998
3924
|
### Rust Crates:
|
|
3999
3925
|
|
|
4000
|
-
- [
|
|
4001
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
4002
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
4003
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
4004
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
4005
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3926
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
4006
3927
|
|
|
4007
3928
|
````text
|
|
4008
|
-
Copyright (c)
|
|
3929
|
+
Copyright (c) 2017 http-rs authors
|
|
4009
3930
|
|
|
4010
3931
|
Permission is hereby granted, free of charge, to any
|
|
4011
3932
|
person obtaining a copy of this software and associated
|
|
@@ -4039,32 +3960,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4039
3960
|
|
|
4040
3961
|
### Rust Crates:
|
|
4041
3962
|
|
|
4042
|
-
- [
|
|
3963
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
4043
3964
|
|
|
4044
3965
|
````text
|
|
4045
|
-
|
|
4046
|
-
person obtaining a copy of this software and associated
|
|
4047
|
-
documentation files (the "Software"), to deal in the
|
|
4048
|
-
Software without restriction, including without
|
|
4049
|
-
limitation the rights to use, copy, modify, merge,
|
|
4050
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
4051
|
-
the Software, and to permit persons to whom the Software
|
|
4052
|
-
is furnished to do so, subject to the following
|
|
4053
|
-
conditions:
|
|
3966
|
+
Copyright (c) 2019 Eliza Weisman
|
|
4054
3967
|
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
|
|
3968
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3969
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3970
|
+
in the Software without restriction, including without limitation the rights
|
|
3971
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3972
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3973
|
+
furnished to do so, subject to the following conditions:
|
|
3974
|
+
|
|
3975
|
+
The above copyright notice and this permission notice shall be included in
|
|
3976
|
+
all copies or substantial portions of the Software.
|
|
3977
|
+
|
|
3978
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3979
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3980
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3981
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3982
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3983
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3984
|
+
THE SOFTWARE.
|
|
4058
3985
|
|
|
4059
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4060
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4061
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
4062
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
4063
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4064
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4065
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4066
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4067
|
-
DEALINGS IN THE SOFTWARE.
|
|
4068
3986
|
````
|
|
4069
3987
|
|
|
4070
3988
|
---
|
|
@@ -4073,10 +3991,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4073
3991
|
|
|
4074
3992
|
### Rust Crates:
|
|
4075
3993
|
|
|
4076
|
-
- [
|
|
3994
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
4077
3995
|
|
|
4078
3996
|
````text
|
|
4079
|
-
Copyright (c) 2017
|
|
3997
|
+
Copyright (c) 2017 Carl Lerche
|
|
3998
|
+
Copyright (c) 2018 Bastian Köcher
|
|
3999
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
4080
4000
|
|
|
4081
4001
|
Permission is hereby granted, free of charge, to any
|
|
4082
4002
|
person obtaining a copy of this software and associated
|
|
@@ -4110,10 +4030,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4110
4030
|
|
|
4111
4031
|
### Rust Crates:
|
|
4112
4032
|
|
|
4113
|
-
- [
|
|
4033
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
4034
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
4035
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
4114
4036
|
|
|
4115
4037
|
````text
|
|
4116
|
-
Copyright (c)
|
|
4038
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
4117
4039
|
|
|
4118
4040
|
Permission is hereby granted, free of charge, to any
|
|
4119
4041
|
person obtaining a copy of this software and associated
|
|
@@ -4147,35 +4069,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4147
4069
|
|
|
4148
4070
|
### Rust Crates:
|
|
4149
4071
|
|
|
4150
|
-
- [
|
|
4072
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
4151
4073
|
|
|
4152
4074
|
````text
|
|
4153
|
-
|
|
4075
|
+
The MIT License (MIT)
|
|
4154
4076
|
|
|
4155
|
-
|
|
4156
|
-
person obtaining a copy of this software and associated
|
|
4157
|
-
documentation files (the "Software"), to deal in the
|
|
4158
|
-
Software without restriction, including without
|
|
4159
|
-
limitation the rights to use, copy, modify, merge,
|
|
4160
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
4161
|
-
the Software, and to permit persons to whom the Software
|
|
4162
|
-
is furnished to do so, subject to the following
|
|
4163
|
-
conditions:
|
|
4077
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
4164
4078
|
|
|
4165
|
-
|
|
4166
|
-
|
|
4167
|
-
|
|
4079
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4080
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4081
|
+
in the Software without restriction, including without limitation the rights
|
|
4082
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4083
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4084
|
+
furnished to do so, subject to the following conditions:
|
|
4168
4085
|
|
|
4169
|
-
|
|
4170
|
-
|
|
4171
|
-
|
|
4172
|
-
|
|
4173
|
-
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
IN
|
|
4177
|
-
|
|
4086
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4087
|
+
copies or substantial portions of the Software.
|
|
4088
|
+
|
|
4089
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4090
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4091
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4092
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4093
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4094
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4095
|
+
SOFTWARE.
|
|
4178
4096
|
|
|
4097
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
4098
|
+
licences; see files named LICENSE.*.txt for details.
|
|
4179
4099
|
````
|
|
4180
4100
|
|
|
4181
4101
|
---
|
|
@@ -4184,10 +4104,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4184
4104
|
|
|
4185
4105
|
### Rust Crates:
|
|
4186
4106
|
|
|
4187
|
-
- [
|
|
4107
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
4188
4108
|
|
|
4189
4109
|
````text
|
|
4190
|
-
Copyright (c) The rust-
|
|
4110
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
4111
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
4191
4112
|
|
|
4192
4113
|
Permission is hereby granted, free of charge, to any
|
|
4193
4114
|
person obtaining a copy of this software and associated
|
|
@@ -4217,36 +4138,6 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4217
4138
|
|
|
4218
4139
|
---
|
|
4219
4140
|
|
|
4220
|
-
## The following dependencies are licensed under the MIT License:
|
|
4221
|
-
|
|
4222
|
-
### NPM Packages:
|
|
4223
|
-
|
|
4224
|
-
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
4225
|
-
|
|
4226
|
-
````text
|
|
4227
|
-
This software is released under the MIT license:
|
|
4228
|
-
|
|
4229
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4230
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
4231
|
-
the Software without restriction, including without limitation the rights to
|
|
4232
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
4233
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
4234
|
-
subject to the following conditions:
|
|
4235
|
-
|
|
4236
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4237
|
-
copies or substantial portions of the Software.
|
|
4238
|
-
|
|
4239
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4240
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
4241
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
4242
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4243
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
4244
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4245
|
-
|
|
4246
|
-
````
|
|
4247
|
-
|
|
4248
|
-
---
|
|
4249
|
-
|
|
4250
4141
|
## The following dependencies are licensed under the MPL-2.0 License:
|
|
4251
4142
|
|
|
4252
4143
|
### Rust Crates:
|
|
@@ -4632,6 +4523,18 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4632
4523
|
|
|
4633
4524
|
---
|
|
4634
4525
|
|
|
4526
|
+
## The following dependencies are licensed under the UNKNOWN License:
|
|
4527
|
+
|
|
4528
|
+
### NPM Packages:
|
|
4529
|
+
|
|
4530
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.5) (0.0.5)
|
|
4531
|
+
|
|
4532
|
+
````text
|
|
4533
|
+
Please refer to the package README for license details.
|
|
4534
|
+
````
|
|
4535
|
+
|
|
4536
|
+
---
|
|
4537
|
+
|
|
4635
4538
|
## The following dependencies are licensed under the Unicode-3.0 License:
|
|
4636
4539
|
|
|
4637
4540
|
### Rust Crates:
|