@deveco-codegenie/mcp-darwin-arm64 1.1.6 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,13 +7,12 @@
7
7
 
8
8
  ### Licenses Breakdown:
9
9
 
10
- - MIT: 176
10
+ - MIT: 177
11
11
  - Unicode-3.0: 19
12
12
  - Apache-2.0: 7
13
13
  - 0BSD: 3
14
14
  - BSD-3-Clause: 1
15
15
  - MPL-2.0: 1
16
- - UNKNOWN: 1
17
16
 
18
17
 
19
18
  ---
@@ -48,32 +47,6 @@ PERFORMANCE OF THIS SOFTWARE.
48
47
 
49
48
  ### Rust Crates:
50
49
 
51
- - [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
52
-
53
- ````text
54
- BSD Zero Clause License
55
-
56
- Copyright (c) 2025 Goat
57
-
58
- Permission to use, copy, modify, and/or distribute this software for any
59
- purpose with or without fee is hereby granted.
60
-
61
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
62
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
63
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
64
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
65
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
66
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
67
- PERFORMANCE OF THIS SOFTWARE.
68
-
69
- ````
70
-
71
- ---
72
-
73
- ## The following dependencies are licensed under the 0BSD License:
74
-
75
- ### Rust Crates:
76
-
77
50
  - [adler2](https://github.com/oyvindln/adler2) (2.0.1)
78
51
 
79
52
  ````text
@@ -94,88 +67,27 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
94
67
 
95
68
  ---
96
69
 
97
- ## The following dependencies are licensed under the Apache-2.0 License:
70
+ ## The following dependencies are licensed under the 0BSD License:
98
71
 
99
72
  ### Rust Crates:
100
73
 
101
- - [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
102
- - [ryu](https://github.com/dtolnay/ryu) (1.0.23)
103
- - [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
74
+ - [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
104
75
 
105
76
  ````text
106
- Apache License
107
- Version 2.0, January 2004
108
- http://www.apache.org/licenses/
109
-
110
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
111
-
112
- 1. Definitions.
113
-
114
- "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
115
-
116
- "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
117
-
118
- "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
119
-
120
- "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
121
-
122
- "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
123
-
124
- "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
125
-
126
- "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
127
-
128
- "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
129
-
130
- "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
131
-
132
- "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
133
-
134
- 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
135
-
136
- 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
137
-
138
- 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
139
-
140
- (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
141
-
142
- (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
143
-
144
- (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
145
-
146
- (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
147
-
148
- You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
149
-
150
- 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
151
-
152
- 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
153
-
154
- 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
155
-
156
- 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
157
-
158
- 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
159
-
160
- END OF TERMS AND CONDITIONS
161
-
162
- APPENDIX: How to apply the Apache License to your work.
163
-
164
- To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
165
-
166
- Copyright [yyyy] [name of copyright owner]
77
+ BSD Zero Clause License
167
78
 
168
- Licensed under the Apache License, Version 2.0 (the "License");
169
- you may not use this file except in compliance with the License.
170
- You may obtain a copy of the License at
79
+ Copyright (c) 2025 Goat
171
80
 
172
- http://www.apache.org/licenses/LICENSE-2.0
81
+ Permission to use, copy, modify, and/or distribute this software for any
82
+ purpose with or without fee is hereby granted.
173
83
 
174
- Unless required by applicable law or agreed to in writing, software
175
- distributed under the License is distributed on an "AS IS" BASIS,
176
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
177
- See the License for the specific language governing permissions and
178
- limitations under the License.
84
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
85
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
86
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
87
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
88
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
89
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
90
+ PERFORMANCE OF THIS SOFTWARE.
179
91
 
180
92
  ````
181
93
 
@@ -398,6 +310,93 @@ limitations under the License.
398
310
 
399
311
  ### Rust Crates:
400
312
 
313
+ - [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
314
+ - [ryu](https://github.com/dtolnay/ryu) (1.0.23)
315
+ - [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
316
+
317
+ ````text
318
+ Apache License
319
+ Version 2.0, January 2004
320
+ http://www.apache.org/licenses/
321
+
322
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
323
+
324
+ 1. Definitions.
325
+
326
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
327
+
328
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
329
+
330
+ "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.
331
+
332
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
333
+
334
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
335
+
336
+ "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.
337
+
338
+ "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).
339
+
340
+ "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.
341
+
342
+ "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."
343
+
344
+ "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.
345
+
346
+ 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.
347
+
348
+ 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.
349
+
350
+ 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:
351
+
352
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
353
+
354
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
355
+
356
+ (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
357
+
358
+ (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.
359
+
360
+ 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.
361
+
362
+ 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.
363
+
364
+ 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.
365
+
366
+ 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.
367
+
368
+ 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.
369
+
370
+ 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.
371
+
372
+ END OF TERMS AND CONDITIONS
373
+
374
+ APPENDIX: How to apply the Apache License to your work.
375
+
376
+ 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.
377
+
378
+ Copyright [yyyy] [name of copyright owner]
379
+
380
+ Licensed under the Apache License, Version 2.0 (the "License");
381
+ you may not use this file except in compliance with the License.
382
+ You may obtain a copy of the License at
383
+
384
+ http://www.apache.org/licenses/LICENSE-2.0
385
+
386
+ Unless required by applicable law or agreed to in writing, software
387
+ distributed under the License is distributed on an "AS IS" BASIS,
388
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
389
+ See the License for the specific language governing permissions and
390
+ limitations under the License.
391
+
392
+ ````
393
+
394
+ ---
395
+
396
+ ## The following dependencies are licensed under the Apache-2.0 License:
397
+
398
+ ### Rust Crates:
399
+
401
400
  - [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
402
401
  - [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
403
402
  - [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
@@ -654,17 +653,45 @@ The complete list of contributors can be found at:
654
653
 
655
654
  ### Rust Crates:
656
655
 
657
- - [humantime](https://github.com/chronotope/humantime) (2.3.0)
656
+ - [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
657
+ - [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
658
658
 
659
659
  ````text
660
- Copyright (c) 2016 The humantime Developers
660
+ The MIT License (MIT)
661
661
 
662
- Includes parts of http date with the following copyright:
663
- Copyright (c) 2016 Pyfisch
662
+ Copyright (c) 2015 Steven Fackler
664
663
 
665
- Includes portions of musl libc with the following copyright:
666
- Copyright © 2005-2013 Rich Felker
664
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
665
+ this software and associated documentation files (the "Software"), to deal in
666
+ the Software without restriction, including without limitation the rights to
667
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
668
+ the Software, and to permit persons to whom the Software is furnished to do so,
669
+ subject to the following conditions:
670
+
671
+ The above copyright notice and this permission notice shall be included in all
672
+ copies or substantial portions of the Software.
673
+
674
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
675
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
676
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
677
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
678
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
679
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
680
+
681
+ ````
682
+
683
+ ---
684
+
685
+ ## The following dependencies are licensed under the MIT License:
667
686
 
687
+ ### Rust Crates:
688
+
689
+ - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
690
+
691
+ ````text
692
+ MIT License
693
+
694
+ Copyright (c) [2021] [Marvin Countryman]
668
695
 
669
696
  Permission is hereby granted, free of charge, to any person obtaining a copy
670
697
  of this software and associated documentation files (the "Software"), to deal
@@ -692,69 +719,30 @@ SOFTWARE.
692
719
 
693
720
  ### Rust Crates:
694
721
 
695
- - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
722
+ - [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
696
723
 
697
724
  ````text
698
- The MIT License (MIT)
699
-
700
- Copyright (c) 2016 Johann Tuffe
701
-
702
- Permission is hereby granted, free of charge, to any person obtaining a copy
703
- of this software and associated documentation files (the "Software"), to deal
704
- in the Software without restriction, including without limitation the rights
705
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
706
- copies of the Software, and to permit persons to whom the Software is
707
- furnished to do so, subject to the following conditions:
708
-
709
-
710
- The above copyright notice and this permission notice shall be included in
711
- all copies or substantial portions of the Software.
712
-
713
-
714
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
715
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
716
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
717
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
718
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
719
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
720
- THE SOFTWARE.
721
-
722
- ````
723
-
724
- ---
725
-
726
- ## The following dependencies are licensed under the MIT License:
727
-
728
- ### Rust Crates:
729
-
730
- - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
725
+ MIT License
731
726
 
732
- ````text
733
- Copyright (c) 2015 Steven Allen
727
+ Copyright (c) 2018-2021 The RustCrypto Project Developers
734
728
 
735
- Permission is hereby granted, free of charge, to any
736
- person obtaining a copy of this software and associated
737
- documentation files (the "Software"), to deal in the
738
- Software without restriction, including without
739
- limitation the rights to use, copy, modify, merge,
740
- publish, distribute, sublicense, and/or sell copies of
741
- the Software, and to permit persons to whom the Software
742
- is furnished to do so, subject to the following
743
- conditions:
729
+ Permission is hereby granted, free of charge, to any person obtaining a copy
730
+ of this software and associated documentation files (the "Software"), to deal
731
+ in the Software without restriction, including without limitation the rights
732
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
733
+ copies of the Software, and to permit persons to whom the Software is
734
+ furnished to do so, subject to the following conditions:
744
735
 
745
- The above copyright notice and this permission notice
746
- shall be included in all copies or substantial portions
747
- of the Software.
736
+ The above copyright notice and this permission notice shall be included in all
737
+ copies or substantial portions of the Software.
748
738
 
749
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
750
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
751
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
752
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
753
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
754
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
755
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
756
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
757
- DEALINGS IN THE SOFTWARE.
739
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
740
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
741
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
742
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
743
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
744
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
745
+ SOFTWARE.
758
746
 
759
747
  ````
760
748
 
@@ -764,13 +752,38 @@ DEALINGS IN THE SOFTWARE.
764
752
 
765
753
  ### Rust Crates:
766
754
 
767
- - [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
755
+ - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
756
+ - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
757
+ - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
758
+ - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
759
+ - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
760
+ - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
761
+ - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
762
+ - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
763
+ - [pastey](https://github.com/as1100k/pastey) (0.2.1)
764
+ - [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
765
+ - [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
766
+ - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
767
+ - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
768
+ - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
769
+ - [quote](https://github.com/dtolnay/quote) (1.0.45)
770
+ - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
771
+ - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
772
+ - [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
773
+ - [serde](https://github.com/serde-rs/serde) (1.0.228)
774
+ - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
775
+ - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
776
+ - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
777
+ - [serde_json](https://github.com/serde-rs/json) (1.0.149)
778
+ - [syn](https://github.com/dtolnay/syn) (2.0.117)
779
+ - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
780
+ - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
781
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
782
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
783
+ - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
784
+ - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
768
785
 
769
786
  ````text
770
- Copyright (c) 2017 Carl Lerche
771
- Copyright (c) 2018 Bastian Köcher
772
- Copyright (c) 2019-2020 Artem Vorotnikov
773
-
774
787
  Permission is hereby granted, free of charge, to any
775
788
  person obtaining a copy of this software and associated
776
789
  documentation files (the "Software"), to deal in the
@@ -803,76 +816,10 @@ DEALINGS IN THE SOFTWARE.
803
816
 
804
817
  ### Rust Crates:
805
818
 
806
- - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
807
-
808
- ````text
809
- The MIT License (MIT)
810
-
811
- Copyright (c) 2015-2020 Julien Cretin
812
- Copyright (c) 2017-2020 Google Inc.
813
-
814
- Permission is hereby granted, free of charge, to any person obtaining a copy
815
- of this software and associated documentation files (the "Software"), to deal
816
- in the Software without restriction, including without limitation the rights
817
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
818
- copies of the Software, and to permit persons to whom the Software is
819
- furnished to do so, subject to the following conditions:
820
-
821
- The above copyright notice and this permission notice shall be included in all
822
- copies or substantial portions of the Software.
823
-
824
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
825
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
826
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
827
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
828
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
829
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
830
- SOFTWARE.
831
-
832
- ````
833
-
834
- ---
835
-
836
- ## The following dependencies are licensed under the MIT License:
837
-
838
- ### Rust Crates:
839
-
840
- - [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
841
-
842
- ````text
843
- The MIT License (MIT)
844
-
845
- Copyright (c) 2015 Bartłomiej Kamiński
846
-
847
- Permission is hereby granted, free of charge, to any person obtaining a copy
848
- of this software and associated documentation files (the "Software"), to deal
849
- in the Software without restriction, including without limitation the rights
850
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
851
- copies of the Software, and to permit persons to whom the Software is
852
- furnished to do so, subject to the following conditions:
853
-
854
- The above copyright notice and this permission notice shall be included in all
855
- copies or substantial portions of the Software.
856
-
857
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
858
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
859
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
860
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
861
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
862
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
863
- SOFTWARE.
864
- ````
865
-
866
- ---
867
-
868
- ## The following dependencies are licensed under the MIT License:
869
-
870
- ### Rust Crates:
871
-
872
- - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
819
+ - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
873
820
 
874
821
  ````text
875
- Copyright 2019-2024 YOSHIOKA Takuma
822
+ Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
876
823
 
877
824
  Permission is hereby granted, free of charge, to any
878
825
  person obtaining a copy of this software and associated
@@ -906,10 +853,10 @@ DEALINGS IN THE SOFTWARE.
906
853
 
907
854
  ### Rust Crates:
908
855
 
909
- - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
856
+ - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
910
857
 
911
858
  ````text
912
- Copyright (c) 2018 The Servo Project Developers
859
+ Copyright (c) 2014-2026 Alex Crichton
913
860
 
914
861
  Permission is hereby granted, free of charge, to any
915
862
  person obtaining a copy of this software and associated
@@ -941,12 +888,14 @@ DEALINGS IN THE SOFTWARE.
941
888
 
942
889
  ## The following dependencies are licensed under the MIT License:
943
890
 
944
- ### Rust Crates:
891
+ ### NPM Packages:
945
892
 
946
- - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
893
+ - [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
947
894
 
948
895
  ````text
949
- Copyright (c) 2016 The rust-native-tls Developers
896
+ The MIT License (MIT)
897
+
898
+ Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
950
899
 
951
900
  Permission is hereby granted, free of charge, to any person obtaining a copy
952
901
  of this software and associated documentation files (the "Software"), to deal
@@ -955,16 +904,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
955
904
  copies of the Software, and to permit persons to whom the Software is
956
905
  furnished to do so, subject to the following conditions:
957
906
 
958
- The above copyright notice and this permission notice shall be included in all
959
- copies or substantial portions of the Software.
907
+ The above copyright notice and this permission notice shall be included in
908
+ all copies or substantial portions of the Software.
960
909
 
961
910
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
962
911
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
963
912
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
964
913
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
965
914
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
966
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
967
- SOFTWARE.
915
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
916
+ THE SOFTWARE.
968
917
 
969
918
  ````
970
919
 
@@ -974,12 +923,11 @@ SOFTWARE.
974
923
 
975
924
  ### Rust Crates:
976
925
 
977
- - [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
926
+ - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
978
927
 
979
928
  ````text
980
- MIT License
981
-
982
- Copyright (c) 2017 Nikolai Vazquez
929
+ Copyright (c) 2017 Alexey Galakhov
930
+ Copyright (c) 2016 Jason Housley
983
931
 
984
932
  Permission is hereby granted, free of charge, to any person obtaining a copy
985
933
  of this software and associated documentation files (the "Software"), to deal
@@ -988,16 +936,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
988
936
  copies of the Software, and to permit persons to whom the Software is
989
937
  furnished to do so, subject to the following conditions:
990
938
 
991
- The above copyright notice and this permission notice shall be included in all
992
- copies or substantial portions of the Software.
939
+ The above copyright notice and this permission notice shall be included in
940
+ all copies or substantial portions of the Software.
993
941
 
994
942
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
995
943
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
996
944
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
997
945
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
998
946
  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 THE
1000
- SOFTWARE.
947
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
948
+ THE SOFTWARE.
1001
949
 
1002
950
  ````
1003
951
 
@@ -1007,32 +955,35 @@ SOFTWARE.
1007
955
 
1008
956
  ### Rust Crates:
1009
957
 
1010
- - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
1011
- - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
1012
- - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
958
+ - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
959
+ - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
1013
960
 
1014
961
  ````text
1015
- MIT License
1016
-
1017
- Copyright (c) Tokio Contributors
962
+ Copyright (c) 2014 Alex Crichton
1018
963
 
1019
- Permission is hereby granted, free of charge, to any person obtaining a copy
1020
- of this software and associated documentation files (the "Software"), to deal
1021
- in the Software without restriction, including without limitation the rights
1022
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1023
- copies of the Software, and to permit persons to whom the Software is
1024
- furnished to do so, subject to the following conditions:
964
+ Permission is hereby granted, free of charge, to any
965
+ person obtaining a copy of this software and associated
966
+ documentation files (the "Software"), to deal in the
967
+ Software without restriction, including without
968
+ limitation the rights to use, copy, modify, merge,
969
+ publish, distribute, sublicense, and/or sell copies of
970
+ the Software, and to permit persons to whom the Software
971
+ is furnished to do so, subject to the following
972
+ conditions:
1025
973
 
1026
- The above copyright notice and this permission notice shall be included in all
1027
- copies or substantial portions of the Software.
974
+ The above copyright notice and this permission notice
975
+ shall be included in all copies or substantial portions
976
+ of the Software.
1028
977
 
1029
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1030
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1031
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1032
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1033
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1034
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1035
- SOFTWARE.
978
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
979
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
980
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
981
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
982
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
983
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
984
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
985
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
986
+ DEALINGS IN THE SOFTWARE.
1036
987
 
1037
988
  ````
1038
989
 
@@ -1042,12 +993,10 @@ SOFTWARE.
1042
993
 
1043
994
  ### Rust Crates:
1044
995
 
1045
- - [tower](https://github.com/tower-rs/tower) (0.5.3)
1046
- - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
1047
- - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
996
+ - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
1048
997
 
1049
998
  ````text
1050
- Copyright (c) 2019 Tower Contributors
999
+ Copyright (c) 2016--2023
1051
1000
 
1052
1001
  Permission is hereby granted, free of charge, to any
1053
1002
  person obtaining a copy of this software and associated
@@ -1081,10 +1030,10 @@ DEALINGS IN THE SOFTWARE.
1081
1030
 
1082
1031
  ### Rust Crates:
1083
1032
 
1084
- - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
1033
+ - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
1085
1034
 
1086
1035
  ````text
1087
- Copyright Mozilla Foundation
1036
+ Copyright (c) 2020-2025 The RustCrypto Project Developers
1088
1037
 
1089
1038
  Permission is hereby granted, free of charge, to any
1090
1039
  person obtaining a copy of this software and associated
@@ -1116,29 +1065,33 @@ DEALINGS IN THE SOFTWARE.
1116
1065
 
1117
1066
  ## The following dependencies are licensed under the MIT License:
1118
1067
 
1119
- ### NPM Packages:
1068
+ ### Rust Crates:
1120
1069
 
1121
- - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
1070
+ - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
1122
1071
 
1123
1072
  ````text
1124
- This software is released under the MIT license:
1073
+ The MIT License (MIT)
1125
1074
 
1126
- Permission is hereby granted, free of charge, to any person obtaining a copy of
1127
- this software and associated documentation files (the "Software"), to deal in
1128
- the Software without restriction, including without limitation the rights to
1129
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1130
- the Software, and to permit persons to whom the Software is furnished to do so,
1131
- subject to the following conditions:
1075
+ Copyright (c) 2015-2020 Julien Cretin
1076
+ Copyright (c) 2017-2020 Google Inc.
1077
+
1078
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1079
+ of this software and associated documentation files (the "Software"), to deal
1080
+ in the Software without restriction, including without limitation the rights
1081
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1082
+ copies of the Software, and to permit persons to whom the Software is
1083
+ furnished to do so, subject to the following conditions:
1132
1084
 
1133
1085
  The above copyright notice and this permission notice shall be included in all
1134
1086
  copies or substantial portions of the Software.
1135
1087
 
1136
1088
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1137
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1138
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1139
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1140
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1141
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1089
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1090
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1091
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1092
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1093
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1094
+ SOFTWARE.
1142
1095
 
1143
1096
  ````
1144
1097
 
@@ -1148,15 +1101,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1148
1101
 
1149
1102
  ### Rust Crates:
1150
1103
 
1151
- - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
1152
- - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
1153
- - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
1154
- - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
1155
- - [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
1156
- - [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
1104
+ - [digest](https://github.com/RustCrypto/traits) (0.10.7)
1157
1105
 
1158
1106
  ````text
1159
- Copyright (c) 2019 Tokio Contributors
1107
+ Copyright (c) 2017 Artyom Pavlov
1160
1108
 
1161
1109
  Permission is hereby granted, free of charge, to any
1162
1110
  person obtaining a copy of this software and associated
@@ -1190,10 +1138,11 @@ DEALINGS IN THE SOFTWARE.
1190
1138
 
1191
1139
  ### Rust Crates:
1192
1140
 
1193
- - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
1141
+ - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
1194
1142
 
1195
1143
  ````text
1196
- Copyright (c) 2018 Carl Lerche
1144
+ Copyright (c) 2018-2024 The rust-random Project Developers
1145
+ Copyright (c) 2014 The Rust Project Developers
1197
1146
 
1198
1147
  Permission is hereby granted, free of charge, to any
1199
1148
  person obtaining a copy of this software and associated
@@ -1227,10 +1176,10 @@ DEALINGS IN THE SOFTWARE.
1227
1176
 
1228
1177
  ### Rust Crates:
1229
1178
 
1230
- - [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
1179
+ - [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
1231
1180
 
1232
1181
  ````text
1233
- Copyright (c) 2021 RustCrypto Developers
1182
+ Copyright (c) The rust-url developers
1234
1183
 
1235
1184
  Permission is hereby granted, free of charge, to any
1236
1185
  person obtaining a copy of this software and associated
@@ -1264,11 +1213,65 @@ DEALINGS IN THE SOFTWARE.
1264
1213
 
1265
1214
  ### Rust Crates:
1266
1215
 
1267
- - [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
1216
+ - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
1268
1217
 
1269
1218
  ````text
1270
- Copyright (c) 2018-2025 The rust-random Project Developers
1271
- Copyright (c) 2014 The Rust Project Developers
1219
+ Copyright 2017 Juniper Networks, Inc.
1220
+
1221
+ 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:
1222
+
1223
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1224
+
1225
+ 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.
1226
+
1227
+ ````
1228
+
1229
+ ---
1230
+
1231
+ ## The following dependencies are licensed under the MIT License:
1232
+
1233
+ ### Rust Crates:
1234
+
1235
+ - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
1236
+
1237
+ ````text
1238
+ MIT License
1239
+
1240
+ Copyright (c) 2025 Callum Oakley
1241
+
1242
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1243
+ of this software and associated documentation files (the "Software"), to deal
1244
+ in the Software without restriction, including without limitation the rights
1245
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1246
+ copies of the Software, and to permit persons to whom the Software is
1247
+ furnished to do so, subject to the following conditions:
1248
+
1249
+ The above copyright notice and this permission notice shall be included in all
1250
+ copies or substantial portions of the Software.
1251
+
1252
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1253
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1254
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1255
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1256
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1257
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1258
+ SOFTWARE.
1259
+
1260
+ ````
1261
+
1262
+ ---
1263
+
1264
+ ## The following dependencies are licensed under the MIT License:
1265
+
1266
+ ### Rust Crates:
1267
+
1268
+ - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
1269
+ - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
1270
+ - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
1271
+ - [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
1272
+
1273
+ ````text
1274
+ Copyright (c) 2016 The Rust Project Developers
1272
1275
 
1273
1276
  Permission is hereby granted, free of charge, to any
1274
1277
  person obtaining a copy of this software and associated
@@ -1302,10 +1305,10 @@ DEALINGS IN THE SOFTWARE.
1302
1305
 
1303
1306
  ### Rust Crates:
1304
1307
 
1305
- - [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
1308
+ - [libc](https://github.com/rust-lang/libc) (0.2.185)
1306
1309
 
1307
1310
  ````text
1308
- Copyright (c) 2016 Amanieu d'Antras
1311
+ Copyright (c) The Rust Project Developers
1309
1312
 
1310
1313
  Permission is hereby granted, free of charge, to any
1311
1314
  person obtaining a copy of this software and associated
@@ -1339,12 +1342,10 @@ DEALINGS IN THE SOFTWARE.
1339
1342
 
1340
1343
  ### Rust Crates:
1341
1344
 
1342
- - [idna](https://github.com/servo/rust-url/) (1.1.0)
1343
- - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
1344
- - [url](https://github.com/servo/rust-url) (2.5.8)
1345
+ - [slab](https://github.com/tokio-rs/slab) (0.4.12)
1345
1346
 
1346
1347
  ````text
1347
- Copyright (c) 2013-2025 The rust-url developers
1348
+ Copyright (c) 2019 Carl Lerche
1348
1349
 
1349
1350
  Permission is hereby granted, free of charge, to any
1350
1351
  person obtaining a copy of this software and associated
@@ -1378,75 +1379,10 @@ DEALINGS IN THE SOFTWARE.
1378
1379
 
1379
1380
  ### Rust Crates:
1380
1381
 
1381
- - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
1382
- - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
1383
-
1384
- ````text
1385
- Copyright (c) 2018-2019 dirs-rs contributors
1386
-
1387
- Permission is hereby granted, free of charge, to any person obtaining a copy
1388
- of this software and associated documentation files (the "Software"), to deal
1389
- in the Software without restriction, including without limitation the rights
1390
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1391
- copies of the Software, and to permit persons to whom the Software is
1392
- furnished to do so, subject to the following conditions:
1393
-
1394
- The above copyright notice and this permission notice shall be included in all
1395
- copies or substantial portions of the Software.
1396
-
1397
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1398
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1399
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1400
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1401
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1402
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1403
- SOFTWARE.
1404
-
1405
- ````
1406
-
1407
- ---
1408
-
1409
- ## The following dependencies are licensed under the MIT License:
1410
-
1411
- ### Rust Crates:
1412
-
1413
- - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
1414
-
1415
- ````text
1416
- MIT License
1417
-
1418
- Copyright (c) 2025 Callum Oakley
1419
-
1420
- Permission is hereby granted, free of charge, to any person obtaining a copy
1421
- of this software and associated documentation files (the "Software"), to deal
1422
- in the Software without restriction, including without limitation the rights
1423
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1424
- copies of the Software, and to permit persons to whom the Software is
1425
- furnished to do so, subject to the following conditions:
1426
-
1427
- The above copyright notice and this permission notice shall be included in all
1428
- copies or substantial portions of the Software.
1429
-
1430
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1431
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1432
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1433
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1434
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1435
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1436
- SOFTWARE.
1437
-
1438
- ````
1439
-
1440
- ---
1441
-
1442
- ## The following dependencies are licensed under the MIT License:
1443
-
1444
- ### Rust Crates:
1445
-
1446
- - [libc](https://github.com/rust-lang/libc) (0.2.185)
1382
+ - [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
1447
1383
 
1448
1384
  ````text
1449
- Copyright (c) The Rust Project Developers
1385
+ Copyright (c) 2017 tokio-jsonrpc developers
1450
1386
 
1451
1387
  Permission is hereby granted, free of charge, to any
1452
1388
  person obtaining a copy of this software and associated
@@ -1480,10 +1416,10 @@ DEALINGS IN THE SOFTWARE.
1480
1416
 
1481
1417
  ### Rust Crates:
1482
1418
 
1483
- - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
1419
+ - [fnv](https://github.com/servo/rust-fnv) (1.0.7)
1484
1420
 
1485
1421
  ````text
1486
- Copyright (c) 2016 Anthony Ramine
1422
+ Copyright (c) 2017 Contributors
1487
1423
 
1488
1424
  Permission is hereby granted, free of charge, to any
1489
1425
  person obtaining a copy of this software and associated
@@ -1515,48 +1451,12 @@ DEALINGS IN THE SOFTWARE.
1515
1451
 
1516
1452
  ## The following dependencies are licensed under the MIT License:
1517
1453
 
1518
- ### NPM Packages:
1519
-
1520
- - [json5](https://github.com/json5/json5) (2.2.3)
1521
-
1522
- ````text
1523
- MIT License
1524
-
1525
- Copyright (c) 2012-2018 Aseem Kishore, and [others].
1526
-
1527
- Permission is hereby granted, free of charge, to any person obtaining a copy
1528
- of this software and associated documentation files (the "Software"), to deal
1529
- in the Software without restriction, including without limitation the rights
1530
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1531
- copies of the Software, and to permit persons to whom the Software is
1532
- furnished to do so, subject to the following conditions:
1533
-
1534
- The above copyright notice and this permission notice shall be included in all
1535
- copies or substantial portions of the Software.
1536
-
1537
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1538
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1539
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1540
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1541
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1542
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1543
- SOFTWARE.
1544
-
1545
- [others]: https://github.com/json5/json5/contributors
1546
-
1547
- ````
1548
-
1549
- ---
1550
-
1551
- ## The following dependencies are licensed under the MIT License:
1552
-
1553
1454
  ### Rust Crates:
1554
1455
 
1555
- - [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
1456
+ - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
1556
1457
 
1557
1458
  ````text
1558
- Copyright (c) 2018-2026 The rust-random Project Developers
1559
- Copyright (c) 2014 The Rust Project Developers
1459
+ Copyright (c) 2016 Anthony Ramine
1560
1460
 
1561
1461
  Permission is hereby granted, free of charge, to any
1562
1462
  person obtaining a copy of this software and associated
@@ -1588,14 +1488,13 @@ DEALINGS IN THE SOFTWARE.
1588
1488
 
1589
1489
  ## The following dependencies are licensed under the MIT License:
1590
1490
 
1591
- ### NPM Packages:
1491
+ ### Rust Crates:
1592
1492
 
1593
- - [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
1493
+ - [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
1594
1494
 
1595
1495
  ````text
1596
- The MIT License (MIT)
1597
-
1598
- Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
1496
+ Copyright (c) 2017 Daniel Abramov
1497
+ Copyright (c) 2017 Alexey Galakhov
1599
1498
 
1600
1499
  Permission is hereby granted, free of charge, to any person obtaining a copy
1601
1500
  of this software and associated documentation files (the "Software"), to deal
@@ -1621,15 +1520,14 @@ THE SOFTWARE.
1621
1520
 
1622
1521
  ## The following dependencies are licensed under the MIT License:
1623
1522
 
1624
- ### Rust Crates:
1523
+ ### NPM Packages:
1625
1524
 
1626
- - [schemars](https://github.com/GREsau/schemars) (1.2.1)
1627
- - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
1525
+ - [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.9) (0.0.9)
1628
1526
 
1629
1527
  ````text
1630
1528
  MIT License
1631
1529
 
1632
- Copyright (c) 2019 Graham Esau
1530
+ Copyright (c) 2026 Huawei Device Co., Ltd.
1633
1531
 
1634
1532
  Permission is hereby granted, free of charge, to any person obtaining a copy
1635
1533
  of this software and associated documentation files (the "Software"), to deal
@@ -1655,225 +1553,17 @@ SOFTWARE.
1655
1553
 
1656
1554
  ## The following dependencies are licensed under the MIT License:
1657
1555
 
1658
- ### NPM Packages:
1556
+ ### Rust Crates:
1659
1557
 
1660
- - [undici-types](https://github.com/nodejs/undici) (6.21.0)
1558
+ - [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
1559
+ - [log](https://github.com/rust-lang/log) (0.4.29)
1560
+ - [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
1561
+ - [regex](https://github.com/rust-lang/regex) (1.12.3)
1562
+ - [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
1563
+ - [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
1661
1564
 
1662
1565
  ````text
1663
- MIT License
1664
-
1665
- Copyright (c) Matteo Collina and Undici contributors
1666
-
1667
- Permission is hereby granted, free of charge, to any person obtaining a copy
1668
- of this software and associated documentation files (the "Software"), to deal
1669
- in the Software without restriction, including without limitation the rights
1670
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1671
- copies of the Software, and to permit persons to whom the Software is
1672
- furnished to do so, subject to the following conditions:
1673
-
1674
- The above copyright notice and this permission notice shall be included in all
1675
- copies or substantial portions of the Software.
1676
-
1677
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1678
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1679
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1680
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1681
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1682
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1683
- SOFTWARE.
1684
-
1685
- ````
1686
-
1687
- ---
1688
-
1689
- ## The following dependencies are licensed under the MIT License:
1690
-
1691
- ### Rust Crates:
1692
-
1693
- - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
1694
-
1695
- ````text
1696
- Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
1697
-
1698
- Permission is hereby granted, free of charge, to any
1699
- person obtaining a copy of this software and associated
1700
- documentation files (the "Software"), to deal in the
1701
- Software without restriction, including without
1702
- limitation the rights to use, copy, modify, merge,
1703
- publish, distribute, sublicense, and/or sell copies of
1704
- the Software, and to permit persons to whom the Software
1705
- is furnished to do so, subject to the following
1706
- conditions:
1707
-
1708
- The above copyright notice and this permission notice
1709
- shall be included in all copies or substantial portions
1710
- of the Software.
1711
-
1712
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1713
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1714
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1715
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1716
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1717
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1718
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1719
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1720
- DEALINGS IN THE SOFTWARE.
1721
-
1722
- ````
1723
-
1724
- ---
1725
-
1726
- ## The following dependencies are licensed under the MIT License:
1727
-
1728
- ### Rust Crates:
1729
-
1730
- - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
1731
-
1732
- ````text
1733
- Copyright (c) 2016--2023
1734
-
1735
- Permission is hereby granted, free of charge, to any
1736
- person obtaining a copy of this software and associated
1737
- documentation files (the "Software"), to deal in the
1738
- Software without restriction, including without
1739
- limitation the rights to use, copy, modify, merge,
1740
- publish, distribute, sublicense, and/or sell copies of
1741
- the Software, and to permit persons to whom the Software
1742
- is furnished to do so, subject to the following
1743
- conditions:
1744
-
1745
- The above copyright notice and this permission notice
1746
- shall be included in all copies or substantial portions
1747
- of the Software.
1748
-
1749
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1750
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1751
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1752
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1753
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1754
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1755
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1756
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1757
- DEALINGS IN THE SOFTWARE.
1758
-
1759
- ````
1760
-
1761
- ---
1762
-
1763
- ## The following dependencies are licensed under the MIT License:
1764
-
1765
- ### Rust Crates:
1766
-
1767
- - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
1768
- - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
1769
- - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
1770
- - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
1771
- - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
1772
- - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
1773
- - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
1774
- - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
1775
- - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
1776
-
1777
- ````text
1778
- Copyright (c) 2016 Alex Crichton
1779
- Copyright (c) 2017 The Tokio Authors
1780
-
1781
- Permission is hereby granted, free of charge, to any
1782
- person obtaining a copy of this software and associated
1783
- documentation files (the "Software"), to deal in the
1784
- Software without restriction, including without
1785
- limitation the rights to use, copy, modify, merge,
1786
- publish, distribute, sublicense, and/or sell copies of
1787
- the Software, and to permit persons to whom the Software
1788
- is furnished to do so, subject to the following
1789
- conditions:
1790
-
1791
- The above copyright notice and this permission notice
1792
- shall be included in all copies or substantial portions
1793
- of the Software.
1794
-
1795
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1796
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1797
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1798
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1799
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1800
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1801
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1802
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1803
- DEALINGS IN THE SOFTWARE.
1804
-
1805
- ````
1806
-
1807
- ---
1808
-
1809
- ## The following dependencies are licensed under the MIT License:
1810
-
1811
- ### Rust Crates:
1812
-
1813
- - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
1814
-
1815
- ````text
1816
- Copyright 2017 Juniper Networks, Inc.
1817
-
1818
- 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:
1819
-
1820
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1821
-
1822
- 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.
1823
-
1824
- ````
1825
-
1826
- ---
1827
-
1828
- ## The following dependencies are licensed under the MIT License:
1829
-
1830
- ### Rust Crates:
1831
-
1832
- - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
1833
-
1834
- ````text
1835
- Copyright (c) 2018-2024 The rust-random Project Developers
1836
- Copyright (c) 2014 The Rust Project Developers
1837
-
1838
- Permission is hereby granted, free of charge, to any
1839
- person obtaining a copy of this software and associated
1840
- documentation files (the "Software"), to deal in the
1841
- Software without restriction, including without
1842
- limitation the rights to use, copy, modify, merge,
1843
- publish, distribute, sublicense, and/or sell copies of
1844
- the Software, and to permit persons to whom the Software
1845
- is furnished to do so, subject to the following
1846
- conditions:
1847
-
1848
- The above copyright notice and this permission notice
1849
- shall be included in all copies or substantial portions
1850
- of the Software.
1851
-
1852
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1853
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1854
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1855
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1856
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1857
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1858
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1859
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1860
- DEALINGS IN THE SOFTWARE.
1861
-
1862
- ````
1863
-
1864
- ---
1865
-
1866
- ## The following dependencies are licensed under the MIT License:
1867
-
1868
- ### Rust Crates:
1869
-
1870
- - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
1871
- - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
1872
-
1873
- ````text
1874
- Copyright (c) 2006-2009 Graydon Hoare
1875
- Copyright (c) 2009-2013 Mozilla Foundation
1876
- Copyright (c) 2016 Artyom Pavlov
1566
+ Copyright (c) 2014 The Rust Project Developers
1877
1567
 
1878
1568
  Permission is hereby granted, free of charge, to any
1879
1569
  person obtaining a copy of this software and associated
@@ -1907,121 +1597,10 @@ DEALINGS IN THE SOFTWARE.
1907
1597
 
1908
1598
  ### Rust Crates:
1909
1599
 
1910
- - [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
1911
-
1912
- ````text
1913
- Copyright (c) 2016--2017
1914
-
1915
- Permission is hereby granted, free of charge, to any
1916
- person obtaining a copy of this software and associated
1917
- documentation files (the "Software"), to deal in the
1918
- Software without restriction, including without
1919
- limitation the rights to use, copy, modify, merge,
1920
- publish, distribute, sublicense, and/or sell copies of
1921
- the Software, and to permit persons to whom the Software
1922
- is furnished to do so, subject to the following
1923
- conditions:
1924
-
1925
- The above copyright notice and this permission notice
1926
- shall be included in all copies or substantial portions
1927
- of the Software.
1928
-
1929
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1930
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1931
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1932
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1933
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1934
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1935
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1936
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1937
- DEALINGS IN THE SOFTWARE.
1938
-
1939
- ````
1940
-
1941
- ---
1942
-
1943
- ## The following dependencies are licensed under the MIT License:
1944
-
1945
- ### Rust Crates:
1946
-
1947
- - [http-body](https://github.com/hyperium/http-body) (1.0.1)
1948
-
1949
- ````text
1950
- Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
1951
-
1952
- Permission is hereby granted, free of charge, to any
1953
- person obtaining a copy of this software and associated
1954
- documentation files (the "Software"), to deal in the
1955
- Software without restriction, including without
1956
- limitation the rights to use, copy, modify, merge,
1957
- publish, distribute, sublicense, and/or sell copies of
1958
- the Software, and to permit persons to whom the Software
1959
- is furnished to do so, subject to the following
1960
- conditions:
1961
-
1962
- The above copyright notice and this permission notice
1963
- shall be included in all copies or substantial portions
1964
- of the Software.
1965
-
1966
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1967
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1968
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1969
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1970
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1971
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1972
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1973
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1974
- DEALINGS IN THE SOFTWARE.
1975
-
1976
- ````
1977
-
1978
- ---
1979
-
1980
- ## The following dependencies are licensed under the MIT License:
1981
-
1982
- ### Rust Crates:
1983
-
1984
- - [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
1985
-
1986
- ````text
1987
- Copyright (c) The rust-url developers
1988
-
1989
- Permission is hereby granted, free of charge, to any
1990
- person obtaining a copy of this software and associated
1991
- documentation files (the "Software"), to deal in the
1992
- Software without restriction, including without
1993
- limitation the rights to use, copy, modify, merge,
1994
- publish, distribute, sublicense, and/or sell copies of
1995
- the Software, and to permit persons to whom the Software
1996
- is furnished to do so, subject to the following
1997
- conditions:
1998
-
1999
- The above copyright notice and this permission notice
2000
- shall be included in all copies or substantial portions
2001
- of the Software.
2002
-
2003
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2004
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2005
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2006
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2007
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2008
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2009
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2010
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2011
- DEALINGS IN THE SOFTWARE.
2012
-
2013
- ````
2014
-
2015
- ---
2016
-
2017
- ## The following dependencies are licensed under the MIT License:
2018
-
2019
- ### Rust Crates:
2020
-
2021
- - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
1600
+ - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
2022
1601
 
2023
1602
  ````text
2024
- Copyright (c) 2017 Robert Grosse
1603
+ Copyright (c) 2018 Carl Lerche
2025
1604
 
2026
1605
  Permission is hereby granted, free of charge, to any
2027
1606
  person obtaining a copy of this software and associated
@@ -2046,38 +1625,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2046
1625
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2047
1626
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2048
1627
  DEALINGS IN THE SOFTWARE.
2049
- ````
2050
-
2051
- ---
2052
-
2053
- ## The following dependencies are licensed under the MIT License:
2054
-
2055
- ### Rust Crates:
2056
-
2057
- - [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
2058
-
2059
- ````text
2060
- MIT License
2061
-
2062
- Copyright (c) 2018-2021 The RustCrypto Project Developers
2063
-
2064
- Permission is hereby granted, free of charge, to any person obtaining a copy
2065
- of this software and associated documentation files (the "Software"), to deal
2066
- in the Software without restriction, including without limitation the rights
2067
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2068
- copies of the Software, and to permit persons to whom the Software is
2069
- furnished to do so, subject to the following conditions:
2070
-
2071
- The above copyright notice and this permission notice shall be included in all
2072
- copies or substantial portions of the Software.
2073
-
2074
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2075
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2076
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2077
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2078
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2079
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2080
- SOFTWARE.
2081
1628
 
2082
1629
  ````
2083
1630
 
@@ -2085,14 +1632,14 @@ SOFTWARE.
2085
1632
 
2086
1633
  ## The following dependencies are licensed under the MIT License:
2087
1634
 
2088
- ### Rust Crates:
1635
+ ### NPM Packages:
2089
1636
 
2090
- - [zip](https://github.com/zip-rs/zip2) (2.4.2)
1637
+ - [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
2091
1638
 
2092
1639
  ````text
2093
1640
  The MIT License (MIT)
2094
1641
 
2095
- Copyright (c) 2014 Mathijs van de Nes
1642
+ Copyright (c) 2015-2021 Evgeny Poberezkin
2096
1643
 
2097
1644
  Permission is hereby granted, free of charge, to any person obtaining a copy
2098
1645
  of this software and associated documentation files (the "Software"), to deal
@@ -2112,44 +1659,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2112
1659
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2113
1660
  SOFTWARE.
2114
1661
 
2115
- Some files in the "tests/data" subdirectory of this repository are under other
2116
- licences; see files named LICENSE.*.txt for details.
2117
- ````
2118
-
2119
- ---
2120
-
2121
- ## The following dependencies are licensed under the MIT License:
2122
-
2123
- ### Rust Crates:
2124
-
2125
- - [slab](https://github.com/tokio-rs/slab) (0.4.12)
2126
-
2127
- ````text
2128
- Copyright (c) 2019 Carl Lerche
2129
-
2130
- Permission is hereby granted, free of charge, to any
2131
- person obtaining a copy of this software and associated
2132
- documentation files (the "Software"), to deal in the
2133
- Software without restriction, including without
2134
- limitation the rights to use, copy, modify, merge,
2135
- publish, distribute, sublicense, and/or sell copies of
2136
- the Software, and to permit persons to whom the Software
2137
- is furnished to do so, subject to the following
2138
- conditions:
2139
-
2140
- The above copyright notice and this permission notice
2141
- shall be included in all copies or substantial portions
2142
- of the Software.
2143
-
2144
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2145
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2146
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2147
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2148
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2149
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2150
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2151
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2152
- DEALINGS IN THE SOFTWARE.
2153
1662
 
2154
1663
  ````
2155
1664
 
@@ -2159,10 +1668,10 @@ DEALINGS IN THE SOFTWARE.
2159
1668
 
2160
1669
  ### Rust Crates:
2161
1670
 
2162
- - [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
1671
+ - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
2163
1672
 
2164
1673
  ````text
2165
- Copyright (c) 2019 Eliza Weisman
1674
+ Copyright (c) 2017 Sean McArthur
2166
1675
 
2167
1676
  Permission is hereby granted, free of charge, to any person obtaining a copy
2168
1677
  of this software and associated documentation files (the "Software"), to deal
@@ -2182,19 +1691,22 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2182
1691
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2183
1692
  THE SOFTWARE.
2184
1693
 
1694
+
2185
1695
  ````
2186
1696
 
2187
1697
  ---
2188
1698
 
2189
1699
  ## The following dependencies are licensed under the MIT License:
2190
1700
 
2191
- ### Rust Crates:
1701
+ ### NPM Packages:
2192
1702
 
2193
- - [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
1703
+ - [json5](https://github.com/json5/json5) (2.2.3)
2194
1704
 
2195
1705
  ````text
2196
1706
  MIT License
2197
1707
 
1708
+ Copyright (c) 2012-2018 Aseem Kishore, and [others].
1709
+
2198
1710
  Permission is hereby granted, free of charge, to any person obtaining a copy
2199
1711
  of this software and associated documentation files (the "Software"), to deal
2200
1712
  in the Software without restriction, including without limitation the rights
@@ -2213,6 +1725,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2213
1725
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2214
1726
  SOFTWARE.
2215
1727
 
1728
+ [others]: https://github.com/json5/json5/contributors
1729
+
2216
1730
  ````
2217
1731
 
2218
1732
  ---
@@ -2221,15 +1735,11 @@ SOFTWARE.
2221
1735
 
2222
1736
  ### Rust Crates:
2223
1737
 
2224
- - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
2225
- - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
2226
- - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
2227
- - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
2228
-
2229
- ````text
2230
- The MIT License (MIT)
1738
+ - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
2231
1739
 
2232
- Copyright (c) 2015 Andrew Gallant
1740
+ ````text
1741
+ Copyright (c) 2018-2023 Sean McArthur
1742
+ Copyright (c) 2016 Alex Crichton
2233
1743
 
2234
1744
  Permission is hereby granted, free of charge, to any person obtaining a copy
2235
1745
  of this software and associated documentation files (the "Software"), to deal
@@ -2249,6 +1759,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2249
1759
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2250
1760
  THE SOFTWARE.
2251
1761
 
1762
+
2252
1763
  ````
2253
1764
 
2254
1765
  ---
@@ -2257,10 +1768,15 @@ THE SOFTWARE.
2257
1768
 
2258
1769
  ### Rust Crates:
2259
1770
 
2260
- - [want](https://github.com/seanmonstar/want) (0.3.1)
1771
+ - [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
2261
1772
 
2262
1773
  ````text
2263
- Copyright (c) 2018-2019 Sean McArthur
1774
+ MIT License
1775
+
1776
+ Copyright 2013-2014 RAD Game Tools and Valve Software
1777
+ Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
1778
+ Copyright (c) 2017 Frommi
1779
+ Copyright (c) 2017-2024 oyvindln
2264
1780
 
2265
1781
  Permission is hereby granted, free of charge, to any person obtaining a copy
2266
1782
  of this software and associated documentation files (the "Software"), to deal
@@ -2269,17 +1785,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2269
1785
  copies of the Software, and to permit persons to whom the Software is
2270
1786
  furnished to do so, subject to the following conditions:
2271
1787
 
2272
- The above copyright notice and this permission notice shall be included in
2273
- all copies or substantial portions of the Software.
1788
+ The above copyright notice and this permission notice shall be included in all
1789
+ copies or substantial portions of the Software.
2274
1790
 
2275
1791
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2276
1792
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2277
1793
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2278
1794
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2279
1795
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2280
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2281
- THE SOFTWARE.
2282
-
1796
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1797
+ SOFTWARE.
2283
1798
 
2284
1799
  ````
2285
1800
 
@@ -2287,15 +1802,16 @@ THE SOFTWARE.
2287
1802
 
2288
1803
  ## The following dependencies are licensed under the MIT License:
2289
1804
 
2290
- ### NPM Packages:
1805
+ ### Rust Crates:
2291
1806
 
2292
- - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
2293
- - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
1807
+ - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
2294
1808
 
2295
1809
  ````text
2296
- MIT License
1810
+ The MIT License (MIT)
2297
1811
 
2298
- Copyright (c) 2017 Evgeny Poberezkin
1812
+ Copyright (c) 2015 Danny Guo
1813
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
1814
+ Copyright (c) 2018 Akash Kurdekar
2299
1815
 
2300
1816
  Permission is hereby granted, free of charge, to any person obtaining a copy
2301
1817
  of this software and associated documentation files (the "Software"), to deal
@@ -2323,13 +1839,10 @@ SOFTWARE.
2323
1839
 
2324
1840
  ### Rust Crates:
2325
1841
 
2326
- - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
2327
- - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
2328
- - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
2329
- - [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
1842
+ - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
2330
1843
 
2331
1844
  ````text
2332
- Copyright (c) 2016 The Rust Project Developers
1845
+ Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
2333
1846
 
2334
1847
  Permission is hereby granted, free of charge, to any
2335
1848
  person obtaining a copy of this software and associated
@@ -2363,10 +1876,11 @@ DEALINGS IN THE SOFTWARE.
2363
1876
 
2364
1877
  ### Rust Crates:
2365
1878
 
2366
- - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
1879
+ - [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
2367
1880
 
2368
1881
  ````text
2369
- Copyright (c) 2014-2026 Alex Crichton
1882
+ Copyright (c) 2018-2025 The rust-random Project Developers
1883
+ Copyright (c) 2014 The Rust Project Developers
2370
1884
 
2371
1885
  Permission is hereby granted, free of charge, to any
2372
1886
  person obtaining a copy of this software and associated
@@ -2400,10 +1914,10 @@ DEALINGS IN THE SOFTWARE.
2400
1914
 
2401
1915
  ### Rust Crates:
2402
1916
 
2403
- - [http](https://github.com/hyperium/http) (1.4.0)
1917
+ - [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
2404
1918
 
2405
1919
  ````text
2406
- Copyright (c) 2017 http-rs authors
1920
+ Copyright (c) 2016--2017
2407
1921
 
2408
1922
  Permission is hereby granted, free of charge, to any
2409
1923
  person obtaining a copy of this software and associated
@@ -2437,10 +1951,30 @@ DEALINGS IN THE SOFTWARE.
2437
1951
 
2438
1952
  ### Rust Crates:
2439
1953
 
2440
- - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
1954
+ - [synstructure](https://github.com/mystor/synstructure) (0.13.2)
2441
1955
 
2442
1956
  ````text
2443
- Copyright (c) 2019 Nick Fitzgerald
1957
+ Copyright 2016 Nika Layzell
1958
+
1959
+ 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:
1960
+
1961
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1962
+
1963
+ 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.
1964
+
1965
+ ````
1966
+
1967
+ ---
1968
+
1969
+ ## The following dependencies are licensed under the MIT License:
1970
+
1971
+ ### Rust Crates:
1972
+
1973
+ - [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
1974
+
1975
+ ````text
1976
+ Copyright (c) 2018-2026 The rust-random Project Developers
1977
+ Copyright (c) 2014 The Rust Project Developers
2444
1978
 
2445
1979
  Permission is hereby granted, free of charge, to any
2446
1980
  person obtaining a copy of this software and associated
@@ -2474,16 +2008,34 @@ DEALINGS IN THE SOFTWARE.
2474
2008
 
2475
2009
  ### Rust Crates:
2476
2010
 
2477
- - [synstructure](https://github.com/mystor/synstructure) (0.13.2)
2011
+ - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
2478
2012
 
2479
2013
  ````text
2480
- Copyright 2016 Nika Layzell
2014
+ Copyright (c) 2013-2016 The rust-url developers
2481
2015
 
2482
- 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:
2016
+ Permission is hereby granted, free of charge, to any
2017
+ person obtaining a copy of this software and associated
2018
+ documentation files (the "Software"), to deal in the
2019
+ Software without restriction, including without
2020
+ limitation the rights to use, copy, modify, merge,
2021
+ publish, distribute, sublicense, and/or sell copies of
2022
+ the Software, and to permit persons to whom the Software
2023
+ is furnished to do so, subject to the following
2024
+ conditions:
2483
2025
 
2484
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2026
+ The above copyright notice and this permission notice
2027
+ shall be included in all copies or substantial portions
2028
+ of the Software.
2485
2029
 
2486
- 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.
2030
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2031
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2032
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2033
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2034
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2035
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2036
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2037
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2038
+ DEALINGS IN THE SOFTWARE.
2487
2039
 
2488
2040
  ````
2489
2041
 
@@ -2493,15 +2045,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2493
2045
 
2494
2046
  ### Rust Crates:
2495
2047
 
2496
- - [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
2497
- - [log](https://github.com/rust-lang/log) (0.4.29)
2498
- - [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
2499
- - [regex](https://github.com/rust-lang/regex) (1.12.3)
2500
- - [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
2501
- - [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
2048
+ - [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
2502
2049
 
2503
2050
  ````text
2504
- Copyright (c) 2014 The Rust Project Developers
2051
+ Copyright (c) 2016 Amanieu d'Antras
2505
2052
 
2506
2053
  Permission is hereby granted, free of charge, to any
2507
2054
  person obtaining a copy of this software and associated
@@ -2535,10 +2082,146 @@ DEALINGS IN THE SOFTWARE.
2535
2082
 
2536
2083
  ### Rust Crates:
2537
2084
 
2538
- - [digest](https://github.com/RustCrypto/traits) (0.10.7)
2085
+ - [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
2539
2086
 
2540
2087
  ````text
2541
- Copyright (c) 2017 Artyom Pavlov
2088
+ Copyright (c) 2013-2014 The Rust Project Developers.
2089
+ Copyright (c) 2015-2020 The rust-hex Developers
2090
+
2091
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2092
+ of this software and associated documentation files (the "Software"), to deal
2093
+ in the Software without restriction, including without limitation the rights
2094
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2095
+ copies of the Software, and to permit persons to whom the Software is
2096
+ furnished to do so, subject to the following conditions:
2097
+
2098
+ The above copyright notice and this permission notice shall be included in all
2099
+ copies or substantial portions of the Software.
2100
+
2101
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2102
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2103
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2104
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2105
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2106
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2107
+ SOFTWARE.
2108
+
2109
+ ````
2110
+
2111
+ ---
2112
+
2113
+ ## The following dependencies are licensed under the MIT License:
2114
+
2115
+ ### Rust Crates:
2116
+
2117
+ - [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
2118
+
2119
+ ````text
2120
+ MIT License
2121
+
2122
+ Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
2123
+
2124
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2125
+ of this software and associated documentation files (the "Software"), to deal
2126
+ in the Software without restriction, including without limitation the rights
2127
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2128
+ copies of the Software, and to permit persons to whom the Software is
2129
+ furnished to do so, subject to the following conditions:
2130
+
2131
+ The above copyright notice and this permission notice shall be included in all
2132
+ copies or substantial portions of the Software.
2133
+
2134
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2135
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2136
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2137
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2138
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2139
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2140
+ SOFTWARE.
2141
+
2142
+ ````
2143
+
2144
+ ---
2145
+
2146
+ ## The following dependencies are licensed under the MIT License:
2147
+
2148
+ ### Rust Crates:
2149
+
2150
+ - [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
2151
+
2152
+ ````text
2153
+ MIT License
2154
+
2155
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2156
+ of this software and associated documentation files (the "Software"), to deal
2157
+ in the Software without restriction, including without limitation the rights
2158
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2159
+ copies of the Software, and to permit persons to whom the Software is
2160
+ furnished to do so, subject to the following conditions:
2161
+
2162
+ The above copyright notice and this permission notice shall be included in all
2163
+ copies or substantial portions of the Software.
2164
+
2165
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2166
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2167
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2168
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2169
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2170
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2171
+ SOFTWARE.
2172
+
2173
+ ````
2174
+
2175
+ ---
2176
+
2177
+ ## The following dependencies are licensed under the MIT License:
2178
+
2179
+ ### Rust Crates:
2180
+
2181
+ - [mio](https://github.com/tokio-rs/mio) (1.2.0)
2182
+
2183
+ ````text
2184
+ Copyright (c) 2014 Carl Lerche and other MIO contributors
2185
+
2186
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2187
+ of this software and associated documentation files (the "Software"), to deal
2188
+ in the Software without restriction, including without limitation the rights
2189
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2190
+ copies of the Software, and to permit persons to whom the Software is
2191
+ furnished to do so, subject to the following conditions:
2192
+
2193
+ The above copyright notice and this permission notice shall be included in
2194
+ all copies or substantial portions of the Software.
2195
+
2196
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2197
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2198
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2199
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2200
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2201
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2202
+ THE SOFTWARE.
2203
+
2204
+ ````
2205
+
2206
+ ---
2207
+
2208
+ ## The following dependencies are licensed under the MIT License:
2209
+
2210
+ ### Rust Crates:
2211
+
2212
+ - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
2213
+ - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
2214
+ - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
2215
+ - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
2216
+ - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
2217
+ - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
2218
+ - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
2219
+ - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
2220
+ - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
2221
+
2222
+ ````text
2223
+ Copyright (c) 2016 Alex Crichton
2224
+ Copyright (c) 2017 The Tokio Authors
2542
2225
 
2543
2226
  Permission is hereby granted, free of charge, to any
2544
2227
  person obtaining a copy of this software and associated
@@ -2572,10 +2255,10 @@ DEALINGS IN THE SOFTWARE.
2572
2255
 
2573
2256
  ### Rust Crates:
2574
2257
 
2575
- - [fnv](https://github.com/servo/rust-fnv) (1.0.7)
2258
+ - [http](https://github.com/hyperium/http) (1.4.0)
2576
2259
 
2577
2260
  ````text
2578
- Copyright (c) 2017 Contributors
2261
+ Copyright (c) 2017 http-rs authors
2579
2262
 
2580
2263
  Permission is hereby granted, free of charge, to any
2581
2264
  person obtaining a copy of this software and associated
@@ -2609,11 +2292,13 @@ DEALINGS IN THE SOFTWARE.
2609
2292
 
2610
2293
  ### Rust Crates:
2611
2294
 
2612
- - [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
2613
- - [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
2295
+ - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
2296
+ - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
2614
2297
 
2615
2298
  ````text
2616
- Copyright (c) 2012-2013 Mozilla Foundation
2299
+ Copyright (c) 2006-2009 Graydon Hoare
2300
+ Copyright (c) 2009-2013 Mozilla Foundation
2301
+ Copyright (c) 2016 Artyom Pavlov
2617
2302
 
2618
2303
  Permission is hereby granted, free of charge, to any
2619
2304
  person obtaining a copy of this software and associated
@@ -2647,30 +2332,19 @@ DEALINGS IN THE SOFTWARE.
2647
2332
 
2648
2333
  ### Rust Crates:
2649
2334
 
2650
- - [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
2651
- - [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
2335
+ - [tarpc](https://github.com/google/tarpc) (0.37.0)
2336
+ - [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
2652
2337
 
2653
2338
  ````text
2654
2339
  The MIT License (MIT)
2655
2340
 
2656
- Copyright (c) 2015 Steven Fackler
2341
+ Copyright 2016 Google Inc. All Rights Reserved.
2657
2342
 
2658
- Permission is hereby granted, free of charge, to any person obtaining a copy of
2659
- this software and associated documentation files (the "Software"), to deal in
2660
- the Software without restriction, including without limitation the rights to
2661
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2662
- the Software, and to permit persons to whom the Software is furnished to do so,
2663
- subject to the following conditions:
2343
+ 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:
2664
2344
 
2665
- The above copyright notice and this permission notice shall be included in all
2666
- copies or substantial portions of the Software.
2345
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2667
2346
 
2668
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2669
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2670
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2671
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2672
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2673
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2347
+ 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.
2674
2348
 
2675
2349
  ````
2676
2350
 
@@ -2680,28 +2354,29 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2680
2354
 
2681
2355
  ### Rust Crates:
2682
2356
 
2683
- - [directories](https://github.com/soc/directories-rs) (6.0.0)
2357
+ - [chrono](https://github.com/chronotope/chrono) (0.4.44)
2358
+ - [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
2359
+ - [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
2684
2360
 
2685
2361
  ````text
2686
- Copyright (c) 2018 directories-rs contributors
2362
+ MIT License
2687
2363
 
2688
- Permission is hereby granted, free of charge, to any person obtaining a copy
2689
- of this software and associated documentation files (the "Software"), to deal
2690
- in the Software without restriction, including without limitation the rights
2691
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2692
- copies of the Software, and to permit persons to whom the Software is
2693
- furnished to do so, subject to the following conditions:
2364
+ Copyright (c) <year> <copyright holders>
2694
2365
 
2695
- The above copyright notice and this permission notice shall be included in all
2696
- copies or substantial portions of the Software.
2366
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
2367
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
2368
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2369
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
2370
+ following conditions:
2697
2371
 
2698
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2699
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2700
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2701
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2702
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2703
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2704
- SOFTWARE.
2372
+ The above copyright notice and this permission notice shall be included in all copies or substantial
2373
+ portions of the Software.
2374
+
2375
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
2376
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
2377
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2378
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
2379
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
2705
2380
 
2706
2381
  ````
2707
2382
 
@@ -2711,10 +2386,11 @@ SOFTWARE.
2711
2386
 
2712
2387
  ### Rust Crates:
2713
2388
 
2714
- - [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
2389
+ - [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
2390
+ - [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
2715
2391
 
2716
2392
  ````text
2717
- Copyright (c) 2014 Chris Wong
2393
+ Copyright (c) 2012-2013 Mozilla Foundation
2718
2394
 
2719
2395
  Permission is hereby granted, free of charge, to any
2720
2396
  person obtaining a copy of this software and associated
@@ -2748,12 +2424,13 @@ DEALINGS IN THE SOFTWARE.
2748
2424
 
2749
2425
  ### Rust Crates:
2750
2426
 
2751
- - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
2427
+ - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
2428
+ - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
2429
+ - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
2752
2430
 
2753
2431
  ````text
2754
2432
  MIT License
2755
2433
 
2756
- Copyright (c) 2019 Yoshua Wuyts
2757
2434
  Copyright (c) Tokio Contributors
2758
2435
 
2759
2436
  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2782,15 +2459,49 @@ SOFTWARE.
2782
2459
 
2783
2460
  ### Rust Crates:
2784
2461
 
2785
- - [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
2462
+ - [want](https://github.com/seanmonstar/want) (0.3.1)
2786
2463
 
2787
2464
  ````text
2788
- MIT License
2465
+ Copyright (c) 2018-2019 Sean McArthur
2466
+
2467
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2468
+ of this software and associated documentation files (the "Software"), to deal
2469
+ in the Software without restriction, including without limitation the rights
2470
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2471
+ copies of the Software, and to permit persons to whom the Software is
2472
+ furnished to do so, subject to the following conditions:
2473
+
2474
+ The above copyright notice and this permission notice shall be included in
2475
+ all copies or substantial portions of the Software.
2476
+
2477
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2478
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2479
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2480
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2481
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2482
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2483
+ THE SOFTWARE.
2484
+
2485
+
2486
+ ````
2487
+
2488
+ ---
2489
+
2490
+ ## The following dependencies are licensed under the MIT License:
2491
+
2492
+ ### Rust Crates:
2493
+
2494
+ - [humantime](https://github.com/chronotope/humantime) (2.3.0)
2495
+
2496
+ ````text
2497
+ Copyright (c) 2016 The humantime Developers
2498
+
2499
+ Includes parts of http date with the following copyright:
2500
+ Copyright (c) 2016 Pyfisch
2501
+
2502
+ Includes portions of musl libc with the following copyright:
2503
+ Copyright © 2005-2013 Rich Felker
2789
2504
 
2790
- Copyright 2013-2014 RAD Game Tools and Valve Software
2791
- Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
2792
- Copyright (c) 2017 Frommi
2793
- Copyright (c) 2017-2024 oyvindln
2794
2505
 
2795
2506
  Permission is hereby granted, free of charge, to any person obtaining a copy
2796
2507
  of this software and associated documentation files (the "Software"), to deal
@@ -2818,11 +2529,14 @@ SOFTWARE.
2818
2529
 
2819
2530
  ### Rust Crates:
2820
2531
 
2821
- - [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
2532
+ - [educe](https://github.com/magiclen/educe) (0.5.11)
2533
+ - [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
2534
+ - [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
2822
2535
 
2823
2536
  ````text
2824
- Copyright (c) 2017 Daniel Abramov
2825
- Copyright (c) 2017 Alexey Galakhov
2537
+ MIT License
2538
+
2539
+ Copyright (c) 2023 magiclen.org (Ron Li)
2826
2540
 
2827
2541
  Permission is hereby granted, free of charge, to any person obtaining a copy
2828
2542
  of this software and associated documentation files (the "Software"), to deal
@@ -2831,16 +2545,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2831
2545
  copies of the Software, and to permit persons to whom the Software is
2832
2546
  furnished to do so, subject to the following conditions:
2833
2547
 
2834
- The above copyright notice and this permission notice shall be included in
2835
- all copies or substantial portions of the Software.
2548
+ The above copyright notice and this permission notice shall be included in all
2549
+ copies or substantial portions of the Software.
2836
2550
 
2837
2551
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2838
2552
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2839
2553
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2840
2554
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2841
2555
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2842
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2843
- THE SOFTWARE.
2556
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2557
+ SOFTWARE.
2844
2558
 
2845
2559
  ````
2846
2560
 
@@ -2850,11 +2564,122 @@ THE SOFTWARE.
2850
2564
 
2851
2565
  ### Rust Crates:
2852
2566
 
2853
- - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
2567
+ - [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
2854
2568
 
2855
2569
  ````text
2856
- Copyright (c) 2017 Alexey Galakhov
2857
- Copyright (c) 2016 Jason Housley
2570
+ Copyright (c) 2020 Andrew D. Straw
2571
+
2572
+ Permission is hereby granted, free of charge, to any
2573
+ person obtaining a copy of this software and associated
2574
+ documentation files (the "Software"), to deal in the
2575
+ Software without restriction, including without
2576
+ limitation the rights to use, copy, modify, merge,
2577
+ publish, distribute, sublicense, and/or sell copies of
2578
+ the Software, and to permit persons to whom the Software
2579
+ is furnished to do so, subject to the following
2580
+ conditions:
2581
+
2582
+ The above copyright notice and this permission notice
2583
+ shall be included in all copies or substantial portions
2584
+ of the Software.
2585
+
2586
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2587
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2588
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2589
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2590
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2591
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2592
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2593
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2594
+ DEALINGS IN THE SOFTWARE.
2595
+
2596
+ ````
2597
+
2598
+ ---
2599
+
2600
+ ## The following dependencies are licensed under the MIT License:
2601
+
2602
+ ### Rust Crates:
2603
+
2604
+ - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
2605
+
2606
+ ````text
2607
+ The MIT License (MIT)
2608
+
2609
+ Copyright (c) 2016 Johann Tuffe
2610
+
2611
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2612
+ of this software and associated documentation files (the "Software"), to deal
2613
+ in the Software without restriction, including without limitation the rights
2614
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2615
+ copies of the Software, and to permit persons to whom the Software is
2616
+ furnished to do so, subject to the following conditions:
2617
+
2618
+
2619
+ The above copyright notice and this permission notice shall be included in
2620
+ all copies or substantial portions of the Software.
2621
+
2622
+
2623
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2624
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2625
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2626
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2627
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2628
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2629
+ THE SOFTWARE.
2630
+
2631
+ ````
2632
+
2633
+ ---
2634
+
2635
+ ## The following dependencies are licensed under the MIT License:
2636
+
2637
+ ### Rust Crates:
2638
+
2639
+ - [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
2640
+
2641
+ ````text
2642
+ Copyright (c) 2021 RustCrypto Developers
2643
+
2644
+ Permission is hereby granted, free of charge, to any
2645
+ person obtaining a copy of this software and associated
2646
+ documentation files (the "Software"), to deal in the
2647
+ Software without restriction, including without
2648
+ limitation the rights to use, copy, modify, merge,
2649
+ publish, distribute, sublicense, and/or sell copies of
2650
+ the Software, and to permit persons to whom the Software
2651
+ is furnished to do so, subject to the following
2652
+ conditions:
2653
+
2654
+ The above copyright notice and this permission notice
2655
+ shall be included in all copies or substantial portions
2656
+ of the Software.
2657
+
2658
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2659
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2660
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2661
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2662
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2663
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2664
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2665
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2666
+ DEALINGS IN THE SOFTWARE.
2667
+
2668
+ ````
2669
+
2670
+ ---
2671
+
2672
+ ## The following dependencies are licensed under the MIT License:
2673
+
2674
+ ### Rust Crates:
2675
+
2676
+ - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
2677
+
2678
+ ````text
2679
+ MIT License
2680
+
2681
+ Copyright (c) 2019 Yoshua Wuyts
2682
+ Copyright (c) Tokio Contributors
2858
2683
 
2859
2684
  Permission is hereby granted, free of charge, to any person obtaining a copy
2860
2685
  of this software and associated documentation files (the "Software"), to deal
@@ -2863,16 +2688,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2863
2688
  copies of the Software, and to permit persons to whom the Software is
2864
2689
  furnished to do so, subject to the following conditions:
2865
2690
 
2866
- The above copyright notice and this permission notice shall be included in
2867
- all copies or substantial portions of the Software.
2691
+ The above copyright notice and this permission notice shall be included in all
2692
+ copies or substantial portions of the Software.
2868
2693
 
2869
2694
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2870
2695
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2871
2696
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2872
2697
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2873
2698
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2874
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2875
- THE SOFTWARE.
2699
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2700
+ SOFTWARE.
2876
2701
 
2877
2702
  ````
2878
2703
 
@@ -2882,10 +2707,15 @@ THE SOFTWARE.
2882
2707
 
2883
2708
  ### Rust Crates:
2884
2709
 
2885
- - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
2710
+ - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
2711
+ - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
2712
+ - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
2713
+ - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
2714
+ - [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
2715
+ - [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
2886
2716
 
2887
2717
  ````text
2888
- Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
2718
+ Copyright (c) 2019 Tokio Contributors
2889
2719
 
2890
2720
  Permission is hereby granted, free of charge, to any
2891
2721
  person obtaining a copy of this software and associated
@@ -2919,10 +2749,44 @@ DEALINGS IN THE SOFTWARE.
2919
2749
 
2920
2750
  ### Rust Crates:
2921
2751
 
2922
- - [zerocopy](https://github.com/google/zerocopy) (0.8.48)
2752
+ - [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
2923
2753
 
2924
2754
  ````text
2925
- Copyright 2023 The Fuchsia Authors
2755
+ The MIT License (MIT)
2756
+
2757
+ Copyright (c) 2015 Bartłomiej Kamiński
2758
+
2759
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2760
+ of this software and associated documentation files (the "Software"), to deal
2761
+ in the Software without restriction, including without limitation the rights
2762
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2763
+ copies of the Software, and to permit persons to whom the Software is
2764
+ furnished to do so, subject to the following conditions:
2765
+
2766
+ The above copyright notice and this permission notice shall be included in all
2767
+ copies or substantial portions of the Software.
2768
+
2769
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2770
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2771
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2772
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2773
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2774
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2775
+ SOFTWARE.
2776
+ ````
2777
+
2778
+ ---
2779
+
2780
+ ## The following dependencies are licensed under the MIT License:
2781
+
2782
+ ### Rust Crates:
2783
+
2784
+ - [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
2785
+
2786
+ ````text
2787
+ Copyright (c) 2017 Carl Lerche
2788
+ Copyright (c) 2018 Bastian Köcher
2789
+ Copyright (c) 2019-2020 Artem Vorotnikov
2926
2790
 
2927
2791
  Permission is hereby granted, free of charge, to any
2928
2792
  person obtaining a copy of this software and associated
@@ -2948,7 +2812,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2948
2812
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2949
2813
  DEALINGS IN THE SOFTWARE.
2950
2814
 
2951
-
2952
2815
  ````
2953
2816
 
2954
2817
  ---
@@ -2957,10 +2820,12 @@ DEALINGS IN THE SOFTWARE.
2957
2820
 
2958
2821
  ### Rust Crates:
2959
2822
 
2960
- - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
2823
+ - [idna](https://github.com/servo/rust-url/) (1.1.0)
2824
+ - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
2825
+ - [url](https://github.com/servo/rust-url) (2.5.8)
2961
2826
 
2962
2827
  ````text
2963
- Copyright (c) 2010 The Rust Project Developers
2828
+ Copyright (c) 2013-2025 The rust-url developers
2964
2829
 
2965
2830
  Permission is hereby granted, free of charge, to any
2966
2831
  person obtaining a copy of this software and associated
@@ -3025,30 +2890,34 @@ THE SOFTWARE.
3025
2890
 
3026
2891
  ### Rust Crates:
3027
2892
 
3028
- - [typenum](https://github.com/paholg/typenum) (1.19.0)
2893
+ - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
3029
2894
 
3030
2895
  ````text
3031
- The MIT License (MIT)
3032
-
3033
- Copyright (c) 2014 Paho Lurie-Gregg
2896
+ Copyright (c) 2019-2021 Tower Contributors
3034
2897
 
3035
- Permission is hereby granted, free of charge, to any person obtaining a copy
3036
- of this software and associated documentation files (the "Software"), to deal
3037
- in the Software without restriction, including without limitation the rights
3038
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3039
- copies of the Software, and to permit persons to whom the Software is
3040
- furnished to do so, subject to the following conditions:
2898
+ Permission is hereby granted, free of charge, to any
2899
+ person obtaining a copy of this software and associated
2900
+ documentation files (the "Software"), to deal in the
2901
+ Software without restriction, including without
2902
+ limitation the rights to use, copy, modify, merge,
2903
+ publish, distribute, sublicense, and/or sell copies of
2904
+ the Software, and to permit persons to whom the Software
2905
+ is furnished to do so, subject to the following
2906
+ conditions:
3041
2907
 
3042
- The above copyright notice and this permission notice shall be included in all
3043
- copies or substantial portions of the Software.
2908
+ The above copyright notice and this permission notice
2909
+ shall be included in all copies or substantial portions
2910
+ of the Software.
3044
2911
 
3045
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3046
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3047
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3048
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3049
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3050
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3051
- SOFTWARE.
2912
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2913
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2914
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2915
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2916
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2917
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2918
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2919
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2920
+ DEALINGS IN THE SOFTWARE.
3052
2921
 
3053
2922
  ````
3054
2923
 
@@ -3058,10 +2927,12 @@ SOFTWARE.
3058
2927
 
3059
2928
  ### Rust Crates:
3060
2929
 
3061
- - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
2930
+ - [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
3062
2931
 
3063
2932
  ````text
3064
- Copyright (c) 2023-2025 Sean McArthur
2933
+ MIT License
2934
+
2935
+ Copyright (c) 2017 Nikolai Vazquez
3065
2936
 
3066
2937
  Permission is hereby granted, free of charge, to any person obtaining a copy
3067
2938
  of this software and associated documentation files (the "Software"), to deal
@@ -3070,16 +2941,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3070
2941
  copies of the Software, and to permit persons to whom the Software is
3071
2942
  furnished to do so, subject to the following conditions:
3072
2943
 
3073
- The above copyright notice and this permission notice shall be included in
3074
- all copies or substantial portions of the Software.
2944
+ The above copyright notice and this permission notice shall be included in all
2945
+ copies or substantial portions of the Software.
3075
2946
 
3076
2947
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3077
2948
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3078
2949
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3079
2950
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3080
2951
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3081
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3082
- THE SOFTWARE.
2952
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2953
+ SOFTWARE.
3083
2954
 
3084
2955
  ````
3085
2956
 
@@ -3089,14 +2960,10 @@ THE SOFTWARE.
3089
2960
 
3090
2961
  ### Rust Crates:
3091
2962
 
3092
- - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
2963
+ - [directories](https://github.com/soc/directories-rs) (6.0.0)
3093
2964
 
3094
2965
  ````text
3095
- The MIT License (MIT)
3096
-
3097
- Copyright (c) 2015 Danny Guo
3098
- Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
3099
- Copyright (c) 2018 Akash Kurdekar
2966
+ Copyright (c) 2018 directories-rs contributors
3100
2967
 
3101
2968
  Permission is hereby granted, free of charge, to any person obtaining a copy
3102
2969
  of this software and associated documentation files (the "Software"), to deal
@@ -3124,14 +2991,48 @@ SOFTWARE.
3124
2991
 
3125
2992
  ### Rust Crates:
3126
2993
 
3127
- - [educe](https://github.com/magiclen/educe) (0.5.11)
3128
- - [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
3129
- - [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
2994
+ - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
3130
2995
 
3131
2996
  ````text
3132
- MIT License
2997
+ Copyright (c) 2018 The Servo Project Developers
3133
2998
 
3134
- Copyright (c) 2023 magiclen.org (Ron Li)
2999
+ Permission is hereby granted, free of charge, to any
3000
+ person obtaining a copy of this software and associated
3001
+ documentation files (the "Software"), to deal in the
3002
+ Software without restriction, including without
3003
+ limitation the rights to use, copy, modify, merge,
3004
+ publish, distribute, sublicense, and/or sell copies of
3005
+ the Software, and to permit persons to whom the Software
3006
+ is furnished to do so, subject to the following
3007
+ conditions:
3008
+
3009
+ The above copyright notice and this permission notice
3010
+ shall be included in all copies or substantial portions
3011
+ of the Software.
3012
+
3013
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3014
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3015
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3016
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3017
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3018
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3019
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3020
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3021
+ DEALINGS IN THE SOFTWARE.
3022
+
3023
+ ````
3024
+
3025
+ ---
3026
+
3027
+ ## The following dependencies are licensed under the MIT License:
3028
+
3029
+ ### Rust Crates:
3030
+
3031
+ - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
3032
+ - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
3033
+
3034
+ ````text
3035
+ Copyright (c) 2018-2019 dirs-rs contributors
3135
3036
 
3136
3037
  Permission is hereby granted, free of charge, to any person obtaining a copy
3137
3038
  of this software and associated documentation files (the "Software"), to deal
@@ -3159,19 +3060,30 @@ SOFTWARE.
3159
3060
 
3160
3061
  ### Rust Crates:
3161
3062
 
3162
- - [tarpc](https://github.com/google/tarpc) (0.37.0)
3163
- - [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
3063
+ - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
3164
3064
 
3165
3065
  ````text
3166
3066
  The MIT License (MIT)
3167
3067
 
3168
- Copyright 2016 Google Inc. All Rights Reserved.
3068
+ Copyright (c) 2015 Alice Maz
3169
3069
 
3170
- 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:
3070
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3071
+ of this software and associated documentation files (the "Software"), to deal
3072
+ in the Software without restriction, including without limitation the rights
3073
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3074
+ copies of the Software, and to permit persons to whom the Software is
3075
+ furnished to do so, subject to the following conditions:
3171
3076
 
3172
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3077
+ The above copyright notice and this permission notice shall be included in
3078
+ all copies or substantial portions of the Software.
3173
3079
 
3174
- 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.
3080
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3081
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3082
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3083
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3084
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3085
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3086
+ THE SOFTWARE.
3175
3087
 
3176
3088
  ````
3177
3089
 
@@ -3181,10 +3093,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
3181
3093
 
3182
3094
  ### Rust Crates:
3183
3095
 
3184
- - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
3096
+ - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
3185
3097
 
3186
3098
  ````text
3187
- Copyright (c) 2020-2025 The RustCrypto Project Developers
3099
+ Copyright (c) 2019 Nick Fitzgerald
3188
3100
 
3189
3101
  Permission is hereby granted, free of charge, to any
3190
3102
  person obtaining a copy of this software and associated
@@ -3218,10 +3130,10 @@ DEALINGS IN THE SOFTWARE.
3218
3130
 
3219
3131
  ### Rust Crates:
3220
3132
 
3221
- - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
3133
+ - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
3222
3134
 
3223
3135
  ````text
3224
- Copyright (c) 2015-2025 Sean McArthur
3136
+ Copyright (c) 2023-2025 Sean McArthur
3225
3137
 
3226
3138
  Permission is hereby granted, free of charge, to any person obtaining a copy
3227
3139
  of this software and associated documentation files (the "Software"), to deal
@@ -3241,7 +3153,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3241
3153
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3242
3154
  THE SOFTWARE.
3243
3155
 
3244
-
3245
3156
  ````
3246
3157
 
3247
3158
  ---
@@ -3250,10 +3161,10 @@ THE SOFTWARE.
3250
3161
 
3251
3162
  ### Rust Crates:
3252
3163
 
3253
- - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
3164
+ - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
3254
3165
 
3255
3166
  ````text
3256
- Copyright (c) 2019 The CryptoCorrosion Contributors
3167
+ Copyright 2019-2024 YOSHIOKA Takuma
3257
3168
 
3258
3169
  Permission is hereby granted, free of charge, to any
3259
3170
  person obtaining a copy of this software and associated
@@ -3287,10 +3198,10 @@ DEALINGS IN THE SOFTWARE.
3287
3198
 
3288
3199
  ### Rust Crates:
3289
3200
 
3290
- - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
3201
+ - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
3291
3202
 
3292
3203
  ````text
3293
- Copyright (c) 2019-2021 Tower Contributors
3204
+ Copyright (c) 2015 Steven Allen
3294
3205
 
3295
3206
  Permission is hereby granted, free of charge, to any
3296
3207
  person obtaining a copy of this software and associated
@@ -3322,34 +3233,36 @@ DEALINGS IN THE SOFTWARE.
3322
3233
 
3323
3234
  ## The following dependencies are licensed under the MIT License:
3324
3235
 
3325
- ### NPM Packages:
3236
+ ### Rust Crates:
3326
3237
 
3327
- - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
3328
- - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.40)
3238
+ - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
3329
3239
 
3330
3240
  ````text
3331
- MIT License
3332
-
3333
- Copyright (c) Microsoft Corporation.
3334
-
3335
- Permission is hereby granted, free of charge, to any person obtaining a copy
3336
- of this software and associated documentation files (the "Software"), to deal
3337
- in the Software without restriction, including without limitation the rights
3338
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3339
- copies of the Software, and to permit persons to whom the Software is
3340
- furnished to do so, subject to the following conditions:
3241
+ Copyright (c) 2017 Robert Grosse
3341
3242
 
3342
- The above copyright notice and this permission notice shall be included in all
3343
- copies or substantial portions of the Software.
3243
+ Permission is hereby granted, free of charge, to any
3244
+ person obtaining a copy of this software and associated
3245
+ documentation files (the "Software"), to deal in the
3246
+ Software without restriction, including without
3247
+ limitation the rights to use, copy, modify, merge,
3248
+ publish, distribute, sublicense, and/or sell copies of
3249
+ the Software, and to permit persons to whom the Software
3250
+ is furnished to do so, subject to the following
3251
+ conditions:
3344
3252
 
3345
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3346
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3347
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3348
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3349
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3350
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3351
- SOFTWARE
3253
+ The above copyright notice and this permission notice
3254
+ shall be included in all copies or substantial portions
3255
+ of the Software.
3352
3256
 
3257
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3258
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3259
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3260
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3261
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3262
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3263
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3264
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3265
+ DEALINGS IN THE SOFTWARE.
3353
3266
  ````
3354
3267
 
3355
3268
  ---
@@ -3358,10 +3271,10 @@ DEALINGS IN THE SOFTWARE.
3358
3271
 
3359
3272
  ### Rust Crates:
3360
3273
 
3361
- - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
3274
+ - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
3362
3275
 
3363
3276
  ````text
3364
- Copyright (c) 2017 Sean McArthur
3277
+ Copyright (c) 2015-2025 Sean McArthur
3365
3278
 
3366
3279
  Permission is hereby granted, free of charge, to any person obtaining a copy
3367
3280
  of this software and associated documentation files (the "Software"), to deal
@@ -3390,38 +3303,11 @@ THE SOFTWARE.
3390
3303
 
3391
3304
  ### Rust Crates:
3392
3305
 
3393
- - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
3394
- - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
3395
- - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
3396
- - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
3397
- - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
3398
- - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
3399
- - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
3400
- - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
3401
- - [pastey](https://github.com/as1100k/pastey) (0.2.1)
3402
- - [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
3403
- - [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
3404
- - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
3405
- - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
3406
- - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
3407
- - [quote](https://github.com/dtolnay/quote) (1.0.45)
3408
- - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
3409
- - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
3410
- - [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
3411
- - [serde](https://github.com/serde-rs/serde) (1.0.228)
3412
- - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
3413
- - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
3414
- - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
3415
- - [serde_json](https://github.com/serde-rs/json) (1.0.149)
3416
- - [syn](https://github.com/dtolnay/syn) (2.0.117)
3417
- - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
3418
- - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
3419
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
3420
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
3421
- - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
3422
- - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
3306
+ - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
3423
3307
 
3424
3308
  ````text
3309
+ Copyright (c) 2010 The Rust Project Developers
3310
+
3425
3311
  Permission is hereby granted, free of charge, to any
3426
3312
  person obtaining a copy of this software and associated
3427
3313
  documentation files (the "Software"), to deal in the
@@ -3454,35 +3340,32 @@ DEALINGS IN THE SOFTWARE.
3454
3340
 
3455
3341
  ### Rust Crates:
3456
3342
 
3457
- - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
3458
- - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
3343
+ - [darling](https://github.com/TedDriggs/darling) (0.23.0)
3344
+ - [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
3345
+ - [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
3459
3346
 
3460
3347
  ````text
3461
- Copyright (c) 2014 Alex Crichton
3348
+ MIT License
3462
3349
 
3463
- Permission is hereby granted, free of charge, to any
3464
- person obtaining a copy of this software and associated
3465
- documentation files (the "Software"), to deal in the
3466
- Software without restriction, including without
3467
- limitation the rights to use, copy, modify, merge,
3468
- publish, distribute, sublicense, and/or sell copies of
3469
- the Software, and to permit persons to whom the Software
3470
- is furnished to do so, subject to the following
3471
- conditions:
3350
+ Copyright (c) 2017 Ted Driggs
3472
3351
 
3473
- The above copyright notice and this permission notice
3474
- shall be included in all copies or substantial portions
3475
- of the Software.
3352
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3353
+ of this software and associated documentation files (the "Software"), to deal
3354
+ in the Software without restriction, including without limitation the rights
3355
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3356
+ copies of the Software, and to permit persons to whom the Software is
3357
+ furnished to do so, subject to the following conditions:
3476
3358
 
3477
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3478
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3479
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3480
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3481
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3482
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3483
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3484
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3485
- DEALINGS IN THE SOFTWARE.
3359
+ The above copyright notice and this permission notice shall be included in all
3360
+ copies or substantial portions of the Software.
3361
+
3362
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3363
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3364
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3365
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3366
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3367
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3368
+ SOFTWARE.
3486
3369
 
3487
3370
  ````
3488
3371
 
@@ -3492,12 +3375,45 @@ DEALINGS IN THE SOFTWARE.
3492
3375
 
3493
3376
  ### Rust Crates:
3494
3377
 
3495
- - [nix](https://github.com/nix-rust/nix) (0.31.2)
3378
+ - [zip](https://github.com/zip-rs/zip2) (2.4.2)
3496
3379
 
3497
3380
  ````text
3498
3381
  The MIT License (MIT)
3499
3382
 
3500
- Copyright (c) 2015 Carl Lerche + nix-rust Authors
3383
+ Copyright (c) 2014 Mathijs van de Nes
3384
+
3385
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3386
+ of this software and associated documentation files (the "Software"), to deal
3387
+ in the Software without restriction, including without limitation the rights
3388
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3389
+ copies of the Software, and to permit persons to whom the Software is
3390
+ furnished to do so, subject to the following conditions:
3391
+
3392
+ The above copyright notice and this permission notice shall be included in all
3393
+ copies or substantial portions of the Software.
3394
+
3395
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3396
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3397
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3398
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3399
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3400
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3401
+ SOFTWARE.
3402
+
3403
+ Some files in the "tests/data" subdirectory of this repository are under other
3404
+ licences; see files named LICENSE.*.txt for details.
3405
+ ````
3406
+
3407
+ ---
3408
+
3409
+ ## The following dependencies are licensed under the MIT License:
3410
+
3411
+ ### Rust Crates:
3412
+
3413
+ - [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
3414
+
3415
+ ````text
3416
+ Copyright (c) 2019 Eliza Weisman
3501
3417
 
3502
3418
  Permission is hereby granted, free of charge, to any person obtaining a copy
3503
3419
  of this software and associated documentation files (the "Software"), to deal
@@ -3523,12 +3439,51 @@ THE SOFTWARE.
3523
3439
 
3524
3440
  ## The following dependencies are licensed under the MIT License:
3525
3441
 
3442
+ ### NPM Packages:
3443
+
3444
+ - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
3445
+ - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
3446
+
3447
+ ````text
3448
+ MIT License
3449
+
3450
+ Copyright (c) 2017 Evgeny Poberezkin
3451
+
3452
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3453
+ of this software and associated documentation files (the "Software"), to deal
3454
+ in the Software without restriction, including without limitation the rights
3455
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3456
+ copies of the Software, and to permit persons to whom the Software is
3457
+ furnished to do so, subject to the following conditions:
3458
+
3459
+ The above copyright notice and this permission notice shall be included in all
3460
+ copies or substantial portions of the Software.
3461
+
3462
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3463
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3464
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3465
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3466
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3467
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3468
+ SOFTWARE.
3469
+
3470
+ ````
3471
+
3472
+ ---
3473
+
3474
+ ## The following dependencies are licensed under the MIT License:
3475
+
3526
3476
  ### Rust Crates:
3527
3477
 
3528
- - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
3478
+ - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
3479
+ - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
3480
+ - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
3481
+ - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
3529
3482
 
3530
3483
  ````text
3531
- Copyright (c) 2016-2025 Sean McArthur
3484
+ The MIT License (MIT)
3485
+
3486
+ Copyright (c) 2015 Andrew Gallant
3532
3487
 
3533
3488
  Permission is hereby granted, free of charge, to any person obtaining a copy
3534
3489
  of this software and associated documentation files (the "Software"), to deal
@@ -3548,6 +3503,38 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3548
3503
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3549
3504
  THE SOFTWARE.
3550
3505
 
3506
+ ````
3507
+
3508
+ ---
3509
+
3510
+ ## The following dependencies are licensed under the MIT License:
3511
+
3512
+ ### Rust Crates:
3513
+
3514
+ - [typenum](https://github.com/paholg/typenum) (1.19.0)
3515
+
3516
+ ````text
3517
+ The MIT License (MIT)
3518
+
3519
+ Copyright (c) 2014 Paho Lurie-Gregg
3520
+
3521
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3522
+ of this software and associated documentation files (the "Software"), to deal
3523
+ in the Software without restriction, including without limitation the rights
3524
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3525
+ copies of the Software, and to permit persons to whom the Software is
3526
+ furnished to do so, subject to the following conditions:
3527
+
3528
+ The above copyright notice and this permission notice shall be included in all
3529
+ copies or substantial portions of the Software.
3530
+
3531
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3532
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3533
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3534
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3535
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3536
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3537
+ SOFTWARE.
3551
3538
 
3552
3539
  ````
3553
3540
 
@@ -3557,29 +3544,35 @@ THE SOFTWARE.
3557
3544
 
3558
3545
  ### Rust Crates:
3559
3546
 
3560
- - [chrono](https://github.com/chronotope/chrono) (0.4.44)
3561
- - [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
3562
- - [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
3547
+ - [zerocopy](https://github.com/google/zerocopy) (0.8.48)
3563
3548
 
3564
3549
  ````text
3565
- MIT License
3550
+ Copyright 2023 The Fuchsia Authors
3566
3551
 
3567
- Copyright (c) <year> <copyright holders>
3552
+ Permission is hereby granted, free of charge, to any
3553
+ person obtaining a copy of this software and associated
3554
+ documentation files (the "Software"), to deal in the
3555
+ Software without restriction, including without
3556
+ limitation the rights to use, copy, modify, merge,
3557
+ publish, distribute, sublicense, and/or sell copies of
3558
+ the Software, and to permit persons to whom the Software
3559
+ is furnished to do so, subject to the following
3560
+ conditions:
3568
3561
 
3569
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
3570
- associated documentation files (the "Software"), to deal in the Software without restriction, including
3571
- without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3572
- copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
3573
- following conditions:
3562
+ The above copyright notice and this permission notice
3563
+ shall be included in all copies or substantial portions
3564
+ of the Software.
3574
3565
 
3575
- The above copyright notice and this permission notice shall be included in all copies or substantial
3576
- portions of the Software.
3566
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3567
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3568
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3569
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3570
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3571
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3572
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3573
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3574
+ DEALINGS IN THE SOFTWARE.
3577
3575
 
3578
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
3579
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
3580
- EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3581
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
3582
- USE OR OTHER DEALINGS IN THE SOFTWARE.
3583
3576
 
3584
3577
  ````
3585
3578
 
@@ -3589,16 +3582,47 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
3589
3582
 
3590
3583
  ### Rust Crates:
3591
3584
 
3592
- - [rand](https://github.com/rust-random/rand) (0.8.5)
3593
- - [rand](https://github.com/rust-random/rand) (0.9.4)
3594
- - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
3595
- - [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
3596
- - [rand_core](https://github.com/rust-random/rand) (0.6.4)
3597
- - [rand_core](https://github.com/rust-random/rand) (0.9.5)
3585
+ - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
3586
+
3587
+ ````text
3588
+ Copyright Mozilla Foundation
3589
+
3590
+ Permission is hereby granted, free of charge, to any
3591
+ person obtaining a copy of this software and associated
3592
+ documentation files (the "Software"), to deal in the
3593
+ Software without restriction, including without
3594
+ limitation the rights to use, copy, modify, merge,
3595
+ publish, distribute, sublicense, and/or sell copies of
3596
+ the Software, and to permit persons to whom the Software
3597
+ is furnished to do so, subject to the following
3598
+ conditions:
3599
+
3600
+ The above copyright notice and this permission notice
3601
+ shall be included in all copies or substantial portions
3602
+ of the Software.
3603
+
3604
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3605
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3606
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3607
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3608
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3609
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3610
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3611
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3612
+ DEALINGS IN THE SOFTWARE.
3613
+
3614
+ ````
3615
+
3616
+ ---
3617
+
3618
+ ## The following dependencies are licensed under the MIT License:
3619
+
3620
+ ### Rust Crates:
3621
+
3622
+ - [http-body](https://github.com/hyperium/http-body) (1.0.1)
3598
3623
 
3599
3624
  ````text
3600
- Copyright 2018 Developers of the Rand project
3601
- Copyright (c) 2014 The Rust Project Developers
3625
+ Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
3602
3626
 
3603
3627
  Permission is hereby granted, free of charge, to any
3604
3628
  person obtaining a copy of this software and associated
@@ -3632,10 +3656,10 @@ DEALINGS IN THE SOFTWARE.
3632
3656
 
3633
3657
  ### Rust Crates:
3634
3658
 
3635
- - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
3659
+ - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
3636
3660
 
3637
3661
  ````text
3638
- Copyright (c) 2013-2016 The rust-url developers
3662
+ Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
3639
3663
 
3640
3664
  Permission is hereby granted, free of charge, to any
3641
3665
  person obtaining a copy of this software and associated
@@ -3669,10 +3693,13 @@ DEALINGS IN THE SOFTWARE.
3669
3693
 
3670
3694
  ### Rust Crates:
3671
3695
 
3672
- - [mio](https://github.com/tokio-rs/mio) (1.2.0)
3696
+ - [schemars](https://github.com/GREsau/schemars) (1.2.1)
3697
+ - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
3673
3698
 
3674
3699
  ````text
3675
- Copyright (c) 2014 Carl Lerche and other MIO contributors
3700
+ MIT License
3701
+
3702
+ Copyright (c) 2019 Graham Esau
3676
3703
 
3677
3704
  Permission is hereby granted, free of charge, to any person obtaining a copy
3678
3705
  of this software and associated documentation files (the "Software"), to deal
@@ -3681,16 +3708,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3681
3708
  copies of the Software, and to permit persons to whom the Software is
3682
3709
  furnished to do so, subject to the following conditions:
3683
3710
 
3684
- The above copyright notice and this permission notice shall be included in
3685
- all copies or substantial portions of the Software.
3711
+ The above copyright notice and this permission notice shall be included in all
3712
+ copies or substantial portions of the Software.
3686
3713
 
3687
3714
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3688
3715
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3689
3716
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3690
3717
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3691
3718
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3692
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3693
- THE SOFTWARE.
3719
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3720
+ SOFTWARE.
3694
3721
 
3695
3722
  ````
3696
3723
 
@@ -3698,14 +3725,14 @@ THE SOFTWARE.
3698
3725
 
3699
3726
  ## The following dependencies are licensed under the MIT License:
3700
3727
 
3701
- ### NPM Packages:
3728
+ ### Rust Crates:
3702
3729
 
3703
- - [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
3730
+ - [nix](https://github.com/nix-rust/nix) (0.31.2)
3704
3731
 
3705
3732
  ````text
3706
3733
  The MIT License (MIT)
3707
3734
 
3708
- Copyright (c) 2015-2021 Evgeny Poberezkin
3735
+ Copyright (c) 2015 Carl Lerche + nix-rust Authors
3709
3736
 
3710
3737
  Permission is hereby granted, free of charge, to any person obtaining a copy
3711
3738
  of this software and associated documentation files (the "Software"), to deal
@@ -3714,17 +3741,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3714
3741
  copies of the Software, and to permit persons to whom the Software is
3715
3742
  furnished to do so, subject to the following conditions:
3716
3743
 
3717
- The above copyright notice and this permission notice shall be included in all
3718
- copies or substantial portions of the Software.
3744
+ The above copyright notice and this permission notice shall be included in
3745
+ all copies or substantial portions of the Software.
3719
3746
 
3720
3747
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3721
3748
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3722
3749
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3723
3750
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3724
3751
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3725
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3726
- SOFTWARE.
3727
-
3752
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3753
+ THE SOFTWARE.
3728
3754
 
3729
3755
  ````
3730
3756
 
@@ -3734,11 +3760,10 @@ SOFTWARE.
3734
3760
 
3735
3761
  ### Rust Crates:
3736
3762
 
3737
- - [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
3763
+ - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
3738
3764
 
3739
3765
  ````text
3740
- Copyright (c) 2013-2014 The Rust Project Developers.
3741
- Copyright (c) 2015-2020 The rust-hex Developers
3766
+ Copyright (c) 2016-2025 Sean McArthur
3742
3767
 
3743
3768
  Permission is hereby granted, free of charge, to any person obtaining a copy
3744
3769
  of this software and associated documentation files (the "Software"), to deal
@@ -3747,16 +3772,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3747
3772
  copies of the Software, and to permit persons to whom the Software is
3748
3773
  furnished to do so, subject to the following conditions:
3749
3774
 
3750
- The above copyright notice and this permission notice shall be included in all
3751
- copies or substantial portions of the Software.
3775
+ The above copyright notice and this permission notice shall be included in
3776
+ all copies or substantial portions of the Software.
3752
3777
 
3753
3778
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3754
3779
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3755
3780
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3756
3781
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3757
3782
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3758
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3759
- SOFTWARE.
3783
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3784
+ THE SOFTWARE.
3785
+
3760
3786
 
3761
3787
  ````
3762
3788
 
@@ -3766,10 +3792,10 @@ SOFTWARE.
3766
3792
 
3767
3793
  ### Rust Crates:
3768
3794
 
3769
- - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
3795
+ - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
3770
3796
 
3771
3797
  ````text
3772
- Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
3798
+ Copyright (c) 2019 The CryptoCorrosion Contributors
3773
3799
 
3774
3800
  Permission is hereby granted, free of charge, to any
3775
3801
  person obtaining a copy of this software and associated
@@ -3803,12 +3829,10 @@ DEALINGS IN THE SOFTWARE.
3803
3829
 
3804
3830
  ### Rust Crates:
3805
3831
 
3806
- - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
3832
+ - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
3807
3833
 
3808
3834
  ````text
3809
- MIT License
3810
-
3811
- Copyright (c) [2021] [Marvin Countryman]
3835
+ Copyright (c) 2016 The rust-native-tls Developers
3812
3836
 
3813
3837
  Permission is hereby granted, free of charge, to any person obtaining a copy
3814
3838
  of this software and associated documentation files (the "Software"), to deal
@@ -3834,67 +3858,29 @@ SOFTWARE.
3834
3858
 
3835
3859
  ## The following dependencies are licensed under the MIT License:
3836
3860
 
3837
- ### Rust Crates:
3838
-
3839
- - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
3840
-
3841
- ````text
3842
- The MIT License (MIT)
3843
-
3844
- Copyright (c) 2015 Alice Maz
3845
-
3846
- Permission is hereby granted, free of charge, to any person obtaining a copy
3847
- of this software and associated documentation files (the "Software"), to deal
3848
- in the Software without restriction, including without limitation the rights
3849
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3850
- copies of the Software, and to permit persons to whom the Software is
3851
- furnished to do so, subject to the following conditions:
3852
-
3853
- The above copyright notice and this permission notice shall be included in
3854
- all copies or substantial portions of the Software.
3855
-
3856
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3857
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3858
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3859
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3860
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3861
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3862
- THE SOFTWARE.
3863
-
3864
- ````
3865
-
3866
- ---
3867
-
3868
- ## The following dependencies are licensed under the MIT License:
3869
-
3870
- ### Rust Crates:
3861
+ ### NPM Packages:
3871
3862
 
3872
- - [darling](https://github.com/TedDriggs/darling) (0.23.0)
3873
- - [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
3874
- - [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
3863
+ - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
3875
3864
 
3876
3865
  ````text
3877
- MIT License
3878
-
3879
- Copyright (c) 2017 Ted Driggs
3866
+ This software is released under the MIT license:
3880
3867
 
3881
- Permission is hereby granted, free of charge, to any person obtaining a copy
3882
- of this software and associated documentation files (the "Software"), to deal
3883
- in the Software without restriction, including without limitation the rights
3884
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3885
- copies of the Software, and to permit persons to whom the Software is
3886
- furnished to do so, subject to the following conditions:
3868
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
3869
+ this software and associated documentation files (the "Software"), to deal in
3870
+ the Software without restriction, including without limitation the rights to
3871
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3872
+ the Software, and to permit persons to whom the Software is furnished to do so,
3873
+ subject to the following conditions:
3887
3874
 
3888
3875
  The above copyright notice and this permission notice shall be included in all
3889
3876
  copies or substantial portions of the Software.
3890
3877
 
3891
3878
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3892
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3893
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3894
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3895
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3896
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3897
- SOFTWARE.
3879
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3880
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3881
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3882
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3883
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3898
3884
 
3899
3885
  ````
3900
3886
 
@@ -3904,30 +3890,34 @@ SOFTWARE.
3904
3890
 
3905
3891
  ### Rust Crates:
3906
3892
 
3907
- - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
3893
+ - [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
3908
3894
 
3909
3895
  ````text
3910
- Copyright (c) 2018-2023 Sean McArthur
3911
- Copyright (c) 2016 Alex Crichton
3912
-
3913
- Permission is hereby granted, free of charge, to any person obtaining a copy
3914
- of this software and associated documentation files (the "Software"), to deal
3915
- in the Software without restriction, including without limitation the rights
3916
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3917
- copies of the Software, and to permit persons to whom the Software is
3918
- furnished to do so, subject to the following conditions:
3896
+ Copyright (c) 2014 Chris Wong
3919
3897
 
3920
- The above copyright notice and this permission notice shall be included in
3921
- all copies or substantial portions of the Software.
3898
+ Permission is hereby granted, free of charge, to any
3899
+ person obtaining a copy of this software and associated
3900
+ documentation files (the "Software"), to deal in the
3901
+ Software without restriction, including without
3902
+ limitation the rights to use, copy, modify, merge,
3903
+ publish, distribute, sublicense, and/or sell copies of
3904
+ the Software, and to permit persons to whom the Software
3905
+ is furnished to do so, subject to the following
3906
+ conditions:
3922
3907
 
3923
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3924
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3925
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3926
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3927
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3928
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3929
- THE SOFTWARE.
3908
+ The above copyright notice and this permission notice
3909
+ shall be included in all copies or substantial portions
3910
+ of the Software.
3930
3911
 
3912
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3913
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3914
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3915
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3916
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3917
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3918
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3919
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3920
+ DEALINGS IN THE SOFTWARE.
3931
3921
 
3932
3922
  ````
3933
3923
 
@@ -3937,10 +3927,10 @@ THE SOFTWARE.
3937
3927
 
3938
3928
  ### Rust Crates:
3939
3929
 
3940
- - [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
3930
+ - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
3941
3931
 
3942
3932
  ````text
3943
- Copyright (c) 2020 Andrew D. Straw
3933
+ Copyright (c) 2018-2019 The RustCrypto Project Developers
3944
3934
 
3945
3935
  Permission is hereby granted, free of charge, to any
3946
3936
  person obtaining a copy of this software and associated
@@ -3972,12 +3962,52 @@ DEALINGS IN THE SOFTWARE.
3972
3962
 
3973
3963
  ## The following dependencies are licensed under the MIT License:
3974
3964
 
3965
+ ### NPM Packages:
3966
+
3967
+ - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
3968
+ - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
3969
+
3970
+ ````text
3971
+ MIT License
3972
+
3973
+ Copyright (c) Microsoft Corporation.
3974
+
3975
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3976
+ of this software and associated documentation files (the "Software"), to deal
3977
+ in the Software without restriction, including without limitation the rights
3978
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3979
+ copies of the Software, and to permit persons to whom the Software is
3980
+ furnished to do so, subject to the following conditions:
3981
+
3982
+ The above copyright notice and this permission notice shall be included in all
3983
+ copies or substantial portions of the Software.
3984
+
3985
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3986
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3987
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3988
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3989
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3990
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3991
+ SOFTWARE
3992
+
3993
+ ````
3994
+
3995
+ ---
3996
+
3997
+ ## The following dependencies are licensed under the MIT License:
3998
+
3975
3999
  ### Rust Crates:
3976
4000
 
3977
- - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
4001
+ - [rand](https://github.com/rust-random/rand) (0.8.5)
4002
+ - [rand](https://github.com/rust-random/rand) (0.9.4)
4003
+ - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
4004
+ - [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
4005
+ - [rand_core](https://github.com/rust-random/rand) (0.6.4)
4006
+ - [rand_core](https://github.com/rust-random/rand) (0.9.5)
3978
4007
 
3979
4008
  ````text
3980
- Copyright (c) 2018-2019 The RustCrypto Project Developers
4009
+ Copyright 2018 Developers of the Rand project
4010
+ Copyright (c) 2014 The Rust Project Developers
3981
4011
 
3982
4012
  Permission is hereby granted, free of charge, to any
3983
4013
  person obtaining a copy of this software and associated
@@ -4009,14 +4039,14 @@ DEALINGS IN THE SOFTWARE.
4009
4039
 
4010
4040
  ## The following dependencies are licensed under the MIT License:
4011
4041
 
4012
- ### Rust Crates:
4042
+ ### NPM Packages:
4013
4043
 
4014
- - [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
4044
+ - [undici-types](https://github.com/nodejs/undici) (6.21.0)
4015
4045
 
4016
4046
  ````text
4017
4047
  MIT License
4018
4048
 
4019
- Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
4049
+ Copyright (c) Matteo Collina and Undici contributors
4020
4050
 
4021
4051
  Permission is hereby granted, free of charge, to any person obtaining a copy
4022
4052
  of this software and associated documentation files (the "Software"), to deal
@@ -4044,10 +4074,12 @@ SOFTWARE.
4044
4074
 
4045
4075
  ### Rust Crates:
4046
4076
 
4047
- - [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
4077
+ - [tower](https://github.com/tower-rs/tower) (0.5.3)
4078
+ - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
4079
+ - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
4048
4080
 
4049
4081
  ````text
4050
- Copyright (c) 2017 tokio-jsonrpc developers
4082
+ Copyright (c) 2019 Tower Contributors
4051
4083
 
4052
4084
  Permission is hereby granted, free of charge, to any
4053
4085
  person obtaining a copy of this software and associated
@@ -4462,18 +4494,6 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
4462
4494
 
4463
4495
  ---
4464
4496
 
4465
- ## The following dependencies are licensed under the UNKNOWN License:
4466
-
4467
- ### NPM Packages:
4468
-
4469
- - [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.6) (0.0.6)
4470
-
4471
- ````text
4472
- Please refer to the package README for license details.
4473
- ````
4474
-
4475
- ---
4476
-
4477
4497
  ## The following dependencies are licensed under the Unicode-3.0 License:
4478
4498
 
4479
4499
  ### Rust Crates: