@deveco-codegenie/mcp-win32-x64 1.1.10 → 1.1.11

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.
@@ -45,6 +45,93 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
45
45
 
46
46
  ### Rust Crates:
47
47
 
48
+ - [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
49
+ - [ryu](https://github.com/dtolnay/ryu) (1.0.23)
50
+ - [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
51
+
52
+ ````text
53
+ Apache License
54
+ Version 2.0, January 2004
55
+ http://www.apache.org/licenses/
56
+
57
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
58
+
59
+ 1. Definitions.
60
+
61
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
62
+
63
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
64
+
65
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
66
+
67
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
68
+
69
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
70
+
71
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
72
+
73
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
74
+
75
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
76
+
77
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
78
+
79
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
80
+
81
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
82
+
83
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
84
+
85
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
86
+
87
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
88
+
89
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
90
+
91
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
92
+
93
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
94
+
95
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
96
+
97
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
98
+
99
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
100
+
101
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
102
+
103
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
104
+
105
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
106
+
107
+ END OF TERMS AND CONDITIONS
108
+
109
+ APPENDIX: How to apply the Apache License to your work.
110
+
111
+ To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
112
+
113
+ Copyright [yyyy] [name of copyright owner]
114
+
115
+ Licensed under the Apache License, Version 2.0 (the "License");
116
+ you may not use this file except in compliance with the License.
117
+ You may obtain a copy of the License at
118
+
119
+ http://www.apache.org/licenses/LICENSE-2.0
120
+
121
+ Unless required by applicable law or agreed to in writing, software
122
+ distributed under the License is distributed on an "AS IS" BASIS,
123
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
124
+ See the License for the specific language governing permissions and
125
+ limitations under the License.
126
+
127
+ ````
128
+
129
+ ---
130
+
131
+ ## The following dependencies are licensed under the Apache-2.0 License:
132
+
133
+ ### Rust Crates:
134
+
48
135
  - [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
49
136
 
50
137
  ````text
@@ -254,98 +341,11 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
254
341
 
255
342
  ---
256
343
 
257
- ## The following dependencies are licensed under the Apache-2.0 License:
258
-
259
- ### Rust Crates:
260
-
261
- - [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
262
- - [ryu](https://github.com/dtolnay/ryu) (1.0.23)
263
- - [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
264
-
265
- ````text
266
- Apache License
267
- Version 2.0, January 2004
268
- http://www.apache.org/licenses/
269
-
270
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
271
-
272
- 1. Definitions.
273
-
274
- "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
275
-
276
- "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
277
-
278
- "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.
279
-
280
- "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
281
-
282
- "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
283
-
284
- "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.
285
-
286
- "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).
287
-
288
- "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.
289
-
290
- "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."
291
-
292
- "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.
293
-
294
- 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.
295
-
296
- 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.
297
-
298
- 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:
299
-
300
- (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
301
-
302
- (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
303
-
304
- (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
305
-
306
- (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.
307
-
308
- 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.
309
-
310
- 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.
311
-
312
- 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.
313
-
314
- 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.
315
-
316
- 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.
317
-
318
- 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.
319
-
320
- END OF TERMS AND CONDITIONS
321
-
322
- APPENDIX: How to apply the Apache License to your work.
323
-
324
- 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.
325
-
326
- Copyright [yyyy] [name of copyright owner]
327
-
328
- Licensed under the Apache License, Version 2.0 (the "License");
329
- you may not use this file except in compliance with the License.
330
- You may obtain a copy of the License at
331
-
332
- http://www.apache.org/licenses/LICENSE-2.0
333
-
334
- Unless required by applicable law or agreed to in writing, software
335
- distributed under the License is distributed on an "AS IS" BASIS,
336
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
337
- See the License for the specific language governing permissions and
338
- limitations under the License.
339
-
340
- ````
341
-
342
- ---
343
-
344
344
  ## The following dependencies are licensed under the BSD-3-Clause License:
345
345
 
346
346
  ### NPM Packages:
347
347
 
348
- - [fast-uri](https://github.com/fastify/fast-uri) (3.1.2)
348
+ - [fast-uri](https://github.com/fastify/fast-uri) (3.1.3)
349
349
 
350
350
  ````text
351
351
  Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
@@ -417,29 +417,31 @@ THE SOFTWARE.
417
417
 
418
418
  ## The following dependencies are licensed under the MIT License:
419
419
 
420
- ### NPM Packages:
420
+ ### Rust Crates:
421
421
 
422
- - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
422
+ - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
423
423
 
424
424
  ````text
425
- This software is released under the MIT license:
425
+ Copyright (c) 2015-2025 Sean McArthur
426
426
 
427
- Permission is hereby granted, free of charge, to any person obtaining a copy of
428
- this software and associated documentation files (the "Software"), to deal in
429
- the Software without restriction, including without limitation the rights to
430
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
431
- the Software, and to permit persons to whom the Software is furnished to do so,
432
- subject to the following conditions:
427
+ Permission is hereby granted, free of charge, to any person obtaining a copy
428
+ of this software and associated documentation files (the "Software"), to deal
429
+ in the Software without restriction, including without limitation the rights
430
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
431
+ copies of the Software, and to permit persons to whom the Software is
432
+ furnished to do so, subject to the following conditions:
433
433
 
434
- The above copyright notice and this permission notice shall be included in all
435
- copies or substantial portions of the Software.
434
+ The above copyright notice and this permission notice shall be included in
435
+ all copies or substantial portions of the Software.
436
436
 
437
437
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
438
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
439
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
440
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
441
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
442
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
438
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
439
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
440
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
441
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
442
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
443
+ THE SOFTWARE.
444
+
443
445
 
444
446
  ````
445
447
 
@@ -449,10 +451,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
449
451
 
450
452
  ### Rust Crates:
451
453
 
452
- - [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
454
+ - [slab](https://github.com/tokio-rs/slab) (0.4.12)
453
455
 
454
456
  ````text
455
- Copyright (c) The rust-url developers
457
+ Copyright (c) 2019 Carl Lerche
456
458
 
457
459
  Permission is hereby granted, free of charge, to any
458
460
  person obtaining a copy of this software and associated
@@ -484,12 +486,14 @@ DEALINGS IN THE SOFTWARE.
484
486
 
485
487
  ## The following dependencies are licensed under the MIT License:
486
488
 
487
- ### Rust Crates:
489
+ ### NPM Packages:
488
490
 
489
- - [hyper](https://github.com/hyperium/hyper) (1.9.0)
491
+ - [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
490
492
 
491
493
  ````text
492
- Copyright (c) 2014-2026 Sean McArthur
494
+ The MIT License (MIT)
495
+
496
+ Copyright (c) 2015-2021 Evgeny Poberezkin
493
497
 
494
498
  Permission is hereby granted, free of charge, to any person obtaining a copy
495
499
  of this software and associated documentation files (the "Software"), to deal
@@ -498,16 +502,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
498
502
  copies of the Software, and to permit persons to whom the Software is
499
503
  furnished to do so, subject to the following conditions:
500
504
 
501
- The above copyright notice and this permission notice shall be included in
502
- all copies or substantial portions of the Software.
505
+ The above copyright notice and this permission notice shall be included in all
506
+ copies or substantial portions of the Software.
503
507
 
504
508
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
505
509
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
506
510
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
507
511
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
508
512
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
509
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
510
- THE SOFTWARE.
513
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
514
+ SOFTWARE.
515
+
511
516
 
512
517
  ````
513
518
 
@@ -517,10 +522,10 @@ THE SOFTWARE.
517
522
 
518
523
  ### Rust Crates:
519
524
 
520
- - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
525
+ - [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
521
526
 
522
527
  ````text
523
- Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
528
+ Copyright (c) 2021 RustCrypto Developers
524
529
 
525
530
  Permission is hereby granted, free of charge, to any
526
531
  person obtaining a copy of this software and associated
@@ -552,31 +557,55 @@ DEALINGS IN THE SOFTWARE.
552
557
 
553
558
  ## The following dependencies are licensed under the MIT License:
554
559
 
555
- ### Rust Crates:
560
+ ### NPM Packages:
556
561
 
557
- - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
558
- - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
559
- - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
560
- - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
561
- - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
562
- - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
563
- - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
564
- - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
565
- - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
562
+ - [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.13) (0.0.13)
566
563
 
567
564
  ````text
568
- Copyright (c) 2016 Alex Crichton
569
- Copyright (c) 2017 The Tokio Authors
565
+ MIT License
570
566
 
571
- Permission is hereby granted, free of charge, to any
572
- person obtaining a copy of this software and associated
573
- documentation files (the "Software"), to deal in the
574
- Software without restriction, including without
575
- limitation the rights to use, copy, modify, merge,
576
- publish, distribute, sublicense, and/or sell copies of
577
- the Software, and to permit persons to whom the Software
578
- is furnished to do so, subject to the following
579
- conditions:
567
+ Copyright (c) 2026 Huawei Device Co., Ltd.
568
+
569
+ Permission is hereby granted, free of charge, to any person obtaining a copy
570
+ of this software and associated documentation files (the "Software"), to deal
571
+ in the Software without restriction, including without limitation the rights
572
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
573
+ copies of the Software, and to permit persons to whom the Software is
574
+ furnished to do so, subject to the following conditions:
575
+
576
+ The above copyright notice and this permission notice shall be included in all
577
+ copies or substantial portions of the Software.
578
+
579
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
580
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
581
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
582
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
583
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
584
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
585
+ SOFTWARE.
586
+
587
+ ````
588
+
589
+ ---
590
+
591
+ ## The following dependencies are licensed under the MIT License:
592
+
593
+ ### Rust Crates:
594
+
595
+ - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
596
+
597
+ ````text
598
+ Copyright (c) 2016 Anthony Ramine
599
+
600
+ Permission is hereby granted, free of charge, to any
601
+ person obtaining a copy of this software and associated
602
+ documentation files (the "Software"), to deal in the
603
+ Software without restriction, including without
604
+ limitation the rights to use, copy, modify, merge,
605
+ publish, distribute, sublicense, and/or sell copies of
606
+ the Software, and to permit persons to whom the Software
607
+ is furnished to do so, subject to the following
608
+ conditions:
580
609
 
581
610
  The above copyright notice and this permission notice
582
611
  shall be included in all copies or substantial portions
@@ -600,14 +629,72 @@ DEALINGS IN THE SOFTWARE.
600
629
 
601
630
  ### Rust Crates:
602
631
 
603
- - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
604
- - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
605
- - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
632
+ - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
633
+ - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
634
+ - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
635
+ - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
636
+ - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
637
+ - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
638
+ - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
639
+ - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
640
+ - [pastey](https://github.com/as1100k/pastey) (0.2.1)
641
+ - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
642
+ - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
643
+ - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
644
+ - [quote](https://github.com/dtolnay/quote) (1.0.45)
645
+ - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
646
+ - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
647
+ - [serde](https://github.com/serde-rs/serde) (1.0.228)
648
+ - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
649
+ - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
650
+ - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
651
+ - [serde_json](https://github.com/serde-rs/json) (1.0.149)
652
+ - [syn](https://github.com/dtolnay/syn) (2.0.117)
653
+ - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
654
+ - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
655
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
656
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
657
+ - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
658
+ - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
606
659
 
607
660
  ````text
608
- MIT License
661
+ Permission is hereby granted, free of charge, to any
662
+ person obtaining a copy of this software and associated
663
+ documentation files (the "Software"), to deal in the
664
+ Software without restriction, including without
665
+ limitation the rights to use, copy, modify, merge,
666
+ publish, distribute, sublicense, and/or sell copies of
667
+ the Software, and to permit persons to whom the Software
668
+ is furnished to do so, subject to the following
669
+ conditions:
609
670
 
610
- Copyright (c) Tokio Contributors
671
+ The above copyright notice and this permission notice
672
+ shall be included in all copies or substantial portions
673
+ of the Software.
674
+
675
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
676
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
677
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
678
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
679
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
680
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
681
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
682
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
683
+ DEALINGS IN THE SOFTWARE.
684
+
685
+ ````
686
+
687
+ ---
688
+
689
+ ## The following dependencies are licensed under the MIT License:
690
+
691
+ ### Rust Crates:
692
+
693
+ - [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
694
+
695
+ ````text
696
+ Copyright (c) 2013-2014 The Rust Project Developers.
697
+ Copyright (c) 2015-2020 The rust-hex Developers
611
698
 
612
699
  Permission is hereby granted, free of charge, to any person obtaining a copy
613
700
  of this software and associated documentation files (the "Software"), to deal
@@ -635,10 +722,52 @@ SOFTWARE.
635
722
 
636
723
  ### Rust Crates:
637
724
 
638
- - [directories](https://github.com/soc/directories-rs) (6.0.0)
725
+ - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
726
+ - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
727
+ - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
639
728
 
640
729
  ````text
641
- Copyright (c) 2018 directories-rs contributors
730
+ Copyright (c) 2016 The Rust Project Developers
731
+
732
+ Permission is hereby granted, free of charge, to any
733
+ person obtaining a copy of this software and associated
734
+ documentation files (the "Software"), to deal in the
735
+ Software without restriction, including without
736
+ limitation the rights to use, copy, modify, merge,
737
+ publish, distribute, sublicense, and/or sell copies of
738
+ the Software, and to permit persons to whom the Software
739
+ is furnished to do so, subject to the following
740
+ conditions:
741
+
742
+ The above copyright notice and this permission notice
743
+ shall be included in all copies or substantial portions
744
+ of the Software.
745
+
746
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
747
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
748
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
749
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
750
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
751
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
752
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
753
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
754
+ DEALINGS IN THE SOFTWARE.
755
+
756
+ ````
757
+
758
+ ---
759
+
760
+ ## The following dependencies are licensed under the MIT License:
761
+
762
+ ### Rust Crates:
763
+
764
+ - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
765
+
766
+ ````text
767
+ MIT License
768
+
769
+ Copyright (c) 2019 Yoshua Wuyts
770
+ Copyright (c) Tokio Contributors
642
771
 
643
772
  Permission is hereby granted, free of charge, to any person obtaining a copy
644
773
  of this software and associated documentation files (the "Software"), to deal
@@ -666,29 +795,53 @@ SOFTWARE.
666
795
 
667
796
  ### Rust Crates:
668
797
 
669
- - [want](https://github.com/seanmonstar/want) (0.3.1)
798
+ - [http-body](https://github.com/hyperium/http-body) (1.0.1)
670
799
 
671
800
  ````text
672
- Copyright (c) 2018-2019 Sean McArthur
801
+ Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
673
802
 
674
- Permission is hereby granted, free of charge, to any person obtaining a copy
675
- of this software and associated documentation files (the "Software"), to deal
676
- in the Software without restriction, including without limitation the rights
677
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
678
- copies of the Software, and to permit persons to whom the Software is
679
- furnished to do so, subject to the following conditions:
803
+ Permission is hereby granted, free of charge, to any
804
+ person obtaining a copy of this software and associated
805
+ documentation files (the "Software"), to deal in the
806
+ Software without restriction, including without
807
+ limitation the rights to use, copy, modify, merge,
808
+ publish, distribute, sublicense, and/or sell copies of
809
+ the Software, and to permit persons to whom the Software
810
+ is furnished to do so, subject to the following
811
+ conditions:
680
812
 
681
- The above copyright notice and this permission notice shall be included in
682
- all copies or substantial portions of the Software.
813
+ The above copyright notice and this permission notice
814
+ shall be included in all copies or substantial portions
815
+ of the Software.
683
816
 
684
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
685
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
686
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
687
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
688
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
689
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
690
- THE SOFTWARE.
817
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
818
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
819
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
820
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
821
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
822
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
823
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
824
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
825
+ DEALINGS IN THE SOFTWARE.
826
+
827
+ ````
828
+
829
+ ---
830
+
831
+ ## The following dependencies are licensed under the MIT License:
832
+
833
+ ### Rust Crates:
834
+
835
+ - [synstructure](https://github.com/mystor/synstructure) (0.13.2)
836
+
837
+ ````text
838
+ Copyright 2016 Nika Layzell
839
+
840
+ 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:
841
+
842
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
691
843
 
844
+ 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.
692
845
 
693
846
  ````
694
847
 
@@ -696,14 +849,18 @@ THE SOFTWARE.
696
849
 
697
850
  ## The following dependencies are licensed under the MIT License:
698
851
 
699
- ### NPM Packages:
852
+ ### Rust Crates:
700
853
 
701
- - [json5](https://github.com/json5/json5) (2.2.3)
854
+ - [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
702
855
 
703
856
  ````text
704
857
  MIT License
705
858
 
706
- Copyright (c) 2012-2018 Aseem Kishore, and [others].
859
+ Copyright 2013-2014 RAD Game Tools and Valve Software
860
+ Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
861
+ Copyright (c) 2017 Frommi
862
+ Copyright (c) 2017-2024 oyvindln
863
+
707
864
 
708
865
  Permission is hereby granted, free of charge, to any person obtaining a copy
709
866
  of this software and associated documentation files (the "Software"), to deal
@@ -723,8 +880,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
723
880
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
724
881
  SOFTWARE.
725
882
 
726
- [others]: https://github.com/json5/json5/contributors
727
-
728
883
  ````
729
884
 
730
885
  ---
@@ -733,10 +888,10 @@ SOFTWARE.
733
888
 
734
889
  ### Rust Crates:
735
890
 
736
- - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
891
+ - [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
737
892
 
738
893
  ````text
739
- Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
894
+ Copyright (c) 2016 Amanieu d'Antras
740
895
 
741
896
  Permission is hereby granted, free of charge, to any
742
897
  person obtaining a copy of this software and associated
@@ -770,11 +925,10 @@ DEALINGS IN THE SOFTWARE.
770
925
 
771
926
  ### Rust Crates:
772
927
 
773
- - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
928
+ - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
774
929
 
775
930
  ````text
776
- Copyright (c) 2017 Alexey Galakhov
777
- Copyright (c) 2016 Jason Housley
931
+ Copyright (c) 2016-2025 Sean McArthur
778
932
 
779
933
  Permission is hereby granted, free of charge, to any person obtaining a copy
780
934
  of this software and associated documentation files (the "Software"), to deal
@@ -794,21 +948,19 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
794
948
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
795
949
  THE SOFTWARE.
796
950
 
951
+
797
952
  ````
798
953
 
799
954
  ---
800
955
 
801
956
  ## The following dependencies are licensed under the MIT License:
802
957
 
803
- ### NPM Packages:
958
+ ### Rust Crates:
804
959
 
805
- - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
806
- - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
960
+ - [hyper](https://github.com/hyperium/hyper) (1.9.0)
807
961
 
808
962
  ````text
809
- MIT License
810
-
811
- Copyright (c) 2017 Evgeny Poberezkin
963
+ Copyright (c) 2014-2026 Sean McArthur
812
964
 
813
965
  Permission is hereby granted, free of charge, to any person obtaining a copy
814
966
  of this software and associated documentation files (the "Software"), to deal
@@ -817,16 +969,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
817
969
  copies of the Software, and to permit persons to whom the Software is
818
970
  furnished to do so, subject to the following conditions:
819
971
 
820
- The above copyright notice and this permission notice shall be included in all
821
- copies or substantial portions of the Software.
972
+ The above copyright notice and this permission notice shall be included in
973
+ all copies or substantial portions of the Software.
822
974
 
823
975
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
824
976
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
825
977
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
826
978
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
827
979
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
828
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
829
- SOFTWARE.
980
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
981
+ THE SOFTWARE.
830
982
 
831
983
  ````
832
984
 
@@ -836,96 +988,43 @@ SOFTWARE.
836
988
 
837
989
  ### Rust Crates:
838
990
 
839
- - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
840
- - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
841
-
842
- ````text
843
- Copyright (c) 2018-2019 dirs-rs contributors
844
-
845
- Permission is hereby granted, free of charge, to any person obtaining a copy
846
- of this software and associated documentation files (the "Software"), to deal
847
- in the Software without restriction, including without limitation the rights
848
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
849
- copies of the Software, and to permit persons to whom the Software is
850
- furnished to do so, subject to the following conditions:
851
-
852
- The above copyright notice and this permission notice shall be included in all
853
- copies or substantial portions of the Software.
854
-
855
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
856
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
857
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
858
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
859
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
860
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
861
- SOFTWARE.
862
-
863
- ````
864
-
865
- ---
866
-
867
- ## The following dependencies are licensed under the MIT License:
868
-
869
- ### Rust Crates:
870
-
871
- - [typenum](https://github.com/paholg/typenum) (1.19.0)
872
-
873
- ````text
874
- The MIT License (MIT)
875
-
876
- Copyright (c) 2014 Paho Lurie-Gregg
877
-
878
- Permission is hereby granted, free of charge, to any person obtaining a copy
879
- of this software and associated documentation files (the "Software"), to deal
880
- in the Software without restriction, including without limitation the rights
881
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
882
- copies of the Software, and to permit persons to whom the Software is
883
- furnished to do so, subject to the following conditions:
884
-
885
- The above copyright notice and this permission notice shall be included in all
886
- copies or substantial portions of the Software.
887
-
888
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
889
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
890
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
891
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
892
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
893
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
894
- SOFTWARE.
895
-
896
- ````
897
-
898
- ---
899
-
900
- ## The following dependencies are licensed under the MIT License:
901
-
902
- ### Rust Crates:
903
-
904
- - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
991
+ - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
992
+ - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
993
+ - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
994
+ - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
995
+ - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
996
+ - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
997
+ - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
998
+ - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
999
+ - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
905
1000
 
906
1001
  ````text
907
- MIT License
908
-
909
- Copyright (c) 2019 Yoshua Wuyts
910
- Copyright (c) Tokio Contributors
1002
+ Copyright (c) 2016 Alex Crichton
1003
+ Copyright (c) 2017 The Tokio Authors
911
1004
 
912
- Permission is hereby granted, free of charge, to any person obtaining a copy
913
- of this software and associated documentation files (the "Software"), to deal
914
- in the Software without restriction, including without limitation the rights
915
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
916
- copies of the Software, and to permit persons to whom the Software is
917
- furnished to do so, subject to the following conditions:
1005
+ Permission is hereby granted, free of charge, to any
1006
+ person obtaining a copy of this software and associated
1007
+ documentation files (the "Software"), to deal in the
1008
+ Software without restriction, including without
1009
+ limitation the rights to use, copy, modify, merge,
1010
+ publish, distribute, sublicense, and/or sell copies of
1011
+ the Software, and to permit persons to whom the Software
1012
+ is furnished to do so, subject to the following
1013
+ conditions:
918
1014
 
919
- The above copyright notice and this permission notice shall be included in all
920
- copies or substantial portions of the Software.
1015
+ The above copyright notice and this permission notice
1016
+ shall be included in all copies or substantial portions
1017
+ of the Software.
921
1018
 
922
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
923
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
924
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
925
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
926
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
927
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
928
- SOFTWARE.
1019
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1020
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1021
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1022
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1023
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1024
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1025
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1026
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1027
+ DEALINGS IN THE SOFTWARE.
929
1028
 
930
1029
  ````
931
1030
 
@@ -935,11 +1034,11 @@ SOFTWARE.
935
1034
 
936
1035
  ### Rust Crates:
937
1036
 
938
- - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
1037
+ - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
939
1038
 
940
1039
  ````text
941
- Copyright (c) 2018-2023 Sean McArthur
942
- Copyright (c) 2016 Alex Crichton
1040
+ Copyright (c) 2017 Alexey Galakhov
1041
+ Copyright (c) 2016 Jason Housley
943
1042
 
944
1043
  Permission is hereby granted, free of charge, to any person obtaining a copy
945
1044
  of this software and associated documentation files (the "Software"), to deal
@@ -959,7 +1058,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
959
1058
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
960
1059
  THE SOFTWARE.
961
1060
 
962
-
963
1061
  ````
964
1062
 
965
1063
  ---
@@ -968,29 +1066,34 @@ THE SOFTWARE.
968
1066
 
969
1067
  ### Rust Crates:
970
1068
 
971
- - [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
1069
+ - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
972
1070
 
973
1071
  ````text
974
- Copyright (c) 2017 Daniel Abramov
975
- Copyright (c) 2017 Alexey Galakhov
1072
+ Copyright (c) 2016--2023
976
1073
 
977
- Permission is hereby granted, free of charge, to any person obtaining a copy
978
- of this software and associated documentation files (the "Software"), to deal
979
- in the Software without restriction, including without limitation the rights
980
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
981
- copies of the Software, and to permit persons to whom the Software is
982
- furnished to do so, subject to the following conditions:
1074
+ Permission is hereby granted, free of charge, to any
1075
+ person obtaining a copy of this software and associated
1076
+ documentation files (the "Software"), to deal in the
1077
+ Software without restriction, including without
1078
+ limitation the rights to use, copy, modify, merge,
1079
+ publish, distribute, sublicense, and/or sell copies of
1080
+ the Software, and to permit persons to whom the Software
1081
+ is furnished to do so, subject to the following
1082
+ conditions:
983
1083
 
984
- The above copyright notice and this permission notice shall be included in
985
- all copies or substantial portions of the Software.
1084
+ The above copyright notice and this permission notice
1085
+ shall be included in all copies or substantial portions
1086
+ of the Software.
986
1087
 
987
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
988
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
989
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
990
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
991
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
992
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
993
- THE SOFTWARE.
1088
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1089
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1090
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1091
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1092
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1093
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1094
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1095
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1096
+ DEALINGS IN THE SOFTWARE.
994
1097
 
995
1098
  ````
996
1099
 
@@ -1000,10 +1103,10 @@ THE SOFTWARE.
1000
1103
 
1001
1104
  ### Rust Crates:
1002
1105
 
1003
- - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
1106
+ - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
1004
1107
 
1005
1108
  ````text
1006
- Copyright Mozilla Foundation
1109
+ Copyright (c) 2017 Robert Grosse
1007
1110
 
1008
1111
  Permission is hereby granted, free of charge, to any
1009
1112
  person obtaining a copy of this software and associated
@@ -1028,7 +1131,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1028
1131
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1029
1132
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1030
1133
  DEALINGS IN THE SOFTWARE.
1031
-
1032
1134
  ````
1033
1135
 
1034
1136
  ---
@@ -1037,10 +1139,10 @@ DEALINGS IN THE SOFTWARE.
1037
1139
 
1038
1140
  ### Rust Crates:
1039
1141
 
1040
- - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
1142
+ - [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
1041
1143
 
1042
1144
  ````text
1043
- Copyright (c) 2013-2016 The rust-url developers
1145
+ Copyright (c) The rust-url developers
1044
1146
 
1045
1147
  Permission is hereby granted, free of charge, to any
1046
1148
  person obtaining a copy of this software and associated
@@ -1074,16 +1176,41 @@ DEALINGS IN THE SOFTWARE.
1074
1176
 
1075
1177
  ### Rust Crates:
1076
1178
 
1077
- - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
1179
+ - [chrono](https://github.com/chronotope/chrono) (0.4.44)
1180
+ - [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
1181
+ - [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
1182
+ - [windows](https://github.com/microsoft/windows-rs) (0.62.2)
1183
+ - [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
1184
+ - [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
1185
+ - [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
1186
+ - [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
1187
+ - [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
1188
+ - [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
1189
+ - [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
1190
+ - [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
1191
+ - [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
1192
+ - [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
1193
+ - [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
1078
1194
 
1079
1195
  ````text
1080
- Copyright 2017 Juniper Networks, Inc.
1196
+ MIT License
1081
1197
 
1082
- 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:
1198
+ Copyright (c) <year> <copyright holders>
1083
1199
 
1084
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1200
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
1201
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
1202
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1203
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
1204
+ following conditions:
1085
1205
 
1086
- 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.
1206
+ The above copyright notice and this permission notice shall be included in all copies or substantial
1207
+ portions of the Software.
1208
+
1209
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
1210
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
1211
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1212
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
1213
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
1087
1214
 
1088
1215
  ````
1089
1216
 
@@ -1093,10 +1220,45 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1093
1220
 
1094
1221
  ### Rust Crates:
1095
1222
 
1096
- - [slab](https://github.com/tokio-rs/slab) (0.4.12)
1223
+ - [darling](https://github.com/TedDriggs/darling) (0.23.0)
1224
+ - [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
1225
+ - [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
1097
1226
 
1098
1227
  ````text
1099
- Copyright (c) 2019 Carl Lerche
1228
+ MIT License
1229
+
1230
+ Copyright (c) 2017 Ted Driggs
1231
+
1232
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1233
+ of this software and associated documentation files (the "Software"), to deal
1234
+ in the Software without restriction, including without limitation the rights
1235
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1236
+ copies of the Software, and to permit persons to whom the Software is
1237
+ furnished to do so, subject to the following conditions:
1238
+
1239
+ The above copyright notice and this permission notice shall be included in all
1240
+ copies or substantial portions of the Software.
1241
+
1242
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1243
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1244
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1245
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1246
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1247
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1248
+ SOFTWARE.
1249
+
1250
+ ````
1251
+
1252
+ ---
1253
+
1254
+ ## The following dependencies are licensed under the MIT License:
1255
+
1256
+ ### Rust Crates:
1257
+
1258
+ - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
1259
+
1260
+ ````text
1261
+ Copyright 2019-2024 YOSHIOKA Takuma
1100
1262
 
1101
1263
  Permission is hereby granted, free of charge, to any
1102
1264
  person obtaining a copy of this software and associated
@@ -1130,10 +1292,10 @@ DEALINGS IN THE SOFTWARE.
1130
1292
 
1131
1293
  ### Rust Crates:
1132
1294
 
1133
- - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
1295
+ - [http](https://github.com/hyperium/http) (1.4.0)
1134
1296
 
1135
1297
  ````text
1136
- Copyright (c) 2018-2019 The RustCrypto Project Developers
1298
+ Copyright (c) 2017 http-rs authors
1137
1299
 
1138
1300
  Permission is hereby granted, free of charge, to any
1139
1301
  person obtaining a copy of this software and associated
@@ -1167,35 +1329,16 @@ DEALINGS IN THE SOFTWARE.
1167
1329
 
1168
1330
  ### Rust Crates:
1169
1331
 
1170
- - [zerocopy](https://github.com/google/zerocopy) (0.8.48)
1332
+ - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
1171
1333
 
1172
1334
  ````text
1173
- Copyright 2023 The Fuchsia Authors
1335
+ Copyright 2017 Juniper Networks, Inc.
1174
1336
 
1175
- Permission is hereby granted, free of charge, to any
1176
- person obtaining a copy of this software and associated
1177
- documentation files (the "Software"), to deal in the
1178
- Software without restriction, including without
1179
- limitation the rights to use, copy, modify, merge,
1180
- publish, distribute, sublicense, and/or sell copies of
1181
- the Software, and to permit persons to whom the Software
1182
- is furnished to do so, subject to the following
1183
- conditions:
1184
-
1185
- The above copyright notice and this permission notice
1186
- shall be included in all copies or substantial portions
1187
- of the Software.
1337
+ 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:
1188
1338
 
1189
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1190
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1191
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1192
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1193
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1194
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1195
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1196
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1197
- DEALINGS IN THE SOFTWARE.
1339
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1198
1340
 
1341
+ 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.
1199
1342
 
1200
1343
  ````
1201
1344
 
@@ -1205,48 +1348,14 @@ DEALINGS IN THE SOFTWARE.
1205
1348
 
1206
1349
  ### Rust Crates:
1207
1350
 
1208
- - [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
1351
+ - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
1352
+ - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
1353
+ - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
1209
1354
 
1210
1355
  ````text
1211
- Copyright (c) 2016 Amanieu d'Antras
1212
-
1213
- Permission is hereby granted, free of charge, to any
1214
- person obtaining a copy of this software and associated
1215
- documentation files (the "Software"), to deal in the
1216
- Software without restriction, including without
1217
- limitation the rights to use, copy, modify, merge,
1218
- publish, distribute, sublicense, and/or sell copies of
1219
- the Software, and to permit persons to whom the Software
1220
- is furnished to do so, subject to the following
1221
- conditions:
1222
-
1223
- The above copyright notice and this permission notice
1224
- shall be included in all copies or substantial portions
1225
- of the Software.
1226
-
1227
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1228
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1229
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1230
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1231
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1232
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1233
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1234
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1235
- DEALINGS IN THE SOFTWARE.
1236
-
1237
- ````
1238
-
1239
- ---
1240
-
1241
- ## The following dependencies are licensed under the MIT License:
1242
-
1243
- ### Rust Crates:
1244
-
1245
- - [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
1356
+ MIT License
1246
1357
 
1247
- ````text
1248
- Copyright (c) 2013-2014 The Rust Project Developers.
1249
- Copyright (c) 2015-2020 The rust-hex Developers
1358
+ Copyright (c) Tokio Contributors
1250
1359
 
1251
1360
  Permission is hereby granted, free of charge, to any person obtaining a copy
1252
1361
  of this software and associated documentation files (the "Software"), to deal
@@ -1274,85 +1383,10 @@ SOFTWARE.
1274
1383
 
1275
1384
  ### Rust Crates:
1276
1385
 
1277
- - [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
1278
-
1279
- ````text
1280
- Copyright (c) 2018-2026 The rust-random Project Developers
1281
- Copyright (c) 2014 The Rust Project Developers
1282
-
1283
- Permission is hereby granted, free of charge, to any
1284
- person obtaining a copy of this software and associated
1285
- documentation files (the "Software"), to deal in the
1286
- Software without restriction, including without
1287
- limitation the rights to use, copy, modify, merge,
1288
- publish, distribute, sublicense, and/or sell copies of
1289
- the Software, and to permit persons to whom the Software
1290
- is furnished to do so, subject to the following
1291
- conditions:
1292
-
1293
- The above copyright notice and this permission notice
1294
- shall be included in all copies or substantial portions
1295
- of the Software.
1296
-
1297
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1298
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1299
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1300
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1301
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1302
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1303
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1304
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1305
- DEALINGS IN THE SOFTWARE.
1306
-
1307
- ````
1308
-
1309
- ---
1310
-
1311
- ## The following dependencies are licensed under the MIT License:
1312
-
1313
- ### Rust Crates:
1314
-
1315
- - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
1316
- - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
1317
- - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
1318
- - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
1319
-
1320
- ````text
1321
- The MIT License (MIT)
1322
-
1323
- Copyright (c) 2015 Andrew Gallant
1324
-
1325
- Permission is hereby granted, free of charge, to any person obtaining a copy
1326
- of this software and associated documentation files (the "Software"), to deal
1327
- in the Software without restriction, including without limitation the rights
1328
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1329
- copies of the Software, and to permit persons to whom the Software is
1330
- furnished to do so, subject to the following conditions:
1331
-
1332
- The above copyright notice and this permission notice shall be included in
1333
- all copies or substantial portions of the Software.
1334
-
1335
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1336
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1337
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1338
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1339
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1340
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1341
- THE SOFTWARE.
1342
-
1343
- ````
1344
-
1345
- ---
1346
-
1347
- ## The following dependencies are licensed under the MIT License:
1348
-
1349
- ### Rust Crates:
1350
-
1351
- - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
1352
- - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
1386
+ - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
1353
1387
 
1354
1388
  ````text
1355
- Copyright (c) 2014 Alex Crichton
1389
+ Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
1356
1390
 
1357
1391
  Permission is hereby granted, free of charge, to any
1358
1392
  person obtaining a copy of this software and associated
@@ -1386,75 +1420,13 @@ DEALINGS IN THE SOFTWARE.
1386
1420
 
1387
1421
  ### Rust Crates:
1388
1422
 
1389
- - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
1390
-
1391
- ````text
1392
- Copyright (c) 2017 Sean McArthur
1393
-
1394
- Permission is hereby granted, free of charge, to any person obtaining a copy
1395
- of this software and associated documentation files (the "Software"), to deal
1396
- in the Software without restriction, including without limitation the rights
1397
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1398
- copies of the Software, and to permit persons to whom the Software is
1399
- furnished to do so, subject to the following conditions:
1400
-
1401
- The above copyright notice and this permission notice shall be included in
1402
- all copies or substantial portions of the Software.
1403
-
1404
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1405
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1406
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1407
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1408
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1409
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1410
- THE SOFTWARE.
1411
-
1412
-
1413
- ````
1414
-
1415
- ---
1416
-
1417
- ## The following dependencies are licensed under the MIT License:
1418
-
1419
- ### Rust Crates:
1420
-
1421
- - [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
1422
-
1423
- ````text
1424
- The MIT License (MIT)
1425
-
1426
- Copyright (c) 2015 Bartłomiej Kamiński
1427
-
1428
- Permission is hereby granted, free of charge, to any person obtaining a copy
1429
- of this software and associated documentation files (the "Software"), to deal
1430
- in the Software without restriction, including without limitation the rights
1431
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1432
- copies of the Software, and to permit persons to whom the Software is
1433
- furnished to do so, subject to the following conditions:
1434
-
1435
- The above copyright notice and this permission notice shall be included in all
1436
- copies or substantial portions of the Software.
1437
-
1438
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1439
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1440
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1441
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1442
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1443
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1444
- SOFTWARE.
1445
- ````
1446
-
1447
- ---
1448
-
1449
- ## The following dependencies are licensed under the MIT License:
1450
-
1451
- ### Rust Crates:
1452
-
1453
- - [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
1423
+ - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
1454
1424
 
1455
1425
  ````text
1456
1426
  MIT License
1457
1427
 
1428
+ Copyright (c) 2025 Callum Oakley
1429
+
1458
1430
  Permission is hereby granted, free of charge, to any person obtaining a copy
1459
1431
  of this software and associated documentation files (the "Software"), to deal
1460
1432
  in the Software without restriction, including without limitation the rights
@@ -1481,12 +1453,13 @@ SOFTWARE.
1481
1453
 
1482
1454
  ### Rust Crates:
1483
1455
 
1484
- - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
1456
+ - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
1485
1457
 
1486
1458
  ````text
1487
- MIT License
1459
+ The MIT License (MIT)
1488
1460
 
1489
- Copyright (c) 2025 Callum Oakley
1461
+ Copyright (c) 2015-2020 Julien Cretin
1462
+ Copyright (c) 2017-2020 Google Inc.
1490
1463
 
1491
1464
  Permission is hereby granted, free of charge, to any person obtaining a copy
1492
1465
  of this software and associated documentation files (the "Software"), to deal
@@ -1514,31 +1487,39 @@ SOFTWARE.
1514
1487
 
1515
1488
  ### Rust Crates:
1516
1489
 
1517
- - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
1490
+ - [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
1491
+ - [log](https://github.com/rust-lang/log) (0.4.29)
1492
+ - [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
1493
+ - [regex](https://github.com/rust-lang/regex) (1.12.3)
1494
+ - [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
1495
+ - [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
1518
1496
 
1519
1497
  ````text
1520
- The MIT License (MIT)
1521
-
1522
- Copyright (c) 2015-2020 Julien Cretin
1523
- Copyright (c) 2017-2020 Google Inc.
1498
+ Copyright (c) 2014 The Rust Project Developers
1524
1499
 
1525
- Permission is hereby granted, free of charge, to any person obtaining a copy
1526
- of this software and associated documentation files (the "Software"), to deal
1527
- in the Software without restriction, including without limitation the rights
1528
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1529
- copies of the Software, and to permit persons to whom the Software is
1530
- furnished to do so, subject to the following conditions:
1500
+ Permission is hereby granted, free of charge, to any
1501
+ person obtaining a copy of this software and associated
1502
+ documentation files (the "Software"), to deal in the
1503
+ Software without restriction, including without
1504
+ limitation the rights to use, copy, modify, merge,
1505
+ publish, distribute, sublicense, and/or sell copies of
1506
+ the Software, and to permit persons to whom the Software
1507
+ is furnished to do so, subject to the following
1508
+ conditions:
1531
1509
 
1532
- The above copyright notice and this permission notice shall be included in all
1533
- copies or substantial portions of the Software.
1510
+ The above copyright notice and this permission notice
1511
+ shall be included in all copies or substantial portions
1512
+ of the Software.
1534
1513
 
1535
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1536
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1537
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1538
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1539
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1540
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1541
- SOFTWARE.
1514
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1515
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1516
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1517
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1518
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1519
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1520
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1521
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1522
+ DEALINGS IN THE SOFTWARE.
1542
1523
 
1543
1524
  ````
1544
1525
 
@@ -1548,10 +1529,10 @@ SOFTWARE.
1548
1529
 
1549
1530
  ### Rust Crates:
1550
1531
 
1551
- - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
1532
+ - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
1552
1533
 
1553
1534
  ````text
1554
- Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
1535
+ Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
1555
1536
 
1556
1537
  Permission is hereby granted, free of charge, to any
1557
1538
  person obtaining a copy of this software and associated
@@ -1585,32 +1566,37 @@ DEALINGS IN THE SOFTWARE.
1585
1566
 
1586
1567
  ### Rust Crates:
1587
1568
 
1588
- - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
1569
+ - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
1570
+ - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
1571
+ - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
1572
+ - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
1589
1573
 
1590
1574
  ````text
1591
- The MIT License (MIT)
1592
-
1593
- Copyright (c) 2016 Johann Tuffe
1594
-
1595
- Permission is hereby granted, free of charge, to any person obtaining a copy
1596
- of this software and associated documentation files (the "Software"), to deal
1597
- in the Software without restriction, including without limitation the rights
1598
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1599
- copies of the Software, and to permit persons to whom the Software is
1600
- furnished to do so, subject to the following conditions:
1601
-
1602
-
1603
- The above copyright notice and this permission notice shall be included in
1604
- all copies or substantial portions of the Software.
1605
-
1606
-
1607
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1608
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1609
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1610
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1611
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1612
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1613
- THE SOFTWARE.
1575
+ Copyright (c) 2019 Tokio Contributors
1576
+
1577
+ Permission is hereby granted, free of charge, to any
1578
+ person obtaining a copy of this software and associated
1579
+ documentation files (the "Software"), to deal in the
1580
+ Software without restriction, including without
1581
+ limitation the rights to use, copy, modify, merge,
1582
+ publish, distribute, sublicense, and/or sell copies of
1583
+ the Software, and to permit persons to whom the Software
1584
+ is furnished to do so, subject to the following
1585
+ conditions:
1586
+
1587
+ The above copyright notice and this permission notice
1588
+ shall be included in all copies or substantial portions
1589
+ of the Software.
1590
+
1591
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1592
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1593
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1594
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1595
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1596
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1597
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1598
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1599
+ DEALINGS IN THE SOFTWARE.
1614
1600
 
1615
1601
  ````
1616
1602
 
@@ -1620,10 +1606,13 @@ THE SOFTWARE.
1620
1606
 
1621
1607
  ### Rust Crates:
1622
1608
 
1623
- - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
1609
+ - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
1610
+ - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
1624
1611
 
1625
1612
  ````text
1626
- Copyright (c) 2019-2021 Tower Contributors
1613
+ Copyright (c) 2006-2009 Graydon Hoare
1614
+ Copyright (c) 2009-2013 Mozilla Foundation
1615
+ Copyright (c) 2016 Artyom Pavlov
1627
1616
 
1628
1617
  Permission is hereby granted, free of charge, to any
1629
1618
  person obtaining a copy of this software and associated
@@ -1655,14 +1644,78 @@ DEALINGS IN THE SOFTWARE.
1655
1644
 
1656
1645
  ## The following dependencies are licensed under the MIT License:
1657
1646
 
1658
- ### NPM Packages:
1647
+ ### Rust Crates:
1648
+
1649
+ - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
1650
+
1651
+ ````text
1652
+ Copyright (c) 2018-2023 Sean McArthur
1653
+ Copyright (c) 2016 Alex Crichton
1654
+
1655
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1656
+ of this software and associated documentation files (the "Software"), to deal
1657
+ in the Software without restriction, including without limitation the rights
1658
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1659
+ copies of the Software, and to permit persons to whom the Software is
1660
+ furnished to do so, subject to the following conditions:
1661
+
1662
+ The above copyright notice and this permission notice shall be included in
1663
+ all copies or substantial portions of the Software.
1664
+
1665
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1666
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1667
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1668
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1669
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1670
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1671
+ THE SOFTWARE.
1672
+
1673
+
1674
+ ````
1675
+
1676
+ ---
1677
+
1678
+ ## The following dependencies are licensed under the MIT License:
1679
+
1680
+ ### Rust Crates:
1681
+
1682
+ - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
1683
+
1684
+ ````text
1685
+ Copyright (c) 2023-2025 Sean McArthur
1686
+
1687
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1688
+ of this software and associated documentation files (the "Software"), to deal
1689
+ in the Software without restriction, including without limitation the rights
1690
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1691
+ copies of the Software, and to permit persons to whom the Software is
1692
+ furnished to do so, subject to the following conditions:
1693
+
1694
+ The above copyright notice and this permission notice shall be included in
1695
+ all copies or substantial portions of the Software.
1696
+
1697
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1698
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1699
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1700
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1701
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1702
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1703
+ THE SOFTWARE.
1704
+
1705
+ ````
1706
+
1707
+ ---
1708
+
1709
+ ## The following dependencies are licensed under the MIT License:
1710
+
1711
+ ### Rust Crates:
1659
1712
 
1660
- - [undici-types](https://github.com/nodejs/undici) (6.21.0)
1713
+ - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
1661
1714
 
1662
1715
  ````text
1663
1716
  MIT License
1664
1717
 
1665
- Copyright (c) Matteo Collina and Undici contributors
1718
+ Copyright (c) [2021] [Marvin Countryman]
1666
1719
 
1667
1720
  Permission is hereby granted, free of charge, to any person obtaining a copy
1668
1721
  of this software and associated documentation files (the "Software"), to deal
@@ -1690,10 +1743,11 @@ SOFTWARE.
1690
1743
 
1691
1744
  ### Rust Crates:
1692
1745
 
1693
- - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
1746
+ - [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
1694
1747
 
1695
1748
  ````text
1696
- Copyright (c) 2010 The Rust Project Developers
1749
+ Copyright (c) 2018-2026 The rust-random Project Developers
1750
+ Copyright (c) 2014 The Rust Project Developers
1697
1751
 
1698
1752
  Permission is hereby granted, free of charge, to any
1699
1753
  person obtaining a copy of this software and associated
@@ -1727,10 +1781,10 @@ DEALINGS IN THE SOFTWARE.
1727
1781
 
1728
1782
  ### Rust Crates:
1729
1783
 
1730
- - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
1784
+ - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
1731
1785
 
1732
1786
  ````text
1733
- Copyright (c) 2016 Anthony Ramine
1787
+ Copyright (c) 2019 The CryptoCorrosion Contributors
1734
1788
 
1735
1789
  Permission is hereby granted, free of charge, to any
1736
1790
  person obtaining a copy of this software and associated
@@ -1764,34 +1818,33 @@ DEALINGS IN THE SOFTWARE.
1764
1818
 
1765
1819
  ### Rust Crates:
1766
1820
 
1767
- - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
1821
+ - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
1822
+ - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
1823
+ - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
1824
+ - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
1768
1825
 
1769
1826
  ````text
1770
- Copyright (c) 2020-2025 The RustCrypto Project Developers
1827
+ The MIT License (MIT)
1771
1828
 
1772
- Permission is hereby granted, free of charge, to any
1773
- person obtaining a copy of this software and associated
1774
- documentation files (the "Software"), to deal in the
1775
- Software without restriction, including without
1776
- limitation the rights to use, copy, modify, merge,
1777
- publish, distribute, sublicense, and/or sell copies of
1778
- the Software, and to permit persons to whom the Software
1779
- is furnished to do so, subject to the following
1780
- conditions:
1829
+ Copyright (c) 2015 Andrew Gallant
1781
1830
 
1782
- The above copyright notice and this permission notice
1783
- shall be included in all copies or substantial portions
1784
- of the Software.
1831
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1832
+ of this software and associated documentation files (the "Software"), to deal
1833
+ in the Software without restriction, including without limitation the rights
1834
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1835
+ copies of the Software, and to permit persons to whom the Software is
1836
+ furnished to do so, subject to the following conditions:
1785
1837
 
1786
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1787
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1788
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1789
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1790
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1791
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1792
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1793
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1794
- DEALINGS IN THE SOFTWARE.
1838
+ The above copyright notice and this permission notice shall be included in
1839
+ all copies or substantial portions of the Software.
1840
+
1841
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1842
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1843
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1844
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1845
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1846
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1847
+ THE SOFTWARE.
1795
1848
 
1796
1849
  ````
1797
1850
 
@@ -1799,15 +1852,15 @@ DEALINGS IN THE SOFTWARE.
1799
1852
 
1800
1853
  ## The following dependencies are licensed under the MIT License:
1801
1854
 
1802
- ### Rust Crates:
1855
+ ### NPM Packages:
1803
1856
 
1804
- - [schemars](https://github.com/GREsau/schemars) (1.2.1)
1805
- - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
1857
+ - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
1858
+ - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
1806
1859
 
1807
1860
  ````text
1808
1861
  MIT License
1809
1862
 
1810
- Copyright (c) 2019 Graham Esau
1863
+ Copyright (c) 2017 Evgeny Poberezkin
1811
1864
 
1812
1865
  Permission is hereby granted, free of charge, to any person obtaining a copy
1813
1866
  of this software and associated documentation files (the "Software"), to deal
@@ -1835,10 +1888,10 @@ SOFTWARE.
1835
1888
 
1836
1889
  ### Rust Crates:
1837
1890
 
1838
- - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
1891
+ - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
1839
1892
 
1840
1893
  ````text
1841
- Copyright (c) 2019 The CryptoCorrosion Contributors
1894
+ Copyright (c) 2019-2021 Tower Contributors
1842
1895
 
1843
1896
  Permission is hereby granted, free of charge, to any
1844
1897
  person obtaining a copy of this software and associated
@@ -1872,10 +1925,10 @@ DEALINGS IN THE SOFTWARE.
1872
1925
 
1873
1926
  ### Rust Crates:
1874
1927
 
1875
- - [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
1928
+ - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
1876
1929
 
1877
1930
  ````text
1878
- Copyright (c) 2016--2017
1931
+ Copyright (c) 2010 The Rust Project Developers
1879
1932
 
1880
1933
  Permission is hereby granted, free of charge, to any
1881
1934
  person obtaining a copy of this software and associated
@@ -1909,12 +1962,10 @@ DEALINGS IN THE SOFTWARE.
1909
1962
 
1910
1963
  ### Rust Crates:
1911
1964
 
1912
- - [idna](https://github.com/servo/rust-url/) (1.1.0)
1913
- - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
1914
- - [url](https://github.com/servo/rust-url) (2.5.8)
1965
+ - [zerocopy](https://github.com/google/zerocopy) (0.8.48)
1915
1966
 
1916
1967
  ````text
1917
- Copyright (c) 2013-2025 The rust-url developers
1968
+ Copyright 2023 The Fuchsia Authors
1918
1969
 
1919
1970
  Permission is hereby granted, free of charge, to any
1920
1971
  person obtaining a copy of this software and associated
@@ -1940,6 +1991,41 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1940
1991
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1941
1992
  DEALINGS IN THE SOFTWARE.
1942
1993
 
1994
+
1995
+ ````
1996
+
1997
+ ---
1998
+
1999
+ ## The following dependencies are licensed under the MIT License:
2000
+
2001
+ ### NPM Packages:
2002
+
2003
+ - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
2004
+ - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.43)
2005
+
2006
+ ````text
2007
+ MIT License
2008
+
2009
+ Copyright (c) Microsoft Corporation.
2010
+
2011
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2012
+ of this software and associated documentation files (the "Software"), to deal
2013
+ in the Software without restriction, including without limitation the rights
2014
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2015
+ copies of the Software, and to permit persons to whom the Software is
2016
+ furnished to do so, subject to the following conditions:
2017
+
2018
+ The above copyright notice and this permission notice shall be included in all
2019
+ copies or substantial portions of the Software.
2020
+
2021
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2022
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2023
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2024
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2025
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2026
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2027
+ SOFTWARE
2028
+
1943
2029
  ````
1944
2030
 
1945
2031
  ---
@@ -1948,10 +2034,12 @@ DEALINGS IN THE SOFTWARE.
1948
2034
 
1949
2035
  ### Rust Crates:
1950
2036
 
1951
- - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
2037
+ - [tower](https://github.com/tower-rs/tower) (0.5.3)
2038
+ - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
2039
+ - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
1952
2040
 
1953
2041
  ````text
1954
- Copyright (c) 2017 Robert Grosse
2042
+ Copyright (c) 2019 Tower Contributors
1955
2043
 
1956
2044
  Permission is hereby granted, free of charge, to any
1957
2045
  person obtaining a copy of this software and associated
@@ -1976,6 +2064,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1976
2064
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1977
2065
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1978
2066
  DEALINGS IN THE SOFTWARE.
2067
+
1979
2068
  ````
1980
2069
 
1981
2070
  ---
@@ -1984,10 +2073,10 @@ DEALINGS IN THE SOFTWARE.
1984
2073
 
1985
2074
  ### Rust Crates:
1986
2075
 
1987
- - [mio](https://github.com/tokio-rs/mio) (1.2.0)
2076
+ - [directories](https://github.com/soc/directories-rs) (6.0.0)
1988
2077
 
1989
2078
  ````text
1990
- Copyright (c) 2014 Carl Lerche and other MIO contributors
2079
+ Copyright (c) 2018 directories-rs contributors
1991
2080
 
1992
2081
  Permission is hereby granted, free of charge, to any person obtaining a copy
1993
2082
  of this software and associated documentation files (the "Software"), to deal
@@ -1996,16 +2085,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1996
2085
  copies of the Software, and to permit persons to whom the Software is
1997
2086
  furnished to do so, subject to the following conditions:
1998
2087
 
1999
- The above copyright notice and this permission notice shall be included in
2000
- all copies or substantial portions of the Software.
2088
+ The above copyright notice and this permission notice shall be included in all
2089
+ copies or substantial portions of the Software.
2001
2090
 
2002
2091
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2003
2092
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2004
2093
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2005
2094
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2006
2095
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2007
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2008
- THE SOFTWARE.
2096
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2097
+ SOFTWARE.
2009
2098
 
2010
2099
  ````
2011
2100
 
@@ -2015,34 +2104,28 @@ THE SOFTWARE.
2015
2104
 
2016
2105
  ### Rust Crates:
2017
2106
 
2018
- - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
2107
+ - [mio](https://github.com/tokio-rs/mio) (1.2.0)
2019
2108
 
2020
2109
  ````text
2021
- Copyright (c) 2018 The Servo Project Developers
2110
+ Copyright (c) 2014 Carl Lerche and other MIO contributors
2022
2111
 
2023
- Permission is hereby granted, free of charge, to any
2024
- person obtaining a copy of this software and associated
2025
- documentation files (the "Software"), to deal in the
2026
- Software without restriction, including without
2027
- limitation the rights to use, copy, modify, merge,
2028
- publish, distribute, sublicense, and/or sell copies of
2029
- the Software, and to permit persons to whom the Software
2030
- is furnished to do so, subject to the following
2031
- conditions:
2112
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2113
+ of this software and associated documentation files (the "Software"), to deal
2114
+ in the Software without restriction, including without limitation the rights
2115
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2116
+ copies of the Software, and to permit persons to whom the Software is
2117
+ furnished to do so, subject to the following conditions:
2032
2118
 
2033
- The above copyright notice and this permission notice
2034
- shall be included in all copies or substantial portions
2035
- of the Software.
2119
+ The above copyright notice and this permission notice shall be included in
2120
+ all copies or substantial portions of the Software.
2036
2121
 
2037
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2038
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2039
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2040
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2041
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2042
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2043
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2044
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2045
- DEALINGS IN THE SOFTWARE.
2122
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2123
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2124
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2125
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2126
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2127
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2128
+ THE SOFTWARE.
2046
2129
 
2047
2130
  ````
2048
2131
 
@@ -2052,34 +2135,32 @@ DEALINGS IN THE SOFTWARE.
2052
2135
 
2053
2136
  ### Rust Crates:
2054
2137
 
2055
- - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
2138
+ - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
2056
2139
 
2057
2140
  ````text
2058
- Copyright (c) 2016--2023
2059
-
2060
- Permission is hereby granted, free of charge, to any
2061
- person obtaining a copy of this software and associated
2062
- documentation files (the "Software"), to deal in the
2063
- Software without restriction, including without
2064
- limitation the rights to use, copy, modify, merge,
2065
- publish, distribute, sublicense, and/or sell copies of
2066
- the Software, and to permit persons to whom the Software
2067
- is furnished to do so, subject to the following
2068
- conditions:
2069
-
2070
- The above copyright notice and this permission notice
2071
- shall be included in all copies or substantial portions
2072
- of the Software.
2073
-
2074
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2075
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2076
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2077
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2078
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2079
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2080
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2081
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2082
- DEALINGS IN THE SOFTWARE.
2141
+ The MIT License (MIT)
2142
+
2143
+ Copyright (c) 2016 Johann Tuffe
2144
+
2145
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2146
+ of this software and associated documentation files (the "Software"), to deal
2147
+ in the Software without restriction, including without limitation the rights
2148
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2149
+ copies of the Software, and to permit persons to whom the Software is
2150
+ furnished to do so, subject to the following conditions:
2151
+
2152
+
2153
+ The above copyright notice and this permission notice shall be included in
2154
+ all copies or substantial portions of the Software.
2155
+
2156
+
2157
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2158
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2159
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2160
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2161
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2162
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2163
+ THE SOFTWARE.
2083
2164
 
2084
2165
  ````
2085
2166
 
@@ -2089,34 +2170,16 @@ DEALINGS IN THE SOFTWARE.
2089
2170
 
2090
2171
  ### Rust Crates:
2091
2172
 
2092
- - [http-body](https://github.com/hyperium/http-body) (1.0.1)
2093
-
2094
- ````text
2095
- Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
2096
-
2097
- Permission is hereby granted, free of charge, to any
2098
- person obtaining a copy of this software and associated
2099
- documentation files (the "Software"), to deal in the
2100
- Software without restriction, including without
2101
- limitation the rights to use, copy, modify, merge,
2102
- publish, distribute, sublicense, and/or sell copies of
2103
- the Software, and to permit persons to whom the Software
2104
- is furnished to do so, subject to the following
2105
- conditions:
2106
-
2107
- The above copyright notice and this permission notice
2108
- shall be included in all copies or substantial portions
2109
- of the Software.
2110
-
2111
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2112
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2113
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2114
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2115
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2116
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2117
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2118
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2119
- DEALINGS IN THE SOFTWARE.
2173
+ - [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
2174
+
2175
+ ````text
2176
+ Copyright (c) 2015 steffengy
2177
+
2178
+ 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:
2179
+
2180
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2181
+
2182
+ 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.
2120
2183
 
2121
2184
  ````
2122
2185
 
@@ -2126,10 +2189,10 @@ DEALINGS IN THE SOFTWARE.
2126
2189
 
2127
2190
  ### Rust Crates:
2128
2191
 
2129
- - [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
2192
+ - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
2130
2193
 
2131
2194
  ````text
2132
- Copyright (c) 2021 RustCrypto Developers
2195
+ Copyright (c) 2018 Carl Lerche
2133
2196
 
2134
2197
  Permission is hereby granted, free of charge, to any
2135
2198
  person obtaining a copy of this software and associated
@@ -2163,14 +2226,10 @@ DEALINGS IN THE SOFTWARE.
2163
2226
 
2164
2227
  ### Rust Crates:
2165
2228
 
2166
- - [darling](https://github.com/TedDriggs/darling) (0.23.0)
2167
- - [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
2168
- - [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
2229
+ - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
2169
2230
 
2170
2231
  ````text
2171
- MIT License
2172
-
2173
- Copyright (c) 2017 Ted Driggs
2232
+ Copyright (c) 2017 Sean McArthur
2174
2233
 
2175
2234
  Permission is hereby granted, free of charge, to any person obtaining a copy
2176
2235
  of this software and associated documentation files (the "Software"), to deal
@@ -2179,16 +2238,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2179
2238
  copies of the Software, and to permit persons to whom the Software is
2180
2239
  furnished to do so, subject to the following conditions:
2181
2240
 
2182
- The above copyright notice and this permission notice shall be included in all
2183
- copies or substantial portions of the Software.
2241
+ The above copyright notice and this permission notice shall be included in
2242
+ all copies or substantial portions of the Software.
2184
2243
 
2185
2244
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2186
2245
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2187
2246
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2188
2247
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2189
2248
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2190
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2191
- SOFTWARE.
2249
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2250
+ THE SOFTWARE.
2251
+
2192
2252
 
2193
2253
  ````
2194
2254
 
@@ -2198,34 +2258,28 @@ SOFTWARE.
2198
2258
 
2199
2259
  ### Rust Crates:
2200
2260
 
2201
- - [libc](https://github.com/rust-lang/libc) (0.2.185)
2261
+ - [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
2202
2262
 
2203
2263
  ````text
2204
- Copyright (c) The Rust Project Developers
2264
+ MIT License
2205
2265
 
2206
- Permission is hereby granted, free of charge, to any
2207
- person obtaining a copy of this software and associated
2208
- documentation files (the "Software"), to deal in the
2209
- Software without restriction, including without
2210
- limitation the rights to use, copy, modify, merge,
2211
- publish, distribute, sublicense, and/or sell copies of
2212
- the Software, and to permit persons to whom the Software
2213
- is furnished to do so, subject to the following
2214
- conditions:
2266
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2267
+ of this software and associated documentation files (the "Software"), to deal
2268
+ in the Software without restriction, including without limitation the rights
2269
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2270
+ copies of the Software, and to permit persons to whom the Software is
2271
+ furnished to do so, subject to the following conditions:
2215
2272
 
2216
- The above copyright notice and this permission notice
2217
- shall be included in all copies or substantial portions
2218
- of the Software.
2273
+ The above copyright notice and this permission notice shall be included in all
2274
+ copies or substantial portions of the Software.
2219
2275
 
2220
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2221
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2222
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2223
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2224
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2225
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2226
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2227
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2228
- DEALINGS IN THE SOFTWARE.
2276
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2277
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2278
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2279
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2280
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2281
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2282
+ SOFTWARE.
2229
2283
 
2230
2284
  ````
2231
2285
 
@@ -2268,36 +2322,34 @@ licences; see files named LICENSE.*.txt for details.
2268
2322
 
2269
2323
  ## The following dependencies are licensed under the MIT License:
2270
2324
 
2271
- ### Rust Crates:
2325
+ ### NPM Packages:
2272
2326
 
2273
- - [digest](https://github.com/RustCrypto/traits) (0.10.7)
2327
+ - [json5](https://github.com/json5/json5) (2.2.3)
2274
2328
 
2275
2329
  ````text
2276
- Copyright (c) 2017 Artyom Pavlov
2330
+ MIT License
2277
2331
 
2278
- Permission is hereby granted, free of charge, to any
2279
- person obtaining a copy of this software and associated
2280
- documentation files (the "Software"), to deal in the
2281
- Software without restriction, including without
2282
- limitation the rights to use, copy, modify, merge,
2283
- publish, distribute, sublicense, and/or sell copies of
2284
- the Software, and to permit persons to whom the Software
2285
- is furnished to do so, subject to the following
2286
- conditions:
2332
+ Copyright (c) 2012-2018 Aseem Kishore, and [others].
2287
2333
 
2288
- The above copyright notice and this permission notice
2289
- shall be included in all copies or substantial portions
2290
- of the Software.
2334
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2335
+ of this software and associated documentation files (the "Software"), to deal
2336
+ in the Software without restriction, including without limitation the rights
2337
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2338
+ copies of the Software, and to permit persons to whom the Software is
2339
+ furnished to do so, subject to the following conditions:
2291
2340
 
2292
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2293
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2294
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2295
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2296
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2297
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2298
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2299
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2300
- DEALINGS IN THE SOFTWARE.
2341
+ The above copyright notice and this permission notice shall be included in all
2342
+ copies or substantial portions of the Software.
2343
+
2344
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2345
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2346
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2347
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2348
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2349
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2350
+ SOFTWARE.
2351
+
2352
+ [others]: https://github.com/json5/json5/contributors
2301
2353
 
2302
2354
  ````
2303
2355
 
@@ -2305,18 +2357,32 @@ DEALINGS IN THE SOFTWARE.
2305
2357
 
2306
2358
  ## The following dependencies are licensed under the MIT License:
2307
2359
 
2308
- ### Rust Crates:
2360
+ ### NPM Packages:
2309
2361
 
2310
- - [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
2362
+ - [undici-types](https://github.com/nodejs/undici) (6.21.0)
2311
2363
 
2312
2364
  ````text
2313
- Copyright (c) 2015 steffengy
2365
+ MIT License
2314
2366
 
2315
- 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:
2367
+ Copyright (c) Matteo Collina and Undici contributors
2316
2368
 
2317
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2369
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2370
+ of this software and associated documentation files (the "Software"), to deal
2371
+ in the Software without restriction, including without limitation the rights
2372
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2373
+ copies of the Software, and to permit persons to whom the Software is
2374
+ furnished to do so, subject to the following conditions:
2318
2375
 
2319
- 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.
2376
+ The above copyright notice and this permission notice shall be included in all
2377
+ copies or substantial portions of the Software.
2378
+
2379
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2380
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2381
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2382
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2383
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2384
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2385
+ SOFTWARE.
2320
2386
 
2321
2387
  ````
2322
2388
 
@@ -2326,35 +2392,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2326
2392
 
2327
2393
  ### Rust Crates:
2328
2394
 
2329
- - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
2330
- - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
2331
- - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
2332
- - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
2333
- - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
2334
- - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
2335
- - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
2336
- - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
2337
- - [pastey](https://github.com/as1100k/pastey) (0.2.1)
2338
- - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
2339
- - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
2340
- - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
2341
- - [quote](https://github.com/dtolnay/quote) (1.0.45)
2342
- - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
2343
- - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
2344
- - [serde](https://github.com/serde-rs/serde) (1.0.228)
2345
- - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
2346
- - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
2347
- - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
2348
- - [serde_json](https://github.com/serde-rs/json) (1.0.149)
2349
- - [syn](https://github.com/dtolnay/syn) (2.0.117)
2350
- - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
2351
- - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
2352
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
2353
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
2354
- - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
2355
- - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
2395
+ - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
2356
2396
 
2357
2397
  ````text
2398
+ Copyright (c) 2014-2026 Alex Crichton
2399
+
2358
2400
  Permission is hereby granted, free of charge, to any
2359
2401
  person obtaining a copy of this software and associated
2360
2402
  documentation files (the "Software"), to deal in the
@@ -2387,12 +2429,12 @@ DEALINGS IN THE SOFTWARE.
2387
2429
 
2388
2430
  ### Rust Crates:
2389
2431
 
2390
- - [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
2432
+ - [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
2391
2433
 
2392
2434
  ````text
2393
2435
  MIT License
2394
2436
 
2395
- Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
2437
+ Copyright (c) 2018-2021 The RustCrypto Project Developers
2396
2438
 
2397
2439
  Permission is hereby granted, free of charge, to any person obtaining a copy
2398
2440
  of this software and associated documentation files (the "Software"), to deal
@@ -2420,10 +2462,14 @@ SOFTWARE.
2420
2462
 
2421
2463
  ### Rust Crates:
2422
2464
 
2423
- - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
2465
+ - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
2424
2466
 
2425
2467
  ````text
2426
- Copyright (c) 2015-2025 Sean McArthur
2468
+ The MIT License (MIT)
2469
+
2470
+ Copyright (c) 2015 Danny Guo
2471
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2472
+ Copyright (c) 2018 Akash Kurdekar
2427
2473
 
2428
2474
  Permission is hereby granted, free of charge, to any person obtaining a copy
2429
2475
  of this software and associated documentation files (the "Software"), to deal
@@ -2432,80 +2478,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2432
2478
  copies of the Software, and to permit persons to whom the Software is
2433
2479
  furnished to do so, subject to the following conditions:
2434
2480
 
2435
- The above copyright notice and this permission notice shall be included in
2436
- all copies or substantial portions of the Software.
2481
+ The above copyright notice and this permission notice shall be included in all
2482
+ copies or substantial portions of the Software.
2437
2483
 
2438
2484
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2439
2485
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2440
2486
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2441
2487
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2442
2488
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2443
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2444
- THE SOFTWARE.
2445
-
2446
-
2447
- ````
2448
-
2449
- ---
2450
-
2451
- ## The following dependencies are licensed under the MIT License:
2452
-
2453
- ### Rust Crates:
2454
-
2455
- - [chrono](https://github.com/chronotope/chrono) (0.4.44)
2456
- - [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
2457
- - [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
2458
- - [windows](https://github.com/microsoft/windows-rs) (0.62.2)
2459
- - [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
2460
- - [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
2461
- - [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
2462
- - [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
2463
- - [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
2464
- - [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
2465
- - [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
2466
- - [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
2467
- - [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
2468
- - [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
2469
- - [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
2470
-
2471
- ````text
2472
- MIT License
2473
-
2474
- Copyright (c) <year> <copyright holders>
2475
-
2476
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
2477
- associated documentation files (the "Software"), to deal in the Software without restriction, including
2478
- without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2479
- copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
2480
- following conditions:
2481
-
2482
- The above copyright notice and this permission notice shall be included in all copies or substantial
2483
- portions of the Software.
2484
-
2485
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
2486
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
2487
- EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2488
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
2489
- USE OR OTHER DEALINGS IN THE SOFTWARE.
2490
-
2491
- ````
2492
-
2493
- ---
2494
-
2495
- ## The following dependencies are licensed under the MIT License:
2496
-
2497
- ### Rust Crates:
2498
-
2499
- - [synstructure](https://github.com/mystor/synstructure) (0.13.2)
2500
-
2501
- ````text
2502
- Copyright 2016 Nika Layzell
2503
-
2504
- 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:
2505
-
2506
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2507
-
2508
- 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.
2489
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2490
+ SOFTWARE.
2509
2491
 
2510
2492
  ````
2511
2493
 
@@ -2515,12 +2497,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2515
2497
 
2516
2498
  ### Rust Crates:
2517
2499
 
2518
- - [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
2500
+ - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
2519
2501
 
2520
2502
  ````text
2521
- MIT License
2522
-
2523
- Copyright (c) 2018-2021 The RustCrypto Project Developers
2503
+ Copyright (c) 2016 The rust-native-tls Developers
2524
2504
 
2525
2505
  Permission is hereby granted, free of charge, to any person obtaining a copy
2526
2506
  of this software and associated documentation files (the "Software"), to deal
@@ -2548,30 +2528,34 @@ SOFTWARE.
2548
2528
 
2549
2529
  ### Rust Crates:
2550
2530
 
2551
- - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
2531
+ - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
2552
2532
 
2553
2533
  ````text
2554
- The MIT License (MIT)
2555
-
2556
- Copyright (c) 2015 Alice Maz
2534
+ Copyright (c) 2018 The Servo Project Developers
2557
2535
 
2558
- Permission is hereby granted, free of charge, to any person obtaining a copy
2559
- of this software and associated documentation files (the "Software"), to deal
2560
- in the Software without restriction, including without limitation the rights
2561
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2562
- copies of the Software, and to permit persons to whom the Software is
2563
- furnished to do so, subject to the following conditions:
2536
+ Permission is hereby granted, free of charge, to any
2537
+ person obtaining a copy of this software and associated
2538
+ documentation files (the "Software"), to deal in the
2539
+ Software without restriction, including without
2540
+ limitation the rights to use, copy, modify, merge,
2541
+ publish, distribute, sublicense, and/or sell copies of
2542
+ the Software, and to permit persons to whom the Software
2543
+ is furnished to do so, subject to the following
2544
+ conditions:
2564
2545
 
2565
- The above copyright notice and this permission notice shall be included in
2566
- all copies or substantial portions of the Software.
2546
+ The above copyright notice and this permission notice
2547
+ shall be included in all copies or substantial portions
2548
+ of the Software.
2567
2549
 
2568
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2569
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2570
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2571
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2572
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2573
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2574
- THE SOFTWARE.
2550
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2551
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2552
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2553
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2554
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2555
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2556
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2557
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2558
+ DEALINGS IN THE SOFTWARE.
2575
2559
 
2576
2560
  ````
2577
2561
 
@@ -2581,10 +2565,10 @@ THE SOFTWARE.
2581
2565
 
2582
2566
  ### Rust Crates:
2583
2567
 
2584
- - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
2568
+ - [want](https://github.com/seanmonstar/want) (0.3.1)
2585
2569
 
2586
2570
  ````text
2587
- Copyright (c) 2023-2025 Sean McArthur
2571
+ Copyright (c) 2018-2019 Sean McArthur
2588
2572
 
2589
2573
  Permission is hereby granted, free of charge, to any person obtaining a copy
2590
2574
  of this software and associated documentation files (the "Software"), to deal
@@ -2604,20 +2588,20 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2604
2588
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2605
2589
  THE SOFTWARE.
2606
2590
 
2591
+
2607
2592
  ````
2608
2593
 
2609
2594
  ---
2610
2595
 
2611
2596
  ## The following dependencies are licensed under the MIT License:
2612
2597
 
2613
- ### NPM Packages:
2598
+ ### Rust Crates:
2614
2599
 
2615
- - [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
2600
+ - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
2601
+ - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
2616
2602
 
2617
2603
  ````text
2618
- The MIT License (MIT)
2619
-
2620
- Copyright (c) 2015-2021 Evgeny Poberezkin
2604
+ Copyright (c) 2018-2019 dirs-rs contributors
2621
2605
 
2622
2606
  Permission is hereby granted, free of charge, to any person obtaining a copy
2623
2607
  of this software and associated documentation files (the "Software"), to deal
@@ -2637,7 +2621,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2637
2621
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2638
2622
  SOFTWARE.
2639
2623
 
2640
-
2641
2624
  ````
2642
2625
 
2643
2626
  ---
@@ -2646,11 +2629,10 @@ SOFTWARE.
2646
2629
 
2647
2630
  ### Rust Crates:
2648
2631
 
2649
- - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
2632
+ - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
2650
2633
 
2651
2634
  ````text
2652
- Copyright (c) 2018-2024 The rust-random Project Developers
2653
- Copyright (c) 2014 The Rust Project Developers
2635
+ Copyright (c) 2013-2016 The rust-url developers
2654
2636
 
2655
2637
  Permission is hereby granted, free of charge, to any
2656
2638
  person obtaining a copy of this software and associated
@@ -2684,15 +2666,10 @@ DEALINGS IN THE SOFTWARE.
2684
2666
 
2685
2667
  ### Rust Crates:
2686
2668
 
2687
- - [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
2688
- - [log](https://github.com/rust-lang/log) (0.4.29)
2689
- - [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
2690
- - [regex](https://github.com/rust-lang/regex) (1.12.3)
2691
- - [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
2692
- - [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
2669
+ - [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
2693
2670
 
2694
2671
  ````text
2695
- Copyright (c) 2014 The Rust Project Developers
2672
+ Copyright (c) 2016--2017
2696
2673
 
2697
2674
  Permission is hereby granted, free of charge, to any
2698
2675
  person obtaining a copy of this software and associated
@@ -2726,10 +2703,13 @@ DEALINGS IN THE SOFTWARE.
2726
2703
 
2727
2704
  ### Rust Crates:
2728
2705
 
2729
- - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
2706
+ - [schemars](https://github.com/GREsau/schemars) (1.2.1)
2707
+ - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
2730
2708
 
2731
2709
  ````text
2732
- Copyright (c) 2016 The rust-native-tls Developers
2710
+ MIT License
2711
+
2712
+ Copyright (c) 2019 Graham Esau
2733
2713
 
2734
2714
  Permission is hereby granted, free of charge, to any person obtaining a copy
2735
2715
  of this software and associated documentation files (the "Software"), to deal
@@ -2757,34 +2737,29 @@ SOFTWARE.
2757
2737
 
2758
2738
  ### Rust Crates:
2759
2739
 
2760
- - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
2740
+ - [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
2761
2741
 
2762
2742
  ````text
2763
- Copyright (c) 2014-2026 Alex Crichton
2743
+ Copyright (c) 2017 Daniel Abramov
2744
+ Copyright (c) 2017 Alexey Galakhov
2764
2745
 
2765
- Permission is hereby granted, free of charge, to any
2766
- person obtaining a copy of this software and associated
2767
- documentation files (the "Software"), to deal in the
2768
- Software without restriction, including without
2769
- limitation the rights to use, copy, modify, merge,
2770
- publish, distribute, sublicense, and/or sell copies of
2771
- the Software, and to permit persons to whom the Software
2772
- is furnished to do so, subject to the following
2773
- conditions:
2746
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2747
+ of this software and associated documentation files (the "Software"), to deal
2748
+ in the Software without restriction, including without limitation the rights
2749
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2750
+ copies of the Software, and to permit persons to whom the Software is
2751
+ furnished to do so, subject to the following conditions:
2774
2752
 
2775
- The above copyright notice and this permission notice
2776
- shall be included in all copies or substantial portions
2777
- of the Software.
2753
+ The above copyright notice and this permission notice shall be included in
2754
+ all copies or substantial portions of the Software.
2778
2755
 
2779
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2780
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2781
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2782
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2783
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2784
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2785
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2786
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2787
- DEALINGS IN THE SOFTWARE.
2756
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2757
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2758
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2759
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2760
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2761
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2762
+ THE SOFTWARE.
2788
2763
 
2789
2764
  ````
2790
2765
 
@@ -2794,12 +2769,10 @@ DEALINGS IN THE SOFTWARE.
2794
2769
 
2795
2770
  ### Rust Crates:
2796
2771
 
2797
- - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
2798
- - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
2799
- - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
2772
+ - [digest](https://github.com/RustCrypto/traits) (0.10.7)
2800
2773
 
2801
2774
  ````text
2802
- Copyright (c) 2016 The Rust Project Developers
2775
+ Copyright (c) 2017 Artyom Pavlov
2803
2776
 
2804
2777
  Permission is hereby granted, free of charge, to any
2805
2778
  person obtaining a copy of this software and associated
@@ -2833,37 +2806,30 @@ DEALINGS IN THE SOFTWARE.
2833
2806
 
2834
2807
  ### Rust Crates:
2835
2808
 
2836
- - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
2837
- - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
2809
+ - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
2838
2810
 
2839
2811
  ````text
2840
- Copyright (c) 2006-2009 Graydon Hoare
2841
- Copyright (c) 2009-2013 Mozilla Foundation
2842
- Copyright (c) 2016 Artyom Pavlov
2812
+ The MIT License (MIT)
2843
2813
 
2844
- Permission is hereby granted, free of charge, to any
2845
- person obtaining a copy of this software and associated
2846
- documentation files (the "Software"), to deal in the
2847
- Software without restriction, including without
2848
- limitation the rights to use, copy, modify, merge,
2849
- publish, distribute, sublicense, and/or sell copies of
2850
- the Software, and to permit persons to whom the Software
2851
- is furnished to do so, subject to the following
2852
- conditions:
2814
+ Copyright (c) 2015 Alice Maz
2853
2815
 
2854
- The above copyright notice and this permission notice
2855
- shall be included in all copies or substantial portions
2856
- of the Software.
2816
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2817
+ of this software and associated documentation files (the "Software"), to deal
2818
+ in the Software without restriction, including without limitation the rights
2819
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2820
+ copies of the Software, and to permit persons to whom the Software is
2821
+ furnished to do so, subject to the following conditions:
2857
2822
 
2858
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2859
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2860
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2861
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2862
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2863
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2864
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2865
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2866
- DEALINGS IN THE SOFTWARE.
2823
+ The above copyright notice and this permission notice shall be included in
2824
+ all copies or substantial portions of the Software.
2825
+
2826
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2827
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2828
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2829
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2830
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2831
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2832
+ THE SOFTWARE.
2867
2833
 
2868
2834
  ````
2869
2835
 
@@ -2873,10 +2839,10 @@ DEALINGS IN THE SOFTWARE.
2873
2839
 
2874
2840
  ### Rust Crates:
2875
2841
 
2876
- - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
2842
+ - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
2877
2843
 
2878
2844
  ````text
2879
- Copyright (c) 2019 Nick Fitzgerald
2845
+ Copyright (c) 2015 Steven Allen
2880
2846
 
2881
2847
  Permission is hereby granted, free of charge, to any
2882
2848
  person obtaining a copy of this software and associated
@@ -2910,47 +2876,12 @@ DEALINGS IN THE SOFTWARE.
2910
2876
 
2911
2877
  ### Rust Crates:
2912
2878
 
2913
- - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
2914
-
2915
- ````text
2916
- MIT License
2917
-
2918
- Copyright (c) [2021] [Marvin Countryman]
2919
-
2920
- Permission is hereby granted, free of charge, to any person obtaining a copy
2921
- of this software and associated documentation files (the "Software"), to deal
2922
- in the Software without restriction, including without limitation the rights
2923
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2924
- copies of the Software, and to permit persons to whom the Software is
2925
- furnished to do so, subject to the following conditions:
2926
-
2927
- The above copyright notice and this permission notice shall be included in all
2928
- copies or substantial portions of the Software.
2929
-
2930
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2931
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2932
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2933
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2934
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2935
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2936
- SOFTWARE.
2937
-
2938
- ````
2939
-
2940
- ---
2941
-
2942
- ## The following dependencies are licensed under the MIT License:
2943
-
2944
- ### Rust Crates:
2945
-
2946
- - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
2879
+ - [typenum](https://github.com/paholg/typenum) (1.19.0)
2947
2880
 
2948
2881
  ````text
2949
2882
  The MIT License (MIT)
2950
2883
 
2951
- Copyright (c) 2015 Danny Guo
2952
- Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2953
- Copyright (c) 2018 Akash Kurdekar
2884
+ Copyright (c) 2014 Paho Lurie-Gregg
2954
2885
 
2955
2886
  Permission is hereby granted, free of charge, to any person obtaining a copy
2956
2887
  of this software and associated documentation files (the "Software"), to deal
@@ -2978,10 +2909,13 @@ SOFTWARE.
2978
2909
 
2979
2910
  ### Rust Crates:
2980
2911
 
2981
- - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
2912
+ - [rand](https://github.com/rust-random/rand) (0.8.5)
2913
+ - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
2914
+ - [rand_core](https://github.com/rust-random/rand) (0.6.4)
2982
2915
 
2983
2916
  ````text
2984
- Copyright (c) 2018 Carl Lerche
2917
+ Copyright 2018 Developers of the Rand project
2918
+ Copyright (c) 2014 The Rust Project Developers
2985
2919
 
2986
2920
  Permission is hereby granted, free of charge, to any
2987
2921
  person obtaining a copy of this software and associated
@@ -3015,34 +2949,36 @@ DEALINGS IN THE SOFTWARE.
3015
2949
 
3016
2950
  ### Rust Crates:
3017
2951
 
3018
- - [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
2952
+ - [idna](https://github.com/servo/rust-url/) (1.1.0)
2953
+ - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
2954
+ - [url](https://github.com/servo/rust-url) (2.5.8)
3019
2955
 
3020
2956
  ````text
3021
- MIT License
3022
-
3023
- Copyright 2013-2014 RAD Game Tools and Valve Software
3024
- Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
3025
- Copyright (c) 2017 Frommi
3026
- Copyright (c) 2017-2024 oyvindln
3027
-
2957
+ Copyright (c) 2013-2025 The rust-url developers
3028
2958
 
3029
- Permission is hereby granted, free of charge, to any person obtaining a copy
3030
- of this software and associated documentation files (the "Software"), to deal
3031
- in the Software without restriction, including without limitation the rights
3032
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3033
- copies of the Software, and to permit persons to whom the Software is
3034
- furnished to do so, subject to the following conditions:
2959
+ Permission is hereby granted, free of charge, to any
2960
+ person obtaining a copy of this software and associated
2961
+ documentation files (the "Software"), to deal in the
2962
+ Software without restriction, including without
2963
+ limitation the rights to use, copy, modify, merge,
2964
+ publish, distribute, sublicense, and/or sell copies of
2965
+ the Software, and to permit persons to whom the Software
2966
+ is furnished to do so, subject to the following
2967
+ conditions:
3035
2968
 
3036
- The above copyright notice and this permission notice shall be included in all
3037
- copies or substantial portions of the Software.
2969
+ The above copyright notice and this permission notice
2970
+ shall be included in all copies or substantial portions
2971
+ of the Software.
3038
2972
 
3039
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3040
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3041
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3042
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3043
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3044
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3045
- SOFTWARE.
2973
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2974
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2975
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2976
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2977
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2978
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2979
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2980
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2981
+ DEALINGS IN THE SOFTWARE.
3046
2982
 
3047
2983
  ````
3048
2984
 
@@ -3052,12 +2988,10 @@ SOFTWARE.
3052
2988
 
3053
2989
  ### Rust Crates:
3054
2990
 
3055
- - [rand](https://github.com/rust-random/rand) (0.8.5)
3056
- - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
3057
- - [rand_core](https://github.com/rust-random/rand) (0.6.4)
2991
+ - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
3058
2992
 
3059
2993
  ````text
3060
- Copyright 2018 Developers of the Rand project
2994
+ Copyright (c) 2018-2024 The rust-random Project Developers
3061
2995
  Copyright (c) 2014 The Rust Project Developers
3062
2996
 
3063
2997
  Permission is hereby granted, free of charge, to any
@@ -3092,12 +3026,10 @@ DEALINGS IN THE SOFTWARE.
3092
3026
 
3093
3027
  ### Rust Crates:
3094
3028
 
3095
- - [tower](https://github.com/tower-rs/tower) (0.5.3)
3096
- - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
3097
- - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
3029
+ - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
3098
3030
 
3099
3031
  ````text
3100
- Copyright (c) 2019 Tower Contributors
3032
+ Copyright (c) 2020-2025 The RustCrypto Project Developers
3101
3033
 
3102
3034
  Permission is hereby granted, free of charge, to any
3103
3035
  person obtaining a copy of this software and associated
@@ -3129,33 +3061,36 @@ DEALINGS IN THE SOFTWARE.
3129
3061
 
3130
3062
  ## The following dependencies are licensed under the MIT License:
3131
3063
 
3132
- ### NPM Packages:
3064
+ ### Rust Crates:
3133
3065
 
3134
- - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
3135
- - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
3066
+ - [libc](https://github.com/rust-lang/libc) (0.2.185)
3136
3067
 
3137
3068
  ````text
3138
- MIT License
3139
-
3140
- Copyright (c) Microsoft Corporation.
3069
+ Copyright (c) The Rust Project Developers
3141
3070
 
3142
- Permission is hereby granted, free of charge, to any person obtaining a copy
3143
- of this software and associated documentation files (the "Software"), to deal
3144
- in the Software without restriction, including without limitation the rights
3145
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3146
- copies of the Software, and to permit persons to whom the Software is
3147
- furnished to do so, subject to the following conditions:
3071
+ Permission is hereby granted, free of charge, to any
3072
+ person obtaining a copy of this software and associated
3073
+ documentation files (the "Software"), to deal in the
3074
+ Software without restriction, including without
3075
+ limitation the rights to use, copy, modify, merge,
3076
+ publish, distribute, sublicense, and/or sell copies of
3077
+ the Software, and to permit persons to whom the Software
3078
+ is furnished to do so, subject to the following
3079
+ conditions:
3148
3080
 
3149
- The above copyright notice and this permission notice shall be included in all
3150
- copies or substantial portions of the Software.
3081
+ The above copyright notice and this permission notice
3082
+ shall be included in all copies or substantial portions
3083
+ of the Software.
3151
3084
 
3152
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3153
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3154
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3155
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3156
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3157
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3158
- SOFTWARE
3085
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3086
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3087
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3088
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3089
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3090
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3091
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3092
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3093
+ DEALINGS IN THE SOFTWARE.
3159
3094
 
3160
3095
  ````
3161
3096
 
@@ -3165,10 +3100,11 @@ DEALINGS IN THE SOFTWARE.
3165
3100
 
3166
3101
  ### Rust Crates:
3167
3102
 
3168
- - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
3103
+ - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
3104
+ - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
3169
3105
 
3170
3106
  ````text
3171
- Copyright 2019-2024 YOSHIOKA Takuma
3107
+ Copyright (c) 2014 Alex Crichton
3172
3108
 
3173
3109
  Permission is hereby granted, free of charge, to any
3174
3110
  person obtaining a copy of this software and associated
@@ -3202,10 +3138,10 @@ DEALINGS IN THE SOFTWARE.
3202
3138
 
3203
3139
  ### Rust Crates:
3204
3140
 
3205
- - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
3141
+ - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
3206
3142
 
3207
3143
  ````text
3208
- Copyright (c) 2015 Steven Allen
3144
+ Copyright Mozilla Foundation
3209
3145
 
3210
3146
  Permission is hereby granted, free of charge, to any
3211
3147
  person obtaining a copy of this software and associated
@@ -3239,13 +3175,10 @@ DEALINGS IN THE SOFTWARE.
3239
3175
 
3240
3176
  ### Rust Crates:
3241
3177
 
3242
- - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
3243
- - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
3244
- - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
3245
- - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
3178
+ - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
3246
3179
 
3247
3180
  ````text
3248
- Copyright (c) 2019 Tokio Contributors
3181
+ Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
3249
3182
 
3250
3183
  Permission is hereby granted, free of charge, to any
3251
3184
  person obtaining a copy of this software and associated
@@ -3279,12 +3212,42 @@ DEALINGS IN THE SOFTWARE.
3279
3212
 
3280
3213
  ### NPM Packages:
3281
3214
 
3282
- - [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.11) (0.0.11)
3215
+ - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
3216
+
3217
+ ````text
3218
+ This software is released under the MIT license:
3219
+
3220
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
3221
+ this software and associated documentation files (the "Software"), to deal in
3222
+ the Software without restriction, including without limitation the rights to
3223
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3224
+ the Software, and to permit persons to whom the Software is furnished to do so,
3225
+ subject to the following conditions:
3226
+
3227
+ The above copyright notice and this permission notice shall be included in all
3228
+ copies or substantial portions of the Software.
3229
+
3230
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3231
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3232
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3233
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3234
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3235
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3236
+
3237
+ ````
3238
+
3239
+ ---
3240
+
3241
+ ## The following dependencies are licensed under the MIT License:
3242
+
3243
+ ### Rust Crates:
3244
+
3245
+ - [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
3283
3246
 
3284
3247
  ````text
3285
3248
  MIT License
3286
3249
 
3287
- Copyright (c) 2026 Huawei Device Co., Ltd.
3250
+ Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
3288
3251
 
3289
3252
  Permission is hereby granted, free of charge, to any person obtaining a copy
3290
3253
  of this software and associated documentation files (the "Software"), to deal
@@ -3312,10 +3275,42 @@ SOFTWARE.
3312
3275
 
3313
3276
  ### Rust Crates:
3314
3277
 
3315
- - [http](https://github.com/hyperium/http) (1.4.0)
3278
+ - [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
3316
3279
 
3317
3280
  ````text
3318
- Copyright (c) 2017 http-rs authors
3281
+ The MIT License (MIT)
3282
+
3283
+ Copyright (c) 2015 Bartłomiej Kamiński
3284
+
3285
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3286
+ of this software and associated documentation files (the "Software"), to deal
3287
+ in the Software without restriction, including without limitation the rights
3288
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3289
+ copies of the Software, and to permit persons to whom the Software is
3290
+ furnished to do so, subject to the following conditions:
3291
+
3292
+ The above copyright notice and this permission notice shall be included in all
3293
+ copies or substantial portions of the Software.
3294
+
3295
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3296
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3297
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3298
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3299
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3300
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3301
+ SOFTWARE.
3302
+ ````
3303
+
3304
+ ---
3305
+
3306
+ ## The following dependencies are licensed under the MIT License:
3307
+
3308
+ ### Rust Crates:
3309
+
3310
+ - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
3311
+
3312
+ ````text
3313
+ Copyright (c) 2019 Nick Fitzgerald
3319
3314
 
3320
3315
  Permission is hereby granted, free of charge, to any
3321
3316
  person obtaining a copy of this software and associated
@@ -3349,29 +3344,34 @@ DEALINGS IN THE SOFTWARE.
3349
3344
 
3350
3345
  ### Rust Crates:
3351
3346
 
3352
- - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
3347
+ - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
3353
3348
 
3354
3349
  ````text
3355
- Copyright (c) 2016-2025 Sean McArthur
3356
-
3357
- Permission is hereby granted, free of charge, to any person obtaining a copy
3358
- of this software and associated documentation files (the "Software"), to deal
3359
- in the Software without restriction, including without limitation the rights
3360
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3361
- copies of the Software, and to permit persons to whom the Software is
3362
- furnished to do so, subject to the following conditions:
3350
+ Copyright (c) 2018-2019 The RustCrypto Project Developers
3363
3351
 
3364
- The above copyright notice and this permission notice shall be included in
3365
- all copies or substantial portions of the Software.
3352
+ Permission is hereby granted, free of charge, to any
3353
+ person obtaining a copy of this software and associated
3354
+ documentation files (the "Software"), to deal in the
3355
+ Software without restriction, including without
3356
+ limitation the rights to use, copy, modify, merge,
3357
+ publish, distribute, sublicense, and/or sell copies of
3358
+ the Software, and to permit persons to whom the Software
3359
+ is furnished to do so, subject to the following
3360
+ conditions:
3366
3361
 
3367
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3368
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3369
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3370
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3371
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3372
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3373
- THE SOFTWARE.
3362
+ The above copyright notice and this permission notice
3363
+ shall be included in all copies or substantial portions
3364
+ of the Software.
3374
3365
 
3366
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3367
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3368
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3369
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3370
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3371
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3372
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3373
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3374
+ DEALINGS IN THE SOFTWARE.
3375
3375
 
3376
3376
  ````
3377
3377
 
@@ -3766,14 +3766,31 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
3766
3766
 
3767
3767
  ### Rust Crates:
3768
3768
 
3769
- - [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
3769
+ - [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
3770
+ - [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
3771
+ - [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
3772
+ - [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
3773
+ - [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
3774
+ - [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
3775
+ - [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
3776
+ - [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
3777
+ - [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
3778
+ - [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
3779
+ - [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
3780
+ - [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
3781
+ - [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
3782
+ - [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
3783
+ - [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
3784
+ - [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
3785
+ - [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
3786
+ - [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
3770
3787
 
3771
3788
  ````text
3772
3789
  UNICODE LICENSE V3
3773
3790
 
3774
3791
  COPYRIGHT AND PERMISSION NOTICE
3775
3792
 
3776
- Copyright © 1991-2023 Unicode, Inc.
3793
+ Copyright © 2020-2024 Unicode, Inc.
3777
3794
 
3778
3795
  NOTICE TO USER: Carefully read the following legal agreement. BY
3779
3796
  DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
@@ -3809,6 +3826,13 @@ not be used in advertising or otherwise to promote the sale, use or other
3809
3826
  dealings in these Data Files or Software without prior written
3810
3827
  authorization of the copyright holder.
3811
3828
 
3829
+ SPDX-License-Identifier: Unicode-3.0
3830
+
3831
+
3832
+
3833
+ Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
3834
+ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
3835
+
3812
3836
  ````
3813
3837
 
3814
3838
  ---
@@ -3817,31 +3841,14 @@ authorization of the copyright holder.
3817
3841
 
3818
3842
  ### Rust Crates:
3819
3843
 
3820
- - [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
3821
- - [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
3822
- - [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
3823
- - [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
3824
- - [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
3825
- - [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
3826
- - [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
3827
- - [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
3828
- - [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
3829
- - [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
3830
- - [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
3831
- - [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
3832
- - [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
3833
- - [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
3834
- - [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
3835
- - [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
3836
- - [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
3837
- - [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
3844
+ - [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
3838
3845
 
3839
3846
  ````text
3840
3847
  UNICODE LICENSE V3
3841
3848
 
3842
3849
  COPYRIGHT AND PERMISSION NOTICE
3843
3850
 
3844
- Copyright © 2020-2024 Unicode, Inc.
3851
+ Copyright © 1991-2023 Unicode, Inc.
3845
3852
 
3846
3853
  NOTICE TO USER: Carefully read the following legal agreement. BY
3847
3854
  DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
@@ -3877,12 +3884,5 @@ not be used in advertising or otherwise to promote the sale, use or other
3877
3884
  dealings in these Data Files or Software without prior written
3878
3885
  authorization of the copyright holder.
3879
3886
 
3880
- SPDX-License-Identifier: Unicode-3.0
3881
-
3882
-
3883
-
3884
- Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
3885
- ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
3886
-
3887
3887
  ````
3888
3888