@deveco-codegenie/mcp-bridge-win32-x64 1.1.2 → 1.1.3

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.
@@ -1,19 +1,20 @@
1
1
  # SUMMARY
2
2
 
3
- **Total Dependencies:** 238
3
+ **Total Dependencies:** 235
4
4
 
5
5
  - **Rust Crates:** 224 *(By cargo-about)*
6
- - **NPM Packages:** 14 *(By license-checker-rseidelsohn)*
6
+ - **NPM Packages:** 11 *(By license-checker-rseidelsohn)*
7
7
 
8
8
  ### Licenses Breakdown:
9
9
 
10
- - MIT: 202
10
+ - MIT: 201
11
11
  - Unicode-3.0: 19
12
12
  - Apache-2.0: 7
13
13
  - 0BSD: 4
14
- - ISC: 3
15
- - BSD-3-Clause: 2
14
+ - BSD-3-Clause: 1
15
+ - ISC: 1
16
16
  - MPL-2.0: 1
17
+ - UNKNOWN: 1
17
18
 
18
19
 
19
20
  ---
@@ -22,23 +23,21 @@
22
23
 
23
24
  ### Rust Crates:
24
25
 
25
- - [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
26
+ - [adler2](https://github.com/oyvindln/adler2) (2.0.1)
26
27
 
27
28
  ````text
28
- BSD Zero Clause License
29
-
30
- Copyright (c) 2025 Goat
29
+ Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
31
30
 
32
- Permission to use, copy, modify, and/or distribute this software for any
33
- purpose with or without fee is hereby granted.
31
+ Permission to use, copy, modify, and/or distribute this software for
32
+ any purpose with or without fee is hereby granted.
34
33
 
35
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
36
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
37
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
38
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
39
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
40
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
41
- PERFORMANCE OF THIS SOFTWARE.
34
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
35
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
36
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
37
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
38
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
39
+ AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
40
+ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
42
41
 
43
42
  ````
44
43
 
@@ -73,30 +72,6 @@ PERFORMANCE OF THIS SOFTWARE.
73
72
 
74
73
  ### Rust Crates:
75
74
 
76
- - [adler2](https://github.com/oyvindln/adler2) (2.0.1)
77
-
78
- ````text
79
- Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
80
-
81
- Permission to use, copy, modify, and/or distribute this software for
82
- any purpose with or without fee is hereby granted.
83
-
84
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
85
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
86
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
87
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
88
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
89
- AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
90
- OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
91
-
92
- ````
93
-
94
- ---
95
-
96
- ## The following dependencies are licensed under the 0BSD License:
97
-
98
- ### Rust Crates:
99
-
100
75
  - [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
101
76
 
102
77
  ````text
@@ -119,88 +94,27 @@ PERFORMANCE OF THIS SOFTWARE.
119
94
 
120
95
  ---
121
96
 
122
- ## The following dependencies are licensed under the Apache-2.0 License:
97
+ ## The following dependencies are licensed under the 0BSD License:
123
98
 
124
99
  ### Rust Crates:
125
100
 
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)
101
+ - [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
129
102
 
130
103
  ````text
131
- Apache License
132
- Version 2.0, January 2004
133
- http://www.apache.org/licenses/
134
-
135
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
136
-
137
- 1. Definitions.
138
-
139
- "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
140
-
141
- "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
142
-
143
- "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
144
-
145
- "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
146
-
147
- "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
148
-
149
- "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
150
-
151
- "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
152
-
153
- "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
154
-
155
- "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
156
-
157
- "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
158
-
159
- 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
160
-
161
- 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
162
-
163
- 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
164
-
165
- (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
166
-
167
- (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
168
-
169
- (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
170
-
171
- (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
172
-
173
- You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
174
-
175
- 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
176
-
177
- 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
178
-
179
- 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
180
-
181
- 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
182
-
183
- 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
184
-
185
- END OF TERMS AND CONDITIONS
186
-
187
- APPENDIX: How to apply the Apache License to your work.
188
-
189
- To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
190
-
191
- Copyright [yyyy] [name of copyright owner]
104
+ BSD Zero Clause License
192
105
 
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
106
+ Copyright (c) 2025 Goat
196
107
 
197
- http://www.apache.org/licenses/LICENSE-2.0
108
+ Permission to use, copy, modify, and/or distribute this software for any
109
+ purpose with or without fee is hereby granted.
198
110
 
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.
111
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
112
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
113
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
114
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
115
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
116
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
117
+ PERFORMANCE OF THIS SOFTWARE.
204
118
 
205
119
  ````
206
120
 
@@ -210,7 +124,9 @@ limitations under the License.
210
124
 
211
125
  ### Rust Crates:
212
126
 
213
- - [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
127
+ - [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
128
+ - [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
129
+ - [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
214
130
 
215
131
  ````text
216
132
  Apache License
@@ -401,7 +317,7 @@ limitations under the License.
401
317
  same "printed page" as the copyright notice for easier
402
318
  identification within third-party archives.
403
319
 
404
- Copyright 2011 Google Inc.
320
+ Copyright [yyyy] [name of copyright owner]
405
321
 
406
322
  Licensed under the Apache License, Version 2.0 (the "License");
407
323
  you may not use this file except in compliance with the License.
@@ -423,9 +339,94 @@ limitations under the License.
423
339
 
424
340
  ### Rust Crates:
425
341
 
426
- - [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
427
- - [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
428
- - [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
342
+ - [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
343
+ - [ryu](https://github.com/dtolnay/ryu) (1.0.23)
344
+ - [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
345
+
346
+ ````text
347
+ Apache License
348
+ Version 2.0, January 2004
349
+ http://www.apache.org/licenses/
350
+
351
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
352
+
353
+ 1. Definitions.
354
+
355
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
356
+
357
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
358
+
359
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
360
+
361
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
362
+
363
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
364
+
365
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
366
+
367
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
368
+
369
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
370
+
371
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
372
+
373
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
374
+
375
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
376
+
377
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
378
+
379
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
380
+
381
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
382
+
383
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
384
+
385
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
386
+
387
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
388
+
389
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
390
+
391
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
392
+
393
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
394
+
395
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
396
+
397
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
398
+
399
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
400
+
401
+ END OF TERMS AND CONDITIONS
402
+
403
+ APPENDIX: How to apply the Apache License to your work.
404
+
405
+ To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
406
+
407
+ Copyright [yyyy] [name of copyright owner]
408
+
409
+ Licensed under the Apache License, Version 2.0 (the "License");
410
+ you may not use this file except in compliance with the License.
411
+ You may obtain a copy of the License at
412
+
413
+ http://www.apache.org/licenses/LICENSE-2.0
414
+
415
+ Unless required by applicable law or agreed to in writing, software
416
+ distributed under the License is distributed on an "AS IS" BASIS,
417
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
418
+ See the License for the specific language governing permissions and
419
+ limitations under the License.
420
+
421
+ ````
422
+
423
+ ---
424
+
425
+ ## The following dependencies are licensed under the Apache-2.0 License:
426
+
427
+ ### Rust Crates:
428
+
429
+ - [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
429
430
 
430
431
  ````text
431
432
  Apache License
@@ -616,7 +617,7 @@ limitations under the License.
616
617
  same "printed page" as the copyright notice for easier
617
618
  identification within third-party archives.
618
619
 
619
- Copyright [yyyy] [name of copyright owner]
620
+ Copyright 2011 Google Inc.
620
621
 
621
622
  Licensed under the Apache License, Version 2.0 (the "License");
622
623
  you may not use this file except in compliance with the License.
@@ -638,52 +639,13 @@ limitations under the License.
638
639
 
639
640
  ### NPM Packages:
640
641
 
641
- - [jpeg-js](https://github.com/eugeneware/jpeg-js) (0.4.4)
642
-
643
- ````text
644
- Copyright (c) 2014, Eugene Ware
645
- All rights reserved.
646
-
647
- Redistribution and use in source and binary forms, with or without
648
- modification, are permitted provided that the following conditions are met:
649
-
650
- 1. Redistributions of source code must retain the above copyright
651
- notice, this list of conditions and the following disclaimer.
652
- 2. Redistributions in binary form must reproduce the above copyright
653
- notice, this list of conditions and the following disclaimer in the
654
- documentation and/or other materials provided with the distribution.
655
- 3. Neither the name of Eugene Ware nor the names of its contributors
656
- may be used to endorse or promote products derived from this software
657
- without specific prior written permission.
658
-
659
- THIS SOFTWARE IS PROVIDED BY EUGENE WARE ''AS IS'' AND ANY
660
- EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
661
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
662
- DISCLAIMED. IN NO EVENT SHALL EUGENE WARE BE LIABLE FOR ANY
663
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
664
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
665
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
666
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
667
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
668
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
669
-
670
- ````
671
-
672
- ---
673
-
674
- ## The following dependencies are licensed under the BSD-3-Clause License:
675
-
676
- ### NPM Packages:
677
-
678
- - [fast-uri](https://github.com/fastify/fast-uri) (3.1.0)
642
+ - [fast-uri](https://github.com/fastify/fast-uri) (3.1.2)
679
643
 
680
644
  ````text
681
645
  Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
682
- Copyright (c) 2021-present The Fastify team
646
+ Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
683
647
  All rights reserved.
684
648
 
685
- The Fastify team members are listed at https://github.com/fastify/fastify#team.
686
-
687
649
  Redistribution and use in source and binary forms, with or without
688
650
  modification, are permitted provided that the following conditions are met:
689
651
  * Redistributions of source code must retain the above copyright
@@ -716,33 +678,6 @@ The complete list of contributors can be found at:
716
678
 
717
679
  ## The following dependencies are licensed under the ISC License:
718
680
 
719
- ### NPM Packages:
720
-
721
- - [pixelmatch](https://github.com/mapbox/pixelmatch) (7.1.0)
722
-
723
- ````text
724
- ISC License
725
-
726
- Copyright (c) 2025, Mapbox
727
-
728
- Permission to use, copy, modify, and/or distribute this software for any purpose
729
- with or without fee is hereby granted, provided that the above copyright notice
730
- and this permission notice appear in all copies.
731
-
732
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
733
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
734
- FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
735
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
736
- OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
737
- TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
738
- THIS SOFTWARE.
739
-
740
- ````
741
-
742
- ---
743
-
744
- ## The following dependencies are licensed under the ISC License:
745
-
746
681
  ### Rust Crates:
747
682
 
748
683
  - [libloading](https://github.com/nagisa/rust_libloading/) (0.9.0)
@@ -765,26 +700,15 @@ THIS SOFTWARE.
765
700
 
766
701
  ---
767
702
 
768
- ## The following dependencies are licensed under the ISC License:
769
-
770
- ### NPM Packages:
771
-
772
- - [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.3) (0.0.3)
773
-
774
- ````text
775
- Please refer to the package README for license details.
776
- ````
777
-
778
- ---
779
-
780
703
  ## The following dependencies are licensed under the MIT License:
781
704
 
782
705
  ### Rust Crates:
783
706
 
784
- - [directories](https://github.com/soc/directories-rs) (6.0.0)
707
+ - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
785
708
 
786
709
  ````text
787
- Copyright (c) 2018 directories-rs contributors
710
+ Copyright (c) 2018-2023 Sean McArthur
711
+ Copyright (c) 2016 Alex Crichton
788
712
 
789
713
  Permission is hereby granted, free of charge, to any person obtaining a copy
790
714
  of this software and associated documentation files (the "Software"), to deal
@@ -793,35 +717,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
793
717
  copies of the Software, and to permit persons to whom the Software is
794
718
  furnished to do so, subject to the following conditions:
795
719
 
796
- The above copyright notice and this permission notice shall be included in all
797
- copies or substantial portions of the Software.
720
+ The above copyright notice and this permission notice shall be included in
721
+ all copies or substantial portions of the Software.
798
722
 
799
723
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
800
724
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
801
725
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
802
726
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
803
727
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
804
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
805
- SOFTWARE.
806
-
807
- ````
808
-
809
- ---
810
-
811
- ## The following dependencies are licensed under the MIT License:
812
-
813
- ### Rust Crates:
814
-
815
- - [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
816
-
817
- ````text
818
- Copyright (c) 2015 steffengy
819
-
820
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
821
-
822
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
728
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
729
+ THE SOFTWARE.
823
730
 
824
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
825
731
 
826
732
  ````
827
733
 
@@ -831,16 +737,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
831
737
 
832
738
  ### Rust Crates:
833
739
 
834
- - [rand](https://github.com/rust-random/rand) (0.8.5)
835
- - [rand](https://github.com/rust-random/rand) (0.9.4)
836
- - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
837
- - [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
838
- - [rand_core](https://github.com/rust-random/rand) (0.6.4)
839
- - [rand_core](https://github.com/rust-random/rand) (0.9.5)
740
+ - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
741
+ - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
840
742
 
841
743
  ````text
842
- Copyright 2018 Developers of the Rand project
843
- Copyright (c) 2014 The Rust Project Developers
744
+ Copyright (c) 2014 Alex Crichton
844
745
 
845
746
  Permission is hereby granted, free of charge, to any
846
747
  person obtaining a copy of this software and associated
@@ -874,29 +775,61 @@ DEALINGS IN THE SOFTWARE.
874
775
 
875
776
  ### Rust Crates:
876
777
 
877
- - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
778
+ - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
779
+ - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
780
+ - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
781
+ - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
782
+ - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
783
+ - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
784
+ - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
785
+ - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
786
+ - [pastey](https://github.com/as1100k/pastey) (0.2.1)
787
+ - [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
788
+ - [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
789
+ - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
790
+ - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
791
+ - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
792
+ - [quote](https://github.com/dtolnay/quote) (1.0.45)
793
+ - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
794
+ - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
795
+ - [semver](https://github.com/dtolnay/semver) (1.0.28)
796
+ - [serde](https://github.com/serde-rs/serde) (1.0.228)
797
+ - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
798
+ - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
799
+ - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
800
+ - [serde_json](https://github.com/serde-rs/json) (1.0.149)
801
+ - [syn](https://github.com/dtolnay/syn) (2.0.117)
802
+ - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
803
+ - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
804
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
805
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
806
+ - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
807
+ - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
878
808
 
879
809
  ````text
880
- Copyright (c) 2017 Sean McArthur
881
-
882
- Permission is hereby granted, free of charge, to any person obtaining a copy
883
- of this software and associated documentation files (the "Software"), to deal
884
- in the Software without restriction, including without limitation the rights
885
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
886
- copies of the Software, and to permit persons to whom the Software is
887
- furnished to do so, subject to the following conditions:
888
-
889
- The above copyright notice and this permission notice shall be included in
890
- all copies or substantial portions of the Software.
810
+ Permission is hereby granted, free of charge, to any
811
+ person obtaining a copy of this software and associated
812
+ documentation files (the "Software"), to deal in the
813
+ Software without restriction, including without
814
+ limitation the rights to use, copy, modify, merge,
815
+ publish, distribute, sublicense, and/or sell copies of
816
+ the Software, and to permit persons to whom the Software
817
+ is furnished to do so, subject to the following
818
+ conditions:
891
819
 
892
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
893
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
894
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
895
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
896
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
897
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
898
- THE SOFTWARE.
820
+ The above copyright notice and this permission notice
821
+ shall be included in all copies or substantial portions
822
+ of the Software.
899
823
 
824
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
825
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
826
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
827
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
828
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
829
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
830
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
831
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
832
+ DEALINGS IN THE SOFTWARE.
900
833
 
901
834
  ````
902
835
 
@@ -906,10 +839,10 @@ THE SOFTWARE.
906
839
 
907
840
  ### Rust Crates:
908
841
 
909
- - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
842
+ - [fnv](https://github.com/servo/rust-fnv) (1.0.7)
910
843
 
911
844
  ````text
912
- Copyright (c) 2017 Robert Grosse
845
+ Copyright (c) 2017 Contributors
913
846
 
914
847
  Permission is hereby granted, free of charge, to any
915
848
  person obtaining a copy of this software and associated
@@ -934,6 +867,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
934
867
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
935
868
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
936
869
  DEALINGS IN THE SOFTWARE.
870
+
937
871
  ````
938
872
 
939
873
  ---
@@ -942,16 +876,34 @@ DEALINGS IN THE SOFTWARE.
942
876
 
943
877
  ### Rust Crates:
944
878
 
945
- - [synstructure](https://github.com/mystor/synstructure) (0.13.2)
879
+ - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
946
880
 
947
881
  ````text
948
- Copyright 2016 Nika Layzell
882
+ Copyright Mozilla Foundation
949
883
 
950
- 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:
884
+ Permission is hereby granted, free of charge, to any
885
+ person obtaining a copy of this software and associated
886
+ documentation files (the "Software"), to deal in the
887
+ Software without restriction, including without
888
+ limitation the rights to use, copy, modify, merge,
889
+ publish, distribute, sublicense, and/or sell copies of
890
+ the Software, and to permit persons to whom the Software
891
+ is furnished to do so, subject to the following
892
+ conditions:
951
893
 
952
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
894
+ The above copyright notice and this permission notice
895
+ shall be included in all copies or substantial portions
896
+ of the Software.
953
897
 
954
- 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.
898
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
899
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
900
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
901
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
902
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
903
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
904
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
905
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
906
+ DEALINGS IN THE SOFTWARE.
955
907
 
956
908
  ````
957
909
 
@@ -961,10 +913,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
961
913
 
962
914
  ### Rust Crates:
963
915
 
964
- - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
916
+ - [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
965
917
 
966
918
  ````text
967
- Copyright (c) 2019 Nick Fitzgerald
919
+ Copyright (c) 2018-2025 The rust-random Project Developers
920
+ Copyright (c) 2014 The Rust Project Developers
968
921
 
969
922
  Permission is hereby granted, free of charge, to any
970
923
  person obtaining a copy of this software and associated
@@ -998,11 +951,12 @@ DEALINGS IN THE SOFTWARE.
998
951
 
999
952
  ### NPM Packages:
1000
953
 
1001
- - [pngjs](https://github.com/pngjs/pngjs) (7.0.0)
954
+ - [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
1002
955
 
1003
956
  ````text
1004
- pngjs original work Copyright (c) 2015 Luke Page & Original Contributors
1005
- pngjs derived work Copyright (c) 2012 Kuba Niegowski
957
+ The MIT License (MIT)
958
+
959
+ Copyright (c) 2015-2021 Evgeny Poberezkin
1006
960
 
1007
961
  Permission is hereby granted, free of charge, to any person obtaining a copy
1008
962
  of this software and associated documentation files (the "Software"), to deal
@@ -1011,16 +965,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1011
965
  copies of the Software, and to permit persons to whom the Software is
1012
966
  furnished to do so, subject to the following conditions:
1013
967
 
1014
- The above copyright notice and this permission notice shall be included in
1015
- all copies or substantial portions of the Software.
968
+ The above copyright notice and this permission notice shall be included in all
969
+ copies or substantial portions of the Software.
1016
970
 
1017
971
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1018
972
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1019
973
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1020
974
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1021
975
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1022
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1023
- THE SOFTWARE.
976
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
977
+ SOFTWARE.
978
+
1024
979
 
1025
980
  ````
1026
981
 
@@ -1030,30 +985,36 @@ THE SOFTWARE.
1030
985
 
1031
986
  ### Rust Crates:
1032
987
 
1033
- - [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
988
+ - [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
1034
989
 
1035
990
  ````text
1036
- MIT License
991
+ Copyright (c) 2018-2026 The rust-random Project Developers
992
+ Copyright (c) 2014 The Rust Project Developers
1037
993
 
1038
- Copyright (c) 2025 rutrum
994
+ Permission is hereby granted, free of charge, to any
995
+ person obtaining a copy of this software and associated
996
+ documentation files (the "Software"), to deal in the
997
+ Software without restriction, including without
998
+ limitation the rights to use, copy, modify, merge,
999
+ publish, distribute, sublicense, and/or sell copies of
1000
+ the Software, and to permit persons to whom the Software
1001
+ is furnished to do so, subject to the following
1002
+ conditions:
1039
1003
 
1040
- Permission is hereby granted, free of charge, to any person obtaining a copy
1041
- of this software and associated documentation files (the "Software"), to deal
1042
- in the Software without restriction, including without limitation the rights
1043
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1044
- copies of the Software, and to permit persons to whom the Software is
1045
- furnished to do so, subject to the following conditions:
1004
+ The above copyright notice and this permission notice
1005
+ shall be included in all copies or substantial portions
1006
+ of the Software.
1046
1007
 
1047
- The above copyright notice and this permission notice shall be included in all
1048
- copies or substantial portions of the Software.
1008
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1009
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1010
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1011
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1012
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1013
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1014
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1015
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1016
+ DEALINGS IN THE SOFTWARE.
1049
1017
 
1050
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1051
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1052
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1053
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1054
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1055
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1056
- SOFTWARE.
1057
1018
  ````
1058
1019
 
1059
1020
  ---
@@ -1062,15 +1023,10 @@ SOFTWARE.
1062
1023
 
1063
1024
  ### Rust Crates:
1064
1025
 
1065
- - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
1066
- - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
1067
- - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
1068
- - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
1069
- - [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
1070
- - [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
1026
+ - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
1071
1027
 
1072
1028
  ````text
1073
- Copyright (c) 2019 Tokio Contributors
1029
+ Copyright (c) 2018-2019 The RustCrypto Project Developers
1074
1030
 
1075
1031
  Permission is hereby granted, free of charge, to any
1076
1032
  person obtaining a copy of this software and associated
@@ -1104,10 +1060,10 @@ DEALINGS IN THE SOFTWARE.
1104
1060
 
1105
1061
  ### Rust Crates:
1106
1062
 
1107
- - [libc](https://github.com/rust-lang/libc) (0.2.185)
1063
+ - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
1108
1064
 
1109
1065
  ````text
1110
- Copyright (c) The Rust Project Developers
1066
+ Copyright (c) 2016--2023
1111
1067
 
1112
1068
  Permission is hereby granted, free of charge, to any
1113
1069
  person obtaining a copy of this software and associated
@@ -1141,13 +1097,10 @@ DEALINGS IN THE SOFTWARE.
1141
1097
 
1142
1098
  ### Rust Crates:
1143
1099
 
1144
- - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
1100
+ - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
1145
1101
 
1146
1102
  ````text
1147
- MIT License
1148
-
1149
- Copyright (c) 2019 Yoshua Wuyts
1150
- Copyright (c) Tokio Contributors
1103
+ Copyright (c) 2016 The rust-native-tls Developers
1151
1104
 
1152
1105
  Permission is hereby granted, free of charge, to any person obtaining a copy
1153
1106
  of this software and associated documentation files (the "Software"), to deal
@@ -1175,61 +1128,28 @@ SOFTWARE.
1175
1128
 
1176
1129
  ### Rust Crates:
1177
1130
 
1178
- - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
1179
- - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
1180
- - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
1181
- - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
1182
- - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
1183
- - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
1184
- - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
1185
- - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
1186
- - [pastey](https://github.com/as1100k/pastey) (0.2.1)
1187
- - [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
1188
- - [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
1189
- - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
1190
- - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
1191
- - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
1192
- - [quote](https://github.com/dtolnay/quote) (1.0.45)
1193
- - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
1194
- - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
1195
- - [semver](https://github.com/dtolnay/semver) (1.0.28)
1196
- - [serde](https://github.com/serde-rs/serde) (1.0.228)
1197
- - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
1198
- - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
1199
- - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
1200
- - [serde_json](https://github.com/serde-rs/json) (1.0.149)
1201
- - [syn](https://github.com/dtolnay/syn) (2.0.117)
1202
- - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
1203
- - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
1204
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
1205
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
1206
- - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
1207
- - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
1131
+ - [hyper](https://github.com/hyperium/hyper) (1.9.0)
1208
1132
 
1209
1133
  ````text
1210
- Permission is hereby granted, free of charge, to any
1211
- person obtaining a copy of this software and associated
1212
- documentation files (the "Software"), to deal in the
1213
- Software without restriction, including without
1214
- limitation the rights to use, copy, modify, merge,
1215
- publish, distribute, sublicense, and/or sell copies of
1216
- the Software, and to permit persons to whom the Software
1217
- is furnished to do so, subject to the following
1218
- conditions:
1134
+ Copyright (c) 2014-2026 Sean McArthur
1219
1135
 
1220
- The above copyright notice and this permission notice
1221
- shall be included in all copies or substantial portions
1222
- of the Software.
1136
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1137
+ of this software and associated documentation files (the "Software"), to deal
1138
+ in the Software without restriction, including without limitation the rights
1139
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1140
+ copies of the Software, and to permit persons to whom the Software is
1141
+ furnished to do so, subject to the following conditions:
1223
1142
 
1224
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1225
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1226
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1227
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1228
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1229
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1230
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1231
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1232
- DEALINGS IN THE SOFTWARE.
1143
+ The above copyright notice and this permission notice shall be included in
1144
+ all copies or substantial portions of the Software.
1145
+
1146
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1147
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1148
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1149
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1150
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1151
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1152
+ THE SOFTWARE.
1233
1153
 
1234
1154
  ````
1235
1155
 
@@ -1239,10 +1159,10 @@ DEALINGS IN THE SOFTWARE.
1239
1159
 
1240
1160
  ### Rust Crates:
1241
1161
 
1242
- - [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
1162
+ - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
1243
1163
 
1244
1164
  ````text
1245
- Copyright (c) 2019 Eliza Weisman
1165
+ Copyright (c) 2023-2025 Sean McArthur
1246
1166
 
1247
1167
  Permission is hereby granted, free of charge, to any person obtaining a copy
1248
1168
  of this software and associated documentation files (the "Software"), to deal
@@ -1270,12 +1190,10 @@ THE SOFTWARE.
1270
1190
 
1271
1191
  ### Rust Crates:
1272
1192
 
1273
- - [idna](https://github.com/servo/rust-url/) (1.1.0)
1274
- - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
1275
- - [url](https://github.com/servo/rust-url) (2.5.8)
1193
+ - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
1276
1194
 
1277
1195
  ````text
1278
- Copyright (c) 2013-2025 The rust-url developers
1196
+ Copyright (c) 2018 The Servo Project Developers
1279
1197
 
1280
1198
  Permission is hereby granted, free of charge, to any
1281
1199
  person obtaining a copy of this software and associated
@@ -1309,34 +1227,19 @@ DEALINGS IN THE SOFTWARE.
1309
1227
 
1310
1228
  ### Rust Crates:
1311
1229
 
1312
- - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
1230
+ - [tarpc](https://github.com/google/tarpc) (0.37.0)
1231
+ - [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
1313
1232
 
1314
1233
  ````text
1315
- Copyright (c) 2015 Steven Allen
1234
+ The MIT License (MIT)
1316
1235
 
1317
- Permission is hereby granted, free of charge, to any
1318
- person obtaining a copy of this software and associated
1319
- documentation files (the "Software"), to deal in the
1320
- Software without restriction, including without
1321
- limitation the rights to use, copy, modify, merge,
1322
- publish, distribute, sublicense, and/or sell copies of
1323
- the Software, and to permit persons to whom the Software
1324
- is furnished to do so, subject to the following
1325
- conditions:
1236
+ Copyright 2016 Google Inc. All Rights Reserved.
1326
1237
 
1327
- The above copyright notice and this permission notice
1328
- shall be included in all copies or substantial portions
1329
- of the Software.
1238
+ 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:
1330
1239
 
1331
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1332
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1333
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1334
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1335
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1336
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1337
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1338
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1339
- DEALINGS IN THE SOFTWARE.
1240
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1241
+
1242
+ 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.
1340
1243
 
1341
1244
  ````
1342
1245
 
@@ -1346,10 +1249,16 @@ DEALINGS IN THE SOFTWARE.
1346
1249
 
1347
1250
  ### Rust Crates:
1348
1251
 
1349
- - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
1252
+ - [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
1350
1253
 
1351
1254
  ````text
1352
- Copyright (c) 2015-2025 Sean McArthur
1255
+ MIT License
1256
+
1257
+ Copyright 2013-2014 RAD Game Tools and Valve Software
1258
+ Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
1259
+ Copyright (c) 2017 Frommi
1260
+ Copyright (c) 2017-2024 oyvindln
1261
+
1353
1262
 
1354
1263
  Permission is hereby granted, free of charge, to any person obtaining a copy
1355
1264
  of this software and associated documentation files (the "Software"), to deal
@@ -1358,17 +1267,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1358
1267
  copies of the Software, and to permit persons to whom the Software is
1359
1268
  furnished to do so, subject to the following conditions:
1360
1269
 
1361
- The above copyright notice and this permission notice shall be included in
1362
- all copies or substantial portions of the Software.
1270
+ The above copyright notice and this permission notice shall be included in all
1271
+ copies or substantial portions of the Software.
1363
1272
 
1364
1273
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1365
1274
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1366
1275
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1367
1276
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1368
1277
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1369
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1370
- THE SOFTWARE.
1371
-
1278
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1279
+ SOFTWARE.
1372
1280
 
1373
1281
  ````
1374
1282
 
@@ -1378,10 +1286,12 @@ THE SOFTWARE.
1378
1286
 
1379
1287
  ### Rust Crates:
1380
1288
 
1381
- - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
1289
+ - [tower](https://github.com/tower-rs/tower) (0.5.3)
1290
+ - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
1291
+ - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
1382
1292
 
1383
1293
  ````text
1384
- Copyright (c) 2016--2023
1294
+ Copyright (c) 2019 Tower Contributors
1385
1295
 
1386
1296
  Permission is hereby granted, free of charge, to any
1387
1297
  person obtaining a copy of this software and associated
@@ -1413,14 +1323,14 @@ DEALINGS IN THE SOFTWARE.
1413
1323
 
1414
1324
  ## The following dependencies are licensed under the MIT License:
1415
1325
 
1416
- ### NPM Packages:
1326
+ ### Rust Crates:
1417
1327
 
1418
- - [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
1328
+ - [typenum](https://github.com/paholg/typenum) (1.19.0)
1419
1329
 
1420
1330
  ````text
1421
1331
  The MIT License (MIT)
1422
1332
 
1423
- Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
1333
+ Copyright (c) 2014 Paho Lurie-Gregg
1424
1334
 
1425
1335
  Permission is hereby granted, free of charge, to any person obtaining a copy
1426
1336
  of this software and associated documentation files (the "Software"), to deal
@@ -1429,16 +1339,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1429
1339
  copies of the Software, and to permit persons to whom the Software is
1430
1340
  furnished to do so, subject to the following conditions:
1431
1341
 
1432
- The above copyright notice and this permission notice shall be included in
1433
- all copies or substantial portions of the Software.
1342
+ The above copyright notice and this permission notice shall be included in all
1343
+ copies or substantial portions of the Software.
1434
1344
 
1435
1345
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1436
1346
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1437
1347
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1438
1348
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1439
1349
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1440
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1441
- THE SOFTWARE.
1350
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1351
+ SOFTWARE.
1442
1352
 
1443
1353
  ````
1444
1354
 
@@ -1448,11 +1358,10 @@ THE SOFTWARE.
1448
1358
 
1449
1359
  ### Rust Crates:
1450
1360
 
1451
- - [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
1361
+ - [digest](https://github.com/RustCrypto/traits) (0.10.7)
1452
1362
 
1453
1363
  ````text
1454
- Copyright (c) 2018-2025 The rust-random Project Developers
1455
- Copyright (c) 2014 The Rust Project Developers
1364
+ Copyright (c) 2017 Artyom Pavlov
1456
1365
 
1457
1366
  Permission is hereby granted, free of charge, to any
1458
1367
  person obtaining a copy of this software and associated
@@ -1486,28 +1395,39 @@ DEALINGS IN THE SOFTWARE.
1486
1395
 
1487
1396
  ### Rust Crates:
1488
1397
 
1489
- - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
1398
+ - [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
1399
+ - [log](https://github.com/rust-lang/log) (0.4.29)
1400
+ - [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
1401
+ - [regex](https://github.com/rust-lang/regex) (1.12.3)
1402
+ - [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
1403
+ - [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
1490
1404
 
1491
1405
  ````text
1492
- Copyright (c) 2023-2025 Sean McArthur
1406
+ Copyright (c) 2014 The Rust Project Developers
1493
1407
 
1494
- Permission is hereby granted, free of charge, to any person obtaining a copy
1495
- of this software and associated documentation files (the "Software"), to deal
1496
- in the Software without restriction, including without limitation the rights
1497
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1498
- copies of the Software, and to permit persons to whom the Software is
1499
- furnished to do so, subject to the following conditions:
1408
+ Permission is hereby granted, free of charge, to any
1409
+ person obtaining a copy of this software and associated
1410
+ documentation files (the "Software"), to deal in the
1411
+ Software without restriction, including without
1412
+ limitation the rights to use, copy, modify, merge,
1413
+ publish, distribute, sublicense, and/or sell copies of
1414
+ the Software, and to permit persons to whom the Software
1415
+ is furnished to do so, subject to the following
1416
+ conditions:
1500
1417
 
1501
- The above copyright notice and this permission notice shall be included in
1502
- all copies or substantial portions of the Software.
1418
+ The above copyright notice and this permission notice
1419
+ shall be included in all copies or substantial portions
1420
+ of the Software.
1503
1421
 
1504
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1505
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1506
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1507
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1508
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1509
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1510
- THE SOFTWARE.
1422
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1423
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1424
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1425
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1426
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1427
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1428
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1429
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1430
+ DEALINGS IN THE SOFTWARE.
1511
1431
 
1512
1432
  ````
1513
1433
 
@@ -1515,14 +1435,15 @@ THE SOFTWARE.
1515
1435
 
1516
1436
  ## The following dependencies are licensed under the MIT License:
1517
1437
 
1518
- ### Rust Crates:
1438
+ ### NPM Packages:
1519
1439
 
1520
- - [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
1440
+ - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
1441
+ - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
1521
1442
 
1522
1443
  ````text
1523
1444
  MIT License
1524
1445
 
1525
- Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
1446
+ Copyright (c) 2017 Evgeny Poberezkin
1526
1447
 
1527
1448
  Permission is hereby granted, free of charge, to any person obtaining a copy
1528
1449
  of this software and associated documentation files (the "Software"), to deal
@@ -1550,10 +1471,10 @@ SOFTWARE.
1550
1471
 
1551
1472
  ### Rust Crates:
1552
1473
 
1553
- - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
1474
+ - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
1554
1475
 
1555
1476
  ````text
1556
- Copyright (c) 2020-2025 The RustCrypto Project Developers
1477
+ Copyright (c) 2018 Carl Lerche
1557
1478
 
1558
1479
  Permission is hereby granted, free of charge, to any
1559
1480
  person obtaining a copy of this software and associated
@@ -1587,11 +1508,13 @@ DEALINGS IN THE SOFTWARE.
1587
1508
 
1588
1509
  ### Rust Crates:
1589
1510
 
1590
- - [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
1511
+ - [schemars](https://github.com/GREsau/schemars) (1.2.1)
1512
+ - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
1591
1513
 
1592
1514
  ````text
1593
- Copyright (c) 2017 Daniel Abramov
1594
- Copyright (c) 2017 Alexey Galakhov
1515
+ MIT License
1516
+
1517
+ Copyright (c) 2019 Graham Esau
1595
1518
 
1596
1519
  Permission is hereby granted, free of charge, to any person obtaining a copy
1597
1520
  of this software and associated documentation files (the "Software"), to deal
@@ -1600,16 +1523,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1600
1523
  copies of the Software, and to permit persons to whom the Software is
1601
1524
  furnished to do so, subject to the following conditions:
1602
1525
 
1603
- The above copyright notice and this permission notice shall be included in
1604
- all copies or substantial portions of the Software.
1526
+ The above copyright notice and this permission notice shall be included in all
1527
+ copies or substantial portions of the Software.
1605
1528
 
1606
1529
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1607
1530
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1608
1531
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1609
1532
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1610
1533
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1611
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1612
- THE SOFTWARE.
1534
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1535
+ SOFTWARE.
1613
1536
 
1614
1537
  ````
1615
1538
 
@@ -1619,46 +1542,50 @@ THE SOFTWARE.
1619
1542
 
1620
1543
  ### Rust Crates:
1621
1544
 
1622
- - [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
1545
+ - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
1623
1546
 
1624
1547
  ````text
1625
- The MIT License (MIT)
1626
-
1627
- Copyright (c) 2015 Bartłomiej Kamiński
1628
-
1629
- Permission is hereby granted, free of charge, to any person obtaining a copy
1630
- of this software and associated documentation files (the "Software"), to deal
1631
- in the Software without restriction, including without limitation the rights
1632
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1633
- copies of the Software, and to permit persons to whom the Software is
1634
- furnished to do so, subject to the following conditions:
1635
-
1636
- The above copyright notice and this permission notice shall be included in all
1637
- copies or substantial portions of the Software.
1638
-
1639
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1640
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1641
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1642
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1643
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1644
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1645
- SOFTWARE.
1646
- ````
1548
+ Copyright (c) 2017 Robert Grosse
1647
1549
 
1648
- ---
1550
+ Permission is hereby granted, free of charge, to any
1551
+ person obtaining a copy of this software and associated
1552
+ documentation files (the "Software"), to deal in the
1553
+ Software without restriction, including without
1554
+ limitation the rights to use, copy, modify, merge,
1555
+ publish, distribute, sublicense, and/or sell copies of
1556
+ the Software, and to permit persons to whom the Software
1557
+ is furnished to do so, subject to the following
1558
+ conditions:
1649
1559
 
1650
- ## The following dependencies are licensed under the MIT License:
1560
+ The above copyright notice and this permission notice
1561
+ shall be included in all copies or substantial portions
1562
+ of the Software.
1563
+
1564
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1565
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1566
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1567
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1568
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1569
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1570
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1571
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1572
+ DEALINGS IN THE SOFTWARE.
1573
+ ````
1574
+
1575
+ ---
1576
+
1577
+ ## The following dependencies are licensed under the MIT License:
1651
1578
 
1652
1579
  ### Rust Crates:
1653
1580
 
1654
- - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
1581
+ - [educe](https://github.com/magiclen/educe) (0.5.11)
1582
+ - [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
1583
+ - [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
1655
1584
 
1656
1585
  ````text
1657
- The MIT License (MIT)
1586
+ MIT License
1658
1587
 
1659
- Copyright (c) 2015 Danny Guo
1660
- Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
1661
- Copyright (c) 2018 Akash Kurdekar
1588
+ Copyright (c) 2023 magiclen.org (Ron Li)
1662
1589
 
1663
1590
  Permission is hereby granted, free of charge, to any person obtaining a copy
1664
1591
  of this software and associated documentation files (the "Software"), to deal
@@ -1686,48 +1613,14 @@ SOFTWARE.
1686
1613
 
1687
1614
  ### Rust Crates:
1688
1615
 
1689
- - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
1616
+ - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
1690
1617
 
1691
1618
  ````text
1692
- Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
1693
-
1694
- Permission is hereby granted, free of charge, to any
1695
- person obtaining a copy of this software and associated
1696
- documentation files (the "Software"), to deal in the
1697
- Software without restriction, including without
1698
- limitation the rights to use, copy, modify, merge,
1699
- publish, distribute, sublicense, and/or sell copies of
1700
- the Software, and to permit persons to whom the Software
1701
- is furnished to do so, subject to the following
1702
- conditions:
1703
-
1704
- The above copyright notice and this permission notice
1705
- shall be included in all copies or substantial portions
1706
- of the Software.
1707
-
1708
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1709
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1710
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1711
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1712
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1713
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1714
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1715
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1716
- DEALINGS IN THE SOFTWARE.
1717
-
1718
- ````
1719
-
1720
- ---
1721
-
1722
- ## The following dependencies are licensed under the MIT License:
1723
-
1724
- ### Rust Crates:
1725
-
1726
- - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
1727
- - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
1619
+ The MIT License (MIT)
1728
1620
 
1729
- ````text
1730
- Copyright (c) 2018-2019 dirs-rs contributors
1621
+ Copyright (c) 2015 Danny Guo
1622
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
1623
+ Copyright (c) 2018 Akash Kurdekar
1731
1624
 
1732
1625
  Permission is hereby granted, free of charge, to any person obtaining a copy
1733
1626
  of this software and associated documentation files (the "Software"), to deal
@@ -1755,12 +1648,30 @@ SOFTWARE.
1755
1648
 
1756
1649
  ### Rust Crates:
1757
1650
 
1758
- - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
1651
+ - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
1759
1652
 
1760
1653
  ````text
1761
- MIT License
1654
+ Copyright 2017 Juniper Networks, Inc.
1762
1655
 
1763
- Copyright (c) [2021] [Marvin Countryman]
1656
+ 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:
1657
+
1658
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1659
+
1660
+ 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.
1661
+
1662
+ ````
1663
+
1664
+ ---
1665
+
1666
+ ## The following dependencies are licensed under the MIT License:
1667
+
1668
+ ### Rust Crates:
1669
+
1670
+ - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
1671
+ - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
1672
+
1673
+ ````text
1674
+ Copyright (c) 2018-2019 dirs-rs contributors
1764
1675
 
1765
1676
  Permission is hereby granted, free of charge, to any person obtaining a copy
1766
1677
  of this software and associated documentation files (the "Software"), to deal
@@ -1823,47 +1734,16 @@ SOFTWARE.
1823
1734
 
1824
1735
  ### Rust Crates:
1825
1736
 
1826
- - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
1827
-
1828
- ````text
1829
- Copyright (c) 2014-2026 Alex Crichton
1830
-
1831
- Permission is hereby granted, free of charge, to any
1832
- person obtaining a copy of this software and associated
1833
- documentation files (the "Software"), to deal in the
1834
- Software without restriction, including without
1835
- limitation the rights to use, copy, modify, merge,
1836
- publish, distribute, sublicense, and/or sell copies of
1837
- the Software, and to permit persons to whom the Software
1838
- is furnished to do so, subject to the following
1839
- conditions:
1840
-
1841
- The above copyright notice and this permission notice
1842
- shall be included in all copies or substantial portions
1843
- of the Software.
1844
-
1845
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1846
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1847
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1848
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1849
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1850
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1851
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1852
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1853
- DEALINGS IN THE SOFTWARE.
1854
-
1855
- ````
1856
-
1857
- ---
1858
-
1859
- ## The following dependencies are licensed under the MIT License:
1860
-
1861
- ### Rust Crates:
1862
-
1863
- - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
1737
+ - [rand](https://github.com/rust-random/rand) (0.8.5)
1738
+ - [rand](https://github.com/rust-random/rand) (0.9.4)
1739
+ - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
1740
+ - [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
1741
+ - [rand_core](https://github.com/rust-random/rand) (0.6.4)
1742
+ - [rand_core](https://github.com/rust-random/rand) (0.9.5)
1864
1743
 
1865
1744
  ````text
1866
- Copyright (c) 2018 The Servo Project Developers
1745
+ Copyright 2018 Developers of the Rand project
1746
+ Copyright (c) 2014 The Rust Project Developers
1867
1747
 
1868
1748
  Permission is hereby granted, free of charge, to any
1869
1749
  person obtaining a copy of this software and associated
@@ -1897,10 +1777,19 @@ DEALINGS IN THE SOFTWARE.
1897
1777
 
1898
1778
  ### Rust Crates:
1899
1779
 
1900
- - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
1780
+ - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
1781
+ - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
1782
+ - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
1783
+ - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
1784
+ - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
1785
+ - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
1786
+ - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
1787
+ - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
1788
+ - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
1901
1789
 
1902
1790
  ````text
1903
- Copyright (c) 2018-2019 The RustCrypto Project Developers
1791
+ Copyright (c) 2016 Alex Crichton
1792
+ Copyright (c) 2017 The Tokio Authors
1904
1793
 
1905
1794
  Permission is hereby granted, free of charge, to any
1906
1795
  person obtaining a copy of this software and associated
@@ -1934,13 +1823,10 @@ DEALINGS IN THE SOFTWARE.
1934
1823
 
1935
1824
  ### Rust Crates:
1936
1825
 
1937
- - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
1938
- - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
1826
+ - [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
1939
1827
 
1940
1828
  ````text
1941
- Copyright (c) 2006-2009 Graydon Hoare
1942
- Copyright (c) 2009-2013 Mozilla Foundation
1943
- Copyright (c) 2016 Artyom Pavlov
1829
+ Copyright (c) 2016 Amanieu d'Antras
1944
1830
 
1945
1831
  Permission is hereby granted, free of charge, to any
1946
1832
  person obtaining a copy of this software and associated
@@ -1974,11 +1860,12 @@ DEALINGS IN THE SOFTWARE.
1974
1860
 
1975
1861
  ### Rust Crates:
1976
1862
 
1977
- - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
1978
- - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
1863
+ - [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
1979
1864
 
1980
1865
  ````text
1981
- Copyright (c) 2014 Alex Crichton
1866
+ Copyright (c) 2017 Carl Lerche
1867
+ Copyright (c) 2018 Bastian Köcher
1868
+ Copyright (c) 2019-2020 Artem Vorotnikov
1982
1869
 
1983
1870
  Permission is hereby granted, free of charge, to any
1984
1871
  person obtaining a copy of this software and associated
@@ -2012,14 +1899,11 @@ DEALINGS IN THE SOFTWARE.
2012
1899
 
2013
1900
  ### Rust Crates:
2014
1901
 
2015
- - [educe](https://github.com/magiclen/educe) (0.5.11)
2016
- - [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
2017
- - [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
1902
+ - [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
2018
1903
 
2019
1904
  ````text
2020
- MIT License
2021
-
2022
- Copyright (c) 2023 magiclen.org (Ron Li)
1905
+ Copyright (c) 2017 Daniel Abramov
1906
+ Copyright (c) 2017 Alexey Galakhov
2023
1907
 
2024
1908
  Permission is hereby granted, free of charge, to any person obtaining a copy
2025
1909
  of this software and associated documentation files (the "Software"), to deal
@@ -2028,46 +1912,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2028
1912
  copies of the Software, and to permit persons to whom the Software is
2029
1913
  furnished to do so, subject to the following conditions:
2030
1914
 
2031
- The above copyright notice and this permission notice shall be included in all
2032
- copies or substantial portions of the Software.
1915
+ The above copyright notice and this permission notice shall be included in
1916
+ all copies or substantial portions of the Software.
2033
1917
 
2034
1918
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2035
1919
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2036
1920
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2037
1921
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2038
1922
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2039
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2040
- SOFTWARE.
2041
-
2042
- ````
2043
-
2044
- ---
2045
-
2046
- ## The following dependencies are licensed under the MIT License:
2047
-
2048
- ### Rust Crates:
2049
-
2050
- - [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
2051
-
2052
- ````text
2053
- Copyright 2018 Parity Technologies (UK) Ltd.
2054
-
2055
- Permission is hereby granted, free of charge, to any person obtaining a copy of
2056
- this software and associated documentation files (the "Software"), to deal in
2057
- the Software without restriction, including without limitation the rights to
2058
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2059
- the Software, and to permit persons to whom the Software is furnished to do so,
2060
- subject to the following conditions:
2061
-
2062
- The above copyright notice and this permission notice shall be included in all
2063
- copies or substantial portions of the Software.
2064
-
2065
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2066
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2067
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
2068
- OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2069
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2070
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1923
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1924
+ THE SOFTWARE.
2071
1925
 
2072
1926
  ````
2073
1927
 
@@ -2075,14 +1929,14 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2075
1929
 
2076
1930
  ## The following dependencies are licensed under the MIT License:
2077
1931
 
2078
- ### Rust Crates:
1932
+ ### NPM Packages:
2079
1933
 
2080
- - [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
1934
+ - [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
2081
1935
 
2082
1936
  ````text
2083
- MIT License
1937
+ The MIT License (MIT)
2084
1938
 
2085
- Copyright (c) 2017 Nikolai Vazquez
1939
+ Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
2086
1940
 
2087
1941
  Permission is hereby granted, free of charge, to any person obtaining a copy
2088
1942
  of this software and associated documentation files (the "Software"), to deal
@@ -2091,16 +1945,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2091
1945
  copies of the Software, and to permit persons to whom the Software is
2092
1946
  furnished to do so, subject to the following conditions:
2093
1947
 
2094
- The above copyright notice and this permission notice shall be included in all
2095
- copies or substantial portions of the Software.
1948
+ The above copyright notice and this permission notice shall be included in
1949
+ all copies or substantial portions of the Software.
2096
1950
 
2097
1951
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2098
1952
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2099
1953
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2100
1954
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2101
1955
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2102
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2103
- SOFTWARE.
1956
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1957
+ THE SOFTWARE.
2104
1958
 
2105
1959
  ````
2106
1960
 
@@ -2108,14 +1962,14 @@ SOFTWARE.
2108
1962
 
2109
1963
  ## The following dependencies are licensed under the MIT License:
2110
1964
 
2111
- ### NPM Packages:
1965
+ ### Rust Crates:
2112
1966
 
2113
- - [ajv](https://github.com/ajv-validator/ajv) (8.17.1)
1967
+ - [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
2114
1968
 
2115
1969
  ````text
2116
- The MIT License (MIT)
1970
+ MIT License
2117
1971
 
2118
- Copyright (c) 2015-2021 Evgeny Poberezkin
1972
+ Copyright (c) 2017 Nikolai Vazquez
2119
1973
 
2120
1974
  Permission is hereby granted, free of charge, to any person obtaining a copy
2121
1975
  of this software and associated documentation files (the "Software"), to deal
@@ -2135,7 +1989,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2135
1989
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2136
1990
  SOFTWARE.
2137
1991
 
2138
-
2139
1992
  ````
2140
1993
 
2141
1994
  ---
@@ -2144,46 +1997,10 @@ SOFTWARE.
2144
1997
 
2145
1998
  ### Rust Crates:
2146
1999
 
2147
- - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
2148
- - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
2149
- - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
2150
- - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
2000
+ - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
2151
2001
 
2152
2002
  ````text
2153
- The MIT License (MIT)
2154
-
2155
- Copyright (c) 2015 Andrew Gallant
2156
-
2157
- Permission is hereby granted, free of charge, to any person obtaining a copy
2158
- of this software and associated documentation files (the "Software"), to deal
2159
- in the Software without restriction, including without limitation the rights
2160
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2161
- copies of the Software, and to permit persons to whom the Software is
2162
- furnished to do so, subject to the following conditions:
2163
-
2164
- The above copyright notice and this permission notice shall be included in
2165
- all copies or substantial portions of the Software.
2166
-
2167
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2168
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2169
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2170
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2171
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2172
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2173
- THE SOFTWARE.
2174
-
2175
- ````
2176
-
2177
- ---
2178
-
2179
- ## The following dependencies are licensed under the MIT License:
2180
-
2181
- ### Rust Crates:
2182
-
2183
- - [http](https://github.com/hyperium/http) (1.4.0)
2184
-
2185
- ````text
2186
- Copyright (c) 2017 http-rs authors
2003
+ Copyright (c) 2019 Nick Fitzgerald
2187
2004
 
2188
2005
  Permission is hereby granted, free of charge, to any
2189
2006
  person obtaining a copy of this software and associated
@@ -2217,34 +2034,39 @@ DEALINGS IN THE SOFTWARE.
2217
2034
 
2218
2035
  ### Rust Crates:
2219
2036
 
2220
- - [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
2037
+ - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
2038
+ - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
2039
+ - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
2040
+ - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
2041
+ - [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
2042
+ - [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
2221
2043
 
2222
2044
  ````text
2223
- MIT License
2224
-
2225
- Copyright 2013-2014 RAD Game Tools and Valve Software
2226
- Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
2227
- Copyright (c) 2017 Frommi
2228
- Copyright (c) 2017-2024 oyvindln
2229
-
2045
+ Copyright (c) 2019 Tokio Contributors
2230
2046
 
2231
- Permission is hereby granted, free of charge, to any person obtaining a copy
2232
- of this software and associated documentation files (the "Software"), to deal
2233
- in the Software without restriction, including without limitation the rights
2234
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2235
- copies of the Software, and to permit persons to whom the Software is
2236
- furnished to do so, subject to the following conditions:
2047
+ Permission is hereby granted, free of charge, to any
2048
+ person obtaining a copy of this software and associated
2049
+ documentation files (the "Software"), to deal in the
2050
+ Software without restriction, including without
2051
+ limitation the rights to use, copy, modify, merge,
2052
+ publish, distribute, sublicense, and/or sell copies of
2053
+ the Software, and to permit persons to whom the Software
2054
+ is furnished to do so, subject to the following
2055
+ conditions:
2237
2056
 
2238
- The above copyright notice and this permission notice shall be included in all
2239
- copies or substantial portions of the Software.
2057
+ The above copyright notice and this permission notice
2058
+ shall be included in all copies or substantial portions
2059
+ of the Software.
2240
2060
 
2241
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2242
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2243
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2244
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2245
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2246
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2247
- SOFTWARE.
2061
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2062
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2063
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2064
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2065
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2066
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2067
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2068
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2069
+ DEALINGS IN THE SOFTWARE.
2248
2070
 
2249
2071
  ````
2250
2072
 
@@ -2254,10 +2076,10 @@ SOFTWARE.
2254
2076
 
2255
2077
  ### Rust Crates:
2256
2078
 
2257
- - [want](https://github.com/seanmonstar/want) (0.3.1)
2079
+ - [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
2258
2080
 
2259
2081
  ````text
2260
- Copyright (c) 2018-2019 Sean McArthur
2082
+ Copyright (c) 2019 Eliza Weisman
2261
2083
 
2262
2084
  Permission is hereby granted, free of charge, to any person obtaining a copy
2263
2085
  of this software and associated documentation files (the "Software"), to deal
@@ -2277,41 +2099,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2277
2099
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2278
2100
  THE SOFTWARE.
2279
2101
 
2280
-
2281
- ````
2282
-
2283
- ---
2284
-
2285
- ## The following dependencies are licensed under the MIT License:
2286
-
2287
- ### NPM Packages:
2288
-
2289
- - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
2290
- - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
2291
-
2292
- ````text
2293
- MIT License
2294
-
2295
- Copyright (c) 2017 Evgeny Poberezkin
2296
-
2297
- Permission is hereby granted, free of charge, to any person obtaining a copy
2298
- of this software and associated documentation files (the "Software"), to deal
2299
- in the Software without restriction, including without limitation the rights
2300
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2301
- copies of the Software, and to permit persons to whom the Software is
2302
- furnished to do so, subject to the following conditions:
2303
-
2304
- The above copyright notice and this permission notice shall be included in all
2305
- copies or substantial portions of the Software.
2306
-
2307
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2308
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2309
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2310
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2311
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2312
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2313
- SOFTWARE.
2314
-
2315
2102
  ````
2316
2103
 
2317
2104
  ---
@@ -2320,10 +2107,10 @@ SOFTWARE.
2320
2107
 
2321
2108
  ### Rust Crates:
2322
2109
 
2323
- - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
2110
+ - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
2324
2111
 
2325
2112
  ````text
2326
- Copyright (c) 2019 The CryptoCorrosion Contributors
2113
+ Copyright (c) 2010 The Rust Project Developers
2327
2114
 
2328
2115
  Permission is hereby granted, free of charge, to any
2329
2116
  person obtaining a copy of this software and associated
@@ -2357,30 +2144,16 @@ DEALINGS IN THE SOFTWARE.
2357
2144
 
2358
2145
  ### Rust Crates:
2359
2146
 
2360
- - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
2147
+ - [synstructure](https://github.com/mystor/synstructure) (0.13.2)
2361
2148
 
2362
2149
  ````text
2363
- Copyright (c) 2018-2023 Sean McArthur
2364
- Copyright (c) 2016 Alex Crichton
2365
-
2366
- Permission is hereby granted, free of charge, to any person obtaining a copy
2367
- of this software and associated documentation files (the "Software"), to deal
2368
- in the Software without restriction, including without limitation the rights
2369
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2370
- copies of the Software, and to permit persons to whom the Software is
2371
- furnished to do so, subject to the following conditions:
2150
+ Copyright 2016 Nika Layzell
2372
2151
 
2373
- The above copyright notice and this permission notice shall be included in
2374
- all copies or substantial portions of the Software.
2152
+ 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:
2375
2153
 
2376
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2377
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2378
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2379
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2380
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2381
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2382
- THE SOFTWARE.
2154
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2383
2155
 
2156
+ 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.
2384
2157
 
2385
2158
  ````
2386
2159
 
@@ -2390,30 +2163,34 @@ THE SOFTWARE.
2390
2163
 
2391
2164
  ### Rust Crates:
2392
2165
 
2393
- - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
2166
+ - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
2394
2167
 
2395
2168
  ````text
2396
- The MIT License (MIT)
2397
-
2398
- Copyright (c) 2015 Alice Maz
2169
+ Copyright (c) 2015 Steven Allen
2399
2170
 
2400
- Permission is hereby granted, free of charge, to any person obtaining a copy
2401
- of this software and associated documentation files (the "Software"), to deal
2402
- in the Software without restriction, including without limitation the rights
2403
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2404
- copies of the Software, and to permit persons to whom the Software is
2405
- furnished to do so, subject to the following conditions:
2171
+ Permission is hereby granted, free of charge, to any
2172
+ person obtaining a copy of this software and associated
2173
+ documentation files (the "Software"), to deal in the
2174
+ Software without restriction, including without
2175
+ limitation the rights to use, copy, modify, merge,
2176
+ publish, distribute, sublicense, and/or sell copies of
2177
+ the Software, and to permit persons to whom the Software
2178
+ is furnished to do so, subject to the following
2179
+ conditions:
2406
2180
 
2407
- The above copyright notice and this permission notice shall be included in
2408
- all copies or substantial portions of the Software.
2181
+ The above copyright notice and this permission notice
2182
+ shall be included in all copies or substantial portions
2183
+ of the Software.
2409
2184
 
2410
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2411
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2412
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2413
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2414
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2415
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2416
- THE SOFTWARE.
2185
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2186
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2187
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2188
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2189
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2190
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2191
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2192
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2193
+ DEALINGS IN THE SOFTWARE.
2417
2194
 
2418
2195
  ````
2419
2196
 
@@ -2423,12 +2200,13 @@ THE SOFTWARE.
2423
2200
 
2424
2201
  ### Rust Crates:
2425
2202
 
2426
- - [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
2203
+ - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
2427
2204
 
2428
2205
  ````text
2429
2206
  MIT License
2430
2207
 
2431
- Copyright (c) 2018-2021 The RustCrypto Project Developers
2208
+ Copyright (c) 2019 Yoshua Wuyts
2209
+ Copyright (c) Tokio Contributors
2432
2210
 
2433
2211
  Permission is hereby granted, free of charge, to any person obtaining a copy
2434
2212
  of this software and associated documentation files (the "Software"), to deal
@@ -2456,19 +2234,10 @@ SOFTWARE.
2456
2234
 
2457
2235
  ### Rust Crates:
2458
2236
 
2459
- - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
2460
- - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
2461
- - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
2462
- - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
2463
- - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
2464
- - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
2465
- - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
2466
- - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
2467
- - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
2237
+ - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
2468
2238
 
2469
2239
  ````text
2470
- Copyright (c) 2016 Alex Crichton
2471
- Copyright (c) 2017 The Tokio Authors
2240
+ Copyright (c) 2019-2021 Tower Contributors
2472
2241
 
2473
2242
  Permission is hereby granted, free of charge, to any
2474
2243
  person obtaining a copy of this software and associated
@@ -2502,14 +2271,12 @@ DEALINGS IN THE SOFTWARE.
2502
2271
 
2503
2272
  ### Rust Crates:
2504
2273
 
2505
- - [darling](https://github.com/TedDriggs/darling) (0.23.0)
2506
- - [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
2507
- - [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
2274
+ - [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
2508
2275
 
2509
2276
  ````text
2510
2277
  MIT License
2511
2278
 
2512
- Copyright (c) 2017 Ted Driggs
2279
+ Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
2513
2280
 
2514
2281
  Permission is hereby granted, free of charge, to any person obtaining a copy
2515
2282
  of this software and associated documentation files (the "Software"), to deal
@@ -2537,10 +2304,10 @@ SOFTWARE.
2537
2304
 
2538
2305
  ### Rust Crates:
2539
2306
 
2540
- - [slab](https://github.com/tokio-rs/slab) (0.4.12)
2307
+ - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
2541
2308
 
2542
2309
  ````text
2543
- Copyright (c) 2019 Carl Lerche
2310
+ Copyright 2019-2024 YOSHIOKA Takuma
2544
2311
 
2545
2312
  Permission is hereby granted, free of charge, to any
2546
2313
  person obtaining a copy of this software and associated
@@ -2574,10 +2341,13 @@ DEALINGS IN THE SOFTWARE.
2574
2341
 
2575
2342
  ### Rust Crates:
2576
2343
 
2577
- - [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
2344
+ - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
2345
+ - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
2346
+ - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
2347
+ - [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
2578
2348
 
2579
2349
  ````text
2580
- Copyright (c) 2016 Amanieu d'Antras
2350
+ Copyright (c) 2016 The Rust Project Developers
2581
2351
 
2582
2352
  Permission is hereby granted, free of charge, to any
2583
2353
  person obtaining a copy of this software and associated
@@ -2609,33 +2379,35 @@ DEALINGS IN THE SOFTWARE.
2609
2379
 
2610
2380
  ## The following dependencies are licensed under the MIT License:
2611
2381
 
2612
- ### NPM Packages:
2382
+ ### Rust Crates:
2613
2383
 
2614
- - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
2615
- - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
2384
+ - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
2385
+ - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
2386
+ - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
2387
+ - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
2616
2388
 
2617
2389
  ````text
2618
- MIT License
2390
+ The MIT License (MIT)
2619
2391
 
2620
- Copyright (c) Microsoft Corporation.
2392
+ Copyright (c) 2015 Andrew Gallant
2621
2393
 
2622
- Permission is hereby granted, free of charge, to any person obtaining a copy
2623
- of this software and associated documentation files (the "Software"), to deal
2624
- in the Software without restriction, including without limitation the rights
2625
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2626
- copies of the Software, and to permit persons to whom the Software is
2627
- furnished to do so, subject to the following conditions:
2394
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2395
+ of this software and associated documentation files (the "Software"), to deal
2396
+ in the Software without restriction, including without limitation the rights
2397
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2398
+ copies of the Software, and to permit persons to whom the Software is
2399
+ furnished to do so, subject to the following conditions:
2628
2400
 
2629
- The above copyright notice and this permission notice shall be included in all
2630
- copies or substantial portions of the Software.
2401
+ The above copyright notice and this permission notice shall be included in
2402
+ all copies or substantial portions of the Software.
2631
2403
 
2632
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2633
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2634
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2635
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2636
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2637
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2638
- SOFTWARE
2404
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2405
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2406
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2407
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2408
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2409
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2410
+ THE SOFTWARE.
2639
2411
 
2640
2412
  ````
2641
2413
 
@@ -2645,10 +2417,10 @@ DEALINGS IN THE SOFTWARE.
2645
2417
 
2646
2418
  ### Rust Crates:
2647
2419
 
2648
- - [mio](https://github.com/tokio-rs/mio) (1.2.0)
2420
+ - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
2649
2421
 
2650
2422
  ````text
2651
- Copyright (c) 2014 Carl Lerche and other MIO contributors
2423
+ Copyright (c) 2016-2025 Sean McArthur
2652
2424
 
2653
2425
  Permission is hereby granted, free of charge, to any person obtaining a copy
2654
2426
  of this software and associated documentation files (the "Software"), to deal
@@ -2668,6 +2440,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2668
2440
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2669
2441
  THE SOFTWARE.
2670
2442
 
2443
+
2671
2444
  ````
2672
2445
 
2673
2446
  ---
@@ -2676,10 +2449,10 @@ THE SOFTWARE.
2676
2449
 
2677
2450
  ### Rust Crates:
2678
2451
 
2679
- - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
2452
+ - [slab](https://github.com/tokio-rs/slab) (0.4.12)
2680
2453
 
2681
2454
  ````text
2682
- Copyright 2019-2024 YOSHIOKA Takuma
2455
+ Copyright (c) 2019 Carl Lerche
2683
2456
 
2684
2457
  Permission is hereby granted, free of charge, to any
2685
2458
  person obtaining a copy of this software and associated
@@ -2713,12 +2486,48 @@ DEALINGS IN THE SOFTWARE.
2713
2486
 
2714
2487
  ### Rust Crates:
2715
2488
 
2716
- - [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
2717
- - [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
2489
+ - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
2490
+
2491
+ ````text
2492
+ The MIT License (MIT)
2493
+
2494
+ Copyright (c) 2016 Johann Tuffe
2495
+
2496
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2497
+ of this software and associated documentation files (the "Software"), to deal
2498
+ in the Software without restriction, including without limitation the rights
2499
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2500
+ copies of the Software, and to permit persons to whom the Software is
2501
+ furnished to do so, subject to the following conditions:
2502
+
2503
+
2504
+ The above copyright notice and this permission notice shall be included in
2505
+ all copies or substantial portions of the Software.
2506
+
2507
+
2508
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2509
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2510
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2511
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2512
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2513
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2514
+ THE SOFTWARE.
2515
+
2516
+ ````
2517
+
2518
+ ---
2519
+
2520
+ ## The following dependencies are licensed under the MIT License:
2521
+
2522
+ ### Rust Crates:
2523
+
2524
+ - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
2718
2525
 
2719
2526
  ````text
2720
2527
  MIT License
2721
2528
 
2529
+ Copyright (c) [2021] [Marvin Countryman]
2530
+
2722
2531
  Permission is hereby granted, free of charge, to any person obtaining a copy
2723
2532
  of this software and associated documentation files (the "Software"), to deal
2724
2533
  in the Software without restriction, including without limitation the rights
@@ -2745,72 +2554,33 @@ SOFTWARE.
2745
2554
 
2746
2555
  ### Rust Crates:
2747
2556
 
2748
- - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
2557
+ - [zip](https://github.com/zip-rs/zip2) (2.4.2)
2749
2558
 
2750
2559
  ````text
2751
- Copyright (c) 2019-2021 Tower Contributors
2752
-
2753
- Permission is hereby granted, free of charge, to any
2754
- person obtaining a copy of this software and associated
2755
- documentation files (the "Software"), to deal in the
2756
- Software without restriction, including without
2757
- limitation the rights to use, copy, modify, merge,
2758
- publish, distribute, sublicense, and/or sell copies of
2759
- the Software, and to permit persons to whom the Software
2760
- is furnished to do so, subject to the following
2761
- conditions:
2762
-
2763
- The above copyright notice and this permission notice
2764
- shall be included in all copies or substantial portions
2765
- of the Software.
2766
-
2767
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2768
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2769
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2770
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2771
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2772
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2773
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2774
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2775
- DEALINGS IN THE SOFTWARE.
2776
-
2777
- ````
2778
-
2779
- ---
2780
-
2781
- ## The following dependencies are licensed under the MIT License:
2782
-
2783
- ### Rust Crates:
2784
-
2785
- - [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
2560
+ The MIT License (MIT)
2786
2561
 
2787
- ````text
2788
- Copyright (c) 2016--2017
2562
+ Copyright (c) 2014 Mathijs van de Nes
2789
2563
 
2790
- Permission is hereby granted, free of charge, to any
2791
- person obtaining a copy of this software and associated
2792
- documentation files (the "Software"), to deal in the
2793
- Software without restriction, including without
2794
- limitation the rights to use, copy, modify, merge,
2795
- publish, distribute, sublicense, and/or sell copies of
2796
- the Software, and to permit persons to whom the Software
2797
- is furnished to do so, subject to the following
2798
- conditions:
2564
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2565
+ of this software and associated documentation files (the "Software"), to deal
2566
+ in the Software without restriction, including without limitation the rights
2567
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2568
+ copies of the Software, and to permit persons to whom the Software is
2569
+ furnished to do so, subject to the following conditions:
2799
2570
 
2800
- The above copyright notice and this permission notice
2801
- shall be included in all copies or substantial portions
2802
- of the Software.
2571
+ The above copyright notice and this permission notice shall be included in all
2572
+ copies or substantial portions of the Software.
2803
2573
 
2804
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2805
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2806
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2807
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2808
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2809
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2810
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2811
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2812
- DEALINGS IN THE SOFTWARE.
2574
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2575
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2576
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2577
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2578
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2579
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2580
+ SOFTWARE.
2813
2581
 
2582
+ Some files in the "tests/data" subdirectory of this repository are under other
2583
+ licences; see files named LICENSE.*.txt for details.
2814
2584
  ````
2815
2585
 
2816
2586
  ---
@@ -2819,10 +2589,14 @@ DEALINGS IN THE SOFTWARE.
2819
2589
 
2820
2590
  ### Rust Crates:
2821
2591
 
2822
- - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
2592
+ - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
2593
+ - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
2594
+ - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
2823
2595
 
2824
2596
  ````text
2825
- Copyright (c) 2016 The rust-native-tls Developers
2597
+ MIT License
2598
+
2599
+ Copyright (c) Tokio Contributors
2826
2600
 
2827
2601
  Permission is hereby granted, free of charge, to any person obtaining a copy
2828
2602
  of this software and associated documentation files (the "Software"), to deal
@@ -2848,36 +2622,33 @@ SOFTWARE.
2848
2622
 
2849
2623
  ## The following dependencies are licensed under the MIT License:
2850
2624
 
2851
- ### Rust Crates:
2625
+ ### NPM Packages:
2852
2626
 
2853
- - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
2627
+ - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
2628
+ - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
2854
2629
 
2855
2630
  ````text
2856
- Copyright (c) 2010 The Rust Project Developers
2631
+ MIT License
2857
2632
 
2858
- Permission is hereby granted, free of charge, to any
2859
- person obtaining a copy of this software and associated
2860
- documentation files (the "Software"), to deal in the
2861
- Software without restriction, including without
2862
- limitation the rights to use, copy, modify, merge,
2863
- publish, distribute, sublicense, and/or sell copies of
2864
- the Software, and to permit persons to whom the Software
2865
- is furnished to do so, subject to the following
2866
- conditions:
2633
+ Copyright (c) Microsoft Corporation.
2867
2634
 
2868
- The above copyright notice and this permission notice
2869
- shall be included in all copies or substantial portions
2870
- of the Software.
2635
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2636
+ of this software and associated documentation files (the "Software"), to deal
2637
+ in the Software without restriction, including without limitation the rights
2638
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2639
+ copies of the Software, and to permit persons to whom the Software is
2640
+ furnished to do so, subject to the following conditions:
2871
2641
 
2872
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2873
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2874
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2875
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2876
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2877
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2878
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2879
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2880
- DEALINGS IN THE SOFTWARE.
2642
+ The above copyright notice and this permission notice shall be included in all
2643
+ copies or substantial portions of the Software.
2644
+
2645
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2646
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2647
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2648
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2649
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2650
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2651
+ SOFTWARE
2881
2652
 
2882
2653
  ````
2883
2654
 
@@ -2887,12 +2658,12 @@ DEALINGS IN THE SOFTWARE.
2887
2658
 
2888
2659
  ### Rust Crates:
2889
2660
 
2890
- - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
2661
+ - [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
2891
2662
 
2892
2663
  ````text
2893
2664
  MIT License
2894
2665
 
2895
- Copyright (c) 2025 Callum Oakley
2666
+ Copyright (c) 2025 rutrum
2896
2667
 
2897
2668
  Permission is hereby granted, free of charge, to any person obtaining a copy
2898
2669
  of this software and associated documentation files (the "Software"), to deal
@@ -2911,7 +2682,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2911
2682
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2912
2683
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2913
2684
  SOFTWARE.
2914
-
2915
2685
  ````
2916
2686
 
2917
2687
  ---
@@ -2920,17 +2690,10 @@ SOFTWARE.
2920
2690
 
2921
2691
  ### Rust Crates:
2922
2692
 
2923
- - [humantime](https://github.com/chronotope/humantime) (2.3.0)
2693
+ - [mio](https://github.com/tokio-rs/mio) (1.2.0)
2924
2694
 
2925
2695
  ````text
2926
- Copyright (c) 2016 The humantime Developers
2927
-
2928
- Includes parts of http date with the following copyright:
2929
- Copyright (c) 2016 Pyfisch
2930
-
2931
- Includes portions of musl libc with the following copyright:
2932
- Copyright © 2005-2013 Rich Felker
2933
-
2696
+ Copyright (c) 2014 Carl Lerche and other MIO contributors
2934
2697
 
2935
2698
  Permission is hereby granted, free of charge, to any person obtaining a copy
2936
2699
  of this software and associated documentation files (the "Software"), to deal
@@ -2939,16 +2702,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2939
2702
  copies of the Software, and to permit persons to whom the Software is
2940
2703
  furnished to do so, subject to the following conditions:
2941
2704
 
2942
- The above copyright notice and this permission notice shall be included in all
2943
- copies or substantial portions of the Software.
2705
+ The above copyright notice and this permission notice shall be included in
2706
+ all copies or substantial portions of the Software.
2944
2707
 
2945
2708
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2946
2709
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2947
2710
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2948
2711
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2949
2712
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2950
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2951
- SOFTWARE.
2713
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2714
+ THE SOFTWARE.
2952
2715
 
2953
2716
  ````
2954
2717
 
@@ -2958,13 +2721,10 @@ SOFTWARE.
2958
2721
 
2959
2722
  ### Rust Crates:
2960
2723
 
2961
- - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
2962
- - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
2963
- - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
2964
- - [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
2724
+ - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
2965
2725
 
2966
2726
  ````text
2967
- Copyright (c) 2016 The Rust Project Developers
2727
+ Copyright (c) 2014-2026 Alex Crichton
2968
2728
 
2969
2729
  Permission is hereby granted, free of charge, to any
2970
2730
  person obtaining a copy of this software and associated
@@ -2998,10 +2758,10 @@ DEALINGS IN THE SOFTWARE.
2998
2758
 
2999
2759
  ### Rust Crates:
3000
2760
 
3001
- - [http-body](https://github.com/hyperium/http-body) (1.0.1)
2761
+ - [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
3002
2762
 
3003
2763
  ````text
3004
- Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
2764
+ Copyright (c) 2015 The Rust Project Developers
3005
2765
 
3006
2766
  Permission is hereby granted, free of charge, to any
3007
2767
  person obtaining a copy of this software and associated
@@ -3035,11 +2795,10 @@ DEALINGS IN THE SOFTWARE.
3035
2795
 
3036
2796
  ### Rust Crates:
3037
2797
 
3038
- - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
2798
+ - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
3039
2799
 
3040
2800
  ````text
3041
- Copyright (c) 2017 Alexey Galakhov
3042
- Copyright (c) 2016 Jason Housley
2801
+ Copyright (c) 2015-2025 Sean McArthur
3043
2802
 
3044
2803
  Permission is hereby granted, free of charge, to any person obtaining a copy
3045
2804
  of this software and associated documentation files (the "Software"), to deal
@@ -3059,6 +2818,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3059
2818
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3060
2819
  THE SOFTWARE.
3061
2820
 
2821
+
3062
2822
  ````
3063
2823
 
3064
2824
  ---
@@ -3067,19 +2827,28 @@ THE SOFTWARE.
3067
2827
 
3068
2828
  ### Rust Crates:
3069
2829
 
3070
- - [tarpc](https://github.com/google/tarpc) (0.37.0)
3071
- - [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
2830
+ - [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
3072
2831
 
3073
2832
  ````text
3074
- The MIT License (MIT)
3075
-
3076
- Copyright 2016 Google Inc. All Rights Reserved.
2833
+ Copyright (c) 2015 Igor Shaula
3077
2834
 
3078
- 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:
2835
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2836
+ of this software and associated documentation files (the "Software"), to deal
2837
+ in the Software without restriction, including without limitation the rights
2838
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2839
+ copies of the Software, and to permit persons to whom the Software is
2840
+ furnished to do so, subject to the following conditions:
3079
2841
 
3080
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2842
+ The above copyright notice and this permission notice shall be included in
2843
+ all copies or substantial portions of the Software.
3081
2844
 
3082
- 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.
2845
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2846
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2847
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2848
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2849
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2850
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2851
+ THE SOFTWARE.
3083
2852
 
3084
2853
  ````
3085
2854
 
@@ -3087,14 +2856,16 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
3087
2856
 
3088
2857
  ## The following dependencies are licensed under the MIT License:
3089
2858
 
3090
- ### NPM Packages:
2859
+ ### Rust Crates:
3091
2860
 
3092
- - [undici-types](https://github.com/nodejs/undici) (6.21.0)
2861
+ - [darling](https://github.com/TedDriggs/darling) (0.23.0)
2862
+ - [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
2863
+ - [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
3093
2864
 
3094
2865
  ````text
3095
2866
  MIT License
3096
2867
 
3097
- Copyright (c) Matteo Collina and Undici contributors
2868
+ Copyright (c) 2017 Ted Driggs
3098
2869
 
3099
2870
  Permission is hereby granted, free of charge, to any person obtaining a copy
3100
2871
  of this software and associated documentation files (the "Software"), to deal
@@ -3122,17 +2893,35 @@ SOFTWARE.
3122
2893
 
3123
2894
  ### Rust Crates:
3124
2895
 
3125
- - [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
3126
- - [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
3127
- - [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
3128
- - [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
2896
+ - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
3129
2897
 
3130
2898
  ````text
3131
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2899
+ Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
3132
2900
 
3133
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2901
+ Permission is hereby granted, free of charge, to any
2902
+ person obtaining a copy of this software and associated
2903
+ documentation files (the "Software"), to deal in the
2904
+ Software without restriction, including without
2905
+ limitation the rights to use, copy, modify, merge,
2906
+ publish, distribute, sublicense, and/or sell copies of
2907
+ the Software, and to permit persons to whom the Software
2908
+ is furnished to do so, subject to the following
2909
+ conditions:
2910
+
2911
+ The above copyright notice and this permission notice
2912
+ shall be included in all copies or substantial portions
2913
+ of the Software.
2914
+
2915
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2916
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2917
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2918
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2919
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2920
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2921
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2922
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2923
+ DEALINGS IN THE SOFTWARE.
3134
2924
 
3135
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3136
2925
  ````
3137
2926
 
3138
2927
  ---
@@ -3141,13 +2930,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
3141
2930
 
3142
2931
  ### Rust Crates:
3143
2932
 
3144
- - [schemars](https://github.com/GREsau/schemars) (1.2.1)
3145
- - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
2933
+ - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
3146
2934
 
3147
2935
  ````text
3148
2936
  MIT License
3149
2937
 
3150
- Copyright (c) 2019 Graham Esau
2938
+ Copyright (c) 2025 Callum Oakley
3151
2939
 
3152
2940
  Permission is hereby granted, free of charge, to any person obtaining a copy
3153
2941
  of this software and associated documentation files (the "Software"), to deal
@@ -3175,10 +2963,48 @@ SOFTWARE.
3175
2963
 
3176
2964
  ### Rust Crates:
3177
2965
 
3178
- - [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
2966
+ - [humantime](https://github.com/chronotope/humantime) (2.3.0)
3179
2967
 
3180
2968
  ````text
3181
- Copyright (c) 2015 The Rust Project Developers
2969
+ Copyright (c) 2016 The humantime Developers
2970
+
2971
+ Includes parts of http date with the following copyright:
2972
+ Copyright (c) 2016 Pyfisch
2973
+
2974
+ Includes portions of musl libc with the following copyright:
2975
+ Copyright © 2005-2013 Rich Felker
2976
+
2977
+
2978
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2979
+ of this software and associated documentation files (the "Software"), to deal
2980
+ in the Software without restriction, including without limitation the rights
2981
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2982
+ copies of the Software, and to permit persons to whom the Software is
2983
+ furnished to do so, subject to the following conditions:
2984
+
2985
+ The above copyright notice and this permission notice shall be included in all
2986
+ copies or substantial portions of the Software.
2987
+
2988
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2989
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2990
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2991
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2992
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2993
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2994
+ SOFTWARE.
2995
+
2996
+ ````
2997
+
2998
+ ---
2999
+
3000
+ ## The following dependencies are licensed under the MIT License:
3001
+
3002
+ ### Rust Crates:
3003
+
3004
+ - [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
3005
+
3006
+ ````text
3007
+ Copyright (c) 2021 RustCrypto Developers
3182
3008
 
3183
3009
  Permission is hereby granted, free of charge, to any
3184
3010
  person obtaining a copy of this software and associated
@@ -3212,14 +3038,10 @@ DEALINGS IN THE SOFTWARE.
3212
3038
 
3213
3039
  ### Rust Crates:
3214
3040
 
3215
- - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
3216
- - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
3217
- - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
3041
+ - [directories](https://github.com/soc/directories-rs) (6.0.0)
3218
3042
 
3219
3043
  ````text
3220
- MIT License
3221
-
3222
- Copyright (c) Tokio Contributors
3044
+ Copyright (c) 2018 directories-rs contributors
3223
3045
 
3224
3046
  Permission is hereby granted, free of charge, to any person obtaining a copy
3225
3047
  of this software and associated documentation files (the "Software"), to deal
@@ -3247,10 +3069,10 @@ SOFTWARE.
3247
3069
 
3248
3070
  ### Rust Crates:
3249
3071
 
3250
- - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
3072
+ - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
3251
3073
 
3252
3074
  ````text
3253
- Copyright (c) 2013-2016 The rust-url developers
3075
+ Copyright (c) 2016 Anthony Ramine
3254
3076
 
3255
3077
  Permission is hereby granted, free of charge, to any
3256
3078
  person obtaining a copy of this software and associated
@@ -3284,10 +3106,11 @@ DEALINGS IN THE SOFTWARE.
3284
3106
 
3285
3107
  ### Rust Crates:
3286
3108
 
3287
- - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
3109
+ - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
3288
3110
 
3289
3111
  ````text
3290
- Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
3112
+ Copyright (c) 2018-2024 The rust-random Project Developers
3113
+ Copyright (c) 2014 The Rust Project Developers
3291
3114
 
3292
3115
  Permission is hereby granted, free of charge, to any
3293
3116
  person obtaining a copy of this software and associated
@@ -3321,10 +3144,10 @@ DEALINGS IN THE SOFTWARE.
3321
3144
 
3322
3145
  ### Rust Crates:
3323
3146
 
3324
- - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
3147
+ - [http-body](https://github.com/hyperium/http-body) (1.0.1)
3325
3148
 
3326
3149
  ````text
3327
- Copyright Mozilla Foundation
3150
+ Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
3328
3151
 
3329
3152
  Permission is hereby granted, free of charge, to any
3330
3153
  person obtaining a copy of this software and associated
@@ -3358,29 +3181,27 @@ DEALINGS IN THE SOFTWARE.
3358
3181
 
3359
3182
  ### Rust Crates:
3360
3183
 
3361
- - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
3184
+ - [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
3362
3185
 
3363
3186
  ````text
3364
- Copyright (c) 2016-2025 Sean McArthur
3187
+ Copyright 2018 Parity Technologies (UK) Ltd.
3365
3188
 
3366
- Permission is hereby granted, free of charge, to any person obtaining a copy
3367
- of this software and associated documentation files (the "Software"), to deal
3368
- in the Software without restriction, including without limitation the rights
3369
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3370
- copies of the Software, and to permit persons to whom the Software is
3371
- furnished to do so, subject to the following conditions:
3189
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
3190
+ this software and associated documentation files (the "Software"), to deal in
3191
+ the Software without restriction, including without limitation the rights to
3192
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3193
+ the Software, and to permit persons to whom the Software is furnished to do so,
3194
+ subject to the following conditions:
3372
3195
 
3373
- The above copyright notice and this permission notice shall be included in
3374
- all copies or substantial portions of the Software.
3196
+ The above copyright notice and this permission notice shall be included in all
3197
+ copies or substantial portions of the Software.
3375
3198
 
3376
3199
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3377
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3378
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3379
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3380
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3381
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3382
- THE SOFTWARE.
3383
-
3200
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3201
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
3202
+ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3203
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3204
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3384
3205
 
3385
3206
  ````
3386
3207
 
@@ -3390,10 +3211,10 @@ THE SOFTWARE.
3390
3211
 
3391
3212
  ### Rust Crates:
3392
3213
 
3393
- - [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
3214
+ - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
3394
3215
 
3395
3216
  ````text
3396
- Copyright (c) 2021 RustCrypto Developers
3217
+ Copyright (c) 2019 The CryptoCorrosion Contributors
3397
3218
 
3398
3219
  Permission is hereby granted, free of charge, to any
3399
3220
  person obtaining a copy of this software and associated
@@ -3427,10 +3248,10 @@ DEALINGS IN THE SOFTWARE.
3427
3248
 
3428
3249
  ### Rust Crates:
3429
3250
 
3430
- - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
3251
+ - [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
3431
3252
 
3432
3253
  ````text
3433
- Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
3254
+ Copyright (c) 2016--2017
3434
3255
 
3435
3256
  Permission is hereby granted, free of charge, to any
3436
3257
  person obtaining a copy of this software and associated
@@ -3464,10 +3285,10 @@ DEALINGS IN THE SOFTWARE.
3464
3285
 
3465
3286
  ### Rust Crates:
3466
3287
 
3467
- - [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
3288
+ - [want](https://github.com/seanmonstar/want) (0.3.1)
3468
3289
 
3469
3290
  ````text
3470
- Copyright (c) 2015 Igor Shaula
3291
+ Copyright (c) 2018-2019 Sean McArthur
3471
3292
 
3472
3293
  Permission is hereby granted, free of charge, to any person obtaining a copy
3473
3294
  of this software and associated documentation files (the "Software"), to deal
@@ -3484,42 +3305,9 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3484
3305
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3485
3306
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3486
3307
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3487
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3488
- THE SOFTWARE.
3489
-
3490
- ````
3491
-
3492
- ---
3493
-
3494
- ## The following dependencies are licensed under the MIT License:
3495
-
3496
- ### Rust Crates:
3497
-
3498
- - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
3499
-
3500
- ````text
3501
- The MIT License (MIT)
3502
-
3503
- Copyright (c) 2015-2020 Julien Cretin
3504
- Copyright (c) 2017-2020 Google Inc.
3505
-
3506
- Permission is hereby granted, free of charge, to any person obtaining a copy
3507
- of this software and associated documentation files (the "Software"), to deal
3508
- in the Software without restriction, including without limitation the rights
3509
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3510
- copies of the Software, and to permit persons to whom the Software is
3511
- furnished to do so, subject to the following conditions:
3512
-
3513
- The above copyright notice and this permission notice shall be included in all
3514
- copies or substantial portions of the Software.
3515
-
3516
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3517
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3518
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3519
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3520
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3521
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3522
- SOFTWARE.
3308
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3309
+ THE SOFTWARE.
3310
+
3523
3311
 
3524
3312
  ````
3525
3313
 
@@ -3529,10 +3317,10 @@ SOFTWARE.
3529
3317
 
3530
3318
  ### Rust Crates:
3531
3319
 
3532
- - [zerocopy](https://github.com/google/zerocopy) (0.8.48)
3320
+ - [libc](https://github.com/rust-lang/libc) (0.2.185)
3533
3321
 
3534
3322
  ````text
3535
- Copyright 2023 The Fuchsia Authors
3323
+ Copyright (c) The Rust Project Developers
3536
3324
 
3537
3325
  Permission is hereby granted, free of charge, to any
3538
3326
  person obtaining a copy of this software and associated
@@ -3558,7 +3346,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3558
3346
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3559
3347
  DEALINGS IN THE SOFTWARE.
3560
3348
 
3561
-
3562
3349
  ````
3563
3350
 
3564
3351
  ---
@@ -3567,12 +3354,10 @@ DEALINGS IN THE SOFTWARE.
3567
3354
 
3568
3355
  ### Rust Crates:
3569
3356
 
3570
- - [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
3357
+ - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
3571
3358
 
3572
3359
  ````text
3573
- Copyright (c) 2017 Carl Lerche
3574
- Copyright (c) 2018 Bastian Köcher
3575
- Copyright (c) 2019-2020 Artem Vorotnikov
3360
+ Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
3576
3361
 
3577
3362
  Permission is hereby granted, free of charge, to any
3578
3363
  person obtaining a copy of this software and associated
@@ -3606,12 +3391,13 @@ DEALINGS IN THE SOFTWARE.
3606
3391
 
3607
3392
  ### Rust Crates:
3608
3393
 
3609
- - [zip](https://github.com/zip-rs/zip2) (2.4.2)
3394
+ - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
3610
3395
 
3611
3396
  ````text
3612
3397
  The MIT License (MIT)
3613
3398
 
3614
- Copyright (c) 2014 Mathijs van de Nes
3399
+ Copyright (c) 2015-2020 Julien Cretin
3400
+ Copyright (c) 2017-2020 Google Inc.
3615
3401
 
3616
3402
  Permission is hereby granted, free of charge, to any person obtaining a copy
3617
3403
  of this software and associated documentation files (the "Software"), to deal
@@ -3631,8 +3417,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3631
3417
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3632
3418
  SOFTWARE.
3633
3419
 
3634
- Some files in the "tests/data" subdirectory of this repository are under other
3635
- licences; see files named LICENSE.*.txt for details.
3636
3420
  ````
3637
3421
 
3638
3422
  ---
@@ -3641,10 +3425,10 @@ licences; see files named LICENSE.*.txt for details.
3641
3425
 
3642
3426
  ### Rust Crates:
3643
3427
 
3644
- - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
3428
+ - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
3645
3429
 
3646
3430
  ````text
3647
- Copyright (c) 2018 Carl Lerche
3431
+ Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
3648
3432
 
3649
3433
  Permission is hereby granted, free of charge, to any
3650
3434
  person obtaining a copy of this software and associated
@@ -3678,11 +3462,29 @@ DEALINGS IN THE SOFTWARE.
3678
3462
 
3679
3463
  ### Rust Crates:
3680
3464
 
3681
- - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
3465
+ - [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
3466
+ - [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
3467
+ - [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
3468
+ - [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
3682
3469
 
3683
3470
  ````text
3684
- Copyright (c) 2018-2024 The rust-random Project Developers
3685
- Copyright (c) 2014 The Rust Project Developers
3471
+ 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:
3472
+
3473
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3474
+
3475
+ 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.
3476
+ ````
3477
+
3478
+ ---
3479
+
3480
+ ## The following dependencies are licensed under the MIT License:
3481
+
3482
+ ### Rust Crates:
3483
+
3484
+ - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
3485
+
3486
+ ````text
3487
+ Copyright (c) 2013-2016 The rust-url developers
3686
3488
 
3687
3489
  Permission is hereby granted, free of charge, to any
3688
3490
  person obtaining a copy of this software and associated
@@ -3716,10 +3518,49 @@ DEALINGS IN THE SOFTWARE.
3716
3518
 
3717
3519
  ### Rust Crates:
3718
3520
 
3719
- - [hyper](https://github.com/hyperium/hyper) (1.9.0)
3521
+ - [zerocopy](https://github.com/google/zerocopy) (0.8.48)
3720
3522
 
3721
3523
  ````text
3722
- Copyright (c) 2014-2026 Sean McArthur
3524
+ Copyright 2023 The Fuchsia Authors
3525
+
3526
+ Permission is hereby granted, free of charge, to any
3527
+ person obtaining a copy of this software and associated
3528
+ documentation files (the "Software"), to deal in the
3529
+ Software without restriction, including without
3530
+ limitation the rights to use, copy, modify, merge,
3531
+ publish, distribute, sublicense, and/or sell copies of
3532
+ the Software, and to permit persons to whom the Software
3533
+ is furnished to do so, subject to the following
3534
+ conditions:
3535
+
3536
+ The above copyright notice and this permission notice
3537
+ shall be included in all copies or substantial portions
3538
+ of the Software.
3539
+
3540
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3541
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3542
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3543
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3544
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3545
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3546
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3547
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3548
+ DEALINGS IN THE SOFTWARE.
3549
+
3550
+
3551
+ ````
3552
+
3553
+ ---
3554
+
3555
+ ## The following dependencies are licensed under the MIT License:
3556
+
3557
+ ### Rust Crates:
3558
+
3559
+ - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
3560
+
3561
+ ````text
3562
+ Copyright (c) 2017 Alexey Galakhov
3563
+ Copyright (c) 2016 Jason Housley
3723
3564
 
3724
3565
  Permission is hereby granted, free of charge, to any person obtaining a copy
3725
3566
  of this software and associated documentation files (the "Software"), to deal
@@ -3747,12 +3588,12 @@ THE SOFTWARE.
3747
3588
 
3748
3589
  ### Rust Crates:
3749
3590
 
3750
- - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
3591
+ - [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
3751
3592
 
3752
3593
  ````text
3753
3594
  The MIT License (MIT)
3754
3595
 
3755
- Copyright (c) 2016 Johann Tuffe
3596
+ Copyright (c) 2015 Bartłomiej Kamiński
3756
3597
 
3757
3598
  Permission is hereby granted, free of charge, to any person obtaining a copy
3758
3599
  of this software and associated documentation files (the "Software"), to deal
@@ -3761,18 +3602,52 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3761
3602
  copies of the Software, and to permit persons to whom the Software is
3762
3603
  furnished to do so, subject to the following conditions:
3763
3604
 
3764
-
3765
- The above copyright notice and this permission notice shall be included in
3766
- all copies or substantial portions of the Software.
3767
-
3605
+ The above copyright notice and this permission notice shall be included in all
3606
+ copies or substantial portions of the Software.
3768
3607
 
3769
3608
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3770
3609
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3771
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3610
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3772
3611
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3773
3612
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3774
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3775
- THE SOFTWARE.
3613
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3614
+ SOFTWARE.
3615
+ ````
3616
+
3617
+ ---
3618
+
3619
+ ## The following dependencies are licensed under the MIT License:
3620
+
3621
+ ### Rust Crates:
3622
+
3623
+ - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
3624
+
3625
+ ````text
3626
+ Copyright (c) 2020-2025 The RustCrypto Project Developers
3627
+
3628
+ Permission is hereby granted, free of charge, to any
3629
+ person obtaining a copy of this software and associated
3630
+ documentation files (the "Software"), to deal in the
3631
+ Software without restriction, including without
3632
+ limitation the rights to use, copy, modify, merge,
3633
+ publish, distribute, sublicense, and/or sell copies of
3634
+ the Software, and to permit persons to whom the Software
3635
+ is furnished to do so, subject to the following
3636
+ conditions:
3637
+
3638
+ The above copyright notice and this permission notice
3639
+ shall be included in all copies or substantial portions
3640
+ of the Software.
3641
+
3642
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3643
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3644
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3645
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3646
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3647
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3648
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3649
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3650
+ DEALINGS IN THE SOFTWARE.
3776
3651
 
3777
3652
  ````
3778
3653
 
@@ -3782,12 +3657,10 @@ THE SOFTWARE.
3782
3657
 
3783
3658
  ### Rust Crates:
3784
3659
 
3785
- - [tower](https://github.com/tower-rs/tower) (0.5.3)
3786
- - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
3787
- - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
3660
+ - [http](https://github.com/hyperium/http) (1.4.0)
3788
3661
 
3789
3662
  ````text
3790
- Copyright (c) 2019 Tower Contributors
3663
+ Copyright (c) 2017 http-rs authors
3791
3664
 
3792
3665
  Permission is hereby granted, free of charge, to any
3793
3666
  person obtaining a copy of this software and associated
@@ -3821,51 +3694,29 @@ DEALINGS IN THE SOFTWARE.
3821
3694
 
3822
3695
  ### Rust Crates:
3823
3696
 
3824
- - [chrono](https://github.com/chronotope/chrono) (0.4.44)
3825
- - [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
3826
- - [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
3827
- - [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
3828
- - [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
3829
- - [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
3830
- - [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
3831
- - [windows](https://github.com/microsoft/windows-rs) (0.62.2)
3832
- - [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
3833
- - [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
3834
- - [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
3835
- - [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
3836
- - [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
3837
- - [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
3838
- - [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
3839
- - [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
3840
- - [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
3841
- - [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
3842
- - [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
3843
- - [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
3844
- - [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
3845
- - [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
3846
- - [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
3847
- - [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
3848
- - [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
3697
+ - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
3849
3698
 
3850
3699
  ````text
3851
- MIT License
3700
+ Copyright (c) 2017 Sean McArthur
3852
3701
 
3853
- Copyright (c) <year> <copyright holders>
3702
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3703
+ of this software and associated documentation files (the "Software"), to deal
3704
+ in the Software without restriction, including without limitation the rights
3705
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3706
+ copies of the Software, and to permit persons to whom the Software is
3707
+ furnished to do so, subject to the following conditions:
3854
3708
 
3855
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
3856
- associated documentation files (the "Software"), to deal in the Software without restriction, including
3857
- without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3858
- copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
3859
- following conditions:
3709
+ The above copyright notice and this permission notice shall be included in
3710
+ all copies or substantial portions of the Software.
3860
3711
 
3861
- The above copyright notice and this permission notice shall be included in all copies or substantial
3862
- portions of the Software.
3712
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3713
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3714
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3715
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3716
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3717
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3718
+ THE SOFTWARE.
3863
3719
 
3864
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
3865
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
3866
- EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3867
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
3868
- USE OR OTHER DEALINGS IN THE SOFTWARE.
3869
3720
 
3870
3721
  ````
3871
3722
 
@@ -3875,12 +3726,11 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
3875
3726
 
3876
3727
  ### Rust Crates:
3877
3728
 
3878
- - [typenum](https://github.com/paholg/typenum) (1.19.0)
3729
+ - [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
3730
+ - [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
3879
3731
 
3880
3732
  ````text
3881
- The MIT License (MIT)
3882
-
3883
- Copyright (c) 2014 Paho Lurie-Gregg
3733
+ MIT License
3884
3734
 
3885
3735
  Permission is hereby granted, free of charge, to any person obtaining a copy
3886
3736
  of this software and associated documentation files (the "Software"), to deal
@@ -3908,11 +3758,49 @@ SOFTWARE.
3908
3758
 
3909
3759
  ### Rust Crates:
3910
3760
 
3911
- - [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
3761
+ - [idna](https://github.com/servo/rust-url/) (1.1.0)
3762
+ - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
3763
+ - [url](https://github.com/servo/rust-url) (2.5.8)
3912
3764
 
3913
3765
  ````text
3914
- Copyright (c) 2018-2026 The rust-random Project Developers
3915
- Copyright (c) 2014 The Rust Project Developers
3766
+ Copyright (c) 2013-2025 The rust-url developers
3767
+
3768
+ Permission is hereby granted, free of charge, to any
3769
+ person obtaining a copy of this software and associated
3770
+ documentation files (the "Software"), to deal in the
3771
+ Software without restriction, including without
3772
+ limitation the rights to use, copy, modify, merge,
3773
+ publish, distribute, sublicense, and/or sell copies of
3774
+ the Software, and to permit persons to whom the Software
3775
+ is furnished to do so, subject to the following
3776
+ conditions:
3777
+
3778
+ The above copyright notice and this permission notice
3779
+ shall be included in all copies or substantial portions
3780
+ of the Software.
3781
+
3782
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3783
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3784
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3785
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3786
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3787
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3788
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3789
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3790
+ DEALINGS IN THE SOFTWARE.
3791
+
3792
+ ````
3793
+
3794
+ ---
3795
+
3796
+ ## The following dependencies are licensed under the MIT License:
3797
+
3798
+ ### Rust Crates:
3799
+
3800
+ - [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
3801
+
3802
+ ````text
3803
+ Copyright (c) The rust-url developers
3916
3804
 
3917
3805
  Permission is hereby granted, free of charge, to any
3918
3806
  person obtaining a copy of this software and associated
@@ -3978,16 +3866,51 @@ SOFTWARE.
3978
3866
 
3979
3867
  ### Rust Crates:
3980
3868
 
3981
- - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
3869
+ - [chrono](https://github.com/chronotope/chrono) (0.4.44)
3870
+ - [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
3871
+ - [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
3872
+ - [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
3873
+ - [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
3874
+ - [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
3875
+ - [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
3876
+ - [windows](https://github.com/microsoft/windows-rs) (0.62.2)
3877
+ - [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
3878
+ - [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
3879
+ - [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
3880
+ - [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
3881
+ - [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
3882
+ - [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
3883
+ - [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
3884
+ - [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
3885
+ - [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
3886
+ - [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
3887
+ - [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
3888
+ - [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
3889
+ - [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
3890
+ - [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
3891
+ - [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
3892
+ - [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
3893
+ - [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
3982
3894
 
3983
3895
  ````text
3984
- Copyright 2017 Juniper Networks, Inc.
3896
+ MIT License
3985
3897
 
3986
- 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:
3898
+ Copyright (c) <year> <copyright holders>
3987
3899
 
3988
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3900
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
3901
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
3902
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3903
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
3904
+ following conditions:
3989
3905
 
3990
- 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.
3906
+ The above copyright notice and this permission notice shall be included in all copies or substantial
3907
+ portions of the Software.
3908
+
3909
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
3910
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
3911
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3912
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
3913
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
3991
3914
 
3992
3915
  ````
3993
3916
 
@@ -3997,39 +3920,30 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
3997
3920
 
3998
3921
  ### Rust Crates:
3999
3922
 
4000
- - [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
4001
- - [log](https://github.com/rust-lang/log) (0.4.29)
4002
- - [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
4003
- - [regex](https://github.com/rust-lang/regex) (1.12.3)
4004
- - [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
4005
- - [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
3923
+ - [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
4006
3924
 
4007
3925
  ````text
4008
- Copyright (c) 2014 The Rust Project Developers
3926
+ MIT License
4009
3927
 
4010
- Permission is hereby granted, free of charge, to any
4011
- person obtaining a copy of this software and associated
4012
- documentation files (the "Software"), to deal in the
4013
- Software without restriction, including without
4014
- limitation the rights to use, copy, modify, merge,
4015
- publish, distribute, sublicense, and/or sell copies of
4016
- the Software, and to permit persons to whom the Software
4017
- is furnished to do so, subject to the following
4018
- conditions:
3928
+ Copyright (c) 2018-2021 The RustCrypto Project Developers
4019
3929
 
4020
- The above copyright notice and this permission notice
4021
- shall be included in all copies or substantial portions
4022
- of the Software.
3930
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3931
+ of this software and associated documentation files (the "Software"), to deal
3932
+ in the Software without restriction, including without limitation the rights
3933
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3934
+ copies of the Software, and to permit persons to whom the Software is
3935
+ furnished to do so, subject to the following conditions:
4023
3936
 
4024
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
4025
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
4026
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
4027
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
4028
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4029
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4030
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
4031
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4032
- DEALINGS IN THE SOFTWARE.
3937
+ The above copyright notice and this permission notice shall be included in all
3938
+ copies or substantial portions of the Software.
3939
+
3940
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3941
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3942
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3943
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3944
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3945
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3946
+ SOFTWARE.
4033
3947
 
4034
3948
  ````
4035
3949
 
@@ -4037,34 +3951,30 @@ DEALINGS IN THE SOFTWARE.
4037
3951
 
4038
3952
  ## The following dependencies are licensed under the MIT License:
4039
3953
 
4040
- ### Rust Crates:
3954
+ ### NPM Packages:
4041
3955
 
4042
- - [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
3956
+ - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
4043
3957
 
4044
3958
  ````text
4045
- Permission is hereby granted, free of charge, to any
4046
- person obtaining a copy of this software and associated
4047
- documentation files (the "Software"), to deal in the
4048
- Software without restriction, including without
4049
- limitation the rights to use, copy, modify, merge,
4050
- publish, distribute, sublicense, and/or sell copies of
4051
- the Software, and to permit persons to whom the Software
4052
- is furnished to do so, subject to the following
4053
- conditions:
3959
+ This software is released under the MIT license:
4054
3960
 
4055
- The above copyright notice and this permission notice
4056
- shall be included in all copies or substantial portions
4057
- of the Software.
3961
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
3962
+ this software and associated documentation files (the "Software"), to deal in
3963
+ the Software without restriction, including without limitation the rights to
3964
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3965
+ the Software, and to permit persons to whom the Software is furnished to do so,
3966
+ subject to the following conditions:
3967
+
3968
+ The above copyright notice and this permission notice shall be included in all
3969
+ copies or substantial portions of the Software.
3970
+
3971
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3972
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3973
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3974
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3975
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3976
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4058
3977
 
4059
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
4060
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
4061
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
4062
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
4063
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4064
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4065
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
4066
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4067
- DEALINGS IN THE SOFTWARE.
4068
3978
  ````
4069
3979
 
4070
3980
  ---
@@ -4073,34 +3983,16 @@ DEALINGS IN THE SOFTWARE.
4073
3983
 
4074
3984
  ### Rust Crates:
4075
3985
 
4076
- - [digest](https://github.com/RustCrypto/traits) (0.10.7)
3986
+ - [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
4077
3987
 
4078
3988
  ````text
4079
- Copyright (c) 2017 Artyom Pavlov
3989
+ Copyright (c) 2015 steffengy
4080
3990
 
4081
- Permission is hereby granted, free of charge, to any
4082
- person obtaining a copy of this software and associated
4083
- documentation files (the "Software"), to deal in the
4084
- Software without restriction, including without
4085
- limitation the rights to use, copy, modify, merge,
4086
- publish, distribute, sublicense, and/or sell copies of
4087
- the Software, and to permit persons to whom the Software
4088
- is furnished to do so, subject to the following
4089
- conditions:
3991
+ 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:
4090
3992
 
4091
- The above copyright notice and this permission notice
4092
- shall be included in all copies or substantial portions
4093
- of the Software.
3993
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4094
3994
 
4095
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
4096
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
4097
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
4098
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
4099
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4100
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4101
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
4102
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4103
- DEALINGS IN THE SOFTWARE.
3995
+ 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.
4104
3996
 
4105
3997
  ````
4106
3998
 
@@ -4110,34 +4002,30 @@ DEALINGS IN THE SOFTWARE.
4110
4002
 
4111
4003
  ### Rust Crates:
4112
4004
 
4113
- - [fnv](https://github.com/servo/rust-fnv) (1.0.7)
4005
+ - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
4114
4006
 
4115
4007
  ````text
4116
- Copyright (c) 2017 Contributors
4008
+ The MIT License (MIT)
4117
4009
 
4118
- Permission is hereby granted, free of charge, to any
4119
- person obtaining a copy of this software and associated
4120
- documentation files (the "Software"), to deal in the
4121
- Software without restriction, including without
4122
- limitation the rights to use, copy, modify, merge,
4123
- publish, distribute, sublicense, and/or sell copies of
4124
- the Software, and to permit persons to whom the Software
4125
- is furnished to do so, subject to the following
4126
- conditions:
4010
+ Copyright (c) 2015 Alice Maz
4127
4011
 
4128
- The above copyright notice and this permission notice
4129
- shall be included in all copies or substantial portions
4130
- of the Software.
4012
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4013
+ of this software and associated documentation files (the "Software"), to deal
4014
+ in the Software without restriction, including without limitation the rights
4015
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4016
+ copies of the Software, and to permit persons to whom the Software is
4017
+ furnished to do so, subject to the following conditions:
4131
4018
 
4132
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
4133
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
4134
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
4135
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
4136
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4137
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4138
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
4139
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4140
- DEALINGS IN THE SOFTWARE.
4019
+ The above copyright notice and this permission notice shall be included in
4020
+ all copies or substantial portions of the Software.
4021
+
4022
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4023
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4024
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4025
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4026
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4027
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4028
+ THE SOFTWARE.
4141
4029
 
4142
4030
  ````
4143
4031
 
@@ -4147,10 +4035,13 @@ DEALINGS IN THE SOFTWARE.
4147
4035
 
4148
4036
  ### Rust Crates:
4149
4037
 
4150
- - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
4038
+ - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
4039
+ - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
4151
4040
 
4152
4041
  ````text
4153
- Copyright (c) 2016 Anthony Ramine
4042
+ Copyright (c) 2006-2009 Graydon Hoare
4043
+ Copyright (c) 2009-2013 Mozilla Foundation
4044
+ Copyright (c) 2016 Artyom Pavlov
4154
4045
 
4155
4046
  Permission is hereby granted, free of charge, to any
4156
4047
  person obtaining a copy of this software and associated
@@ -4184,11 +4075,9 @@ DEALINGS IN THE SOFTWARE.
4184
4075
 
4185
4076
  ### Rust Crates:
4186
4077
 
4187
- - [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
4078
+ - [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
4188
4079
 
4189
4080
  ````text
4190
- Copyright (c) The rust-url developers
4191
-
4192
4081
  Permission is hereby granted, free of charge, to any
4193
4082
  person obtaining a copy of this software and associated
4194
4083
  documentation files (the "Software"), to deal in the
@@ -4212,7 +4101,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4212
4101
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
4213
4102
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4214
4103
  DEALINGS IN THE SOFTWARE.
4215
-
4216
4104
  ````
4217
4105
 
4218
4106
  ---
@@ -4221,27 +4109,30 @@ DEALINGS IN THE SOFTWARE.
4221
4109
 
4222
4110
  ### NPM Packages:
4223
4111
 
4224
- - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
4112
+ - [undici-types](https://github.com/nodejs/undici) (6.21.0)
4225
4113
 
4226
4114
  ````text
4227
- This software is released under the MIT license:
4115
+ MIT License
4228
4116
 
4229
- Permission is hereby granted, free of charge, to any person obtaining a copy of
4230
- this software and associated documentation files (the "Software"), to deal in
4231
- the Software without restriction, including without limitation the rights to
4232
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
4233
- the Software, and to permit persons to whom the Software is furnished to do so,
4234
- subject to the following conditions:
4117
+ Copyright (c) Matteo Collina and Undici contributors
4118
+
4119
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4120
+ of this software and associated documentation files (the "Software"), to deal
4121
+ in the Software without restriction, including without limitation the rights
4122
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4123
+ copies of the Software, and to permit persons to whom the Software is
4124
+ furnished to do so, subject to the following conditions:
4235
4125
 
4236
4126
  The above copyright notice and this permission notice shall be included in all
4237
4127
  copies or substantial portions of the Software.
4238
4128
 
4239
4129
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4240
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
4241
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
4242
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4243
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4244
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4130
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4131
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4132
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4133
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4134
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4135
+ SOFTWARE.
4245
4136
 
4246
4137
  ````
4247
4138
 
@@ -4632,6 +4523,18 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
4632
4523
 
4633
4524
  ---
4634
4525
 
4526
+ ## The following dependencies are licensed under the UNKNOWN License:
4527
+
4528
+ ### NPM Packages:
4529
+
4530
+ - [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.5) (0.0.5)
4531
+
4532
+ ````text
4533
+ Please refer to the package README for license details.
4534
+ ````
4535
+
4536
+ ---
4537
+
4635
4538
  ## The following dependencies are licensed under the Unicode-3.0 License:
4636
4539
 
4637
4540
  ### Rust Crates: