@deveco-codegenie/mcp-bridge-darwin-x64 1.1.5 → 1.1.7

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.
@@ -7,42 +7,15 @@
7
7
 
8
8
  ### Licenses Breakdown:
9
9
 
10
- - MIT: 189
10
+ - MIT: 190
11
11
  - Unicode-3.0: 19
12
12
  - Apache-2.0: 7
13
13
  - 0BSD: 3
14
14
  - BSD-3-Clause: 1
15
15
  - ISC: 1
16
16
  - MPL-2.0: 1
17
- - UNKNOWN: 1
18
17
 
19
18
 
20
- ---
21
-
22
- ## The following dependencies are licensed under the 0BSD License:
23
-
24
- ### Rust Crates:
25
-
26
- - [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
27
-
28
- ````text
29
- BSD Zero Clause License
30
-
31
- Copyright (c) 2025 Goat
32
-
33
- Permission to use, copy, modify, and/or distribute this software for any
34
- purpose with or without fee is hereby granted.
35
-
36
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
37
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
38
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
39
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
40
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
41
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
42
- PERFORMANCE OF THIS SOFTWARE.
43
-
44
- ````
45
-
46
19
  ---
47
20
 
48
21
  ## The following dependencies are licensed under the 0BSD License:
@@ -95,13 +68,37 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
95
68
 
96
69
  ---
97
70
 
71
+ ## The following dependencies are licensed under the 0BSD License:
72
+
73
+ ### Rust Crates:
74
+
75
+ - [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
76
+
77
+ ````text
78
+ BSD Zero Clause License
79
+
80
+ Copyright (c) 2025 Goat
81
+
82
+ Permission to use, copy, modify, and/or distribute this software for any
83
+ purpose with or without fee is hereby granted.
84
+
85
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
86
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
87
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
88
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
89
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
90
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
91
+ PERFORMANCE OF THIS SOFTWARE.
92
+
93
+ ````
94
+
95
+ ---
96
+
98
97
  ## The following dependencies are licensed under the Apache-2.0 License:
99
98
 
100
99
  ### Rust Crates:
101
100
 
102
- - [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
103
- - [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
104
- - [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
101
+ - [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
105
102
 
106
103
  ````text
107
104
  Apache License
@@ -292,7 +289,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
292
289
  same "printed page" as the copyright notice for easier
293
290
  identification within third-party archives.
294
291
 
295
- Copyright [yyyy] [name of copyright owner]
292
+ Copyright 2011 Google Inc.
296
293
 
297
294
  Licensed under the Apache License, Version 2.0 (the "License");
298
295
  you may not use this file except in compliance with the License.
@@ -314,94 +311,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
314
311
 
315
312
  ### Rust Crates:
316
313
 
317
- - [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
318
- - [ryu](https://github.com/dtolnay/ryu) (1.0.23)
319
- - [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
320
-
321
- ````text
322
- Apache License
323
- Version 2.0, January 2004
324
- http://www.apache.org/licenses/
325
-
326
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
327
-
328
- 1. Definitions.
329
-
330
- "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
331
-
332
- "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
333
-
334
- "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.
335
-
336
- "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
337
-
338
- "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
339
-
340
- "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.
341
-
342
- "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).
343
-
344
- "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.
345
-
346
- "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."
347
-
348
- "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.
349
-
350
- 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.
351
-
352
- 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.
353
-
354
- 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:
355
-
356
- (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
357
-
358
- (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
359
-
360
- (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
361
-
362
- (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.
363
-
364
- 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.
365
-
366
- 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.
367
-
368
- 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.
369
-
370
- 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.
371
-
372
- 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.
373
-
374
- 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.
375
-
376
- END OF TERMS AND CONDITIONS
377
-
378
- APPENDIX: How to apply the Apache License to your work.
379
-
380
- 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.
381
-
382
- Copyright [yyyy] [name of copyright owner]
383
-
384
- Licensed under the Apache License, Version 2.0 (the "License");
385
- you may not use this file except in compliance with the License.
386
- You may obtain a copy of the License at
387
-
388
- http://www.apache.org/licenses/LICENSE-2.0
389
-
390
- Unless required by applicable law or agreed to in writing, software
391
- distributed under the License is distributed on an "AS IS" BASIS,
392
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
393
- See the License for the specific language governing permissions and
394
- limitations under the License.
395
-
396
- ````
397
-
398
- ---
399
-
400
- ## The following dependencies are licensed under the Apache-2.0 License:
401
-
402
- ### Rust Crates:
403
-
404
- - [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
314
+ - [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
315
+ - [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
316
+ - [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
405
317
 
406
318
  ````text
407
319
  Apache License
@@ -592,7 +504,7 @@ limitations under the License.
592
504
  same "printed page" as the copyright notice for easier
593
505
  identification within third-party archives.
594
506
 
595
- Copyright 2011 Google Inc.
507
+ Copyright [yyyy] [name of copyright owner]
596
508
 
597
509
  Licensed under the Apache License, Version 2.0 (the "License");
598
510
  you may not use this file except in compliance with the License.
@@ -610,6 +522,93 @@ limitations under the License.
610
522
 
611
523
  ---
612
524
 
525
+ ## The following dependencies are licensed under the Apache-2.0 License:
526
+
527
+ ### Rust Crates:
528
+
529
+ - [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
530
+ - [ryu](https://github.com/dtolnay/ryu) (1.0.23)
531
+ - [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
532
+
533
+ ````text
534
+ Apache License
535
+ Version 2.0, January 2004
536
+ http://www.apache.org/licenses/
537
+
538
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
539
+
540
+ 1. Definitions.
541
+
542
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
543
+
544
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
545
+
546
+ "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.
547
+
548
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
549
+
550
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
551
+
552
+ "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.
553
+
554
+ "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).
555
+
556
+ "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.
557
+
558
+ "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."
559
+
560
+ "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.
561
+
562
+ 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.
563
+
564
+ 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.
565
+
566
+ 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:
567
+
568
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
569
+
570
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
571
+
572
+ (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
573
+
574
+ (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.
575
+
576
+ 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.
577
+
578
+ 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.
579
+
580
+ 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.
581
+
582
+ 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.
583
+
584
+ 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.
585
+
586
+ 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.
587
+
588
+ END OF TERMS AND CONDITIONS
589
+
590
+ APPENDIX: How to apply the Apache License to your work.
591
+
592
+ 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.
593
+
594
+ Copyright [yyyy] [name of copyright owner]
595
+
596
+ Licensed under the Apache License, Version 2.0 (the "License");
597
+ you may not use this file except in compliance with the License.
598
+ You may obtain a copy of the License at
599
+
600
+ http://www.apache.org/licenses/LICENSE-2.0
601
+
602
+ Unless required by applicable law or agreed to in writing, software
603
+ distributed under the License is distributed on an "AS IS" BASIS,
604
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
605
+ See the License for the specific language governing permissions and
606
+ limitations under the License.
607
+
608
+ ````
609
+
610
+ ---
611
+
613
612
  ## The following dependencies are licensed under the BSD-3-Clause License:
614
613
 
615
614
  ### NPM Packages:
@@ -679,11 +678,12 @@ THIS SOFTWARE.
679
678
 
680
679
  ### Rust Crates:
681
680
 
682
- - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
681
+ - [tower](https://github.com/tower-rs/tower) (0.5.3)
682
+ - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
683
+ - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
683
684
 
684
685
  ````text
685
- Copyright (c) 2018-2024 The rust-random Project Developers
686
- Copyright (c) 2014 The Rust Project Developers
686
+ Copyright (c) 2019 Tower Contributors
687
687
 
688
688
  Permission is hereby granted, free of charge, to any
689
689
  person obtaining a copy of this software and associated
@@ -717,29 +717,16 @@ DEALINGS IN THE SOFTWARE.
717
717
 
718
718
  ### Rust Crates:
719
719
 
720
- - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
720
+ - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
721
721
 
722
722
  ````text
723
- Copyright (c) 2015-2025 Sean McArthur
723
+ Copyright 2017 Juniper Networks, Inc.
724
724
 
725
- Permission is hereby granted, free of charge, to any person obtaining a copy
726
- of this software and associated documentation files (the "Software"), to deal
727
- in the Software without restriction, including without limitation the rights
728
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
729
- copies of the Software, and to permit persons to whom the Software is
730
- furnished to do so, subject to the following conditions:
725
+ 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:
731
726
 
732
- The above copyright notice and this permission notice shall be included in
733
- all copies or substantial portions of the Software.
734
-
735
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
736
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
737
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
738
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
739
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
740
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
741
- THE SOFTWARE.
727
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
742
728
 
729
+ 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.
743
730
 
744
731
  ````
745
732
 
@@ -749,10 +736,14 @@ THE SOFTWARE.
749
736
 
750
737
  ### Rust Crates:
751
738
 
752
- - [mio](https://github.com/tokio-rs/mio) (1.2.0)
739
+ - [darling](https://github.com/TedDriggs/darling) (0.23.0)
740
+ - [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
741
+ - [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
753
742
 
754
743
  ````text
755
- Copyright (c) 2014 Carl Lerche and other MIO contributors
744
+ MIT License
745
+
746
+ Copyright (c) 2017 Ted Driggs
756
747
 
757
748
  Permission is hereby granted, free of charge, to any person obtaining a copy
758
749
  of this software and associated documentation files (the "Software"), to deal
@@ -761,16 +752,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
761
752
  copies of the Software, and to permit persons to whom the Software is
762
753
  furnished to do so, subject to the following conditions:
763
754
 
764
- The above copyright notice and this permission notice shall be included in
765
- all copies or substantial portions of the Software.
755
+ The above copyright notice and this permission notice shall be included in all
756
+ copies or substantial portions of the Software.
766
757
 
767
758
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
768
759
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
769
760
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
770
761
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
771
762
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
772
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
773
- THE SOFTWARE.
763
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
764
+ SOFTWARE.
774
765
 
775
766
  ````
776
767
 
@@ -780,15 +771,13 @@ THE SOFTWARE.
780
771
 
781
772
  ### Rust Crates:
782
773
 
783
- - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
784
- - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
785
- - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
786
- - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
787
- - [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
788
- - [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
774
+ - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
775
+ - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
789
776
 
790
777
  ````text
791
- Copyright (c) 2019 Tokio Contributors
778
+ Copyright (c) 2006-2009 Graydon Hoare
779
+ Copyright (c) 2009-2013 Mozilla Foundation
780
+ Copyright (c) 2016 Artyom Pavlov
792
781
 
793
782
  Permission is hereby granted, free of charge, to any
794
783
  person obtaining a copy of this software and associated
@@ -822,71 +811,6 @@ DEALINGS IN THE SOFTWARE.
822
811
 
823
812
  ### Rust Crates:
824
813
 
825
- - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
826
-
827
- ````text
828
- Copyright (c) 2017 Sean McArthur
829
-
830
- Permission is hereby granted, free of charge, to any person obtaining a copy
831
- of this software and associated documentation files (the "Software"), to deal
832
- in the Software without restriction, including without limitation the rights
833
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
834
- copies of the Software, and to permit persons to whom the Software is
835
- furnished to do so, subject to the following conditions:
836
-
837
- The above copyright notice and this permission notice shall be included in
838
- all copies or substantial portions of the Software.
839
-
840
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
841
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
842
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
843
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
844
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
845
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
846
- THE SOFTWARE.
847
-
848
-
849
- ````
850
-
851
- ---
852
-
853
- ## The following dependencies are licensed under the MIT License:
854
-
855
- ### NPM Packages:
856
-
857
- - [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
858
-
859
- ````text
860
- The MIT License (MIT)
861
-
862
- Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
863
-
864
- Permission is hereby granted, free of charge, to any person obtaining a copy
865
- of this software and associated documentation files (the "Software"), to deal
866
- in the Software without restriction, including without limitation the rights
867
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
868
- copies of the Software, and to permit persons to whom the Software is
869
- furnished to do so, subject to the following conditions:
870
-
871
- The above copyright notice and this permission notice shall be included in
872
- all copies or substantial portions of the Software.
873
-
874
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
875
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
876
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
877
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
878
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
879
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
880
- THE SOFTWARE.
881
-
882
- ````
883
-
884
- ---
885
-
886
- ## The following dependencies are licensed under the MIT License:
887
-
888
- ### Rust Crates:
889
-
890
814
  - [zip](https://github.com/zip-rs/zip2) (2.4.2)
891
815
 
892
816
  ````text
@@ -920,15 +844,15 @@ licences; see files named LICENSE.*.txt for details.
920
844
 
921
845
  ## The following dependencies are licensed under the MIT License:
922
846
 
923
- ### NPM Packages:
847
+ ### Rust Crates:
924
848
 
925
- - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
926
- - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
849
+ - [schemars](https://github.com/GREsau/schemars) (1.2.1)
850
+ - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
927
851
 
928
852
  ````text
929
853
  MIT License
930
854
 
931
- Copyright (c) 2017 Evgeny Poberezkin
855
+ Copyright (c) 2019 Graham Esau
932
856
 
933
857
  Permission is hereby granted, free of charge, to any person obtaining a copy
934
858
  of this software and associated documentation files (the "Software"), to deal
@@ -956,10 +880,10 @@ SOFTWARE.
956
880
 
957
881
  ### Rust Crates:
958
882
 
959
- - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
883
+ - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
960
884
 
961
885
  ````text
962
- Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
886
+ Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
963
887
 
964
888
  Permission is hereby granted, free of charge, to any
965
889
  person obtaining a copy of this software and associated
@@ -991,33 +915,32 @@ DEALINGS IN THE SOFTWARE.
991
915
 
992
916
  ## The following dependencies are licensed under the MIT License:
993
917
 
994
- ### NPM Packages:
918
+ ### Rust Crates:
995
919
 
996
- - [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
920
+ - [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
921
+ - [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
997
922
 
998
923
  ````text
999
924
  The MIT License (MIT)
1000
925
 
1001
- Copyright (c) 2015-2021 Evgeny Poberezkin
926
+ Copyright (c) 2015 Steven Fackler
1002
927
 
1003
- Permission is hereby granted, free of charge, to any person obtaining a copy
1004
- of this software and associated documentation files (the "Software"), to deal
1005
- in the Software without restriction, including without limitation the rights
1006
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1007
- copies of the Software, and to permit persons to whom the Software is
1008
- furnished to do so, subject to the following conditions:
928
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
929
+ this software and associated documentation files (the "Software"), to deal in
930
+ the Software without restriction, including without limitation the rights to
931
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
932
+ the Software, and to permit persons to whom the Software is furnished to do so,
933
+ subject to the following conditions:
1009
934
 
1010
935
  The above copyright notice and this permission notice shall be included in all
1011
936
  copies or substantial portions of the Software.
1012
937
 
1013
938
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1014
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1015
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1016
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1017
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1018
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1019
- SOFTWARE.
1020
-
939
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
940
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
941
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
942
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
943
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1021
944
 
1022
945
  ````
1023
946
 
@@ -1027,32 +950,34 @@ SOFTWARE.
1027
950
 
1028
951
  ### Rust Crates:
1029
952
 
1030
- - [educe](https://github.com/magiclen/educe) (0.5.11)
1031
- - [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
1032
- - [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
953
+ - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
1033
954
 
1034
955
  ````text
1035
- MIT License
1036
-
1037
- Copyright (c) 2023 magiclen.org (Ron Li)
956
+ Copyright (c) 2010 The Rust Project Developers
1038
957
 
1039
- Permission is hereby granted, free of charge, to any person obtaining a copy
1040
- of this software and associated documentation files (the "Software"), to deal
1041
- in the Software without restriction, including without limitation the rights
1042
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1043
- copies of the Software, and to permit persons to whom the Software is
1044
- furnished to do so, subject to the following conditions:
958
+ Permission is hereby granted, free of charge, to any
959
+ person obtaining a copy of this software and associated
960
+ documentation files (the "Software"), to deal in the
961
+ Software without restriction, including without
962
+ limitation the rights to use, copy, modify, merge,
963
+ publish, distribute, sublicense, and/or sell copies of
964
+ the Software, and to permit persons to whom the Software
965
+ is furnished to do so, subject to the following
966
+ conditions:
1045
967
 
1046
- The above copyright notice and this permission notice shall be included in all
1047
- copies or substantial portions of the Software.
968
+ The above copyright notice and this permission notice
969
+ shall be included in all copies or substantial portions
970
+ of the Software.
1048
971
 
1049
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1050
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1051
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1052
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1053
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1054
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1055
- SOFTWARE.
972
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
973
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
974
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
975
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
976
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
977
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
978
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
979
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
980
+ DEALINGS IN THE SOFTWARE.
1056
981
 
1057
982
  ````
1058
983
 
@@ -1062,13 +987,13 @@ SOFTWARE.
1062
987
 
1063
988
  ### Rust Crates:
1064
989
 
1065
- - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
990
+ - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
1066
991
 
1067
992
  ````text
1068
- The MIT License (MIT)
993
+ MIT License
1069
994
 
1070
- Copyright (c) 2015-2020 Julien Cretin
1071
- Copyright (c) 2017-2020 Google Inc.
995
+ Copyright (c) 2019 Yoshua Wuyts
996
+ Copyright (c) Tokio Contributors
1072
997
 
1073
998
  Permission is hereby granted, free of charge, to any person obtaining a copy
1074
999
  of this software and associated documentation files (the "Software"), to deal
@@ -1094,14 +1019,14 @@ SOFTWARE.
1094
1019
 
1095
1020
  ## The following dependencies are licensed under the MIT License:
1096
1021
 
1097
- ### Rust Crates:
1022
+ ### NPM Packages:
1098
1023
 
1099
- - [nix](https://github.com/nix-rust/nix) (0.31.2)
1024
+ - [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
1100
1025
 
1101
1026
  ````text
1102
1027
  The MIT License (MIT)
1103
1028
 
1104
- Copyright (c) 2015 Carl Lerche + nix-rust Authors
1029
+ Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
1105
1030
 
1106
1031
  Permission is hereby granted, free of charge, to any person obtaining a copy
1107
1032
  of this software and associated documentation files (the "Software"), to deal
@@ -1129,11 +1054,11 @@ THE SOFTWARE.
1129
1054
 
1130
1055
  ### Rust Crates:
1131
1056
 
1132
- - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
1133
- - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
1057
+ - [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
1134
1058
 
1135
1059
  ````text
1136
- Copyright (c) 2014 Alex Crichton
1060
+ Copyright (c) 2018-2026 The rust-random Project Developers
1061
+ Copyright (c) 2014 The Rust Project Developers
1137
1062
 
1138
1063
  Permission is hereby granted, free of charge, to any
1139
1064
  person obtaining a copy of this software and associated
@@ -1167,46 +1092,10 @@ DEALINGS IN THE SOFTWARE.
1167
1092
 
1168
1093
  ### Rust Crates:
1169
1094
 
1170
- - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
1171
- - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
1172
- - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
1173
-
1174
- ````text
1175
- MIT License
1176
-
1177
- Copyright (c) Tokio Contributors
1178
-
1179
- Permission is hereby granted, free of charge, to any person obtaining a copy
1180
- of this software and associated documentation files (the "Software"), to deal
1181
- in the Software without restriction, including without limitation the rights
1182
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1183
- copies of the Software, and to permit persons to whom the Software is
1184
- furnished to do so, subject to the following conditions:
1185
-
1186
- The above copyright notice and this permission notice shall be included in all
1187
- copies or substantial portions of the Software.
1188
-
1189
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1190
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1191
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1192
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1193
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1194
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1195
- SOFTWARE.
1196
-
1197
- ````
1198
-
1199
- ---
1200
-
1201
- ## The following dependencies are licensed under the MIT License:
1202
-
1203
- ### Rust Crates:
1204
-
1205
- - [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
1095
+ - [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
1206
1096
 
1207
1097
  ````text
1208
- Copyright (c) 2018-2026 The rust-random Project Developers
1209
- Copyright (c) 2014 The Rust Project Developers
1098
+ Copyright (c) 2021 RustCrypto Developers
1210
1099
 
1211
1100
  Permission is hereby granted, free of charge, to any
1212
1101
  person obtaining a copy of this software and associated
@@ -1240,12 +1129,48 @@ DEALINGS IN THE SOFTWARE.
1240
1129
 
1241
1130
  ### Rust Crates:
1242
1131
 
1243
- - [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
1132
+ - [directories](https://github.com/soc/directories-rs) (6.0.0)
1244
1133
 
1245
1134
  ````text
1246
- MIT License
1135
+ Copyright (c) 2018 directories-rs contributors
1136
+
1137
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1138
+ of this software and associated documentation files (the "Software"), to deal
1139
+ in the Software without restriction, including without limitation the rights
1140
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1141
+ copies of the Software, and to permit persons to whom the Software is
1142
+ furnished to do so, subject to the following conditions:
1143
+
1144
+ The above copyright notice and this permission notice shall be included in all
1145
+ copies or substantial portions of the Software.
1146
+
1147
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1148
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1149
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1150
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1151
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1152
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1153
+ SOFTWARE.
1154
+
1155
+ ````
1156
+
1157
+ ---
1158
+
1159
+ ## The following dependencies are licensed under the MIT License:
1160
+
1161
+ ### Rust Crates:
1162
+
1163
+ - [humantime](https://github.com/chronotope/humantime) (2.3.0)
1164
+
1165
+ ````text
1166
+ Copyright (c) 2016 The humantime Developers
1167
+
1168
+ Includes parts of http date with the following copyright:
1169
+ Copyright (c) 2016 Pyfisch
1170
+
1171
+ Includes portions of musl libc with the following copyright:
1172
+ Copyright © 2005-2013 Rich Felker
1247
1173
 
1248
- Copyright (c) 2018-2021 The RustCrypto Project Developers
1249
1174
 
1250
1175
  Permission is hereby granted, free of charge, to any person obtaining a copy
1251
1176
  of this software and associated documentation files (the "Software"), to deal
@@ -1273,34 +1198,30 @@ SOFTWARE.
1273
1198
 
1274
1199
  ### Rust Crates:
1275
1200
 
1276
- - [fnv](https://github.com/servo/rust-fnv) (1.0.7)
1201
+ - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
1277
1202
 
1278
1203
  ````text
1279
- Copyright (c) 2017 Contributors
1204
+ MIT License
1280
1205
 
1281
- Permission is hereby granted, free of charge, to any
1282
- person obtaining a copy of this software and associated
1283
- documentation files (the "Software"), to deal in the
1284
- Software without restriction, including without
1285
- limitation the rights to use, copy, modify, merge,
1286
- publish, distribute, sublicense, and/or sell copies of
1287
- the Software, and to permit persons to whom the Software
1288
- is furnished to do so, subject to the following
1289
- conditions:
1206
+ Copyright (c) [2021] [Marvin Countryman]
1290
1207
 
1291
- The above copyright notice and this permission notice
1292
- shall be included in all copies or substantial portions
1293
- of the Software.
1208
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1209
+ of this software and associated documentation files (the "Software"), to deal
1210
+ in the Software without restriction, including without limitation the rights
1211
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1212
+ copies of the Software, and to permit persons to whom the Software is
1213
+ furnished to do so, subject to the following conditions:
1294
1214
 
1295
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1296
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1297
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1298
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1299
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1300
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1301
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1302
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1303
- DEALINGS IN THE SOFTWARE.
1215
+ The above copyright notice and this permission notice shall be included in all
1216
+ copies or substantial portions of the Software.
1217
+
1218
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1219
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1220
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1221
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1222
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1223
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1224
+ SOFTWARE.
1304
1225
 
1305
1226
  ````
1306
1227
 
@@ -1310,10 +1231,96 @@ DEALINGS IN THE SOFTWARE.
1310
1231
 
1311
1232
  ### Rust Crates:
1312
1233
 
1313
- - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
1234
+ - [typenum](https://github.com/paholg/typenum) (1.19.0)
1314
1235
 
1315
1236
  ````text
1316
- Copyright (c) 2016 Anthony Ramine
1237
+ The MIT License (MIT)
1238
+
1239
+ Copyright (c) 2014 Paho Lurie-Gregg
1240
+
1241
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1242
+ of this software and associated documentation files (the "Software"), to deal
1243
+ in the Software without restriction, including without limitation the rights
1244
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1245
+ copies of the Software, and to permit persons to whom the Software is
1246
+ furnished to do so, subject to the following conditions:
1247
+
1248
+ The above copyright notice and this permission notice shall be included in all
1249
+ copies or substantial portions of the Software.
1250
+
1251
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1252
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1253
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1254
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1255
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1256
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1257
+ SOFTWARE.
1258
+
1259
+ ````
1260
+
1261
+ ---
1262
+
1263
+ ## The following dependencies are licensed under the MIT License:
1264
+
1265
+ ### Rust Crates:
1266
+
1267
+ - [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
1268
+ - [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
1269
+ - [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
1270
+ - [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
1271
+
1272
+ ````text
1273
+ 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:
1274
+
1275
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1276
+
1277
+ 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.
1278
+ ````
1279
+
1280
+ ---
1281
+
1282
+ ## The following dependencies are licensed under the MIT License:
1283
+
1284
+ ### NPM Packages:
1285
+
1286
+ - [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
1287
+
1288
+ ````text
1289
+ The MIT License (MIT)
1290
+
1291
+ Copyright (c) 2015-2021 Evgeny Poberezkin
1292
+
1293
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1294
+ of this software and associated documentation files (the "Software"), to deal
1295
+ in the Software without restriction, including without limitation the rights
1296
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1297
+ copies of the Software, and to permit persons to whom the Software is
1298
+ furnished to do so, subject to the following conditions:
1299
+
1300
+ The above copyright notice and this permission notice shall be included in all
1301
+ copies or substantial portions of the Software.
1302
+
1303
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1304
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1305
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1306
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1307
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1308
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1309
+ SOFTWARE.
1310
+
1311
+
1312
+ ````
1313
+
1314
+ ---
1315
+
1316
+ ## The following dependencies are licensed under the MIT License:
1317
+
1318
+ ### Rust Crates:
1319
+
1320
+ - [http](https://github.com/hyperium/http) (1.4.0)
1321
+
1322
+ ````text
1323
+ Copyright (c) 2017 http-rs authors
1317
1324
 
1318
1325
  Permission is hereby granted, free of charge, to any
1319
1326
  person obtaining a copy of this software and associated
@@ -1380,10 +1387,11 @@ SOFTWARE.
1380
1387
 
1381
1388
  ### Rust Crates:
1382
1389
 
1383
- - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
1390
+ - [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
1391
+ - [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
1384
1392
 
1385
1393
  ````text
1386
- Copyright (c) 2019-2021 Tower Contributors
1394
+ Copyright (c) 2012-2013 Mozilla Foundation
1387
1395
 
1388
1396
  Permission is hereby granted, free of charge, to any
1389
1397
  person obtaining a copy of this software and associated
@@ -1417,10 +1425,10 @@ DEALINGS IN THE SOFTWARE.
1417
1425
 
1418
1426
  ### Rust Crates:
1419
1427
 
1420
- - [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
1428
+ - [fnv](https://github.com/servo/rust-fnv) (1.0.7)
1421
1429
 
1422
1430
  ````text
1423
- Copyright (c) 2017 tokio-jsonrpc developers
1431
+ Copyright (c) 2017 Contributors
1424
1432
 
1425
1433
  Permission is hereby granted, free of charge, to any
1426
1434
  person obtaining a copy of this software and associated
@@ -1454,28 +1462,16 @@ DEALINGS IN THE SOFTWARE.
1454
1462
 
1455
1463
  ### Rust Crates:
1456
1464
 
1457
- - [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
1465
+ - [synstructure](https://github.com/mystor/synstructure) (0.13.2)
1458
1466
 
1459
1467
  ````text
1460
- Copyright (c) 2019 Eliza Weisman
1468
+ Copyright 2016 Nika Layzell
1461
1469
 
1462
- Permission is hereby granted, free of charge, to any person obtaining a copy
1463
- of this software and associated documentation files (the "Software"), to deal
1464
- in the Software without restriction, including without limitation the rights
1465
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1466
- copies of the Software, and to permit persons to whom the Software is
1467
- furnished to do so, subject to the following conditions:
1470
+ 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:
1468
1471
 
1469
- The above copyright notice and this permission notice shall be included in
1470
- all copies or substantial portions of the Software.
1472
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1471
1473
 
1472
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1473
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1474
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1475
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1476
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1477
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1478
- THE SOFTWARE.
1474
+ 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.
1479
1475
 
1480
1476
  ````
1481
1477
 
@@ -1485,10 +1481,14 @@ THE SOFTWARE.
1485
1481
 
1486
1482
  ### Rust Crates:
1487
1483
 
1488
- - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
1484
+ - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
1485
+ - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
1486
+ - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
1489
1487
 
1490
1488
  ````text
1491
- Copyright (c) 2023-2025 Sean McArthur
1489
+ MIT License
1490
+
1491
+ Copyright (c) Tokio Contributors
1492
1492
 
1493
1493
  Permission is hereby granted, free of charge, to any person obtaining a copy
1494
1494
  of this software and associated documentation files (the "Software"), to deal
@@ -1497,16 +1497,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1497
1497
  copies of the Software, and to permit persons to whom the Software is
1498
1498
  furnished to do so, subject to the following conditions:
1499
1499
 
1500
- The above copyright notice and this permission notice shall be included in
1501
- all copies or substantial portions of the Software.
1500
+ The above copyright notice and this permission notice shall be included in all
1501
+ copies or substantial portions of the Software.
1502
1502
 
1503
1503
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1504
1504
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1505
1505
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1506
1506
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1507
1507
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1508
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1509
- THE SOFTWARE.
1508
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1509
+ SOFTWARE.
1510
1510
 
1511
1511
  ````
1512
1512
 
@@ -1516,10 +1516,10 @@ THE SOFTWARE.
1516
1516
 
1517
1517
  ### Rust Crates:
1518
1518
 
1519
- - [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
1519
+ - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
1520
1520
 
1521
1521
  ````text
1522
- Copyright (c) 2021 RustCrypto Developers
1522
+ Copyright (c) 2013-2016 The rust-url developers
1523
1523
 
1524
1524
  Permission is hereby granted, free of charge, to any
1525
1525
  person obtaining a copy of this software and associated
@@ -1553,12 +1553,14 @@ DEALINGS IN THE SOFTWARE.
1553
1553
 
1554
1554
  ### Rust Crates:
1555
1555
 
1556
- - [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
1556
+ - [educe](https://github.com/magiclen/educe) (0.5.11)
1557
+ - [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
1558
+ - [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
1557
1559
 
1558
1560
  ````text
1559
1561
  MIT License
1560
1562
 
1561
- Copyright (c) 2017 Nikolai Vazquez
1563
+ Copyright (c) 2023 magiclen.org (Ron Li)
1562
1564
 
1563
1565
  Permission is hereby granted, free of charge, to any person obtaining a copy
1564
1566
  of this software and associated documentation files (the "Software"), to deal
@@ -1586,26 +1588,81 @@ SOFTWARE.
1586
1588
 
1587
1589
  ### Rust Crates:
1588
1590
 
1589
- - [darling](https://github.com/TedDriggs/darling) (0.23.0)
1590
- - [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
1591
- - [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
1591
+ - [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
1592
1592
 
1593
1593
  ````text
1594
- MIT License
1595
-
1596
- Copyright (c) 2017 Ted Driggs
1594
+ Copyright (c) 2016 Amanieu d'Antras
1597
1595
 
1598
- Permission is hereby granted, free of charge, to any person obtaining a copy
1599
- of this software and associated documentation files (the "Software"), to deal
1600
- in the Software without restriction, including without limitation the rights
1601
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1602
- copies of the Software, and to permit persons to whom the Software is
1603
- furnished to do so, subject to the following conditions:
1596
+ Permission is hereby granted, free of charge, to any
1597
+ person obtaining a copy of this software and associated
1598
+ documentation files (the "Software"), to deal in the
1599
+ Software without restriction, including without
1600
+ limitation the rights to use, copy, modify, merge,
1601
+ publish, distribute, sublicense, and/or sell copies of
1602
+ the Software, and to permit persons to whom the Software
1603
+ is furnished to do so, subject to the following
1604
+ conditions:
1604
1605
 
1605
- The above copyright notice and this permission notice shall be included in all
1606
- copies or substantial portions of the Software.
1606
+ The above copyright notice and this permission notice
1607
+ shall be included in all copies or substantial portions
1608
+ of the Software.
1607
1609
 
1608
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1610
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1611
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1612
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1613
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1614
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1615
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1616
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1617
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1618
+ DEALINGS IN THE SOFTWARE.
1619
+
1620
+ ````
1621
+
1622
+ ---
1623
+
1624
+ ## The following dependencies are licensed under the MIT License:
1625
+
1626
+ ### Rust Crates:
1627
+
1628
+ - [tarpc](https://github.com/google/tarpc) (0.37.0)
1629
+ - [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
1630
+
1631
+ ````text
1632
+ The MIT License (MIT)
1633
+
1634
+ Copyright 2016 Google Inc. All Rights Reserved.
1635
+
1636
+ 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:
1637
+
1638
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1639
+
1640
+ 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.
1641
+
1642
+ ````
1643
+
1644
+ ---
1645
+
1646
+ ## The following dependencies are licensed under the MIT License:
1647
+
1648
+ ### Rust Crates:
1649
+
1650
+ - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
1651
+
1652
+ ````text
1653
+ Copyright (c) 2016 The rust-native-tls Developers
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 all
1663
+ copies or substantial portions of the Software.
1664
+
1665
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1609
1666
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1610
1667
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1611
1668
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
@@ -1621,10 +1678,11 @@ SOFTWARE.
1621
1678
 
1622
1679
  ### Rust Crates:
1623
1680
 
1624
- - [directories](https://github.com/soc/directories-rs) (6.0.0)
1681
+ - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
1682
+ - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
1625
1683
 
1626
1684
  ````text
1627
- Copyright (c) 2018 directories-rs contributors
1685
+ Copyright (c) 2018-2019 dirs-rs contributors
1628
1686
 
1629
1687
  Permission is hereby granted, free of charge, to any person obtaining a copy
1630
1688
  of this software and associated documentation files (the "Software"), to deal
@@ -1652,10 +1710,12 @@ SOFTWARE.
1652
1710
 
1653
1711
  ### Rust Crates:
1654
1712
 
1655
- - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
1713
+ - [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
1656
1714
 
1657
1715
  ````text
1658
- Copyright (c) 2018 Carl Lerche
1716
+ Copyright (c) 2017 Carl Lerche
1717
+ Copyright (c) 2018 Bastian Köcher
1718
+ Copyright (c) 2019-2020 Artem Vorotnikov
1659
1719
 
1660
1720
  Permission is hereby granted, free of charge, to any
1661
1721
  person obtaining a copy of this software and associated
@@ -1687,13 +1747,14 @@ DEALINGS IN THE SOFTWARE.
1687
1747
 
1688
1748
  ## The following dependencies are licensed under the MIT License:
1689
1749
 
1690
- ### Rust Crates:
1750
+ ### NPM Packages:
1691
1751
 
1692
- - [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
1752
+ - [json5](https://github.com/json5/json5) (2.2.3)
1693
1753
 
1694
1754
  ````text
1695
- Copyright (c) 2017 Daniel Abramov
1696
- Copyright (c) 2017 Alexey Galakhov
1755
+ MIT License
1756
+
1757
+ Copyright (c) 2012-2018 Aseem Kishore, and [others].
1697
1758
 
1698
1759
  Permission is hereby granted, free of charge, to any person obtaining a copy
1699
1760
  of this software and associated documentation files (the "Software"), to deal
@@ -1702,16 +1763,18 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1702
1763
  copies of the Software, and to permit persons to whom the Software is
1703
1764
  furnished to do so, subject to the following conditions:
1704
1765
 
1705
- The above copyright notice and this permission notice shall be included in
1706
- all copies or substantial portions of the Software.
1766
+ The above copyright notice and this permission notice shall be included in all
1767
+ copies or substantial portions of the Software.
1707
1768
 
1708
1769
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1709
1770
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1710
1771
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1711
1772
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1712
1773
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1713
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1714
- THE SOFTWARE.
1774
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1775
+ SOFTWARE.
1776
+
1777
+ [others]: https://github.com/json5/json5/contributors
1715
1778
 
1716
1779
  ````
1717
1780
 
@@ -1721,12 +1784,15 @@ THE SOFTWARE.
1721
1784
 
1722
1785
  ### Rust Crates:
1723
1786
 
1724
- - [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
1787
+ - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
1788
+ - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
1789
+ - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
1790
+ - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
1725
1791
 
1726
1792
  ````text
1727
- MIT License
1793
+ The MIT License (MIT)
1728
1794
 
1729
- Copyright (c) 2025 rutrum
1795
+ Copyright (c) 2015 Andrew Gallant
1730
1796
 
1731
1797
  Permission is hereby granted, free of charge, to any person obtaining a copy
1732
1798
  of this software and associated documentation files (the "Software"), to deal
@@ -1735,16 +1801,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1735
1801
  copies of the Software, and to permit persons to whom the Software is
1736
1802
  furnished to do so, subject to the following conditions:
1737
1803
 
1738
- The above copyright notice and this permission notice shall be included in all
1739
- copies or substantial portions of the Software.
1804
+ The above copyright notice and this permission notice shall be included in
1805
+ all copies or substantial portions of the Software.
1740
1806
 
1741
1807
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1742
1808
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1743
1809
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1744
1810
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1745
1811
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1746
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1747
- SOFTWARE.
1812
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1813
+ THE SOFTWARE.
1814
+
1748
1815
  ````
1749
1816
 
1750
1817
  ---
@@ -1753,34 +1820,29 @@ SOFTWARE.
1753
1820
 
1754
1821
  ### Rust Crates:
1755
1822
 
1756
- - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
1823
+ - [want](https://github.com/seanmonstar/want) (0.3.1)
1757
1824
 
1758
1825
  ````text
1759
- Copyright (c) 2019 Nick Fitzgerald
1826
+ Copyright (c) 2018-2019 Sean McArthur
1760
1827
 
1761
- Permission is hereby granted, free of charge, to any
1762
- person obtaining a copy of this software and associated
1763
- documentation files (the "Software"), to deal in the
1764
- Software without restriction, including without
1765
- limitation the rights to use, copy, modify, merge,
1766
- publish, distribute, sublicense, and/or sell copies of
1767
- the Software, and to permit persons to whom the Software
1768
- is furnished to do so, subject to the following
1769
- conditions:
1828
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1829
+ of this software and associated documentation files (the "Software"), to deal
1830
+ in the Software without restriction, including without limitation the rights
1831
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1832
+ copies of the Software, and to permit persons to whom the Software is
1833
+ furnished to do so, subject to the following conditions:
1770
1834
 
1771
- The above copyright notice and this permission notice
1772
- shall be included in all copies or substantial portions
1773
- of the Software.
1835
+ The above copyright notice and this permission notice shall be included in
1836
+ all copies or substantial portions of the Software.
1837
+
1838
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1839
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1840
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1841
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1842
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1843
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1844
+ THE SOFTWARE.
1774
1845
 
1775
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1776
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1777
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1778
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1779
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1780
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1781
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1782
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1783
- DEALINGS IN THE SOFTWARE.
1784
1846
 
1785
1847
  ````
1786
1848
 
@@ -1788,15 +1850,14 @@ DEALINGS IN THE SOFTWARE.
1788
1850
 
1789
1851
  ## The following dependencies are licensed under the MIT License:
1790
1852
 
1791
- ### Rust Crates:
1853
+ ### NPM Packages:
1792
1854
 
1793
- - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
1855
+ - [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.9) (0.0.9)
1794
1856
 
1795
1857
  ````text
1796
1858
  MIT License
1797
1859
 
1798
- Copyright (c) 2019 Yoshua Wuyts
1799
- Copyright (c) Tokio Contributors
1860
+ Copyright (c) 2026 Huawei Device Co., Ltd.
1800
1861
 
1801
1862
  Permission is hereby granted, free of charge, to any person obtaining a copy
1802
1863
  of this software and associated documentation files (the "Software"), to deal
@@ -1822,36 +1883,32 @@ SOFTWARE.
1822
1883
 
1823
1884
  ## The following dependencies are licensed under the MIT License:
1824
1885
 
1825
- ### Rust Crates:
1886
+ ### NPM Packages:
1826
1887
 
1827
- - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
1888
+ - [undici-types](https://github.com/nodejs/undici) (6.21.0)
1828
1889
 
1829
1890
  ````text
1830
- Copyright (c) 2016--2023
1891
+ MIT License
1831
1892
 
1832
- Permission is hereby granted, free of charge, to any
1833
- person obtaining a copy of this software and associated
1834
- documentation files (the "Software"), to deal in the
1835
- Software without restriction, including without
1836
- limitation the rights to use, copy, modify, merge,
1837
- publish, distribute, sublicense, and/or sell copies of
1838
- the Software, and to permit persons to whom the Software
1839
- is furnished to do so, subject to the following
1840
- conditions:
1893
+ Copyright (c) Matteo Collina and Undici contributors
1841
1894
 
1842
- The above copyright notice and this permission notice
1843
- shall be included in all copies or substantial portions
1844
- of the Software.
1895
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1896
+ of this software and associated documentation files (the "Software"), to deal
1897
+ in the Software without restriction, including without limitation the rights
1898
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1899
+ copies of the Software, and to permit persons to whom the Software is
1900
+ furnished to do so, subject to the following conditions:
1845
1901
 
1846
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1847
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1848
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1849
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1850
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1851
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1852
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1853
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1854
- DEALINGS IN THE SOFTWARE.
1902
+ The above copyright notice and this permission notice shall be included in all
1903
+ copies or substantial portions of the Software.
1904
+
1905
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1906
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1907
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1908
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1909
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1910
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1911
+ SOFTWARE.
1855
1912
 
1856
1913
  ````
1857
1914
 
@@ -1861,10 +1918,10 @@ DEALINGS IN THE SOFTWARE.
1861
1918
 
1862
1919
  ### Rust Crates:
1863
1920
 
1864
- - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
1921
+ - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
1865
1922
 
1866
1923
  ````text
1867
- Copyright (c) 2010 The Rust Project Developers
1924
+ Copyright (c) 2018-2019 The RustCrypto Project Developers
1868
1925
 
1869
1926
  Permission is hereby granted, free of charge, to any
1870
1927
  person obtaining a copy of this software and associated
@@ -1898,34 +1955,28 @@ DEALINGS IN THE SOFTWARE.
1898
1955
 
1899
1956
  ### Rust Crates:
1900
1957
 
1901
- - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
1958
+ - [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
1902
1959
 
1903
1960
  ````text
1904
- Copyright Mozilla Foundation
1961
+ MIT License
1905
1962
 
1906
- Permission is hereby granted, free of charge, to any
1907
- person obtaining a copy of this software and associated
1908
- documentation files (the "Software"), to deal in the
1909
- Software without restriction, including without
1910
- limitation the rights to use, copy, modify, merge,
1911
- publish, distribute, sublicense, and/or sell copies of
1912
- the Software, and to permit persons to whom the Software
1913
- is furnished to do so, subject to the following
1914
- conditions:
1963
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1964
+ of this software and associated documentation files (the "Software"), to deal
1965
+ in the Software without restriction, including without limitation the rights
1966
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1967
+ copies of the Software, and to permit persons to whom the Software is
1968
+ furnished to do so, subject to the following conditions:
1915
1969
 
1916
- The above copyright notice and this permission notice
1917
- shall be included in all copies or substantial portions
1918
- of the Software.
1970
+ The above copyright notice and this permission notice shall be included in all
1971
+ copies or substantial portions of the Software.
1919
1972
 
1920
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1921
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1922
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1923
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1924
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1925
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1926
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1927
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1928
- DEALINGS IN THE SOFTWARE.
1973
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1974
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1975
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1976
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1977
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1978
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1979
+ SOFTWARE.
1929
1980
 
1930
1981
  ````
1931
1982
 
@@ -1935,10 +1986,11 @@ DEALINGS IN THE SOFTWARE.
1935
1986
 
1936
1987
  ### Rust Crates:
1937
1988
 
1938
- - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
1989
+ - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
1990
+ - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
1939
1991
 
1940
1992
  ````text
1941
- Copyright (c) 2018-2019 The RustCrypto Project Developers
1993
+ Copyright (c) 2014 Alex Crichton
1942
1994
 
1943
1995
  Permission is hereby granted, free of charge, to any
1944
1996
  person obtaining a copy of this software and associated
@@ -1972,10 +2024,10 @@ DEALINGS IN THE SOFTWARE.
1972
2024
 
1973
2025
  ### Rust Crates:
1974
2026
 
1975
- - [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
2027
+ - [http-body](https://github.com/hyperium/http-body) (1.0.1)
1976
2028
 
1977
2029
  ````text
1978
- Copyright (c) 2014 Chris Wong
2030
+ Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
1979
2031
 
1980
2032
  Permission is hereby granted, free of charge, to any
1981
2033
  person obtaining a copy of this software and associated
@@ -2009,30 +2061,33 @@ DEALINGS IN THE SOFTWARE.
2009
2061
 
2010
2062
  ### Rust Crates:
2011
2063
 
2012
- - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
2064
+ - [chrono](https://github.com/chronotope/chrono) (0.4.44)
2065
+ - [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
2066
+ - [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
2067
+ - [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
2068
+ - [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
2069
+ - [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
2070
+ - [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
2013
2071
 
2014
2072
  ````text
2015
2073
  MIT License
2016
2074
 
2017
- Copyright (c) [2021] [Marvin Countryman]
2075
+ Copyright (c) <year> <copyright holders>
2018
2076
 
2019
- Permission is hereby granted, free of charge, to any person obtaining a copy
2020
- of this software and associated documentation files (the "Software"), to deal
2021
- in the Software without restriction, including without limitation the rights
2022
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2023
- copies of the Software, and to permit persons to whom the Software is
2024
- furnished to do so, subject to the following conditions:
2077
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
2078
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
2079
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2080
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
2081
+ following conditions:
2025
2082
 
2026
- The above copyright notice and this permission notice shall be included in all
2027
- copies or substantial portions of the Software.
2083
+ The above copyright notice and this permission notice shall be included in all copies or substantial
2084
+ portions of the Software.
2028
2085
 
2029
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2030
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2031
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2032
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2033
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2034
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2035
- SOFTWARE.
2086
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
2087
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
2088
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2089
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
2090
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
2036
2091
 
2037
2092
  ````
2038
2093
 
@@ -2040,34 +2095,29 @@ SOFTWARE.
2040
2095
 
2041
2096
  ## The following dependencies are licensed under the MIT License:
2042
2097
 
2043
- ### Rust Crates:
2098
+ ### NPM Packages:
2044
2099
 
2045
- - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
2100
+ - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
2046
2101
 
2047
2102
  ````text
2048
- The MIT License (MIT)
2049
-
2050
- Copyright (c) 2015 Danny Guo
2051
- Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2052
- Copyright (c) 2018 Akash Kurdekar
2103
+ This software is released under the MIT license:
2053
2104
 
2054
- Permission is hereby granted, free of charge, to any person obtaining a copy
2055
- of this software and associated documentation files (the "Software"), to deal
2056
- in the Software without restriction, including without limitation the rights
2057
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2058
- copies of the Software, and to permit persons to whom the Software is
2059
- furnished to do so, subject to the following conditions:
2105
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2106
+ this software and associated documentation files (the "Software"), to deal in
2107
+ the Software without restriction, including without limitation the rights to
2108
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2109
+ the Software, and to permit persons to whom the Software is furnished to do so,
2110
+ subject to the following conditions:
2060
2111
 
2061
2112
  The above copyright notice and this permission notice shall be included in all
2062
2113
  copies or substantial portions of the Software.
2063
2114
 
2064
2115
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2065
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2066
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2067
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2068
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2069
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2070
- SOFTWARE.
2116
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2117
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2118
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2119
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2120
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2071
2121
 
2072
2122
  ````
2073
2123
 
@@ -2077,12 +2127,10 @@ SOFTWARE.
2077
2127
 
2078
2128
  ### Rust Crates:
2079
2129
 
2080
- - [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
2130
+ - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
2081
2131
 
2082
2132
  ````text
2083
- Copyright (c) 2017 Carl Lerche
2084
- Copyright (c) 2018 Bastian Köcher
2085
- Copyright (c) 2019-2020 Artem Vorotnikov
2133
+ Copyright Mozilla Foundation
2086
2134
 
2087
2135
  Permission is hereby granted, free of charge, to any
2088
2136
  person obtaining a copy of this software and associated
@@ -2116,43 +2164,11 @@ DEALINGS IN THE SOFTWARE.
2116
2164
 
2117
2165
  ### Rust Crates:
2118
2166
 
2119
- - [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
2120
- - [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
2121
-
2122
- ````text
2123
- The MIT License (MIT)
2124
-
2125
- Copyright (c) 2015 Steven Fackler
2126
-
2127
- Permission is hereby granted, free of charge, to any person obtaining a copy of
2128
- this software and associated documentation files (the "Software"), to deal in
2129
- the Software without restriction, including without limitation the rights to
2130
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2131
- the Software, and to permit persons to whom the Software is furnished to do so,
2132
- subject to the following conditions:
2133
-
2134
- The above copyright notice and this permission notice shall be included in all
2135
- copies or substantial portions of the Software.
2136
-
2137
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2138
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2139
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2140
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2141
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2142
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2143
-
2144
- ````
2145
-
2146
- ---
2147
-
2148
- ## The following dependencies are licensed under the MIT License:
2149
-
2150
- ### Rust Crates:
2151
-
2152
- - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
2167
+ - [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
2153
2168
 
2154
2169
  ````text
2155
- Copyright (c) 2016-2025 Sean McArthur
2170
+ Copyright (c) 2017 Daniel Abramov
2171
+ Copyright (c) 2017 Alexey Galakhov
2156
2172
 
2157
2173
  Permission is hereby granted, free of charge, to any person obtaining a copy
2158
2174
  of this software and associated documentation files (the "Software"), to deal
@@ -2172,7 +2188,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2172
2188
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2173
2189
  THE SOFTWARE.
2174
2190
 
2175
-
2176
2191
  ````
2177
2192
 
2178
2193
  ---
@@ -2181,40 +2196,27 @@ THE SOFTWARE.
2181
2196
 
2182
2197
  ### Rust Crates:
2183
2198
 
2184
- - [rand](https://github.com/rust-random/rand) (0.8.5)
2185
- - [rand](https://github.com/rust-random/rand) (0.9.4)
2186
- - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
2187
- - [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
2188
- - [rand_core](https://github.com/rust-random/rand) (0.6.4)
2189
- - [rand_core](https://github.com/rust-random/rand) (0.9.5)
2199
+ - [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
2190
2200
 
2191
2201
  ````text
2192
- Copyright 2018 Developers of the Rand project
2193
- Copyright (c) 2014 The Rust Project Developers
2202
+ Copyright 2018 Parity Technologies (UK) Ltd.
2194
2203
 
2195
- Permission is hereby granted, free of charge, to any
2196
- person obtaining a copy of this software and associated
2197
- documentation files (the "Software"), to deal in the
2198
- Software without restriction, including without
2199
- limitation the rights to use, copy, modify, merge,
2200
- publish, distribute, sublicense, and/or sell copies of
2201
- the Software, and to permit persons to whom the Software
2202
- is furnished to do so, subject to the following
2203
- conditions:
2204
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2205
+ this software and associated documentation files (the "Software"), to deal in
2206
+ the Software without restriction, including without limitation the rights to
2207
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2208
+ the Software, and to permit persons to whom the Software is furnished to do so,
2209
+ subject to the following conditions:
2204
2210
 
2205
- The above copyright notice and this permission notice
2206
- shall be included in all copies or substantial portions
2207
- of the Software.
2211
+ The above copyright notice and this permission notice shall be included in all
2212
+ copies or substantial portions of the Software.
2208
2213
 
2209
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2210
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2211
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2212
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2213
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2214
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2215
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2216
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2217
- DEALINGS IN THE SOFTWARE.
2214
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2215
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2216
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
2217
+ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2218
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2219
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2218
2220
 
2219
2221
  ````
2220
2222
 
@@ -2224,10 +2226,11 @@ DEALINGS IN THE SOFTWARE.
2224
2226
 
2225
2227
  ### Rust Crates:
2226
2228
 
2227
- - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
2229
+ - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
2228
2230
 
2229
2231
  ````text
2230
- Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
2232
+ Copyright (c) 2018-2024 The rust-random Project Developers
2233
+ Copyright (c) 2014 The Rust Project Developers
2231
2234
 
2232
2235
  Permission is hereby granted, free of charge, to any
2233
2236
  person obtaining a copy of this software and associated
@@ -2261,10 +2264,10 @@ DEALINGS IN THE SOFTWARE.
2261
2264
 
2262
2265
  ### Rust Crates:
2263
2266
 
2264
- - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
2267
+ - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
2265
2268
 
2266
2269
  ````text
2267
- Copyright (c) 2020-2025 The RustCrypto Project Developers
2270
+ Copyright (c) 2016--2023
2268
2271
 
2269
2272
  Permission is hereby granted, free of charge, to any
2270
2273
  person obtaining a copy of this software and associated
@@ -2298,10 +2301,10 @@ DEALINGS IN THE SOFTWARE.
2298
2301
 
2299
2302
  ### Rust Crates:
2300
2303
 
2301
- - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
2304
+ - [zerocopy](https://github.com/google/zerocopy) (0.8.48)
2302
2305
 
2303
2306
  ````text
2304
- Copyright (c) 2017 Robert Grosse
2307
+ Copyright 2023 The Fuchsia Authors
2305
2308
 
2306
2309
  Permission is hereby granted, free of charge, to any
2307
2310
  person obtaining a copy of this software and associated
@@ -2326,6 +2329,8 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2326
2329
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2327
2330
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2328
2331
  DEALINGS IN THE SOFTWARE.
2332
+
2333
+
2329
2334
  ````
2330
2335
 
2331
2336
  ---
@@ -2334,12 +2339,10 @@ DEALINGS IN THE SOFTWARE.
2334
2339
 
2335
2340
  ### Rust Crates:
2336
2341
 
2337
- - [typenum](https://github.com/paholg/typenum) (1.19.0)
2342
+ - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
2338
2343
 
2339
2344
  ````text
2340
- The MIT License (MIT)
2341
-
2342
- Copyright (c) 2014 Paho Lurie-Gregg
2345
+ Copyright (c) 2023-2025 Sean McArthur
2343
2346
 
2344
2347
  Permission is hereby granted, free of charge, to any person obtaining a copy
2345
2348
  of this software and associated documentation files (the "Software"), to deal
@@ -2348,16 +2351,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2348
2351
  copies of the Software, and to permit persons to whom the Software is
2349
2352
  furnished to do so, subject to the following conditions:
2350
2353
 
2351
- The above copyright notice and this permission notice shall be included in all
2352
- copies or substantial portions of the Software.
2354
+ The above copyright notice and this permission notice shall be included in
2355
+ all copies or substantial portions of the Software.
2353
2356
 
2354
2357
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2355
2358
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2356
2359
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2357
2360
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2358
2361
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2359
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2360
- SOFTWARE.
2362
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2363
+ THE SOFTWARE.
2361
2364
 
2362
2365
  ````
2363
2366
 
@@ -2367,27 +2370,34 @@ SOFTWARE.
2367
2370
 
2368
2371
  ### Rust Crates:
2369
2372
 
2370
- - [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
2373
+ - [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
2371
2374
 
2372
2375
  ````text
2373
- Copyright 2018 Parity Technologies (UK) Ltd.
2376
+ Copyright (c) The rust-url developers
2374
2377
 
2375
- Permission is hereby granted, free of charge, to any person obtaining a copy of
2376
- this software and associated documentation files (the "Software"), to deal in
2377
- the Software without restriction, including without limitation the rights to
2378
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2379
- the Software, and to permit persons to whom the Software is furnished to do so,
2380
- subject to the following conditions:
2378
+ Permission is hereby granted, free of charge, to any
2379
+ person obtaining a copy of this software and associated
2380
+ documentation files (the "Software"), to deal in the
2381
+ Software without restriction, including without
2382
+ limitation the rights to use, copy, modify, merge,
2383
+ publish, distribute, sublicense, and/or sell copies of
2384
+ the Software, and to permit persons to whom the Software
2385
+ is furnished to do so, subject to the following
2386
+ conditions:
2381
2387
 
2382
- The above copyright notice and this permission notice shall be included in all
2383
- copies or substantial portions of the Software.
2388
+ The above copyright notice and this permission notice
2389
+ shall be included in all copies or substantial portions
2390
+ of the Software.
2384
2391
 
2385
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2386
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2387
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
2388
- OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2389
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2390
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2392
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2393
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2394
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2395
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2396
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2397
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2398
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2399
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2400
+ DEALINGS IN THE SOFTWARE.
2391
2401
 
2392
2402
  ````
2393
2403
 
@@ -2397,10 +2407,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2397
2407
 
2398
2408
  ### Rust Crates:
2399
2409
 
2400
- - [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
2410
+ - [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
2401
2411
 
2402
2412
  ````text
2403
- Copyright (c) 2016 Amanieu d'Antras
2413
+ Copyright (c) 2020 Andrew D. Straw
2404
2414
 
2405
2415
  Permission is hereby granted, free of charge, to any
2406
2416
  person obtaining a copy of this software and associated
@@ -2434,12 +2444,11 @@ DEALINGS IN THE SOFTWARE.
2434
2444
 
2435
2445
  ### Rust Crates:
2436
2446
 
2437
- - [tower](https://github.com/tower-rs/tower) (0.5.3)
2438
- - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
2439
- - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
2447
+ - [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
2440
2448
 
2441
2449
  ````text
2442
- Copyright (c) 2019 Tower Contributors
2450
+ Copyright (c) 2018-2025 The rust-random Project Developers
2451
+ Copyright (c) 2014 The Rust Project Developers
2443
2452
 
2444
2453
  Permission is hereby granted, free of charge, to any
2445
2454
  person obtaining a copy of this software and associated
@@ -2473,11 +2482,12 @@ DEALINGS IN THE SOFTWARE.
2473
2482
 
2474
2483
  ### Rust Crates:
2475
2484
 
2476
- - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
2485
+ - [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
2477
2486
 
2478
2487
  ````text
2479
- Copyright (c) 2018-2023 Sean McArthur
2480
- Copyright (c) 2016 Alex Crichton
2488
+ MIT License
2489
+
2490
+ Copyright (c) 2018-2021 The RustCrypto Project Developers
2481
2491
 
2482
2492
  Permission is hereby granted, free of charge, to any person obtaining a copy
2483
2493
  of this software and associated documentation files (the "Software"), to deal
@@ -2486,17 +2496,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2486
2496
  copies of the Software, and to permit persons to whom the Software is
2487
2497
  furnished to do so, subject to the following conditions:
2488
2498
 
2489
- The above copyright notice and this permission notice shall be included in
2490
- all copies or substantial portions of the Software.
2499
+ The above copyright notice and this permission notice shall be included in all
2500
+ copies or substantial portions of the Software.
2491
2501
 
2492
2502
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2493
2503
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2494
2504
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2495
2505
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2496
2506
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2497
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2498
- THE SOFTWARE.
2499
-
2507
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2508
+ SOFTWARE.
2500
2509
 
2501
2510
  ````
2502
2511
 
@@ -2506,10 +2515,10 @@ THE SOFTWARE.
2506
2515
 
2507
2516
  ### Rust Crates:
2508
2517
 
2509
- - [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
2518
+ - [libc](https://github.com/rust-lang/libc) (0.2.185)
2510
2519
 
2511
2520
  ````text
2512
- Copyright (c) 2015 The Rust Project Developers
2521
+ Copyright (c) The Rust Project Developers
2513
2522
 
2514
2523
  Permission is hereby granted, free of charge, to any
2515
2524
  person obtaining a copy of this software and associated
@@ -2543,12 +2552,56 @@ DEALINGS IN THE SOFTWARE.
2543
2552
 
2544
2553
  ### Rust Crates:
2545
2554
 
2546
- - [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
2547
-
2548
- ````text
2549
- Copyright (c) 2013-2014 The Rust Project Developers.
2550
- Copyright (c) 2015-2020 The rust-hex Developers
2551
-
2555
+ - [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
2556
+ - [log](https://github.com/rust-lang/log) (0.4.29)
2557
+ - [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
2558
+ - [regex](https://github.com/rust-lang/regex) (1.12.3)
2559
+ - [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
2560
+ - [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
2561
+
2562
+ ````text
2563
+ Copyright (c) 2014 The Rust Project Developers
2564
+
2565
+ Permission is hereby granted, free of charge, to any
2566
+ person obtaining a copy of this software and associated
2567
+ documentation files (the "Software"), to deal in the
2568
+ Software without restriction, including without
2569
+ limitation the rights to use, copy, modify, merge,
2570
+ publish, distribute, sublicense, and/or sell copies of
2571
+ the Software, and to permit persons to whom the Software
2572
+ is furnished to do so, subject to the following
2573
+ conditions:
2574
+
2575
+ The above copyright notice and this permission notice
2576
+ shall be included in all copies or substantial portions
2577
+ of the Software.
2578
+
2579
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2580
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2581
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2582
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2583
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2584
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2585
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2586
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2587
+ DEALINGS IN THE SOFTWARE.
2588
+
2589
+ ````
2590
+
2591
+ ---
2592
+
2593
+ ## The following dependencies are licensed under the MIT License:
2594
+
2595
+ ### Rust Crates:
2596
+
2597
+ - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
2598
+
2599
+ ````text
2600
+ The MIT License (MIT)
2601
+
2602
+ Copyright (c) 2015-2020 Julien Cretin
2603
+ Copyright (c) 2017-2020 Google Inc.
2604
+
2552
2605
  Permission is hereby granted, free of charge, to any person obtaining a copy
2553
2606
  of this software and associated documentation files (the "Software"), to deal
2554
2607
  in the Software without restriction, including without limitation the rights
@@ -2575,12 +2628,45 @@ SOFTWARE.
2575
2628
 
2576
2629
  ### Rust Crates:
2577
2630
 
2578
- - [idna](https://github.com/servo/rust-url/) (1.1.0)
2579
- - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
2580
- - [url](https://github.com/servo/rust-url) (2.5.8)
2631
+ - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
2581
2632
 
2582
2633
  ````text
2583
- Copyright (c) 2013-2025 The rust-url developers
2634
+ The MIT License (MIT)
2635
+
2636
+ Copyright (c) 2016 Johann Tuffe
2637
+
2638
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2639
+ of this software and associated documentation files (the "Software"), to deal
2640
+ in the Software without restriction, including without limitation the rights
2641
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2642
+ copies of the Software, and to permit persons to whom the Software is
2643
+ furnished to do so, subject to the following conditions:
2644
+
2645
+
2646
+ The above copyright notice and this permission notice shall be included in
2647
+ all copies or substantial portions of the Software.
2648
+
2649
+
2650
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2651
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2652
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2653
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2654
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2655
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2656
+ THE SOFTWARE.
2657
+
2658
+ ````
2659
+
2660
+ ---
2661
+
2662
+ ## The following dependencies are licensed under the MIT License:
2663
+
2664
+ ### Rust Crates:
2665
+
2666
+ - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
2667
+
2668
+ ````text
2669
+ Copyright (c) 2015 Steven Allen
2584
2670
 
2585
2671
  Permission is hereby granted, free of charge, to any
2586
2672
  person obtaining a copy of this software and associated
@@ -2614,10 +2700,50 @@ DEALINGS IN THE SOFTWARE.
2614
2700
 
2615
2701
  ### Rust Crates:
2616
2702
 
2617
- - [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
2703
+ - [mio](https://github.com/tokio-rs/mio) (1.2.0)
2618
2704
 
2619
2705
  ````text
2620
- Copyright (c) 2016--2017
2706
+ Copyright (c) 2014 Carl Lerche and other MIO contributors
2707
+
2708
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2709
+ of this software and associated documentation files (the "Software"), to deal
2710
+ in the Software without restriction, including without limitation the rights
2711
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2712
+ copies of the Software, and to permit persons to whom the Software is
2713
+ furnished to do so, subject to the following conditions:
2714
+
2715
+ The above copyright notice and this permission notice shall be included in
2716
+ all copies or substantial portions of the Software.
2717
+
2718
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2719
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2720
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2721
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2722
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2723
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2724
+ THE SOFTWARE.
2725
+
2726
+ ````
2727
+
2728
+ ---
2729
+
2730
+ ## The following dependencies are licensed under the MIT License:
2731
+
2732
+ ### Rust Crates:
2733
+
2734
+ - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
2735
+ - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
2736
+ - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
2737
+ - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
2738
+ - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
2739
+ - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
2740
+ - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
2741
+ - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
2742
+ - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
2743
+
2744
+ ````text
2745
+ Copyright (c) 2016 Alex Crichton
2746
+ Copyright (c) 2017 The Tokio Authors
2621
2747
 
2622
2748
  Permission is hereby granted, free of charge, to any
2623
2749
  person obtaining a copy of this software and associated
@@ -2651,10 +2777,13 @@ DEALINGS IN THE SOFTWARE.
2651
2777
 
2652
2778
  ### Rust Crates:
2653
2779
 
2654
- - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
2780
+ - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
2781
+ - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
2782
+ - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
2783
+ - [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
2655
2784
 
2656
2785
  ````text
2657
- Copyright (c) 2018 The Servo Project Developers
2786
+ Copyright (c) 2016 The Rust Project Developers
2658
2787
 
2659
2788
  Permission is hereby granted, free of charge, to any
2660
2789
  person obtaining a copy of this software and associated
@@ -2688,84 +2817,32 @@ DEALINGS IN THE SOFTWARE.
2688
2817
 
2689
2818
  ### Rust Crates:
2690
2819
 
2691
- - [synstructure](https://github.com/mystor/synstructure) (0.13.2)
2692
-
2693
- ````text
2694
- Copyright 2016 Nika Layzell
2695
-
2696
- 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:
2697
-
2698
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2699
-
2700
- 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.
2701
-
2702
- ````
2703
-
2704
- ---
2705
-
2706
- ## The following dependencies are licensed under the MIT License:
2707
-
2708
- ### Rust Crates:
2709
-
2710
- - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
2711
-
2712
- ````text
2713
- The MIT License (MIT)
2714
-
2715
- Copyright (c) 2016 Johann Tuffe
2716
-
2717
- Permission is hereby granted, free of charge, to any person obtaining a copy
2718
- of this software and associated documentation files (the "Software"), to deal
2719
- in the Software without restriction, including without limitation the rights
2720
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2721
- copies of the Software, and to permit persons to whom the Software is
2722
- furnished to do so, subject to the following conditions:
2723
-
2724
-
2725
- The above copyright notice and this permission notice shall be included in
2726
- all copies or substantial portions of the Software.
2727
-
2728
-
2729
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2730
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2731
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2732
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2733
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2734
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2735
- THE SOFTWARE.
2736
-
2737
- ````
2738
-
2739
- ---
2740
-
2741
- ## The following dependencies are licensed under the MIT License:
2742
-
2743
- ### Rust Crates:
2744
-
2745
- - [want](https://github.com/seanmonstar/want) (0.3.1)
2820
+ - [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
2746
2821
 
2747
2822
  ````text
2748
- Copyright (c) 2018-2019 Sean McArthur
2749
-
2750
- Permission is hereby granted, free of charge, to any person obtaining a copy
2751
- of this software and associated documentation files (the "Software"), to deal
2752
- in the Software without restriction, including without limitation the rights
2753
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2754
- copies of the Software, and to permit persons to whom the Software is
2755
- furnished to do so, subject to the following conditions:
2756
-
2757
- The above copyright notice and this permission notice shall be included in
2758
- all copies or substantial portions of the Software.
2759
-
2760
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2761
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2762
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2763
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2764
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2765
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2766
- THE SOFTWARE.
2823
+ Permission is hereby granted, free of charge, to any
2824
+ person obtaining a copy of this software and associated
2825
+ documentation files (the "Software"), to deal in the
2826
+ Software without restriction, including without
2827
+ limitation the rights to use, copy, modify, merge,
2828
+ publish, distribute, sublicense, and/or sell copies of
2829
+ the Software, and to permit persons to whom the Software
2830
+ is furnished to do so, subject to the following
2831
+ conditions:
2767
2832
 
2833
+ The above copyright notice and this permission notice
2834
+ shall be included in all copies or substantial portions
2835
+ of the Software.
2768
2836
 
2837
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2838
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2839
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2840
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2841
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2842
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2843
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2844
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2845
+ DEALINGS IN THE SOFTWARE.
2769
2846
  ````
2770
2847
 
2771
2848
  ---
@@ -2774,15 +2851,14 @@ THE SOFTWARE.
2774
2851
 
2775
2852
  ### Rust Crates:
2776
2853
 
2777
- - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
2778
- - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
2779
- - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
2780
- - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
2854
+ - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
2781
2855
 
2782
2856
  ````text
2783
2857
  The MIT License (MIT)
2784
2858
 
2785
- Copyright (c) 2015 Andrew Gallant
2859
+ Copyright (c) 2015 Danny Guo
2860
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2861
+ Copyright (c) 2018 Akash Kurdekar
2786
2862
 
2787
2863
  Permission is hereby granted, free of charge, to any person obtaining a copy
2788
2864
  of this software and associated documentation files (the "Software"), to deal
@@ -2791,16 +2867,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2791
2867
  copies of the Software, and to permit persons to whom the Software is
2792
2868
  furnished to do so, subject to the following conditions:
2793
2869
 
2794
- The above copyright notice and this permission notice shall be included in
2795
- all copies or substantial portions of the Software.
2870
+ The above copyright notice and this permission notice shall be included in all
2871
+ copies or substantial portions of the Software.
2796
2872
 
2797
2873
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2798
2874
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2799
2875
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2800
2876
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2801
2877
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2802
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2803
- THE SOFTWARE.
2878
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2879
+ SOFTWARE.
2804
2880
 
2805
2881
  ````
2806
2882
 
@@ -2810,101 +2886,11 @@ THE SOFTWARE.
2810
2886
 
2811
2887
  ### Rust Crates:
2812
2888
 
2813
- - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
2814
-
2815
- ````text
2816
- Copyright (c) 2017 Alexey Galakhov
2817
- Copyright (c) 2016 Jason Housley
2818
-
2819
- Permission is hereby granted, free of charge, to any person obtaining a copy
2820
- of this software and associated documentation files (the "Software"), to deal
2821
- in the Software without restriction, including without limitation the rights
2822
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2823
- copies of the Software, and to permit persons to whom the Software is
2824
- furnished to do so, subject to the following conditions:
2825
-
2826
- The above copyright notice and this permission notice shall be included in
2827
- all copies or substantial portions of the Software.
2828
-
2829
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2830
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2831
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2832
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2833
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2834
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2835
- THE SOFTWARE.
2836
-
2837
- ````
2838
-
2839
- ---
2840
-
2841
- ## The following dependencies are licensed under the MIT License:
2842
-
2843
- ### NPM Packages:
2844
-
2845
- - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
2889
+ - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
2846
2890
 
2847
2891
  ````text
2848
- This software is released under the MIT license:
2849
-
2850
- Permission is hereby granted, free of charge, to any person obtaining a copy of
2851
- this software and associated documentation files (the "Software"), to deal in
2852
- the Software without restriction, including without limitation the rights to
2853
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2854
- the Software, and to permit persons to whom the Software is furnished to do so,
2855
- subject to the following conditions:
2856
-
2857
- The above copyright notice and this permission notice shall be included in all
2858
- copies or substantial portions of the Software.
2859
-
2860
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2861
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2862
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2863
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2864
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2865
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2866
-
2867
- ````
2868
-
2869
- ---
2870
-
2871
- ## The following dependencies are licensed under the MIT License:
2872
-
2873
- ### Rust Crates:
2874
-
2875
- - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
2876
- - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
2877
- - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
2878
- - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
2879
- - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
2880
- - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
2881
- - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
2882
- - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
2883
- - [pastey](https://github.com/as1100k/pastey) (0.2.1)
2884
- - [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
2885
- - [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
2886
- - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
2887
- - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
2888
- - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
2889
- - [quote](https://github.com/dtolnay/quote) (1.0.45)
2890
- - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
2891
- - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
2892
- - [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
2893
- - [semver](https://github.com/dtolnay/semver) (1.0.28)
2894
- - [serde](https://github.com/serde-rs/serde) (1.0.228)
2895
- - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
2896
- - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
2897
- - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
2898
- - [serde_json](https://github.com/serde-rs/json) (1.0.149)
2899
- - [syn](https://github.com/dtolnay/syn) (2.0.117)
2900
- - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
2901
- - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
2902
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
2903
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
2904
- - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
2905
- - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
2892
+ Copyright (c) 2018 The Servo Project Developers
2906
2893
 
2907
- ````text
2908
2894
  Permission is hereby granted, free of charge, to any
2909
2895
  person obtaining a copy of this software and associated
2910
2896
  documentation files (the "Software"), to deal in the
@@ -2937,10 +2923,10 @@ DEALINGS IN THE SOFTWARE.
2937
2923
 
2938
2924
  ### Rust Crates:
2939
2925
 
2940
- - [digest](https://github.com/RustCrypto/traits) (0.10.7)
2926
+ - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
2941
2927
 
2942
2928
  ````text
2943
- Copyright (c) 2017 Artyom Pavlov
2929
+ Copyright (c) 2019-2021 Tower Contributors
2944
2930
 
2945
2931
  Permission is hereby granted, free of charge, to any
2946
2932
  person obtaining a copy of this software and associated
@@ -2974,30 +2960,34 @@ DEALINGS IN THE SOFTWARE.
2974
2960
 
2975
2961
  ### Rust Crates:
2976
2962
 
2977
- - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
2963
+ - [slab](https://github.com/tokio-rs/slab) (0.4.12)
2978
2964
 
2979
2965
  ````text
2980
- The MIT License (MIT)
2981
-
2982
- Copyright (c) 2015 Alice Maz
2966
+ Copyright (c) 2019 Carl Lerche
2983
2967
 
2984
- Permission is hereby granted, free of charge, to any person obtaining a copy
2985
- of this software and associated documentation files (the "Software"), to deal
2986
- in the Software without restriction, including without limitation the rights
2987
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2988
- copies of the Software, and to permit persons to whom the Software is
2989
- furnished to do so, subject to the following conditions:
2968
+ Permission is hereby granted, free of charge, to any
2969
+ person obtaining a copy of this software and associated
2970
+ documentation files (the "Software"), to deal in the
2971
+ Software without restriction, including without
2972
+ limitation the rights to use, copy, modify, merge,
2973
+ publish, distribute, sublicense, and/or sell copies of
2974
+ the Software, and to permit persons to whom the Software
2975
+ is furnished to do so, subject to the following
2976
+ conditions:
2990
2977
 
2991
- The above copyright notice and this permission notice shall be included in
2992
- all copies or substantial portions of the Software.
2978
+ The above copyright notice and this permission notice
2979
+ shall be included in all copies or substantial portions
2980
+ of the Software.
2993
2981
 
2994
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2995
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2996
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2997
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2998
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2999
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3000
- THE SOFTWARE.
2982
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2983
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2984
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2985
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2986
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2987
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2988
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2989
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2990
+ DEALINGS IN THE SOFTWARE.
3001
2991
 
3002
2992
  ````
3003
2993
 
@@ -3005,14 +2995,14 @@ THE SOFTWARE.
3005
2995
 
3006
2996
  ## The following dependencies are licensed under the MIT License:
3007
2997
 
3008
- ### NPM Packages:
2998
+ ### Rust Crates:
3009
2999
 
3010
- - [json5](https://github.com/json5/json5) (2.2.3)
3000
+ - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
3011
3001
 
3012
3002
  ````text
3013
3003
  MIT License
3014
3004
 
3015
- Copyright (c) 2012-2018 Aseem Kishore, and [others].
3005
+ Copyright (c) 2025 Callum Oakley
3016
3006
 
3017
3007
  Permission is hereby granted, free of charge, to any person obtaining a copy
3018
3008
  of this software and associated documentation files (the "Software"), to deal
@@ -3032,8 +3022,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3032
3022
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3033
3023
  SOFTWARE.
3034
3024
 
3035
- [others]: https://github.com/json5/json5/contributors
3036
-
3037
3025
  ````
3038
3026
 
3039
3027
  ---
@@ -3042,10 +3030,10 @@ SOFTWARE.
3042
3030
 
3043
3031
  ### Rust Crates:
3044
3032
 
3045
- - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
3033
+ - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
3046
3034
 
3047
3035
  ````text
3048
- Copyright (c) 2016 The rust-native-tls Developers
3036
+ Copyright (c) 2017 Sean McArthur
3049
3037
 
3050
3038
  Permission is hereby granted, free of charge, to any person obtaining a copy
3051
3039
  of this software and associated documentation files (the "Software"), to deal
@@ -3054,53 +3042,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3054
3042
  copies of the Software, and to permit persons to whom the Software is
3055
3043
  furnished to do so, subject to the following conditions:
3056
3044
 
3057
- The above copyright notice and this permission notice shall be included in all
3058
- copies or substantial portions of the Software.
3045
+ The above copyright notice and this permission notice shall be included in
3046
+ all copies or substantial portions of the Software.
3059
3047
 
3060
3048
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3061
3049
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3062
3050
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3063
3051
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3064
3052
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3065
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3066
- SOFTWARE.
3067
-
3068
- ````
3069
-
3070
- ---
3071
-
3072
- ## The following dependencies are licensed under the MIT License:
3073
-
3074
- ### Rust Crates:
3075
-
3076
- - [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
3077
-
3078
- ````text
3079
- Copyright (c) 2020 Andrew D. Straw
3080
-
3081
- Permission is hereby granted, free of charge, to any
3082
- person obtaining a copy of this software and associated
3083
- documentation files (the "Software"), to deal in the
3084
- Software without restriction, including without
3085
- limitation the rights to use, copy, modify, merge,
3086
- publish, distribute, sublicense, and/or sell copies of
3087
- the Software, and to permit persons to whom the Software
3088
- is furnished to do so, subject to the following
3089
- conditions:
3053
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3054
+ THE SOFTWARE.
3090
3055
 
3091
- The above copyright notice and this permission notice
3092
- shall be included in all copies or substantial portions
3093
- of the Software.
3094
-
3095
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3096
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3097
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3098
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3099
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3100
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3101
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3102
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3103
- DEALINGS IN THE SOFTWARE.
3104
3056
 
3105
3057
  ````
3106
3058
 
@@ -3111,7 +3063,7 @@ DEALINGS IN THE SOFTWARE.
3111
3063
  ### NPM Packages:
3112
3064
 
3113
3065
  - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
3114
- - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.40)
3066
+ - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
3115
3067
 
3116
3068
  ````text
3117
3069
  MIT License
@@ -3142,19 +3094,34 @@ DEALINGS IN THE SOFTWARE.
3142
3094
 
3143
3095
  ## The following dependencies are licensed under the MIT License:
3144
3096
 
3145
- ### Rust Crates:
3097
+ ### NPM Packages:
3146
3098
 
3147
- - [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
3148
- - [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
3149
- - [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
3150
- - [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
3099
+ - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
3100
+ - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
3151
3101
 
3152
3102
  ````text
3153
- 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:
3103
+ MIT License
3154
3104
 
3155
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3105
+ Copyright (c) 2017 Evgeny Poberezkin
3106
+
3107
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3108
+ of this software and associated documentation files (the "Software"), to deal
3109
+ in the Software without restriction, including without limitation the rights
3110
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3111
+ copies of the Software, and to permit persons to whom the Software is
3112
+ furnished to do so, subject to the following conditions:
3113
+
3114
+ The above copyright notice and this permission notice shall be included in all
3115
+ copies or substantial portions of the Software.
3116
+
3117
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3118
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3119
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3120
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3121
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3122
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3123
+ SOFTWARE.
3156
3124
 
3157
- 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.
3158
3125
  ````
3159
3126
 
3160
3127
  ---
@@ -3163,12 +3130,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
3163
3130
 
3164
3131
  ### Rust Crates:
3165
3132
 
3166
- - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
3133
+ - [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
3167
3134
 
3168
3135
  ````text
3169
3136
  MIT License
3170
3137
 
3171
- Copyright (c) 2025 Callum Oakley
3138
+ Copyright (c) 2017 Nikolai Vazquez
3172
3139
 
3173
3140
  Permission is hereby granted, free of charge, to any person obtaining a copy
3174
3141
  of this software and associated documentation files (the "Software"), to deal
@@ -3196,13 +3163,10 @@ SOFTWARE.
3196
3163
 
3197
3164
  ### Rust Crates:
3198
3165
 
3199
- - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
3200
- - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
3201
- - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
3202
- - [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
3166
+ - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
3203
3167
 
3204
3168
  ````text
3205
- Copyright (c) 2016 The Rust Project Developers
3169
+ Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
3206
3170
 
3207
3171
  Permission is hereby granted, free of charge, to any
3208
3172
  person obtaining a copy of this software and associated
@@ -3236,10 +3200,10 @@ DEALINGS IN THE SOFTWARE.
3236
3200
 
3237
3201
  ### Rust Crates:
3238
3202
 
3239
- - [libc](https://github.com/rust-lang/libc) (0.2.185)
3203
+ - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
3240
3204
 
3241
3205
  ````text
3242
- Copyright (c) The Rust Project Developers
3206
+ Copyright (c) 2014-2026 Alex Crichton
3243
3207
 
3244
3208
  Permission is hereby granted, free of charge, to any
3245
3209
  person obtaining a copy of this software and associated
@@ -3273,10 +3237,10 @@ DEALINGS IN THE SOFTWARE.
3273
3237
 
3274
3238
  ### Rust Crates:
3275
3239
 
3276
- - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
3240
+ - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
3277
3241
 
3278
3242
  ````text
3279
- Copyright (c) 2013-2016 The rust-url developers
3243
+ Copyright (c) 2016 Anthony Ramine
3280
3244
 
3281
3245
  Permission is hereby granted, free of charge, to any
3282
3246
  person obtaining a copy of this software and associated
@@ -3308,14 +3272,14 @@ DEALINGS IN THE SOFTWARE.
3308
3272
 
3309
3273
  ## The following dependencies are licensed under the MIT License:
3310
3274
 
3311
- ### NPM Packages:
3275
+ ### Rust Crates:
3312
3276
 
3313
- - [undici-types](https://github.com/nodejs/undici) (6.21.0)
3277
+ - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
3314
3278
 
3315
3279
  ````text
3316
- MIT License
3280
+ The MIT License (MIT)
3317
3281
 
3318
- Copyright (c) Matteo Collina and Undici contributors
3282
+ Copyright (c) 2015 Alice Maz
3319
3283
 
3320
3284
  Permission is hereby granted, free of charge, to any person obtaining a copy
3321
3285
  of this software and associated documentation files (the "Software"), to deal
@@ -3324,16 +3288,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3324
3288
  copies of the Software, and to permit persons to whom the Software is
3325
3289
  furnished to do so, subject to the following conditions:
3326
3290
 
3327
- The above copyright notice and this permission notice shall be included in all
3328
- copies or substantial portions of the Software.
3291
+ The above copyright notice and this permission notice shall be included in
3292
+ all copies or substantial portions of the Software.
3329
3293
 
3330
3294
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3331
3295
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3332
3296
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3333
3297
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3334
3298
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3335
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3336
- SOFTWARE.
3299
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3300
+ THE SOFTWARE.
3337
3301
 
3338
3302
  ````
3339
3303
 
@@ -3343,10 +3307,10 @@ SOFTWARE.
3343
3307
 
3344
3308
  ### Rust Crates:
3345
3309
 
3346
- - [http](https://github.com/hyperium/http) (1.4.0)
3310
+ - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
3347
3311
 
3348
3312
  ````text
3349
- Copyright (c) 2017 http-rs authors
3313
+ Copyright (c) 2018 Carl Lerche
3350
3314
 
3351
3315
  Permission is hereby granted, free of charge, to any
3352
3316
  person obtaining a copy of this software and associated
@@ -3380,10 +3344,10 @@ DEALINGS IN THE SOFTWARE.
3380
3344
 
3381
3345
  ### Rust Crates:
3382
3346
 
3383
- - [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
3347
+ - [hyper](https://github.com/hyperium/hyper) (1.9.0)
3384
3348
 
3385
3349
  ````text
3386
- MIT License
3350
+ Copyright (c) 2014-2026 Sean McArthur
3387
3351
 
3388
3352
  Permission is hereby granted, free of charge, to any person obtaining a copy
3389
3353
  of this software and associated documentation files (the "Software"), to deal
@@ -3392,16 +3356,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3392
3356
  copies of the Software, and to permit persons to whom the Software is
3393
3357
  furnished to do so, subject to the following conditions:
3394
3358
 
3395
- The above copyright notice and this permission notice shall be included in all
3396
- copies or substantial portions of the Software.
3359
+ The above copyright notice and this permission notice shall be included in
3360
+ all copies or substantial portions of the Software.
3397
3361
 
3398
3362
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3399
3363
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3400
3364
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3401
3365
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3402
3366
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3403
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3404
- SOFTWARE.
3367
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3368
+ THE SOFTWARE.
3405
3369
 
3406
3370
  ````
3407
3371
 
@@ -3411,17 +3375,48 @@ SOFTWARE.
3411
3375
 
3412
3376
  ### Rust Crates:
3413
3377
 
3414
- - [humantime](https://github.com/chronotope/humantime) (2.3.0)
3378
+ - [nix](https://github.com/nix-rust/nix) (0.31.2)
3415
3379
 
3416
3380
  ````text
3417
- Copyright (c) 2016 The humantime Developers
3381
+ The MIT License (MIT)
3418
3382
 
3419
- Includes parts of http date with the following copyright:
3420
- Copyright (c) 2016 Pyfisch
3383
+ Copyright (c) 2015 Carl Lerche + nix-rust Authors
3421
3384
 
3422
- Includes portions of musl libc with the following copyright:
3423
- Copyright © 2005-2013 Rich Felker
3385
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3386
+ of this software and associated documentation files (the "Software"), to deal
3387
+ in the Software without restriction, including without limitation the rights
3388
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3389
+ copies of the Software, and to permit persons to whom the Software is
3390
+ furnished to do so, subject to the following conditions:
3391
+
3392
+ The above copyright notice and this permission notice shall be included in
3393
+ all copies or substantial portions of the Software.
3394
+
3395
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3396
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3397
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3398
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3399
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3400
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3401
+ THE SOFTWARE.
3402
+
3403
+ ````
3404
+
3405
+ ---
3406
+
3407
+ ## The following dependencies are licensed under the MIT License:
3408
+
3409
+ ### Rust Crates:
3410
+
3411
+ - [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
3412
+
3413
+ ````text
3414
+ MIT License
3424
3415
 
3416
+ Copyright 2013-2014 RAD Game Tools and Valve Software
3417
+ Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
3418
+ Copyright (c) 2017 Frommi
3419
+ Copyright (c) 2017-2024 oyvindln
3425
3420
 
3426
3421
  Permission is hereby granted, free of charge, to any person obtaining a copy
3427
3422
  of this software and associated documentation files (the "Software"), to deal
@@ -3449,10 +3444,10 @@ SOFTWARE.
3449
3444
 
3450
3445
  ### Rust Crates:
3451
3446
 
3452
- - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
3447
+ - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
3453
3448
 
3454
3449
  ````text
3455
- Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
3450
+ Copyright (c) 2019 The CryptoCorrosion Contributors
3456
3451
 
3457
3452
  Permission is hereby granted, free of charge, to any
3458
3453
  person obtaining a copy of this software and associated
@@ -3486,11 +3481,10 @@ DEALINGS IN THE SOFTWARE.
3486
3481
 
3487
3482
  ### Rust Crates:
3488
3483
 
3489
- - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
3490
- - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
3484
+ - [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
3491
3485
 
3492
3486
  ````text
3493
- Copyright (c) 2018-2019 dirs-rs contributors
3487
+ Copyright (c) 2019 Eliza Weisman
3494
3488
 
3495
3489
  Permission is hereby granted, free of charge, to any person obtaining a copy
3496
3490
  of this software and associated documentation files (the "Software"), to deal
@@ -3499,16 +3493,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3499
3493
  copies of the Software, and to permit persons to whom the Software is
3500
3494
  furnished to do so, subject to the following conditions:
3501
3495
 
3502
- The above copyright notice and this permission notice shall be included in all
3503
- copies or substantial portions of the Software.
3496
+ The above copyright notice and this permission notice shall be included in
3497
+ all copies or substantial portions of the Software.
3504
3498
 
3505
3499
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3506
3500
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3507
3501
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3508
3502
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3509
3503
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3510
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3511
- SOFTWARE.
3504
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3505
+ THE SOFTWARE.
3512
3506
 
3513
3507
  ````
3514
3508
 
@@ -3518,39 +3512,29 @@ SOFTWARE.
3518
3512
 
3519
3513
  ### Rust Crates:
3520
3514
 
3521
- - [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
3522
- - [log](https://github.com/rust-lang/log) (0.4.29)
3523
- - [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
3524
- - [regex](https://github.com/rust-lang/regex) (1.12.3)
3525
- - [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
3526
- - [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
3515
+ - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
3527
3516
 
3528
3517
  ````text
3529
- Copyright (c) 2014 The Rust Project Developers
3518
+ Copyright (c) 2017 Alexey Galakhov
3519
+ Copyright (c) 2016 Jason Housley
3530
3520
 
3531
- Permission is hereby granted, free of charge, to any
3532
- person obtaining a copy of this software and associated
3533
- documentation files (the "Software"), to deal in the
3534
- Software without restriction, including without
3535
- limitation the rights to use, copy, modify, merge,
3536
- publish, distribute, sublicense, and/or sell copies of
3537
- the Software, and to permit persons to whom the Software
3538
- is furnished to do so, subject to the following
3539
- conditions:
3521
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3522
+ of this software and associated documentation files (the "Software"), to deal
3523
+ in the Software without restriction, including without limitation the rights
3524
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3525
+ copies of the Software, and to permit persons to whom the Software is
3526
+ furnished to do so, subject to the following conditions:
3540
3527
 
3541
- The above copyright notice and this permission notice
3542
- shall be included in all copies or substantial portions
3543
- of the Software.
3528
+ The above copyright notice and this permission notice shall be included in
3529
+ all copies or substantial portions of the Software.
3544
3530
 
3545
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3546
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3547
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3548
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3549
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3550
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3551
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3552
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3553
- DEALINGS IN THE SOFTWARE.
3531
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3532
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3533
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3534
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3535
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3536
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3537
+ THE SOFTWARE.
3554
3538
 
3555
3539
  ````
3556
3540
 
@@ -3560,10 +3544,10 @@ DEALINGS IN THE SOFTWARE.
3560
3544
 
3561
3545
  ### Rust Crates:
3562
3546
 
3563
- - [zerocopy](https://github.com/google/zerocopy) (0.8.48)
3547
+ - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
3564
3548
 
3565
3549
  ````text
3566
- Copyright 2023 The Fuchsia Authors
3550
+ Copyright (c) 2019 Nick Fitzgerald
3567
3551
 
3568
3552
  Permission is hereby granted, free of charge, to any
3569
3553
  person obtaining a copy of this software and associated
@@ -3589,26 +3573,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3589
3573
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3590
3574
  DEALINGS IN THE SOFTWARE.
3591
3575
 
3592
-
3593
- ````
3594
-
3595
- ---
3596
-
3597
- ## The following dependencies are licensed under the MIT License:
3598
-
3599
- ### Rust Crates:
3600
-
3601
- - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
3602
-
3603
- ````text
3604
- Copyright 2017 Juniper Networks, Inc.
3605
-
3606
- 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:
3607
-
3608
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3609
-
3610
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3611
-
3612
3576
  ````
3613
3577
 
3614
3578
  ---
@@ -3617,10 +3581,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
3617
3581
 
3618
3582
  ### Rust Crates:
3619
3583
 
3620
- - [slab](https://github.com/tokio-rs/slab) (0.4.12)
3584
+ - [digest](https://github.com/RustCrypto/traits) (0.10.7)
3621
3585
 
3622
3586
  ````text
3623
- Copyright (c) 2019 Carl Lerche
3587
+ Copyright (c) 2017 Artyom Pavlov
3624
3588
 
3625
3589
  Permission is hereby granted, free of charge, to any
3626
3590
  person obtaining a copy of this software and associated
@@ -3654,33 +3618,29 @@ DEALINGS IN THE SOFTWARE.
3654
3618
 
3655
3619
  ### Rust Crates:
3656
3620
 
3657
- - [chrono](https://github.com/chronotope/chrono) (0.4.44)
3658
- - [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
3659
- - [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
3660
- - [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
3661
- - [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
3662
- - [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
3663
- - [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
3621
+ - [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
3664
3622
 
3665
3623
  ````text
3666
- MIT License
3667
-
3668
- Copyright (c) <year> <copyright holders>
3624
+ Copyright (c) 2013-2014 The Rust Project Developers.
3625
+ Copyright (c) 2015-2020 The rust-hex Developers
3669
3626
 
3670
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
3671
- associated documentation files (the "Software"), to deal in the Software without restriction, including
3672
- without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3673
- copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
3674
- following conditions:
3627
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3628
+ of this software and associated documentation files (the "Software"), to deal
3629
+ in the Software without restriction, including without limitation the rights
3630
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3631
+ copies of the Software, and to permit persons to whom the Software is
3632
+ furnished to do so, subject to the following conditions:
3675
3633
 
3676
- The above copyright notice and this permission notice shall be included in all copies or substantial
3677
- portions of the Software.
3634
+ The above copyright notice and this permission notice shall be included in all
3635
+ copies or substantial portions of the Software.
3678
3636
 
3679
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
3680
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
3681
- EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3682
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
3683
- USE OR OTHER DEALINGS IN THE SOFTWARE.
3637
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3638
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3639
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3640
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3641
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3642
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3643
+ SOFTWARE.
3684
3644
 
3685
3645
  ````
3686
3646
 
@@ -3690,11 +3650,10 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
3690
3650
 
3691
3651
  ### Rust Crates:
3692
3652
 
3693
- - [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
3694
- - [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
3653
+ - [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
3695
3654
 
3696
3655
  ````text
3697
- Copyright (c) 2012-2013 Mozilla Foundation
3656
+ Copyright (c) 2014 Chris Wong
3698
3657
 
3699
3658
  Permission is hereby granted, free of charge, to any
3700
3659
  person obtaining a copy of this software and associated
@@ -3728,10 +3687,10 @@ DEALINGS IN THE SOFTWARE.
3728
3687
 
3729
3688
  ### Rust Crates:
3730
3689
 
3731
- - [http-body](https://github.com/hyperium/http-body) (1.0.1)
3690
+ - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
3732
3691
 
3733
3692
  ````text
3734
- Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
3693
+ Copyright 2019-2024 YOSHIOKA Takuma
3735
3694
 
3736
3695
  Permission is hereby granted, free of charge, to any
3737
3696
  person obtaining a copy of this software and associated
@@ -3765,11 +3724,39 @@ DEALINGS IN THE SOFTWARE.
3765
3724
 
3766
3725
  ### Rust Crates:
3767
3726
 
3768
- - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
3727
+ - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
3728
+ - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
3729
+ - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
3730
+ - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
3731
+ - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
3732
+ - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
3733
+ - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
3734
+ - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
3735
+ - [pastey](https://github.com/as1100k/pastey) (0.2.1)
3736
+ - [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
3737
+ - [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
3738
+ - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
3739
+ - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
3740
+ - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
3741
+ - [quote](https://github.com/dtolnay/quote) (1.0.45)
3742
+ - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
3743
+ - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
3744
+ - [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
3745
+ - [semver](https://github.com/dtolnay/semver) (1.0.28)
3746
+ - [serde](https://github.com/serde-rs/serde) (1.0.228)
3747
+ - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
3748
+ - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
3749
+ - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
3750
+ - [serde_json](https://github.com/serde-rs/json) (1.0.149)
3751
+ - [syn](https://github.com/dtolnay/syn) (2.0.117)
3752
+ - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
3753
+ - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
3754
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
3755
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
3756
+ - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
3757
+ - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
3769
3758
 
3770
3759
  ````text
3771
- Copyright 2019-2024 YOSHIOKA Takuma
3772
-
3773
3760
  Permission is hereby granted, free of charge, to any
3774
3761
  person obtaining a copy of this software and associated
3775
3762
  documentation files (the "Software"), to deal in the
@@ -3802,15 +3789,42 @@ DEALINGS IN THE SOFTWARE.
3802
3789
 
3803
3790
  ### Rust Crates:
3804
3791
 
3805
- - [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
3792
+ - [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
3806
3793
 
3807
3794
  ````text
3808
- MIT License
3795
+ The MIT License (MIT)
3796
+
3797
+ Copyright (c) 2015 Bartłomiej Kamiński
3798
+
3799
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3800
+ of this software and associated documentation files (the "Software"), to deal
3801
+ in the Software without restriction, including without limitation the rights
3802
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3803
+ copies of the Software, and to permit persons to whom the Software is
3804
+ furnished to do so, subject to the following conditions:
3805
+
3806
+ The above copyright notice and this permission notice shall be included in all
3807
+ copies or substantial portions of the Software.
3808
+
3809
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3810
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3811
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3812
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3813
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3814
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3815
+ SOFTWARE.
3816
+ ````
3809
3817
 
3810
- Copyright 2013-2014 RAD Game Tools and Valve Software
3811
- Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
3812
- Copyright (c) 2017 Frommi
3813
- Copyright (c) 2017-2024 oyvindln
3818
+ ---
3819
+
3820
+ ## The following dependencies are licensed under the MIT License:
3821
+
3822
+ ### Rust Crates:
3823
+
3824
+ - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
3825
+
3826
+ ````text
3827
+ Copyright (c) 2016-2025 Sean McArthur
3814
3828
 
3815
3829
  Permission is hereby granted, free of charge, to any person obtaining a copy
3816
3830
  of this software and associated documentation files (the "Software"), to deal
@@ -3819,16 +3833,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3819
3833
  copies of the Software, and to permit persons to whom the Software is
3820
3834
  furnished to do so, subject to the following conditions:
3821
3835
 
3822
- The above copyright notice and this permission notice shall be included in all
3823
- copies or substantial portions of the Software.
3836
+ The above copyright notice and this permission notice shall be included in
3837
+ all copies or substantial portions of the Software.
3824
3838
 
3825
3839
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3826
3840
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3827
3841
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3828
3842
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3829
3843
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3830
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3831
- SOFTWARE.
3844
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3845
+ THE SOFTWARE.
3846
+
3832
3847
 
3833
3848
  ````
3834
3849
 
@@ -3838,19 +3853,16 @@ SOFTWARE.
3838
3853
 
3839
3854
  ### Rust Crates:
3840
3855
 
3841
- - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
3842
- - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
3843
- - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
3844
- - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
3845
- - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
3846
- - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
3847
- - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
3848
- - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
3849
- - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
3856
+ - [rand](https://github.com/rust-random/rand) (0.8.5)
3857
+ - [rand](https://github.com/rust-random/rand) (0.9.4)
3858
+ - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
3859
+ - [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
3860
+ - [rand_core](https://github.com/rust-random/rand) (0.6.4)
3861
+ - [rand_core](https://github.com/rust-random/rand) (0.9.5)
3850
3862
 
3851
3863
  ````text
3852
- Copyright (c) 2016 Alex Crichton
3853
- Copyright (c) 2017 The Tokio Authors
3864
+ Copyright 2018 Developers of the Rand project
3865
+ Copyright (c) 2014 The Rust Project Developers
3854
3866
 
3855
3867
  Permission is hereby granted, free of charge, to any
3856
3868
  person obtaining a copy of this software and associated
@@ -3884,11 +3896,10 @@ DEALINGS IN THE SOFTWARE.
3884
3896
 
3885
3897
  ### Rust Crates:
3886
3898
 
3887
- - [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
3899
+ - [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
3888
3900
 
3889
3901
  ````text
3890
- Copyright (c) 2018-2025 The rust-random Project Developers
3891
- Copyright (c) 2014 The Rust Project Developers
3902
+ Copyright (c) 2017 tokio-jsonrpc developers
3892
3903
 
3893
3904
  Permission is hereby granted, free of charge, to any
3894
3905
  person obtaining a copy of this software and associated
@@ -3922,9 +3933,11 @@ DEALINGS IN THE SOFTWARE.
3922
3933
 
3923
3934
  ### Rust Crates:
3924
3935
 
3925
- - [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
3936
+ - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
3926
3937
 
3927
3938
  ````text
3939
+ Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
3940
+
3928
3941
  Permission is hereby granted, free of charge, to any
3929
3942
  person obtaining a copy of this software and associated
3930
3943
  documentation files (the "Software"), to deal in the
@@ -3948,6 +3961,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3948
3961
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3949
3962
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3950
3963
  DEALINGS IN THE SOFTWARE.
3964
+
3951
3965
  ````
3952
3966
 
3953
3967
  ---
@@ -3956,13 +3970,10 @@ DEALINGS IN THE SOFTWARE.
3956
3970
 
3957
3971
  ### Rust Crates:
3958
3972
 
3959
- - [schemars](https://github.com/GREsau/schemars) (1.2.1)
3960
- - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
3973
+ - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
3961
3974
 
3962
3975
  ````text
3963
- MIT License
3964
-
3965
- Copyright (c) 2019 Graham Esau
3976
+ Copyright (c) 2015-2025 Sean McArthur
3966
3977
 
3967
3978
  Permission is hereby granted, free of charge, to any person obtaining a copy
3968
3979
  of this software and associated documentation files (the "Software"), to deal
@@ -3971,16 +3982,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3971
3982
  copies of the Software, and to permit persons to whom the Software is
3972
3983
  furnished to do so, subject to the following conditions:
3973
3984
 
3974
- The above copyright notice and this permission notice shall be included in all
3975
- copies or substantial portions of the Software.
3985
+ The above copyright notice and this permission notice shall be included in
3986
+ all copies or substantial portions of the Software.
3976
3987
 
3977
3988
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3978
3989
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3979
3990
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3980
3991
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3981
3992
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3982
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3983
- SOFTWARE.
3993
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3994
+ THE SOFTWARE.
3995
+
3984
3996
 
3985
3997
  ````
3986
3998
 
@@ -3990,19 +4002,36 @@ SOFTWARE.
3990
4002
 
3991
4003
  ### Rust Crates:
3992
4004
 
3993
- - [tarpc](https://github.com/google/tarpc) (0.37.0)
3994
- - [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
4005
+ - [idna](https://github.com/servo/rust-url/) (1.1.0)
4006
+ - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
4007
+ - [url](https://github.com/servo/rust-url) (2.5.8)
3995
4008
 
3996
4009
  ````text
3997
- The MIT License (MIT)
3998
-
3999
- Copyright 2016 Google Inc. All Rights Reserved.
4010
+ Copyright (c) 2013-2025 The rust-url developers
4000
4011
 
4001
- 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:
4012
+ Permission is hereby granted, free of charge, to any
4013
+ person obtaining a copy of this software and associated
4014
+ documentation files (the "Software"), to deal in the
4015
+ Software without restriction, including without
4016
+ limitation the rights to use, copy, modify, merge,
4017
+ publish, distribute, sublicense, and/or sell copies of
4018
+ the Software, and to permit persons to whom the Software
4019
+ is furnished to do so, subject to the following
4020
+ conditions:
4002
4021
 
4003
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4022
+ The above copyright notice and this permission notice
4023
+ shall be included in all copies or substantial portions
4024
+ of the Software.
4004
4025
 
4005
- 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.
4026
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
4027
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
4028
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
4029
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
4030
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4031
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4032
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
4033
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4034
+ DEALINGS IN THE SOFTWARE.
4006
4035
 
4007
4036
  ````
4008
4037
 
@@ -4012,10 +4041,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
4012
4041
 
4013
4042
  ### Rust Crates:
4014
4043
 
4015
- - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
4044
+ - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
4016
4045
 
4017
4046
  ````text
4018
- Copyright (c) 2014-2026 Alex Crichton
4047
+ Copyright (c) 2020-2025 The RustCrypto Project Developers
4019
4048
 
4020
4049
  Permission is hereby granted, free of charge, to any
4021
4050
  person obtaining a copy of this software and associated
@@ -4049,13 +4078,10 @@ DEALINGS IN THE SOFTWARE.
4049
4078
 
4050
4079
  ### Rust Crates:
4051
4080
 
4052
- - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
4053
- - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
4081
+ - [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
4054
4082
 
4055
4083
  ````text
4056
- Copyright (c) 2006-2009 Graydon Hoare
4057
- Copyright (c) 2009-2013 Mozilla Foundation
4058
- Copyright (c) 2016 Artyom Pavlov
4084
+ Copyright (c) 2015 The Rust Project Developers
4059
4085
 
4060
4086
  Permission is hereby granted, free of charge, to any
4061
4087
  person obtaining a copy of this software and associated
@@ -4089,10 +4115,10 @@ DEALINGS IN THE SOFTWARE.
4089
4115
 
4090
4116
  ### Rust Crates:
4091
4117
 
4092
- - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
4118
+ - [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
4093
4119
 
4094
4120
  ````text
4095
- Copyright (c) 2019 The CryptoCorrosion Contributors
4121
+ Copyright (c) 2016--2017
4096
4122
 
4097
4123
  Permission is hereby granted, free of charge, to any
4098
4124
  person obtaining a copy of this software and associated
@@ -4126,10 +4152,15 @@ DEALINGS IN THE SOFTWARE.
4126
4152
 
4127
4153
  ### Rust Crates:
4128
4154
 
4129
- - [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
4155
+ - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
4156
+ - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
4157
+ - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
4158
+ - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
4159
+ - [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
4160
+ - [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
4130
4161
 
4131
4162
  ````text
4132
- Copyright (c) The rust-url developers
4163
+ Copyright (c) 2019 Tokio Contributors
4133
4164
 
4134
4165
  Permission is hereby granted, free of charge, to any
4135
4166
  person obtaining a copy of this software and associated
@@ -4163,42 +4194,12 @@ DEALINGS IN THE SOFTWARE.
4163
4194
 
4164
4195
  ### Rust Crates:
4165
4196
 
4166
- - [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
4197
+ - [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
4167
4198
 
4168
4199
  ````text
4169
- The MIT License (MIT)
4170
-
4171
- Copyright (c) 2015 Bartłomiej Kamiński
4172
-
4173
- Permission is hereby granted, free of charge, to any person obtaining a copy
4174
- of this software and associated documentation files (the "Software"), to deal
4175
- in the Software without restriction, including without limitation the rights
4176
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4177
- copies of the Software, and to permit persons to whom the Software is
4178
- furnished to do so, subject to the following conditions:
4179
-
4180
- The above copyright notice and this permission notice shall be included in all
4181
- copies or substantial portions of the Software.
4182
-
4183
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4184
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4185
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4186
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4187
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4188
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4189
- SOFTWARE.
4190
- ````
4191
-
4192
- ---
4193
-
4194
- ## The following dependencies are licensed under the MIT License:
4195
-
4196
- ### Rust Crates:
4197
-
4198
- - [hyper](https://github.com/hyperium/hyper) (1.9.0)
4200
+ MIT License
4199
4201
 
4200
- ````text
4201
- Copyright (c) 2014-2026 Sean McArthur
4202
+ Copyright (c) 2025 rutrum
4202
4203
 
4203
4204
  Permission is hereby granted, free of charge, to any person obtaining a copy
4204
4205
  of this software and associated documentation files (the "Software"), to deal
@@ -4207,17 +4208,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4207
4208
  copies of the Software, and to permit persons to whom the Software is
4208
4209
  furnished to do so, subject to the following conditions:
4209
4210
 
4210
- The above copyright notice and this permission notice shall be included in
4211
- all copies or substantial portions of the Software.
4211
+ The above copyright notice and this permission notice shall be included in all
4212
+ copies or substantial portions of the Software.
4212
4213
 
4213
4214
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4214
4215
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4215
4216
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4216
4217
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4217
4218
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4218
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4219
- THE SOFTWARE.
4220
-
4219
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4220
+ SOFTWARE.
4221
4221
  ````
4222
4222
 
4223
4223
  ---
@@ -4226,10 +4226,10 @@ THE SOFTWARE.
4226
4226
 
4227
4227
  ### Rust Crates:
4228
4228
 
4229
- - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
4229
+ - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
4230
4230
 
4231
4231
  ````text
4232
- Copyright (c) 2015 Steven Allen
4232
+ Copyright (c) 2017 Robert Grosse
4233
4233
 
4234
4234
  Permission is hereby granted, free of charge, to any
4235
4235
  person obtaining a copy of this software and associated
@@ -4254,6 +4254,38 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4254
4254
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
4255
4255
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4256
4256
  DEALINGS IN THE SOFTWARE.
4257
+ ````
4258
+
4259
+ ---
4260
+
4261
+ ## The following dependencies are licensed under the MIT License:
4262
+
4263
+ ### Rust Crates:
4264
+
4265
+ - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
4266
+
4267
+ ````text
4268
+ Copyright (c) 2018-2023 Sean McArthur
4269
+ Copyright (c) 2016 Alex Crichton
4270
+
4271
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4272
+ of this software and associated documentation files (the "Software"), to deal
4273
+ in the Software without restriction, including without limitation the rights
4274
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4275
+ copies of the Software, and to permit persons to whom the Software is
4276
+ furnished to do so, subject to the following conditions:
4277
+
4278
+ The above copyright notice and this permission notice shall be included in
4279
+ all copies or substantial portions of the Software.
4280
+
4281
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4282
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4283
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4284
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4285
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4286
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4287
+ THE SOFTWARE.
4288
+
4257
4289
 
4258
4290
  ````
4259
4291
 
@@ -4644,18 +4676,6 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
4644
4676
 
4645
4677
  ---
4646
4678
 
4647
- ## The following dependencies are licensed under the UNKNOWN License:
4648
-
4649
- ### NPM Packages:
4650
-
4651
- - [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.6) (0.0.6)
4652
-
4653
- ````text
4654
- Please refer to the package README for license details.
4655
- ````
4656
-
4657
- ---
4658
-
4659
4679
  ## The following dependencies are licensed under the Unicode-3.0 License:
4660
4680
 
4661
4681
  ### Rust Crates: