@deveco-codegenie/mcp-bridge-win32-x64 1.1.0 → 1.1.1

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,23 +22,21 @@
22
22
 
23
23
  ### Rust Crates:
24
24
 
25
- - [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
25
+ - [adler2](https://github.com/oyvindln/adler2) (2.0.1)
26
26
 
27
27
  ````text
28
- BSD Zero Clause License
29
-
30
- Copyright (c) 2025 Goat
28
+ Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
31
29
 
32
- Permission to use, copy, modify, and/or distribute this software for any
33
- purpose with or without fee is hereby granted.
30
+ Permission to use, copy, modify, and/or distribute this software for
31
+ any purpose with or without fee is hereby granted.
34
32
 
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.
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.
42
40
 
43
41
  ````
44
42
 
@@ -48,12 +46,12 @@ PERFORMANCE OF THIS SOFTWARE.
48
46
 
49
47
  ### Rust Crates:
50
48
 
51
- - [recvmsg](https://crates.io/crates/recvmsg) (1.0.0)
49
+ - [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
52
50
 
53
51
  ````text
54
52
  BSD Zero Clause License
55
53
 
56
- Copyright (c) 2023 kotauskas
54
+ Copyright (c) 2025 Goat
57
55
 
58
56
  Permission to use, copy, modify, and/or distribute this software for any
59
57
  purpose with or without fee is hereby granted.
@@ -65,29 +63,6 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
65
63
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
66
64
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
67
65
  PERFORMANCE OF THIS SOFTWARE.
68
- ````
69
-
70
- ---
71
-
72
- ## The following dependencies are licensed under the 0BSD License:
73
-
74
- ### Rust Crates:
75
-
76
- - [adler2](https://github.com/oyvindln/adler2) (2.0.1)
77
-
78
- ````text
79
- Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
80
-
81
- Permission to use, copy, modify, and/or distribute this software for
82
- any purpose with or without fee is hereby granted.
83
-
84
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
85
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
86
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
87
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
88
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
89
- AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
90
- OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
91
66
 
92
67
  ````
93
68
 
@@ -119,89 +94,27 @@ PERFORMANCE OF THIS SOFTWARE.
119
94
 
120
95
  ---
121
96
 
122
- ## The following dependencies are licensed under the Apache-2.0 License:
97
+ ## The following dependencies are licensed under the 0BSD License:
123
98
 
124
99
  ### Rust Crates:
125
100
 
126
- - [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
127
- - [ryu](https://github.com/dtolnay/ryu) (1.0.23)
128
- - [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
101
+ - [recvmsg](https://crates.io/crates/recvmsg) (1.0.0)
129
102
 
130
103
  ````text
131
- Apache License
132
- Version 2.0, January 2004
133
- http://www.apache.org/licenses/
134
-
135
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
136
-
137
- 1. Definitions.
138
-
139
- "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
140
-
141
- "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
142
-
143
- "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
144
-
145
- "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
146
-
147
- "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
148
-
149
- "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
150
-
151
- "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
152
-
153
- "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
154
-
155
- "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
156
-
157
- "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
158
-
159
- 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
160
-
161
- 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
162
-
163
- 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
164
-
165
- (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
166
-
167
- (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
168
-
169
- (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
170
-
171
- (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
172
-
173
- You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
174
-
175
- 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
176
-
177
- 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
178
-
179
- 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
180
-
181
- 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
182
-
183
- 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
184
-
185
- END OF TERMS AND CONDITIONS
186
-
187
- APPENDIX: How to apply the Apache License to your work.
188
-
189
- To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
190
-
191
- Copyright [yyyy] [name of copyright owner]
192
-
193
- Licensed under the Apache License, Version 2.0 (the "License");
194
- you may not use this file except in compliance with the License.
195
- You may obtain a copy of the License at
104
+ BSD Zero Clause License
196
105
 
197
- http://www.apache.org/licenses/LICENSE-2.0
106
+ Copyright (c) 2023 kotauskas
198
107
 
199
- Unless required by applicable law or agreed to in writing, software
200
- distributed under the License is distributed on an "AS IS" BASIS,
201
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
202
- See the License for the specific language governing permissions and
203
- limitations under the License.
108
+ Permission to use, copy, modify, and/or distribute this software for any
109
+ purpose with or without fee is hereby granted.
204
110
 
111
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
112
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
113
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
114
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
115
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
116
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
117
+ PERFORMANCE OF THIS SOFTWARE.
205
118
  ````
206
119
 
207
120
  ---
@@ -634,6 +547,93 @@ limitations under the License.
634
547
 
635
548
  ---
636
549
 
550
+ ## The following dependencies are licensed under the Apache-2.0 License:
551
+
552
+ ### Rust Crates:
553
+
554
+ - [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
555
+ - [ryu](https://github.com/dtolnay/ryu) (1.0.23)
556
+ - [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
557
+
558
+ ````text
559
+ Apache License
560
+ Version 2.0, January 2004
561
+ http://www.apache.org/licenses/
562
+
563
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
564
+
565
+ 1. Definitions.
566
+
567
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
568
+
569
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
570
+
571
+ "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.
572
+
573
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
574
+
575
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
576
+
577
+ "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.
578
+
579
+ "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).
580
+
581
+ "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.
582
+
583
+ "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."
584
+
585
+ "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.
586
+
587
+ 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.
588
+
589
+ 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.
590
+
591
+ 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:
592
+
593
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
594
+
595
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
596
+
597
+ (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
598
+
599
+ (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.
600
+
601
+ 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.
602
+
603
+ 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.
604
+
605
+ 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.
606
+
607
+ 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.
608
+
609
+ 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.
610
+
611
+ 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.
612
+
613
+ END OF TERMS AND CONDITIONS
614
+
615
+ APPENDIX: How to apply the Apache License to your work.
616
+
617
+ 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.
618
+
619
+ Copyright [yyyy] [name of copyright owner]
620
+
621
+ Licensed under the Apache License, Version 2.0 (the "License");
622
+ you may not use this file except in compliance with the License.
623
+ You may obtain a copy of the License at
624
+
625
+ http://www.apache.org/licenses/LICENSE-2.0
626
+
627
+ Unless required by applicable law or agreed to in writing, software
628
+ distributed under the License is distributed on an "AS IS" BASIS,
629
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
630
+ See the License for the specific language governing permissions and
631
+ limitations under the License.
632
+
633
+ ````
634
+
635
+ ---
636
+
637
637
  ## The following dependencies are licensed under the BSD-3-Clause License:
638
638
 
639
639
  ### NPM Packages:
@@ -716,6 +716,30 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
716
716
 
717
717
  ## The following dependencies are licensed under the ISC License:
718
718
 
719
+ ### Rust Crates:
720
+
721
+ - [libloading](https://github.com/nagisa/rust_libloading/) (0.9.0)
722
+
723
+ ````text
724
+ Copyright © 2015, Simonas Kazlauskas
725
+
726
+ Permission to use, copy, modify, and/or distribute this software for any purpose with or without
727
+ fee is hereby granted, provided that the above copyright notice and this permission notice appear
728
+ in all copies.
729
+
730
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
731
+ SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
732
+ AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
733
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
734
+ NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
735
+ THIS SOFTWARE.
736
+
737
+ ````
738
+
739
+ ---
740
+
741
+ ## The following dependencies are licensed under the ISC License:
742
+
719
743
  ### NPM Packages:
720
744
 
721
745
  - [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.3) (0.0.3)
@@ -753,25 +777,32 @@ THIS SOFTWARE.
753
777
 
754
778
  ---
755
779
 
756
- ## The following dependencies are licensed under the ISC License:
780
+ ## The following dependencies are licensed under the MIT License:
757
781
 
758
782
  ### Rust Crates:
759
783
 
760
- - [libloading](https://github.com/nagisa/rust_libloading/) (0.9.0)
784
+ - [directories](https://github.com/soc/directories-rs) (6.0.0)
761
785
 
762
786
  ````text
763
- Copyright © 2015, Simonas Kazlauskas
787
+ Copyright (c) 2018 directories-rs contributors
764
788
 
765
- Permission to use, copy, modify, and/or distribute this software for any purpose with or without
766
- fee is hereby granted, provided that the above copyright notice and this permission notice appear
767
- in all copies.
789
+ Permission is hereby granted, free of charge, to any person obtaining a copy
790
+ of this software and associated documentation files (the "Software"), to deal
791
+ in the Software without restriction, including without limitation the rights
792
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
793
+ copies of the Software, and to permit persons to whom the Software is
794
+ furnished to do so, subject to the following conditions:
768
795
 
769
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
770
- SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
771
- AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
772
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
773
- NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
774
- THIS SOFTWARE.
796
+ The above copyright notice and this permission notice shall be included in all
797
+ copies or substantial portions of the Software.
798
+
799
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
800
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
801
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
802
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
803
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
804
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
805
+ SOFTWARE.
775
806
 
776
807
  ````
777
808
 
@@ -781,10 +812,13 @@ THIS SOFTWARE.
781
812
 
782
813
  ### Rust Crates:
783
814
 
784
- - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
815
+ - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
816
+ - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
817
+ - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
818
+ - [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
785
819
 
786
820
  ````text
787
- Copyright (c) 2018 Carl Lerche
821
+ Copyright (c) 2016 The Rust Project Developers
788
822
 
789
823
  Permission is hereby granted, free of charge, to any
790
824
  person obtaining a copy of this software and associated
@@ -818,33 +852,16 @@ DEALINGS IN THE SOFTWARE.
818
852
 
819
853
  ### Rust Crates:
820
854
 
821
- - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
822
- - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
823
- - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
824
- - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
855
+ - [synstructure](https://github.com/mystor/synstructure) (0.13.2)
825
856
 
826
857
  ````text
827
- The MIT License (MIT)
828
-
829
- Copyright (c) 2015 Andrew Gallant
858
+ Copyright 2016 Nika Layzell
830
859
 
831
- Permission is hereby granted, free of charge, to any person obtaining a copy
832
- of this software and associated documentation files (the "Software"), to deal
833
- in the Software without restriction, including without limitation the rights
834
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
835
- copies of the Software, and to permit persons to whom the Software is
836
- furnished to do so, subject to the following conditions:
860
+ 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:
837
861
 
838
- The above copyright notice and this permission notice shall be included in
839
- all copies or substantial portions of the Software.
862
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
840
863
 
841
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
842
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
843
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
844
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
845
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
846
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
847
- THE SOFTWARE.
864
+ 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.
848
865
 
849
866
  ````
850
867
 
@@ -852,14 +869,15 @@ THE SOFTWARE.
852
869
 
853
870
  ## The following dependencies are licensed under the MIT License:
854
871
 
855
- ### Rust Crates:
872
+ ### NPM Packages:
856
873
 
857
- - [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
874
+ - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
875
+ - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
858
876
 
859
877
  ````text
860
878
  MIT License
861
879
 
862
- Copyright (c) 2025 rutrum
880
+ Copyright (c) 2017 Evgeny Poberezkin
863
881
 
864
882
  Permission is hereby granted, free of charge, to any person obtaining a copy
865
883
  of this software and associated documentation files (the "Software"), to deal
@@ -878,6 +896,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
878
896
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
879
897
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
880
898
  SOFTWARE.
899
+
881
900
  ````
882
901
 
883
902
  ---
@@ -886,10 +905,10 @@ SOFTWARE.
886
905
 
887
906
  ### Rust Crates:
888
907
 
889
- - [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
908
+ - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
890
909
 
891
910
  ````text
892
- Copyright (c) 2015 The Rust Project Developers
911
+ Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
893
912
 
894
913
  Permission is hereby granted, free of charge, to any
895
914
  person obtaining a copy of this software and associated
@@ -923,13 +942,12 @@ DEALINGS IN THE SOFTWARE.
923
942
 
924
943
  ### Rust Crates:
925
944
 
926
- - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
945
+ - [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
927
946
 
928
947
  ````text
929
948
  MIT License
930
949
 
931
- Copyright (c) 2019 Yoshua Wuyts
932
- Copyright (c) Tokio Contributors
950
+ Copyright (c) 2018-2021 The RustCrypto Project Developers
933
951
 
934
952
  Permission is hereby granted, free of charge, to any person obtaining a copy
935
953
  of this software and associated documentation files (the "Software"), to deal
@@ -957,32 +975,29 @@ SOFTWARE.
957
975
 
958
976
  ### Rust Crates:
959
977
 
960
- - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
978
+ - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
961
979
 
962
980
  ````text
963
- The MIT License (MIT)
964
-
965
- Copyright (c) 2016 Johann Tuffe
966
-
967
- Permission is hereby granted, free of charge, to any person obtaining a copy
968
- of this software and associated documentation files (the "Software"), to deal
969
- in the Software without restriction, including without limitation the rights
970
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
971
- copies of the Software, and to permit persons to whom the Software is
972
- furnished to do so, subject to the following conditions:
973
-
974
-
975
- The above copyright notice and this permission notice shall be included in
976
- all copies or substantial portions of the Software.
977
-
978
-
979
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
980
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
981
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
982
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
983
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
984
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
985
- THE SOFTWARE.
981
+ Copyright (c) 2017 Alexey Galakhov
982
+ Copyright (c) 2016 Jason Housley
983
+
984
+ Permission is hereby granted, free of charge, to any person obtaining a copy
985
+ of this software and associated documentation files (the "Software"), to deal
986
+ in the Software without restriction, including without limitation the rights
987
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
988
+ copies of the Software, and to permit persons to whom the Software is
989
+ furnished to do so, subject to the following conditions:
990
+
991
+ The above copyright notice and this permission notice shall be included in
992
+ all copies or substantial portions of the Software.
993
+
994
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
995
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
996
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
997
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
998
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
999
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1000
+ THE SOFTWARE.
986
1001
 
987
1002
  ````
988
1003
 
@@ -992,10 +1007,10 @@ THE SOFTWARE.
992
1007
 
993
1008
  ### Rust Crates:
994
1009
 
995
- - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
1010
+ - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
996
1011
 
997
1012
  ````text
998
- Copyright (c) 2016--2023
1013
+ Copyright (c) 2014-2026 Alex Crichton
999
1014
 
1000
1015
  Permission is hereby granted, free of charge, to any
1001
1016
  person obtaining a copy of this software and associated
@@ -1029,43 +1044,17 @@ DEALINGS IN THE SOFTWARE.
1029
1044
 
1030
1045
  ### Rust Crates:
1031
1046
 
1032
- - [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
1047
+ - [humantime](https://github.com/chronotope/humantime) (2.3.0)
1033
1048
 
1034
1049
  ````text
1035
- Copyright (c) 2015 Igor Shaula
1036
-
1037
- Permission is hereby granted, free of charge, to any person obtaining a copy
1038
- of this software and associated documentation files (the "Software"), to deal
1039
- in the Software without restriction, including without limitation the rights
1040
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1041
- copies of the Software, and to permit persons to whom the Software is
1042
- furnished to do so, subject to the following conditions:
1043
-
1044
- The above copyright notice and this permission notice shall be included in
1045
- all copies or substantial portions of the Software.
1046
-
1047
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1048
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1049
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1050
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1051
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1052
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1053
- THE SOFTWARE.
1054
-
1055
- ````
1056
-
1057
- ---
1058
-
1059
- ## The following dependencies are licensed under the MIT License:
1060
-
1061
- ### NPM Packages:
1050
+ Copyright (c) 2016 The humantime Developers
1062
1051
 
1063
- - [json5](https://github.com/json5/json5) (2.2.3)
1052
+ Includes parts of http date with the following copyright:
1053
+ Copyright (c) 2016 Pyfisch
1064
1054
 
1065
- ````text
1066
- MIT License
1055
+ Includes portions of musl libc with the following copyright:
1056
+ Copyright © 2005-2013 Rich Felker
1067
1057
 
1068
- Copyright (c) 2012-2018 Aseem Kishore, and [others].
1069
1058
 
1070
1059
  Permission is hereby granted, free of charge, to any person obtaining a copy
1071
1060
  of this software and associated documentation files (the "Software"), to deal
@@ -1085,8 +1074,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1085
1074
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1086
1075
  SOFTWARE.
1087
1076
 
1088
- [others]: https://github.com/json5/json5/contributors
1089
-
1090
1077
  ````
1091
1078
 
1092
1079
  ---
@@ -1095,10 +1082,10 @@ SOFTWARE.
1095
1082
 
1096
1083
  ### Rust Crates:
1097
1084
 
1098
- - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
1085
+ - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
1099
1086
 
1100
1087
  ````text
1101
- Copyright Mozilla Foundation
1088
+ Copyright (c) 2019 Nick Fitzgerald
1102
1089
 
1103
1090
  Permission is hereby granted, free of charge, to any
1104
1091
  person obtaining a copy of this software and associated
@@ -1130,15 +1117,15 @@ DEALINGS IN THE SOFTWARE.
1130
1117
 
1131
1118
  ## The following dependencies are licensed under the MIT License:
1132
1119
 
1133
- ### NPM Packages:
1120
+ ### Rust Crates:
1134
1121
 
1135
- - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
1136
- - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
1122
+ - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
1137
1123
 
1138
1124
  ````text
1139
1125
  MIT License
1140
1126
 
1141
- Copyright (c) 2017 Evgeny Poberezkin
1127
+ Copyright (c) 2019 Yoshua Wuyts
1128
+ Copyright (c) Tokio Contributors
1142
1129
 
1143
1130
  Permission is hereby granted, free of charge, to any person obtaining a copy
1144
1131
  of this software and associated documentation files (the "Software"), to deal
@@ -1166,10 +1153,42 @@ SOFTWARE.
1166
1153
 
1167
1154
  ### Rust Crates:
1168
1155
 
1169
- - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
1156
+ - [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
1170
1157
 
1171
1158
  ````text
1172
- Copyright (c) 2019 Nick Fitzgerald
1159
+ The MIT License (MIT)
1160
+
1161
+ Copyright (c) 2015 Bartłomiej Kamiński
1162
+
1163
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1164
+ of this software and associated documentation files (the "Software"), to deal
1165
+ in the Software without restriction, including without limitation the rights
1166
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1167
+ copies of the Software, and to permit persons to whom the Software is
1168
+ furnished to do so, subject to the following conditions:
1169
+
1170
+ The above copyright notice and this permission notice shall be included in all
1171
+ copies or substantial portions of the Software.
1172
+
1173
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1174
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1175
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1176
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1177
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1178
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1179
+ SOFTWARE.
1180
+ ````
1181
+
1182
+ ---
1183
+
1184
+ ## The following dependencies are licensed under the MIT License:
1185
+
1186
+ ### Rust Crates:
1187
+
1188
+ - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
1189
+
1190
+ ````text
1191
+ Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
1173
1192
 
1174
1193
  Permission is hereby granted, free of charge, to any
1175
1194
  person obtaining a copy of this software and associated
@@ -1203,30 +1222,28 @@ DEALINGS IN THE SOFTWARE.
1203
1222
 
1204
1223
  ### Rust Crates:
1205
1224
 
1206
- - [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
1225
+ - [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
1207
1226
 
1208
1227
  ````text
1209
- The MIT License (MIT)
1210
-
1211
- Copyright (c) 2015 Bartłomiej Kamiński
1212
-
1213
- Permission is hereby granted, free of charge, to any person obtaining a copy
1214
- of this software and associated documentation files (the "Software"), to deal
1215
- in the Software without restriction, including without limitation the rights
1216
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1217
- copies of the Software, and to permit persons to whom the Software is
1218
- furnished to do so, subject to the following conditions:
1219
-
1220
- The above copyright notice and this permission notice shall be included in all
1221
- copies or substantial portions of the Software.
1222
-
1223
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1224
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1225
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1226
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1227
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1228
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1229
- SOFTWARE.
1228
+ Copyright 2018 Parity Technologies (UK) Ltd.
1229
+
1230
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1231
+ this software and associated documentation files (the "Software"), to deal in
1232
+ the Software without restriction, including without limitation the rights to
1233
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1234
+ the Software, and to permit persons to whom the Software is furnished to do so,
1235
+ subject to the following conditions:
1236
+
1237
+ The above copyright notice and this permission notice shall be included in all
1238
+ copies or substantial portions of the Software.
1239
+
1240
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1241
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1242
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
1243
+ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1244
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1245
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1246
+
1230
1247
  ````
1231
1248
 
1232
1249
  ---
@@ -1235,50 +1252,11 @@ SOFTWARE.
1235
1252
 
1236
1253
  ### Rust Crates:
1237
1254
 
1238
- - [humantime](https://github.com/chronotope/humantime) (2.3.0)
1239
-
1240
- ````text
1241
- Copyright (c) 2016 The humantime Developers
1242
-
1243
- Includes parts of http date with the following copyright:
1244
- Copyright (c) 2016 Pyfisch
1245
-
1246
- Includes portions of musl libc with the following copyright:
1247
- Copyright © 2005-2013 Rich Felker
1248
-
1249
-
1250
- Permission is hereby granted, free of charge, to any person obtaining a copy
1251
- of this software and associated documentation files (the "Software"), to deal
1252
- in the Software without restriction, including without limitation the rights
1253
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1254
- copies of the Software, and to permit persons to whom the Software is
1255
- furnished to do so, subject to the following conditions:
1256
-
1257
- The above copyright notice and this permission notice shall be included in all
1258
- copies or substantial portions of the Software.
1259
-
1260
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1261
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1262
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1263
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1264
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1265
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1266
- SOFTWARE.
1267
-
1268
- ````
1269
-
1270
- ---
1271
-
1272
- ## The following dependencies are licensed under the MIT License:
1273
-
1274
- ### Rust Crates:
1275
-
1276
- - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
1255
+ - [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
1277
1256
 
1278
1257
  ````text
1279
- The MIT License (MIT)
1280
-
1281
- Copyright (c) 2015 Alice Maz
1258
+ Copyright (c) 2017 Daniel Abramov
1259
+ Copyright (c) 2017 Alexey Galakhov
1282
1260
 
1283
1261
  Permission is hereby granted, free of charge, to any person obtaining a copy
1284
1262
  of this software and associated documentation files (the "Software"), to deal
@@ -1306,13 +1284,10 @@ THE SOFTWARE.
1306
1284
 
1307
1285
  ### Rust Crates:
1308
1286
 
1309
- - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
1310
- - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
1311
- - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
1312
- - [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
1287
+ - [http](https://github.com/hyperium/http) (1.4.0)
1313
1288
 
1314
1289
  ````text
1315
- Copyright (c) 2016 The Rust Project Developers
1290
+ Copyright (c) 2017 http-rs authors
1316
1291
 
1317
1292
  Permission is hereby granted, free of charge, to any
1318
1293
  person obtaining a copy of this software and associated
@@ -1344,33 +1319,21 @@ DEALINGS IN THE SOFTWARE.
1344
1319
 
1345
1320
  ## The following dependencies are licensed under the MIT License:
1346
1321
 
1347
- ### NPM Packages:
1322
+ ### Rust Crates:
1348
1323
 
1349
- - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
1350
- - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
1324
+ - [tarpc](https://github.com/google/tarpc) (0.37.0)
1325
+ - [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
1351
1326
 
1352
1327
  ````text
1353
- MIT License
1328
+ The MIT License (MIT)
1354
1329
 
1355
- Copyright (c) Microsoft Corporation.
1330
+ Copyright 2016 Google Inc. All Rights Reserved.
1356
1331
 
1357
- Permission is hereby granted, free of charge, to any person obtaining a copy
1358
- of this software and associated documentation files (the "Software"), to deal
1359
- in the Software without restriction, including without limitation the rights
1360
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1361
- copies of the Software, and to permit persons to whom the Software is
1362
- furnished to do so, subject to the following conditions:
1332
+ 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:
1363
1333
 
1364
- The above copyright notice and this permission notice shall be included in all
1365
- copies or substantial portions of the Software.
1334
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1366
1335
 
1367
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1368
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1369
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1370
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1371
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1372
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1373
- SOFTWARE
1336
+ 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.
1374
1337
 
1375
1338
  ````
1376
1339
 
@@ -1380,34 +1343,16 @@ DEALINGS IN THE SOFTWARE.
1380
1343
 
1381
1344
  ### Rust Crates:
1382
1345
 
1383
- - [slab](https://github.com/tokio-rs/slab) (0.4.12)
1346
+ - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
1384
1347
 
1385
1348
  ````text
1386
- Copyright (c) 2019 Carl Lerche
1349
+ Copyright 2017 Juniper Networks, Inc.
1387
1350
 
1388
- Permission is hereby granted, free of charge, to any
1389
- person obtaining a copy of this software and associated
1390
- documentation files (the "Software"), to deal in the
1391
- Software without restriction, including without
1392
- limitation the rights to use, copy, modify, merge,
1393
- publish, distribute, sublicense, and/or sell copies of
1394
- the Software, and to permit persons to whom the Software
1395
- is furnished to do so, subject to the following
1396
- conditions:
1351
+ 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:
1397
1352
 
1398
- The above copyright notice and this permission notice
1399
- shall be included in all copies or substantial portions
1400
- of the Software.
1353
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1401
1354
 
1402
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1403
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1404
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1405
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1406
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1407
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1408
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1409
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1410
- DEALINGS IN THE SOFTWARE.
1355
+ 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.
1411
1356
 
1412
1357
  ````
1413
1358
 
@@ -1417,16 +1362,30 @@ DEALINGS IN THE SOFTWARE.
1417
1362
 
1418
1363
  ### Rust Crates:
1419
1364
 
1420
- - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
1365
+ - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
1421
1366
 
1422
1367
  ````text
1423
- Copyright 2017 Juniper Networks, Inc.
1368
+ Copyright (c) 2018-2023 Sean McArthur
1369
+ Copyright (c) 2016 Alex Crichton
1424
1370
 
1425
- 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:
1371
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1372
+ of this software and associated documentation files (the "Software"), to deal
1373
+ in the Software without restriction, including without limitation the rights
1374
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1375
+ copies of the Software, and to permit persons to whom the Software is
1376
+ furnished to do so, subject to the following conditions:
1426
1377
 
1427
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1378
+ The above copyright notice and this permission notice shall be included in
1379
+ all copies or substantial portions of the Software.
1380
+
1381
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1382
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1383
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1384
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1385
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1386
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1387
+ THE SOFTWARE.
1428
1388
 
1429
- 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.
1430
1389
 
1431
1390
  ````
1432
1391
 
@@ -1436,10 +1395,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1436
1395
 
1437
1396
  ### Rust Crates:
1438
1397
 
1439
- - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
1398
+ - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
1440
1399
 
1441
1400
  ````text
1442
- Copyright (c) 2014-2026 Alex Crichton
1401
+ Copyright (c) 2019-2021 Tower Contributors
1443
1402
 
1444
1403
  Permission is hereby granted, free of charge, to any
1445
1404
  person obtaining a copy of this software and associated
@@ -1473,10 +1432,10 @@ DEALINGS IN THE SOFTWARE.
1473
1432
 
1474
1433
  ### Rust Crates:
1475
1434
 
1476
- - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
1435
+ - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
1477
1436
 
1478
1437
  ````text
1479
- Copyright (c) 2015-2025 Sean McArthur
1438
+ Copyright (c) 2017 Sean McArthur
1480
1439
 
1481
1440
  Permission is hereby granted, free of charge, to any person obtaining a copy
1482
1441
  of this software and associated documentation files (the "Software"), to deal
@@ -1505,29 +1464,34 @@ THE SOFTWARE.
1505
1464
 
1506
1465
  ### Rust Crates:
1507
1466
 
1508
- - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
1467
+ - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
1509
1468
 
1510
1469
  ````text
1511
- Copyright (c) 2017 Alexey Galakhov
1512
- Copyright (c) 2016 Jason Housley
1470
+ Copyright 2019-2024 YOSHIOKA Takuma
1513
1471
 
1514
- Permission is hereby granted, free of charge, to any person obtaining a copy
1515
- of this software and associated documentation files (the "Software"), to deal
1516
- in the Software without restriction, including without limitation the rights
1517
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1518
- copies of the Software, and to permit persons to whom the Software is
1519
- furnished to do so, subject to the following conditions:
1472
+ Permission is hereby granted, free of charge, to any
1473
+ person obtaining a copy of this software and associated
1474
+ documentation files (the "Software"), to deal in the
1475
+ Software without restriction, including without
1476
+ limitation the rights to use, copy, modify, merge,
1477
+ publish, distribute, sublicense, and/or sell copies of
1478
+ the Software, and to permit persons to whom the Software
1479
+ is furnished to do so, subject to the following
1480
+ conditions:
1520
1481
 
1521
- The above copyright notice and this permission notice shall be included in
1522
- all copies or substantial portions of the Software.
1482
+ The above copyright notice and this permission notice
1483
+ shall be included in all copies or substantial portions
1484
+ of the Software.
1523
1485
 
1524
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1525
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1526
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1527
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1528
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1529
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1530
- THE SOFTWARE.
1486
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1487
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1488
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1489
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1490
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1491
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1492
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1493
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1494
+ DEALINGS IN THE SOFTWARE.
1531
1495
 
1532
1496
  ````
1533
1497
 
@@ -1537,12 +1501,49 @@ THE SOFTWARE.
1537
1501
 
1538
1502
  ### Rust Crates:
1539
1503
 
1540
- - [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
1504
+ - [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
1541
1505
 
1542
1506
  ````text
1543
- MIT License
1507
+ Permission is hereby granted, free of charge, to any
1508
+ person obtaining a copy of this software and associated
1509
+ documentation files (the "Software"), to deal in the
1510
+ Software without restriction, including without
1511
+ limitation the rights to use, copy, modify, merge,
1512
+ publish, distribute, sublicense, and/or sell copies of
1513
+ the Software, and to permit persons to whom the Software
1514
+ is furnished to do so, subject to the following
1515
+ conditions:
1544
1516
 
1545
- Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
1517
+ The above copyright notice and this permission notice
1518
+ shall be included in all copies or substantial portions
1519
+ of the Software.
1520
+
1521
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1522
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1523
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1524
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1525
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1526
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1527
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1528
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1529
+ DEALINGS IN THE SOFTWARE.
1530
+ ````
1531
+
1532
+ ---
1533
+
1534
+ ## The following dependencies are licensed under the MIT License:
1535
+
1536
+ ### Rust Crates:
1537
+
1538
+ - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
1539
+ - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
1540
+ - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
1541
+ - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
1542
+
1543
+ ````text
1544
+ The MIT License (MIT)
1545
+
1546
+ Copyright (c) 2015 Andrew Gallant
1546
1547
 
1547
1548
  Permission is hereby granted, free of charge, to any person obtaining a copy
1548
1549
  of this software and associated documentation files (the "Software"), to deal
@@ -1551,16 +1552,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1551
1552
  copies of the Software, and to permit persons to whom the Software is
1552
1553
  furnished to do so, subject to the following conditions:
1553
1554
 
1554
- The above copyright notice and this permission notice shall be included in all
1555
- copies or substantial portions of the Software.
1555
+ The above copyright notice and this permission notice shall be included in
1556
+ all copies or substantial portions of the Software.
1556
1557
 
1557
1558
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1558
1559
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1559
1560
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1560
1561
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1561
1562
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1562
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1563
- SOFTWARE.
1563
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1564
+ THE SOFTWARE.
1564
1565
 
1565
1566
  ````
1566
1567
 
@@ -1570,12 +1571,10 @@ SOFTWARE.
1570
1571
 
1571
1572
  ### Rust Crates:
1572
1573
 
1573
- - [idna](https://github.com/servo/rust-url/) (1.1.0)
1574
- - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
1575
- - [url](https://github.com/servo/rust-url) (2.5.8)
1574
+ - [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
1576
1575
 
1577
1576
  ````text
1578
- Copyright (c) 2013-2025 The rust-url developers
1577
+ Copyright (c) 2021 RustCrypto Developers
1579
1578
 
1580
1579
  Permission is hereby granted, free of charge, to any
1581
1580
  person obtaining a copy of this software and associated
@@ -1609,10 +1608,10 @@ DEALINGS IN THE SOFTWARE.
1609
1608
 
1610
1609
  ### Rust Crates:
1611
1610
 
1612
- - [http-body](https://github.com/hyperium/http-body) (1.0.1)
1611
+ - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
1613
1612
 
1614
1613
  ````text
1615
- Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
1614
+ Copyright (c) 2018 Carl Lerche
1616
1615
 
1617
1616
  Permission is hereby granted, free of charge, to any
1618
1617
  person obtaining a copy of this software and associated
@@ -1646,65 +1645,34 @@ DEALINGS IN THE SOFTWARE.
1646
1645
 
1647
1646
  ### Rust Crates:
1648
1647
 
1649
- - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
1648
+ - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
1650
1649
 
1651
1650
  ````text
1652
- MIT License
1651
+ Copyright (c) 2018-2019 The RustCrypto Project Developers
1653
1652
 
1654
- Copyright (c) [2021] [Marvin Countryman]
1653
+ Permission is hereby granted, free of charge, to any
1654
+ person obtaining a copy of this software and associated
1655
+ documentation files (the "Software"), to deal in the
1656
+ Software without restriction, including without
1657
+ limitation the rights to use, copy, modify, merge,
1658
+ publish, distribute, sublicense, and/or sell copies of
1659
+ the Software, and to permit persons to whom the Software
1660
+ is furnished to do so, subject to the following
1661
+ conditions:
1655
1662
 
1656
- Permission is hereby granted, free of charge, to any person obtaining a copy
1657
- of this software and associated documentation files (the "Software"), to deal
1658
- in the Software without restriction, including without limitation the rights
1659
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1660
- copies of the Software, and to permit persons to whom the Software is
1661
- furnished to do so, subject to the following conditions:
1662
-
1663
- The above copyright notice and this permission notice shall be included in all
1664
- copies or substantial portions of the Software.
1665
-
1666
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1667
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1668
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1669
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1670
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1671
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1672
- SOFTWARE.
1673
-
1674
- ````
1675
-
1676
- ---
1677
-
1678
- ## The following dependencies are licensed under the MIT License:
1679
-
1680
- ### Rust Crates:
1681
-
1682
- - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
1683
- - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
1684
- - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
1685
-
1686
- ````text
1687
- MIT License
1688
-
1689
- Copyright (c) Tokio Contributors
1690
-
1691
- Permission is hereby granted, free of charge, to any person obtaining a copy
1692
- of this software and associated documentation files (the "Software"), to deal
1693
- in the Software without restriction, including without limitation the rights
1694
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1695
- copies of the Software, and to permit persons to whom the Software is
1696
- furnished to do so, subject to the following conditions:
1697
-
1698
- The above copyright notice and this permission notice shall be included in all
1699
- copies or substantial portions of the Software.
1663
+ The above copyright notice and this permission notice
1664
+ shall be included in all copies or substantial portions
1665
+ of the Software.
1700
1666
 
1701
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1702
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1703
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1704
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1705
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1706
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1707
- SOFTWARE.
1667
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1668
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1669
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1670
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1671
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1672
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1673
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1674
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1675
+ DEALINGS IN THE SOFTWARE.
1708
1676
 
1709
1677
  ````
1710
1678
 
@@ -1714,12 +1682,10 @@ SOFTWARE.
1714
1682
 
1715
1683
  ### Rust Crates:
1716
1684
 
1717
- - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
1685
+ - [hyper](https://github.com/hyperium/hyper) (1.9.0)
1718
1686
 
1719
1687
  ````text
1720
- MIT License
1721
-
1722
- Copyright (c) 2025 Callum Oakley
1688
+ Copyright (c) 2014-2026 Sean McArthur
1723
1689
 
1724
1690
  Permission is hereby granted, free of charge, to any person obtaining a copy
1725
1691
  of this software and associated documentation files (the "Software"), to deal
@@ -1728,16 +1694,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1728
1694
  copies of the Software, and to permit persons to whom the Software is
1729
1695
  furnished to do so, subject to the following conditions:
1730
1696
 
1731
- The above copyright notice and this permission notice shall be included in all
1732
- copies or substantial portions of the Software.
1697
+ The above copyright notice and this permission notice shall be included in
1698
+ all copies or substantial portions of the Software.
1733
1699
 
1734
1700
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1735
1701
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1736
1702
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1737
1703
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1738
1704
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1739
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1740
- SOFTWARE.
1705
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1706
+ THE SOFTWARE.
1741
1707
 
1742
1708
  ````
1743
1709
 
@@ -1747,11 +1713,12 @@ SOFTWARE.
1747
1713
 
1748
1714
  ### Rust Crates:
1749
1715
 
1750
- - [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
1716
+ - [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
1751
1717
 
1752
1718
  ````text
1753
- Copyright (c) 2018-2026 The rust-random Project Developers
1754
- Copyright (c) 2014 The Rust Project Developers
1719
+ Copyright (c) 2017 Carl Lerche
1720
+ Copyright (c) 2018 Bastian Köcher
1721
+ Copyright (c) 2019-2020 Artem Vorotnikov
1755
1722
 
1756
1723
  Permission is hereby granted, free of charge, to any
1757
1724
  person obtaining a copy of this software and associated
@@ -1785,10 +1752,10 @@ DEALINGS IN THE SOFTWARE.
1785
1752
 
1786
1753
  ### Rust Crates:
1787
1754
 
1788
- - [fnv](https://github.com/servo/rust-fnv) (1.0.7)
1755
+ - [zerocopy](https://github.com/google/zerocopy) (0.8.48)
1789
1756
 
1790
1757
  ````text
1791
- Copyright (c) 2017 Contributors
1758
+ Copyright 2023 The Fuchsia Authors
1792
1759
 
1793
1760
  Permission is hereby granted, free of charge, to any
1794
1761
  person obtaining a copy of this software and associated
@@ -1814,6 +1781,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1814
1781
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1815
1782
  DEALINGS IN THE SOFTWARE.
1816
1783
 
1784
+
1817
1785
  ````
1818
1786
 
1819
1787
  ---
@@ -1822,9 +1790,11 @@ DEALINGS IN THE SOFTWARE.
1822
1790
 
1823
1791
  ### Rust Crates:
1824
1792
 
1825
- - [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
1793
+ - [digest](https://github.com/RustCrypto/traits) (0.10.7)
1826
1794
 
1827
1795
  ````text
1796
+ Copyright (c) 2017 Artyom Pavlov
1797
+
1828
1798
  Permission is hereby granted, free of charge, to any
1829
1799
  person obtaining a copy of this software and associated
1830
1800
  documentation files (the "Software"), to deal in the
@@ -1848,6 +1818,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1848
1818
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1849
1819
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1850
1820
  DEALINGS IN THE SOFTWARE.
1821
+
1851
1822
  ````
1852
1823
 
1853
1824
  ---
@@ -1856,13 +1827,11 @@ DEALINGS IN THE SOFTWARE.
1856
1827
 
1857
1828
  ### Rust Crates:
1858
1829
 
1859
- - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
1860
- - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
1830
+ - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
1861
1831
 
1862
1832
  ````text
1863
- Copyright (c) 2006-2009 Graydon Hoare
1864
- Copyright (c) 2009-2013 Mozilla Foundation
1865
- Copyright (c) 2016 Artyom Pavlov
1833
+ Copyright (c) 2018-2024 The rust-random Project Developers
1834
+ Copyright (c) 2014 The Rust Project Developers
1866
1835
 
1867
1836
  Permission is hereby granted, free of charge, to any
1868
1837
  person obtaining a copy of this software and associated
@@ -1927,28 +1896,35 @@ THE SOFTWARE.
1927
1896
 
1928
1897
  ### Rust Crates:
1929
1898
 
1930
- - [directories](https://github.com/soc/directories-rs) (6.0.0)
1899
+ - [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
1931
1900
 
1932
1901
  ````text
1933
- Copyright (c) 2018 directories-rs contributors
1902
+ Copyright (c) 2018-2026 The rust-random Project Developers
1903
+ Copyright (c) 2014 The Rust Project Developers
1934
1904
 
1935
- Permission is hereby granted, free of charge, to any person obtaining a copy
1936
- of this software and associated documentation files (the "Software"), to deal
1937
- in the Software without restriction, including without limitation the rights
1938
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1939
- copies of the Software, and to permit persons to whom the Software is
1940
- furnished to do so, subject to the following conditions:
1905
+ Permission is hereby granted, free of charge, to any
1906
+ person obtaining a copy of this software and associated
1907
+ documentation files (the "Software"), to deal in the
1908
+ Software without restriction, including without
1909
+ limitation the rights to use, copy, modify, merge,
1910
+ publish, distribute, sublicense, and/or sell copies of
1911
+ the Software, and to permit persons to whom the Software
1912
+ is furnished to do so, subject to the following
1913
+ conditions:
1941
1914
 
1942
- The above copyright notice and this permission notice shall be included in all
1943
- copies or substantial portions of the Software.
1915
+ The above copyright notice and this permission notice
1916
+ shall be included in all copies or substantial portions
1917
+ of the Software.
1944
1918
 
1945
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1946
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1947
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1948
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1949
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1950
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1951
- SOFTWARE.
1919
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1920
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1921
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1922
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1923
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1924
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1925
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1926
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1927
+ DEALINGS IN THE SOFTWARE.
1952
1928
 
1953
1929
  ````
1954
1930
 
@@ -1958,10 +1934,10 @@ SOFTWARE.
1958
1934
 
1959
1935
  ### Rust Crates:
1960
1936
 
1961
- - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
1937
+ - [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
1962
1938
 
1963
1939
  ````text
1964
- Copyright (c) 2017 Sean McArthur
1940
+ Copyright (c) 2019 Eliza Weisman
1965
1941
 
1966
1942
  Permission is hereby granted, free of charge, to any person obtaining a copy
1967
1943
  of this software and associated documentation files (the "Software"), to deal
@@ -1981,7 +1957,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1981
1957
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1982
1958
  THE SOFTWARE.
1983
1959
 
1984
-
1985
1960
  ````
1986
1961
 
1987
1962
  ---
@@ -1990,54 +1965,14 @@ THE SOFTWARE.
1990
1965
 
1991
1966
  ### Rust Crates:
1992
1967
 
1993
- - [rand](https://github.com/rust-random/rand) (0.8.5)
1994
- - [rand](https://github.com/rust-random/rand) (0.9.4)
1995
- - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
1996
- - [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
1997
- - [rand_core](https://github.com/rust-random/rand) (0.6.4)
1998
- - [rand_core](https://github.com/rust-random/rand) (0.9.5)
1968
+ - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
1999
1969
 
2000
1970
  ````text
2001
- Copyright 2018 Developers of the Rand project
2002
- Copyright (c) 2014 The Rust Project Developers
2003
-
2004
- Permission is hereby granted, free of charge, to any
2005
- person obtaining a copy of this software and associated
2006
- documentation files (the "Software"), to deal in the
2007
- Software without restriction, including without
2008
- limitation the rights to use, copy, modify, merge,
2009
- publish, distribute, sublicense, and/or sell copies of
2010
- the Software, and to permit persons to whom the Software
2011
- is furnished to do so, subject to the following
2012
- conditions:
2013
-
2014
- The above copyright notice and this permission notice
2015
- shall be included in all copies or substantial portions
2016
- of the Software.
2017
-
2018
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2019
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2020
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2021
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2022
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2023
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2024
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2025
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2026
- DEALINGS IN THE SOFTWARE.
2027
-
2028
- ````
2029
-
2030
- ---
2031
-
2032
- ## The following dependencies are licensed under the MIT License:
2033
-
2034
- ### NPM Packages:
2035
-
2036
- - [pngjs](https://github.com/pngjs/pngjs) (7.0.0)
1971
+ The MIT License (MIT)
2037
1972
 
2038
- ````text
2039
- pngjs original work Copyright (c) 2015 Luke Page & Original Contributors
2040
- pngjs derived work Copyright (c) 2012 Kuba Niegowski
1973
+ Copyright (c) 2015 Danny Guo
1974
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
1975
+ Copyright (c) 2018 Akash Kurdekar
2041
1976
 
2042
1977
  Permission is hereby granted, free of charge, to any person obtaining a copy
2043
1978
  of this software and associated documentation files (the "Software"), to deal
@@ -2046,16 +1981,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2046
1981
  copies of the Software, and to permit persons to whom the Software is
2047
1982
  furnished to do so, subject to the following conditions:
2048
1983
 
2049
- The above copyright notice and this permission notice shall be included in
2050
- all copies or substantial portions of the Software.
1984
+ The above copyright notice and this permission notice shall be included in all
1985
+ copies or substantial portions of the Software.
2051
1986
 
2052
1987
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2053
1988
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2054
1989
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2055
1990
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2056
1991
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2057
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2058
- THE SOFTWARE.
1992
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1993
+ SOFTWARE.
2059
1994
 
2060
1995
  ````
2061
1996
 
@@ -2065,10 +2000,12 @@ THE SOFTWARE.
2065
2000
 
2066
2001
  ### Rust Crates:
2067
2002
 
2068
- - [digest](https://github.com/RustCrypto/traits) (0.10.7)
2003
+ - [idna](https://github.com/servo/rust-url/) (1.1.0)
2004
+ - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
2005
+ - [url](https://github.com/servo/rust-url) (2.5.8)
2069
2006
 
2070
2007
  ````text
2071
- Copyright (c) 2017 Artyom Pavlov
2008
+ Copyright (c) 2013-2025 The rust-url developers
2072
2009
 
2073
2010
  Permission is hereby granted, free of charge, to any
2074
2011
  person obtaining a copy of this software and associated
@@ -2102,12 +2039,10 @@ DEALINGS IN THE SOFTWARE.
2102
2039
 
2103
2040
  ### Rust Crates:
2104
2041
 
2105
- - [tower](https://github.com/tower-rs/tower) (0.5.3)
2106
- - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
2107
- - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
2042
+ - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
2108
2043
 
2109
2044
  ````text
2110
- Copyright (c) 2019 Tower Contributors
2045
+ Copyright (c) 2016--2023
2111
2046
 
2112
2047
  Permission is hereby granted, free of charge, to any
2113
2048
  person obtaining a copy of this software and associated
@@ -2139,63 +2074,33 @@ DEALINGS IN THE SOFTWARE.
2139
2074
 
2140
2075
  ## The following dependencies are licensed under the MIT License:
2141
2076
 
2142
- ### Rust Crates:
2077
+ ### NPM Packages:
2143
2078
 
2144
- - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
2145
- - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
2146
- - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
2147
- - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
2148
- - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
2149
- - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
2150
- - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
2151
- - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
2152
- - [pastey](https://github.com/as1100k/pastey) (0.2.1)
2153
- - [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
2154
- - [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
2155
- - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
2156
- - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
2157
- - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
2158
- - [quote](https://github.com/dtolnay/quote) (1.0.45)
2159
- - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
2160
- - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
2161
- - [semver](https://github.com/dtolnay/semver) (1.0.28)
2162
- - [serde](https://github.com/serde-rs/serde) (1.0.228)
2163
- - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
2164
- - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
2165
- - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
2166
- - [serde_json](https://github.com/serde-rs/json) (1.0.149)
2167
- - [syn](https://github.com/dtolnay/syn) (2.0.117)
2168
- - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
2169
- - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
2170
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
2171
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
2172
- - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
2173
- - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
2079
+ - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
2080
+ - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
2174
2081
 
2175
2082
  ````text
2176
- Permission is hereby granted, free of charge, to any
2177
- person obtaining a copy of this software and associated
2178
- documentation files (the "Software"), to deal in the
2179
- Software without restriction, including without
2180
- limitation the rights to use, copy, modify, merge,
2181
- publish, distribute, sublicense, and/or sell copies of
2182
- the Software, and to permit persons to whom the Software
2183
- is furnished to do so, subject to the following
2184
- conditions:
2083
+ MIT License
2185
2084
 
2186
- The above copyright notice and this permission notice
2187
- shall be included in all copies or substantial portions
2188
- of the Software.
2085
+ Copyright (c) Microsoft Corporation.
2189
2086
 
2190
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2191
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2192
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2193
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2194
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2195
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2196
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2197
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2198
- DEALINGS IN THE SOFTWARE.
2087
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2088
+ of this software and associated documentation files (the "Software"), to deal
2089
+ in the Software without restriction, including without limitation the rights
2090
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2091
+ copies of the Software, and to permit persons to whom the Software is
2092
+ furnished to do so, subject to the following conditions:
2093
+
2094
+ The above copyright notice and this permission notice shall be included in all
2095
+ copies or substantial portions of the Software.
2096
+
2097
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2098
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2099
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2100
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2101
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2102
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2103
+ SOFTWARE
2199
2104
 
2200
2105
  ````
2201
2106
 
@@ -2205,35 +2110,17 @@ DEALINGS IN THE SOFTWARE.
2205
2110
 
2206
2111
  ### Rust Crates:
2207
2112
 
2208
- - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
2113
+ - [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
2114
+ - [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
2115
+ - [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
2116
+ - [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
2209
2117
 
2210
2118
  ````text
2211
- Copyright (c) 2020-2025 The RustCrypto Project Developers
2212
-
2213
- Permission is hereby granted, free of charge, to any
2214
- person obtaining a copy of this software and associated
2215
- documentation files (the "Software"), to deal in the
2216
- Software without restriction, including without
2217
- limitation the rights to use, copy, modify, merge,
2218
- publish, distribute, sublicense, and/or sell copies of
2219
- the Software, and to permit persons to whom the Software
2220
- is furnished to do so, subject to the following
2221
- conditions:
2222
-
2223
- The above copyright notice and this permission notice
2224
- shall be included in all copies or substantial portions
2225
- of the Software.
2119
+ 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:
2226
2120
 
2227
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2228
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2229
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2230
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2231
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2232
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2233
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2234
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2235
- DEALINGS IN THE SOFTWARE.
2121
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2236
2122
 
2123
+ 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.
2237
2124
  ````
2238
2125
 
2239
2126
  ---
@@ -2242,10 +2129,10 @@ DEALINGS IN THE SOFTWARE.
2242
2129
 
2243
2130
  ### Rust Crates:
2244
2131
 
2245
- - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
2132
+ - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
2246
2133
 
2247
2134
  ````text
2248
- Copyright (c) 2019 The CryptoCorrosion Contributors
2135
+ Copyright (c) 2016 Anthony Ramine
2249
2136
 
2250
2137
  Permission is hereby granted, free of charge, to any
2251
2138
  person obtaining a copy of this software and associated
@@ -2279,30 +2166,27 @@ DEALINGS IN THE SOFTWARE.
2279
2166
 
2280
2167
  ### NPM Packages:
2281
2168
 
2282
- - [undici-types](https://github.com/nodejs/undici) (6.21.0)
2169
+ - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
2283
2170
 
2284
2171
  ````text
2285
- MIT License
2286
-
2287
- Copyright (c) Matteo Collina and Undici contributors
2172
+ This software is released under the MIT license:
2288
2173
 
2289
- Permission is hereby granted, free of charge, to any person obtaining a copy
2290
- of this software and associated documentation files (the "Software"), to deal
2291
- in the Software without restriction, including without limitation the rights
2292
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2293
- copies of the Software, and to permit persons to whom the Software is
2294
- furnished to do so, subject to the following conditions:
2174
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2175
+ this software and associated documentation files (the "Software"), to deal in
2176
+ the Software without restriction, including without limitation the rights to
2177
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2178
+ the Software, and to permit persons to whom the Software is furnished to do so,
2179
+ subject to the following conditions:
2295
2180
 
2296
2181
  The above copyright notice and this permission notice shall be included in all
2297
2182
  copies or substantial portions of the Software.
2298
2183
 
2299
2184
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2300
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2301
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2302
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2303
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2304
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2305
- SOFTWARE.
2185
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2186
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2187
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2188
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2189
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2306
2190
 
2307
2191
  ````
2308
2192
 
@@ -2312,13 +2196,11 @@ SOFTWARE.
2312
2196
 
2313
2197
  ### Rust Crates:
2314
2198
 
2315
- - [schemars](https://github.com/GREsau/schemars) (1.2.1)
2316
- - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
2199
+ - [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
2317
2200
 
2318
2201
  ````text
2319
- MIT License
2320
-
2321
- Copyright (c) 2019 Graham Esau
2202
+ Copyright (c) 2013-2014 The Rust Project Developers.
2203
+ Copyright (c) 2015-2020 The rust-hex Developers
2322
2204
 
2323
2205
  Permission is hereby granted, free of charge, to any person obtaining a copy
2324
2206
  of this software and associated documentation files (the "Software"), to deal
@@ -2346,10 +2228,10 @@ SOFTWARE.
2346
2228
 
2347
2229
  ### Rust Crates:
2348
2230
 
2349
- - [http](https://github.com/hyperium/http) (1.4.0)
2231
+ - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
2350
2232
 
2351
2233
  ````text
2352
- Copyright (c) 2017 http-rs authors
2234
+ Copyright Mozilla Foundation
2353
2235
 
2354
2236
  Permission is hereby granted, free of charge, to any
2355
2237
  person obtaining a copy of this software and associated
@@ -2383,44 +2265,10 @@ DEALINGS IN THE SOFTWARE.
2383
2265
 
2384
2266
  ### Rust Crates:
2385
2267
 
2386
- - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
2387
- - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
2388
-
2389
- ````text
2390
- Copyright (c) 2018-2019 dirs-rs contributors
2391
-
2392
- Permission is hereby granted, free of charge, to any person obtaining a copy
2393
- of this software and associated documentation files (the "Software"), to deal
2394
- in the Software without restriction, including without limitation the rights
2395
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2396
- copies of the Software, and to permit persons to whom the Software is
2397
- furnished to do so, subject to the following conditions:
2398
-
2399
- The above copyright notice and this permission notice shall be included in all
2400
- copies or substantial portions of the Software.
2401
-
2402
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2403
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2404
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2405
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2406
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2407
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2408
- SOFTWARE.
2409
-
2410
- ````
2411
-
2412
- ---
2413
-
2414
- ## The following dependencies are licensed under the MIT License:
2415
-
2416
- ### Rust Crates:
2417
-
2418
- - [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
2268
+ - [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
2419
2269
 
2420
2270
  ````text
2421
- Copyright (c) 2017 Carl Lerche
2422
- Copyright (c) 2018 Bastian Köcher
2423
- Copyright (c) 2019-2020 Artem Vorotnikov
2271
+ Copyright (c) The rust-url developers
2424
2272
 
2425
2273
  Permission is hereby granted, free of charge, to any
2426
2274
  person obtaining a copy of this software and associated
@@ -2454,11 +2302,14 @@ DEALINGS IN THE SOFTWARE.
2454
2302
 
2455
2303
  ### Rust Crates:
2456
2304
 
2457
- - [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
2305
+ - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
2306
+ - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
2307
+ - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
2458
2308
 
2459
2309
  ````text
2460
- Copyright (c) 2013-2014 The Rust Project Developers.
2461
- Copyright (c) 2015-2020 The rust-hex Developers
2310
+ MIT License
2311
+
2312
+ Copyright (c) Tokio Contributors
2462
2313
 
2463
2314
  Permission is hereby granted, free of charge, to any person obtaining a copy
2464
2315
  of this software and associated documentation files (the "Software"), to deal
@@ -2486,10 +2337,44 @@ SOFTWARE.
2486
2337
 
2487
2338
  ### Rust Crates:
2488
2339
 
2489
- - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
2340
+ - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
2490
2341
 
2491
2342
  ````text
2492
- Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
2343
+ The MIT License (MIT)
2344
+
2345
+ Copyright (c) 2015-2020 Julien Cretin
2346
+ Copyright (c) 2017-2020 Google Inc.
2347
+
2348
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2349
+ of this software and associated documentation files (the "Software"), to deal
2350
+ in the Software without restriction, including without limitation the rights
2351
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2352
+ copies of the Software, and to permit persons to whom the Software is
2353
+ furnished to do so, subject to the following conditions:
2354
+
2355
+ The above copyright notice and this permission notice shall be included in all
2356
+ copies or substantial portions of the Software.
2357
+
2358
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2359
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2360
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2361
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2362
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2363
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2364
+ SOFTWARE.
2365
+
2366
+ ````
2367
+
2368
+ ---
2369
+
2370
+ ## The following dependencies are licensed under the MIT License:
2371
+
2372
+ ### Rust Crates:
2373
+
2374
+ - [fnv](https://github.com/servo/rust-fnv) (1.0.7)
2375
+
2376
+ ````text
2377
+ Copyright (c) 2017 Contributors
2493
2378
 
2494
2379
  Permission is hereby granted, free of charge, to any
2495
2380
  person obtaining a copy of this software and associated
@@ -2523,10 +2408,10 @@ DEALINGS IN THE SOFTWARE.
2523
2408
 
2524
2409
  ### Rust Crates:
2525
2410
 
2526
- - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
2411
+ - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
2527
2412
 
2528
2413
  ````text
2529
- Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
2414
+ Copyright (c) 2019 The CryptoCorrosion Contributors
2530
2415
 
2531
2416
  Permission is hereby granted, free of charge, to any
2532
2417
  person obtaining a copy of this software and associated
@@ -2560,10 +2445,10 @@ DEALINGS IN THE SOFTWARE.
2560
2445
 
2561
2446
  ### Rust Crates:
2562
2447
 
2563
- - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
2448
+ - [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
2564
2449
 
2565
2450
  ````text
2566
- Copyright (c) 2016 Anthony Ramine
2451
+ Copyright (c) 2016 Amanieu d'Antras
2567
2452
 
2568
2453
  Permission is hereby granted, free of charge, to any
2569
2454
  person obtaining a copy of this software and associated
@@ -2597,30 +2482,34 @@ DEALINGS IN THE SOFTWARE.
2597
2482
 
2598
2483
  ### Rust Crates:
2599
2484
 
2600
- - [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
2485
+ - [http-body](https://github.com/hyperium/http-body) (1.0.1)
2601
2486
 
2602
2487
  ````text
2603
- MIT License
2604
-
2605
- Copyright (c) 2017 Nikolai Vazquez
2488
+ Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
2606
2489
 
2607
- Permission is hereby granted, free of charge, to any person obtaining a copy
2608
- of this software and associated documentation files (the "Software"), to deal
2609
- in the Software without restriction, including without limitation the rights
2610
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2611
- copies of the Software, and to permit persons to whom the Software is
2612
- furnished to do so, subject to the following conditions:
2490
+ Permission is hereby granted, free of charge, to any
2491
+ person obtaining a copy of this software and associated
2492
+ documentation files (the "Software"), to deal in the
2493
+ Software without restriction, including without
2494
+ limitation the rights to use, copy, modify, merge,
2495
+ publish, distribute, sublicense, and/or sell copies of
2496
+ the Software, and to permit persons to whom the Software
2497
+ is furnished to do so, subject to the following
2498
+ conditions:
2613
2499
 
2614
- The above copyright notice and this permission notice shall be included in all
2615
- copies or substantial portions of the Software.
2500
+ The above copyright notice and this permission notice
2501
+ shall be included in all copies or substantial portions
2502
+ of the Software.
2616
2503
 
2617
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2618
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2619
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2620
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2621
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2622
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2623
- SOFTWARE.
2504
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2505
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2506
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2507
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2508
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2509
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2510
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2511
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2512
+ DEALINGS IN THE SOFTWARE.
2624
2513
 
2625
2514
  ````
2626
2515
 
@@ -2672,16 +2561,38 @@ DEALINGS IN THE SOFTWARE.
2672
2561
 
2673
2562
  ### Rust Crates:
2674
2563
 
2675
- - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
2676
- - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
2677
- - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
2678
- - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
2679
- - [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
2680
- - [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
2681
-
2682
- ````text
2683
- Copyright (c) 2019 Tokio Contributors
2564
+ - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
2565
+ - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
2566
+ - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
2567
+ - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
2568
+ - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
2569
+ - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
2570
+ - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
2571
+ - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
2572
+ - [pastey](https://github.com/as1100k/pastey) (0.2.1)
2573
+ - [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
2574
+ - [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
2575
+ - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
2576
+ - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
2577
+ - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
2578
+ - [quote](https://github.com/dtolnay/quote) (1.0.45)
2579
+ - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
2580
+ - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
2581
+ - [semver](https://github.com/dtolnay/semver) (1.0.28)
2582
+ - [serde](https://github.com/serde-rs/serde) (1.0.228)
2583
+ - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
2584
+ - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
2585
+ - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
2586
+ - [serde_json](https://github.com/serde-rs/json) (1.0.149)
2587
+ - [syn](https://github.com/dtolnay/syn) (2.0.117)
2588
+ - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
2589
+ - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
2590
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
2591
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
2592
+ - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
2593
+ - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
2684
2594
 
2595
+ ````text
2685
2596
  Permission is hereby granted, free of charge, to any
2686
2597
  person obtaining a copy of this software and associated
2687
2598
  documentation files (the "Software"), to deal in the
@@ -2714,17 +2625,30 @@ DEALINGS IN THE SOFTWARE.
2714
2625
 
2715
2626
  ### Rust Crates:
2716
2627
 
2717
- - [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
2718
- - [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
2719
- - [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
2720
- - [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
2628
+ - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
2629
+ - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
2721
2630
 
2722
2631
  ````text
2723
- 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:
2632
+ Copyright (c) 2018-2019 dirs-rs contributors
2724
2633
 
2725
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2634
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2635
+ of this software and associated documentation files (the "Software"), to deal
2636
+ in the Software without restriction, including without limitation the rights
2637
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2638
+ copies of the Software, and to permit persons to whom the Software is
2639
+ furnished to do so, subject to the following conditions:
2640
+
2641
+ The above copyright notice and this permission notice shall be included in all
2642
+ copies or substantial portions of the Software.
2643
+
2644
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2645
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2646
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2647
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2648
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2649
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2650
+ SOFTWARE.
2726
2651
 
2727
- 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.
2728
2652
  ````
2729
2653
 
2730
2654
  ---
@@ -2733,35 +2657,30 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2733
2657
 
2734
2658
  ### Rust Crates:
2735
2659
 
2736
- - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
2660
+ - [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
2737
2661
 
2738
2662
  ````text
2739
- Copyright (c) 2010 The Rust Project Developers
2663
+ MIT License
2740
2664
 
2741
- Permission is hereby granted, free of charge, to any
2742
- person obtaining a copy of this software and associated
2743
- documentation files (the "Software"), to deal in the
2744
- Software without restriction, including without
2745
- limitation the rights to use, copy, modify, merge,
2746
- publish, distribute, sublicense, and/or sell copies of
2747
- the Software, and to permit persons to whom the Software
2748
- is furnished to do so, subject to the following
2749
- conditions:
2665
+ Copyright (c) 2025 rutrum
2750
2666
 
2751
- The above copyright notice and this permission notice
2752
- shall be included in all copies or substantial portions
2753
- of the Software.
2667
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2668
+ of this software and associated documentation files (the "Software"), to deal
2669
+ in the Software without restriction, including without limitation the rights
2670
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2671
+ copies of the Software, and to permit persons to whom the Software is
2672
+ furnished to do so, subject to the following conditions:
2754
2673
 
2755
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2756
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2757
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2758
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2759
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2760
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2761
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2762
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2763
- DEALINGS IN THE SOFTWARE.
2674
+ The above copyright notice and this permission notice shall be included in all
2675
+ copies or substantial portions of the Software.
2764
2676
 
2677
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2678
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2679
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2680
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2681
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2682
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2683
+ SOFTWARE.
2765
2684
  ````
2766
2685
 
2767
2686
  ---
@@ -2770,34 +2689,30 @@ DEALINGS IN THE SOFTWARE.
2770
2689
 
2771
2690
  ### Rust Crates:
2772
2691
 
2773
- - [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
2692
+ - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
2774
2693
 
2775
2694
  ````text
2776
- Copyright (c) 2016 Amanieu d'Antras
2695
+ The MIT License (MIT)
2777
2696
 
2778
- Permission is hereby granted, free of charge, to any
2779
- person obtaining a copy of this software and associated
2780
- documentation files (the "Software"), to deal in the
2781
- Software without restriction, including without
2782
- limitation the rights to use, copy, modify, merge,
2783
- publish, distribute, sublicense, and/or sell copies of
2784
- the Software, and to permit persons to whom the Software
2785
- is furnished to do so, subject to the following
2786
- conditions:
2697
+ Copyright (c) 2015 Alice Maz
2787
2698
 
2788
- The above copyright notice and this permission notice
2789
- shall be included in all copies or substantial portions
2790
- of the Software.
2699
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2700
+ of this software and associated documentation files (the "Software"), to deal
2701
+ in the Software without restriction, including without limitation the rights
2702
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2703
+ copies of the Software, and to permit persons to whom the Software is
2704
+ furnished to do so, subject to the following conditions:
2791
2705
 
2792
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2793
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2794
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2795
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2796
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2797
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2798
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2799
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2800
- DEALINGS IN THE SOFTWARE.
2706
+ The above copyright notice and this permission notice shall be included in
2707
+ all copies or substantial portions of the Software.
2708
+
2709
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2710
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2711
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2712
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2713
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2714
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2715
+ THE SOFTWARE.
2801
2716
 
2802
2717
  ````
2803
2718
 
@@ -2807,10 +2722,13 @@ DEALINGS IN THE SOFTWARE.
2807
2722
 
2808
2723
  ### Rust Crates:
2809
2724
 
2810
- - [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
2725
+ - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
2726
+ - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
2811
2727
 
2812
2728
  ````text
2813
- Copyright (c) The rust-url developers
2729
+ Copyright (c) 2006-2009 Graydon Hoare
2730
+ Copyright (c) 2009-2013 Mozilla Foundation
2731
+ Copyright (c) 2016 Artyom Pavlov
2814
2732
 
2815
2733
  Permission is hereby granted, free of charge, to any
2816
2734
  person obtaining a copy of this software and associated
@@ -2844,10 +2762,79 @@ DEALINGS IN THE SOFTWARE.
2844
2762
 
2845
2763
  ### Rust Crates:
2846
2764
 
2847
- - [zerocopy](https://github.com/google/zerocopy) (0.8.48)
2765
+ - [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
2848
2766
 
2849
2767
  ````text
2850
- Copyright 2023 The Fuchsia Authors
2768
+ Copyright (c) 2015 Igor Shaula
2769
+
2770
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2771
+ of this software and associated documentation files (the "Software"), to deal
2772
+ in the Software without restriction, including without limitation the rights
2773
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2774
+ copies of the Software, and to permit persons to whom the Software is
2775
+ furnished to do so, subject to the following conditions:
2776
+
2777
+ The above copyright notice and this permission notice shall be included in
2778
+ all copies or substantial portions of the Software.
2779
+
2780
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2781
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2782
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2783
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2784
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2785
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2786
+ THE SOFTWARE.
2787
+
2788
+ ````
2789
+
2790
+ ---
2791
+
2792
+ ## The following dependencies are licensed under the MIT License:
2793
+
2794
+ ### Rust Crates:
2795
+
2796
+ - [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
2797
+
2798
+ ````text
2799
+ MIT License
2800
+
2801
+ Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
2802
+
2803
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2804
+ of this software and associated documentation files (the "Software"), to deal
2805
+ in the Software without restriction, including without limitation the rights
2806
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2807
+ copies of the Software, and to permit persons to whom the Software is
2808
+ furnished to do so, subject to the following conditions:
2809
+
2810
+ The above copyright notice and this permission notice shall be included in all
2811
+ copies or substantial portions of the Software.
2812
+
2813
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2814
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2815
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2816
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2817
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2818
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2819
+ SOFTWARE.
2820
+
2821
+ ````
2822
+
2823
+ ---
2824
+
2825
+ ## The following dependencies are licensed under the MIT License:
2826
+
2827
+ ### Rust Crates:
2828
+
2829
+ - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
2830
+ - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
2831
+ - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
2832
+ - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
2833
+ - [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
2834
+ - [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
2835
+
2836
+ ````text
2837
+ Copyright (c) 2019 Tokio Contributors
2851
2838
 
2852
2839
  Permission is hereby granted, free of charge, to any
2853
2840
  person obtaining a copy of this software and associated
@@ -2873,6 +2860,59 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2873
2860
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2874
2861
  DEALINGS IN THE SOFTWARE.
2875
2862
 
2863
+ ````
2864
+
2865
+ ---
2866
+
2867
+ ## The following dependencies are licensed under the MIT License:
2868
+
2869
+ ### Rust Crates:
2870
+
2871
+ - [chrono](https://github.com/chronotope/chrono) (0.4.44)
2872
+ - [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
2873
+ - [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
2874
+ - [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
2875
+ - [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
2876
+ - [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
2877
+ - [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
2878
+ - [windows](https://github.com/microsoft/windows-rs) (0.62.2)
2879
+ - [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
2880
+ - [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
2881
+ - [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
2882
+ - [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
2883
+ - [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
2884
+ - [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
2885
+ - [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
2886
+ - [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
2887
+ - [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
2888
+ - [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
2889
+ - [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
2890
+ - [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
2891
+ - [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
2892
+ - [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
2893
+ - [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
2894
+ - [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
2895
+ - [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
2896
+
2897
+ ````text
2898
+ MIT License
2899
+
2900
+ Copyright (c) <year> <copyright holders>
2901
+
2902
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
2903
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
2904
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2905
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
2906
+ following conditions:
2907
+
2908
+ The above copyright notice and this permission notice shall be included in all copies or substantial
2909
+ portions of the Software.
2910
+
2911
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
2912
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
2913
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2914
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
2915
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
2876
2916
 
2877
2917
  ````
2878
2918
 
@@ -2882,10 +2922,12 @@ DEALINGS IN THE SOFTWARE.
2882
2922
 
2883
2923
  ### Rust Crates:
2884
2924
 
2885
- - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
2925
+ - [tower](https://github.com/tower-rs/tower) (0.5.3)
2926
+ - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
2927
+ - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
2886
2928
 
2887
2929
  ````text
2888
- Copyright (c) 2017 Robert Grosse
2930
+ Copyright (c) 2019 Tower Contributors
2889
2931
 
2890
2932
  Permission is hereby granted, free of charge, to any
2891
2933
  person obtaining a copy of this software and associated
@@ -2910,6 +2952,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2910
2952
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2911
2953
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2912
2954
  DEALINGS IN THE SOFTWARE.
2955
+
2913
2956
  ````
2914
2957
 
2915
2958
  ---
@@ -2918,12 +2961,11 @@ DEALINGS IN THE SOFTWARE.
2918
2961
 
2919
2962
  ### NPM Packages:
2920
2963
 
2921
- - [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
2964
+ - [pngjs](https://github.com/pngjs/pngjs) (7.0.0)
2922
2965
 
2923
2966
  ````text
2924
- The MIT License (MIT)
2925
-
2926
- Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
2967
+ pngjs original work Copyright (c) 2015 Luke Page & Original Contributors
2968
+ pngjs derived work Copyright (c) 2012 Kuba Niegowski
2927
2969
 
2928
2970
  Permission is hereby granted, free of charge, to any person obtaining a copy
2929
2971
  of this software and associated documentation files (the "Software"), to deal
@@ -2951,44 +2993,10 @@ THE SOFTWARE.
2951
2993
 
2952
2994
  ### Rust Crates:
2953
2995
 
2954
- - [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
2955
-
2956
- ````text
2957
- MIT License
2958
-
2959
- Copyright (c) 2018-2021 The RustCrypto Project Developers
2960
-
2961
- Permission is hereby granted, free of charge, to any person obtaining a copy
2962
- of this software and associated documentation files (the "Software"), to deal
2963
- in the Software without restriction, including without limitation the rights
2964
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2965
- copies of the Software, and to permit persons to whom the Software is
2966
- furnished to do so, subject to the following conditions:
2967
-
2968
- The above copyright notice and this permission notice shall be included in all
2969
- copies or substantial portions of the Software.
2970
-
2971
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2972
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2973
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2974
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2975
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2976
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2977
- SOFTWARE.
2978
-
2979
- ````
2980
-
2981
- ---
2982
-
2983
- ## The following dependencies are licensed under the MIT License:
2984
-
2985
- ### Rust Crates:
2986
-
2987
- - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
2996
+ - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
2988
2997
 
2989
2998
  ````text
2990
- Copyright (c) 2018-2023 Sean McArthur
2991
- Copyright (c) 2016 Alex Crichton
2999
+ Copyright (c) 2016-2025 Sean McArthur
2992
3000
 
2993
3001
  Permission is hereby granted, free of charge, to any person obtaining a copy
2994
3002
  of this software and associated documentation files (the "Software"), to deal
@@ -3017,10 +3025,10 @@ THE SOFTWARE.
3017
3025
 
3018
3026
  ### Rust Crates:
3019
3027
 
3020
- - [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
3028
+ - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
3021
3029
 
3022
3030
  ````text
3023
- Copyright (c) 2021 RustCrypto Developers
3031
+ Copyright (c) 2018 The Servo Project Developers
3024
3032
 
3025
3033
  Permission is hereby granted, free of charge, to any
3026
3034
  person obtaining a copy of this software and associated
@@ -3052,37 +3060,34 @@ DEALINGS IN THE SOFTWARE.
3052
3060
 
3053
3061
  ## The following dependencies are licensed under the MIT License:
3054
3062
 
3055
- ### Rust Crates:
3063
+ ### NPM Packages:
3056
3064
 
3057
- - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
3058
- - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
3065
+ - [json5](https://github.com/json5/json5) (2.2.3)
3059
3066
 
3060
3067
  ````text
3061
- Copyright (c) 2014 Alex Crichton
3068
+ MIT License
3062
3069
 
3063
- Permission is hereby granted, free of charge, to any
3064
- person obtaining a copy of this software and associated
3065
- documentation files (the "Software"), to deal in the
3066
- Software without restriction, including without
3067
- limitation the rights to use, copy, modify, merge,
3068
- publish, distribute, sublicense, and/or sell copies of
3069
- the Software, and to permit persons to whom the Software
3070
- is furnished to do so, subject to the following
3071
- conditions:
3070
+ Copyright (c) 2012-2018 Aseem Kishore, and [others].
3072
3071
 
3073
- The above copyright notice and this permission notice
3074
- shall be included in all copies or substantial portions
3075
- of the Software.
3072
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3073
+ of this software and associated documentation files (the "Software"), to deal
3074
+ in the Software without restriction, including without limitation the rights
3075
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3076
+ copies of the Software, and to permit persons to whom the Software is
3077
+ furnished to do so, subject to the following conditions:
3076
3078
 
3077
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3078
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3079
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3080
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3081
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3082
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3083
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3084
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3085
- DEALINGS IN THE SOFTWARE.
3079
+ The above copyright notice and this permission notice shall be included in all
3080
+ copies or substantial portions of the Software.
3081
+
3082
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3083
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3084
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3085
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3086
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3087
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3088
+ SOFTWARE.
3089
+
3090
+ [others]: https://github.com/json5/json5/contributors
3086
3091
 
3087
3092
  ````
3088
3093
 
@@ -3092,10 +3097,10 @@ DEALINGS IN THE SOFTWARE.
3092
3097
 
3093
3098
  ### Rust Crates:
3094
3099
 
3095
- - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
3100
+ - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
3096
3101
 
3097
3102
  ````text
3098
- Copyright (c) 2018 The Servo Project Developers
3103
+ Copyright (c) 2017 Robert Grosse
3099
3104
 
3100
3105
  Permission is hereby granted, free of charge, to any
3101
3106
  person obtaining a copy of this software and associated
@@ -3120,7 +3125,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3120
3125
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3121
3126
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3122
3127
  DEALINGS IN THE SOFTWARE.
3123
-
3124
3128
  ````
3125
3129
 
3126
3130
  ---
@@ -3129,47 +3133,32 @@ DEALINGS IN THE SOFTWARE.
3129
3133
 
3130
3134
  ### Rust Crates:
3131
3135
 
3132
- - [synstructure](https://github.com/mystor/synstructure) (0.13.2)
3133
-
3134
- ````text
3135
- Copyright 2016 Nika Layzell
3136
-
3137
- 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:
3138
-
3139
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3140
-
3141
- 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.
3142
-
3143
- ````
3144
-
3145
- ---
3146
-
3147
- ## The following dependencies are licensed under the MIT License:
3148
-
3149
- ### Rust Crates:
3150
-
3151
- - [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
3152
-
3153
- ````text
3154
- Copyright (c) 2019 Eliza Weisman
3155
-
3156
- Permission is hereby granted, free of charge, to any person obtaining a copy
3157
- of this software and associated documentation files (the "Software"), to deal
3158
- in the Software without restriction, including without limitation the rights
3159
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3160
- copies of the Software, and to permit persons to whom the Software is
3161
- furnished to do so, subject to the following conditions:
3162
-
3163
- The above copyright notice and this permission notice shall be included in
3164
- all copies or substantial portions of the Software.
3165
-
3166
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3167
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3168
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3169
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3170
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3171
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3172
- THE SOFTWARE.
3136
+ - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
3137
+
3138
+ ````text
3139
+ The MIT License (MIT)
3140
+
3141
+ Copyright (c) 2016 Johann Tuffe
3142
+
3143
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3144
+ of this software and associated documentation files (the "Software"), to deal
3145
+ in the Software without restriction, including without limitation the rights
3146
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3147
+ copies of the Software, and to permit persons to whom the Software is
3148
+ furnished to do so, subject to the following conditions:
3149
+
3150
+
3151
+ The above copyright notice and this permission notice shall be included in
3152
+ all copies or substantial portions of the Software.
3153
+
3154
+
3155
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3156
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3157
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3158
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3159
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3160
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3161
+ THE SOFTWARE.
3173
3162
 
3174
3163
  ````
3175
3164
 
@@ -3179,12 +3168,12 @@ THE SOFTWARE.
3179
3168
 
3180
3169
  ### NPM Packages:
3181
3170
 
3182
- - [ajv](https://github.com/ajv-validator/ajv) (8.17.1)
3171
+ - [undici-types](https://github.com/nodejs/undici) (6.21.0)
3183
3172
 
3184
3173
  ````text
3185
- The MIT License (MIT)
3174
+ MIT License
3186
3175
 
3187
- Copyright (c) 2015-2021 Evgeny Poberezkin
3176
+ Copyright (c) Matteo Collina and Undici contributors
3188
3177
 
3189
3178
  Permission is hereby granted, free of charge, to any person obtaining a copy
3190
3179
  of this software and associated documentation files (the "Software"), to deal
@@ -3204,7 +3193,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3204
3193
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3205
3194
  SOFTWARE.
3206
3195
 
3207
-
3208
3196
  ````
3209
3197
 
3210
3198
  ---
@@ -3213,10 +3201,10 @@ SOFTWARE.
3213
3201
 
3214
3202
  ### Rust Crates:
3215
3203
 
3216
- - [want](https://github.com/seanmonstar/want) (0.3.1)
3204
+ - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
3217
3205
 
3218
3206
  ````text
3219
- Copyright (c) 2018-2019 Sean McArthur
3207
+ Copyright (c) 2023-2025 Sean McArthur
3220
3208
 
3221
3209
  Permission is hereby granted, free of charge, to any person obtaining a copy
3222
3210
  of this software and associated documentation files (the "Software"), to deal
@@ -3236,7 +3224,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3236
3224
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3237
3225
  THE SOFTWARE.
3238
3226
 
3239
-
3240
3227
  ````
3241
3228
 
3242
3229
  ---
@@ -3245,12 +3232,11 @@ THE SOFTWARE.
3245
3232
 
3246
3233
  ### Rust Crates:
3247
3234
 
3248
- - [typenum](https://github.com/paholg/typenum) (1.19.0)
3235
+ - [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
3236
+ - [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
3249
3237
 
3250
3238
  ````text
3251
- The MIT License (MIT)
3252
-
3253
- Copyright (c) 2014 Paho Lurie-Gregg
3239
+ MIT License
3254
3240
 
3255
3241
  Permission is hereby granted, free of charge, to any person obtaining a copy
3256
3242
  of this software and associated documentation files (the "Software"), to deal
@@ -3278,32 +3264,34 @@ SOFTWARE.
3278
3264
 
3279
3265
  ### Rust Crates:
3280
3266
 
3281
- - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
3267
+ - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
3282
3268
 
3283
3269
  ````text
3284
- The MIT License (MIT)
3285
-
3286
- Copyright (c) 2015 Danny Guo
3287
- Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
3288
- Copyright (c) 2018 Akash Kurdekar
3270
+ Copyright (c) 2015 Steven Allen
3289
3271
 
3290
- Permission is hereby granted, free of charge, to any person obtaining a copy
3291
- of this software and associated documentation files (the "Software"), to deal
3292
- in the Software without restriction, including without limitation the rights
3293
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3294
- copies of the Software, and to permit persons to whom the Software is
3295
- furnished to do so, subject to the following conditions:
3272
+ Permission is hereby granted, free of charge, to any
3273
+ person obtaining a copy of this software and associated
3274
+ documentation files (the "Software"), to deal in the
3275
+ Software without restriction, including without
3276
+ limitation the rights to use, copy, modify, merge,
3277
+ publish, distribute, sublicense, and/or sell copies of
3278
+ the Software, and to permit persons to whom the Software
3279
+ is furnished to do so, subject to the following
3280
+ conditions:
3296
3281
 
3297
- The above copyright notice and this permission notice shall be included in all
3298
- copies or substantial portions of the Software.
3282
+ The above copyright notice and this permission notice
3283
+ shall be included in all copies or substantial portions
3284
+ of the Software.
3299
3285
 
3300
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3301
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3302
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3303
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3304
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3305
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3306
- SOFTWARE.
3286
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3287
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3288
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3289
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3290
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3291
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3292
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3293
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3294
+ DEALINGS IN THE SOFTWARE.
3307
3295
 
3308
3296
  ````
3309
3297
 
@@ -3313,10 +3301,16 @@ SOFTWARE.
3313
3301
 
3314
3302
  ### Rust Crates:
3315
3303
 
3316
- - [hyper](https://github.com/hyperium/hyper) (1.9.0)
3304
+ - [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
3317
3305
 
3318
3306
  ````text
3319
- Copyright (c) 2014-2026 Sean McArthur
3307
+ MIT License
3308
+
3309
+ Copyright 2013-2014 RAD Game Tools and Valve Software
3310
+ Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
3311
+ Copyright (c) 2017 Frommi
3312
+ Copyright (c) 2017-2024 oyvindln
3313
+
3320
3314
 
3321
3315
  Permission is hereby granted, free of charge, to any person obtaining a copy
3322
3316
  of this software and associated documentation files (the "Software"), to deal
@@ -3325,16 +3319,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3325
3319
  copies of the Software, and to permit persons to whom the Software is
3326
3320
  furnished to do so, subject to the following conditions:
3327
3321
 
3328
- The above copyright notice and this permission notice shall be included in
3329
- all copies or substantial portions of the Software.
3322
+ The above copyright notice and this permission notice shall be included in all
3323
+ copies or substantial portions of the Software.
3330
3324
 
3331
3325
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3332
3326
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3333
3327
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3334
3328
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3335
3329
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3336
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3337
- THE SOFTWARE.
3330
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3331
+ SOFTWARE.
3338
3332
 
3339
3333
  ````
3340
3334
 
@@ -3344,11 +3338,10 @@ THE SOFTWARE.
3344
3338
 
3345
3339
  ### Rust Crates:
3346
3340
 
3347
- - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
3341
+ - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
3348
3342
 
3349
3343
  ````text
3350
- Copyright (c) 2018-2024 The rust-random Project Developers
3351
- Copyright (c) 2014 The Rust Project Developers
3344
+ Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
3352
3345
 
3353
3346
  Permission is hereby granted, free of charge, to any
3354
3347
  person obtaining a copy of this software and associated
@@ -3382,51 +3375,10 @@ DEALINGS IN THE SOFTWARE.
3382
3375
 
3383
3376
  ### Rust Crates:
3384
3377
 
3385
- - [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
3386
-
3387
- ````text
3388
- Copyright (c) 2015 steffengy
3389
-
3390
- 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:
3391
-
3392
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3393
-
3394
- 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.
3395
-
3396
- ````
3397
-
3398
- ---
3399
-
3400
- ## The following dependencies are licensed under the MIT License:
3401
-
3402
- ### Rust Crates:
3403
-
3404
- - [tarpc](https://github.com/google/tarpc) (0.37.0)
3405
- - [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
3406
-
3407
- ````text
3408
- The MIT License (MIT)
3409
-
3410
- Copyright 2016 Google Inc. All Rights Reserved.
3411
-
3412
- 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:
3413
-
3414
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3415
-
3416
- 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.
3417
-
3418
- ````
3419
-
3420
- ---
3421
-
3422
- ## The following dependencies are licensed under the MIT License:
3423
-
3424
- ### Rust Crates:
3425
-
3426
- - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
3378
+ - [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
3427
3379
 
3428
3380
  ````text
3429
- Copyright 2019-2024 YOSHIOKA Takuma
3381
+ Copyright (c) 2015 The Rust Project Developers
3430
3382
 
3431
3383
  Permission is hereby granted, free of charge, to any
3432
3384
  person obtaining a copy of this software and associated
@@ -3460,94 +3412,34 @@ DEALINGS IN THE SOFTWARE.
3460
3412
 
3461
3413
  ### Rust Crates:
3462
3414
 
3463
- - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
3464
-
3465
- ````text
3466
- Copyright (c) 2023-2025 Sean McArthur
3467
-
3468
- Permission is hereby granted, free of charge, to any person obtaining a copy
3469
- of this software and associated documentation files (the "Software"), to deal
3470
- in the Software without restriction, including without limitation the rights
3471
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3472
- copies of the Software, and to permit persons to whom the Software is
3473
- furnished to do so, subject to the following conditions:
3474
-
3475
- The above copyright notice and this permission notice shall be included in
3476
- all copies or substantial portions of the Software.
3477
-
3478
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3479
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3480
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3481
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3482
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3483
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3484
- THE SOFTWARE.
3485
-
3486
- ````
3487
-
3488
- ---
3489
-
3490
- ## The following dependencies are licensed under the MIT License:
3491
-
3492
- ### Rust Crates:
3493
-
3494
- - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
3495
-
3496
- ````text
3497
- The MIT License (MIT)
3498
-
3499
- Copyright (c) 2015-2020 Julien Cretin
3500
- Copyright (c) 2017-2020 Google Inc.
3501
-
3502
- Permission is hereby granted, free of charge, to any person obtaining a copy
3503
- of this software and associated documentation files (the "Software"), to deal
3504
- in the Software without restriction, including without limitation the rights
3505
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3506
- copies of the Software, and to permit persons to whom the Software is
3507
- furnished to do so, subject to the following conditions:
3508
-
3509
- The above copyright notice and this permission notice shall be included in all
3510
- copies or substantial portions of the Software.
3511
-
3512
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3513
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3514
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3515
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3516
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3517
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3518
- SOFTWARE.
3519
-
3520
- ````
3521
-
3522
- ---
3523
-
3524
- ## The following dependencies are licensed under the MIT License:
3525
-
3526
- ### Rust Crates:
3527
-
3528
- - [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
3529
- - [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
3415
+ - [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
3530
3416
 
3531
3417
  ````text
3532
- MIT License
3418
+ Copyright (c) 2016--2017
3533
3419
 
3534
- Permission is hereby granted, free of charge, to any person obtaining a copy
3535
- of this software and associated documentation files (the "Software"), to deal
3536
- in the Software without restriction, including without limitation the rights
3537
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3538
- copies of the Software, and to permit persons to whom the Software is
3539
- furnished to do so, subject to the following conditions:
3420
+ Permission is hereby granted, free of charge, to any
3421
+ person obtaining a copy of this software and associated
3422
+ documentation files (the "Software"), to deal in the
3423
+ Software without restriction, including without
3424
+ limitation the rights to use, copy, modify, merge,
3425
+ publish, distribute, sublicense, and/or sell copies of
3426
+ the Software, and to permit persons to whom the Software
3427
+ is furnished to do so, subject to the following
3428
+ conditions:
3540
3429
 
3541
- The above copyright notice and this permission notice shall be included in all
3542
- copies or substantial portions of the Software.
3430
+ The above copyright notice and this permission notice
3431
+ shall be included in all copies or substantial portions
3432
+ of the Software.
3543
3433
 
3544
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3545
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3546
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3547
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3548
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3549
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3550
- SOFTWARE.
3434
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3435
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3436
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3437
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3438
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3439
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3440
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3441
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3442
+ DEALINGS IN THE SOFTWARE.
3551
3443
 
3552
3444
  ````
3553
3445
 
@@ -3557,10 +3449,10 @@ SOFTWARE.
3557
3449
 
3558
3450
  ### Rust Crates:
3559
3451
 
3560
- - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
3452
+ - [slab](https://github.com/tokio-rs/slab) (0.4.12)
3561
3453
 
3562
3454
  ````text
3563
- Copyright (c) 2019-2021 Tower Contributors
3455
+ Copyright (c) 2019 Carl Lerche
3564
3456
 
3565
3457
  Permission is hereby granted, free of charge, to any
3566
3458
  person obtaining a copy of this software and associated
@@ -3594,10 +3486,14 @@ DEALINGS IN THE SOFTWARE.
3594
3486
 
3595
3487
  ### Rust Crates:
3596
3488
 
3597
- - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
3489
+ - [darling](https://github.com/TedDriggs/darling) (0.23.0)
3490
+ - [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
3491
+ - [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
3598
3492
 
3599
3493
  ````text
3600
- Copyright (c) 2016-2025 Sean McArthur
3494
+ MIT License
3495
+
3496
+ Copyright (c) 2017 Ted Driggs
3601
3497
 
3602
3498
  Permission is hereby granted, free of charge, to any person obtaining a copy
3603
3499
  of this software and associated documentation files (the "Software"), to deal
@@ -3606,16 +3502,49 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3606
3502
  copies of the Software, and to permit persons to whom the Software is
3607
3503
  furnished to do so, subject to the following conditions:
3608
3504
 
3609
- The above copyright notice and this permission notice shall be included in
3610
- all copies or substantial portions of the Software.
3505
+ The above copyright notice and this permission notice shall be included in all
3506
+ copies or substantial portions of the Software.
3611
3507
 
3612
3508
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3613
3509
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3614
3510
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3615
3511
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3616
3512
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3617
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3618
- THE SOFTWARE.
3513
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3514
+ SOFTWARE.
3515
+
3516
+ ````
3517
+
3518
+ ---
3519
+
3520
+ ## The following dependencies are licensed under the MIT License:
3521
+
3522
+ ### NPM Packages:
3523
+
3524
+ - [ajv](https://github.com/ajv-validator/ajv) (8.17.1)
3525
+
3526
+ ````text
3527
+ The MIT License (MIT)
3528
+
3529
+ Copyright (c) 2015-2021 Evgeny Poberezkin
3530
+
3531
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3532
+ of this software and associated documentation files (the "Software"), to deal
3533
+ in the Software without restriction, including without limitation the rights
3534
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3535
+ copies of the Software, and to permit persons to whom the Software is
3536
+ furnished to do so, subject to the following conditions:
3537
+
3538
+ The above copyright notice and this permission notice shall be included in all
3539
+ copies or substantial portions of the Software.
3540
+
3541
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3542
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3543
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3544
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3545
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3546
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3547
+ SOFTWARE.
3619
3548
 
3620
3549
 
3621
3550
  ````
@@ -3626,10 +3555,10 @@ THE SOFTWARE.
3626
3555
 
3627
3556
  ### Rust Crates:
3628
3557
 
3629
- - [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
3558
+ - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
3630
3559
 
3631
3560
  ````text
3632
- Copyright (c) 2016--2017
3561
+ Copyright (c) 2010 The Rust Project Developers
3633
3562
 
3634
3563
  Permission is hereby granted, free of charge, to any
3635
3564
  person obtaining a copy of this software and associated
@@ -3663,10 +3592,10 @@ DEALINGS IN THE SOFTWARE.
3663
3592
 
3664
3593
  ### Rust Crates:
3665
3594
 
3666
- - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
3595
+ - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
3667
3596
 
3668
3597
  ````text
3669
- Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
3598
+ Copyright (c) 2013-2016 The rust-url developers
3670
3599
 
3671
3600
  Permission is hereby granted, free of charge, to any
3672
3601
  person obtaining a copy of this software and associated
@@ -3700,43 +3629,6 @@ DEALINGS IN THE SOFTWARE.
3700
3629
 
3701
3630
  ### Rust Crates:
3702
3631
 
3703
- - [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
3704
-
3705
- ````text
3706
- MIT License
3707
-
3708
- Copyright 2013-2014 RAD Game Tools and Valve Software
3709
- Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
3710
- Copyright (c) 2017 Frommi
3711
- Copyright (c) 2017-2024 oyvindln
3712
-
3713
-
3714
- Permission is hereby granted, free of charge, to any person obtaining a copy
3715
- of this software and associated documentation files (the "Software"), to deal
3716
- in the Software without restriction, including without limitation the rights
3717
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3718
- copies of the Software, and to permit persons to whom the Software is
3719
- furnished to do so, subject to the following conditions:
3720
-
3721
- The above copyright notice and this permission notice shall be included in all
3722
- copies or substantial portions of the Software.
3723
-
3724
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3725
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3726
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3727
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3728
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3729
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3730
- SOFTWARE.
3731
-
3732
- ````
3733
-
3734
- ---
3735
-
3736
- ## The following dependencies are licensed under the MIT License:
3737
-
3738
- ### Rust Crates:
3739
-
3740
3632
  - [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
3741
3633
 
3742
3634
  ````text
@@ -3775,14 +3667,12 @@ DEALINGS IN THE SOFTWARE.
3775
3667
 
3776
3668
  ### Rust Crates:
3777
3669
 
3778
- - [darling](https://github.com/TedDriggs/darling) (0.23.0)
3779
- - [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
3780
- - [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
3670
+ - [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
3781
3671
 
3782
3672
  ````text
3783
3673
  MIT License
3784
3674
 
3785
- Copyright (c) 2017 Ted Driggs
3675
+ Copyright (c) 2017 Nikolai Vazquez
3786
3676
 
3787
3677
  Permission is hereby granted, free of charge, to any person obtaining a copy
3788
3678
  of this software and associated documentation files (the "Software"), to deal
@@ -3810,10 +3700,19 @@ SOFTWARE.
3810
3700
 
3811
3701
  ### Rust Crates:
3812
3702
 
3813
- - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
3703
+ - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
3704
+ - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
3705
+ - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
3706
+ - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
3707
+ - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
3708
+ - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
3709
+ - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
3710
+ - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
3711
+ - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
3814
3712
 
3815
3713
  ````text
3816
- Copyright (c) 2013-2016 The rust-url developers
3714
+ Copyright (c) 2016 Alex Crichton
3715
+ Copyright (c) 2017 The Tokio Authors
3817
3716
 
3818
3717
  Permission is hereby granted, free of charge, to any
3819
3718
  person obtaining a copy of this software and associated
@@ -3847,10 +3746,10 @@ DEALINGS IN THE SOFTWARE.
3847
3746
 
3848
3747
  ### Rust Crates:
3849
3748
 
3850
- - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
3749
+ - [libc](https://github.com/rust-lang/libc) (0.2.185)
3851
3750
 
3852
3751
  ````text
3853
- Copyright (c) 2015 Steven Allen
3752
+ Copyright (c) The Rust Project Developers
3854
3753
 
3855
3754
  Permission is hereby granted, free of charge, to any
3856
3755
  person obtaining a copy of this software and associated
@@ -3884,68 +3783,12 @@ DEALINGS IN THE SOFTWARE.
3884
3783
 
3885
3784
  ### Rust Crates:
3886
3785
 
3887
- - [chrono](https://github.com/chronotope/chrono) (0.4.44)
3888
- - [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
3889
- - [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
3890
- - [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
3891
- - [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
3892
- - [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
3893
- - [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
3894
- - [windows](https://github.com/microsoft/windows-rs) (0.62.2)
3895
- - [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
3896
- - [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
3897
- - [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
3898
- - [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
3899
- - [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
3900
- - [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
3901
- - [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
3902
- - [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
3903
- - [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
3904
- - [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
3905
- - [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
3906
- - [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
3907
- - [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
3908
- - [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
3909
- - [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
3910
- - [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
3911
- - [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
3912
-
3913
- ````text
3914
- MIT License
3915
-
3916
- Copyright (c) <year> <copyright holders>
3917
-
3918
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
3919
- associated documentation files (the "Software"), to deal in the Software without restriction, including
3920
- without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3921
- copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
3922
- following conditions:
3923
-
3924
- The above copyright notice and this permission notice shall be included in all copies or substantial
3925
- portions of the Software.
3926
-
3927
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
3928
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
3929
- EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3930
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
3931
- USE OR OTHER DEALINGS IN THE SOFTWARE.
3932
-
3933
- ````
3934
-
3935
- ---
3936
-
3937
- ## The following dependencies are licensed under the MIT License:
3938
-
3939
- ### Rust Crates:
3940
-
3941
- - [educe](https://github.com/magiclen/educe) (0.5.11)
3942
- - [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
3943
- - [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
3786
+ - [typenum](https://github.com/paholg/typenum) (1.19.0)
3944
3787
 
3945
3788
  ````text
3946
- MIT License
3789
+ The MIT License (MIT)
3947
3790
 
3948
- Copyright (c) 2023 magiclen.org (Ron Li)
3791
+ Copyright (c) 2014 Paho Lurie-Gregg
3949
3792
 
3950
3793
  Permission is hereby granted, free of charge, to any person obtaining a copy
3951
3794
  of this software and associated documentation files (the "Software"), to deal
@@ -3971,29 +3814,32 @@ SOFTWARE.
3971
3814
 
3972
3815
  ## The following dependencies are licensed under the MIT License:
3973
3816
 
3974
- ### Rust Crates:
3817
+ ### NPM Packages:
3975
3818
 
3976
- - [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
3819
+ - [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
3977
3820
 
3978
3821
  ````text
3979
- Copyright 2018 Parity Technologies (UK) Ltd.
3822
+ The MIT License (MIT)
3980
3823
 
3981
- Permission is hereby granted, free of charge, to any person obtaining a copy of
3982
- this software and associated documentation files (the "Software"), to deal in
3983
- the Software without restriction, including without limitation the rights to
3984
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3985
- the Software, and to permit persons to whom the Software is furnished to do so,
3986
- subject to the following conditions:
3824
+ Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
3987
3825
 
3988
- The above copyright notice and this permission notice shall be included in all
3989
- copies or substantial portions of the Software.
3826
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3827
+ of this software and associated documentation files (the "Software"), to deal
3828
+ in the Software without restriction, including without limitation the rights
3829
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3830
+ copies of the Software, and to permit persons to whom the Software is
3831
+ furnished to do so, subject to the following conditions:
3832
+
3833
+ The above copyright notice and this permission notice shall be included in
3834
+ all copies or substantial portions of the Software.
3990
3835
 
3991
3836
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3992
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3993
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
3994
- OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3995
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3996
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3837
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3838
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3839
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3840
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3841
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3842
+ THE SOFTWARE.
3997
3843
 
3998
3844
  ````
3999
3845
 
@@ -4001,29 +3847,33 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4001
3847
 
4002
3848
  ## The following dependencies are licensed under the MIT License:
4003
3849
 
4004
- ### NPM Packages:
3850
+ ### Rust Crates:
4005
3851
 
4006
- - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
3852
+ - [schemars](https://github.com/GREsau/schemars) (1.2.1)
3853
+ - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
4007
3854
 
4008
3855
  ````text
4009
- This software is released under the MIT license:
3856
+ MIT License
4010
3857
 
4011
- Permission is hereby granted, free of charge, to any person obtaining a copy of
4012
- this software and associated documentation files (the "Software"), to deal in
4013
- the Software without restriction, including without limitation the rights to
4014
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
4015
- the Software, and to permit persons to whom the Software is furnished to do so,
4016
- subject to the following conditions:
3858
+ Copyright (c) 2019 Graham Esau
3859
+
3860
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3861
+ of this software and associated documentation files (the "Software"), to deal
3862
+ in the Software without restriction, including without limitation the rights
3863
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3864
+ copies of the Software, and to permit persons to whom the Software is
3865
+ furnished to do so, subject to the following conditions:
4017
3866
 
4018
3867
  The above copyright notice and this permission notice shall be included in all
4019
3868
  copies or substantial portions of the Software.
4020
3869
 
4021
3870
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4022
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
4023
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
4024
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4025
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4026
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3871
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3872
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3873
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3874
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3875
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3876
+ SOFTWARE.
4027
3877
 
4028
3878
  ````
4029
3879
 
@@ -4033,10 +3883,14 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4033
3883
 
4034
3884
  ### Rust Crates:
4035
3885
 
4036
- - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
3886
+ - [educe](https://github.com/magiclen/educe) (0.5.11)
3887
+ - [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
3888
+ - [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
4037
3889
 
4038
3890
  ````text
4039
- Copyright (c) 2016 The rust-native-tls Developers
3891
+ MIT License
3892
+
3893
+ Copyright (c) 2023 magiclen.org (Ron Li)
4040
3894
 
4041
3895
  Permission is hereby granted, free of charge, to any person obtaining a copy
4042
3896
  of this software and associated documentation files (the "Software"), to deal
@@ -4064,11 +3918,10 @@ SOFTWARE.
4064
3918
 
4065
3919
  ### Rust Crates:
4066
3920
 
4067
- - [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
3921
+ - [want](https://github.com/seanmonstar/want) (0.3.1)
4068
3922
 
4069
3923
  ````text
4070
- Copyright (c) 2017 Daniel Abramov
4071
- Copyright (c) 2017 Alexey Galakhov
3924
+ Copyright (c) 2018-2019 Sean McArthur
4072
3925
 
4073
3926
  Permission is hereby granted, free of charge, to any person obtaining a copy
4074
3927
  of this software and associated documentation files (the "Software"), to deal
@@ -4088,6 +3941,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4088
3941
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4089
3942
  THE SOFTWARE.
4090
3943
 
3944
+
4091
3945
  ````
4092
3946
 
4093
3947
  ---
@@ -4096,10 +3950,11 @@ THE SOFTWARE.
4096
3950
 
4097
3951
  ### Rust Crates:
4098
3952
 
4099
- - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
3953
+ - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
3954
+ - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
4100
3955
 
4101
3956
  ````text
4102
- Copyright (c) 2018-2019 The RustCrypto Project Developers
3957
+ Copyright (c) 2014 Alex Crichton
4103
3958
 
4104
3959
  Permission is hereby granted, free of charge, to any
4105
3960
  person obtaining a copy of this software and associated
@@ -4133,12 +3988,31 @@ DEALINGS IN THE SOFTWARE.
4133
3988
 
4134
3989
  ### Rust Crates:
4135
3990
 
4136
- - [zip](https://github.com/zip-rs/zip2) (2.4.2)
3991
+ - [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
4137
3992
 
4138
3993
  ````text
4139
- The MIT License (MIT)
3994
+ Copyright (c) 2015 steffengy
4140
3995
 
4141
- Copyright (c) 2014 Mathijs van de Nes
3996
+ 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:
3997
+
3998
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3999
+
4000
+ 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.
4001
+
4002
+ ````
4003
+
4004
+ ---
4005
+
4006
+ ## The following dependencies are licensed under the MIT License:
4007
+
4008
+ ### Rust Crates:
4009
+
4010
+ - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
4011
+
4012
+ ````text
4013
+ MIT License
4014
+
4015
+ Copyright (c) 2025 Callum Oakley
4142
4016
 
4143
4017
  Permission is hereby granted, free of charge, to any person obtaining a copy
4144
4018
  of this software and associated documentation files (the "Software"), to deal
@@ -4158,8 +4032,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4158
4032
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4159
4033
  SOFTWARE.
4160
4034
 
4161
- Some files in the "tests/data" subdirectory of this repository are under other
4162
- licences; see files named LICENSE.*.txt for details.
4163
4035
  ````
4164
4036
 
4165
4037
  ---
@@ -4168,19 +4040,47 @@ licences; see files named LICENSE.*.txt for details.
4168
4040
 
4169
4041
  ### Rust Crates:
4170
4042
 
4171
- - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
4172
- - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
4173
- - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
4174
- - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
4175
- - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
4176
- - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
4177
- - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
4178
- - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
4179
- - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
4043
+ - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
4180
4044
 
4181
4045
  ````text
4182
- Copyright (c) 2016 Alex Crichton
4183
- Copyright (c) 2017 The Tokio Authors
4046
+ Copyright (c) 2016 The rust-native-tls Developers
4047
+
4048
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4049
+ of this software and associated documentation files (the "Software"), to deal
4050
+ in the Software without restriction, including without limitation the rights
4051
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4052
+ copies of the Software, and to permit persons to whom the Software is
4053
+ furnished to do so, subject to the following conditions:
4054
+
4055
+ The above copyright notice and this permission notice shall be included in all
4056
+ copies or substantial portions of the Software.
4057
+
4058
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4059
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4060
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4061
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4062
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4063
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4064
+ SOFTWARE.
4065
+
4066
+ ````
4067
+
4068
+ ---
4069
+
4070
+ ## The following dependencies are licensed under the MIT License:
4071
+
4072
+ ### Rust Crates:
4073
+
4074
+ - [rand](https://github.com/rust-random/rand) (0.8.5)
4075
+ - [rand](https://github.com/rust-random/rand) (0.9.4)
4076
+ - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
4077
+ - [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
4078
+ - [rand_core](https://github.com/rust-random/rand) (0.6.4)
4079
+ - [rand_core](https://github.com/rust-random/rand) (0.9.5)
4080
+
4081
+ ````text
4082
+ Copyright 2018 Developers of the Rand project
4083
+ Copyright (c) 2014 The Rust Project Developers
4184
4084
 
4185
4085
  Permission is hereby granted, free of charge, to any
4186
4086
  person obtaining a copy of this software and associated
@@ -4214,10 +4114,10 @@ DEALINGS IN THE SOFTWARE.
4214
4114
 
4215
4115
  ### Rust Crates:
4216
4116
 
4217
- - [libc](https://github.com/rust-lang/libc) (0.2.185)
4117
+ - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
4218
4118
 
4219
4119
  ````text
4220
- Copyright (c) The Rust Project Developers
4120
+ Copyright (c) 2020-2025 The RustCrypto Project Developers
4221
4121
 
4222
4122
  Permission is hereby granted, free of charge, to any
4223
4123
  person obtaining a copy of this software and associated
@@ -4243,6 +4143,106 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
4243
4143
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4244
4144
  DEALINGS IN THE SOFTWARE.
4245
4145
 
4146
+ ````
4147
+
4148
+ ---
4149
+
4150
+ ## The following dependencies are licensed under the MIT License:
4151
+
4152
+ ### Rust Crates:
4153
+
4154
+ - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
4155
+
4156
+ ````text
4157
+ MIT License
4158
+
4159
+ Copyright (c) [2021] [Marvin Countryman]
4160
+
4161
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4162
+ of this software and associated documentation files (the "Software"), to deal
4163
+ in the Software without restriction, including without limitation the rights
4164
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4165
+ copies of the Software, and to permit persons to whom the Software is
4166
+ furnished to do so, subject to the following conditions:
4167
+
4168
+ The above copyright notice and this permission notice shall be included in all
4169
+ copies or substantial portions of the Software.
4170
+
4171
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4172
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4173
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4174
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4175
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4176
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4177
+ SOFTWARE.
4178
+
4179
+ ````
4180
+
4181
+ ---
4182
+
4183
+ ## The following dependencies are licensed under the MIT License:
4184
+
4185
+ ### Rust Crates:
4186
+
4187
+ - [zip](https://github.com/zip-rs/zip2) (2.4.2)
4188
+
4189
+ ````text
4190
+ The MIT License (MIT)
4191
+
4192
+ Copyright (c) 2014 Mathijs van de Nes
4193
+
4194
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4195
+ of this software and associated documentation files (the "Software"), to deal
4196
+ in the Software without restriction, including without limitation the rights
4197
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4198
+ copies of the Software, and to permit persons to whom the Software is
4199
+ furnished to do so, subject to the following conditions:
4200
+
4201
+ The above copyright notice and this permission notice shall be included in all
4202
+ copies or substantial portions of the Software.
4203
+
4204
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4205
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4206
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4207
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4208
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4209
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4210
+ SOFTWARE.
4211
+
4212
+ Some files in the "tests/data" subdirectory of this repository are under other
4213
+ licences; see files named LICENSE.*.txt for details.
4214
+ ````
4215
+
4216
+ ---
4217
+
4218
+ ## The following dependencies are licensed under the MIT License:
4219
+
4220
+ ### Rust Crates:
4221
+
4222
+ - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
4223
+
4224
+ ````text
4225
+ Copyright (c) 2015-2025 Sean McArthur
4226
+
4227
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4228
+ of this software and associated documentation files (the "Software"), to deal
4229
+ in the Software without restriction, including without limitation the rights
4230
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4231
+ copies of the Software, and to permit persons to whom the Software is
4232
+ furnished to do so, subject to the following conditions:
4233
+
4234
+ The above copyright notice and this permission notice shall be included in
4235
+ all copies or substantial portions of the Software.
4236
+
4237
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4238
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4239
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4240
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4241
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4242
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4243
+ THE SOFTWARE.
4244
+
4245
+
4246
4246
  ````
4247
4247
 
4248
4248
  ---
@@ -4636,31 +4636,14 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
4636
4636
 
4637
4637
  ### Rust Crates:
4638
4638
 
4639
- - [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
4640
- - [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
4641
- - [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
4642
- - [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
4643
- - [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
4644
- - [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
4645
- - [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
4646
- - [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
4647
- - [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
4648
- - [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
4649
- - [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
4650
- - [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
4651
- - [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
4652
- - [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
4653
- - [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
4654
- - [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
4655
- - [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
4656
- - [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
4639
+ - [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
4657
4640
 
4658
4641
  ````text
4659
4642
  UNICODE LICENSE V3
4660
4643
 
4661
4644
  COPYRIGHT AND PERMISSION NOTICE
4662
4645
 
4663
- Copyright © 2020-2024 Unicode, Inc.
4646
+ Copyright © 1991-2023 Unicode, Inc.
4664
4647
 
4665
4648
  NOTICE TO USER: Carefully read the following legal agreement. BY
4666
4649
  DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
@@ -4696,13 +4679,6 @@ not be used in advertising or otherwise to promote the sale, use or other
4696
4679
  dealings in these Data Files or Software without prior written
4697
4680
  authorization of the copyright holder.
4698
4681
 
4699
- SPDX-License-Identifier: Unicode-3.0
4700
-
4701
-
4702
-
4703
- Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
4704
- ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
4705
-
4706
4682
  ````
4707
4683
 
4708
4684
  ---
@@ -4711,14 +4687,31 @@ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation a
4711
4687
 
4712
4688
  ### Rust Crates:
4713
4689
 
4714
- - [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
4690
+ - [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
4691
+ - [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
4692
+ - [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
4693
+ - [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
4694
+ - [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
4695
+ - [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
4696
+ - [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
4697
+ - [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
4698
+ - [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
4699
+ - [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
4700
+ - [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
4701
+ - [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
4702
+ - [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
4703
+ - [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
4704
+ - [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
4705
+ - [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
4706
+ - [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
4707
+ - [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
4715
4708
 
4716
4709
  ````text
4717
4710
  UNICODE LICENSE V3
4718
4711
 
4719
4712
  COPYRIGHT AND PERMISSION NOTICE
4720
4713
 
4721
- Copyright © 1991-2023 Unicode, Inc.
4714
+ Copyright © 2020-2024 Unicode, Inc.
4722
4715
 
4723
4716
  NOTICE TO USER: Carefully read the following legal agreement. BY
4724
4717
  DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
@@ -4754,5 +4747,12 @@ not be used in advertising or otherwise to promote the sale, use or other
4754
4747
  dealings in these Data Files or Software without prior written
4755
4748
  authorization of the copyright holder.
4756
4749
 
4750
+ SPDX-License-Identifier: Unicode-3.0
4751
+
4752
+
4753
+
4754
+ Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
4755
+ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
4756
+
4757
4757
  ````
4758
4758