@deveco-codegenie/mcp-bridge-darwin-x64 1.1.1 → 1.1.2

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.
@@ -22,21 +22,23 @@
22
22
 
23
23
  ### Rust Crates:
24
24
 
25
- - [adler2](https://github.com/oyvindln/adler2) (2.0.1)
25
+ - [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
26
26
 
27
27
  ````text
28
- Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
28
+ BSD Zero Clause License
29
29
 
30
- Permission to use, copy, modify, and/or distribute this software for
31
- any purpose with or without fee is hereby granted.
30
+ Copyright (c) 2025 Goat
32
31
 
33
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
34
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
35
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
36
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
37
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
38
- AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
39
- OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
32
+ Permission to use, copy, modify, and/or distribute this software for any
33
+ purpose with or without fee is hereby granted.
34
+
35
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
36
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
37
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
38
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
39
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
40
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
41
+ PERFORMANCE OF THIS SOFTWARE.
40
42
 
41
43
  ````
42
44
 
@@ -72,23 +74,108 @@ PERFORMANCE OF THIS SOFTWARE.
72
74
 
73
75
  ### Rust Crates:
74
76
 
75
- - [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
77
+ - [adler2](https://github.com/oyvindln/adler2) (2.0.1)
76
78
 
77
79
  ````text
78
- BSD Zero Clause License
80
+ Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
79
81
 
80
- Copyright (c) 2025 Goat
82
+ Permission to use, copy, modify, and/or distribute this software for
83
+ any purpose with or without fee is hereby granted.
81
84
 
82
- Permission to use, copy, modify, and/or distribute this software for any
83
- purpose with or without fee is hereby granted.
85
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
86
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
87
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
88
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
89
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
90
+ AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
91
+ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
84
92
 
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.
93
+ ````
94
+
95
+ ---
96
+
97
+ ## The following dependencies are licensed under the Apache-2.0 License:
98
+
99
+ ### Rust Crates:
100
+
101
+ - [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
102
+ - [ryu](https://github.com/dtolnay/ryu) (1.0.23)
103
+ - [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
104
+
105
+ ````text
106
+ Apache License
107
+ Version 2.0, January 2004
108
+ http://www.apache.org/licenses/
109
+
110
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
111
+
112
+ 1. Definitions.
113
+
114
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
115
+
116
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
117
+
118
+ "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.
119
+
120
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
121
+
122
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
123
+
124
+ "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.
125
+
126
+ "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).
127
+
128
+ "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.
129
+
130
+ "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."
131
+
132
+ "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.
133
+
134
+ 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.
135
+
136
+ 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.
137
+
138
+ 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:
139
+
140
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
141
+
142
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
143
+
144
+ (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
145
+
146
+ (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.
147
+
148
+ 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.
149
+
150
+ 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.
151
+
152
+ 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.
153
+
154
+ 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.
155
+
156
+ 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.
157
+
158
+ 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.
159
+
160
+ END OF TERMS AND CONDITIONS
161
+
162
+ APPENDIX: How to apply the Apache License to your work.
163
+
164
+ 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.
165
+
166
+ Copyright [yyyy] [name of copyright owner]
167
+
168
+ Licensed under the Apache License, Version 2.0 (the "License");
169
+ you may not use this file except in compliance with the License.
170
+ You may obtain a copy of the License at
171
+
172
+ http://www.apache.org/licenses/LICENSE-2.0
173
+
174
+ Unless required by applicable law or agreed to in writing, software
175
+ distributed under the License is distributed on an "AS IS" BASIS,
176
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
177
+ See the License for the specific language governing permissions and
178
+ limitations under the License.
92
179
 
93
180
  ````
94
181
 
@@ -98,9 +185,7 @@ PERFORMANCE OF THIS SOFTWARE.
98
185
 
99
186
  ### Rust Crates:
100
187
 
101
- - [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
102
- - [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
103
- - [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
188
+ - [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
104
189
 
105
190
  ````text
106
191
  Apache License
@@ -291,7 +376,7 @@ PERFORMANCE OF THIS SOFTWARE.
291
376
  same "printed page" as the copyright notice for easier
292
377
  identification within third-party archives.
293
378
 
294
- Copyright [yyyy] [name of copyright owner]
379
+ Copyright 2011 Google Inc.
295
380
 
296
381
  Licensed under the Apache License, Version 2.0 (the "License");
297
382
  you may not use this file except in compliance with the License.
@@ -313,7 +398,9 @@ PERFORMANCE OF THIS SOFTWARE.
313
398
 
314
399
  ### Rust Crates:
315
400
 
316
- - [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
401
+ - [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
402
+ - [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
403
+ - [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
317
404
 
318
405
  ````text
319
406
  Apache License
@@ -504,7 +591,7 @@ PERFORMANCE OF THIS SOFTWARE.
504
591
  same "printed page" as the copyright notice for easier
505
592
  identification within third-party archives.
506
593
 
507
- Copyright 2011 Google Inc.
594
+ Copyright [yyyy] [name of copyright owner]
508
595
 
509
596
  Licensed under the Apache License, Version 2.0 (the "License");
510
597
  you may not use this file except in compliance with the License.
@@ -522,88 +609,38 @@ PERFORMANCE OF THIS SOFTWARE.
522
609
 
523
610
  ---
524
611
 
525
- ## The following dependencies are licensed under the Apache-2.0 License:
612
+ ## The following dependencies are licensed under the BSD-3-Clause License:
526
613
 
527
- ### Rust Crates:
614
+ ### NPM Packages:
528
615
 
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)
616
+ - [jpeg-js](https://github.com/eugeneware/jpeg-js) (0.4.4)
532
617
 
533
618
  ````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
619
+ Copyright (c) 2014, Eugene Ware
620
+ All rights reserved.
621
+
622
+ Redistribution and use in source and binary forms, with or without
623
+ modification, are permitted provided that the following conditions are met:
601
624
 
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.
625
+ 1. Redistributions of source code must retain the above copyright
626
+ notice, this list of conditions and the following disclaimer.
627
+ 2. Redistributions in binary form must reproduce the above copyright
628
+ notice, this list of conditions and the following disclaimer in the
629
+ documentation and/or other materials provided with the distribution.
630
+ 3. Neither the name of Eugene Ware nor the names of its contributors
631
+ may be used to endorse or promote products derived from this software
632
+ without specific prior written permission.
633
+
634
+ THIS SOFTWARE IS PROVIDED BY EUGENE WARE ''AS IS'' AND ANY
635
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
636
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
637
+ DISCLAIMED. IN NO EVENT SHALL EUGENE WARE BE LIABLE FOR ANY
638
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
639
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
640
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
641
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
642
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
643
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
607
644
 
608
645
  ````
609
646
 
@@ -652,60 +689,11 @@ The complete list of contributors can be found at:
652
689
 
653
690
  ---
654
691
 
655
- ## The following dependencies are licensed under the BSD-3-Clause License:
692
+ ## The following dependencies are licensed under the ISC License:
656
693
 
657
694
  ### NPM Packages:
658
695
 
659
- - [jpeg-js](https://github.com/eugeneware/jpeg-js) (0.4.4)
660
-
661
- ````text
662
- Copyright (c) 2014, Eugene Ware
663
- All rights reserved.
664
-
665
- Redistribution and use in source and binary forms, with or without
666
- modification, are permitted provided that the following conditions are met:
667
-
668
- 1. Redistributions of source code must retain the above copyright
669
- notice, this list of conditions and the following disclaimer.
670
- 2. Redistributions in binary form must reproduce the above copyright
671
- notice, this list of conditions and the following disclaimer in the
672
- documentation and/or other materials provided with the distribution.
673
- 3. Neither the name of Eugene Ware nor the names of its contributors
674
- may be used to endorse or promote products derived from this software
675
- without specific prior written permission.
676
-
677
- THIS SOFTWARE IS PROVIDED BY EUGENE WARE ''AS IS'' AND ANY
678
- EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
679
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
680
- DISCLAIMED. IN NO EVENT SHALL EUGENE WARE BE LIABLE FOR ANY
681
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
682
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
683
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
684
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
685
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
686
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
687
-
688
- ````
689
-
690
- ---
691
-
692
- ## The following dependencies are licensed under the ISC License:
693
-
694
- ### NPM Packages:
695
-
696
- - [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.3) (0.0.3)
697
-
698
- ````text
699
- Please refer to the package README for license details.
700
- ````
701
-
702
- ---
703
-
704
- ## The following dependencies are licensed under the ISC License:
705
-
706
- ### NPM Packages:
707
-
708
- - [pixelmatch](https://github.com/mapbox/pixelmatch) (7.1.0)
696
+ - [pixelmatch](https://github.com/mapbox/pixelmatch) (7.1.0)
709
697
 
710
698
  ````text
711
699
  ISC License
@@ -752,85 +740,28 @@ THIS SOFTWARE.
752
740
 
753
741
  ---
754
742
 
755
- ## The following dependencies are licensed under the MIT License:
756
-
757
- ### Rust Crates:
758
-
759
- - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
760
- - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
761
- - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
762
-
763
- ````text
764
- MIT License
765
-
766
- Copyright (c) Tokio Contributors
767
-
768
- Permission is hereby granted, free of charge, to any person obtaining a copy
769
- of this software and associated documentation files (the "Software"), to deal
770
- in the Software without restriction, including without limitation the rights
771
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
772
- copies of the Software, and to permit persons to whom the Software is
773
- furnished to do so, subject to the following conditions:
774
-
775
- The above copyright notice and this permission notice shall be included in all
776
- copies or substantial portions of the Software.
777
-
778
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
779
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
780
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
781
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
782
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
783
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
784
- SOFTWARE.
785
-
786
- ````
787
-
788
- ---
789
-
790
- ## The following dependencies are licensed under the MIT License:
743
+ ## The following dependencies are licensed under the ISC License:
791
744
 
792
- ### Rust Crates:
745
+ ### NPM Packages:
793
746
 
794
- - [schemars](https://github.com/GREsau/schemars) (1.2.1)
795
- - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
747
+ - [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.3) (0.0.3)
796
748
 
797
749
  ````text
798
- MIT License
799
-
800
- Copyright (c) 2019 Graham Esau
801
-
802
- Permission is hereby granted, free of charge, to any person obtaining a copy
803
- of this software and associated documentation files (the "Software"), to deal
804
- in the Software without restriction, including without limitation the rights
805
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
806
- copies of the Software, and to permit persons to whom the Software is
807
- furnished to do so, subject to the following conditions:
808
-
809
- The above copyright notice and this permission notice shall be included in all
810
- copies or substantial portions of the Software.
811
-
812
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
813
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
814
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
815
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
816
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
817
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
818
- SOFTWARE.
819
-
750
+ Please refer to the package README for license details.
820
751
  ````
821
752
 
822
753
  ---
823
754
 
824
755
  ## The following dependencies are licensed under the MIT License:
825
756
 
826
- ### Rust Crates:
757
+ ### NPM Packages:
827
758
 
828
- - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
759
+ - [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
829
760
 
830
761
  ````text
831
- MIT License
762
+ The MIT License (MIT)
832
763
 
833
- Copyright (c) 2025 Callum Oakley
764
+ Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
834
765
 
835
766
  Permission is hereby granted, free of charge, to any person obtaining a copy
836
767
  of this software and associated documentation files (the "Software"), to deal
@@ -839,57 +770,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
839
770
  copies of the Software, and to permit persons to whom the Software is
840
771
  furnished to do so, subject to the following conditions:
841
772
 
842
- The above copyright notice and this permission notice shall be included in all
843
- copies or substantial portions of the Software.
773
+ The above copyright notice and this permission notice shall be included in
774
+ all copies or substantial portions of the Software.
844
775
 
845
776
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
846
777
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
847
778
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
848
779
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
849
780
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
850
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
851
- SOFTWARE.
852
-
853
- ````
854
-
855
- ---
856
-
857
- ## The following dependencies are licensed under the MIT License:
858
-
859
- ### Rust Crates:
860
-
861
- - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
862
-
863
- ````text
864
- Copyright 2017 Juniper Networks, Inc.
865
-
866
- 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:
867
-
868
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
869
-
870
- 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.
871
-
872
- ````
873
-
874
- ---
875
-
876
- ## The following dependencies are licensed under the MIT License:
877
-
878
- ### Rust Crates:
879
-
880
- - [tarpc](https://github.com/google/tarpc) (0.37.0)
881
- - [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
882
-
883
- ````text
884
- The MIT License (MIT)
885
-
886
- Copyright 2016 Google Inc. All Rights Reserved.
887
-
888
- 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:
889
-
890
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
891
-
892
- 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.
781
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
782
+ THE SOFTWARE.
893
783
 
894
784
  ````
895
785
 
@@ -899,27 +789,36 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
899
789
 
900
790
  ### Rust Crates:
901
791
 
902
- - [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
792
+ - [tower](https://github.com/tower-rs/tower) (0.5.3)
793
+ - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
794
+ - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
903
795
 
904
796
  ````text
905
- Copyright 2018 Parity Technologies (UK) Ltd.
797
+ Copyright (c) 2019 Tower Contributors
906
798
 
907
- Permission is hereby granted, free of charge, to any person obtaining a copy of
908
- this software and associated documentation files (the "Software"), to deal in
909
- the Software without restriction, including without limitation the rights to
910
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
911
- the Software, and to permit persons to whom the Software is furnished to do so,
912
- subject to the following conditions:
799
+ Permission is hereby granted, free of charge, to any
800
+ person obtaining a copy of this software and associated
801
+ documentation files (the "Software"), to deal in the
802
+ Software without restriction, including without
803
+ limitation the rights to use, copy, modify, merge,
804
+ publish, distribute, sublicense, and/or sell copies of
805
+ the Software, and to permit persons to whom the Software
806
+ is furnished to do so, subject to the following
807
+ conditions:
913
808
 
914
- The above copyright notice and this permission notice shall be included in all
915
- copies or substantial portions of the Software.
809
+ The above copyright notice and this permission notice
810
+ shall be included in all copies or substantial portions
811
+ of the Software.
916
812
 
917
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
918
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
919
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
920
- OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
921
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
922
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
813
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
814
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
815
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
816
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
817
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
818
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
819
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
820
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
821
+ DEALINGS IN THE SOFTWARE.
923
822
 
924
823
  ````
925
824
 
@@ -929,10 +828,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
929
828
 
930
829
  ### Rust Crates:
931
830
 
932
- - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
831
+ - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
832
+ - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
933
833
 
934
834
  ````text
935
- Copyright (c) 2019 The CryptoCorrosion Contributors
835
+ Copyright (c) 2014 Alex Crichton
936
836
 
937
837
  Permission is hereby granted, free of charge, to any
938
838
  person obtaining a copy of this software and associated
@@ -966,10 +866,10 @@ DEALINGS IN THE SOFTWARE.
966
866
 
967
867
  ### Rust Crates:
968
868
 
969
- - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
869
+ - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
970
870
 
971
871
  ````text
972
- Copyright (c) 2020-2025 The RustCrypto Project Developers
872
+ Copyright (c) 2018-2019 The RustCrypto Project Developers
973
873
 
974
874
  Permission is hereby granted, free of charge, to any
975
875
  person obtaining a copy of this software and associated
@@ -1003,10 +903,10 @@ DEALINGS IN THE SOFTWARE.
1003
903
 
1004
904
  ### Rust Crates:
1005
905
 
1006
- - [directories](https://github.com/soc/directories-rs) (6.0.0)
906
+ - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
1007
907
 
1008
908
  ````text
1009
- Copyright (c) 2018 directories-rs contributors
909
+ Copyright (c) 2016-2025 Sean McArthur
1010
910
 
1011
911
  Permission is hereby granted, free of charge, to any person obtaining a copy
1012
912
  of this software and associated documentation files (the "Software"), to deal
@@ -1015,16 +915,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1015
915
  copies of the Software, and to permit persons to whom the Software is
1016
916
  furnished to do so, subject to the following conditions:
1017
917
 
1018
- The above copyright notice and this permission notice shall be included in all
1019
- copies or substantial portions of the Software.
918
+ The above copyright notice and this permission notice shall be included in
919
+ all copies or substantial portions of the Software.
1020
920
 
1021
921
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1022
922
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1023
923
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1024
924
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1025
925
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1026
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1027
- SOFTWARE.
926
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
927
+ THE SOFTWARE.
928
+
1028
929
 
1029
930
  ````
1030
931
 
@@ -1072,10 +973,13 @@ DEALINGS IN THE SOFTWARE.
1072
973
 
1073
974
  ### Rust Crates:
1074
975
 
1075
- - [http](https://github.com/hyperium/http) (1.4.0)
976
+ - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
977
+ - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
978
+ - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
979
+ - [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
1076
980
 
1077
981
  ````text
1078
- Copyright (c) 2017 http-rs authors
982
+ Copyright (c) 2016 The Rust Project Developers
1079
983
 
1080
984
  Permission is hereby granted, free of charge, to any
1081
985
  person obtaining a copy of this software and associated
@@ -1109,28 +1013,34 @@ DEALINGS IN THE SOFTWARE.
1109
1013
 
1110
1014
  ### Rust Crates:
1111
1015
 
1112
- - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
1016
+ - [digest](https://github.com/RustCrypto/traits) (0.10.7)
1113
1017
 
1114
1018
  ````text
1115
- Copyright (c) 2023-2025 Sean McArthur
1116
-
1117
- Permission is hereby granted, free of charge, to any person obtaining a copy
1118
- of this software and associated documentation files (the "Software"), to deal
1119
- in the Software without restriction, including without limitation the rights
1120
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1121
- copies of the Software, and to permit persons to whom the Software is
1122
- furnished to do so, subject to the following conditions:
1123
-
1124
- The above copyright notice and this permission notice shall be included in
1125
- all copies or substantial portions of the Software.
1019
+ Copyright (c) 2017 Artyom Pavlov
1126
1020
 
1127
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1128
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1129
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1130
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1131
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1132
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1133
- THE SOFTWARE.
1021
+ Permission is hereby granted, free of charge, to any
1022
+ person obtaining a copy of this software and associated
1023
+ documentation files (the "Software"), to deal in the
1024
+ Software without restriction, including without
1025
+ limitation the rights to use, copy, modify, merge,
1026
+ publish, distribute, sublicense, and/or sell copies of
1027
+ the Software, and to permit persons to whom the Software
1028
+ is furnished to do so, subject to the following
1029
+ conditions:
1030
+
1031
+ The above copyright notice and this permission notice
1032
+ shall be included in all copies or substantial portions
1033
+ of the Software.
1034
+
1035
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1036
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1037
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1038
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1039
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1040
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1041
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1042
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1043
+ DEALINGS IN THE SOFTWARE.
1134
1044
 
1135
1045
  ````
1136
1046
 
@@ -1140,12 +1050,14 @@ THE SOFTWARE.
1140
1050
 
1141
1051
  ### Rust Crates:
1142
1052
 
1143
- - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
1053
+ - [educe](https://github.com/magiclen/educe) (0.5.11)
1054
+ - [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
1055
+ - [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
1144
1056
 
1145
1057
  ````text
1146
- The MIT License (MIT)
1058
+ MIT License
1147
1059
 
1148
- Copyright (c) 2015 Alice Maz
1060
+ Copyright (c) 2023 magiclen.org (Ron Li)
1149
1061
 
1150
1062
  Permission is hereby granted, free of charge, to any person obtaining a copy
1151
1063
  of this software and associated documentation files (the "Software"), to deal
@@ -1154,16 +1066,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1154
1066
  copies of the Software, and to permit persons to whom the Software is
1155
1067
  furnished to do so, subject to the following conditions:
1156
1068
 
1157
- The above copyright notice and this permission notice shall be included in
1158
- all copies or substantial portions of the Software.
1069
+ The above copyright notice and this permission notice shall be included in all
1070
+ copies or substantial portions of the Software.
1159
1071
 
1160
1072
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1161
1073
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1162
1074
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1163
1075
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1164
1076
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1165
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1166
- THE SOFTWARE.
1077
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1078
+ SOFTWARE.
1167
1079
 
1168
1080
  ````
1169
1081
 
@@ -1173,10 +1085,10 @@ THE SOFTWARE.
1173
1085
 
1174
1086
  ### Rust Crates:
1175
1087
 
1176
- - [want](https://github.com/seanmonstar/want) (0.3.1)
1088
+ - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
1177
1089
 
1178
1090
  ````text
1179
- Copyright (c) 2018-2019 Sean McArthur
1091
+ Copyright (c) 2015-2025 Sean McArthur
1180
1092
 
1181
1093
  Permission is hereby granted, free of charge, to any person obtaining a copy
1182
1094
  of this software and associated documentation files (the "Software"), to deal
@@ -1205,11 +1117,19 @@ THE SOFTWARE.
1205
1117
 
1206
1118
  ### Rust Crates:
1207
1119
 
1208
- - [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
1209
- - [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
1120
+ - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
1121
+ - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
1122
+ - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
1123
+ - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
1124
+ - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
1125
+ - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
1126
+ - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
1127
+ - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
1128
+ - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
1210
1129
 
1211
1130
  ````text
1212
- Copyright (c) 2012-2013 Mozilla Foundation
1131
+ Copyright (c) 2016 Alex Crichton
1132
+ Copyright (c) 2017 The Tokio Authors
1213
1133
 
1214
1134
  Permission is hereby granted, free of charge, to any
1215
1135
  person obtaining a copy of this software and associated
@@ -1243,10 +1163,10 @@ DEALINGS IN THE SOFTWARE.
1243
1163
 
1244
1164
  ### Rust Crates:
1245
1165
 
1246
- - [zerocopy](https://github.com/google/zerocopy) (0.8.48)
1166
+ - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
1247
1167
 
1248
1168
  ````text
1249
- Copyright 2023 The Fuchsia Authors
1169
+ Copyright (c) 2017 Robert Grosse
1250
1170
 
1251
1171
  Permission is hereby granted, free of charge, to any
1252
1172
  person obtaining a copy of this software and associated
@@ -1271,8 +1191,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1271
1191
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1272
1192
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1273
1193
  DEALINGS IN THE SOFTWARE.
1274
-
1275
-
1276
1194
  ````
1277
1195
 
1278
1196
  ---
@@ -1281,65 +1199,34 @@ DEALINGS IN THE SOFTWARE.
1281
1199
 
1282
1200
  ### Rust Crates:
1283
1201
 
1284
- - [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
1202
+ - [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
1285
1203
 
1286
1204
  ````text
1287
- MIT License
1288
-
1289
- Copyright (c) 2017 Nikolai Vazquez
1290
-
1291
- Permission is hereby granted, free of charge, to any person obtaining a copy
1292
- of this software and associated documentation files (the "Software"), to deal
1293
- in the Software without restriction, including without limitation the rights
1294
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1295
- copies of the Software, and to permit persons to whom the Software is
1296
- furnished to do so, subject to the following conditions:
1297
-
1298
- The above copyright notice and this permission notice shall be included in all
1299
- copies or substantial portions of the Software.
1300
-
1301
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1302
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1303
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1304
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1305
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1306
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1307
- SOFTWARE.
1308
-
1309
- ````
1310
-
1311
- ---
1312
-
1313
- ## The following dependencies are licensed under the MIT License:
1205
+ Copyright (c) 2017 tokio-jsonrpc developers
1314
1206
 
1315
- ### Rust Crates:
1207
+ Permission is hereby granted, free of charge, to any
1208
+ person obtaining a copy of this software and associated
1209
+ documentation files (the "Software"), to deal in the
1210
+ Software without restriction, including without
1211
+ limitation the rights to use, copy, modify, merge,
1212
+ publish, distribute, sublicense, and/or sell copies of
1213
+ the Software, and to permit persons to whom the Software
1214
+ is furnished to do so, subject to the following
1215
+ conditions:
1316
1216
 
1317
- - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
1217
+ The above copyright notice and this permission notice
1218
+ shall be included in all copies or substantial portions
1219
+ of the Software.
1318
1220
 
1319
- ````text
1320
- The MIT License (MIT)
1321
-
1322
- Copyright (c) 2016 Johann Tuffe
1323
-
1324
- Permission is hereby granted, free of charge, to any person obtaining a copy
1325
- of this software and associated documentation files (the "Software"), to deal
1326
- in the Software without restriction, including without limitation the rights
1327
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1328
- copies of the Software, and to permit persons to whom the Software is
1329
- furnished to do so, subject to the following conditions:
1330
-
1331
-
1332
- The above copyright notice and this permission notice shall be included in
1333
- all copies or substantial portions of the Software.
1334
-
1335
-
1336
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1337
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1338
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1339
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1340
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1341
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1342
- THE SOFTWARE.
1221
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1222
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1223
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1224
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1225
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1226
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1227
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1228
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1229
+ DEALINGS IN THE SOFTWARE.
1343
1230
 
1344
1231
  ````
1345
1232
 
@@ -1349,11 +1236,10 @@ THE SOFTWARE.
1349
1236
 
1350
1237
  ### Rust Crates:
1351
1238
 
1352
- - [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
1239
+ - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
1353
1240
 
1354
1241
  ````text
1355
- Copyright (c) 2018-2025 The rust-random Project Developers
1356
- Copyright (c) 2014 The Rust Project Developers
1242
+ Copyright Mozilla Foundation
1357
1243
 
1358
1244
  Permission is hereby granted, free of charge, to any
1359
1245
  person obtaining a copy of this software and associated
@@ -1387,12 +1273,10 @@ DEALINGS IN THE SOFTWARE.
1387
1273
 
1388
1274
  ### Rust Crates:
1389
1275
 
1390
- - [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
1276
+ - [zerocopy](https://github.com/google/zerocopy) (0.8.48)
1391
1277
 
1392
1278
  ````text
1393
- Copyright (c) 2017 Carl Lerche
1394
- Copyright (c) 2018 Bastian Köcher
1395
- Copyright (c) 2019-2020 Artem Vorotnikov
1279
+ Copyright 2023 The Fuchsia Authors
1396
1280
 
1397
1281
  Permission is hereby granted, free of charge, to any
1398
1282
  person obtaining a copy of this software and associated
@@ -1418,35 +1302,43 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1418
1302
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1419
1303
  DEALINGS IN THE SOFTWARE.
1420
1304
 
1305
+
1421
1306
  ````
1422
1307
 
1423
1308
  ---
1424
1309
 
1425
1310
  ## The following dependencies are licensed under the MIT License:
1426
1311
 
1427
- ### NPM Packages:
1312
+ ### Rust Crates:
1428
1313
 
1429
- - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
1314
+ - [libc](https://github.com/rust-lang/libc) (0.2.185)
1430
1315
 
1431
1316
  ````text
1432
- This software is released under the MIT license:
1317
+ Copyright (c) The Rust Project Developers
1433
1318
 
1434
- Permission is hereby granted, free of charge, to any person obtaining a copy of
1435
- this software and associated documentation files (the "Software"), to deal in
1436
- the Software without restriction, including without limitation the rights to
1437
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1438
- the Software, and to permit persons to whom the Software is furnished to do so,
1439
- subject to the following conditions:
1319
+ Permission is hereby granted, free of charge, to any
1320
+ person obtaining a copy of this software and associated
1321
+ documentation files (the "Software"), to deal in the
1322
+ Software without restriction, including without
1323
+ limitation the rights to use, copy, modify, merge,
1324
+ publish, distribute, sublicense, and/or sell copies of
1325
+ the Software, and to permit persons to whom the Software
1326
+ is furnished to do so, subject to the following
1327
+ conditions:
1440
1328
 
1441
- The above copyright notice and this permission notice shall be included in all
1442
- copies or substantial portions of the Software.
1329
+ The above copyright notice and this permission notice
1330
+ shall be included in all copies or substantial portions
1331
+ of the Software.
1443
1332
 
1444
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1445
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1446
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1447
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1448
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1449
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1333
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1334
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1335
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1336
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1337
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1338
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1339
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1340
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1341
+ DEALINGS IN THE SOFTWARE.
1450
1342
 
1451
1343
  ````
1452
1344
 
@@ -1456,13 +1348,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1456
1348
 
1457
1349
  ### Rust Crates:
1458
1350
 
1459
- - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
1351
+ - [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
1460
1352
 
1461
1353
  ````text
1462
- The MIT License (MIT)
1354
+ MIT License
1463
1355
 
1464
- Copyright (c) 2015-2020 Julien Cretin
1465
- Copyright (c) 2017-2020 Google Inc.
1356
+ Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
1466
1357
 
1467
1358
  Permission is hereby granted, free of charge, to any person obtaining a copy
1468
1359
  of this software and associated documentation files (the "Software"), to deal
@@ -1490,10 +1381,10 @@ SOFTWARE.
1490
1381
 
1491
1382
  ### Rust Crates:
1492
1383
 
1493
- - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
1384
+ - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
1494
1385
 
1495
1386
  ````text
1496
- Copyright (c) 2016--2023
1387
+ Copyright (c) 2014-2026 Alex Crichton
1497
1388
 
1498
1389
  Permission is hereby granted, free of charge, to any
1499
1390
  person obtaining a copy of this software and associated
@@ -1527,29 +1418,34 @@ DEALINGS IN THE SOFTWARE.
1527
1418
 
1528
1419
  ### Rust Crates:
1529
1420
 
1530
- - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
1421
+ - [slab](https://github.com/tokio-rs/slab) (0.4.12)
1531
1422
 
1532
1423
  ````text
1533
- Copyright (c) 2015-2025 Sean McArthur
1534
-
1535
- Permission is hereby granted, free of charge, to any person obtaining a copy
1536
- of this software and associated documentation files (the "Software"), to deal
1537
- in the Software without restriction, including without limitation the rights
1538
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1539
- copies of the Software, and to permit persons to whom the Software is
1540
- furnished to do so, subject to the following conditions:
1424
+ Copyright (c) 2019 Carl Lerche
1541
1425
 
1542
- The above copyright notice and this permission notice shall be included in
1543
- all copies or substantial portions of the Software.
1426
+ Permission is hereby granted, free of charge, to any
1427
+ person obtaining a copy of this software and associated
1428
+ documentation files (the "Software"), to deal in the
1429
+ Software without restriction, including without
1430
+ limitation the rights to use, copy, modify, merge,
1431
+ publish, distribute, sublicense, and/or sell copies of
1432
+ the Software, and to permit persons to whom the Software
1433
+ is furnished to do so, subject to the following
1434
+ conditions:
1544
1435
 
1545
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1546
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1547
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1548
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1549
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1550
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1551
- THE SOFTWARE.
1436
+ The above copyright notice and this permission notice
1437
+ shall be included in all copies or substantial portions
1438
+ of the Software.
1552
1439
 
1440
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1441
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1442
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1443
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1444
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1445
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1446
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1447
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1448
+ DEALINGS IN THE SOFTWARE.
1553
1449
 
1554
1450
  ````
1555
1451
 
@@ -1557,48 +1453,13 @@ THE SOFTWARE.
1557
1453
 
1558
1454
  ## The following dependencies are licensed under the MIT License:
1559
1455
 
1560
- ### NPM Packages:
1456
+ ### Rust Crates:
1561
1457
 
1562
- - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
1563
- - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
1458
+ - [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
1564
1459
 
1565
1460
  ````text
1566
- MIT License
1567
-
1568
- Copyright (c) 2017 Evgeny Poberezkin
1569
-
1570
- Permission is hereby granted, free of charge, to any person obtaining a copy
1571
- of this software and associated documentation files (the "Software"), to deal
1572
- in the Software without restriction, including without limitation the rights
1573
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1574
- copies of the Software, and to permit persons to whom the Software is
1575
- furnished to do so, subject to the following conditions:
1576
-
1577
- The above copyright notice and this permission notice shall be included in all
1578
- copies or substantial portions of the Software.
1579
-
1580
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1581
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1582
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1583
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1584
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1585
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1586
- SOFTWARE.
1587
-
1588
- ````
1589
-
1590
- ---
1591
-
1592
- ## The following dependencies are licensed under the MIT License:
1593
-
1594
- ### Rust Crates:
1595
-
1596
- - [idna](https://github.com/servo/rust-url/) (1.1.0)
1597
- - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
1598
- - [url](https://github.com/servo/rust-url) (2.5.8)
1599
-
1600
- ````text
1601
- Copyright (c) 2013-2025 The rust-url developers
1461
+ Copyright (c) 2018-2025 The rust-random Project Developers
1462
+ Copyright (c) 2014 The Rust Project Developers
1602
1463
 
1603
1464
  Permission is hereby granted, free of charge, to any
1604
1465
  person obtaining a copy of this software and associated
@@ -1632,12 +1493,12 @@ DEALINGS IN THE SOFTWARE.
1632
1493
 
1633
1494
  ### Rust Crates:
1634
1495
 
1635
- - [nix](https://github.com/nix-rust/nix) (0.31.2)
1496
+ - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
1636
1497
 
1637
1498
  ````text
1638
1499
  The MIT License (MIT)
1639
1500
 
1640
- Copyright (c) 2015 Carl Lerche + nix-rust Authors
1501
+ Copyright (c) 2015 Alice Maz
1641
1502
 
1642
1503
  Permission is hereby granted, free of charge, to any person obtaining a copy
1643
1504
  of this software and associated documentation files (the "Software"), to deal
@@ -1665,44 +1526,39 @@ THE SOFTWARE.
1665
1526
 
1666
1527
  ### Rust Crates:
1667
1528
 
1668
- - [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
1669
-
1670
- ````text
1671
- MIT License
1672
-
1673
- Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
1674
-
1675
- Permission is hereby granted, free of charge, to any person obtaining a copy
1676
- of this software and associated documentation files (the "Software"), to deal
1677
- in the Software without restriction, including without limitation the rights
1678
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1679
- copies of the Software, and to permit persons to whom the Software is
1680
- furnished to do so, subject to the following conditions:
1681
-
1682
- The above copyright notice and this permission notice shall be included in all
1683
- copies or substantial portions of the Software.
1684
-
1685
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1686
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1687
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1688
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1689
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1690
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1691
- SOFTWARE.
1692
-
1693
- ````
1694
-
1695
- ---
1696
-
1697
- ## The following dependencies are licensed under the MIT License:
1698
-
1699
- ### Rust Crates:
1700
-
1701
- - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
1529
+ - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
1530
+ - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
1531
+ - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
1532
+ - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
1533
+ - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
1534
+ - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
1535
+ - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
1536
+ - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
1537
+ - [pastey](https://github.com/as1100k/pastey) (0.2.1)
1538
+ - [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
1539
+ - [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
1540
+ - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
1541
+ - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
1542
+ - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
1543
+ - [quote](https://github.com/dtolnay/quote) (1.0.45)
1544
+ - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
1545
+ - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
1546
+ - [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
1547
+ - [semver](https://github.com/dtolnay/semver) (1.0.28)
1548
+ - [serde](https://github.com/serde-rs/serde) (1.0.228)
1549
+ - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
1550
+ - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
1551
+ - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
1552
+ - [serde_json](https://github.com/serde-rs/json) (1.0.149)
1553
+ - [syn](https://github.com/dtolnay/syn) (2.0.117)
1554
+ - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
1555
+ - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
1556
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
1557
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
1558
+ - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
1559
+ - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
1702
1560
 
1703
1561
  ````text
1704
- Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
1705
-
1706
1562
  Permission is hereby granted, free of charge, to any
1707
1563
  person obtaining a copy of this software and associated
1708
1564
  documentation files (the "Software"), to deal in the
@@ -1735,83 +1591,10 @@ DEALINGS IN THE SOFTWARE.
1735
1591
 
1736
1592
  ### Rust Crates:
1737
1593
 
1738
- - [darling](https://github.com/TedDriggs/darling) (0.23.0)
1739
- - [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
1740
- - [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
1741
-
1742
- ````text
1743
- MIT License
1744
-
1745
- Copyright (c) 2017 Ted Driggs
1746
-
1747
- Permission is hereby granted, free of charge, to any person obtaining a copy
1748
- of this software and associated documentation files (the "Software"), to deal
1749
- in the Software without restriction, including without limitation the rights
1750
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1751
- copies of the Software, and to permit persons to whom the Software is
1752
- furnished to do so, subject to the following conditions:
1753
-
1754
- The above copyright notice and this permission notice shall be included in all
1755
- copies or substantial portions of the Software.
1756
-
1757
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1758
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1759
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1760
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1761
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1762
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1763
- SOFTWARE.
1764
-
1765
- ````
1766
-
1767
- ---
1768
-
1769
- ## The following dependencies are licensed under the MIT License:
1770
-
1771
- ### Rust Crates:
1772
-
1773
- - [humantime](https://github.com/chronotope/humantime) (2.3.0)
1774
-
1775
- ````text
1776
- Copyright (c) 2016 The humantime Developers
1777
-
1778
- Includes parts of http date with the following copyright:
1779
- Copyright (c) 2016 Pyfisch
1780
-
1781
- Includes portions of musl libc with the following copyright:
1782
- Copyright © 2005-2013 Rich Felker
1783
-
1784
-
1785
- Permission is hereby granted, free of charge, to any person obtaining a copy
1786
- of this software and associated documentation files (the "Software"), to deal
1787
- in the Software without restriction, including without limitation the rights
1788
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1789
- copies of the Software, and to permit persons to whom the Software is
1790
- furnished to do so, subject to the following conditions:
1791
-
1792
- The above copyright notice and this permission notice shall be included in all
1793
- copies or substantial portions of the Software.
1794
-
1795
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1796
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1797
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1798
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1799
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1800
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1801
- SOFTWARE.
1802
-
1803
- ````
1804
-
1805
- ---
1806
-
1807
- ## The following dependencies are licensed under the MIT License:
1808
-
1809
- ### Rust Crates:
1810
-
1811
- - [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
1594
+ - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
1812
1595
 
1813
1596
  ````text
1814
- Copyright (c) 2020 Andrew D. Straw
1597
+ Copyright (c) 2015 Steven Allen
1815
1598
 
1816
1599
  Permission is hereby granted, free of charge, to any
1817
1600
  person obtaining a copy of this software and associated
@@ -1843,14 +1626,14 @@ DEALINGS IN THE SOFTWARE.
1843
1626
 
1844
1627
  ## The following dependencies are licensed under the MIT License:
1845
1628
 
1846
- ### Rust Crates:
1629
+ ### NPM Packages:
1847
1630
 
1848
- - [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
1631
+ - [undici-types](https://github.com/nodejs/undici) (6.21.0)
1849
1632
 
1850
1633
  ````text
1851
1634
  MIT License
1852
1635
 
1853
- Copyright (c) 2018-2021 The RustCrypto Project Developers
1636
+ Copyright (c) Matteo Collina and Undici contributors
1854
1637
 
1855
1638
  Permission is hereby granted, free of charge, to any person obtaining a copy
1856
1639
  of this software and associated documentation files (the "Software"), to deal
@@ -1876,14 +1659,15 @@ SOFTWARE.
1876
1659
 
1877
1660
  ## The following dependencies are licensed under the MIT License:
1878
1661
 
1879
- ### NPM Packages:
1662
+ ### Rust Crates:
1880
1663
 
1881
- - [json5](https://github.com/json5/json5) (2.2.3)
1664
+ - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
1882
1665
 
1883
1666
  ````text
1884
1667
  MIT License
1885
1668
 
1886
- Copyright (c) 2012-2018 Aseem Kishore, and [others].
1669
+ Copyright (c) 2019 Yoshua Wuyts
1670
+ Copyright (c) Tokio Contributors
1887
1671
 
1888
1672
  Permission is hereby granted, free of charge, to any person obtaining a copy
1889
1673
  of this software and associated documentation files (the "Software"), to deal
@@ -1903,8 +1687,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1903
1687
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1904
1688
  SOFTWARE.
1905
1689
 
1906
- [others]: https://github.com/json5/json5/contributors
1907
-
1908
1690
  ````
1909
1691
 
1910
1692
  ---
@@ -1913,10 +1695,12 @@ SOFTWARE.
1913
1695
 
1914
1696
  ### Rust Crates:
1915
1697
 
1916
- - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
1698
+ - [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
1917
1699
 
1918
1700
  ````text
1919
- Copyright (c) 2017 Sean McArthur
1701
+ MIT License
1702
+
1703
+ Copyright (c) 2018-2021 The RustCrypto Project Developers
1920
1704
 
1921
1705
  Permission is hereby granted, free of charge, to any person obtaining a copy
1922
1706
  of this software and associated documentation files (the "Software"), to deal
@@ -1925,17 +1709,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1925
1709
  copies of the Software, and to permit persons to whom the Software is
1926
1710
  furnished to do so, subject to the following conditions:
1927
1711
 
1928
- The above copyright notice and this permission notice shall be included in
1929
- all copies or substantial portions of the Software.
1712
+ The above copyright notice and this permission notice shall be included in all
1713
+ copies or substantial portions of the Software.
1930
1714
 
1931
1715
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1932
1716
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1933
1717
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1934
1718
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1935
1719
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1936
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1937
- THE SOFTWARE.
1938
-
1720
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1721
+ SOFTWARE.
1939
1722
 
1940
1723
  ````
1941
1724
 
@@ -1945,12 +1728,13 @@ THE SOFTWARE.
1945
1728
 
1946
1729
  ### Rust Crates:
1947
1730
 
1948
- - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
1731
+ - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
1732
+ - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
1733
+ - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
1949
1734
 
1950
1735
  ````text
1951
1736
  MIT License
1952
1737
 
1953
- Copyright (c) 2019 Yoshua Wuyts
1954
1738
  Copyright (c) Tokio Contributors
1955
1739
 
1956
1740
  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1979,11 +1763,9 @@ SOFTWARE.
1979
1763
 
1980
1764
  ### Rust Crates:
1981
1765
 
1982
- - [libc](https://github.com/rust-lang/libc) (0.2.185)
1766
+ - [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
1983
1767
 
1984
1768
  ````text
1985
- Copyright (c) The Rust Project Developers
1986
-
1987
1769
  Permission is hereby granted, free of charge, to any
1988
1770
  person obtaining a copy of this software and associated
1989
1771
  documentation files (the "Software"), to deal in the
@@ -2007,7 +1789,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2007
1789
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2008
1790
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2009
1791
  DEALINGS IN THE SOFTWARE.
2010
-
2011
1792
  ````
2012
1793
 
2013
1794
  ---
@@ -2016,30 +1797,39 @@ DEALINGS IN THE SOFTWARE.
2016
1797
 
2017
1798
  ### Rust Crates:
2018
1799
 
2019
- - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
1800
+ - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
1801
+ - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
1802
+ - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
1803
+ - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
1804
+ - [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
1805
+ - [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
2020
1806
 
2021
1807
  ````text
2022
- Copyright (c) 2018-2023 Sean McArthur
2023
- Copyright (c) 2016 Alex Crichton
1808
+ Copyright (c) 2019 Tokio Contributors
2024
1809
 
2025
- Permission is hereby granted, free of charge, to any person obtaining a copy
2026
- of this software and associated documentation files (the "Software"), to deal
2027
- in the Software without restriction, including without limitation the rights
2028
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2029
- copies of the Software, and to permit persons to whom the Software is
2030
- furnished to do so, subject to the following conditions:
1810
+ Permission is hereby granted, free of charge, to any
1811
+ person obtaining a copy of this software and associated
1812
+ documentation files (the "Software"), to deal in the
1813
+ Software without restriction, including without
1814
+ limitation the rights to use, copy, modify, merge,
1815
+ publish, distribute, sublicense, and/or sell copies of
1816
+ the Software, and to permit persons to whom the Software
1817
+ is furnished to do so, subject to the following
1818
+ conditions:
2031
1819
 
2032
- The above copyright notice and this permission notice shall be included in
2033
- all copies or substantial portions of the Software.
2034
-
2035
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2036
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2037
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2038
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2039
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2040
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2041
- THE SOFTWARE.
1820
+ The above copyright notice and this permission notice
1821
+ shall be included in all copies or substantial portions
1822
+ of the Software.
2042
1823
 
1824
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1825
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1826
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1827
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1828
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1829
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1830
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1831
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1832
+ DEALINGS IN THE SOFTWARE.
2043
1833
 
2044
1834
  ````
2045
1835
 
@@ -2049,15 +1839,10 @@ THE SOFTWARE.
2049
1839
 
2050
1840
  ### Rust Crates:
2051
1841
 
2052
- - [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
2053
- - [log](https://github.com/rust-lang/log) (0.4.29)
2054
- - [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
2055
- - [regex](https://github.com/rust-lang/regex) (1.12.3)
2056
- - [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
2057
- - [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
1842
+ - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
2058
1843
 
2059
1844
  ````text
2060
- Copyright (c) 2014 The Rust Project Developers
1845
+ Copyright (c) 2016 Anthony Ramine
2061
1846
 
2062
1847
  Permission is hereby granted, free of charge, to any
2063
1848
  person obtaining a copy of this software and associated
@@ -2091,34 +1876,19 @@ DEALINGS IN THE SOFTWARE.
2091
1876
 
2092
1877
  ### Rust Crates:
2093
1878
 
2094
- - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
1879
+ - [tarpc](https://github.com/google/tarpc) (0.37.0)
1880
+ - [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
2095
1881
 
2096
1882
  ````text
2097
- Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
1883
+ The MIT License (MIT)
2098
1884
 
2099
- Permission is hereby granted, free of charge, to any
2100
- person obtaining a copy of this software and associated
2101
- documentation files (the "Software"), to deal in the
2102
- Software without restriction, including without
2103
- limitation the rights to use, copy, modify, merge,
2104
- publish, distribute, sublicense, and/or sell copies of
2105
- the Software, and to permit persons to whom the Software
2106
- is furnished to do so, subject to the following
2107
- conditions:
1885
+ Copyright 2016 Google Inc. All Rights Reserved.
2108
1886
 
2109
- The above copyright notice and this permission notice
2110
- shall be included in all copies or substantial portions
2111
- of the Software.
1887
+ 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:
2112
1888
 
2113
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2114
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2115
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2116
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2117
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2118
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2119
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2120
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2121
- DEALINGS IN THE SOFTWARE.
1889
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1890
+
1891
+ 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.
2122
1892
 
2123
1893
  ````
2124
1894
 
@@ -2160,15 +1930,12 @@ THE SOFTWARE.
2160
1930
 
2161
1931
  ### Rust Crates:
2162
1932
 
2163
- - [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
1933
+ - [nix](https://github.com/nix-rust/nix) (0.31.2)
2164
1934
 
2165
1935
  ````text
2166
- MIT License
1936
+ The MIT License (MIT)
2167
1937
 
2168
- Copyright 2013-2014 RAD Game Tools and Valve Software
2169
- Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
2170
- Copyright (c) 2017 Frommi
2171
- Copyright (c) 2017-2024 oyvindln
1938
+ Copyright (c) 2015 Carl Lerche + nix-rust Authors
2172
1939
 
2173
1940
  Permission is hereby granted, free of charge, to any person obtaining a copy
2174
1941
  of this software and associated documentation files (the "Software"), to deal
@@ -2177,16 +1944,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2177
1944
  copies of the Software, and to permit persons to whom the Software is
2178
1945
  furnished to do so, subject to the following conditions:
2179
1946
 
2180
- The above copyright notice and this permission notice shall be included in all
2181
- copies or substantial portions of the Software.
1947
+ The above copyright notice and this permission notice shall be included in
1948
+ all copies or substantial portions of the Software.
2182
1949
 
2183
1950
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2184
1951
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2185
1952
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2186
1953
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2187
1954
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2188
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2189
- SOFTWARE.
1955
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1956
+ THE SOFTWARE.
2190
1957
 
2191
1958
  ````
2192
1959
 
@@ -2196,34 +1963,29 @@ SOFTWARE.
2196
1963
 
2197
1964
  ### Rust Crates:
2198
1965
 
2199
- - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
1966
+ - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
1967
+ - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
2200
1968
 
2201
1969
  ````text
2202
- Copyright (c) 2018-2019 The RustCrypto Project Developers
1970
+ Copyright (c) 2018-2019 dirs-rs contributors
2203
1971
 
2204
- Permission is hereby granted, free of charge, to any
2205
- person obtaining a copy of this software and associated
2206
- documentation files (the "Software"), to deal in the
2207
- Software without restriction, including without
2208
- limitation the rights to use, copy, modify, merge,
2209
- publish, distribute, sublicense, and/or sell copies of
2210
- the Software, and to permit persons to whom the Software
2211
- is furnished to do so, subject to the following
2212
- conditions:
1972
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1973
+ of this software and associated documentation files (the "Software"), to deal
1974
+ in the Software without restriction, including without limitation the rights
1975
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1976
+ copies of the Software, and to permit persons to whom the Software is
1977
+ furnished to do so, subject to the following conditions:
2213
1978
 
2214
- The above copyright notice and this permission notice
2215
- shall be included in all copies or substantial portions
2216
- of the Software.
1979
+ The above copyright notice and this permission notice shall be included in all
1980
+ copies or substantial portions of the Software.
2217
1981
 
2218
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2219
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2220
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2221
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2222
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2223
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2224
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2225
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2226
- DEALINGS IN THE SOFTWARE.
1982
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1983
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1984
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1985
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1986
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1987
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1988
+ SOFTWARE.
2227
1989
 
2228
1990
  ````
2229
1991
 
@@ -2233,11 +1995,10 @@ DEALINGS IN THE SOFTWARE.
2233
1995
 
2234
1996
  ### Rust Crates:
2235
1997
 
2236
- - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
2237
- - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
1998
+ - [mio](https://github.com/tokio-rs/mio) (1.2.0)
2238
1999
 
2239
2000
  ````text
2240
- Copyright (c) 2018-2019 dirs-rs contributors
2001
+ Copyright (c) 2014 Carl Lerche and other MIO contributors
2241
2002
 
2242
2003
  Permission is hereby granted, free of charge, to any person obtaining a copy
2243
2004
  of this software and associated documentation files (the "Software"), to deal
@@ -2246,16 +2007,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2246
2007
  copies of the Software, and to permit persons to whom the Software is
2247
2008
  furnished to do so, subject to the following conditions:
2248
2009
 
2249
- The above copyright notice and this permission notice shall be included in all
2250
- copies or substantial portions of the Software.
2010
+ The above copyright notice and this permission notice shall be included in
2011
+ all copies or substantial portions of the Software.
2251
2012
 
2252
2013
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2253
2014
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2254
2015
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2255
2016
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2256
2017
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2257
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2258
- SOFTWARE.
2018
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2019
+ THE SOFTWARE.
2259
2020
 
2260
2021
  ````
2261
2022
 
@@ -2265,39 +2026,11 @@ SOFTWARE.
2265
2026
 
2266
2027
  ### Rust Crates:
2267
2028
 
2268
- - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
2269
- - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
2270
- - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
2271
- - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
2272
- - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
2273
- - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
2274
- - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
2275
- - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
2276
- - [pastey](https://github.com/as1100k/pastey) (0.2.1)
2277
- - [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
2278
- - [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
2279
- - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
2280
- - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
2281
- - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
2282
- - [quote](https://github.com/dtolnay/quote) (1.0.45)
2283
- - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
2284
- - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
2285
- - [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
2286
- - [semver](https://github.com/dtolnay/semver) (1.0.28)
2287
- - [serde](https://github.com/serde-rs/serde) (1.0.228)
2288
- - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
2289
- - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
2290
- - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
2291
- - [serde_json](https://github.com/serde-rs/json) (1.0.149)
2292
- - [syn](https://github.com/dtolnay/syn) (2.0.117)
2293
- - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
2294
- - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
2295
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
2296
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
2297
- - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
2298
- - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
2029
+ - [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
2299
2030
 
2300
2031
  ````text
2032
+ Copyright (c) 2021 RustCrypto Developers
2033
+
2301
2034
  Permission is hereby granted, free of charge, to any
2302
2035
  person obtaining a copy of this software and associated
2303
2036
  documentation files (the "Software"), to deal in the
@@ -2330,19 +2063,10 @@ DEALINGS IN THE SOFTWARE.
2330
2063
 
2331
2064
  ### Rust Crates:
2332
2065
 
2333
- - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
2334
- - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
2335
- - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
2336
- - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
2337
- - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
2338
- - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
2339
- - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
2340
- - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
2341
- - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
2066
+ - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
2342
2067
 
2343
2068
  ````text
2344
- Copyright (c) 2016 Alex Crichton
2345
- Copyright (c) 2017 The Tokio Authors
2069
+ Copyright (c) 2013-2016 The rust-url developers
2346
2070
 
2347
2071
  Permission is hereby granted, free of charge, to any
2348
2072
  person obtaining a copy of this software and associated
@@ -2376,10 +2100,47 @@ DEALINGS IN THE SOFTWARE.
2376
2100
 
2377
2101
  ### Rust Crates:
2378
2102
 
2379
- - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
2103
+ - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
2380
2104
 
2381
2105
  ````text
2382
- Copyright (c) 2016 The rust-native-tls Developers
2106
+ The MIT License (MIT)
2107
+
2108
+ Copyright (c) 2016 Johann Tuffe
2109
+
2110
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2111
+ of this software and associated documentation files (the "Software"), to deal
2112
+ in the Software without restriction, including without limitation the rights
2113
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2114
+ copies of the Software, and to permit persons to whom the Software is
2115
+ furnished to do so, subject to the following conditions:
2116
+
2117
+
2118
+ The above copyright notice and this permission notice shall be included in
2119
+ all copies or substantial portions of the Software.
2120
+
2121
+
2122
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2123
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2124
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2125
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2126
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2127
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2128
+ THE SOFTWARE.
2129
+
2130
+ ````
2131
+
2132
+ ---
2133
+
2134
+ ## The following dependencies are licensed under the MIT License:
2135
+
2136
+ ### Rust Crates:
2137
+
2138
+ - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
2139
+
2140
+ ````text
2141
+ MIT License
2142
+
2143
+ Copyright (c) [2021] [Marvin Countryman]
2383
2144
 
2384
2145
  Permission is hereby granted, free of charge, to any person obtaining a copy
2385
2146
  of this software and associated documentation files (the "Software"), to deal
@@ -2407,35 +2168,30 @@ SOFTWARE.
2407
2168
 
2408
2169
  ### Rust Crates:
2409
2170
 
2410
- - [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
2171
+ - [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
2411
2172
 
2412
2173
  ````text
2413
- Copyright (c) 2014 Chris Wong
2174
+ MIT License
2414
2175
 
2415
- Permission is hereby granted, free of charge, to any
2416
- person obtaining a copy of this software and associated
2417
- documentation files (the "Software"), to deal in the
2418
- Software without restriction, including without
2419
- limitation the rights to use, copy, modify, merge,
2420
- publish, distribute, sublicense, and/or sell copies of
2421
- the Software, and to permit persons to whom the Software
2422
- is furnished to do so, subject to the following
2423
- conditions:
2176
+ Copyright (c) 2025 rutrum
2424
2177
 
2425
- The above copyright notice and this permission notice
2426
- shall be included in all copies or substantial portions
2427
- of the Software.
2178
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2179
+ of this software and associated documentation files (the "Software"), to deal
2180
+ in the Software without restriction, including without limitation the rights
2181
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2182
+ copies of the Software, and to permit persons to whom the Software is
2183
+ furnished to do so, subject to the following conditions:
2428
2184
 
2429
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2430
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2431
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2432
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2433
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2434
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2435
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2436
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2437
- DEALINGS IN THE SOFTWARE.
2185
+ The above copyright notice and this permission notice shall be included in all
2186
+ copies or substantial portions of the Software.
2438
2187
 
2188
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2189
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2190
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2191
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2192
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2193
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2194
+ SOFTWARE.
2439
2195
  ````
2440
2196
 
2441
2197
  ---
@@ -2444,34 +2200,29 @@ DEALINGS IN THE SOFTWARE.
2444
2200
 
2445
2201
  ### Rust Crates:
2446
2202
 
2447
- - [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
2203
+ - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
2448
2204
 
2449
2205
  ````text
2450
- Copyright (c) 2016--2017
2206
+ Copyright (c) 2017 Sean McArthur
2451
2207
 
2452
- Permission is hereby granted, free of charge, to any
2453
- person obtaining a copy of this software and associated
2454
- documentation files (the "Software"), to deal in the
2455
- Software without restriction, including without
2456
- limitation the rights to use, copy, modify, merge,
2457
- publish, distribute, sublicense, and/or sell copies of
2458
- the Software, and to permit persons to whom the Software
2459
- is furnished to do so, subject to the following
2460
- conditions:
2208
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2209
+ of this software and associated documentation files (the "Software"), to deal
2210
+ in the Software without restriction, including without limitation the rights
2211
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2212
+ copies of the Software, and to permit persons to whom the Software is
2213
+ furnished to do so, subject to the following conditions:
2461
2214
 
2462
- The above copyright notice and this permission notice
2463
- shall be included in all copies or substantial portions
2464
- of the Software.
2215
+ The above copyright notice and this permission notice shall be included in
2216
+ all copies or substantial portions of the Software.
2217
+
2218
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2219
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2220
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2221
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2222
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2223
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2224
+ THE SOFTWARE.
2465
2225
 
2466
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2467
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2468
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2469
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2470
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2471
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2472
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2473
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2474
- DEALINGS IN THE SOFTWARE.
2475
2226
 
2476
2227
  ````
2477
2228
 
@@ -2479,36 +2230,33 @@ DEALINGS IN THE SOFTWARE.
2479
2230
 
2480
2231
  ## The following dependencies are licensed under the MIT License:
2481
2232
 
2482
- ### Rust Crates:
2233
+ ### NPM Packages:
2483
2234
 
2484
- - [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
2235
+ - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
2236
+ - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
2485
2237
 
2486
2238
  ````text
2487
- Copyright (c) 2016 Amanieu d'Antras
2239
+ MIT License
2488
2240
 
2489
- Permission is hereby granted, free of charge, to any
2490
- person obtaining a copy of this software and associated
2491
- documentation files (the "Software"), to deal in the
2492
- Software without restriction, including without
2493
- limitation the rights to use, copy, modify, merge,
2494
- publish, distribute, sublicense, and/or sell copies of
2495
- the Software, and to permit persons to whom the Software
2496
- is furnished to do so, subject to the following
2497
- conditions:
2241
+ Copyright (c) Microsoft Corporation.
2498
2242
 
2499
- The above copyright notice and this permission notice
2500
- shall be included in all copies or substantial portions
2501
- of the Software.
2243
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2244
+ of this software and associated documentation files (the "Software"), to deal
2245
+ in the Software without restriction, including without limitation the rights
2246
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2247
+ copies of the Software, and to permit persons to whom the Software is
2248
+ furnished to do so, subject to the following conditions:
2502
2249
 
2503
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2504
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2505
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2506
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2507
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2508
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2509
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2510
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2511
- DEALINGS IN THE SOFTWARE.
2250
+ The above copyright notice and this permission notice shall be included in all
2251
+ copies or substantial portions of the Software.
2252
+
2253
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2254
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2255
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2256
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2257
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2258
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2259
+ SOFTWARE
2512
2260
 
2513
2261
  ````
2514
2262
 
@@ -2518,14 +2266,12 @@ DEALINGS IN THE SOFTWARE.
2518
2266
 
2519
2267
  ### Rust Crates:
2520
2268
 
2521
- - [educe](https://github.com/magiclen/educe) (0.5.11)
2522
- - [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
2523
- - [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
2269
+ - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
2524
2270
 
2525
2271
  ````text
2526
2272
  MIT License
2527
2273
 
2528
- Copyright (c) 2023 magiclen.org (Ron Li)
2274
+ Copyright (c) 2025 Callum Oakley
2529
2275
 
2530
2276
  Permission is hereby granted, free of charge, to any person obtaining a copy
2531
2277
  of this software and associated documentation files (the "Software"), to deal
@@ -2553,11 +2299,32 @@ SOFTWARE.
2553
2299
 
2554
2300
  ### Rust Crates:
2555
2301
 
2556
- - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
2302
+ - [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
2303
+ - [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
2304
+ - [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
2305
+ - [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
2557
2306
 
2558
2307
  ````text
2559
- Copyright (c) 2017 Alexey Galakhov
2560
- Copyright (c) 2016 Jason Housley
2308
+ 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:
2309
+
2310
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2311
+
2312
+ 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.
2313
+ ````
2314
+
2315
+ ---
2316
+
2317
+ ## The following dependencies are licensed under the MIT License:
2318
+
2319
+ ### Rust Crates:
2320
+
2321
+ - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
2322
+
2323
+ ````text
2324
+ The MIT License (MIT)
2325
+
2326
+ Copyright (c) 2015-2020 Julien Cretin
2327
+ Copyright (c) 2017-2020 Google Inc.
2561
2328
 
2562
2329
  Permission is hereby granted, free of charge, to any person obtaining a copy
2563
2330
  of this software and associated documentation files (the "Software"), to deal
@@ -2566,16 +2333,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2566
2333
  copies of the Software, and to permit persons to whom the Software is
2567
2334
  furnished to do so, subject to the following conditions:
2568
2335
 
2569
- The above copyright notice and this permission notice shall be included in
2570
- all copies or substantial portions of the Software.
2336
+ The above copyright notice and this permission notice shall be included in all
2337
+ copies or substantial portions of the Software.
2571
2338
 
2572
2339
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2573
2340
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2574
2341
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2575
2342
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2576
2343
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2577
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2578
- THE SOFTWARE.
2344
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2345
+ SOFTWARE.
2579
2346
 
2580
2347
  ````
2581
2348
 
@@ -2583,31 +2350,32 @@ THE SOFTWARE.
2583
2350
 
2584
2351
  ## The following dependencies are licensed under the MIT License:
2585
2352
 
2586
- ### NPM Packages:
2353
+ ### Rust Crates:
2587
2354
 
2588
- - [pngjs](https://github.com/pngjs/pngjs) (7.0.0)
2355
+ - [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
2356
+ - [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
2589
2357
 
2590
2358
  ````text
2591
- pngjs original work Copyright (c) 2015 Luke Page & Original Contributors
2592
- pngjs derived work Copyright (c) 2012 Kuba Niegowski
2359
+ The MIT License (MIT)
2593
2360
 
2594
- Permission is hereby granted, free of charge, to any person obtaining a copy
2595
- of this software and associated documentation files (the "Software"), to deal
2596
- in the Software without restriction, including without limitation the rights
2597
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2598
- copies of the Software, and to permit persons to whom the Software is
2599
- furnished to do so, subject to the following conditions:
2361
+ Copyright (c) 2015 Steven Fackler
2600
2362
 
2601
- The above copyright notice and this permission notice shall be included in
2602
- all copies or substantial portions of the Software.
2363
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2364
+ this software and associated documentation files (the "Software"), to deal in
2365
+ the Software without restriction, including without limitation the rights to
2366
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2367
+ the Software, and to permit persons to whom the Software is furnished to do so,
2368
+ subject to the following conditions:
2369
+
2370
+ The above copyright notice and this permission notice shall be included in all
2371
+ copies or substantial portions of the Software.
2603
2372
 
2604
2373
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2605
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2606
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2607
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2608
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2609
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2610
- THE SOFTWARE.
2374
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2375
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2376
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2377
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2378
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2611
2379
 
2612
2380
  ````
2613
2381
 
@@ -2617,10 +2385,12 @@ THE SOFTWARE.
2617
2385
 
2618
2386
  ### Rust Crates:
2619
2387
 
2620
- - [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
2388
+ - [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
2621
2389
 
2622
2390
  ````text
2623
- Copyright (c) 2015 The Rust Project Developers
2391
+ Copyright (c) 2017 Carl Lerche
2392
+ Copyright (c) 2018 Bastian Köcher
2393
+ Copyright (c) 2019-2020 Artem Vorotnikov
2624
2394
 
2625
2395
  Permission is hereby granted, free of charge, to any
2626
2396
  person obtaining a copy of this software and associated
@@ -2652,12 +2422,83 @@ DEALINGS IN THE SOFTWARE.
2652
2422
 
2653
2423
  ## The following dependencies are licensed under the MIT License:
2654
2424
 
2425
+ ### NPM Packages:
2426
+
2427
+ - [json5](https://github.com/json5/json5) (2.2.3)
2428
+
2429
+ ````text
2430
+ MIT License
2431
+
2432
+ Copyright (c) 2012-2018 Aseem Kishore, and [others].
2433
+
2434
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2435
+ of this software and associated documentation files (the "Software"), to deal
2436
+ in the Software without restriction, including without limitation the rights
2437
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2438
+ copies of the Software, and to permit persons to whom the Software is
2439
+ furnished to do so, subject to the following conditions:
2440
+
2441
+ The above copyright notice and this permission notice shall be included in all
2442
+ copies or substantial portions of the Software.
2443
+
2444
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2445
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2446
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2447
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2448
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2449
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2450
+ SOFTWARE.
2451
+
2452
+ [others]: https://github.com/json5/json5/contributors
2453
+
2454
+ ````
2455
+
2456
+ ---
2457
+
2458
+ ## The following dependencies are licensed under the MIT License:
2459
+
2655
2460
  ### Rust Crates:
2656
2461
 
2657
- - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
2462
+ - [chrono](https://github.com/chronotope/chrono) (0.4.44)
2463
+ - [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
2464
+ - [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
2465
+ - [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
2466
+ - [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
2467
+ - [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
2468
+ - [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
2658
2469
 
2659
2470
  ````text
2660
- Copyright (c) 2016-2025 Sean McArthur
2471
+ MIT License
2472
+
2473
+ Copyright (c) <year> <copyright holders>
2474
+
2475
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
2476
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
2477
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2478
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
2479
+ following conditions:
2480
+
2481
+ The above copyright notice and this permission notice shall be included in all copies or substantial
2482
+ portions of the Software.
2483
+
2484
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
2485
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
2486
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2487
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
2488
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
2489
+
2490
+ ````
2491
+
2492
+ ---
2493
+
2494
+ ## The following dependencies are licensed under the MIT License:
2495
+
2496
+ ### Rust Crates:
2497
+
2498
+ - [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
2499
+
2500
+ ````text
2501
+ Copyright (c) 2019 Eliza Weisman
2661
2502
 
2662
2503
  Permission is hereby granted, free of charge, to any person obtaining a copy
2663
2504
  of this software and associated documentation files (the "Software"), to deal
@@ -2677,7 +2518,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2677
2518
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2678
2519
  THE SOFTWARE.
2679
2520
 
2680
-
2681
2521
  ````
2682
2522
 
2683
2523
  ---
@@ -2686,10 +2526,11 @@ THE SOFTWARE.
2686
2526
 
2687
2527
  ### Rust Crates:
2688
2528
 
2689
- - [hyper](https://github.com/hyperium/hyper) (1.9.0)
2529
+ - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
2690
2530
 
2691
2531
  ````text
2692
- Copyright (c) 2014-2026 Sean McArthur
2532
+ Copyright (c) 2018-2023 Sean McArthur
2533
+ Copyright (c) 2016 Alex Crichton
2693
2534
 
2694
2535
  Permission is hereby granted, free of charge, to any person obtaining a copy
2695
2536
  of this software and associated documentation files (the "Software"), to deal
@@ -2709,6 +2550,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2709
2550
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2710
2551
  THE SOFTWARE.
2711
2552
 
2553
+
2712
2554
  ````
2713
2555
 
2714
2556
  ---
@@ -2717,10 +2559,10 @@ THE SOFTWARE.
2717
2559
 
2718
2560
  ### Rust Crates:
2719
2561
 
2720
- - [fnv](https://github.com/servo/rust-fnv) (1.0.7)
2562
+ - [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
2721
2563
 
2722
2564
  ````text
2723
- Copyright (c) 2017 Contributors
2565
+ Copyright (c) The rust-url developers
2724
2566
 
2725
2567
  Permission is hereby granted, free of charge, to any
2726
2568
  person obtaining a copy of this software and associated
@@ -2752,32 +2594,33 @@ DEALINGS IN THE SOFTWARE.
2752
2594
 
2753
2595
  ## The following dependencies are licensed under the MIT License:
2754
2596
 
2755
- ### Rust Crates:
2597
+ ### NPM Packages:
2756
2598
 
2757
- - [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
2758
- - [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
2599
+ - [ajv](https://github.com/ajv-validator/ajv) (8.17.1)
2759
2600
 
2760
2601
  ````text
2761
2602
  The MIT License (MIT)
2762
2603
 
2763
- Copyright (c) 2015 Steven Fackler
2604
+ Copyright (c) 2015-2021 Evgeny Poberezkin
2764
2605
 
2765
- Permission is hereby granted, free of charge, to any person obtaining a copy of
2766
- this software and associated documentation files (the "Software"), to deal in
2767
- the Software without restriction, including without limitation the rights to
2768
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2769
- the Software, and to permit persons to whom the Software is furnished to do so,
2770
- subject to the following conditions:
2606
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2607
+ of this software and associated documentation files (the "Software"), to deal
2608
+ in the Software without restriction, including without limitation the rights
2609
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2610
+ copies of the Software, and to permit persons to whom the Software is
2611
+ furnished to do so, subject to the following conditions:
2771
2612
 
2772
2613
  The above copyright notice and this permission notice shall be included in all
2773
2614
  copies or substantial portions of the Software.
2774
2615
 
2775
2616
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2776
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2777
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2778
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2779
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2780
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2617
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2618
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2619
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2620
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2621
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2622
+ SOFTWARE.
2623
+
2781
2624
 
2782
2625
  ````
2783
2626
 
@@ -2787,35 +2630,28 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2787
2630
 
2788
2631
  ### Rust Crates:
2789
2632
 
2790
- - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
2633
+ - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
2791
2634
 
2792
2635
  ````text
2793
- Copyright (c) 2018-2024 The rust-random Project Developers
2794
- Copyright (c) 2014 The Rust Project Developers
2636
+ Copyright (c) 2016 The rust-native-tls Developers
2795
2637
 
2796
- Permission is hereby granted, free of charge, to any
2797
- person obtaining a copy of this software and associated
2798
- documentation files (the "Software"), to deal in the
2799
- Software without restriction, including without
2800
- limitation the rights to use, copy, modify, merge,
2801
- publish, distribute, sublicense, and/or sell copies of
2802
- the Software, and to permit persons to whom the Software
2803
- is furnished to do so, subject to the following
2804
- conditions:
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:
2805
2644
 
2806
- The above copyright notice and this permission notice
2807
- shall be included in all copies or substantial portions
2808
- of the Software.
2645
+ The above copyright notice and this permission notice shall be included in all
2646
+ copies or substantial portions of the Software.
2809
2647
 
2810
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2811
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2812
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2813
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2814
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2815
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2816
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2817
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2818
- DEALINGS IN THE SOFTWARE.
2648
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2649
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2650
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2651
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2652
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2653
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2654
+ SOFTWARE.
2819
2655
 
2820
2656
  ````
2821
2657
 
@@ -2823,14 +2659,14 @@ DEALINGS IN THE SOFTWARE.
2823
2659
 
2824
2660
  ## The following dependencies are licensed under the MIT License:
2825
2661
 
2826
- ### NPM Packages:
2662
+ ### Rust Crates:
2827
2663
 
2828
- - [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
2664
+ - [typenum](https://github.com/paholg/typenum) (1.19.0)
2829
2665
 
2830
2666
  ````text
2831
2667
  The MIT License (MIT)
2832
2668
 
2833
- Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
2669
+ Copyright (c) 2014 Paho Lurie-Gregg
2834
2670
 
2835
2671
  Permission is hereby granted, free of charge, to any person obtaining a copy
2836
2672
  of this software and associated documentation files (the "Software"), to deal
@@ -2839,16 +2675,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2839
2675
  copies of the Software, and to permit persons to whom the Software is
2840
2676
  furnished to do so, subject to the following conditions:
2841
2677
 
2842
- The above copyright notice and this permission notice shall be included in
2843
- all copies or substantial portions of the Software.
2678
+ The above copyright notice and this permission notice shall be included in all
2679
+ copies or substantial portions of the Software.
2844
2680
 
2845
2681
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2846
2682
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2847
2683
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2848
2684
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2849
2685
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2850
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2851
- THE SOFTWARE.
2686
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2687
+ SOFTWARE.
2852
2688
 
2853
2689
  ````
2854
2690
 
@@ -2858,51 +2694,48 @@ THE SOFTWARE.
2858
2694
 
2859
2695
  ### Rust Crates:
2860
2696
 
2861
- - [digest](https://github.com/RustCrypto/traits) (0.10.7)
2697
+ - [zip](https://github.com/zip-rs/zip2) (2.4.2)
2862
2698
 
2863
2699
  ````text
2864
- Copyright (c) 2017 Artyom Pavlov
2700
+ The MIT License (MIT)
2865
2701
 
2866
- Permission is hereby granted, free of charge, to any
2867
- person obtaining a copy of this software and associated
2868
- documentation files (the "Software"), to deal in the
2869
- Software without restriction, including without
2870
- limitation the rights to use, copy, modify, merge,
2871
- publish, distribute, sublicense, and/or sell copies of
2872
- the Software, and to permit persons to whom the Software
2873
- is furnished to do so, subject to the following
2874
- conditions:
2702
+ Copyright (c) 2014 Mathijs van de Nes
2875
2703
 
2876
- The above copyright notice and this permission notice
2877
- shall be included in all copies or substantial portions
2878
- of the Software.
2704
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2705
+ of this software and associated documentation files (the "Software"), to deal
2706
+ in the Software without restriction, including without limitation the rights
2707
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2708
+ copies of the Software, and to permit persons to whom the Software is
2709
+ furnished to do so, subject to the following conditions:
2879
2710
 
2880
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2881
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2882
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2883
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2884
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2885
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2886
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2887
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2888
- DEALINGS IN THE SOFTWARE.
2711
+ The above copyright notice and this permission notice shall be included in all
2712
+ copies or substantial portions of the Software.
2713
+
2714
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2715
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2716
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2717
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2718
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2719
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2720
+ SOFTWARE.
2889
2721
 
2722
+ Some files in the "tests/data" subdirectory of this repository are under other
2723
+ licences; see files named LICENSE.*.txt for details.
2890
2724
  ````
2891
2725
 
2892
2726
  ---
2893
2727
 
2894
2728
  ## The following dependencies are licensed under the MIT License:
2895
2729
 
2896
- ### Rust Crates:
2730
+ ### NPM Packages:
2897
2731
 
2898
- - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
2732
+ - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
2733
+ - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
2899
2734
 
2900
2735
  ````text
2901
- The MIT License (MIT)
2736
+ MIT License
2902
2737
 
2903
- Copyright (c) 2015 Danny Guo
2904
- Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2905
- Copyright (c) 2018 Akash Kurdekar
2738
+ Copyright (c) 2017 Evgeny Poberezkin
2906
2739
 
2907
2740
  Permission is hereby granted, free of charge, to any person obtaining a copy
2908
2741
  of this software and associated documentation files (the "Software"), to deal
@@ -2930,34 +2763,29 @@ SOFTWARE.
2930
2763
 
2931
2764
  ### Rust Crates:
2932
2765
 
2933
- - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
2766
+ - [want](https://github.com/seanmonstar/want) (0.3.1)
2934
2767
 
2935
2768
  ````text
2936
- Copyright (c) 2016 Anthony Ramine
2769
+ Copyright (c) 2018-2019 Sean McArthur
2937
2770
 
2938
- Permission is hereby granted, free of charge, to any
2939
- person obtaining a copy of this software and associated
2940
- documentation files (the "Software"), to deal in the
2941
- Software without restriction, including without
2942
- limitation the rights to use, copy, modify, merge,
2943
- publish, distribute, sublicense, and/or sell copies of
2944
- the Software, and to permit persons to whom the Software
2945
- is furnished to do so, subject to the following
2946
- conditions:
2771
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2772
+ of this software and associated documentation files (the "Software"), to deal
2773
+ in the Software without restriction, including without limitation the rights
2774
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2775
+ copies of the Software, and to permit persons to whom the Software is
2776
+ furnished to do so, subject to the following conditions:
2947
2777
 
2948
- The above copyright notice and this permission notice
2949
- shall be included in all copies or substantial portions
2950
- of the Software.
2778
+ The above copyright notice and this permission notice shall be included in
2779
+ all copies or substantial portions of the Software.
2780
+
2781
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2782
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2783
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2784
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2785
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2786
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2787
+ THE SOFTWARE.
2951
2788
 
2952
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2953
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2954
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2955
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2956
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2957
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2958
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2959
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2960
- DEALINGS IN THE SOFTWARE.
2961
2789
 
2962
2790
  ````
2963
2791
 
@@ -2967,11 +2795,15 @@ DEALINGS IN THE SOFTWARE.
2967
2795
 
2968
2796
  ### Rust Crates:
2969
2797
 
2970
- - [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
2798
+ - [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
2971
2799
 
2972
2800
  ````text
2973
- Copyright (c) 2013-2014 The Rust Project Developers.
2974
- Copyright (c) 2015-2020 The rust-hex Developers
2801
+ MIT License
2802
+
2803
+ Copyright 2013-2014 RAD Game Tools and Valve Software
2804
+ Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
2805
+ Copyright (c) 2017 Frommi
2806
+ Copyright (c) 2017-2024 oyvindln
2975
2807
 
2976
2808
  Permission is hereby granted, free of charge, to any person obtaining a copy
2977
2809
  of this software and associated documentation files (the "Software"), to deal
@@ -2999,9 +2831,11 @@ SOFTWARE.
2999
2831
 
3000
2832
  ### Rust Crates:
3001
2833
 
3002
- - [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
2834
+ - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
3003
2835
 
3004
2836
  ````text
2837
+ Copyright (c) 2019 The CryptoCorrosion Contributors
2838
+
3005
2839
  Permission is hereby granted, free of charge, to any
3006
2840
  person obtaining a copy of this software and associated
3007
2841
  documentation files (the "Software"), to deal in the
@@ -3025,6 +2859,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3025
2859
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3026
2860
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3027
2861
  DEALINGS IN THE SOFTWARE.
2862
+
3028
2863
  ````
3029
2864
 
3030
2865
  ---
@@ -3033,28 +2868,76 @@ DEALINGS IN THE SOFTWARE.
3033
2868
 
3034
2869
  ### Rust Crates:
3035
2870
 
3036
- - [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
2871
+ - [http-body](https://github.com/hyperium/http-body) (1.0.1)
3037
2872
 
3038
2873
  ````text
3039
- Copyright (c) 2019 Eliza Weisman
2874
+ Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
3040
2875
 
3041
- Permission is hereby granted, free of charge, to any person obtaining a copy
3042
- of this software and associated documentation files (the "Software"), to deal
3043
- in the Software without restriction, including without limitation the rights
3044
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3045
- copies of the Software, and to permit persons to whom the Software is
3046
- furnished to do so, subject to the following conditions:
2876
+ Permission is hereby granted, free of charge, to any
2877
+ person obtaining a copy of this software and associated
2878
+ documentation files (the "Software"), to deal in the
2879
+ Software without restriction, including without
2880
+ limitation the rights to use, copy, modify, merge,
2881
+ publish, distribute, sublicense, and/or sell copies of
2882
+ the Software, and to permit persons to whom the Software
2883
+ is furnished to do so, subject to the following
2884
+ conditions:
3047
2885
 
3048
- The above copyright notice and this permission notice shall be included in
3049
- all copies or substantial portions of the Software.
2886
+ The above copyright notice and this permission notice
2887
+ shall be included in all copies or substantial portions
2888
+ of the Software.
3050
2889
 
3051
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3052
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3053
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3054
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3055
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3056
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3057
- THE SOFTWARE.
2890
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2891
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2892
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2893
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2894
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2895
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2896
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2897
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2898
+ DEALINGS IN THE SOFTWARE.
2899
+
2900
+ ````
2901
+
2902
+ ---
2903
+
2904
+ ## The following dependencies are licensed under the MIT License:
2905
+
2906
+ ### Rust Crates:
2907
+
2908
+ - [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
2909
+ - [log](https://github.com/rust-lang/log) (0.4.29)
2910
+ - [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
2911
+ - [regex](https://github.com/rust-lang/regex) (1.12.3)
2912
+ - [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
2913
+ - [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
2914
+
2915
+ ````text
2916
+ Copyright (c) 2014 The Rust Project Developers
2917
+
2918
+ Permission is hereby granted, free of charge, to any
2919
+ person obtaining a copy of this software and associated
2920
+ documentation files (the "Software"), to deal in the
2921
+ Software without restriction, including without
2922
+ limitation the rights to use, copy, modify, merge,
2923
+ publish, distribute, sublicense, and/or sell copies of
2924
+ the Software, and to permit persons to whom the Software
2925
+ is furnished to do so, subject to the following
2926
+ conditions:
2927
+
2928
+ The above copyright notice and this permission notice
2929
+ shall be included in all copies or substantial portions
2930
+ of the Software.
2931
+
2932
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2933
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2934
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2935
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2936
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2937
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2938
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2939
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2940
+ DEALINGS IN THE SOFTWARE.
3058
2941
 
3059
2942
  ````
3060
2943
 
@@ -3064,10 +2947,10 @@ THE SOFTWARE.
3064
2947
 
3065
2948
  ### Rust Crates:
3066
2949
 
3067
- - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
2950
+ - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
3068
2951
 
3069
2952
  ````text
3070
- Copyright (c) 2015 Steven Allen
2953
+ Copyright (c) 2016--2023
3071
2954
 
3072
2955
  Permission is hereby granted, free of charge, to any
3073
2956
  person obtaining a copy of this software and associated
@@ -3101,10 +2984,10 @@ DEALINGS IN THE SOFTWARE.
3101
2984
 
3102
2985
  ### Rust Crates:
3103
2986
 
3104
- - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
2987
+ - [http](https://github.com/hyperium/http) (1.4.0)
3105
2988
 
3106
2989
  ````text
3107
- Copyright (c) 2014-2026 Alex Crichton
2990
+ Copyright (c) 2017 http-rs authors
3108
2991
 
3109
2992
  Permission is hereby granted, free of charge, to any
3110
2993
  person obtaining a copy of this software and associated
@@ -3138,10 +3021,10 @@ DEALINGS IN THE SOFTWARE.
3138
3021
 
3139
3022
  ### Rust Crates:
3140
3023
 
3141
- - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
3024
+ - [fnv](https://github.com/servo/rust-fnv) (1.0.7)
3142
3025
 
3143
3026
  ````text
3144
- Copyright (c) 2019 Nick Fitzgerald
3027
+ Copyright (c) 2017 Contributors
3145
3028
 
3146
3029
  Permission is hereby granted, free of charge, to any
3147
3030
  person obtaining a copy of this software and associated
@@ -3173,14 +3056,12 @@ DEALINGS IN THE SOFTWARE.
3173
3056
 
3174
3057
  ## The following dependencies are licensed under the MIT License:
3175
3058
 
3176
- ### NPM Packages:
3059
+ ### Rust Crates:
3177
3060
 
3178
- - [ajv](https://github.com/ajv-validator/ajv) (8.17.1)
3061
+ - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
3179
3062
 
3180
3063
  ````text
3181
- The MIT License (MIT)
3182
-
3183
- Copyright (c) 2015-2021 Evgeny Poberezkin
3064
+ Copyright (c) 2023-2025 Sean McArthur
3184
3065
 
3185
3066
  Permission is hereby granted, free of charge, to any person obtaining a copy
3186
3067
  of this software and associated documentation files (the "Software"), to deal
@@ -3189,17 +3070,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3189
3070
  copies of the Software, and to permit persons to whom the Software is
3190
3071
  furnished to do so, subject to the following conditions:
3191
3072
 
3192
- The above copyright notice and this permission notice shall be included in all
3193
- copies or substantial portions of the Software.
3073
+ The above copyright notice and this permission notice shall be included in
3074
+ all copies or substantial portions of the Software.
3194
3075
 
3195
3076
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3196
3077
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3197
3078
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3198
3079
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3199
3080
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3200
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3201
- SOFTWARE.
3202
-
3081
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3082
+ THE SOFTWARE.
3203
3083
 
3204
3084
  ````
3205
3085
 
@@ -3209,15 +3089,10 @@ SOFTWARE.
3209
3089
 
3210
3090
  ### Rust Crates:
3211
3091
 
3212
- - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
3213
- - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
3214
- - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
3215
- - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
3216
- - [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
3217
- - [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
3092
+ - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
3218
3093
 
3219
3094
  ````text
3220
- Copyright (c) 2019 Tokio Contributors
3095
+ Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
3221
3096
 
3222
3097
  Permission is hereby granted, free of charge, to any
3223
3098
  person obtaining a copy of this software and associated
@@ -3251,10 +3126,10 @@ DEALINGS IN THE SOFTWARE.
3251
3126
 
3252
3127
  ### Rust Crates:
3253
3128
 
3254
- - [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
3129
+ - [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
3255
3130
 
3256
3131
  ````text
3257
- Copyright (c) The rust-url developers
3132
+ Copyright (c) 2015 The Rust Project Developers
3258
3133
 
3259
3134
  Permission is hereby granted, free of charge, to any
3260
3135
  person obtaining a copy of this software and associated
@@ -3286,12 +3161,42 @@ DEALINGS IN THE SOFTWARE.
3286
3161
 
3287
3162
  ## The following dependencies are licensed under the MIT License:
3288
3163
 
3164
+ ### NPM Packages:
3165
+
3166
+ - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
3167
+
3168
+ ````text
3169
+ This software is released under the MIT license:
3170
+
3171
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
3172
+ this software and associated documentation files (the "Software"), to deal in
3173
+ the Software without restriction, including without limitation the rights to
3174
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3175
+ the Software, and to permit persons to whom the Software is furnished to do so,
3176
+ subject to the following conditions:
3177
+
3178
+ The above copyright notice and this permission notice shall be included in all
3179
+ copies or substantial portions of the Software.
3180
+
3181
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3182
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3183
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3184
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3185
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3186
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3187
+
3188
+ ````
3189
+
3190
+ ---
3191
+
3192
+ ## The following dependencies are licensed under the MIT License:
3193
+
3289
3194
  ### Rust Crates:
3290
3195
 
3291
- - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
3196
+ - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
3292
3197
 
3293
3198
  ````text
3294
- Copyright (c) 2013-2016 The rust-url developers
3199
+ Copyright (c) 2019-2021 Tower Contributors
3295
3200
 
3296
3201
  Permission is hereby granted, free of charge, to any
3297
3202
  person obtaining a copy of this software and associated
@@ -3325,33 +3230,34 @@ DEALINGS IN THE SOFTWARE.
3325
3230
 
3326
3231
  ### Rust Crates:
3327
3232
 
3328
- - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
3329
- - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
3330
- - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
3331
- - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
3233
+ - [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
3332
3234
 
3333
3235
  ````text
3334
- The MIT License (MIT)
3335
-
3336
- Copyright (c) 2015 Andrew Gallant
3236
+ Copyright (c) 2016--2017
3337
3237
 
3338
- Permission is hereby granted, free of charge, to any person obtaining a copy
3339
- of this software and associated documentation files (the "Software"), to deal
3340
- in the Software without restriction, including without limitation the rights
3341
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3342
- copies of the Software, and to permit persons to whom the Software is
3343
- furnished to do so, subject to the following conditions:
3238
+ Permission is hereby granted, free of charge, to any
3239
+ person obtaining a copy of this software and associated
3240
+ documentation files (the "Software"), to deal in the
3241
+ Software without restriction, including without
3242
+ limitation the rights to use, copy, modify, merge,
3243
+ publish, distribute, sublicense, and/or sell copies of
3244
+ the Software, and to permit persons to whom the Software
3245
+ is furnished to do so, subject to the following
3246
+ conditions:
3344
3247
 
3345
- The above copyright notice and this permission notice shall be included in
3346
- all copies or substantial portions of the Software.
3248
+ The above copyright notice and this permission notice
3249
+ shall be included in all copies or substantial portions
3250
+ of the Software.
3347
3251
 
3348
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3349
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3350
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3351
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3352
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3353
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3354
- THE SOFTWARE.
3252
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3253
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3254
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3255
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3256
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3257
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3258
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3259
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3260
+ DEALINGS IN THE SOFTWARE.
3355
3261
 
3356
3262
  ````
3357
3263
 
@@ -3361,10 +3267,10 @@ THE SOFTWARE.
3361
3267
 
3362
3268
  ### Rust Crates:
3363
3269
 
3364
- - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
3270
+ - [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
3365
3271
 
3366
3272
  ````text
3367
- Copyright (c) 2018 The Servo Project Developers
3273
+ Copyright (c) 2016 Amanieu d'Antras
3368
3274
 
3369
3275
  Permission is hereby granted, free of charge, to any
3370
3276
  person obtaining a copy of this software and associated
@@ -3398,10 +3304,16 @@ DEALINGS IN THE SOFTWARE.
3398
3304
 
3399
3305
  ### Rust Crates:
3400
3306
 
3401
- - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
3307
+ - [rand](https://github.com/rust-random/rand) (0.8.5)
3308
+ - [rand](https://github.com/rust-random/rand) (0.9.4)
3309
+ - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
3310
+ - [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
3311
+ - [rand_core](https://github.com/rust-random/rand) (0.6.4)
3312
+ - [rand_core](https://github.com/rust-random/rand) (0.9.5)
3402
3313
 
3403
3314
  ````text
3404
- Copyright (c) 2010 The Rust Project Developers
3315
+ Copyright 2018 Developers of the Rand project
3316
+ Copyright (c) 2014 The Rust Project Developers
3405
3317
 
3406
3318
  Permission is hereby granted, free of charge, to any
3407
3319
  person obtaining a copy of this software and associated
@@ -3435,13 +3347,10 @@ DEALINGS IN THE SOFTWARE.
3435
3347
 
3436
3348
  ### Rust Crates:
3437
3349
 
3438
- - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
3439
- - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
3440
- - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
3441
- - [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
3350
+ - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
3442
3351
 
3443
3352
  ````text
3444
- Copyright (c) 2016 The Rust Project Developers
3353
+ Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
3445
3354
 
3446
3355
  Permission is hereby granted, free of charge, to any
3447
3356
  person obtaining a copy of this software and associated
@@ -3475,10 +3384,13 @@ DEALINGS IN THE SOFTWARE.
3475
3384
 
3476
3385
  ### Rust Crates:
3477
3386
 
3478
- - [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
3387
+ - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
3388
+ - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
3479
3389
 
3480
3390
  ````text
3481
- Copyright (c) 2021 RustCrypto Developers
3391
+ Copyright (c) 2006-2009 Graydon Hoare
3392
+ Copyright (c) 2009-2013 Mozilla Foundation
3393
+ Copyright (c) 2016 Artyom Pavlov
3482
3394
 
3483
3395
  Permission is hereby granted, free of charge, to any
3484
3396
  person obtaining a copy of this software and associated
@@ -3512,10 +3424,108 @@ DEALINGS IN THE SOFTWARE.
3512
3424
 
3513
3425
  ### Rust Crates:
3514
3426
 
3515
- - [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
3427
+ - [directories](https://github.com/soc/directories-rs) (6.0.0)
3428
+
3429
+ ````text
3430
+ Copyright (c) 2018 directories-rs contributors
3431
+
3432
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3433
+ of this software and associated documentation files (the "Software"), to deal
3434
+ in the Software without restriction, including without limitation the rights
3435
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3436
+ copies of the Software, and to permit persons to whom the Software is
3437
+ furnished to do so, subject to the following conditions:
3438
+
3439
+ The above copyright notice and this permission notice shall be included in all
3440
+ copies or substantial portions of the Software.
3441
+
3442
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3443
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3444
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3445
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3446
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3447
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3448
+ SOFTWARE.
3449
+
3450
+ ````
3451
+
3452
+ ---
3453
+
3454
+ ## The following dependencies are licensed under the MIT License:
3455
+
3456
+ ### Rust Crates:
3457
+
3458
+ - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
3459
+
3460
+ ````text
3461
+ The MIT License (MIT)
3462
+
3463
+ Copyright (c) 2015 Danny Guo
3464
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
3465
+ Copyright (c) 2018 Akash Kurdekar
3466
+
3467
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3468
+ of this software and associated documentation files (the "Software"), to deal
3469
+ in the Software without restriction, including without limitation the rights
3470
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3471
+ copies of the Software, and to permit persons to whom the Software is
3472
+ furnished to do so, subject to the following conditions:
3473
+
3474
+ The above copyright notice and this permission notice shall be included in all
3475
+ copies or substantial portions of the Software.
3476
+
3477
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3478
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3479
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3480
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3481
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3482
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3483
+ SOFTWARE.
3484
+
3485
+ ````
3486
+
3487
+ ---
3488
+
3489
+ ## The following dependencies are licensed under the MIT License:
3490
+
3491
+ ### Rust Crates:
3492
+
3493
+ - [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
3494
+
3495
+ ````text
3496
+ The MIT License (MIT)
3497
+
3498
+ Copyright (c) 2015 Bartłomiej Kamiński
3499
+
3500
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3501
+ of this software and associated documentation files (the "Software"), to deal
3502
+ in the Software without restriction, including without limitation the rights
3503
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3504
+ copies of the Software, and to permit persons to whom the Software is
3505
+ furnished to do so, subject to the following conditions:
3506
+
3507
+ The above copyright notice and this permission notice shall be included in all
3508
+ copies or substantial portions of the Software.
3509
+
3510
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3511
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3512
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3513
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3514
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3515
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3516
+ SOFTWARE.
3517
+ ````
3518
+
3519
+ ---
3520
+
3521
+ ## The following dependencies are licensed under the MIT License:
3522
+
3523
+ ### Rust Crates:
3524
+
3525
+ - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
3516
3526
 
3517
3527
  ````text
3518
- Copyright (c) 2017 tokio-jsonrpc developers
3528
+ Copyright (c) 2020-2025 The RustCrypto Project Developers
3519
3529
 
3520
3530
  Permission is hereby granted, free of charge, to any
3521
3531
  person obtaining a copy of this software and associated
@@ -3549,10 +3559,11 @@ DEALINGS IN THE SOFTWARE.
3549
3559
 
3550
3560
  ### Rust Crates:
3551
3561
 
3552
- - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
3562
+ - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
3553
3563
 
3554
3564
  ````text
3555
- Copyright (c) 2018 Carl Lerche
3565
+ Copyright (c) 2018-2024 The rust-random Project Developers
3566
+ Copyright (c) 2014 The Rust Project Developers
3556
3567
 
3557
3568
  Permission is hereby granted, free of charge, to any
3558
3569
  person obtaining a copy of this software and associated
@@ -3586,10 +3597,10 @@ DEALINGS IN THE SOFTWARE.
3586
3597
 
3587
3598
  ### Rust Crates:
3588
3599
 
3589
- - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
3600
+ - [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
3590
3601
 
3591
3602
  ````text
3592
- Copyright Mozilla Foundation
3603
+ Copyright (c) 2014 Chris Wong
3593
3604
 
3594
3605
  Permission is hereby granted, free of charge, to any
3595
3606
  person obtaining a copy of this software and associated
@@ -3623,11 +3634,79 @@ DEALINGS IN THE SOFTWARE.
3623
3634
 
3624
3635
  ### Rust Crates:
3625
3636
 
3626
- - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
3627
- - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
3637
+ - [humantime](https://github.com/chronotope/humantime) (2.3.0)
3628
3638
 
3629
3639
  ````text
3630
- Copyright (c) 2014 Alex Crichton
3640
+ Copyright (c) 2016 The humantime Developers
3641
+
3642
+ Includes parts of http date with the following copyright:
3643
+ Copyright (c) 2016 Pyfisch
3644
+
3645
+ Includes portions of musl libc with the following copyright:
3646
+ Copyright © 2005-2013 Rich Felker
3647
+
3648
+
3649
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3650
+ of this software and associated documentation files (the "Software"), to deal
3651
+ in the Software without restriction, including without limitation the rights
3652
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3653
+ copies of the Software, and to permit persons to whom the Software is
3654
+ furnished to do so, subject to the following conditions:
3655
+
3656
+ The above copyright notice and this permission notice shall be included in all
3657
+ copies or substantial portions of the Software.
3658
+
3659
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3660
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3661
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3662
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3663
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3664
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3665
+ SOFTWARE.
3666
+
3667
+ ````
3668
+
3669
+ ---
3670
+
3671
+ ## The following dependencies are licensed under the MIT License:
3672
+
3673
+ ### Rust Crates:
3674
+
3675
+ - [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
3676
+
3677
+ ````text
3678
+ MIT License
3679
+
3680
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3681
+ of this software and associated documentation files (the "Software"), to deal
3682
+ in the Software without restriction, including without limitation the rights
3683
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3684
+ copies of the Software, and to permit persons to whom the Software is
3685
+ furnished to do so, subject to the following conditions:
3686
+
3687
+ The above copyright notice and this permission notice shall be included in all
3688
+ copies or substantial portions of the Software.
3689
+
3690
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3691
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3692
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3693
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3694
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3695
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3696
+ SOFTWARE.
3697
+
3698
+ ````
3699
+
3700
+ ---
3701
+
3702
+ ## The following dependencies are licensed under the MIT License:
3703
+
3704
+ ### Rust Crates:
3705
+
3706
+ - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
3707
+
3708
+ ````text
3709
+ Copyright (c) 2010 The Rust Project Developers
3631
3710
 
3632
3711
  Permission is hereby granted, free of charge, to any
3633
3712
  person obtaining a copy of this software and associated
@@ -3661,10 +3740,10 @@ DEALINGS IN THE SOFTWARE.
3661
3740
 
3662
3741
  ### Rust Crates:
3663
3742
 
3664
- - [http-body](https://github.com/hyperium/http-body) (1.0.1)
3743
+ - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
3665
3744
 
3666
3745
  ````text
3667
- Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
3746
+ Copyright (c) 2018 The Servo Project Developers
3668
3747
 
3669
3748
  Permission is hereby granted, free of charge, to any
3670
3749
  person obtaining a copy of this software and associated
@@ -3698,10 +3777,61 @@ DEALINGS IN THE SOFTWARE.
3698
3777
 
3699
3778
  ### Rust Crates:
3700
3779
 
3701
- - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
3780
+ - [synstructure](https://github.com/mystor/synstructure) (0.13.2)
3702
3781
 
3703
3782
  ````text
3704
- Copyright (c) 2019-2021 Tower Contributors
3783
+ Copyright 2016 Nika Layzell
3784
+
3785
+ 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:
3786
+
3787
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3788
+
3789
+ 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.
3790
+
3791
+ ````
3792
+
3793
+ ---
3794
+
3795
+ ## The following dependencies are licensed under the MIT License:
3796
+
3797
+ ### Rust Crates:
3798
+
3799
+ - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
3800
+
3801
+ ````text
3802
+ Copyright (c) 2017 Alexey Galakhov
3803
+ Copyright (c) 2016 Jason Housley
3804
+
3805
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3806
+ of this software and associated documentation files (the "Software"), to deal
3807
+ in the Software without restriction, including without limitation the rights
3808
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3809
+ copies of the Software, and to permit persons to whom the Software is
3810
+ furnished to do so, subject to the following conditions:
3811
+
3812
+ The above copyright notice and this permission notice shall be included in
3813
+ all copies or substantial portions of the Software.
3814
+
3815
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3816
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3817
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3818
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3819
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3820
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3821
+ THE SOFTWARE.
3822
+
3823
+ ````
3824
+
3825
+ ---
3826
+
3827
+ ## The following dependencies are licensed under the MIT License:
3828
+
3829
+ ### Rust Crates:
3830
+
3831
+ - [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
3832
+
3833
+ ````text
3834
+ Copyright (c) 2020 Andrew D. Straw
3705
3835
 
3706
3836
  Permission is hereby granted, free of charge, to any
3707
3837
  person obtaining a copy of this software and associated
@@ -3735,10 +3865,12 @@ DEALINGS IN THE SOFTWARE.
3735
3865
 
3736
3866
  ### Rust Crates:
3737
3867
 
3738
- - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
3868
+ - [idna](https://github.com/servo/rust-url/) (1.1.0)
3869
+ - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
3870
+ - [url](https://github.com/servo/rust-url) (2.5.8)
3739
3871
 
3740
3872
  ````text
3741
- Copyright 2019-2024 YOSHIOKA Takuma
3873
+ Copyright (c) 2013-2025 The rust-url developers
3742
3874
 
3743
3875
  Permission is hereby granted, free of charge, to any
3744
3876
  person obtaining a copy of this software and associated
@@ -3772,12 +3904,13 @@ DEALINGS IN THE SOFTWARE.
3772
3904
 
3773
3905
  ### Rust Crates:
3774
3906
 
3775
- - [zip](https://github.com/zip-rs/zip2) (2.4.2)
3907
+ - [schemars](https://github.com/GREsau/schemars) (1.2.1)
3908
+ - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
3776
3909
 
3777
3910
  ````text
3778
- The MIT License (MIT)
3911
+ MIT License
3779
3912
 
3780
- Copyright (c) 2014 Mathijs van de Nes
3913
+ Copyright (c) 2019 Graham Esau
3781
3914
 
3782
3915
  Permission is hereby granted, free of charge, to any person obtaining a copy
3783
3916
  of this software and associated documentation files (the "Software"), to deal
@@ -3797,22 +3930,22 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3797
3930
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3798
3931
  SOFTWARE.
3799
3932
 
3800
- Some files in the "tests/data" subdirectory of this repository are under other
3801
- licences; see files named LICENSE.*.txt for details.
3802
3933
  ````
3803
3934
 
3804
3935
  ---
3805
3936
 
3806
3937
  ## The following dependencies are licensed under the MIT License:
3807
3938
 
3808
- ### NPM Packages:
3939
+ ### Rust Crates:
3809
3940
 
3810
- - [undici-types](https://github.com/nodejs/undici) (6.21.0)
3941
+ - [darling](https://github.com/TedDriggs/darling) (0.23.0)
3942
+ - [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
3943
+ - [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
3811
3944
 
3812
3945
  ````text
3813
3946
  MIT License
3814
3947
 
3815
- Copyright (c) Matteo Collina and Undici contributors
3948
+ Copyright (c) 2017 Ted Driggs
3816
3949
 
3817
3950
  Permission is hereby granted, free of charge, to any person obtaining a copy
3818
3951
  of this software and associated documentation files (the "Software"), to deal
@@ -3838,92 +3971,32 @@ SOFTWARE.
3838
3971
 
3839
3972
  ## The following dependencies are licensed under the MIT License:
3840
3973
 
3841
- ### Rust Crates:
3842
-
3843
- - [tower](https://github.com/tower-rs/tower) (0.5.3)
3844
- - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
3845
- - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
3846
-
3847
- ````text
3848
- Copyright (c) 2019 Tower Contributors
3849
-
3850
- Permission is hereby granted, free of charge, to any
3851
- person obtaining a copy of this software and associated
3852
- documentation files (the "Software"), to deal in the
3853
- Software without restriction, including without
3854
- limitation the rights to use, copy, modify, merge,
3855
- publish, distribute, sublicense, and/or sell copies of
3856
- the Software, and to permit persons to whom the Software
3857
- is furnished to do so, subject to the following
3858
- conditions:
3859
-
3860
- The above copyright notice and this permission notice
3861
- shall be included in all copies or substantial portions
3862
- of the Software.
3863
-
3864
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3865
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3866
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3867
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3868
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3869
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3870
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3871
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3872
- DEALINGS IN THE SOFTWARE.
3873
-
3874
- ````
3875
-
3876
- ---
3877
-
3878
- ## The following dependencies are licensed under the MIT License:
3879
-
3880
3974
  ### NPM Packages:
3881
3975
 
3882
- - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
3883
- - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
3976
+ - [pngjs](https://github.com/pngjs/pngjs) (7.0.0)
3884
3977
 
3885
3978
  ````text
3886
- MIT License
3887
-
3888
- Copyright (c) Microsoft Corporation.
3889
-
3890
- Permission is hereby granted, free of charge, to any person obtaining a copy
3891
- of this software and associated documentation files (the "Software"), to deal
3892
- in the Software without restriction, including without limitation the rights
3893
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3894
- copies of the Software, and to permit persons to whom the Software is
3895
- furnished to do so, subject to the following conditions:
3896
-
3897
- The above copyright notice and this permission notice shall be included in all
3898
- copies or substantial portions of the Software.
3899
-
3900
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3901
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3902
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3903
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3904
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3905
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3906
- SOFTWARE
3907
-
3908
- ````
3909
-
3910
- ---
3911
-
3912
- ## The following dependencies are licensed under the MIT License:
3913
-
3914
- ### Rust Crates:
3979
+ pngjs original work Copyright (c) 2015 Luke Page & Original Contributors
3980
+ pngjs derived work Copyright (c) 2012 Kuba Niegowski
3915
3981
 
3916
- - [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
3917
- - [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
3918
- - [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
3919
- - [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
3982
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3983
+ of this software and associated documentation files (the "Software"), to deal
3984
+ in the Software without restriction, including without limitation the rights
3985
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3986
+ copies of the Software, and to permit persons to whom the Software is
3987
+ furnished to do so, subject to the following conditions:
3920
3988
 
3921
- ````text
3922
- 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:
3989
+ The above copyright notice and this permission notice shall be included in
3990
+ all copies or substantial portions of the Software.
3923
3991
 
3924
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3992
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3993
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3994
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3995
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3996
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3997
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3998
+ THE SOFTWARE.
3925
3999
 
3926
- 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.
3927
4000
  ````
3928
4001
 
3929
4002
  ---
@@ -3932,12 +4005,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
3932
4005
 
3933
4006
  ### Rust Crates:
3934
4007
 
3935
- - [typenum](https://github.com/paholg/typenum) (1.19.0)
4008
+ - [hyper](https://github.com/hyperium/hyper) (1.9.0)
3936
4009
 
3937
4010
  ````text
3938
- The MIT License (MIT)
3939
-
3940
- Copyright (c) 2014 Paho Lurie-Gregg
4011
+ Copyright (c) 2014-2026 Sean McArthur
3941
4012
 
3942
4013
  Permission is hereby granted, free of charge, to any person obtaining a copy
3943
4014
  of this software and associated documentation files (the "Software"), to deal
@@ -3946,16 +4017,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3946
4017
  copies of the Software, and to permit persons to whom the Software is
3947
4018
  furnished to do so, subject to the following conditions:
3948
4019
 
3949
- The above copyright notice and this permission notice shall be included in all
3950
- copies or substantial portions of the Software.
4020
+ The above copyright notice and this permission notice shall be included in
4021
+ all copies or substantial portions of the Software.
3951
4022
 
3952
4023
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3953
4024
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3954
4025
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3955
4026
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3956
4027
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3957
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3958
- SOFTWARE.
4028
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4029
+ THE SOFTWARE.
3959
4030
 
3960
4031
  ````
3961
4032
 
@@ -3965,13 +4036,10 @@ SOFTWARE.
3965
4036
 
3966
4037
  ### Rust Crates:
3967
4038
 
3968
- - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
3969
- - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
4039
+ - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
3970
4040
 
3971
4041
  ````text
3972
- Copyright (c) 2006-2009 Graydon Hoare
3973
- Copyright (c) 2009-2013 Mozilla Foundation
3974
- Copyright (c) 2016 Artyom Pavlov
4042
+ Copyright 2019-2024 YOSHIOKA Takuma
3975
4043
 
3976
4044
  Permission is hereby granted, free of charge, to any
3977
4045
  person obtaining a copy of this software and associated
@@ -4005,10 +4073,10 @@ DEALINGS IN THE SOFTWARE.
4005
4073
 
4006
4074
  ### Rust Crates:
4007
4075
 
4008
- - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
4076
+ - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
4009
4077
 
4010
4078
  ````text
4011
- Copyright (c) 2017 Robert Grosse
4079
+ Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
4012
4080
 
4013
4081
  Permission is hereby granted, free of charge, to any
4014
4082
  person obtaining a copy of this software and associated
@@ -4033,72 +4101,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4033
4101
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
4034
4102
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4035
4103
  DEALINGS IN THE SOFTWARE.
4036
- ````
4037
-
4038
- ---
4039
-
4040
- ## The following dependencies are licensed under the MIT License:
4041
-
4042
- ### Rust Crates:
4043
-
4044
- - [mio](https://github.com/tokio-rs/mio) (1.2.0)
4045
-
4046
- ````text
4047
- Copyright (c) 2014 Carl Lerche and other MIO contributors
4048
-
4049
- Permission is hereby granted, free of charge, to any person obtaining a copy
4050
- of this software and associated documentation files (the "Software"), to deal
4051
- in the Software without restriction, including without limitation the rights
4052
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4053
- copies of the Software, and to permit persons to whom the Software is
4054
- furnished to do so, subject to the following conditions:
4055
-
4056
- The above copyright notice and this permission notice shall be included in
4057
- all copies or substantial portions of the Software.
4058
-
4059
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4060
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4061
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4062
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4063
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4064
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4065
- THE SOFTWARE.
4066
-
4067
- ````
4068
-
4069
- ---
4070
-
4071
- ## The following dependencies are licensed under the MIT License:
4072
-
4073
- ### Rust Crates:
4074
-
4075
- - [chrono](https://github.com/chronotope/chrono) (0.4.44)
4076
- - [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
4077
- - [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
4078
- - [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
4079
- - [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
4080
- - [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
4081
- - [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
4082
-
4083
- ````text
4084
- MIT License
4085
-
4086
- Copyright (c) <year> <copyright holders>
4087
-
4088
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
4089
- associated documentation files (the "Software"), to deal in the Software without restriction, including
4090
- without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4091
- copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
4092
- following conditions:
4093
-
4094
- The above copyright notice and this permission notice shall be included in all copies or substantial
4095
- portions of the Software.
4096
-
4097
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
4098
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
4099
- EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4100
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
4101
- USE OR OTHER DEALINGS IN THE SOFTWARE.
4102
4104
 
4103
4105
  ````
4104
4106
 
@@ -4108,10 +4110,10 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
4108
4110
 
4109
4111
  ### Rust Crates:
4110
4112
 
4111
- - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
4113
+ - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
4112
4114
 
4113
4115
  ````text
4114
- Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
4116
+ Copyright (c) 2018 Carl Lerche
4115
4117
 
4116
4118
  Permission is hereby granted, free of charge, to any
4117
4119
  person obtaining a copy of this software and associated
@@ -4145,48 +4147,10 @@ DEALINGS IN THE SOFTWARE.
4145
4147
 
4146
4148
  ### Rust Crates:
4147
4149
 
4148
- - [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
4149
-
4150
- ````text
4151
- MIT License
4152
-
4153
- Copyright (c) 2025 rutrum
4154
-
4155
- Permission is hereby granted, free of charge, to any person obtaining a copy
4156
- of this software and associated documentation files (the "Software"), to deal
4157
- in the Software without restriction, including without limitation the rights
4158
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4159
- copies of the Software, and to permit persons to whom the Software is
4160
- furnished to do so, subject to the following conditions:
4161
-
4162
- The above copyright notice and this permission notice shall be included in all
4163
- copies or substantial portions of the Software.
4164
-
4165
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4166
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4167
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4168
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4169
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4170
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4171
- SOFTWARE.
4172
- ````
4173
-
4174
- ---
4175
-
4176
- ## The following dependencies are licensed under the MIT License:
4177
-
4178
- ### Rust Crates:
4179
-
4180
- - [rand](https://github.com/rust-random/rand) (0.8.5)
4181
- - [rand](https://github.com/rust-random/rand) (0.9.4)
4182
- - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
4183
- - [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
4184
- - [rand_core](https://github.com/rust-random/rand) (0.6.4)
4185
- - [rand_core](https://github.com/rust-random/rand) (0.9.5)
4150
+ - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
4186
4151
 
4187
4152
  ````text
4188
- Copyright 2018 Developers of the Rand project
4189
- Copyright (c) 2014 The Rust Project Developers
4153
+ Copyright (c) 2019 Nick Fitzgerald
4190
4154
 
4191
4155
  Permission is hereby granted, free of charge, to any
4192
4156
  person obtaining a copy of this software and associated
@@ -4220,12 +4184,31 @@ DEALINGS IN THE SOFTWARE.
4220
4184
 
4221
4185
  ### Rust Crates:
4222
4186
 
4223
- - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
4187
+ - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
4188
+
4189
+ ````text
4190
+ Copyright 2017 Juniper Networks, Inc.
4191
+
4192
+ 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:
4193
+
4194
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4195
+
4196
+ 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.
4197
+
4198
+ ````
4199
+
4200
+ ---
4201
+
4202
+ ## The following dependencies are licensed under the MIT License:
4203
+
4204
+ ### Rust Crates:
4205
+
4206
+ - [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
4224
4207
 
4225
4208
  ````text
4226
4209
  MIT License
4227
4210
 
4228
- Copyright (c) [2021] [Marvin Countryman]
4211
+ Copyright (c) 2017 Nikolai Vazquez
4229
4212
 
4230
4213
  Permission is hereby granted, free of charge, to any person obtaining a copy
4231
4214
  of this software and associated documentation files (the "Software"), to deal
@@ -4253,30 +4236,30 @@ SOFTWARE.
4253
4236
 
4254
4237
  ### Rust Crates:
4255
4238
 
4256
- - [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
4239
+ - [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
4257
4240
 
4258
4241
  ````text
4259
- The MIT License (MIT)
4260
-
4261
- Copyright (c) 2015 Bartłomiej Kamiński
4262
-
4263
- Permission is hereby granted, free of charge, to any person obtaining a copy
4264
- of this software and associated documentation files (the "Software"), to deal
4265
- in the Software without restriction, including without limitation the rights
4266
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4267
- copies of the Software, and to permit persons to whom the Software is
4268
- furnished to do so, subject to the following conditions:
4269
-
4270
- The above copyright notice and this permission notice shall be included in all
4271
- copies or substantial portions of the Software.
4272
-
4273
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4274
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4275
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4276
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4277
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4278
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4242
+ Copyright (c) 2013-2014 The Rust Project Developers.
4243
+ Copyright (c) 2015-2020 The rust-hex Developers
4244
+
4245
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4246
+ of this software and associated documentation files (the "Software"), to deal
4247
+ in the Software without restriction, including without limitation the rights
4248
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4249
+ copies of the Software, and to permit persons to whom the Software is
4250
+ furnished to do so, subject to the following conditions:
4251
+
4252
+ The above copyright notice and this permission notice shall be included in all
4253
+ copies or substantial portions of the Software.
4254
+
4255
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4256
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4257
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4258
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4259
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4260
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4279
4261
  SOFTWARE.
4262
+
4280
4263
  ````
4281
4264
 
4282
4265
  ---
@@ -4285,10 +4268,11 @@ SOFTWARE.
4285
4268
 
4286
4269
  ### Rust Crates:
4287
4270
 
4288
- - [slab](https://github.com/tokio-rs/slab) (0.4.12)
4271
+ - [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
4272
+ - [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
4289
4273
 
4290
4274
  ````text
4291
- Copyright (c) 2019 Carl Lerche
4275
+ Copyright (c) 2012-2013 Mozilla Foundation
4292
4276
 
4293
4277
  Permission is hereby granted, free of charge, to any
4294
4278
  person obtaining a copy of this software and associated
@@ -4322,10 +4306,15 @@ DEALINGS IN THE SOFTWARE.
4322
4306
 
4323
4307
  ### Rust Crates:
4324
4308
 
4325
- - [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
4309
+ - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
4310
+ - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
4311
+ - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
4312
+ - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
4326
4313
 
4327
4314
  ````text
4328
- MIT License
4315
+ The MIT License (MIT)
4316
+
4317
+ Copyright (c) 2015 Andrew Gallant
4329
4318
 
4330
4319
  Permission is hereby granted, free of charge, to any person obtaining a copy
4331
4320
  of this software and associated documentation files (the "Software"), to deal
@@ -4334,16 +4323,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4334
4323
  copies of the Software, and to permit persons to whom the Software is
4335
4324
  furnished to do so, subject to the following conditions:
4336
4325
 
4337
- The above copyright notice and this permission notice shall be included in all
4338
- copies or substantial portions of the Software.
4326
+ The above copyright notice and this permission notice shall be included in
4327
+ all copies or substantial portions of the Software.
4339
4328
 
4340
4329
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4341
4330
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4342
4331
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4343
4332
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4344
4333
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4345
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4346
- SOFTWARE.
4334
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4335
+ THE SOFTWARE.
4347
4336
 
4348
4337
  ````
4349
4338
 
@@ -4353,16 +4342,27 @@ SOFTWARE.
4353
4342
 
4354
4343
  ### Rust Crates:
4355
4344
 
4356
- - [synstructure](https://github.com/mystor/synstructure) (0.13.2)
4345
+ - [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
4357
4346
 
4358
4347
  ````text
4359
- Copyright 2016 Nika Layzell
4348
+ Copyright 2018 Parity Technologies (UK) Ltd.
4360
4349
 
4361
- 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:
4350
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
4351
+ this software and associated documentation files (the "Software"), to deal in
4352
+ the Software without restriction, including without limitation the rights to
4353
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
4354
+ the Software, and to permit persons to whom the Software is furnished to do so,
4355
+ subject to the following conditions:
4362
4356
 
4363
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4357
+ The above copyright notice and this permission notice shall be included in all
4358
+ copies or substantial portions of the Software.
4364
4359
 
4365
- 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.
4360
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4361
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
4362
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
4363
+ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
4364
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4365
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4366
4366
 
4367
4367
  ````
4368
4368