@deveco-codegenie/mcp-win32-x64 0.2.3 → 0.2.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 +1127 -1225
- package/bin/codegenie-mcp-server.exe +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -1,21 +1,45 @@
|
|
|
1
1
|
# SUMMARY
|
|
2
2
|
|
|
3
|
-
**Total Dependencies:**
|
|
3
|
+
**Total Dependencies:** 221
|
|
4
4
|
|
|
5
5
|
- **Rust Crates:** 210 *(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: 188
|
|
11
11
|
- Unicode-3.0: 19
|
|
12
12
|
- Apache-2.0: 7
|
|
13
13
|
- 0BSD: 4
|
|
14
|
-
- BSD-3-Clause:
|
|
15
|
-
- ISC: 2
|
|
14
|
+
- BSD-3-Clause: 1
|
|
16
15
|
- MPL-2.0: 1
|
|
16
|
+
- UNKNOWN: 1
|
|
17
17
|
|
|
18
18
|
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
22
|
+
|
|
23
|
+
### Rust Crates:
|
|
24
|
+
|
|
25
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
26
|
+
|
|
27
|
+
````text
|
|
28
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
29
|
+
|
|
30
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
31
|
+
any purpose with or without fee is hereby granted.
|
|
32
|
+
|
|
33
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
34
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
35
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
36
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
37
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
38
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
39
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
40
|
+
|
|
41
|
+
````
|
|
42
|
+
|
|
19
43
|
---
|
|
20
44
|
|
|
21
45
|
## The following dependencies are licensed under the 0BSD License:
|
|
@@ -95,25 +119,88 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
95
119
|
|
|
96
120
|
---
|
|
97
121
|
|
|
98
|
-
## The following dependencies are licensed under the
|
|
122
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
99
123
|
|
|
100
124
|
### Rust Crates:
|
|
101
125
|
|
|
102
|
-
- [
|
|
126
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
127
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
128
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
103
129
|
|
|
104
130
|
````text
|
|
105
|
-
|
|
131
|
+
Apache License
|
|
132
|
+
Version 2.0, January 2004
|
|
133
|
+
http://www.apache.org/licenses/
|
|
106
134
|
|
|
107
|
-
|
|
108
|
-
any purpose with or without fee is hereby granted.
|
|
135
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
109
136
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
137
|
+
1. Definitions.
|
|
138
|
+
|
|
139
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
140
|
+
|
|
141
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
142
|
+
|
|
143
|
+
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
144
|
+
|
|
145
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
146
|
+
|
|
147
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
148
|
+
|
|
149
|
+
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
150
|
+
|
|
151
|
+
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
152
|
+
|
|
153
|
+
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
154
|
+
|
|
155
|
+
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
156
|
+
|
|
157
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
158
|
+
|
|
159
|
+
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
160
|
+
|
|
161
|
+
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
162
|
+
|
|
163
|
+
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
164
|
+
|
|
165
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
166
|
+
|
|
167
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
168
|
+
|
|
169
|
+
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
170
|
+
|
|
171
|
+
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
172
|
+
|
|
173
|
+
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
174
|
+
|
|
175
|
+
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
176
|
+
|
|
177
|
+
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
178
|
+
|
|
179
|
+
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
180
|
+
|
|
181
|
+
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
182
|
+
|
|
183
|
+
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
184
|
+
|
|
185
|
+
END OF TERMS AND CONDITIONS
|
|
186
|
+
|
|
187
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
188
|
+
|
|
189
|
+
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
190
|
+
|
|
191
|
+
Copyright [yyyy] [name of copyright owner]
|
|
192
|
+
|
|
193
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
194
|
+
you may not use this file except in compliance with the License.
|
|
195
|
+
You may obtain a copy of the License at
|
|
196
|
+
|
|
197
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
198
|
+
|
|
199
|
+
Unless required by applicable law or agreed to in writing, software
|
|
200
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
201
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
202
|
+
See the License for the specific language governing permissions and
|
|
203
|
+
limitations under the License.
|
|
117
204
|
|
|
118
205
|
````
|
|
119
206
|
|
|
@@ -338,93 +425,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
338
425
|
|
|
339
426
|
### Rust Crates:
|
|
340
427
|
|
|
341
|
-
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
342
|
-
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
343
|
-
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
344
|
-
|
|
345
|
-
````text
|
|
346
|
-
Apache License
|
|
347
|
-
Version 2.0, January 2004
|
|
348
|
-
http://www.apache.org/licenses/
|
|
349
|
-
|
|
350
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
351
|
-
|
|
352
|
-
1. Definitions.
|
|
353
|
-
|
|
354
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
355
|
-
|
|
356
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
357
|
-
|
|
358
|
-
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
359
|
-
|
|
360
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
361
|
-
|
|
362
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
363
|
-
|
|
364
|
-
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
365
|
-
|
|
366
|
-
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
367
|
-
|
|
368
|
-
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
369
|
-
|
|
370
|
-
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
371
|
-
|
|
372
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
373
|
-
|
|
374
|
-
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
375
|
-
|
|
376
|
-
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
377
|
-
|
|
378
|
-
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
379
|
-
|
|
380
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
381
|
-
|
|
382
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
383
|
-
|
|
384
|
-
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
385
|
-
|
|
386
|
-
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
387
|
-
|
|
388
|
-
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
389
|
-
|
|
390
|
-
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
391
|
-
|
|
392
|
-
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
393
|
-
|
|
394
|
-
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
395
|
-
|
|
396
|
-
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
397
|
-
|
|
398
|
-
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
399
|
-
|
|
400
|
-
END OF TERMS AND CONDITIONS
|
|
401
|
-
|
|
402
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
403
|
-
|
|
404
|
-
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
405
|
-
|
|
406
|
-
Copyright [yyyy] [name of copyright owner]
|
|
407
|
-
|
|
408
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
409
|
-
you may not use this file except in compliance with the License.
|
|
410
|
-
You may obtain a copy of the License at
|
|
411
|
-
|
|
412
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
413
|
-
|
|
414
|
-
Unless required by applicable law or agreed to in writing, software
|
|
415
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
416
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
417
|
-
See the License for the specific language governing permissions and
|
|
418
|
-
limitations under the License.
|
|
419
|
-
|
|
420
|
-
````
|
|
421
|
-
|
|
422
|
-
---
|
|
423
|
-
|
|
424
|
-
## The following dependencies are licensed under the Apache-2.0 License:
|
|
425
|
-
|
|
426
|
-
### Rust Crates:
|
|
427
|
-
|
|
428
428
|
- [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
|
|
429
429
|
|
|
430
430
|
````text
|
|
@@ -638,15 +638,13 @@ limitations under the License.
|
|
|
638
638
|
|
|
639
639
|
### NPM Packages:
|
|
640
640
|
|
|
641
|
-
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.
|
|
641
|
+
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.2)
|
|
642
642
|
|
|
643
643
|
````text
|
|
644
644
|
Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
|
|
645
|
-
Copyright (c) 2021-present The Fastify team
|
|
645
|
+
Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
|
|
646
646
|
All rights reserved.
|
|
647
647
|
|
|
648
|
-
The Fastify team members are listed at https://github.com/fastify/fastify#team.
|
|
649
|
-
|
|
650
648
|
Redistribution and use in source and binary forms, with or without
|
|
651
649
|
modification, are permitted provided that the following conditions are met:
|
|
652
650
|
* Redistributions of source code must retain the above copyright
|
|
@@ -677,93 +675,14 @@ The complete list of contributors can be found at:
|
|
|
677
675
|
|
|
678
676
|
---
|
|
679
677
|
|
|
680
|
-
## The following dependencies are licensed under the BSD-3-Clause License:
|
|
681
|
-
|
|
682
|
-
### NPM Packages:
|
|
683
|
-
|
|
684
|
-
- [jpeg-js](https://github.com/eugeneware/jpeg-js) (0.4.4)
|
|
685
|
-
|
|
686
|
-
````text
|
|
687
|
-
Copyright (c) 2014, Eugene Ware
|
|
688
|
-
All rights reserved.
|
|
689
|
-
|
|
690
|
-
Redistribution and use in source and binary forms, with or without
|
|
691
|
-
modification, are permitted provided that the following conditions are met:
|
|
692
|
-
|
|
693
|
-
1. Redistributions of source code must retain the above copyright
|
|
694
|
-
notice, this list of conditions and the following disclaimer.
|
|
695
|
-
2. Redistributions in binary form must reproduce the above copyright
|
|
696
|
-
notice, this list of conditions and the following disclaimer in the
|
|
697
|
-
documentation and/or other materials provided with the distribution.
|
|
698
|
-
3. Neither the name of Eugene Ware nor the names of its contributors
|
|
699
|
-
may be used to endorse or promote products derived from this software
|
|
700
|
-
without specific prior written permission.
|
|
701
|
-
|
|
702
|
-
THIS SOFTWARE IS PROVIDED BY EUGENE WARE ''AS IS'' AND ANY
|
|
703
|
-
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
704
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
705
|
-
DISCLAIMED. IN NO EVENT SHALL EUGENE WARE BE LIABLE FOR ANY
|
|
706
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
707
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
708
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
709
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
710
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
711
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
712
|
-
|
|
713
|
-
````
|
|
714
|
-
|
|
715
|
-
---
|
|
716
|
-
|
|
717
|
-
## The following dependencies are licensed under the ISC License:
|
|
718
|
-
|
|
719
|
-
### NPM Packages:
|
|
720
|
-
|
|
721
|
-
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.3) (0.0.3)
|
|
722
|
-
|
|
723
|
-
````text
|
|
724
|
-
Please refer to the package README for license details.
|
|
725
|
-
````
|
|
726
|
-
|
|
727
|
-
---
|
|
728
|
-
|
|
729
|
-
## The following dependencies are licensed under the ISC License:
|
|
730
|
-
|
|
731
|
-
### NPM Packages:
|
|
732
|
-
|
|
733
|
-
- [pixelmatch](https://github.com/mapbox/pixelmatch) (7.1.0)
|
|
734
|
-
|
|
735
|
-
````text
|
|
736
|
-
ISC License
|
|
737
|
-
|
|
738
|
-
Copyright (c) 2025, Mapbox
|
|
739
|
-
|
|
740
|
-
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
741
|
-
with or without fee is hereby granted, provided that the above copyright notice
|
|
742
|
-
and this permission notice appear in all copies.
|
|
743
|
-
|
|
744
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
745
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
746
|
-
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
747
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
748
|
-
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
749
|
-
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
750
|
-
THIS SOFTWARE.
|
|
751
|
-
|
|
752
|
-
````
|
|
753
|
-
|
|
754
|
-
---
|
|
755
|
-
|
|
756
678
|
## The following dependencies are licensed under the MIT License:
|
|
757
679
|
|
|
758
680
|
### Rust Crates:
|
|
759
681
|
|
|
760
|
-
- [
|
|
761
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
682
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
762
683
|
|
|
763
684
|
````text
|
|
764
|
-
Copyright (c)
|
|
765
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
766
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
685
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
767
686
|
|
|
768
687
|
Permission is hereby granted, free of charge, to any
|
|
769
688
|
person obtaining a copy of this software and associated
|
|
@@ -797,10 +716,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
797
716
|
|
|
798
717
|
### Rust Crates:
|
|
799
718
|
|
|
800
|
-
- [
|
|
719
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
801
720
|
|
|
802
721
|
````text
|
|
803
|
-
Copyright (c) 2019
|
|
722
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
804
723
|
|
|
805
724
|
Permission is hereby granted, free of charge, to any
|
|
806
725
|
person obtaining a copy of this software and associated
|
|
@@ -834,61 +753,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
834
753
|
|
|
835
754
|
### Rust Crates:
|
|
836
755
|
|
|
837
|
-
- [
|
|
838
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
839
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
840
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
841
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
842
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
843
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
844
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
845
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
846
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
847
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
848
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
849
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
850
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
851
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
852
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
853
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
854
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
855
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
856
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
857
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
858
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
859
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
860
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
861
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
862
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
863
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
864
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
865
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
756
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
866
757
|
|
|
867
758
|
````text
|
|
868
|
-
|
|
869
|
-
person obtaining a copy of this software and associated
|
|
870
|
-
documentation files (the "Software"), to deal in the
|
|
871
|
-
Software without restriction, including without
|
|
872
|
-
limitation the rights to use, copy, modify, merge,
|
|
873
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
874
|
-
the Software, and to permit persons to whom the Software
|
|
875
|
-
is furnished to do so, subject to the following
|
|
876
|
-
conditions:
|
|
759
|
+
The MIT License (MIT)
|
|
877
760
|
|
|
878
|
-
|
|
879
|
-
shall be included in all copies or substantial portions
|
|
880
|
-
of the Software.
|
|
761
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
881
762
|
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
763
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
764
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
765
|
+
in the Software without restriction, including without limitation the rights
|
|
766
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
767
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
768
|
+
furnished to do so, subject to the following conditions:
|
|
769
|
+
|
|
770
|
+
The above copyright notice and this permission notice shall be included in all
|
|
771
|
+
copies or substantial portions of the Software.
|
|
772
|
+
|
|
773
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
774
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
775
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
776
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
777
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
778
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
779
|
+
SOFTWARE.
|
|
891
780
|
|
|
781
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
782
|
+
licences; see files named LICENSE.*.txt for details.
|
|
892
783
|
````
|
|
893
784
|
|
|
894
785
|
---
|
|
@@ -897,15 +788,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
897
788
|
|
|
898
789
|
### Rust Crates:
|
|
899
790
|
|
|
900
|
-
- [
|
|
901
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
902
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
903
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
904
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
905
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
791
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
906
792
|
|
|
907
793
|
````text
|
|
908
|
-
Copyright (c)
|
|
794
|
+
Copyright (c) 2017 Robert Grosse
|
|
909
795
|
|
|
910
796
|
Permission is hereby granted, free of charge, to any
|
|
911
797
|
person obtaining a copy of this software and associated
|
|
@@ -930,7 +816,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
930
816
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
931
817
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
932
818
|
DEALINGS IN THE SOFTWARE.
|
|
933
|
-
|
|
934
819
|
````
|
|
935
820
|
|
|
936
821
|
---
|
|
@@ -939,10 +824,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
939
824
|
|
|
940
825
|
### Rust Crates:
|
|
941
826
|
|
|
942
|
-
- [
|
|
827
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
943
828
|
|
|
944
829
|
````text
|
|
945
|
-
Copyright (c)
|
|
830
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
946
831
|
|
|
947
832
|
Permission is hereby granted, free of charge, to any
|
|
948
833
|
person obtaining a copy of this software and associated
|
|
@@ -976,10 +861,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
976
861
|
|
|
977
862
|
### Rust Crates:
|
|
978
863
|
|
|
979
|
-
- [
|
|
864
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
980
865
|
|
|
981
866
|
````text
|
|
982
|
-
Copyright
|
|
867
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
983
868
|
|
|
984
869
|
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:
|
|
985
870
|
|
|
@@ -995,12 +880,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
995
880
|
|
|
996
881
|
### Rust Crates:
|
|
997
882
|
|
|
998
|
-
- [
|
|
883
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
999
884
|
|
|
1000
885
|
````text
|
|
1001
886
|
The MIT License (MIT)
|
|
1002
887
|
|
|
1003
|
-
Copyright (c)
|
|
888
|
+
Copyright (c) 2016 Johann Tuffe
|
|
1004
889
|
|
|
1005
890
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1006
891
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1009,16 +894,19 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1009
894
|
copies of the Software, and to permit persons to whom the Software is
|
|
1010
895
|
furnished to do so, subject to the following conditions:
|
|
1011
896
|
|
|
1012
|
-
|
|
1013
|
-
|
|
897
|
+
|
|
898
|
+
The above copyright notice and this permission notice shall be included in
|
|
899
|
+
all copies or substantial portions of the Software.
|
|
900
|
+
|
|
1014
901
|
|
|
1015
902
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1016
903
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1017
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
904
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1018
905
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1019
906
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1020
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1021
|
-
SOFTWARE.
|
|
907
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
908
|
+
THE SOFTWARE.
|
|
909
|
+
|
|
1022
910
|
````
|
|
1023
911
|
|
|
1024
912
|
---
|
|
@@ -1027,10 +915,60 @@ SOFTWARE.
|
|
|
1027
915
|
|
|
1028
916
|
### Rust Crates:
|
|
1029
917
|
|
|
1030
|
-
- [
|
|
918
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
919
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
920
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
921
|
+
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
922
|
+
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
923
|
+
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
924
|
+
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
925
|
+
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
926
|
+
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
927
|
+
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
928
|
+
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
929
|
+
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
930
|
+
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
931
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
932
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
933
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
934
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
935
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
936
|
+
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
937
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
938
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
1031
939
|
|
|
1032
940
|
````text
|
|
1033
|
-
|
|
941
|
+
MIT License
|
|
942
|
+
|
|
943
|
+
Copyright (c) <year> <copyright holders>
|
|
944
|
+
|
|
945
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
946
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
947
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
948
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
949
|
+
following conditions:
|
|
950
|
+
|
|
951
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
952
|
+
portions of the Software.
|
|
953
|
+
|
|
954
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
955
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
956
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
957
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
958
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
959
|
+
|
|
960
|
+
````
|
|
961
|
+
|
|
962
|
+
---
|
|
963
|
+
|
|
964
|
+
## The following dependencies are licensed under the MIT License:
|
|
965
|
+
|
|
966
|
+
### Rust Crates:
|
|
967
|
+
|
|
968
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
969
|
+
|
|
970
|
+
````text
|
|
971
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
1034
972
|
|
|
1035
973
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1036
974
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1039,18 +977,49 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1039
977
|
copies of the Software, and to permit persons to whom the Software is
|
|
1040
978
|
furnished to do so, subject to the following conditions:
|
|
1041
979
|
|
|
1042
|
-
The above copyright notice and this permission notice shall be included in
|
|
1043
|
-
|
|
980
|
+
The above copyright notice and this permission notice shall be included in all
|
|
981
|
+
copies or substantial portions of the Software.
|
|
1044
982
|
|
|
1045
983
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1046
984
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1047
985
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1048
986
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1049
987
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1050
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1051
|
-
|
|
988
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
989
|
+
SOFTWARE.
|
|
990
|
+
|
|
991
|
+
````
|
|
992
|
+
|
|
993
|
+
---
|
|
994
|
+
|
|
995
|
+
## The following dependencies are licensed under the MIT License:
|
|
996
|
+
|
|
997
|
+
### Rust Crates:
|
|
1052
998
|
|
|
999
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
1053
1000
|
|
|
1001
|
+
````text
|
|
1002
|
+
The MIT License (MIT)
|
|
1003
|
+
|
|
1004
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
1005
|
+
|
|
1006
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1007
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1008
|
+
in the Software without restriction, including without limitation the rights
|
|
1009
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1010
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1011
|
+
furnished to do so, subject to the following conditions:
|
|
1012
|
+
|
|
1013
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1014
|
+
copies or substantial portions of the Software.
|
|
1015
|
+
|
|
1016
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1017
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1018
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1019
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1020
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1021
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1022
|
+
SOFTWARE.
|
|
1054
1023
|
````
|
|
1055
1024
|
|
|
1056
1025
|
---
|
|
@@ -1059,13 +1028,11 @@ THE SOFTWARE.
|
|
|
1059
1028
|
|
|
1060
1029
|
### Rust Crates:
|
|
1061
1030
|
|
|
1062
|
-
- [
|
|
1063
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1064
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1065
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1031
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
1066
1032
|
|
|
1067
1033
|
````text
|
|
1068
|
-
Copyright (c)
|
|
1034
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
1035
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1069
1036
|
|
|
1070
1037
|
Permission is hereby granted, free of charge, to any
|
|
1071
1038
|
person obtaining a copy of this software and associated
|
|
@@ -1099,10 +1066,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1099
1066
|
|
|
1100
1067
|
### Rust Crates:
|
|
1101
1068
|
|
|
1102
|
-
- [
|
|
1069
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
1103
1070
|
|
|
1104
1071
|
````text
|
|
1105
|
-
|
|
1072
|
+
The MIT License (MIT)
|
|
1073
|
+
|
|
1074
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
1075
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
1106
1076
|
|
|
1107
1077
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1108
1078
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1130,11 +1100,37 @@ SOFTWARE.
|
|
|
1130
1100
|
|
|
1131
1101
|
### Rust Crates:
|
|
1132
1102
|
|
|
1133
|
-
- [
|
|
1103
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
1104
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1105
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1106
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1107
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1108
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1109
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1110
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1111
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1112
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1113
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1114
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1115
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1116
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1117
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1118
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1119
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1120
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1121
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1122
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1123
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1124
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1125
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1126
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1127
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1128
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1129
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1130
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1131
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1134
1132
|
|
|
1135
1133
|
````text
|
|
1136
|
-
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
1137
|
-
|
|
1138
1134
|
Permission is hereby granted, free of charge, to any
|
|
1139
1135
|
person obtaining a copy of this software and associated
|
|
1140
1136
|
documentation files (the "Software"), to deal in the
|
|
@@ -1167,14 +1163,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1167
1163
|
|
|
1168
1164
|
### Rust Crates:
|
|
1169
1165
|
|
|
1170
|
-
- [
|
|
1166
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
1171
1167
|
|
|
1172
1168
|
````text
|
|
1173
|
-
|
|
1169
|
+
MIT License
|
|
1174
1170
|
|
|
1175
|
-
Copyright (c)
|
|
1176
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
1177
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
1171
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
1178
1172
|
|
|
1179
1173
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1180
1174
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1202,11 +1196,14 @@ SOFTWARE.
|
|
|
1202
1196
|
|
|
1203
1197
|
### Rust Crates:
|
|
1204
1198
|
|
|
1205
|
-
- [
|
|
1199
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
1206
1200
|
|
|
1207
1201
|
````text
|
|
1208
|
-
|
|
1209
|
-
|
|
1202
|
+
The MIT License (MIT)
|
|
1203
|
+
|
|
1204
|
+
Copyright (c) 2015 Danny Guo
|
|
1205
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
1206
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
1210
1207
|
|
|
1211
1208
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1212
1209
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1215,16 +1212,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1215
1212
|
copies of the Software, and to permit persons to whom the Software is
|
|
1216
1213
|
furnished to do so, subject to the following conditions:
|
|
1217
1214
|
|
|
1218
|
-
The above copyright notice and this permission notice shall be included in
|
|
1219
|
-
|
|
1215
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1216
|
+
copies or substantial portions of the Software.
|
|
1220
1217
|
|
|
1221
1218
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1222
1219
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1223
1220
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1224
1221
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1225
1222
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1226
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1227
|
-
|
|
1223
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1224
|
+
SOFTWARE.
|
|
1228
1225
|
|
|
1229
1226
|
````
|
|
1230
1227
|
|
|
@@ -1234,40 +1231,28 @@ THE SOFTWARE.
|
|
|
1234
1231
|
|
|
1235
1232
|
### Rust Crates:
|
|
1236
1233
|
|
|
1237
|
-
- [
|
|
1238
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
1239
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
1240
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
1241
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
1242
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
1234
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1243
1235
|
|
|
1244
1236
|
````text
|
|
1245
|
-
Copyright
|
|
1246
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1237
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
1247
1238
|
|
|
1248
|
-
Permission is hereby granted, free of charge, to any
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
the Software, and to permit persons to whom the Software
|
|
1255
|
-
is furnished to do so, subject to the following
|
|
1256
|
-
conditions:
|
|
1239
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1240
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1241
|
+
in the Software without restriction, including without limitation the rights
|
|
1242
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1243
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1244
|
+
furnished to do so, subject to the following conditions:
|
|
1257
1245
|
|
|
1258
|
-
The above copyright notice and this permission notice
|
|
1259
|
-
|
|
1260
|
-
of the Software.
|
|
1246
|
+
The above copyright notice and this permission notice shall be included in
|
|
1247
|
+
all copies or substantial portions of the Software.
|
|
1261
1248
|
|
|
1262
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1270
|
-
DEALINGS IN THE SOFTWARE.
|
|
1249
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1250
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1251
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1252
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1253
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1254
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1255
|
+
THE SOFTWARE.
|
|
1271
1256
|
|
|
1272
1257
|
````
|
|
1273
1258
|
|
|
@@ -1277,10 +1262,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1277
1262
|
|
|
1278
1263
|
### Rust Crates:
|
|
1279
1264
|
|
|
1280
|
-
- [
|
|
1265
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
1281
1266
|
|
|
1282
1267
|
````text
|
|
1283
|
-
|
|
1268
|
+
MIT License
|
|
1269
|
+
|
|
1270
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
1271
|
+
Copyright (c) Tokio Contributors
|
|
1284
1272
|
|
|
1285
1273
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1286
1274
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1308,10 +1296,12 @@ SOFTWARE.
|
|
|
1308
1296
|
|
|
1309
1297
|
### Rust Crates:
|
|
1310
1298
|
|
|
1311
|
-
- [
|
|
1299
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
1300
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1301
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1312
1302
|
|
|
1313
1303
|
````text
|
|
1314
|
-
Copyright (c)
|
|
1304
|
+
Copyright (c) 2019 Tower Contributors
|
|
1315
1305
|
|
|
1316
1306
|
Permission is hereby granted, free of charge, to any
|
|
1317
1307
|
person obtaining a copy of this software and associated
|
|
@@ -1345,61 +1335,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1345
1335
|
|
|
1346
1336
|
### Rust Crates:
|
|
1347
1337
|
|
|
1348
|
-
- [
|
|
1349
|
-
|
|
1350
|
-
````text
|
|
1351
|
-
MIT License
|
|
1352
|
-
|
|
1353
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
1354
|
-
|
|
1355
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1356
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1357
|
-
in the Software without restriction, including without limitation the rights
|
|
1358
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1359
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1360
|
-
furnished to do so, subject to the following conditions:
|
|
1361
|
-
|
|
1362
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1363
|
-
copies or substantial portions of the Software.
|
|
1364
|
-
|
|
1365
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1366
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1367
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1368
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1369
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1370
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1371
|
-
SOFTWARE.
|
|
1372
|
-
|
|
1373
|
-
````
|
|
1374
|
-
|
|
1375
|
-
---
|
|
1376
|
-
|
|
1377
|
-
## The following dependencies are licensed under the MIT License:
|
|
1378
|
-
|
|
1379
|
-
### Rust Crates:
|
|
1380
|
-
|
|
1381
|
-
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1338
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
1382
1339
|
|
|
1383
1340
|
````text
|
|
1384
|
-
Copyright (c)
|
|
1341
|
+
Copyright (c) 2019 Carl Lerche
|
|
1385
1342
|
|
|
1386
|
-
Permission is hereby granted, free of charge, to any
|
|
1387
|
-
of this software and associated
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1343
|
+
Permission is hereby granted, free of charge, to any
|
|
1344
|
+
person obtaining a copy of this software and associated
|
|
1345
|
+
documentation files (the "Software"), to deal in the
|
|
1346
|
+
Software without restriction, including without
|
|
1347
|
+
limitation the rights to use, copy, modify, merge,
|
|
1348
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1349
|
+
the Software, and to permit persons to whom the Software
|
|
1350
|
+
is furnished to do so, subject to the following
|
|
1351
|
+
conditions:
|
|
1392
1352
|
|
|
1393
|
-
The above copyright notice and this permission notice
|
|
1394
|
-
all copies or substantial portions
|
|
1353
|
+
The above copyright notice and this permission notice
|
|
1354
|
+
shall be included in all copies or substantial portions
|
|
1355
|
+
of the Software.
|
|
1395
1356
|
|
|
1396
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1397
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1357
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1358
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1359
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1360
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1361
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1362
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1363
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1364
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1365
|
+
DEALINGS IN THE SOFTWARE.
|
|
1403
1366
|
|
|
1404
1367
|
````
|
|
1405
1368
|
|
|
@@ -1409,10 +1372,10 @@ THE SOFTWARE.
|
|
|
1409
1372
|
|
|
1410
1373
|
### Rust Crates:
|
|
1411
1374
|
|
|
1412
|
-
- [
|
|
1375
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
1413
1376
|
|
|
1414
1377
|
````text
|
|
1415
|
-
Copyright (c)
|
|
1378
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
1416
1379
|
|
|
1417
1380
|
Permission is hereby granted, free of charge, to any
|
|
1418
1381
|
person obtaining a copy of this software and associated
|
|
@@ -1444,49 +1407,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1444
1407
|
|
|
1445
1408
|
## The following dependencies are licensed under the MIT License:
|
|
1446
1409
|
|
|
1447
|
-
###
|
|
1448
|
-
|
|
1449
|
-
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
1450
|
-
|
|
1451
|
-
````text
|
|
1452
|
-
MIT License
|
|
1453
|
-
|
|
1454
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
1455
|
-
|
|
1456
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1457
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1458
|
-
in the Software without restriction, including without limitation the rights
|
|
1459
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1460
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1461
|
-
furnished to do so, subject to the following conditions:
|
|
1462
|
-
|
|
1463
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1464
|
-
copies or substantial portions of the Software.
|
|
1465
|
-
|
|
1466
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1467
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1468
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1469
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1470
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1471
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1472
|
-
SOFTWARE.
|
|
1473
|
-
|
|
1474
|
-
[others]: https://github.com/json5/json5/contributors
|
|
1475
|
-
|
|
1476
|
-
````
|
|
1477
|
-
|
|
1478
|
-
---
|
|
1479
|
-
|
|
1480
|
-
## The following dependencies are licensed under the MIT License:
|
|
1481
|
-
|
|
1482
|
-
### NPM Packages:
|
|
1410
|
+
### Rust Crates:
|
|
1483
1411
|
|
|
1484
|
-
- [
|
|
1412
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
1485
1413
|
|
|
1486
1414
|
````text
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
1415
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
1490
1416
|
|
|
1491
1417
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1492
1418
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1495,16 +1421,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1495
1421
|
copies of the Software, and to permit persons to whom the Software is
|
|
1496
1422
|
furnished to do so, subject to the following conditions:
|
|
1497
1423
|
|
|
1498
|
-
The above copyright notice and this permission notice shall be included in
|
|
1499
|
-
copies or substantial portions of the Software.
|
|
1424
|
+
The above copyright notice and this permission notice shall be included in
|
|
1425
|
+
all copies or substantial portions of the Software.
|
|
1500
1426
|
|
|
1501
1427
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1502
1428
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1503
1429
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1504
1430
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1505
1431
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1506
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1507
|
-
SOFTWARE.
|
|
1432
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1433
|
+
THE SOFTWARE.
|
|
1508
1434
|
|
|
1509
1435
|
|
|
1510
1436
|
````
|
|
@@ -1515,10 +1441,10 @@ SOFTWARE.
|
|
|
1515
1441
|
|
|
1516
1442
|
### Rust Crates:
|
|
1517
1443
|
|
|
1518
|
-
- [
|
|
1444
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
1519
1445
|
|
|
1520
1446
|
````text
|
|
1521
|
-
Copyright (c)
|
|
1447
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
1522
1448
|
|
|
1523
1449
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1524
1450
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1538,38 +1464,47 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1538
1464
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1539
1465
|
THE SOFTWARE.
|
|
1540
1466
|
|
|
1541
|
-
|
|
1542
1467
|
````
|
|
1543
1468
|
|
|
1544
1469
|
---
|
|
1545
1470
|
|
|
1546
1471
|
## The following dependencies are licensed under the MIT License:
|
|
1547
1472
|
|
|
1548
|
-
###
|
|
1473
|
+
### Rust Crates:
|
|
1549
1474
|
|
|
1550
|
-
- [
|
|
1475
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
1476
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1477
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1478
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1479
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1480
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1551
1481
|
|
|
1552
1482
|
````text
|
|
1553
|
-
|
|
1554
|
-
pngjs derived work Copyright (c) 2012 Kuba Niegowski
|
|
1483
|
+
Copyright (c) 2019 Tokio Contributors
|
|
1555
1484
|
|
|
1556
|
-
Permission is hereby granted, free of charge, to any
|
|
1557
|
-
of this software and associated
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1485
|
+
Permission is hereby granted, free of charge, to any
|
|
1486
|
+
person obtaining a copy of this software and associated
|
|
1487
|
+
documentation files (the "Software"), to deal in the
|
|
1488
|
+
Software without restriction, including without
|
|
1489
|
+
limitation the rights to use, copy, modify, merge,
|
|
1490
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1491
|
+
the Software, and to permit persons to whom the Software
|
|
1492
|
+
is furnished to do so, subject to the following
|
|
1493
|
+
conditions:
|
|
1562
1494
|
|
|
1563
|
-
The above copyright notice and this permission notice
|
|
1564
|
-
all copies or substantial portions
|
|
1495
|
+
The above copyright notice and this permission notice
|
|
1496
|
+
shall be included in all copies or substantial portions
|
|
1497
|
+
of the Software.
|
|
1565
1498
|
|
|
1566
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1567
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1499
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1500
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1501
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1502
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1503
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1504
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1505
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1506
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1507
|
+
DEALINGS IN THE SOFTWARE.
|
|
1573
1508
|
|
|
1574
1509
|
````
|
|
1575
1510
|
|
|
@@ -1579,10 +1514,10 @@ THE SOFTWARE.
|
|
|
1579
1514
|
|
|
1580
1515
|
### Rust Crates:
|
|
1581
1516
|
|
|
1582
|
-
- [
|
|
1517
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
1583
1518
|
|
|
1584
1519
|
````text
|
|
1585
|
-
Copyright (c)
|
|
1520
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
1586
1521
|
|
|
1587
1522
|
Permission is hereby granted, free of charge, to any
|
|
1588
1523
|
person obtaining a copy of this software and associated
|
|
@@ -1616,74 +1551,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1616
1551
|
|
|
1617
1552
|
### Rust Crates:
|
|
1618
1553
|
|
|
1619
|
-
- [
|
|
1554
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
1620
1555
|
|
|
1621
1556
|
````text
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
Copyright (c) 2014 Paho Lurie-Gregg
|
|
1625
|
-
|
|
1626
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1627
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1628
|
-
in the Software without restriction, including without limitation the rights
|
|
1629
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1630
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1631
|
-
furnished to do so, subject to the following conditions:
|
|
1632
|
-
|
|
1633
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1634
|
-
copies or substantial portions of the Software.
|
|
1635
|
-
|
|
1636
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1637
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1638
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1639
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1640
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1641
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1642
|
-
SOFTWARE.
|
|
1643
|
-
|
|
1644
|
-
````
|
|
1645
|
-
|
|
1646
|
-
---
|
|
1647
|
-
|
|
1648
|
-
## The following dependencies are licensed under the MIT License:
|
|
1649
|
-
|
|
1650
|
-
### Rust Crates:
|
|
1651
|
-
|
|
1652
|
-
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
1653
|
-
|
|
1654
|
-
````text
|
|
1655
|
-
Copyright (c) 2014-2026 Sean McArthur
|
|
1656
|
-
|
|
1657
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1658
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1659
|
-
in the Software without restriction, including without limitation the rights
|
|
1660
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1661
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1662
|
-
furnished to do so, subject to the following conditions:
|
|
1663
|
-
|
|
1664
|
-
The above copyright notice and this permission notice shall be included in
|
|
1665
|
-
all copies or substantial portions of the Software.
|
|
1666
|
-
|
|
1667
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1668
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1669
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1670
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1671
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1672
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1673
|
-
THE SOFTWARE.
|
|
1674
|
-
|
|
1675
|
-
````
|
|
1676
|
-
|
|
1677
|
-
---
|
|
1678
|
-
|
|
1679
|
-
## The following dependencies are licensed under the MIT License:
|
|
1680
|
-
|
|
1681
|
-
### Rust Crates:
|
|
1682
|
-
|
|
1683
|
-
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
1684
|
-
|
|
1685
|
-
````text
|
|
1686
|
-
Copyright (c) 2014-2026 Alex Crichton
|
|
1557
|
+
Copyright (c) 2017 Contributors
|
|
1687
1558
|
|
|
1688
1559
|
Permission is hereby granted, free of charge, to any
|
|
1689
1560
|
person obtaining a copy of this software and associated
|
|
@@ -1717,10 +1588,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1717
1588
|
|
|
1718
1589
|
### Rust Crates:
|
|
1719
1590
|
|
|
1720
|
-
- [
|
|
1591
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
1721
1592
|
|
|
1722
1593
|
````text
|
|
1723
|
-
Copyright (c) 2019
|
|
1594
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
1724
1595
|
|
|
1725
1596
|
Permission is hereby granted, free of charge, to any
|
|
1726
1597
|
person obtaining a copy of this software and associated
|
|
@@ -1754,19 +1625,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1754
1625
|
|
|
1755
1626
|
### Rust Crates:
|
|
1756
1627
|
|
|
1757
|
-
- [
|
|
1758
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
1628
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
1759
1629
|
|
|
1760
1630
|
````text
|
|
1761
|
-
|
|
1631
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
1762
1632
|
|
|
1763
|
-
|
|
1633
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1634
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1635
|
+
in the Software without restriction, including without limitation the rights
|
|
1636
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1637
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1638
|
+
furnished to do so, subject to the following conditions:
|
|
1764
1639
|
|
|
1765
|
-
|
|
1640
|
+
The above copyright notice and this permission notice shall be included in
|
|
1641
|
+
all copies or substantial portions of the Software.
|
|
1766
1642
|
|
|
1767
|
-
|
|
1643
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1644
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1645
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1646
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1647
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1648
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1649
|
+
THE SOFTWARE.
|
|
1768
1650
|
|
|
1769
|
-
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.
|
|
1770
1651
|
|
|
1771
1652
|
````
|
|
1772
1653
|
|
|
@@ -1776,34 +1657,29 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1776
1657
|
|
|
1777
1658
|
### Rust Crates:
|
|
1778
1659
|
|
|
1779
|
-
- [
|
|
1660
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
1780
1661
|
|
|
1781
1662
|
````text
|
|
1782
|
-
Copyright (c)
|
|
1663
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1664
|
+
Copyright (c) 2016 Jason Housley
|
|
1783
1665
|
|
|
1784
|
-
Permission is hereby granted, free of charge, to any
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
the Software, and to permit persons to whom the Software
|
|
1791
|
-
is furnished to do so, subject to the following
|
|
1792
|
-
conditions:
|
|
1666
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1667
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1668
|
+
in the Software without restriction, including without limitation the rights
|
|
1669
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1670
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1671
|
+
furnished to do so, subject to the following conditions:
|
|
1793
1672
|
|
|
1794
|
-
The above copyright notice and this permission notice
|
|
1795
|
-
|
|
1796
|
-
of the Software.
|
|
1673
|
+
The above copyright notice and this permission notice shall be included in
|
|
1674
|
+
all copies or substantial portions of the Software.
|
|
1797
1675
|
|
|
1798
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1806
|
-
DEALINGS IN THE SOFTWARE.
|
|
1676
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1677
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1678
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1679
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1680
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1681
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1682
|
+
THE SOFTWARE.
|
|
1807
1683
|
|
|
1808
1684
|
````
|
|
1809
1685
|
|
|
@@ -1813,11 +1689,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1813
1689
|
|
|
1814
1690
|
### Rust Crates:
|
|
1815
1691
|
|
|
1816
|
-
- [
|
|
1692
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
1693
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1694
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1695
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1817
1696
|
|
|
1818
1697
|
````text
|
|
1819
|
-
Copyright (c)
|
|
1820
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1698
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
1821
1699
|
|
|
1822
1700
|
Permission is hereby granted, free of charge, to any
|
|
1823
1701
|
person obtaining a copy of this software and associated
|
|
@@ -1851,48 +1729,17 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1851
1729
|
|
|
1852
1730
|
### Rust Crates:
|
|
1853
1731
|
|
|
1854
|
-
- [
|
|
1732
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
1855
1733
|
|
|
1856
1734
|
````text
|
|
1857
|
-
Copyright (c)
|
|
1858
|
-
|
|
1859
|
-
Permission is hereby granted, free of charge, to any
|
|
1860
|
-
person obtaining a copy of this software and associated
|
|
1861
|
-
documentation files (the "Software"), to deal in the
|
|
1862
|
-
Software without restriction, including without
|
|
1863
|
-
limitation the rights to use, copy, modify, merge,
|
|
1864
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1865
|
-
the Software, and to permit persons to whom the Software
|
|
1866
|
-
is furnished to do so, subject to the following
|
|
1867
|
-
conditions:
|
|
1868
|
-
|
|
1869
|
-
The above copyright notice and this permission notice
|
|
1870
|
-
shall be included in all copies or substantial portions
|
|
1871
|
-
of the Software.
|
|
1872
|
-
|
|
1873
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1874
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1875
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1876
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1877
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1878
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1879
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1880
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1881
|
-
DEALINGS IN THE SOFTWARE.
|
|
1882
|
-
````
|
|
1883
|
-
|
|
1884
|
-
---
|
|
1885
|
-
|
|
1886
|
-
## The following dependencies are licensed under the MIT License:
|
|
1887
|
-
|
|
1888
|
-
### NPM Packages:
|
|
1735
|
+
Copyright (c) 2016 The humantime Developers
|
|
1889
1736
|
|
|
1890
|
-
|
|
1737
|
+
Includes parts of http date with the following copyright:
|
|
1738
|
+
Copyright (c) 2016 Pyfisch
|
|
1891
1739
|
|
|
1892
|
-
|
|
1893
|
-
|
|
1740
|
+
Includes portions of musl libc with the following copyright:
|
|
1741
|
+
Copyright © 2005-2013 Rich Felker
|
|
1894
1742
|
|
|
1895
|
-
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1896
1743
|
|
|
1897
1744
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1898
1745
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1901,16 +1748,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1901
1748
|
copies of the Software, and to permit persons to whom the Software is
|
|
1902
1749
|
furnished to do so, subject to the following conditions:
|
|
1903
1750
|
|
|
1904
|
-
The above copyright notice and this permission notice shall be included in
|
|
1905
|
-
|
|
1751
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1752
|
+
copies or substantial portions of the Software.
|
|
1906
1753
|
|
|
1907
1754
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1908
1755
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1909
1756
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1910
1757
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1911
1758
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1912
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1913
|
-
|
|
1759
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1760
|
+
SOFTWARE.
|
|
1914
1761
|
|
|
1915
1762
|
````
|
|
1916
1763
|
|
|
@@ -1920,11 +1767,10 @@ THE SOFTWARE.
|
|
|
1920
1767
|
|
|
1921
1768
|
### Rust Crates:
|
|
1922
1769
|
|
|
1923
|
-
- [
|
|
1924
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1770
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
1925
1771
|
|
|
1926
1772
|
````text
|
|
1927
|
-
Copyright
|
|
1773
|
+
Copyright 2023 The Fuchsia Authors
|
|
1928
1774
|
|
|
1929
1775
|
Permission is hereby granted, free of charge, to any
|
|
1930
1776
|
person obtaining a copy of this software and associated
|
|
@@ -1950,79 +1796,41 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1950
1796
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1951
1797
|
DEALINGS IN THE SOFTWARE.
|
|
1952
1798
|
|
|
1799
|
+
|
|
1953
1800
|
````
|
|
1954
1801
|
|
|
1955
1802
|
---
|
|
1956
1803
|
|
|
1957
1804
|
## The following dependencies are licensed under the MIT License:
|
|
1958
1805
|
|
|
1959
|
-
###
|
|
1806
|
+
### NPM Packages:
|
|
1960
1807
|
|
|
1961
|
-
- [
|
|
1808
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
1962
1809
|
|
|
1963
1810
|
````text
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
Permission is hereby granted, free of charge, to any
|
|
1967
|
-
person obtaining a copy of this software and associated
|
|
1968
|
-
documentation files (the "Software"), to deal in the
|
|
1969
|
-
Software without restriction, including without
|
|
1970
|
-
limitation the rights to use, copy, modify, merge,
|
|
1971
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1972
|
-
the Software, and to permit persons to whom the Software
|
|
1973
|
-
is furnished to do so, subject to the following
|
|
1974
|
-
conditions:
|
|
1975
|
-
|
|
1976
|
-
The above copyright notice and this permission notice
|
|
1977
|
-
shall be included in all copies or substantial portions
|
|
1978
|
-
of the Software.
|
|
1979
|
-
|
|
1980
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1981
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1982
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1983
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1984
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1985
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1986
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1987
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1988
|
-
DEALINGS IN THE SOFTWARE.
|
|
1989
|
-
|
|
1990
|
-
````
|
|
1991
|
-
|
|
1992
|
-
---
|
|
1993
|
-
|
|
1994
|
-
## The following dependencies are licensed under the MIT License:
|
|
1995
|
-
|
|
1996
|
-
### Rust Crates:
|
|
1811
|
+
MIT License
|
|
1997
1812
|
|
|
1998
|
-
- [
|
|
1813
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
1999
1814
|
|
|
2000
|
-
|
|
2001
|
-
|
|
1815
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1816
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1817
|
+
in the Software without restriction, including without limitation the rights
|
|
1818
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1819
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1820
|
+
furnished to do so, subject to the following conditions:
|
|
2002
1821
|
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
documentation files (the "Software"), to deal in the
|
|
2006
|
-
Software without restriction, including without
|
|
2007
|
-
limitation the rights to use, copy, modify, merge,
|
|
2008
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2009
|
-
the Software, and to permit persons to whom the Software
|
|
2010
|
-
is furnished to do so, subject to the following
|
|
2011
|
-
conditions:
|
|
1822
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1823
|
+
copies or substantial portions of the Software.
|
|
2012
1824
|
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
1825
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1826
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1827
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1828
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1829
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1830
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1831
|
+
SOFTWARE.
|
|
2016
1832
|
|
|
2017
|
-
|
|
2018
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2019
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2020
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2021
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2022
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2023
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2024
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2025
|
-
DEALINGS IN THE SOFTWARE.
|
|
1833
|
+
[others]: https://github.com/json5/json5/contributors
|
|
2026
1834
|
|
|
2027
1835
|
````
|
|
2028
1836
|
|
|
@@ -2067,12 +1875,42 @@ SOFTWARE.
|
|
|
2067
1875
|
|
|
2068
1876
|
## The following dependencies are licensed under the MIT License:
|
|
2069
1877
|
|
|
1878
|
+
### NPM Packages:
|
|
1879
|
+
|
|
1880
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
1881
|
+
|
|
1882
|
+
````text
|
|
1883
|
+
This software is released under the MIT license:
|
|
1884
|
+
|
|
1885
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1886
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1887
|
+
the Software without restriction, including without limitation the rights to
|
|
1888
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1889
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1890
|
+
subject to the following conditions:
|
|
1891
|
+
|
|
1892
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1893
|
+
copies or substantial portions of the Software.
|
|
1894
|
+
|
|
1895
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1896
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1897
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1898
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1899
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1900
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1901
|
+
|
|
1902
|
+
````
|
|
1903
|
+
|
|
1904
|
+
---
|
|
1905
|
+
|
|
1906
|
+
## The following dependencies are licensed under the MIT License:
|
|
1907
|
+
|
|
2070
1908
|
### Rust Crates:
|
|
2071
1909
|
|
|
2072
|
-
- [
|
|
1910
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
2073
1911
|
|
|
2074
1912
|
````text
|
|
2075
|
-
Copyright (c)
|
|
1913
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
2076
1914
|
|
|
2077
1915
|
Permission is hereby granted, free of charge, to any
|
|
2078
1916
|
person obtaining a copy of this software and associated
|
|
@@ -2106,10 +1944,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2106
1944
|
|
|
2107
1945
|
### Rust Crates:
|
|
2108
1946
|
|
|
2109
|
-
- [
|
|
1947
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
1948
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2110
1949
|
|
|
2111
1950
|
````text
|
|
2112
|
-
Copyright (c)
|
|
1951
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
2113
1952
|
|
|
2114
1953
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2115
1954
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2118,16 +1957,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2118
1957
|
copies of the Software, and to permit persons to whom the Software is
|
|
2119
1958
|
furnished to do so, subject to the following conditions:
|
|
2120
1959
|
|
|
2121
|
-
The above copyright notice and this permission notice shall be included in
|
|
2122
|
-
|
|
1960
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1961
|
+
copies or substantial portions of the Software.
|
|
2123
1962
|
|
|
2124
1963
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2125
1964
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2126
1965
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2127
1966
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2128
1967
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2129
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2130
|
-
|
|
1968
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1969
|
+
SOFTWARE.
|
|
2131
1970
|
|
|
2132
1971
|
````
|
|
2133
1972
|
|
|
@@ -2137,33 +1976,34 @@ THE SOFTWARE.
|
|
|
2137
1976
|
|
|
2138
1977
|
### Rust Crates:
|
|
2139
1978
|
|
|
2140
|
-
- [
|
|
2141
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2142
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2143
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1979
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
2144
1980
|
|
|
2145
1981
|
````text
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
Copyright (c) 2015 Andrew Gallant
|
|
1982
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
2149
1983
|
|
|
2150
|
-
Permission is hereby granted, free of charge, to any
|
|
2151
|
-
of this software and associated
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
1984
|
+
Permission is hereby granted, free of charge, to any
|
|
1985
|
+
person obtaining a copy of this software and associated
|
|
1986
|
+
documentation files (the "Software"), to deal in the
|
|
1987
|
+
Software without restriction, including without
|
|
1988
|
+
limitation the rights to use, copy, modify, merge,
|
|
1989
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1990
|
+
the Software, and to permit persons to whom the Software
|
|
1991
|
+
is furnished to do so, subject to the following
|
|
1992
|
+
conditions:
|
|
2156
1993
|
|
|
2157
|
-
The above copyright notice and this permission notice
|
|
2158
|
-
all copies or substantial portions
|
|
1994
|
+
The above copyright notice and this permission notice
|
|
1995
|
+
shall be included in all copies or substantial portions
|
|
1996
|
+
of the Software.
|
|
2159
1997
|
|
|
2160
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2161
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
1998
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1999
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2000
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2001
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2002
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2003
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2004
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2005
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2006
|
+
DEALINGS IN THE SOFTWARE.
|
|
2167
2007
|
|
|
2168
2008
|
````
|
|
2169
2009
|
|
|
@@ -2173,31 +2013,35 @@ THE SOFTWARE.
|
|
|
2173
2013
|
|
|
2174
2014
|
### Rust Crates:
|
|
2175
2015
|
|
|
2176
|
-
- [
|
|
2016
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
2177
2017
|
|
|
2178
2018
|
````text
|
|
2179
|
-
The
|
|
2180
|
-
|
|
2181
|
-
Copyright (c) 2015-2020 Julien Cretin
|
|
2182
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
2019
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2020
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2183
2021
|
|
|
2184
|
-
Permission is hereby granted, free of charge, to any
|
|
2185
|
-
of this software and associated
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2022
|
+
Permission is hereby granted, free of charge, to any
|
|
2023
|
+
person obtaining a copy of this software and associated
|
|
2024
|
+
documentation files (the "Software"), to deal in the
|
|
2025
|
+
Software without restriction, including without
|
|
2026
|
+
limitation the rights to use, copy, modify, merge,
|
|
2027
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2028
|
+
the Software, and to permit persons to whom the Software
|
|
2029
|
+
is furnished to do so, subject to the following
|
|
2030
|
+
conditions:
|
|
2190
2031
|
|
|
2191
|
-
The above copyright notice and this permission notice
|
|
2192
|
-
copies or substantial portions
|
|
2032
|
+
The above copyright notice and this permission notice
|
|
2033
|
+
shall be included in all copies or substantial portions
|
|
2034
|
+
of the Software.
|
|
2193
2035
|
|
|
2194
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2195
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2036
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2037
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2038
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2039
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2040
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2041
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2042
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2043
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2044
|
+
DEALINGS IN THE SOFTWARE.
|
|
2201
2045
|
|
|
2202
2046
|
````
|
|
2203
2047
|
|
|
@@ -2207,29 +2051,35 @@ SOFTWARE.
|
|
|
2207
2051
|
|
|
2208
2052
|
### Rust Crates:
|
|
2209
2053
|
|
|
2210
|
-
- [
|
|
2211
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2054
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
2212
2055
|
|
|
2213
2056
|
````text
|
|
2214
|
-
Copyright (c) 2018-
|
|
2057
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
2058
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2215
2059
|
|
|
2216
|
-
Permission is hereby granted, free of charge, to any
|
|
2217
|
-
of this software and associated
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2060
|
+
Permission is hereby granted, free of charge, to any
|
|
2061
|
+
person obtaining a copy of this software and associated
|
|
2062
|
+
documentation files (the "Software"), to deal in the
|
|
2063
|
+
Software without restriction, including without
|
|
2064
|
+
limitation the rights to use, copy, modify, merge,
|
|
2065
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2066
|
+
the Software, and to permit persons to whom the Software
|
|
2067
|
+
is furnished to do so, subject to the following
|
|
2068
|
+
conditions:
|
|
2222
2069
|
|
|
2223
|
-
The above copyright notice and this permission notice
|
|
2224
|
-
copies or substantial portions
|
|
2070
|
+
The above copyright notice and this permission notice
|
|
2071
|
+
shall be included in all copies or substantial portions
|
|
2072
|
+
of the Software.
|
|
2225
2073
|
|
|
2226
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2227
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2074
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2075
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2076
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2077
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2078
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2079
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2080
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2081
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2082
|
+
DEALINGS IN THE SOFTWARE.
|
|
2233
2083
|
|
|
2234
2084
|
````
|
|
2235
2085
|
|
|
@@ -2239,10 +2089,10 @@ SOFTWARE.
|
|
|
2239
2089
|
|
|
2240
2090
|
### Rust Crates:
|
|
2241
2091
|
|
|
2242
|
-
- [
|
|
2092
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
2243
2093
|
|
|
2244
2094
|
````text
|
|
2245
|
-
Copyright (c)
|
|
2095
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
2246
2096
|
|
|
2247
2097
|
Permission is hereby granted, free of charge, to any
|
|
2248
2098
|
person obtaining a copy of this software and associated
|
|
@@ -2276,10 +2126,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2276
2126
|
|
|
2277
2127
|
### Rust Crates:
|
|
2278
2128
|
|
|
2279
|
-
- [
|
|
2129
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
2280
2130
|
|
|
2281
2131
|
````text
|
|
2282
|
-
Copyright (c)
|
|
2132
|
+
Copyright (c) The Rust Project Developers
|
|
2283
2133
|
|
|
2284
2134
|
Permission is hereby granted, free of charge, to any
|
|
2285
2135
|
person obtaining a copy of this software and associated
|
|
@@ -2313,10 +2163,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2313
2163
|
|
|
2314
2164
|
### Rust Crates:
|
|
2315
2165
|
|
|
2316
|
-
- [
|
|
2166
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
2167
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2168
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2169
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2170
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2171
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
2317
2172
|
|
|
2318
2173
|
````text
|
|
2319
|
-
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
2320
2174
|
Copyright (c) 2014 The Rust Project Developers
|
|
2321
2175
|
|
|
2322
2176
|
Permission is hereby granted, free of charge, to any
|
|
@@ -2351,10 +2205,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2351
2205
|
|
|
2352
2206
|
### Rust Crates:
|
|
2353
2207
|
|
|
2354
|
-
- [
|
|
2208
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
2209
|
+
|
|
2210
|
+
````text
|
|
2211
|
+
MIT License
|
|
2212
|
+
|
|
2213
|
+
Copyright (c) 2025 Callum Oakley
|
|
2214
|
+
|
|
2215
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2216
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2217
|
+
in the Software without restriction, including without limitation the rights
|
|
2218
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2219
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2220
|
+
furnished to do so, subject to the following conditions:
|
|
2221
|
+
|
|
2222
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2223
|
+
copies or substantial portions of the Software.
|
|
2224
|
+
|
|
2225
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2226
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2227
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2228
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2229
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2230
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2231
|
+
SOFTWARE.
|
|
2232
|
+
|
|
2233
|
+
````
|
|
2234
|
+
|
|
2235
|
+
---
|
|
2236
|
+
|
|
2237
|
+
## The following dependencies are licensed under the MIT License:
|
|
2238
|
+
|
|
2239
|
+
### Rust Crates:
|
|
2240
|
+
|
|
2241
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
2355
2242
|
|
|
2356
2243
|
````text
|
|
2357
|
-
Copyright (c)
|
|
2244
|
+
Copyright (c) 2017 http-rs authors
|
|
2358
2245
|
|
|
2359
2246
|
Permission is hereby granted, free of charge, to any
|
|
2360
2247
|
person obtaining a copy of this software and associated
|
|
@@ -2388,10 +2275,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2388
2275
|
|
|
2389
2276
|
### Rust Crates:
|
|
2390
2277
|
|
|
2391
|
-
- [
|
|
2278
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2279
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2280
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2281
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2282
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2283
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2284
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2285
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2286
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2392
2287
|
|
|
2393
2288
|
````text
|
|
2394
|
-
Copyright (c) 2016
|
|
2289
|
+
Copyright (c) 2016 Alex Crichton
|
|
2290
|
+
Copyright (c) 2017 The Tokio Authors
|
|
2395
2291
|
|
|
2396
2292
|
Permission is hereby granted, free of charge, to any
|
|
2397
2293
|
person obtaining a copy of this software and associated
|
|
@@ -2425,10 +2321,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2425
2321
|
|
|
2426
2322
|
### Rust Crates:
|
|
2427
2323
|
|
|
2428
|
-
- [
|
|
2324
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
2325
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
2326
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2429
2327
|
|
|
2430
2328
|
````text
|
|
2431
|
-
Copyright (c)
|
|
2329
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
2432
2330
|
|
|
2433
2331
|
Permission is hereby granted, free of charge, to any
|
|
2434
2332
|
person obtaining a copy of this software and associated
|
|
@@ -2462,12 +2360,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2462
2360
|
|
|
2463
2361
|
### Rust Crates:
|
|
2464
2362
|
|
|
2465
|
-
- [
|
|
2363
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
2466
2364
|
|
|
2467
2365
|
````text
|
|
2468
2366
|
MIT License
|
|
2469
2367
|
|
|
2470
|
-
Copyright (c)
|
|
2368
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
2471
2369
|
|
|
2472
2370
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2473
2371
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2495,31 +2393,19 @@ SOFTWARE.
|
|
|
2495
2393
|
|
|
2496
2394
|
### Rust Crates:
|
|
2497
2395
|
|
|
2498
|
-
- [
|
|
2396
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
2397
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2499
2398
|
|
|
2500
2399
|
````text
|
|
2501
|
-
MIT License
|
|
2400
|
+
The MIT License (MIT)
|
|
2502
2401
|
|
|
2503
|
-
Copyright
|
|
2504
|
-
Copyright (c) Tokio Contributors
|
|
2402
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
2505
2403
|
|
|
2506
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2507
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2508
|
-
in the Software without restriction, including without limitation the rights
|
|
2509
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2510
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2511
|
-
furnished to do so, subject to the following conditions:
|
|
2404
|
+
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:
|
|
2512
2405
|
|
|
2513
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2514
|
-
copies or substantial portions of the Software.
|
|
2406
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2515
2407
|
|
|
2516
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2517
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2518
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2519
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2520
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2521
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2522
|
-
SOFTWARE.
|
|
2408
|
+
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.
|
|
2523
2409
|
|
|
2524
2410
|
````
|
|
2525
2411
|
|
|
@@ -2529,10 +2415,10 @@ SOFTWARE.
|
|
|
2529
2415
|
|
|
2530
2416
|
### Rust Crates:
|
|
2531
2417
|
|
|
2532
|
-
- [
|
|
2418
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
2533
2419
|
|
|
2534
2420
|
````text
|
|
2535
|
-
Copyright
|
|
2421
|
+
Copyright (c) 2015 Steven Allen
|
|
2536
2422
|
|
|
2537
2423
|
Permission is hereby granted, free of charge, to any
|
|
2538
2424
|
person obtaining a copy of this software and associated
|
|
@@ -2564,15 +2450,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2564
2450
|
|
|
2565
2451
|
## The following dependencies are licensed under the MIT License:
|
|
2566
2452
|
|
|
2567
|
-
###
|
|
2453
|
+
### Rust Crates:
|
|
2568
2454
|
|
|
2569
|
-
- [
|
|
2570
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2455
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
2571
2456
|
|
|
2572
2457
|
````text
|
|
2573
|
-
MIT License
|
|
2458
|
+
The MIT License (MIT)
|
|
2574
2459
|
|
|
2575
|
-
Copyright (c)
|
|
2460
|
+
Copyright (c) 2015 Alice Maz
|
|
2576
2461
|
|
|
2577
2462
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2578
2463
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2581,46 +2466,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2581
2466
|
copies of the Software, and to permit persons to whom the Software is
|
|
2582
2467
|
furnished to do so, subject to the following conditions:
|
|
2583
2468
|
|
|
2584
|
-
The above copyright notice and this permission notice shall be included in
|
|
2585
|
-
copies or substantial portions of the Software.
|
|
2469
|
+
The above copyright notice and this permission notice shall be included in
|
|
2470
|
+
all copies or substantial portions of the Software.
|
|
2586
2471
|
|
|
2587
2472
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2588
2473
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2589
2474
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2590
2475
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2591
2476
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2592
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2593
|
-
SOFTWARE.
|
|
2594
|
-
|
|
2595
|
-
````
|
|
2596
|
-
|
|
2597
|
-
---
|
|
2598
|
-
|
|
2599
|
-
## The following dependencies are licensed under the MIT License:
|
|
2600
|
-
|
|
2601
|
-
### NPM Packages:
|
|
2602
|
-
|
|
2603
|
-
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
2604
|
-
|
|
2605
|
-
````text
|
|
2606
|
-
This software is released under the MIT license:
|
|
2607
|
-
|
|
2608
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2609
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
2610
|
-
the Software without restriction, including without limitation the rights to
|
|
2611
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2612
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2613
|
-
subject to the following conditions:
|
|
2614
|
-
|
|
2615
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2616
|
-
copies or substantial portions of the Software.
|
|
2617
|
-
|
|
2618
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2619
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2620
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2621
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2622
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2623
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2477
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2478
|
+
THE SOFTWARE.
|
|
2624
2479
|
|
|
2625
2480
|
````
|
|
2626
2481
|
|
|
@@ -2628,14 +2483,16 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2628
2483
|
|
|
2629
2484
|
## The following dependencies are licensed under the MIT License:
|
|
2630
2485
|
|
|
2631
|
-
###
|
|
2486
|
+
### Rust Crates:
|
|
2632
2487
|
|
|
2633
|
-
- [
|
|
2488
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
2489
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2490
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2634
2491
|
|
|
2635
2492
|
````text
|
|
2636
2493
|
MIT License
|
|
2637
2494
|
|
|
2638
|
-
Copyright (c)
|
|
2495
|
+
Copyright (c) Tokio Contributors
|
|
2639
2496
|
|
|
2640
2497
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2641
2498
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2663,33 +2520,35 @@ SOFTWARE.
|
|
|
2663
2520
|
|
|
2664
2521
|
### Rust Crates:
|
|
2665
2522
|
|
|
2666
|
-
- [
|
|
2523
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
2667
2524
|
|
|
2668
2525
|
````text
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
2526
|
+
Copyright Mozilla Foundation
|
|
2672
2527
|
|
|
2673
|
-
Permission is hereby granted, free of charge, to any
|
|
2674
|
-
of this software and associated
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2528
|
+
Permission is hereby granted, free of charge, to any
|
|
2529
|
+
person obtaining a copy of this software and associated
|
|
2530
|
+
documentation files (the "Software"), to deal in the
|
|
2531
|
+
Software without restriction, including without
|
|
2532
|
+
limitation the rights to use, copy, modify, merge,
|
|
2533
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2534
|
+
the Software, and to permit persons to whom the Software
|
|
2535
|
+
is furnished to do so, subject to the following
|
|
2536
|
+
conditions:
|
|
2679
2537
|
|
|
2680
|
-
The above copyright notice and this permission notice
|
|
2681
|
-
copies or substantial portions
|
|
2538
|
+
The above copyright notice and this permission notice
|
|
2539
|
+
shall be included in all copies or substantial portions
|
|
2540
|
+
of the Software.
|
|
2682
2541
|
|
|
2683
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2684
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2542
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2543
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2544
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2545
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2546
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2547
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2548
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2549
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2550
|
+
DEALINGS IN THE SOFTWARE.
|
|
2690
2551
|
|
|
2691
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2692
|
-
licences; see files named LICENSE.*.txt for details.
|
|
2693
2552
|
````
|
|
2694
2553
|
|
|
2695
2554
|
---
|
|
@@ -2698,14 +2557,10 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
2698
2557
|
|
|
2699
2558
|
### Rust Crates:
|
|
2700
2559
|
|
|
2701
|
-
- [
|
|
2702
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2703
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2560
|
+
- [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
|
|
2704
2561
|
|
|
2705
2562
|
````text
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
Copyright (c) 2017 Ted Driggs
|
|
2563
|
+
Copyright (c) 2015 Igor Shaula
|
|
2709
2564
|
|
|
2710
2565
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2711
2566
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2714,16 +2569,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2714
2569
|
copies of the Software, and to permit persons to whom the Software is
|
|
2715
2570
|
furnished to do so, subject to the following conditions:
|
|
2716
2571
|
|
|
2717
|
-
The above copyright notice and this permission notice shall be included in
|
|
2718
|
-
copies or substantial portions of the Software.
|
|
2572
|
+
The above copyright notice and this permission notice shall be included in
|
|
2573
|
+
all copies or substantial portions of the Software.
|
|
2719
2574
|
|
|
2720
2575
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2721
2576
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2722
2577
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2723
2578
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2724
2579
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2725
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2726
|
-
SOFTWARE.
|
|
2580
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2581
|
+
THE SOFTWARE.
|
|
2727
2582
|
|
|
2728
2583
|
````
|
|
2729
2584
|
|
|
@@ -2733,11 +2588,14 @@ SOFTWARE.
|
|
|
2733
2588
|
|
|
2734
2589
|
### Rust Crates:
|
|
2735
2590
|
|
|
2736
|
-
- [
|
|
2591
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
2592
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2593
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2737
2594
|
|
|
2738
2595
|
````text
|
|
2739
|
-
|
|
2740
|
-
|
|
2596
|
+
MIT License
|
|
2597
|
+
|
|
2598
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
2741
2599
|
|
|
2742
2600
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2743
2601
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2765,83 +2623,11 @@ SOFTWARE.
|
|
|
2765
2623
|
|
|
2766
2624
|
### Rust Crates:
|
|
2767
2625
|
|
|
2768
|
-
- [
|
|
2769
|
-
- [
|
|
2770
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2771
|
-
|
|
2772
|
-
````text
|
|
2773
|
-
Copyright (c) 2013-2025 The rust-url developers
|
|
2774
|
-
|
|
2775
|
-
Permission is hereby granted, free of charge, to any
|
|
2776
|
-
person obtaining a copy of this software and associated
|
|
2777
|
-
documentation files (the "Software"), to deal in the
|
|
2778
|
-
Software without restriction, including without
|
|
2779
|
-
limitation the rights to use, copy, modify, merge,
|
|
2780
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2781
|
-
the Software, and to permit persons to whom the Software
|
|
2782
|
-
is furnished to do so, subject to the following
|
|
2783
|
-
conditions:
|
|
2784
|
-
|
|
2785
|
-
The above copyright notice and this permission notice
|
|
2786
|
-
shall be included in all copies or substantial portions
|
|
2787
|
-
of the Software.
|
|
2788
|
-
|
|
2789
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2790
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2791
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2792
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2793
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2794
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2795
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2796
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2797
|
-
DEALINGS IN THE SOFTWARE.
|
|
2798
|
-
|
|
2799
|
-
````
|
|
2800
|
-
|
|
2801
|
-
---
|
|
2802
|
-
|
|
2803
|
-
## The following dependencies are licensed under the MIT License:
|
|
2804
|
-
|
|
2805
|
-
### NPM Packages:
|
|
2806
|
-
|
|
2807
|
-
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2808
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2809
|
-
|
|
2810
|
-
````text
|
|
2811
|
-
MIT License
|
|
2812
|
-
|
|
2813
|
-
Copyright (c) Microsoft Corporation.
|
|
2814
|
-
|
|
2815
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2816
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2817
|
-
in the Software without restriction, including without limitation the rights
|
|
2818
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2819
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2820
|
-
furnished to do so, subject to the following conditions:
|
|
2821
|
-
|
|
2822
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2823
|
-
copies or substantial portions of the Software.
|
|
2824
|
-
|
|
2825
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2826
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2827
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2828
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2829
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2830
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2831
|
-
SOFTWARE
|
|
2832
|
-
|
|
2833
|
-
````
|
|
2834
|
-
|
|
2835
|
-
---
|
|
2836
|
-
|
|
2837
|
-
## The following dependencies are licensed under the MIT License:
|
|
2838
|
-
|
|
2839
|
-
### Rust Crates:
|
|
2840
|
-
|
|
2841
|
-
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
2626
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
2627
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
2842
2628
|
|
|
2843
2629
|
````text
|
|
2844
|
-
Copyright (c)
|
|
2630
|
+
Copyright (c) 2014 Alex Crichton
|
|
2845
2631
|
|
|
2846
2632
|
Permission is hereby granted, free of charge, to any
|
|
2847
2633
|
person obtaining a copy of this software and associated
|
|
@@ -2914,29 +2700,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2914
2700
|
|
|
2915
2701
|
### Rust Crates:
|
|
2916
2702
|
|
|
2917
|
-
- [
|
|
2918
|
-
|
|
2919
|
-
````text
|
|
2920
|
-
Copyright (c) 2015 steffengy
|
|
2921
|
-
|
|
2922
|
-
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:
|
|
2923
|
-
|
|
2924
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2925
|
-
|
|
2926
|
-
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.
|
|
2927
|
-
|
|
2928
|
-
````
|
|
2929
|
-
|
|
2930
|
-
---
|
|
2931
|
-
|
|
2932
|
-
## The following dependencies are licensed under the MIT License:
|
|
2933
|
-
|
|
2934
|
-
### Rust Crates:
|
|
2935
|
-
|
|
2936
|
-
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
2703
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
2937
2704
|
|
|
2938
2705
|
````text
|
|
2939
|
-
Copyright
|
|
2706
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
2940
2707
|
|
|
2941
2708
|
Permission is hereby granted, free of charge, to any
|
|
2942
2709
|
person obtaining a copy of this software and associated
|
|
@@ -2970,10 +2737,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2970
2737
|
|
|
2971
2738
|
### Rust Crates:
|
|
2972
2739
|
|
|
2973
|
-
- [
|
|
2740
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
2741
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
2974
2742
|
|
|
2975
2743
|
````text
|
|
2976
|
-
Copyright (c)
|
|
2744
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
2745
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2746
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
2977
2747
|
|
|
2978
2748
|
Permission is hereby granted, free of charge, to any
|
|
2979
2749
|
person obtaining a copy of this software and associated
|
|
@@ -3007,11 +2777,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3007
2777
|
|
|
3008
2778
|
### Rust Crates:
|
|
3009
2779
|
|
|
3010
|
-
- [
|
|
3011
|
-
- [
|
|
2780
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
2781
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2782
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2783
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
3012
2784
|
|
|
3013
2785
|
````text
|
|
3014
|
-
MIT License
|
|
2786
|
+
The MIT License (MIT)
|
|
2787
|
+
|
|
2788
|
+
Copyright (c) 2015 Andrew Gallant
|
|
3015
2789
|
|
|
3016
2790
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3017
2791
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3020,16 +2794,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3020
2794
|
copies of the Software, and to permit persons to whom the Software is
|
|
3021
2795
|
furnished to do so, subject to the following conditions:
|
|
3022
2796
|
|
|
3023
|
-
The above copyright notice and this permission notice shall be included in
|
|
3024
|
-
copies or substantial portions of the Software.
|
|
2797
|
+
The above copyright notice and this permission notice shall be included in
|
|
2798
|
+
all copies or substantial portions of the Software.
|
|
3025
2799
|
|
|
3026
2800
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3027
2801
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3028
2802
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3029
2803
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3030
2804
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3031
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3032
|
-
SOFTWARE.
|
|
2805
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2806
|
+
THE SOFTWARE.
|
|
3033
2807
|
|
|
3034
2808
|
````
|
|
3035
2809
|
|
|
@@ -3039,10 +2813,29 @@ SOFTWARE.
|
|
|
3039
2813
|
|
|
3040
2814
|
### Rust Crates:
|
|
3041
2815
|
|
|
3042
|
-
- [
|
|
2816
|
+
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
3043
2817
|
|
|
3044
2818
|
````text
|
|
3045
|
-
Copyright
|
|
2819
|
+
Copyright (c) 2015 steffengy
|
|
2820
|
+
|
|
2821
|
+
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:
|
|
2822
|
+
|
|
2823
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2824
|
+
|
|
2825
|
+
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.
|
|
2826
|
+
|
|
2827
|
+
````
|
|
2828
|
+
|
|
2829
|
+
---
|
|
2830
|
+
|
|
2831
|
+
## The following dependencies are licensed under the MIT License:
|
|
2832
|
+
|
|
2833
|
+
### Rust Crates:
|
|
2834
|
+
|
|
2835
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
2836
|
+
|
|
2837
|
+
````text
|
|
2838
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
3046
2839
|
|
|
3047
2840
|
Permission is hereby granted, free of charge, to any
|
|
3048
2841
|
person obtaining a copy of this software and associated
|
|
@@ -3068,7 +2861,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3068
2861
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3069
2862
|
DEALINGS IN THE SOFTWARE.
|
|
3070
2863
|
|
|
3071
|
-
|
|
3072
2864
|
````
|
|
3073
2865
|
|
|
3074
2866
|
---
|
|
@@ -3077,12 +2869,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3077
2869
|
|
|
3078
2870
|
### Rust Crates:
|
|
3079
2871
|
|
|
3080
|
-
- [
|
|
2872
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
3081
2873
|
|
|
3082
2874
|
````text
|
|
3083
|
-
MIT License
|
|
2875
|
+
The MIT License (MIT)
|
|
3084
2876
|
|
|
3085
|
-
Copyright (c)
|
|
2877
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
3086
2878
|
|
|
3087
2879
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3088
2880
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3110,14 +2902,43 @@ SOFTWARE.
|
|
|
3110
2902
|
|
|
3111
2903
|
### Rust Crates:
|
|
3112
2904
|
|
|
3113
|
-
- [
|
|
3114
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
3115
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2905
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
3116
2906
|
|
|
3117
2907
|
````text
|
|
3118
|
-
|
|
2908
|
+
Copyright (c) 2019 Eliza Weisman
|
|
3119
2909
|
|
|
3120
|
-
|
|
2910
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2911
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2912
|
+
in the Software without restriction, including without limitation the rights
|
|
2913
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2914
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2915
|
+
furnished to do so, subject to the following conditions:
|
|
2916
|
+
|
|
2917
|
+
The above copyright notice and this permission notice shall be included in
|
|
2918
|
+
all copies or substantial portions of the Software.
|
|
2919
|
+
|
|
2920
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2921
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2922
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2923
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2924
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2925
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2926
|
+
THE SOFTWARE.
|
|
2927
|
+
|
|
2928
|
+
````
|
|
2929
|
+
|
|
2930
|
+
---
|
|
2931
|
+
|
|
2932
|
+
## The following dependencies are licensed under the MIT License:
|
|
2933
|
+
|
|
2934
|
+
### NPM Packages:
|
|
2935
|
+
|
|
2936
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
2937
|
+
|
|
2938
|
+
````text
|
|
2939
|
+
The MIT License (MIT)
|
|
2940
|
+
|
|
2941
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
3121
2942
|
|
|
3122
2943
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3123
2944
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3137,21 +2958,22 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3137
2958
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3138
2959
|
SOFTWARE.
|
|
3139
2960
|
|
|
2961
|
+
|
|
3140
2962
|
````
|
|
3141
2963
|
|
|
3142
2964
|
---
|
|
3143
2965
|
|
|
3144
2966
|
## The following dependencies are licensed under the MIT License:
|
|
3145
2967
|
|
|
3146
|
-
###
|
|
2968
|
+
### NPM Packages:
|
|
3147
2969
|
|
|
3148
|
-
- [
|
|
3149
|
-
- [
|
|
2970
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
2971
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3150
2972
|
|
|
3151
2973
|
````text
|
|
3152
2974
|
MIT License
|
|
3153
2975
|
|
|
3154
|
-
Copyright (c)
|
|
2976
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
3155
2977
|
|
|
3156
2978
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3157
2979
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3179,10 +3001,43 @@ SOFTWARE.
|
|
|
3179
3001
|
|
|
3180
3002
|
### Rust Crates:
|
|
3181
3003
|
|
|
3182
|
-
- [
|
|
3004
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
3183
3005
|
|
|
3184
3006
|
````text
|
|
3185
|
-
Copyright (c)
|
|
3007
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
3008
|
+
Copyright (c) 2016 Alex Crichton
|
|
3009
|
+
|
|
3010
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3011
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3012
|
+
in the Software without restriction, including without limitation the rights
|
|
3013
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3014
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3015
|
+
furnished to do so, subject to the following conditions:
|
|
3016
|
+
|
|
3017
|
+
The above copyright notice and this permission notice shall be included in
|
|
3018
|
+
all copies or substantial portions of the Software.
|
|
3019
|
+
|
|
3020
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3021
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3022
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3023
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3024
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3025
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3026
|
+
THE SOFTWARE.
|
|
3027
|
+
|
|
3028
|
+
|
|
3029
|
+
````
|
|
3030
|
+
|
|
3031
|
+
---
|
|
3032
|
+
|
|
3033
|
+
## The following dependencies are licensed under the MIT License:
|
|
3034
|
+
|
|
3035
|
+
### Rust Crates:
|
|
3036
|
+
|
|
3037
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
3038
|
+
|
|
3039
|
+
````text
|
|
3040
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
3186
3041
|
|
|
3187
3042
|
Permission is hereby granted, free of charge, to any
|
|
3188
3043
|
person obtaining a copy of this software and associated
|
|
@@ -3214,36 +3069,128 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3214
3069
|
|
|
3215
3070
|
## The following dependencies are licensed under the MIT License:
|
|
3216
3071
|
|
|
3072
|
+
### NPM Packages:
|
|
3073
|
+
|
|
3074
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
3075
|
+
|
|
3076
|
+
````text
|
|
3077
|
+
The MIT License (MIT)
|
|
3078
|
+
|
|
3079
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
3080
|
+
|
|
3081
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3082
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3083
|
+
in the Software without restriction, including without limitation the rights
|
|
3084
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3085
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3086
|
+
furnished to do so, subject to the following conditions:
|
|
3087
|
+
|
|
3088
|
+
The above copyright notice and this permission notice shall be included in
|
|
3089
|
+
all copies or substantial portions of the Software.
|
|
3090
|
+
|
|
3091
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3092
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3093
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3094
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3095
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3096
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3097
|
+
THE SOFTWARE.
|
|
3098
|
+
|
|
3099
|
+
````
|
|
3100
|
+
|
|
3101
|
+
---
|
|
3102
|
+
|
|
3103
|
+
## The following dependencies are licensed under the MIT License:
|
|
3104
|
+
|
|
3105
|
+
### Rust Crates:
|
|
3106
|
+
|
|
3107
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
3108
|
+
|
|
3109
|
+
````text
|
|
3110
|
+
MIT License
|
|
3111
|
+
|
|
3112
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3113
|
+
|
|
3114
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3115
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3116
|
+
in the Software without restriction, including without limitation the rights
|
|
3117
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3118
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3119
|
+
furnished to do so, subject to the following conditions:
|
|
3120
|
+
|
|
3121
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3122
|
+
copies or substantial portions of the Software.
|
|
3123
|
+
|
|
3124
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3125
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3126
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3127
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3128
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3129
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3130
|
+
SOFTWARE.
|
|
3131
|
+
|
|
3132
|
+
````
|
|
3133
|
+
|
|
3134
|
+
---
|
|
3135
|
+
|
|
3136
|
+
## The following dependencies are licensed under the MIT License:
|
|
3137
|
+
|
|
3138
|
+
### Rust Crates:
|
|
3139
|
+
|
|
3140
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3141
|
+
|
|
3142
|
+
````text
|
|
3143
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3144
|
+
|
|
3145
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3146
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3147
|
+
in the Software without restriction, including without limitation the rights
|
|
3148
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3149
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3150
|
+
furnished to do so, subject to the following conditions:
|
|
3151
|
+
|
|
3152
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3153
|
+
copies or substantial portions of the Software.
|
|
3154
|
+
|
|
3155
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3156
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3157
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3158
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3159
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3160
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3161
|
+
SOFTWARE.
|
|
3162
|
+
|
|
3163
|
+
````
|
|
3164
|
+
|
|
3165
|
+
---
|
|
3166
|
+
|
|
3167
|
+
## The following dependencies are licensed under the MIT License:
|
|
3168
|
+
|
|
3217
3169
|
### Rust Crates:
|
|
3218
3170
|
|
|
3219
|
-
- [
|
|
3171
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
3172
|
+
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
3220
3173
|
|
|
3221
3174
|
````text
|
|
3222
|
-
|
|
3175
|
+
MIT License
|
|
3223
3176
|
|
|
3224
|
-
Permission is hereby granted, free of charge, to any
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
the Software, and to permit persons to whom the Software
|
|
3231
|
-
is furnished to do so, subject to the following
|
|
3232
|
-
conditions:
|
|
3177
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3178
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3179
|
+
in the Software without restriction, including without limitation the rights
|
|
3180
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3181
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3182
|
+
furnished to do so, subject to the following conditions:
|
|
3233
3183
|
|
|
3234
|
-
The above copyright notice and this permission notice
|
|
3235
|
-
|
|
3236
|
-
of the Software.
|
|
3184
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3185
|
+
copies or substantial portions of the Software.
|
|
3237
3186
|
|
|
3238
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3246
|
-
DEALINGS IN THE SOFTWARE.
|
|
3187
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3188
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3189
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3190
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3191
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3192
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3193
|
+
SOFTWARE.
|
|
3247
3194
|
|
|
3248
3195
|
````
|
|
3249
3196
|
|
|
@@ -3253,47 +3200,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3253
3200
|
|
|
3254
3201
|
### Rust Crates:
|
|
3255
3202
|
|
|
3256
|
-
- [
|
|
3257
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3258
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3259
|
-
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3260
|
-
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3261
|
-
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3262
|
-
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3263
|
-
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
3264
|
-
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
3265
|
-
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3266
|
-
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
3267
|
-
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
3268
|
-
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
3269
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
3270
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
3271
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
3272
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3273
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3274
|
-
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3275
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3276
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3203
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
3277
3204
|
|
|
3278
3205
|
````text
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
Copyright (c) <year> <copyright holders>
|
|
3206
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
3207
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
3282
3208
|
|
|
3283
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3284
|
-
associated documentation files (the "Software"), to deal
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3209
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3210
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3211
|
+
in the Software without restriction, including without limitation the rights
|
|
3212
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3213
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3214
|
+
furnished to do so, subject to the following conditions:
|
|
3288
3215
|
|
|
3289
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3290
|
-
portions of the Software.
|
|
3216
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3217
|
+
copies or substantial portions of the Software.
|
|
3291
3218
|
|
|
3292
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3293
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3219
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3220
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3221
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3222
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3223
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3224
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3225
|
+
SOFTWARE.
|
|
3297
3226
|
|
|
3298
3227
|
````
|
|
3299
3228
|
|
|
@@ -3303,10 +3232,16 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3303
3232
|
|
|
3304
3233
|
### Rust Crates:
|
|
3305
3234
|
|
|
3306
|
-
- [
|
|
3235
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
3236
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
3237
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3238
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
3239
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3240
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
3307
3241
|
|
|
3308
3242
|
````text
|
|
3309
|
-
Copyright
|
|
3243
|
+
Copyright 2018 Developers of the Rand project
|
|
3244
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3310
3245
|
|
|
3311
3246
|
Permission is hereby granted, free of charge, to any
|
|
3312
3247
|
person obtaining a copy of this software and associated
|
|
@@ -3338,14 +3273,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3338
3273
|
|
|
3339
3274
|
## The following dependencies are licensed under the MIT License:
|
|
3340
3275
|
|
|
3341
|
-
###
|
|
3276
|
+
### NPM Packages:
|
|
3342
3277
|
|
|
3343
|
-
- [
|
|
3278
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
3344
3279
|
|
|
3345
3280
|
````text
|
|
3346
|
-
|
|
3281
|
+
MIT License
|
|
3347
3282
|
|
|
3348
|
-
Copyright (c)
|
|
3283
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
3349
3284
|
|
|
3350
3285
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3351
3286
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3354,16 +3289,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3354
3289
|
copies of the Software, and to permit persons to whom the Software is
|
|
3355
3290
|
furnished to do so, subject to the following conditions:
|
|
3356
3291
|
|
|
3357
|
-
The above copyright notice and this permission notice shall be included in
|
|
3358
|
-
|
|
3292
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3293
|
+
copies or substantial portions of the Software.
|
|
3359
3294
|
|
|
3360
3295
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3361
3296
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3362
3297
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3363
3298
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3364
3299
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3365
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3366
|
-
|
|
3300
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3301
|
+
SOFTWARE.
|
|
3367
3302
|
|
|
3368
3303
|
````
|
|
3369
3304
|
|
|
@@ -3373,10 +3308,10 @@ THE SOFTWARE.
|
|
|
3373
3308
|
|
|
3374
3309
|
### Rust Crates:
|
|
3375
3310
|
|
|
3376
|
-
- [
|
|
3311
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
3377
3312
|
|
|
3378
3313
|
````text
|
|
3379
|
-
Copyright (c)
|
|
3314
|
+
Copyright (c) 2016 Anthony Ramine
|
|
3380
3315
|
|
|
3381
3316
|
Permission is hereby granted, free of charge, to any
|
|
3382
3317
|
person obtaining a copy of this software and associated
|
|
@@ -3410,56 +3345,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3410
3345
|
|
|
3411
3346
|
### Rust Crates:
|
|
3412
3347
|
|
|
3413
|
-
- [
|
|
3414
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3415
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3416
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3417
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3418
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3419
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3420
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3421
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3348
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
3422
3349
|
|
|
3423
3350
|
````text
|
|
3424
|
-
|
|
3425
|
-
Copyright (c) 2017 The Tokio Authors
|
|
3426
|
-
|
|
3427
|
-
Permission is hereby granted, free of charge, to any
|
|
3428
|
-
person obtaining a copy of this software and associated
|
|
3429
|
-
documentation files (the "Software"), to deal in the
|
|
3430
|
-
Software without restriction, including without
|
|
3431
|
-
limitation the rights to use, copy, modify, merge,
|
|
3432
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3433
|
-
the Software, and to permit persons to whom the Software
|
|
3434
|
-
is furnished to do so, subject to the following
|
|
3435
|
-
conditions:
|
|
3436
|
-
|
|
3437
|
-
The above copyright notice and this permission notice
|
|
3438
|
-
shall be included in all copies or substantial portions
|
|
3439
|
-
of the Software.
|
|
3440
|
-
|
|
3441
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3442
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3443
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3444
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3445
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3446
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3447
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3448
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3449
|
-
DEALINGS IN THE SOFTWARE.
|
|
3450
|
-
|
|
3451
|
-
````
|
|
3452
|
-
|
|
3453
|
-
---
|
|
3454
|
-
|
|
3455
|
-
## The following dependencies are licensed under the MIT License:
|
|
3456
|
-
|
|
3457
|
-
### Rust Crates:
|
|
3458
|
-
|
|
3459
|
-
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
3351
|
+
MIT License
|
|
3460
3352
|
|
|
3461
|
-
|
|
3462
|
-
Copyright (c) 2016-2025 Sean McArthur
|
|
3353
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
3463
3354
|
|
|
3464
3355
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3465
3356
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3468,17 +3359,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3468
3359
|
copies of the Software, and to permit persons to whom the Software is
|
|
3469
3360
|
furnished to do so, subject to the following conditions:
|
|
3470
3361
|
|
|
3471
|
-
The above copyright notice and this permission notice shall be included in
|
|
3472
|
-
|
|
3362
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3363
|
+
copies or substantial portions of the Software.
|
|
3473
3364
|
|
|
3474
3365
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3475
3366
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3476
3367
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3477
3368
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3478
3369
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3479
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3480
|
-
|
|
3481
|
-
|
|
3370
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3371
|
+
SOFTWARE.
|
|
3482
3372
|
|
|
3483
3373
|
````
|
|
3484
3374
|
|
|
@@ -3488,10 +3378,10 @@ THE SOFTWARE.
|
|
|
3488
3378
|
|
|
3489
3379
|
### Rust Crates:
|
|
3490
3380
|
|
|
3491
|
-
- [
|
|
3381
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
3492
3382
|
|
|
3493
3383
|
````text
|
|
3494
|
-
Copyright (c)
|
|
3384
|
+
Copyright (c) 2016--2023
|
|
3495
3385
|
|
|
3496
3386
|
Permission is hereby granted, free of charge, to any
|
|
3497
3387
|
person obtaining a copy of this software and associated
|
|
@@ -3525,36 +3415,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3525
3415
|
|
|
3526
3416
|
### Rust Crates:
|
|
3527
3417
|
|
|
3528
|
-
- [
|
|
3529
|
-
|
|
3530
|
-
````text
|
|
3531
|
-
Copyright 2017 Juniper Networks, Inc.
|
|
3532
|
-
|
|
3533
|
-
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:
|
|
3534
|
-
|
|
3535
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3536
|
-
|
|
3537
|
-
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.
|
|
3538
|
-
|
|
3539
|
-
````
|
|
3540
|
-
|
|
3541
|
-
---
|
|
3542
|
-
|
|
3543
|
-
## The following dependencies are licensed under the MIT License:
|
|
3544
|
-
|
|
3545
|
-
### Rust Crates:
|
|
3546
|
-
|
|
3547
|
-
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
3418
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
3419
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3548
3420
|
|
|
3549
3421
|
````text
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
Includes parts of http date with the following copyright:
|
|
3553
|
-
Copyright (c) 2016 Pyfisch
|
|
3554
|
-
|
|
3555
|
-
Includes portions of musl libc with the following copyright:
|
|
3556
|
-
Copyright © 2005-2013 Rich Felker
|
|
3422
|
+
MIT License
|
|
3557
3423
|
|
|
3424
|
+
Copyright (c) 2019 Graham Esau
|
|
3558
3425
|
|
|
3559
3426
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3560
3427
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3582,32 +3449,16 @@ SOFTWARE.
|
|
|
3582
3449
|
|
|
3583
3450
|
### Rust Crates:
|
|
3584
3451
|
|
|
3585
|
-
- [
|
|
3586
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3587
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3452
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
3588
3453
|
|
|
3589
3454
|
````text
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
3455
|
+
Copyright 2016 Nika Layzell
|
|
3593
3456
|
|
|
3594
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3595
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3596
|
-
in the Software without restriction, including without limitation the rights
|
|
3597
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3598
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3599
|
-
furnished to do so, subject to the following conditions:
|
|
3457
|
+
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:
|
|
3600
3458
|
|
|
3601
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3602
|
-
copies or substantial portions of the Software.
|
|
3459
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3603
3460
|
|
|
3604
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3605
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3606
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3607
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3608
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3609
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3610
|
-
SOFTWARE.
|
|
3461
|
+
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.
|
|
3611
3462
|
|
|
3612
3463
|
````
|
|
3613
3464
|
|
|
@@ -3617,12 +3468,10 @@ SOFTWARE.
|
|
|
3617
3468
|
|
|
3618
3469
|
### Rust Crates:
|
|
3619
3470
|
|
|
3620
|
-
- [
|
|
3621
|
-
|
|
3622
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3623
|
-
|
|
3471
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
3472
|
+
|
|
3624
3473
|
````text
|
|
3625
|
-
Copyright (c)
|
|
3474
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
3626
3475
|
|
|
3627
3476
|
Permission is hereby granted, free of charge, to any
|
|
3628
3477
|
person obtaining a copy of this software and associated
|
|
@@ -3656,11 +3505,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3656
3505
|
|
|
3657
3506
|
### Rust Crates:
|
|
3658
3507
|
|
|
3659
|
-
- [tungstenite](https://github.com/snapview/tungstenite
|
|
3508
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
3660
3509
|
|
|
3661
3510
|
````text
|
|
3511
|
+
Copyright (c) 2017 Daniel Abramov
|
|
3662
3512
|
Copyright (c) 2017 Alexey Galakhov
|
|
3663
|
-
Copyright (c) 2016 Jason Housley
|
|
3664
3513
|
|
|
3665
3514
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3666
3515
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3688,12 +3537,51 @@ THE SOFTWARE.
|
|
|
3688
3537
|
|
|
3689
3538
|
### Rust Crates:
|
|
3690
3539
|
|
|
3691
|
-
- [
|
|
3540
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
3541
|
+
|
|
3542
|
+
````text
|
|
3543
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
3544
|
+
|
|
3545
|
+
Permission is hereby granted, free of charge, to any
|
|
3546
|
+
person obtaining a copy of this software and associated
|
|
3547
|
+
documentation files (the "Software"), to deal in the
|
|
3548
|
+
Software without restriction, including without
|
|
3549
|
+
limitation the rights to use, copy, modify, merge,
|
|
3550
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3551
|
+
the Software, and to permit persons to whom the Software
|
|
3552
|
+
is furnished to do so, subject to the following
|
|
3553
|
+
conditions:
|
|
3554
|
+
|
|
3555
|
+
The above copyright notice and this permission notice
|
|
3556
|
+
shall be included in all copies or substantial portions
|
|
3557
|
+
of the Software.
|
|
3558
|
+
|
|
3559
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3560
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3561
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3562
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3563
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3564
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3565
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3566
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3567
|
+
DEALINGS IN THE SOFTWARE.
|
|
3568
|
+
|
|
3569
|
+
````
|
|
3570
|
+
|
|
3571
|
+
---
|
|
3572
|
+
|
|
3573
|
+
## The following dependencies are licensed under the MIT License:
|
|
3574
|
+
|
|
3575
|
+
### Rust Crates:
|
|
3576
|
+
|
|
3577
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3578
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3579
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3692
3580
|
|
|
3693
3581
|
````text
|
|
3694
3582
|
MIT License
|
|
3695
3583
|
|
|
3696
|
-
Copyright (c)
|
|
3584
|
+
Copyright (c) 2017 Ted Driggs
|
|
3697
3585
|
|
|
3698
3586
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3699
3587
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3721,10 +3609,10 @@ SOFTWARE.
|
|
|
3721
3609
|
|
|
3722
3610
|
### Rust Crates:
|
|
3723
3611
|
|
|
3724
|
-
- [
|
|
3612
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
3725
3613
|
|
|
3726
3614
|
````text
|
|
3727
|
-
Copyright (c)
|
|
3615
|
+
Copyright (c) 2018 Carl Lerche
|
|
3728
3616
|
|
|
3729
3617
|
Permission is hereby granted, free of charge, to any
|
|
3730
3618
|
person obtaining a copy of this software and associated
|
|
@@ -3758,15 +3646,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3758
3646
|
|
|
3759
3647
|
### Rust Crates:
|
|
3760
3648
|
|
|
3761
|
-
- [
|
|
3762
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
3763
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
3764
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
3765
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
3766
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
3649
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
3767
3650
|
|
|
3768
3651
|
````text
|
|
3769
|
-
Copyright (c)
|
|
3652
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
3770
3653
|
|
|
3771
3654
|
Permission is hereby granted, free of charge, to any
|
|
3772
3655
|
person obtaining a copy of this software and associated
|
|
@@ -3800,10 +3683,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3800
3683
|
|
|
3801
3684
|
### Rust Crates:
|
|
3802
3685
|
|
|
3803
|
-
- [
|
|
3686
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
3804
3687
|
|
|
3805
3688
|
````text
|
|
3806
|
-
Copyright (c)
|
|
3689
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
3807
3690
|
|
|
3808
3691
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3809
3692
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3823,6 +3706,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3823
3706
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3824
3707
|
THE SOFTWARE.
|
|
3825
3708
|
|
|
3709
|
+
|
|
3826
3710
|
````
|
|
3827
3711
|
|
|
3828
3712
|
---
|
|
@@ -3831,29 +3715,34 @@ THE SOFTWARE.
|
|
|
3831
3715
|
|
|
3832
3716
|
### Rust Crates:
|
|
3833
3717
|
|
|
3834
|
-
- [
|
|
3718
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
3835
3719
|
|
|
3836
3720
|
````text
|
|
3837
|
-
Copyright (c)
|
|
3838
|
-
|
|
3839
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3840
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3841
|
-
in the Software without restriction, including without limitation the rights
|
|
3842
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3843
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3844
|
-
furnished to do so, subject to the following conditions:
|
|
3721
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
3845
3722
|
|
|
3846
|
-
|
|
3847
|
-
|
|
3723
|
+
Permission is hereby granted, free of charge, to any
|
|
3724
|
+
person obtaining a copy of this software and associated
|
|
3725
|
+
documentation files (the "Software"), to deal in the
|
|
3726
|
+
Software without restriction, including without
|
|
3727
|
+
limitation the rights to use, copy, modify, merge,
|
|
3728
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3729
|
+
the Software, and to permit persons to whom the Software
|
|
3730
|
+
is furnished to do so, subject to the following
|
|
3731
|
+
conditions:
|
|
3848
3732
|
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3853
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3854
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3855
|
-
THE SOFTWARE.
|
|
3733
|
+
The above copyright notice and this permission notice
|
|
3734
|
+
shall be included in all copies or substantial portions
|
|
3735
|
+
of the Software.
|
|
3856
3736
|
|
|
3737
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3738
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3739
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3740
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3741
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3742
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3743
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3744
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3745
|
+
DEALINGS IN THE SOFTWARE.
|
|
3857
3746
|
|
|
3858
3747
|
````
|
|
3859
3748
|
|
|
@@ -3863,11 +3752,10 @@ THE SOFTWARE.
|
|
|
3863
3752
|
|
|
3864
3753
|
### Rust Crates:
|
|
3865
3754
|
|
|
3866
|
-
- [
|
|
3755
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
3867
3756
|
|
|
3868
3757
|
````text
|
|
3869
|
-
Copyright (c)
|
|
3870
|
-
Copyright (c) 2016 Alex Crichton
|
|
3758
|
+
Copyright (c) 2017 Sean McArthur
|
|
3871
3759
|
|
|
3872
3760
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3873
3761
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3896,12 +3784,10 @@ THE SOFTWARE.
|
|
|
3896
3784
|
|
|
3897
3785
|
### Rust Crates:
|
|
3898
3786
|
|
|
3899
|
-
- [
|
|
3787
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
3900
3788
|
|
|
3901
3789
|
````text
|
|
3902
|
-
|
|
3903
|
-
|
|
3904
|
-
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3790
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
3905
3791
|
|
|
3906
3792
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3907
3793
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3910,51 +3796,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3910
3796
|
copies of the Software, and to permit persons to whom the Software is
|
|
3911
3797
|
furnished to do so, subject to the following conditions:
|
|
3912
3798
|
|
|
3913
|
-
The above copyright notice and this permission notice shall be included in
|
|
3914
|
-
copies or substantial portions of the Software.
|
|
3799
|
+
The above copyright notice and this permission notice shall be included in
|
|
3800
|
+
all copies or substantial portions of the Software.
|
|
3915
3801
|
|
|
3916
3802
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3917
3803
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3918
3804
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3919
3805
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3920
3806
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3921
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3922
|
-
SOFTWARE.
|
|
3923
|
-
|
|
3924
|
-
````
|
|
3925
|
-
|
|
3926
|
-
---
|
|
3927
|
-
|
|
3928
|
-
## The following dependencies are licensed under the MIT License:
|
|
3929
|
-
|
|
3930
|
-
### Rust Crates:
|
|
3931
|
-
|
|
3932
|
-
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
3933
|
-
|
|
3934
|
-
````text
|
|
3935
|
-
The MIT License (MIT)
|
|
3936
|
-
|
|
3937
|
-
Copyright (c) 2016 Johann Tuffe
|
|
3938
|
-
|
|
3939
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3940
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3941
|
-
in the Software without restriction, including without limitation the rights
|
|
3942
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3943
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3944
|
-
furnished to do so, subject to the following conditions:
|
|
3945
|
-
|
|
3946
|
-
|
|
3947
|
-
The above copyright notice and this permission notice shall be included in
|
|
3948
|
-
all copies or substantial portions of the Software.
|
|
3949
|
-
|
|
3950
|
-
|
|
3951
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3952
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3953
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3954
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3955
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3956
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3957
|
-
THE SOFTWARE.
|
|
3807
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3808
|
+
THE SOFTWARE.
|
|
3958
3809
|
|
|
3959
3810
|
````
|
|
3960
3811
|
|
|
@@ -3964,10 +3815,10 @@ THE SOFTWARE.
|
|
|
3964
3815
|
|
|
3965
3816
|
### Rust Crates:
|
|
3966
3817
|
|
|
3967
|
-
- [
|
|
3818
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
3968
3819
|
|
|
3969
3820
|
````text
|
|
3970
|
-
Copyright (c) 2017
|
|
3821
|
+
Copyright (c) 2016--2017
|
|
3971
3822
|
|
|
3972
3823
|
Permission is hereby granted, free of charge, to any
|
|
3973
3824
|
person obtaining a copy of this software and associated
|
|
@@ -4001,28 +3852,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4001
3852
|
|
|
4002
3853
|
### Rust Crates:
|
|
4003
3854
|
|
|
4004
|
-
- [
|
|
3855
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
4005
3856
|
|
|
4006
3857
|
````text
|
|
4007
|
-
Copyright (c)
|
|
3858
|
+
Copyright (c) The rust-url developers
|
|
4008
3859
|
|
|
4009
|
-
Permission is hereby granted, free of charge, to any
|
|
4010
|
-
of this software and associated
|
|
4011
|
-
|
|
4012
|
-
|
|
4013
|
-
|
|
4014
|
-
|
|
3860
|
+
Permission is hereby granted, free of charge, to any
|
|
3861
|
+
person obtaining a copy of this software and associated
|
|
3862
|
+
documentation files (the "Software"), to deal in the
|
|
3863
|
+
Software without restriction, including without
|
|
3864
|
+
limitation the rights to use, copy, modify, merge,
|
|
3865
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3866
|
+
the Software, and to permit persons to whom the Software
|
|
3867
|
+
is furnished to do so, subject to the following
|
|
3868
|
+
conditions:
|
|
4015
3869
|
|
|
4016
|
-
The above copyright notice and this permission notice
|
|
4017
|
-
all copies or substantial portions
|
|
3870
|
+
The above copyright notice and this permission notice
|
|
3871
|
+
shall be included in all copies or substantial portions
|
|
3872
|
+
of the Software.
|
|
4018
3873
|
|
|
4019
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4020
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4021
|
-
|
|
4022
|
-
|
|
4023
|
-
|
|
4024
|
-
|
|
4025
|
-
|
|
3874
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3875
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3876
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3877
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3878
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3879
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3880
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3881
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3882
|
+
DEALINGS IN THE SOFTWARE.
|
|
4026
3883
|
|
|
4027
3884
|
````
|
|
4028
3885
|
|
|
@@ -4032,11 +3889,10 @@ THE SOFTWARE.
|
|
|
4032
3889
|
|
|
4033
3890
|
### Rust Crates:
|
|
4034
3891
|
|
|
4035
|
-
- [
|
|
3892
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
4036
3893
|
|
|
4037
3894
|
````text
|
|
4038
|
-
Copyright (c)
|
|
4039
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3895
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
4040
3896
|
|
|
4041
3897
|
Permission is hereby granted, free of charge, to any
|
|
4042
3898
|
person obtaining a copy of this software and associated
|
|
@@ -4066,6 +3922,40 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4066
3922
|
|
|
4067
3923
|
---
|
|
4068
3924
|
|
|
3925
|
+
## The following dependencies are licensed under the MIT License:
|
|
3926
|
+
|
|
3927
|
+
### NPM Packages:
|
|
3928
|
+
|
|
3929
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
3930
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
3931
|
+
|
|
3932
|
+
````text
|
|
3933
|
+
MIT License
|
|
3934
|
+
|
|
3935
|
+
Copyright (c) Microsoft Corporation.
|
|
3936
|
+
|
|
3937
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3938
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3939
|
+
in the Software without restriction, including without limitation the rights
|
|
3940
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3941
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3942
|
+
furnished to do so, subject to the following conditions:
|
|
3943
|
+
|
|
3944
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3945
|
+
copies or substantial portions of the Software.
|
|
3946
|
+
|
|
3947
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3948
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3949
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3950
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3951
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3952
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3953
|
+
SOFTWARE
|
|
3954
|
+
|
|
3955
|
+
````
|
|
3956
|
+
|
|
3957
|
+
---
|
|
3958
|
+
|
|
4069
3959
|
## The following dependencies are licensed under the MPL-2.0 License:
|
|
4070
3960
|
|
|
4071
3961
|
### Rust Crates:
|
|
@@ -4451,6 +4341,18 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4451
4341
|
|
|
4452
4342
|
---
|
|
4453
4343
|
|
|
4344
|
+
## The following dependencies are licensed under the UNKNOWN License:
|
|
4345
|
+
|
|
4346
|
+
### NPM Packages:
|
|
4347
|
+
|
|
4348
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.6) (0.0.6)
|
|
4349
|
+
|
|
4350
|
+
````text
|
|
4351
|
+
Please refer to the package README for license details.
|
|
4352
|
+
````
|
|
4353
|
+
|
|
4354
|
+
---
|
|
4355
|
+
|
|
4454
4356
|
## The following dependencies are licensed under the Unicode-3.0 License:
|
|
4455
4357
|
|
|
4456
4358
|
### Rust Crates:
|