@deveco-codegenie/mcp-bridge-darwin-x64 1.1.10 → 1.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46,6 +46,93 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
46
46
 
47
47
  ### Rust Crates:
48
48
 
49
+ - [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
50
+ - [ryu](https://github.com/dtolnay/ryu) (1.0.23)
51
+ - [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
52
+
53
+ ````text
54
+ Apache License
55
+ Version 2.0, January 2004
56
+ http://www.apache.org/licenses/
57
+
58
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
59
+
60
+ 1. Definitions.
61
+
62
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
63
+
64
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
65
+
66
+ "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.
67
+
68
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
69
+
70
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
71
+
72
+ "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.
73
+
74
+ "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).
75
+
76
+ "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.
77
+
78
+ "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."
79
+
80
+ "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.
81
+
82
+ 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.
83
+
84
+ 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.
85
+
86
+ 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:
87
+
88
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
89
+
90
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
91
+
92
+ (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
93
+
94
+ (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.
95
+
96
+ 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.
97
+
98
+ 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.
99
+
100
+ 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.
101
+
102
+ 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.
103
+
104
+ 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.
105
+
106
+ 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.
107
+
108
+ END OF TERMS AND CONDITIONS
109
+
110
+ APPENDIX: How to apply the Apache License to your work.
111
+
112
+ 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.
113
+
114
+ Copyright [yyyy] [name of copyright owner]
115
+
116
+ Licensed under the Apache License, Version 2.0 (the "License");
117
+ you may not use this file except in compliance with the License.
118
+ You may obtain a copy of the License at
119
+
120
+ http://www.apache.org/licenses/LICENSE-2.0
121
+
122
+ Unless required by applicable law or agreed to in writing, software
123
+ distributed under the License is distributed on an "AS IS" BASIS,
124
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
125
+ See the License for the specific language governing permissions and
126
+ limitations under the License.
127
+
128
+ ````
129
+
130
+ ---
131
+
132
+ ## The following dependencies are licensed under the Apache-2.0 License:
133
+
134
+ ### Rust Crates:
135
+
49
136
  - [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
50
137
 
51
138
  ````text
@@ -255,93 +342,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
255
342
 
256
343
  ---
257
344
 
258
- ## The following dependencies are licensed under the Apache-2.0 License:
259
-
260
- ### Rust Crates:
261
-
262
- - [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
263
- - [ryu](https://github.com/dtolnay/ryu) (1.0.23)
264
- - [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
265
-
266
- ````text
267
- Apache License
268
- Version 2.0, January 2004
269
- http://www.apache.org/licenses/
270
-
271
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
272
-
273
- 1. Definitions.
274
-
275
- "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
276
-
277
- "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
278
-
279
- "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.
280
-
281
- "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
282
-
283
- "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
284
-
285
- "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.
286
-
287
- "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).
288
-
289
- "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.
290
-
291
- "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."
292
-
293
- "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.
294
-
295
- 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.
296
-
297
- 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.
298
-
299
- 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:
300
-
301
- (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
302
-
303
- (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
304
-
305
- (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
306
-
307
- (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.
308
-
309
- 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.
310
-
311
- 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.
312
-
313
- 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.
314
-
315
- 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.
316
-
317
- 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.
318
-
319
- 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.
320
-
321
- END OF TERMS AND CONDITIONS
322
-
323
- APPENDIX: How to apply the Apache License to your work.
324
-
325
- 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.
326
-
327
- Copyright [yyyy] [name of copyright owner]
328
-
329
- Licensed under the Apache License, Version 2.0 (the "License");
330
- you may not use this file except in compliance with the License.
331
- You may obtain a copy of the License at
332
-
333
- http://www.apache.org/licenses/LICENSE-2.0
334
-
335
- Unless required by applicable law or agreed to in writing, software
336
- distributed under the License is distributed on an "AS IS" BASIS,
337
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
338
- See the License for the specific language governing permissions and
339
- limitations under the License.
340
-
341
- ````
342
-
343
- ---
344
-
345
345
  ## The following dependencies are licensed under the BSD-3-Clause License:
346
346
 
347
347
  ### NPM Packages:
@@ -411,29 +411,34 @@ THIS SOFTWARE.
411
411
 
412
412
  ### Rust Crates:
413
413
 
414
- - [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
414
+ - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
415
415
 
416
416
  ````text
417
- Copyright (c) 2017 Daniel Abramov
418
- Copyright (c) 2017 Alexey Galakhov
417
+ Copyright (c) 2020-2025 The RustCrypto Project Developers
419
418
 
420
- Permission is hereby granted, free of charge, to any person obtaining a copy
421
- of this software and associated documentation files (the "Software"), to deal
422
- in the Software without restriction, including without limitation the rights
423
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
424
- copies of the Software, and to permit persons to whom the Software is
425
- furnished to do so, subject to the following conditions:
419
+ Permission is hereby granted, free of charge, to any
420
+ person obtaining a copy of this software and associated
421
+ documentation files (the "Software"), to deal in the
422
+ Software without restriction, including without
423
+ limitation the rights to use, copy, modify, merge,
424
+ publish, distribute, sublicense, and/or sell copies of
425
+ the Software, and to permit persons to whom the Software
426
+ is furnished to do so, subject to the following
427
+ conditions:
426
428
 
427
- The above copyright notice and this permission notice shall be included in
428
- all copies or substantial portions of the Software.
429
+ The above copyright notice and this permission notice
430
+ shall be included in all copies or substantial portions
431
+ of the Software.
429
432
 
430
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
431
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
432
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
433
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
434
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
435
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
436
- THE SOFTWARE.
433
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
434
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
435
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
436
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
437
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
438
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
439
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
440
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
441
+ DEALINGS IN THE SOFTWARE.
437
442
 
438
443
  ````
439
444
 
@@ -443,10 +448,11 @@ THE SOFTWARE.
443
448
 
444
449
  ### Rust Crates:
445
450
 
446
- - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
451
+ - [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
447
452
 
448
453
  ````text
449
- Copyright (c) 2010 The Rust Project Developers
454
+ Copyright (c) 2018-2026 The rust-random Project Developers
455
+ Copyright (c) 2014 The Rust Project Developers
450
456
 
451
457
  Permission is hereby granted, free of charge, to any
452
458
  person obtaining a copy of this software and associated
@@ -480,10 +486,12 @@ DEALINGS IN THE SOFTWARE.
480
486
 
481
487
  ### Rust Crates:
482
488
 
483
- - [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
489
+ - [rand](https://github.com/rust-random/rand) (0.8.5)
490
+ - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
491
+ - [rand_core](https://github.com/rust-random/rand) (0.6.4)
484
492
 
485
493
  ````text
486
- Copyright (c) 2018-2026 The rust-random Project Developers
494
+ Copyright 2018 Developers of the Rand project
487
495
  Copyright (c) 2014 The Rust Project Developers
488
496
 
489
497
  Permission is hereby granted, free of charge, to any
@@ -516,13 +524,14 @@ DEALINGS IN THE SOFTWARE.
516
524
 
517
525
  ## The following dependencies are licensed under the MIT License:
518
526
 
519
- ### Rust Crates:
527
+ ### NPM Packages:
520
528
 
521
- - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
529
+ - [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
522
530
 
523
531
  ````text
524
- Copyright (c) 2018-2023 Sean McArthur
525
- Copyright (c) 2016 Alex Crichton
532
+ The MIT License (MIT)
533
+
534
+ Copyright (c) 2015-2021 Evgeny Poberezkin
526
535
 
527
536
  Permission is hereby granted, free of charge, to any person obtaining a copy
528
537
  of this software and associated documentation files (the "Software"), to deal
@@ -531,16 +540,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
531
540
  copies of the Software, and to permit persons to whom the Software is
532
541
  furnished to do so, subject to the following conditions:
533
542
 
534
- The above copyright notice and this permission notice shall be included in
535
- all copies or substantial portions of the Software.
543
+ The above copyright notice and this permission notice shall be included in all
544
+ copies or substantial portions of the Software.
536
545
 
537
546
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
538
547
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
539
548
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
540
549
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
541
550
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
542
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
543
- THE SOFTWARE.
551
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
552
+ SOFTWARE.
544
553
 
545
554
 
546
555
  ````
@@ -551,33 +560,51 @@ THE SOFTWARE.
551
560
 
552
561
  ### Rust Crates:
553
562
 
554
- - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
555
- - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
556
- - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
557
- - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
563
+ - [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
564
+ - [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
565
+ - [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
566
+ - [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
558
567
 
559
568
  ````text
560
- The MIT License (MIT)
569
+ 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:
561
570
 
562
- Copyright (c) 2015 Andrew Gallant
571
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
563
572
 
564
- Permission is hereby granted, free of charge, to any person obtaining a copy
573
+ 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.
574
+ ````
575
+
576
+ ---
577
+
578
+ ## The following dependencies are licensed under the MIT License:
579
+
580
+ ### Rust Crates:
581
+
582
+ - [darling](https://github.com/TedDriggs/darling) (0.23.0)
583
+ - [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
584
+ - [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
585
+
586
+ ````text
587
+ MIT License
588
+
589
+ Copyright (c) 2017 Ted Driggs
590
+
591
+ Permission is hereby granted, free of charge, to any person obtaining a copy
565
592
  of this software and associated documentation files (the "Software"), to deal
566
593
  in the Software without restriction, including without limitation the rights
567
594
  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
568
595
  copies of the Software, and to permit persons to whom the Software is
569
596
  furnished to do so, subject to the following conditions:
570
597
 
571
- The above copyright notice and this permission notice shall be included in
572
- all copies or substantial portions of the Software.
598
+ The above copyright notice and this permission notice shall be included in all
599
+ copies or substantial portions of the Software.
573
600
 
574
601
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
575
602
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
576
603
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
577
604
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
578
605
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
579
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
580
- THE SOFTWARE.
606
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
607
+ SOFTWARE.
581
608
 
582
609
  ````
583
610
 
@@ -587,35 +614,30 @@ THE SOFTWARE.
587
614
 
588
615
  ### Rust Crates:
589
616
 
590
- - [http](https://github.com/hyperium/http) (1.4.0)
617
+ - [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
591
618
 
592
619
  ````text
593
- Copyright (c) 2017 http-rs authors
594
-
595
- Permission is hereby granted, free of charge, to any
596
- person obtaining a copy of this software and associated
597
- documentation files (the "Software"), to deal in the
598
- Software without restriction, including without
599
- limitation the rights to use, copy, modify, merge,
600
- publish, distribute, sublicense, and/or sell copies of
601
- the Software, and to permit persons to whom the Software
602
- is furnished to do so, subject to the following
603
- conditions:
604
-
605
- The above copyright notice and this permission notice
606
- shall be included in all copies or substantial portions
607
- of the Software.
608
-
609
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
610
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
611
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
612
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
613
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
614
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
615
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
616
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
617
- DEALINGS IN THE SOFTWARE.
618
-
620
+ The MIT License (MIT)
621
+
622
+ Copyright (c) 2015 Bartłomiej Kamiński
623
+
624
+ Permission is hereby granted, free of charge, to any person obtaining a copy
625
+ of this software and associated documentation files (the "Software"), to deal
626
+ in the Software without restriction, including without limitation the rights
627
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
628
+ copies of the Software, and to permit persons to whom the Software is
629
+ furnished to do so, subject to the following conditions:
630
+
631
+ The above copyright notice and this permission notice shall be included in all
632
+ copies or substantial portions of the Software.
633
+
634
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
635
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
636
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
637
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
638
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
639
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
640
+ SOFTWARE.
619
641
  ````
620
642
 
621
643
  ---
@@ -624,10 +646,10 @@ DEALINGS IN THE SOFTWARE.
624
646
 
625
647
  ### Rust Crates:
626
648
 
627
- - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
649
+ - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
628
650
 
629
651
  ````text
630
- Copyright (c) 2023-2025 Sean McArthur
652
+ Copyright (c) 2015-2025 Sean McArthur
631
653
 
632
654
  Permission is hereby granted, free of charge, to any person obtaining a copy
633
655
  of this software and associated documentation files (the "Software"), to deal
@@ -647,36 +669,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
647
669
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
648
670
  THE SOFTWARE.
649
671
 
650
- ````
651
-
652
- ---
653
-
654
- ## The following dependencies are licensed under the MIT License:
655
-
656
- ### Rust Crates:
657
-
658
- - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
659
-
660
- ````text
661
- Copyright (c) 2016 The rust-native-tls Developers
662
-
663
- Permission is hereby granted, free of charge, to any person obtaining a copy
664
- of this software and associated documentation files (the "Software"), to deal
665
- in the Software without restriction, including without limitation the rights
666
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
667
- copies of the Software, and to permit persons to whom the Software is
668
- furnished to do so, subject to the following conditions:
669
-
670
- The above copyright notice and this permission notice shall be included in all
671
- copies or substantial portions of the Software.
672
-
673
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
674
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
675
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
676
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
677
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
678
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
679
- SOFTWARE.
680
672
 
681
673
  ````
682
674
 
@@ -686,10 +678,10 @@ SOFTWARE.
686
678
 
687
679
  ### Rust Crates:
688
680
 
689
- - [libc](https://github.com/rust-lang/libc) (0.2.185)
681
+ - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
690
682
 
691
683
  ````text
692
- Copyright (c) The Rust Project Developers
684
+ Copyright (c) 2019 The CryptoCorrosion Contributors
693
685
 
694
686
  Permission is hereby granted, free of charge, to any
695
687
  person obtaining a copy of this software and associated
@@ -721,14 +713,16 @@ DEALINGS IN THE SOFTWARE.
721
713
 
722
714
  ## The following dependencies are licensed under the MIT License:
723
715
 
724
- ### NPM Packages:
716
+ ### Rust Crates:
725
717
 
726
- - [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
718
+ - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
727
719
 
728
720
  ````text
729
721
  The MIT License (MIT)
730
722
 
731
- Copyright (c) 2015-2021 Evgeny Poberezkin
723
+ Copyright (c) 2015 Danny Guo
724
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
725
+ Copyright (c) 2018 Akash Kurdekar
732
726
 
733
727
  Permission is hereby granted, free of charge, to any person obtaining a copy
734
728
  of this software and associated documentation files (the "Software"), to deal
@@ -748,7 +742,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
748
742
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
749
743
  SOFTWARE.
750
744
 
751
-
752
745
  ````
753
746
 
754
747
  ---
@@ -757,12 +750,11 @@ SOFTWARE.
757
750
 
758
751
  ### Rust Crates:
759
752
 
760
- - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
761
- - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
762
- - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
753
+ - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
763
754
 
764
755
  ````text
765
- Copyright (c) 2016 The Rust Project Developers
756
+ Copyright (c) 2018-2024 The rust-random Project Developers
757
+ Copyright (c) 2014 The Rust Project Developers
766
758
 
767
759
  Permission is hereby granted, free of charge, to any
768
760
  person obtaining a copy of this software and associated
@@ -794,79 +786,12 @@ DEALINGS IN THE SOFTWARE.
794
786
 
795
787
  ## The following dependencies are licensed under the MIT License:
796
788
 
797
- ### NPM Packages:
798
-
799
- - [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
800
-
801
- ````text
802
- The MIT License (MIT)
803
-
804
- Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
805
-
806
- Permission is hereby granted, free of charge, to any person obtaining a copy
807
- of this software and associated documentation files (the "Software"), to deal
808
- in the Software without restriction, including without limitation the rights
809
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
810
- copies of the Software, and to permit persons to whom the Software is
811
- furnished to do so, subject to the following conditions:
812
-
813
- The above copyright notice and this permission notice shall be included in
814
- all copies or substantial portions of the Software.
815
-
816
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
817
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
818
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
819
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
820
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
821
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
822
- THE SOFTWARE.
823
-
824
- ````
825
-
826
- ---
827
-
828
- ## The following dependencies are licensed under the MIT License:
829
-
830
- ### NPM Packages:
831
-
832
- - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
833
- - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.43)
834
-
835
- ````text
836
- MIT License
837
-
838
- Copyright (c) Microsoft Corporation.
839
-
840
- Permission is hereby granted, free of charge, to any person obtaining a copy
841
- of this software and associated documentation files (the "Software"), to deal
842
- in the Software without restriction, including without limitation the rights
843
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
844
- copies of the Software, and to permit persons to whom the Software is
845
- furnished to do so, subject to the following conditions:
846
-
847
- The above copyright notice and this permission notice shall be included in all
848
- copies or substantial portions of the Software.
849
-
850
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
851
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
852
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
853
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
854
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
855
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
856
- SOFTWARE
857
-
858
- ````
859
-
860
- ---
861
-
862
- ## The following dependencies are licensed under the MIT License:
863
-
864
789
  ### Rust Crates:
865
790
 
866
- - [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
791
+ - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
867
792
 
868
793
  ````text
869
- Copyright (c) 2016 Amanieu d'Antras
794
+ Copyright (c) 2018-2019 The RustCrypto Project Developers
870
795
 
871
796
  Permission is hereby granted, free of charge, to any
872
797
  person obtaining a copy of this software and associated
@@ -900,10 +825,10 @@ DEALINGS IN THE SOFTWARE.
900
825
 
901
826
  ### Rust Crates:
902
827
 
903
- - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
828
+ - [http](https://github.com/hyperium/http) (1.4.0)
904
829
 
905
830
  ````text
906
- Copyright (c) 2018 The Servo Project Developers
831
+ Copyright (c) 2017 http-rs authors
907
832
 
908
833
  Permission is hereby granted, free of charge, to any
909
834
  person obtaining a copy of this software and associated
@@ -937,12 +862,10 @@ DEALINGS IN THE SOFTWARE.
937
862
 
938
863
  ### Rust Crates:
939
864
 
940
- - [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
865
+ - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
941
866
 
942
867
  ````text
943
- MIT License
944
-
945
- Copyright (c) 2025 rutrum
868
+ Copyright (c) 2023-2025 Sean McArthur
946
869
 
947
870
  Permission is hereby granted, free of charge, to any person obtaining a copy
948
871
  of this software and associated documentation files (the "Software"), to deal
@@ -951,16 +874,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
951
874
  copies of the Software, and to permit persons to whom the Software is
952
875
  furnished to do so, subject to the following conditions:
953
876
 
954
- The above copyright notice and this permission notice shall be included in all
955
- copies or substantial portions of the Software.
877
+ The above copyright notice and this permission notice shall be included in
878
+ all copies or substantial portions of the Software.
956
879
 
957
880
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
958
881
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
959
882
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
960
883
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
961
884
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
962
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
963
- SOFTWARE.
885
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
886
+ THE SOFTWARE.
887
+
964
888
  ````
965
889
 
966
890
  ---
@@ -969,30 +893,34 @@ SOFTWARE.
969
893
 
970
894
  ### Rust Crates:
971
895
 
972
- - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
896
+ - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
973
897
 
974
898
  ````text
975
- MIT License
899
+ Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
976
900
 
977
- Copyright (c) 2025 Callum Oakley
901
+ Permission is hereby granted, free of charge, to any
902
+ person obtaining a copy of this software and associated
903
+ documentation files (the "Software"), to deal in the
904
+ Software without restriction, including without
905
+ limitation the rights to use, copy, modify, merge,
906
+ publish, distribute, sublicense, and/or sell copies of
907
+ the Software, and to permit persons to whom the Software
908
+ is furnished to do so, subject to the following
909
+ conditions:
978
910
 
979
- Permission is hereby granted, free of charge, to any person obtaining a copy
980
- of this software and associated documentation files (the "Software"), to deal
981
- in the Software without restriction, including without limitation the rights
982
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
983
- copies of the Software, and to permit persons to whom the Software is
984
- furnished to do so, subject to the following conditions:
911
+ The above copyright notice and this permission notice
912
+ shall be included in all copies or substantial portions
913
+ of the Software.
985
914
 
986
- The above copyright notice and this permission notice shall be included in all
987
- copies or substantial portions of the Software.
988
-
989
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
990
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
991
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
992
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
993
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
994
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
995
- SOFTWARE.
915
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
916
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
917
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
918
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
919
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
920
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
921
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
922
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
923
+ DEALINGS IN THE SOFTWARE.
996
924
 
997
925
  ````
998
926
 
@@ -1002,12 +930,46 @@ SOFTWARE.
1002
930
 
1003
931
  ### Rust Crates:
1004
932
 
1005
- - [typenum](https://github.com/paholg/typenum) (1.19.0)
933
+ - [chrono](https://github.com/chronotope/chrono) (0.4.44)
934
+ - [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
935
+ - [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
936
+ - [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
937
+ - [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
938
+ - [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
939
+ - [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
1006
940
 
1007
941
  ````text
1008
- The MIT License (MIT)
942
+ MIT License
1009
943
 
1010
- Copyright (c) 2014 Paho Lurie-Gregg
944
+ Copyright (c) <year> <copyright holders>
945
+
946
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
947
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
948
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
949
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
950
+ following conditions:
951
+
952
+ The above copyright notice and this permission notice shall be included in all copies or substantial
953
+ portions of the Software.
954
+
955
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
956
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
957
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
958
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
959
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
960
+
961
+ ````
962
+
963
+ ---
964
+
965
+ ## The following dependencies are licensed under the MIT License:
966
+
967
+ ### Rust Crates:
968
+
969
+ - [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
970
+
971
+ ````text
972
+ MIT License
1011
973
 
1012
974
  Permission is hereby granted, free of charge, to any person obtaining a copy
1013
975
  of this software and associated documentation files (the "Software"), to deal
@@ -1035,11 +997,10 @@ SOFTWARE.
1035
997
 
1036
998
  ### Rust Crates:
1037
999
 
1038
- - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
1039
- - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
1000
+ - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
1040
1001
 
1041
1002
  ````text
1042
- Copyright (c) 2014 Alex Crichton
1003
+ Copyright (c) 2010 The Rust Project Developers
1043
1004
 
1044
1005
  Permission is hereby granted, free of charge, to any
1045
1006
  person obtaining a copy of this software and associated
@@ -1073,10 +1034,10 @@ DEALINGS IN THE SOFTWARE.
1073
1034
 
1074
1035
  ### Rust Crates:
1075
1036
 
1076
- - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
1037
+ - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
1077
1038
 
1078
1039
  ````text
1079
- Copyright (c) 2014-2026 Alex Crichton
1040
+ Copyright (c) 2018 Carl Lerche
1080
1041
 
1081
1042
  Permission is hereby granted, free of charge, to any
1082
1043
  person obtaining a copy of this software and associated
@@ -1110,40 +1071,11 @@ DEALINGS IN THE SOFTWARE.
1110
1071
 
1111
1072
  ### Rust Crates:
1112
1073
 
1113
- - [hyper](https://github.com/hyperium/hyper) (1.9.0)
1074
+ - [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
1114
1075
 
1115
1076
  ````text
1116
- Copyright (c) 2014-2026 Sean McArthur
1117
-
1118
- Permission is hereby granted, free of charge, to any person obtaining a copy
1119
- of this software and associated documentation files (the "Software"), to deal
1120
- in the Software without restriction, including without limitation the rights
1121
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1122
- copies of the Software, and to permit persons to whom the Software is
1123
- furnished to do so, subject to the following conditions:
1124
-
1125
- The above copyright notice and this permission notice shall be included in
1126
- all copies or substantial portions of the Software.
1127
-
1128
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1129
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1130
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1131
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1132
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1133
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1134
- THE SOFTWARE.
1135
-
1136
- ````
1137
-
1138
- ---
1139
-
1140
- ## The following dependencies are licensed under the MIT License:
1141
-
1142
- ### Rust Crates:
1143
-
1144
- - [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
1077
+ Copyright (c) The rust-url developers
1145
1078
 
1146
- ````text
1147
1079
  Permission is hereby granted, free of charge, to any
1148
1080
  person obtaining a copy of this software and associated
1149
1081
  documentation files (the "Software"), to deal in the
@@ -1167,24 +1099,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1167
1099
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1168
1100
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1169
1101
  DEALINGS IN THE SOFTWARE.
1170
- ````
1171
-
1172
- ---
1173
-
1174
- ## The following dependencies are licensed under the MIT License:
1175
-
1176
- ### Rust Crates:
1177
-
1178
- - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
1179
-
1180
- ````text
1181
- Copyright 2017 Juniper Networks, Inc.
1182
-
1183
- 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:
1184
-
1185
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1186
-
1187
- 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.
1188
1102
 
1189
1103
  ````
1190
1104
 
@@ -1194,14 +1108,15 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1194
1108
 
1195
1109
  ### Rust Crates:
1196
1110
 
1197
- - [darling](https://github.com/TedDriggs/darling) (0.23.0)
1198
- - [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
1199
- - [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
1111
+ - [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
1200
1112
 
1201
1113
  ````text
1202
1114
  MIT License
1203
1115
 
1204
- Copyright (c) 2017 Ted Driggs
1116
+ Copyright 2013-2014 RAD Game Tools and Valve Software
1117
+ Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
1118
+ Copyright (c) 2017 Frommi
1119
+ Copyright (c) 2017-2024 oyvindln
1205
1120
 
1206
1121
  Permission is hereby granted, free of charge, to any person obtaining a copy
1207
1122
  of this software and associated documentation files (the "Software"), to deal
@@ -1229,12 +1144,10 @@ SOFTWARE.
1229
1144
 
1230
1145
  ### Rust Crates:
1231
1146
 
1232
- - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
1147
+ - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
1233
1148
 
1234
1149
  ````text
1235
- MIT License
1236
-
1237
- Copyright (c) [2021] [Marvin Countryman]
1150
+ Copyright (c) 2016-2025 Sean McArthur
1238
1151
 
1239
1152
  Permission is hereby granted, free of charge, to any person obtaining a copy
1240
1153
  of this software and associated documentation files (the "Software"), to deal
@@ -1243,16 +1156,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1243
1156
  copies of the Software, and to permit persons to whom the Software is
1244
1157
  furnished to do so, subject to the following conditions:
1245
1158
 
1246
- The above copyright notice and this permission notice shall be included in all
1247
- copies or substantial portions of the Software.
1159
+ The above copyright notice and this permission notice shall be included in
1160
+ all copies or substantial portions of the Software.
1248
1161
 
1249
1162
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1250
1163
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1251
1164
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1252
1165
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1253
1166
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1254
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1255
- SOFTWARE.
1167
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1168
+ THE SOFTWARE.
1169
+
1256
1170
 
1257
1171
  ````
1258
1172
 
@@ -1262,10 +1176,10 @@ SOFTWARE.
1262
1176
 
1263
1177
  ### Rust Crates:
1264
1178
 
1265
- - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
1179
+ - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
1266
1180
 
1267
1181
  ````text
1268
- Copyright (c) 2020-2025 The RustCrypto Project Developers
1182
+ Copyright (c) 2016 Anthony Ramine
1269
1183
 
1270
1184
  Permission is hereby granted, free of charge, to any
1271
1185
  person obtaining a copy of this software and associated
@@ -1299,10 +1213,13 @@ DEALINGS IN THE SOFTWARE.
1299
1213
 
1300
1214
  ### Rust Crates:
1301
1215
 
1302
- - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
1216
+ - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
1217
+ - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
1303
1218
 
1304
1219
  ````text
1305
- Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
1220
+ Copyright (c) 2006-2009 Graydon Hoare
1221
+ Copyright (c) 2009-2013 Mozilla Foundation
1222
+ Copyright (c) 2016 Artyom Pavlov
1306
1223
 
1307
1224
  Permission is hereby granted, free of charge, to any
1308
1225
  person obtaining a copy of this software and associated
@@ -1336,10 +1253,10 @@ DEALINGS IN THE SOFTWARE.
1336
1253
 
1337
1254
  ### Rust Crates:
1338
1255
 
1339
- - [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
1256
+ - [slab](https://github.com/tokio-rs/slab) (0.4.12)
1340
1257
 
1341
1258
  ````text
1342
- Copyright (c) 2017 tokio-jsonrpc developers
1259
+ Copyright (c) 2019 Carl Lerche
1343
1260
 
1344
1261
  Permission is hereby granted, free of charge, to any
1345
1262
  person obtaining a copy of this software and associated
@@ -1373,34 +1290,32 @@ DEALINGS IN THE SOFTWARE.
1373
1290
 
1374
1291
  ### Rust Crates:
1375
1292
 
1376
- - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
1293
+ - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
1294
+ - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
1295
+ - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
1377
1296
 
1378
1297
  ````text
1379
- Copyright (c) 2016 Anthony Ramine
1298
+ MIT License
1380
1299
 
1381
- Permission is hereby granted, free of charge, to any
1382
- person obtaining a copy of this software and associated
1383
- documentation files (the "Software"), to deal in the
1384
- Software without restriction, including without
1385
- limitation the rights to use, copy, modify, merge,
1386
- publish, distribute, sublicense, and/or sell copies of
1387
- the Software, and to permit persons to whom the Software
1388
- is furnished to do so, subject to the following
1389
- conditions:
1300
+ Copyright (c) Tokio Contributors
1390
1301
 
1391
- The above copyright notice and this permission notice
1392
- shall be included in all copies or substantial portions
1393
- of the Software.
1302
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1303
+ of this software and associated documentation files (the "Software"), to deal
1304
+ in the Software without restriction, including without limitation the rights
1305
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1306
+ copies of the Software, and to permit persons to whom the Software is
1307
+ furnished to do so, subject to the following conditions:
1394
1308
 
1395
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1396
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1397
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1398
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1399
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1400
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1401
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1402
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1403
- DEALINGS IN THE SOFTWARE.
1309
+ The above copyright notice and this permission notice shall be included in all
1310
+ copies or substantial portions of the Software.
1311
+
1312
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1313
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1314
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1315
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1316
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1317
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1318
+ SOFTWARE.
1404
1319
 
1405
1320
  ````
1406
1321
 
@@ -1410,37 +1325,30 @@ DEALINGS IN THE SOFTWARE.
1410
1325
 
1411
1326
  ### Rust Crates:
1412
1327
 
1413
- - [tower](https://github.com/tower-rs/tower) (0.5.3)
1414
- - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
1415
- - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
1328
+ - [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
1416
1329
 
1417
1330
  ````text
1418
- Copyright (c) 2019 Tower Contributors
1331
+ MIT License
1419
1332
 
1420
- Permission is hereby granted, free of charge, to any
1421
- person obtaining a copy of this software and associated
1422
- documentation files (the "Software"), to deal in the
1423
- Software without restriction, including without
1424
- limitation the rights to use, copy, modify, merge,
1425
- publish, distribute, sublicense, and/or sell copies of
1426
- the Software, and to permit persons to whom the Software
1427
- is furnished to do so, subject to the following
1428
- conditions:
1333
+ Copyright (c) 2025 rutrum
1429
1334
 
1430
- The above copyright notice and this permission notice
1431
- shall be included in all copies or substantial portions
1432
- of the Software.
1335
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1336
+ of this software and associated documentation files (the "Software"), to deal
1337
+ in the Software without restriction, including without limitation the rights
1338
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1339
+ copies of the Software, and to permit persons to whom the Software is
1340
+ furnished to do so, subject to the following conditions:
1433
1341
 
1434
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1435
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1436
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1437
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1438
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1439
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1440
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1441
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1442
- DEALINGS IN THE SOFTWARE.
1342
+ The above copyright notice and this permission notice shall be included in all
1343
+ copies or substantial portions of the Software.
1443
1344
 
1345
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1346
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1347
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1348
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1349
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1350
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1351
+ SOFTWARE.
1444
1352
  ````
1445
1353
 
1446
1354
  ---
@@ -1449,10 +1357,10 @@ DEALINGS IN THE SOFTWARE.
1449
1357
 
1450
1358
  ### Rust Crates:
1451
1359
 
1452
- - [digest](https://github.com/RustCrypto/traits) (0.10.7)
1360
+ - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
1453
1361
 
1454
1362
  ````text
1455
- Copyright (c) 2017 Artyom Pavlov
1363
+ Copyright (c) 2019-2021 Tower Contributors
1456
1364
 
1457
1365
  Permission is hereby granted, free of charge, to any
1458
1366
  person obtaining a copy of this software and associated
@@ -1484,15 +1392,15 @@ DEALINGS IN THE SOFTWARE.
1484
1392
 
1485
1393
  ## The following dependencies are licensed under the MIT License:
1486
1394
 
1487
- ### Rust Crates:
1395
+ ### NPM Packages:
1488
1396
 
1489
- - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
1397
+ - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
1398
+ - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
1490
1399
 
1491
1400
  ````text
1492
- The MIT License (MIT)
1401
+ MIT License
1493
1402
 
1494
- Copyright (c) 2015-2020 Julien Cretin
1495
- Copyright (c) 2017-2020 Google Inc.
1403
+ Copyright (c) 2017 Evgeny Poberezkin
1496
1404
 
1497
1405
  Permission is hereby granted, free of charge, to any person obtaining a copy
1498
1406
  of this software and associated documentation files (the "Software"), to deal
@@ -1518,17 +1426,14 @@ SOFTWARE.
1518
1426
 
1519
1427
  ## The following dependencies are licensed under the MIT License:
1520
1428
 
1521
- ### Rust Crates:
1429
+ ### NPM Packages:
1522
1430
 
1523
- - [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
1431
+ - [json5](https://github.com/json5/json5) (2.2.3)
1524
1432
 
1525
1433
  ````text
1526
1434
  MIT License
1527
1435
 
1528
- Copyright 2013-2014 RAD Game Tools and Valve Software
1529
- Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
1530
- Copyright (c) 2017 Frommi
1531
- Copyright (c) 2017-2024 oyvindln
1436
+ Copyright (c) 2012-2018 Aseem Kishore, and [others].
1532
1437
 
1533
1438
  Permission is hereby granted, free of charge, to any person obtaining a copy
1534
1439
  of this software and associated documentation files (the "Software"), to deal
@@ -1548,37 +1453,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1548
1453
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1549
1454
  SOFTWARE.
1550
1455
 
1551
- ````
1552
-
1553
- ---
1554
-
1555
- ## The following dependencies are licensed under the MIT License:
1556
-
1557
- ### Rust Crates:
1558
-
1559
- - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
1560
- - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
1561
-
1562
- ````text
1563
- Copyright (c) 2018-2019 dirs-rs contributors
1564
-
1565
- Permission is hereby granted, free of charge, to any person obtaining a copy
1566
- of this software and associated documentation files (the "Software"), to deal
1567
- in the Software without restriction, including without limitation the rights
1568
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1569
- copies of the Software, and to permit persons to whom the Software is
1570
- furnished to do so, subject to the following conditions:
1571
-
1572
- The above copyright notice and this permission notice shall be included in all
1573
- copies or substantial portions of the Software.
1574
-
1575
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1576
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1577
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1578
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1579
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1580
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1581
- SOFTWARE.
1456
+ [others]: https://github.com/json5/json5/contributors
1582
1457
 
1583
1458
  ````
1584
1459
 
@@ -1588,10 +1463,10 @@ SOFTWARE.
1588
1463
 
1589
1464
  ### Rust Crates:
1590
1465
 
1591
- - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
1466
+ - [libc](https://github.com/rust-lang/libc) (0.2.185)
1592
1467
 
1593
1468
  ````text
1594
- Copyright (c) 2019-2021 Tower Contributors
1469
+ Copyright (c) The Rust Project Developers
1595
1470
 
1596
1471
  Permission is hereby granted, free of charge, to any
1597
1472
  person obtaining a copy of this software and associated
@@ -1625,34 +1500,29 @@ DEALINGS IN THE SOFTWARE.
1625
1500
 
1626
1501
  ### Rust Crates:
1627
1502
 
1628
- - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
1503
+ - [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
1629
1504
 
1630
1505
  ````text
1631
- Copyright (c) 2019 Nick Fitzgerald
1506
+ Copyright (c) 2017 Daniel Abramov
1507
+ Copyright (c) 2017 Alexey Galakhov
1632
1508
 
1633
- Permission is hereby granted, free of charge, to any
1634
- person obtaining a copy of this software and associated
1635
- documentation files (the "Software"), to deal in the
1636
- Software without restriction, including without
1637
- limitation the rights to use, copy, modify, merge,
1638
- publish, distribute, sublicense, and/or sell copies of
1639
- the Software, and to permit persons to whom the Software
1640
- is furnished to do so, subject to the following
1641
- conditions:
1509
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1510
+ of this software and associated documentation files (the "Software"), to deal
1511
+ in the Software without restriction, including without limitation the rights
1512
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1513
+ copies of the Software, and to permit persons to whom the Software is
1514
+ furnished to do so, subject to the following conditions:
1642
1515
 
1643
- The above copyright notice and this permission notice
1644
- shall be included in all copies or substantial portions
1645
- of the Software.
1516
+ The above copyright notice and this permission notice shall be included in
1517
+ all copies or substantial portions of the Software.
1646
1518
 
1647
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1648
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1649
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1650
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1651
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1652
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1653
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1654
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1655
- DEALINGS IN THE SOFTWARE.
1519
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1520
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1521
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1522
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1523
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1524
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1525
+ THE SOFTWARE.
1656
1526
 
1657
1527
  ````
1658
1528
 
@@ -1662,49 +1532,12 @@ DEALINGS IN THE SOFTWARE.
1662
1532
 
1663
1533
  ### Rust Crates:
1664
1534
 
1665
- - [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
1666
-
1667
- ````text
1668
- Copyright (c) 2021 RustCrypto Developers
1669
-
1670
- Permission is hereby granted, free of charge, to any
1671
- person obtaining a copy of this software and associated
1672
- documentation files (the "Software"), to deal in the
1673
- Software without restriction, including without
1674
- limitation the rights to use, copy, modify, merge,
1675
- publish, distribute, sublicense, and/or sell copies of
1676
- the Software, and to permit persons to whom the Software
1677
- is furnished to do so, subject to the following
1678
- conditions:
1679
-
1680
- The above copyright notice and this permission notice
1681
- shall be included in all copies or substantial portions
1682
- of the Software.
1683
-
1684
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1685
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1686
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1687
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1688
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1689
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1690
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1691
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1692
- DEALINGS IN THE SOFTWARE.
1693
-
1694
- ````
1695
-
1696
- ---
1697
-
1698
- ## The following dependencies are licensed under the MIT License:
1699
-
1700
- ### NPM Packages:
1701
-
1702
- - [undici-types](https://github.com/nodejs/undici) (6.21.0)
1535
+ - [nix](https://github.com/nix-rust/nix) (0.31.2)
1703
1536
 
1704
1537
  ````text
1705
- MIT License
1538
+ The MIT License (MIT)
1706
1539
 
1707
- Copyright (c) Matteo Collina and Undici contributors
1540
+ Copyright (c) 2015 Carl Lerche + nix-rust Authors
1708
1541
 
1709
1542
  Permission is hereby granted, free of charge, to any person obtaining a copy
1710
1543
  of this software and associated documentation files (the "Software"), to deal
@@ -1713,16 +1546,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1713
1546
  copies of the Software, and to permit persons to whom the Software is
1714
1547
  furnished to do so, subject to the following conditions:
1715
1548
 
1716
- The above copyright notice and this permission notice shall be included in all
1717
- copies or substantial portions of the Software.
1549
+ The above copyright notice and this permission notice shall be included in
1550
+ all copies or substantial portions of the Software.
1718
1551
 
1719
1552
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1720
1553
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1721
1554
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1722
1555
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1723
1556
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1724
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1725
- SOFTWARE.
1557
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1558
+ THE SOFTWARE.
1726
1559
 
1727
1560
  ````
1728
1561
 
@@ -1730,14 +1563,14 @@ SOFTWARE.
1730
1563
 
1731
1564
  ## The following dependencies are licensed under the MIT License:
1732
1565
 
1733
- ### Rust Crates:
1566
+ ### NPM Packages:
1734
1567
 
1735
- - [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
1568
+ - [undici-types](https://github.com/nodejs/undici) (6.21.0)
1736
1569
 
1737
1570
  ````text
1738
1571
  MIT License
1739
1572
 
1740
- Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
1573
+ Copyright (c) Matteo Collina and Undici contributors
1741
1574
 
1742
1575
  Permission is hereby granted, free of charge, to any person obtaining a copy
1743
1576
  of this software and associated documentation files (the "Software"), to deal
@@ -1765,59 +1598,77 @@ SOFTWARE.
1765
1598
 
1766
1599
  ### Rust Crates:
1767
1600
 
1768
- - [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
1601
+ - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
1602
+ - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
1769
1603
 
1770
1604
  ````text
1771
- The MIT License (MIT)
1772
-
1773
- Copyright (c) 2015 Bartłomiej Kamiński
1774
-
1775
- Permission is hereby granted, free of charge, to any person obtaining a copy
1776
- of this software and associated documentation files (the "Software"), to deal
1777
- in the Software without restriction, including without limitation the rights
1778
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1779
- copies of the Software, and to permit persons to whom the Software is
1780
- furnished to do so, subject to the following conditions:
1781
-
1782
- The above copyright notice and this permission notice shall be included in all
1783
- copies or substantial portions of the Software.
1784
-
1785
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1786
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1787
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1788
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1789
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1790
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1791
- SOFTWARE.
1605
+ Copyright (c) 2014 Alex Crichton
1606
+
1607
+ Permission is hereby granted, free of charge, to any
1608
+ person obtaining a copy of this software and associated
1609
+ documentation files (the "Software"), to deal in the
1610
+ Software without restriction, including without
1611
+ limitation the rights to use, copy, modify, merge,
1612
+ publish, distribute, sublicense, and/or sell copies of
1613
+ the Software, and to permit persons to whom the Software
1614
+ is furnished to do so, subject to the following
1615
+ conditions:
1616
+
1617
+ The above copyright notice and this permission notice
1618
+ shall be included in all copies or substantial portions
1619
+ of the Software.
1620
+
1621
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1622
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1623
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1624
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1625
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1626
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1627
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1628
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1629
+ DEALINGS IN THE SOFTWARE.
1630
+
1792
1631
  ````
1793
1632
 
1794
1633
  ---
1795
1634
 
1796
1635
  ## The following dependencies are licensed under the MIT License:
1797
1636
 
1798
- ### NPM Packages:
1637
+ ### Rust Crates:
1799
1638
 
1800
- - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
1639
+ - [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
1640
+ - [log](https://github.com/rust-lang/log) (0.4.29)
1641
+ - [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
1642
+ - [regex](https://github.com/rust-lang/regex) (1.12.3)
1643
+ - [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
1644
+ - [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
1801
1645
 
1802
1646
  ````text
1803
- This software is released under the MIT license:
1647
+ Copyright (c) 2014 The Rust Project Developers
1804
1648
 
1805
- Permission is hereby granted, free of charge, to any person obtaining a copy of
1806
- this software and associated documentation files (the "Software"), to deal in
1807
- the Software without restriction, including without limitation the rights to
1808
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1809
- the Software, and to permit persons to whom the Software is furnished to do so,
1810
- subject to the following conditions:
1649
+ Permission is hereby granted, free of charge, to any
1650
+ person obtaining a copy of this software and associated
1651
+ documentation files (the "Software"), to deal in the
1652
+ Software without restriction, including without
1653
+ limitation the rights to use, copy, modify, merge,
1654
+ publish, distribute, sublicense, and/or sell copies of
1655
+ the Software, and to permit persons to whom the Software
1656
+ is furnished to do so, subject to the following
1657
+ conditions:
1811
1658
 
1812
- The above copyright notice and this permission notice shall be included in all
1813
- copies or substantial portions of the Software.
1659
+ The above copyright notice and this permission notice
1660
+ shall be included in all copies or substantial portions
1661
+ of the Software.
1814
1662
 
1815
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1816
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1817
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1818
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1819
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1820
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1663
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1664
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1665
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1666
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1667
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1668
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1669
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1670
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1671
+ DEALINGS IN THE SOFTWARE.
1821
1672
 
1822
1673
  ````
1823
1674
 
@@ -1825,14 +1676,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1825
1676
 
1826
1677
  ## The following dependencies are licensed under the MIT License:
1827
1678
 
1828
- ### NPM Packages:
1679
+ ### Rust Crates:
1829
1680
 
1830
- - [json5](https://github.com/json5/json5) (2.2.3)
1681
+ - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
1831
1682
 
1832
1683
  ````text
1833
- MIT License
1834
-
1835
- Copyright (c) 2012-2018 Aseem Kishore, and [others].
1684
+ Copyright (c) 2017 Sean McArthur
1836
1685
 
1837
1686
  Permission is hereby granted, free of charge, to any person obtaining a copy
1838
1687
  of this software and associated documentation files (the "Software"), to deal
@@ -1841,18 +1690,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1841
1690
  copies of the Software, and to permit persons to whom the Software is
1842
1691
  furnished to do so, subject to the following conditions:
1843
1692
 
1844
- The above copyright notice and this permission notice shall be included in all
1845
- copies or substantial portions of the Software.
1693
+ The above copyright notice and this permission notice shall be included in
1694
+ all copies or substantial portions of the Software.
1846
1695
 
1847
1696
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1848
1697
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1849
1698
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1850
1699
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1851
1700
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1852
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1853
- SOFTWARE.
1701
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1702
+ THE SOFTWARE.
1854
1703
 
1855
- [others]: https://github.com/json5/json5/contributors
1856
1704
 
1857
1705
  ````
1858
1706
 
@@ -1862,10 +1710,11 @@ SOFTWARE.
1862
1710
 
1863
1711
  ### Rust Crates:
1864
1712
 
1865
- - [http-body](https://github.com/hyperium/http-body) (1.0.1)
1713
+ - [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
1714
+ - [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
1866
1715
 
1867
1716
  ````text
1868
- Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
1717
+ Copyright (c) 2012-2013 Mozilla Foundation
1869
1718
 
1870
1719
  Permission is hereby granted, free of charge, to any
1871
1720
  person obtaining a copy of this software and associated
@@ -1899,33 +1748,31 @@ DEALINGS IN THE SOFTWARE.
1899
1748
 
1900
1749
  ### Rust Crates:
1901
1750
 
1902
- - [chrono](https://github.com/chronotope/chrono) (0.4.44)
1903
- - [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
1904
- - [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
1905
- - [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
1906
- - [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
1907
- - [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
1908
- - [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
1751
+ - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
1909
1752
 
1910
1753
  ````text
1911
- MIT License
1754
+ The MIT License (MIT)
1912
1755
 
1913
- Copyright (c) <year> <copyright holders>
1756
+ Copyright (c) 2015-2020 Julien Cretin
1757
+ Copyright (c) 2017-2020 Google Inc.
1914
1758
 
1915
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
1916
- associated documentation files (the "Software"), to deal in the Software without restriction, including
1917
- without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1918
- copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
1919
- following conditions:
1759
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1760
+ of this software and associated documentation files (the "Software"), to deal
1761
+ in the Software without restriction, including without limitation the rights
1762
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1763
+ copies of the Software, and to permit persons to whom the Software is
1764
+ furnished to do so, subject to the following conditions:
1920
1765
 
1921
- The above copyright notice and this permission notice shall be included in all copies or substantial
1922
- portions of the Software.
1766
+ The above copyright notice and this permission notice shall be included in all
1767
+ copies or substantial portions of the Software.
1923
1768
 
1924
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
1925
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
1926
- EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1927
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
1928
- USE OR OTHER DEALINGS IN THE SOFTWARE.
1769
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1770
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1771
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1772
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1773
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1774
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1775
+ SOFTWARE.
1929
1776
 
1930
1777
  ````
1931
1778
 
@@ -1935,12 +1782,10 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
1935
1782
 
1936
1783
  ### Rust Crates:
1937
1784
 
1938
- - [nix](https://github.com/nix-rust/nix) (0.31.2)
1785
+ - [directories](https://github.com/soc/directories-rs) (6.0.0)
1939
1786
 
1940
1787
  ````text
1941
- The MIT License (MIT)
1942
-
1943
- Copyright (c) 2015 Carl Lerche + nix-rust Authors
1788
+ Copyright (c) 2018 directories-rs contributors
1944
1789
 
1945
1790
  Permission is hereby granted, free of charge, to any person obtaining a copy
1946
1791
  of this software and associated documentation files (the "Software"), to deal
@@ -1949,16 +1794,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1949
1794
  copies of the Software, and to permit persons to whom the Software is
1950
1795
  furnished to do so, subject to the following conditions:
1951
1796
 
1952
- The above copyright notice and this permission notice shall be included in
1953
- all copies or substantial portions of the Software.
1797
+ The above copyright notice and this permission notice shall be included in all
1798
+ copies or substantial portions of the Software.
1954
1799
 
1955
1800
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1956
1801
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1957
1802
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1958
1803
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1959
1804
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1960
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1961
- THE SOFTWARE.
1805
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1806
+ SOFTWARE.
1962
1807
 
1963
1808
  ````
1964
1809
 
@@ -1968,30 +1813,34 @@ THE SOFTWARE.
1968
1813
 
1969
1814
  ### Rust Crates:
1970
1815
 
1971
- - [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
1972
- - [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
1816
+ - [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
1973
1817
 
1974
1818
  ````text
1975
- The MIT License (MIT)
1976
-
1977
- Copyright (c) 2015 Steven Fackler
1819
+ Copyright (c) 2016 Amanieu d'Antras
1978
1820
 
1979
- Permission is hereby granted, free of charge, to any person obtaining a copy of
1980
- this software and associated documentation files (the "Software"), to deal in
1981
- the Software without restriction, including without limitation the rights to
1982
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1983
- the Software, and to permit persons to whom the Software is furnished to do so,
1984
- subject to the following conditions:
1821
+ Permission is hereby granted, free of charge, to any
1822
+ person obtaining a copy of this software and associated
1823
+ documentation files (the "Software"), to deal in the
1824
+ Software without restriction, including without
1825
+ limitation the rights to use, copy, modify, merge,
1826
+ publish, distribute, sublicense, and/or sell copies of
1827
+ the Software, and to permit persons to whom the Software
1828
+ is furnished to do so, subject to the following
1829
+ conditions:
1985
1830
 
1986
- The above copyright notice and this permission notice shall be included in all
1987
- copies or substantial portions of the Software.
1831
+ The above copyright notice and this permission notice
1832
+ shall be included in all copies or substantial portions
1833
+ of the Software.
1988
1834
 
1989
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1990
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1991
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1992
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1993
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1994
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1835
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1836
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1837
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1838
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1839
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1840
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1841
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1842
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1843
+ DEALINGS IN THE SOFTWARE.
1995
1844
 
1996
1845
  ````
1997
1846
 
@@ -2001,32 +1850,34 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2001
1850
 
2002
1851
  ### Rust Crates:
2003
1852
 
2004
- - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
2005
- - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
2006
- - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
1853
+ - [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
2007
1854
 
2008
1855
  ````text
2009
- MIT License
2010
-
2011
- Copyright (c) Tokio Contributors
1856
+ Copyright (c) 2017 tokio-jsonrpc developers
2012
1857
 
2013
- Permission is hereby granted, free of charge, to any person obtaining a copy
2014
- of this software and associated documentation files (the "Software"), to deal
2015
- in the Software without restriction, including without limitation the rights
2016
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2017
- copies of the Software, and to permit persons to whom the Software is
2018
- furnished to do so, subject to the following conditions:
1858
+ Permission is hereby granted, free of charge, to any
1859
+ person obtaining a copy of this software and associated
1860
+ documentation files (the "Software"), to deal in the
1861
+ Software without restriction, including without
1862
+ limitation the rights to use, copy, modify, merge,
1863
+ publish, distribute, sublicense, and/or sell copies of
1864
+ the Software, and to permit persons to whom the Software
1865
+ is furnished to do so, subject to the following
1866
+ conditions:
2019
1867
 
2020
- The above copyright notice and this permission notice shall be included in all
2021
- copies or substantial portions of the Software.
1868
+ The above copyright notice and this permission notice
1869
+ shall be included in all copies or substantial portions
1870
+ of the Software.
2022
1871
 
2023
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2024
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2025
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2026
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2027
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2028
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2029
- SOFTWARE.
1872
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1873
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1874
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1875
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1876
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1877
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1878
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1879
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1880
+ DEALINGS IN THE SOFTWARE.
2030
1881
 
2031
1882
  ````
2032
1883
 
@@ -2036,33 +1887,35 @@ SOFTWARE.
2036
1887
 
2037
1888
  ### Rust Crates:
2038
1889
 
2039
- - [zip](https://github.com/zip-rs/zip2) (2.4.2)
1890
+ - [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
2040
1891
 
2041
1892
  ````text
2042
- The MIT License (MIT)
2043
-
2044
- Copyright (c) 2014 Mathijs van de Nes
1893
+ Copyright (c) 2020 Andrew D. Straw
2045
1894
 
2046
- Permission is hereby granted, free of charge, to any person obtaining a copy
2047
- of this software and associated documentation files (the "Software"), to deal
2048
- in the Software without restriction, including without limitation the rights
2049
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2050
- copies of the Software, and to permit persons to whom the Software is
2051
- furnished to do so, subject to the following conditions:
1895
+ Permission is hereby granted, free of charge, to any
1896
+ person obtaining a copy of this software and associated
1897
+ documentation files (the "Software"), to deal in the
1898
+ Software without restriction, including without
1899
+ limitation the rights to use, copy, modify, merge,
1900
+ publish, distribute, sublicense, and/or sell copies of
1901
+ the Software, and to permit persons to whom the Software
1902
+ is furnished to do so, subject to the following
1903
+ conditions:
2052
1904
 
2053
- The above copyright notice and this permission notice shall be included in all
2054
- copies or substantial portions of the Software.
1905
+ The above copyright notice and this permission notice
1906
+ shall be included in all copies or substantial portions
1907
+ of the Software.
2055
1908
 
2056
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2057
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2058
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2059
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2060
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2061
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2062
- SOFTWARE.
1909
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1910
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1911
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1912
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1913
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1914
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1915
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1916
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1917
+ DEALINGS IN THE SOFTWARE.
2063
1918
 
2064
- Some files in the "tests/data" subdirectory of this repository are under other
2065
- licences; see files named LICENSE.*.txt for details.
2066
1919
  ````
2067
1920
 
2068
1921
  ---
@@ -2071,13 +1924,12 @@ licences; see files named LICENSE.*.txt for details.
2071
1924
 
2072
1925
  ### Rust Crates:
2073
1926
 
2074
- - [rand](https://github.com/rust-random/rand) (0.8.5)
2075
- - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
2076
- - [rand_core](https://github.com/rust-random/rand) (0.6.4)
1927
+ - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
1928
+ - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
1929
+ - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
2077
1930
 
2078
- ````text
2079
- Copyright 2018 Developers of the Rand project
2080
- Copyright (c) 2014 The Rust Project Developers
1931
+ ````text
1932
+ Copyright (c) 2016 The Rust Project Developers
2081
1933
 
2082
1934
  Permission is hereby granted, free of charge, to any
2083
1935
  person obtaining a copy of this software and associated
@@ -2111,11 +1963,12 @@ DEALINGS IN THE SOFTWARE.
2111
1963
 
2112
1964
  ### Rust Crates:
2113
1965
 
2114
- - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
1966
+ - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
2115
1967
 
2116
1968
  ````text
2117
- Copyright (c) 2017 Alexey Galakhov
2118
- Copyright (c) 2016 Jason Housley
1969
+ The MIT License (MIT)
1970
+
1971
+ Copyright (c) 2015 Alice Maz
2119
1972
 
2120
1973
  Permission is hereby granted, free of charge, to any person obtaining a copy
2121
1974
  of this software and associated documentation files (the "Software"), to deal
@@ -2143,10 +1996,11 @@ THE SOFTWARE.
2143
1996
 
2144
1997
  ### Rust Crates:
2145
1998
 
2146
- - [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
1999
+ - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
2000
+ - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
2147
2001
 
2148
2002
  ````text
2149
- MIT License
2003
+ Copyright (c) 2018-2019 dirs-rs contributors
2150
2004
 
2151
2005
  Permission is hereby granted, free of charge, to any person obtaining a copy
2152
2006
  of this software and associated documentation files (the "Software"), to deal
@@ -2174,10 +2028,10 @@ SOFTWARE.
2174
2028
 
2175
2029
  ### Rust Crates:
2176
2030
 
2177
- - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
2031
+ - [http-body](https://github.com/hyperium/http-body) (1.0.1)
2178
2032
 
2179
2033
  ````text
2180
- Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
2034
+ Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
2181
2035
 
2182
2036
  Permission is hereby granted, free of charge, to any
2183
2037
  person obtaining a copy of this software and associated
@@ -2209,15 +2063,13 @@ DEALINGS IN THE SOFTWARE.
2209
2063
 
2210
2064
  ## The following dependencies are licensed under the MIT License:
2211
2065
 
2212
- ### NPM Packages:
2066
+ ### Rust Crates:
2213
2067
 
2214
- - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
2215
- - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
2068
+ - [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
2216
2069
 
2217
2070
  ````text
2218
- MIT License
2219
-
2220
- Copyright (c) 2017 Evgeny Poberezkin
2071
+ Copyright (c) 2013-2014 The Rust Project Developers.
2072
+ Copyright (c) 2015-2020 The rust-hex Developers
2221
2073
 
2222
2074
  Permission is hereby granted, free of charge, to any person obtaining a copy
2223
2075
  of this software and associated documentation files (the "Software"), to deal
@@ -2245,10 +2097,10 @@ SOFTWARE.
2245
2097
 
2246
2098
  ### Rust Crates:
2247
2099
 
2248
- - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
2100
+ - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
2249
2101
 
2250
2102
  ````text
2251
- Copyright (c) 2016--2023
2103
+ Copyright (c) 2017 Robert Grosse
2252
2104
 
2253
2105
  Permission is hereby granted, free of charge, to any
2254
2106
  person obtaining a copy of this software and associated
@@ -2273,7 +2125,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2273
2125
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2274
2126
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2275
2127
  DEALINGS IN THE SOFTWARE.
2276
-
2277
2128
  ````
2278
2129
 
2279
2130
  ---
@@ -2282,10 +2133,10 @@ DEALINGS IN THE SOFTWARE.
2282
2133
 
2283
2134
  ### Rust Crates:
2284
2135
 
2285
- - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
2136
+ - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
2286
2137
 
2287
2138
  ````text
2288
- Copyright (c) 2015 Steven Allen
2139
+ Copyright (c) 2013-2016 The rust-url developers
2289
2140
 
2290
2141
  Permission is hereby granted, free of charge, to any
2291
2142
  person obtaining a copy of this software and associated
@@ -2319,11 +2170,11 @@ DEALINGS IN THE SOFTWARE.
2319
2170
 
2320
2171
  ### Rust Crates:
2321
2172
 
2322
- - [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
2173
+ - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
2323
2174
 
2324
2175
  ````text
2325
- Copyright (c) 2013-2014 The Rust Project Developers.
2326
- Copyright (c) 2015-2020 The rust-hex Developers
2176
+ Copyright (c) 2018-2023 Sean McArthur
2177
+ Copyright (c) 2016 Alex Crichton
2327
2178
 
2328
2179
  Permission is hereby granted, free of charge, to any person obtaining a copy
2329
2180
  of this software and associated documentation files (the "Software"), to deal
@@ -2332,16 +2183,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2332
2183
  copies of the Software, and to permit persons to whom the Software is
2333
2184
  furnished to do so, subject to the following conditions:
2334
2185
 
2335
- The above copyright notice and this permission notice shall be included in all
2336
- copies or substantial portions of the Software.
2186
+ The above copyright notice and this permission notice shall be included in
2187
+ all copies or substantial portions of the Software.
2337
2188
 
2338
2189
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2339
2190
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2340
2191
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2341
2192
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2342
2193
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2343
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2344
- SOFTWARE.
2194
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2195
+ THE SOFTWARE.
2196
+
2345
2197
 
2346
2198
  ````
2347
2199
 
@@ -2351,13 +2203,10 @@ SOFTWARE.
2351
2203
 
2352
2204
  ### Rust Crates:
2353
2205
 
2354
- - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
2355
- - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
2356
- - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
2357
- - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
2206
+ - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
2358
2207
 
2359
2208
  ````text
2360
- Copyright (c) 2019 Tokio Contributors
2209
+ Copyright Mozilla Foundation
2361
2210
 
2362
2211
  Permission is hereby granted, free of charge, to any
2363
2212
  person obtaining a copy of this software and associated
@@ -2391,17 +2240,62 @@ DEALINGS IN THE SOFTWARE.
2391
2240
 
2392
2241
  ### Rust Crates:
2393
2242
 
2394
- - [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
2395
- - [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
2396
- - [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
2397
- - [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
2243
+ - [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
2398
2244
 
2399
2245
  ````text
2400
- 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:
2246
+ Copyright 2018 Parity Technologies (UK) Ltd.
2401
2247
 
2402
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2248
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2249
+ this software and associated documentation files (the "Software"), to deal in
2250
+ the Software without restriction, including without limitation the rights to
2251
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2252
+ the Software, and to permit persons to whom the Software is furnished to do so,
2253
+ subject to the following conditions:
2254
+
2255
+ The above copyright notice and this permission notice shall be included in all
2256
+ copies or substantial portions of the Software.
2257
+
2258
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2259
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2260
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
2261
+ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2262
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2263
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2264
+
2265
+ ````
2266
+
2267
+ ---
2268
+
2269
+ ## The following dependencies are licensed under the MIT License:
2270
+
2271
+ ### NPM Packages:
2272
+
2273
+ - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
2274
+ - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.43)
2275
+
2276
+ ````text
2277
+ MIT License
2278
+
2279
+ Copyright (c) Microsoft Corporation.
2280
+
2281
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2282
+ of this software and associated documentation files (the "Software"), to deal
2283
+ in the Software without restriction, including without limitation the rights
2284
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2285
+ copies of the Software, and to permit persons to whom the Software is
2286
+ furnished to do so, subject to the following conditions:
2287
+
2288
+ The above copyright notice and this permission notice shall be included in all
2289
+ copies or substantial portions of the Software.
2290
+
2291
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2292
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2293
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2294
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2295
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2296
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2297
+ SOFTWARE
2403
2298
 
2404
- 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.
2405
2299
  ````
2406
2300
 
2407
2301
  ---
@@ -2410,34 +2304,29 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2410
2304
 
2411
2305
  ### Rust Crates:
2412
2306
 
2413
- - [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
2307
+ - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
2414
2308
 
2415
2309
  ````text
2416
- Copyright (c) 2014 Chris Wong
2310
+ Copyright (c) 2017 Alexey Galakhov
2311
+ Copyright (c) 2016 Jason Housley
2417
2312
 
2418
- Permission is hereby granted, free of charge, to any
2419
- person obtaining a copy of this software and associated
2420
- documentation files (the "Software"), to deal in the
2421
- Software without restriction, including without
2422
- limitation the rights to use, copy, modify, merge,
2423
- publish, distribute, sublicense, and/or sell copies of
2424
- the Software, and to permit persons to whom the Software
2425
- is furnished to do so, subject to the following
2426
- conditions:
2313
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2314
+ of this software and associated documentation files (the "Software"), to deal
2315
+ in the Software without restriction, including without limitation the rights
2316
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2317
+ copies of the Software, and to permit persons to whom the Software is
2318
+ furnished to do so, subject to the following conditions:
2427
2319
 
2428
- The above copyright notice and this permission notice
2429
- shall be included in all copies or substantial portions
2430
- of the Software.
2320
+ The above copyright notice and this permission notice shall be included in
2321
+ all copies or substantial portions of the Software.
2431
2322
 
2432
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2433
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2434
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2435
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2436
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2437
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2438
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2439
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2440
- DEALINGS IN THE SOFTWARE.
2323
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2324
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2325
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2326
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2327
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2328
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2329
+ THE SOFTWARE.
2441
2330
 
2442
2331
  ````
2443
2332
 
@@ -2466,32 +2355,30 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2466
2355
 
2467
2356
  ### Rust Crates:
2468
2357
 
2469
- - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
2358
+ - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
2470
2359
 
2471
2360
  ````text
2472
- The MIT License (MIT)
2473
-
2474
- Copyright (c) 2016 Johann Tuffe
2475
-
2476
- Permission is hereby granted, free of charge, to any person obtaining a copy
2477
- of this software and associated documentation files (the "Software"), to deal
2478
- in the Software without restriction, including without limitation the rights
2479
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2480
- copies of the Software, and to permit persons to whom the Software is
2481
- furnished to do so, subject to the following conditions:
2482
-
2483
-
2484
- The above copyright notice and this permission notice shall be included in
2485
- all copies or substantial portions of the Software.
2486
-
2487
-
2488
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2489
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2490
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2491
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2492
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2493
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2494
- THE SOFTWARE.
2361
+ MIT License
2362
+
2363
+ Copyright (c) [2021] [Marvin Countryman]
2364
+
2365
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2366
+ of this software and associated documentation files (the "Software"), to deal
2367
+ in the Software without restriction, including without limitation the rights
2368
+ 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
2370
+ furnished to do so, subject to the following conditions:
2371
+
2372
+ The above copyright notice and this permission notice shall be included in all
2373
+ copies or substantial portions of the Software.
2374
+
2375
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2376
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2377
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2378
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2379
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2380
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2381
+ SOFTWARE.
2495
2382
 
2496
2383
  ````
2497
2384
 
@@ -2501,37 +2388,64 @@ THE SOFTWARE.
2501
2388
 
2502
2389
  ### Rust Crates:
2503
2390
 
2504
- - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
2505
- - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
2391
+ - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
2506
2392
 
2507
2393
  ````text
2508
- Copyright (c) 2006-2009 Graydon Hoare
2509
- Copyright (c) 2009-2013 Mozilla Foundation
2510
- Copyright (c) 2016 Artyom Pavlov
2394
+ MIT License
2511
2395
 
2512
- Permission is hereby granted, free of charge, to any
2513
- person obtaining a copy of this software and associated
2514
- documentation files (the "Software"), to deal in the
2515
- Software without restriction, including without
2516
- limitation the rights to use, copy, modify, merge,
2517
- publish, distribute, sublicense, and/or sell copies of
2518
- the Software, and to permit persons to whom the Software
2519
- is furnished to do so, subject to the following
2520
- conditions:
2396
+ Copyright (c) 2019 Yoshua Wuyts
2397
+ Copyright (c) Tokio Contributors
2398
+
2399
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2400
+ of this software and associated documentation files (the "Software"), to deal
2401
+ in the Software without restriction, including without limitation the rights
2402
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2403
+ copies of the Software, and to permit persons to whom the Software is
2404
+ furnished to do so, subject to the following conditions:
2405
+
2406
+ The above copyright notice and this permission notice shall be included in all
2407
+ copies or substantial portions of the Software.
2408
+
2409
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2410
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2411
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2412
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2413
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2414
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2415
+ SOFTWARE.
2416
+
2417
+ ````
2418
+
2419
+ ---
2420
+
2421
+ ## The following dependencies are licensed under the MIT License:
2422
+
2423
+ ### NPM Packages:
2424
+
2425
+ - [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.13) (0.0.13)
2426
+
2427
+ ````text
2428
+ MIT License
2429
+
2430
+ Copyright (c) 2026 Huawei Device Co., Ltd.
2521
2431
 
2522
- The above copyright notice and this permission notice
2523
- shall be included in all copies or substantial portions
2524
- of the Software.
2432
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2433
+ of this software and associated documentation files (the "Software"), to deal
2434
+ in the Software without restriction, including without limitation the rights
2435
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2436
+ copies of the Software, and to permit persons to whom the Software is
2437
+ furnished to do so, subject to the following conditions:
2525
2438
 
2526
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2527
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2528
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2529
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2530
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2531
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2532
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2533
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2534
- DEALINGS IN THE SOFTWARE.
2439
+ The above copyright notice and this permission notice shall be included in all
2440
+ copies or substantial portions of the Software.
2441
+
2442
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2443
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2444
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2445
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2446
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2447
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2448
+ SOFTWARE.
2535
2449
 
2536
2450
  ````
2537
2451
 
@@ -2541,36 +2455,33 @@ DEALINGS IN THE SOFTWARE.
2541
2455
 
2542
2456
  ### Rust Crates:
2543
2457
 
2544
- - [idna](https://github.com/servo/rust-url/) (1.1.0)
2545
- - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
2546
- - [url](https://github.com/servo/rust-url) (2.5.8)
2458
+ - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
2459
+ - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
2460
+ - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
2461
+ - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
2547
2462
 
2548
2463
  ````text
2549
- Copyright (c) 2013-2025 The rust-url developers
2464
+ The MIT License (MIT)
2550
2465
 
2551
- Permission is hereby granted, free of charge, to any
2552
- person obtaining a copy of this software and associated
2553
- documentation files (the "Software"), to deal in the
2554
- Software without restriction, including without
2555
- limitation the rights to use, copy, modify, merge,
2556
- publish, distribute, sublicense, and/or sell copies of
2557
- the Software, and to permit persons to whom the Software
2558
- is furnished to do so, subject to the following
2559
- conditions:
2466
+ Copyright (c) 2015 Andrew Gallant
2560
2467
 
2561
- The above copyright notice and this permission notice
2562
- shall be included in all copies or substantial portions
2563
- of the Software.
2468
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2469
+ of this software and associated documentation files (the "Software"), to deal
2470
+ in the Software without restriction, including without limitation the rights
2471
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2472
+ copies of the Software, and to permit persons to whom the Software is
2473
+ furnished to do so, subject to the following conditions:
2564
2474
 
2565
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2566
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2567
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2568
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2569
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2570
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2571
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2572
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2573
- DEALINGS IN THE SOFTWARE.
2475
+ The above copyright notice and this permission notice shall be included in
2476
+ all copies or substantial portions of the Software.
2477
+
2478
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2479
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2480
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2481
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2482
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2483
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2484
+ THE SOFTWARE.
2574
2485
 
2575
2486
  ````
2576
2487
 
@@ -2580,35 +2491,30 @@ DEALINGS IN THE SOFTWARE.
2580
2491
 
2581
2492
  ### Rust Crates:
2582
2493
 
2583
- - [zerocopy](https://github.com/google/zerocopy) (0.8.48)
2494
+ - [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
2584
2495
 
2585
2496
  ````text
2586
- Copyright 2023 The Fuchsia Authors
2497
+ MIT License
2587
2498
 
2588
- Permission is hereby granted, free of charge, to any
2589
- person obtaining a copy of this software and associated
2590
- documentation files (the "Software"), to deal in the
2591
- Software without restriction, including without
2592
- limitation the rights to use, copy, modify, merge,
2593
- publish, distribute, sublicense, and/or sell copies of
2594
- the Software, and to permit persons to whom the Software
2595
- is furnished to do so, subject to the following
2596
- conditions:
2499
+ Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
2597
2500
 
2598
- The above copyright notice and this permission notice
2599
- shall be included in all copies or substantial portions
2600
- of the Software.
2501
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2502
+ of this software and associated documentation files (the "Software"), to deal
2503
+ in the Software without restriction, including without limitation the rights
2504
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2505
+ copies of the Software, and to permit persons to whom the Software is
2506
+ furnished to do so, subject to the following conditions:
2601
2507
 
2602
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2603
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2604
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2605
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2606
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2607
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2608
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2609
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2610
- DEALINGS IN THE SOFTWARE.
2508
+ The above copyright notice and this permission notice shall be included in all
2509
+ copies or substantial portions of the Software.
2611
2510
 
2511
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2512
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2513
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2514
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2515
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2516
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2517
+ SOFTWARE.
2612
2518
 
2613
2519
  ````
2614
2520
 
@@ -2618,11 +2524,10 @@ DEALINGS IN THE SOFTWARE.
2618
2524
 
2619
2525
  ### Rust Crates:
2620
2526
 
2621
- - [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
2622
- - [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
2527
+ - [zerocopy](https://github.com/google/zerocopy) (0.8.48)
2623
2528
 
2624
2529
  ````text
2625
- Copyright (c) 2012-2013 Mozilla Foundation
2530
+ Copyright 2023 The Fuchsia Authors
2626
2531
 
2627
2532
  Permission is hereby granted, free of charge, to any
2628
2533
  person obtaining a copy of this software and associated
@@ -2648,6 +2553,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2648
2553
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2649
2554
  DEALINGS IN THE SOFTWARE.
2650
2555
 
2556
+
2651
2557
  ````
2652
2558
 
2653
2559
  ---
@@ -2656,10 +2562,10 @@ DEALINGS IN THE SOFTWARE.
2656
2562
 
2657
2563
  ### Rust Crates:
2658
2564
 
2659
- - [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
2565
+ - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
2660
2566
 
2661
2567
  ````text
2662
- Copyright (c) The rust-url developers
2568
+ Copyright (c) 2019 Nick Fitzgerald
2663
2569
 
2664
2570
  Permission is hereby granted, free of charge, to any
2665
2571
  person obtaining a copy of this software and associated
@@ -2693,11 +2599,10 @@ DEALINGS IN THE SOFTWARE.
2693
2599
 
2694
2600
  ### Rust Crates:
2695
2601
 
2696
- - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
2602
+ - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
2697
2603
 
2698
2604
  ````text
2699
- Copyright (c) 2018-2024 The rust-random Project Developers
2700
- Copyright (c) 2014 The Rust Project Developers
2605
+ Copyright 2019-2024 YOSHIOKA Takuma
2701
2606
 
2702
2607
  Permission is hereby granted, free of charge, to any
2703
2608
  person obtaining a copy of this software and associated
@@ -2731,12 +2636,10 @@ DEALINGS IN THE SOFTWARE.
2731
2636
 
2732
2637
  ### Rust Crates:
2733
2638
 
2734
- - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
2639
+ - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
2735
2640
 
2736
2641
  ````text
2737
- The MIT License (MIT)
2738
-
2739
- Copyright (c) 2015 Alice Maz
2642
+ Copyright (c) 2016 The rust-native-tls Developers
2740
2643
 
2741
2644
  Permission is hereby granted, free of charge, to any person obtaining a copy
2742
2645
  of this software and associated documentation files (the "Software"), to deal
@@ -2745,16 +2648,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2745
2648
  copies of the Software, and to permit persons to whom the Software is
2746
2649
  furnished to do so, subject to the following conditions:
2747
2650
 
2748
- The above copyright notice and this permission notice shall be included in
2749
- all copies or substantial portions of the Software.
2651
+ The above copyright notice and this permission notice shall be included in all
2652
+ copies or substantial portions of the Software.
2750
2653
 
2751
2654
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2752
2655
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2753
2656
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2754
2657
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2755
2658
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2756
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2757
- THE SOFTWARE.
2659
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2660
+ SOFTWARE.
2758
2661
 
2759
2662
  ````
2760
2663
 
@@ -2764,10 +2667,12 @@ THE SOFTWARE.
2764
2667
 
2765
2668
  ### Rust Crates:
2766
2669
 
2767
- - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
2670
+ - [idna](https://github.com/servo/rust-url/) (1.1.0)
2671
+ - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
2672
+ - [url](https://github.com/servo/rust-url) (2.5.8)
2768
2673
 
2769
2674
  ````text
2770
- Copyright (c) 2013-2016 The rust-url developers
2675
+ Copyright (c) 2013-2025 The rust-url developers
2771
2676
 
2772
2677
  Permission is hereby granted, free of charge, to any
2773
2678
  person obtaining a copy of this software and associated
@@ -2801,10 +2706,53 @@ DEALINGS IN THE SOFTWARE.
2801
2706
 
2802
2707
  ### Rust Crates:
2803
2708
 
2804
- - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
2709
+ - [schemars](https://github.com/GREsau/schemars) (1.2.1)
2710
+ - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
2805
2711
 
2806
2712
  ````text
2807
- Copyright (c) 2018-2019 The RustCrypto Project Developers
2713
+ MIT License
2714
+
2715
+ Copyright (c) 2019 Graham Esau
2716
+
2717
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2718
+ of this software and associated documentation files (the "Software"), to deal
2719
+ in the Software without restriction, including without limitation the rights
2720
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2721
+ copies of the Software, and to permit persons to whom the Software is
2722
+ furnished to do so, subject to the following conditions:
2723
+
2724
+ The above copyright notice and this permission notice shall be included in all
2725
+ copies or substantial portions of the Software.
2726
+
2727
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2728
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2729
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2730
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2731
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2732
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2733
+ SOFTWARE.
2734
+
2735
+ ````
2736
+
2737
+ ---
2738
+
2739
+ ## The following dependencies are licensed under the MIT License:
2740
+
2741
+ ### Rust Crates:
2742
+
2743
+ - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
2744
+ - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
2745
+ - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
2746
+ - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
2747
+ - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
2748
+ - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
2749
+ - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
2750
+ - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
2751
+ - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
2752
+
2753
+ ````text
2754
+ Copyright (c) 2016 Alex Crichton
2755
+ Copyright (c) 2017 The Tokio Authors
2808
2756
 
2809
2757
  Permission is hereby granted, free of charge, to any
2810
2758
  person obtaining a copy of this software and associated
@@ -2875,31 +2823,32 @@ DEALINGS IN THE SOFTWARE.
2875
2823
 
2876
2824
  ### Rust Crates:
2877
2825
 
2878
- - [schemars](https://github.com/GREsau/schemars) (1.2.1)
2879
- - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
2826
+ - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
2880
2827
 
2881
2828
  ````text
2882
- MIT License
2883
-
2884
- Copyright (c) 2019 Graham Esau
2885
-
2886
- Permission is hereby granted, free of charge, to any person obtaining a copy
2887
- of this software and associated documentation files (the "Software"), to deal
2888
- in the Software without restriction, including without limitation the rights
2889
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2890
- copies of the Software, and to permit persons to whom the Software is
2891
- furnished to do so, subject to the following conditions:
2892
-
2893
- The above copyright notice and this permission notice shall be included in all
2894
- copies or substantial portions of the Software.
2895
-
2896
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2897
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2898
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2899
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2900
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2901
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2902
- SOFTWARE.
2829
+ The MIT License (MIT)
2830
+
2831
+ Copyright (c) 2016 Johann Tuffe
2832
+
2833
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2834
+ of this software and associated documentation files (the "Software"), to deal
2835
+ in the Software without restriction, including without limitation the rights
2836
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2837
+ copies of the Software, and to permit persons to whom the Software is
2838
+ furnished to do so, subject to the following conditions:
2839
+
2840
+
2841
+ The above copyright notice and this permission notice shall be included in
2842
+ all copies or substantial portions of the Software.
2843
+
2844
+
2845
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2846
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2847
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2848
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2849
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2850
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2851
+ THE SOFTWARE.
2903
2852
 
2904
2853
  ````
2905
2854
 
@@ -2907,21 +2856,12 @@ SOFTWARE.
2907
2856
 
2908
2857
  ## The following dependencies are licensed under the MIT License:
2909
2858
 
2910
- ### Rust Crates:
2911
-
2912
- - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
2913
- - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
2914
- - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
2915
- - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
2916
- - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
2917
- - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
2918
- - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
2919
- - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
2920
- - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
2859
+ ### Rust Crates:
2860
+
2861
+ - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
2921
2862
 
2922
2863
  ````text
2923
- Copyright (c) 2016 Alex Crichton
2924
- Copyright (c) 2017 The Tokio Authors
2864
+ Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
2925
2865
 
2926
2866
  Permission is hereby granted, free of charge, to any
2927
2867
  person obtaining a copy of this software and associated
@@ -2955,10 +2895,10 @@ DEALINGS IN THE SOFTWARE.
2955
2895
 
2956
2896
  ### Rust Crates:
2957
2897
 
2958
- - [slab](https://github.com/tokio-rs/slab) (0.4.12)
2898
+ - [digest](https://github.com/RustCrypto/traits) (0.10.7)
2959
2899
 
2960
2900
  ````text
2961
- Copyright (c) 2019 Carl Lerche
2901
+ Copyright (c) 2017 Artyom Pavlov
2962
2902
 
2963
2903
  Permission is hereby granted, free of charge, to any
2964
2904
  person obtaining a copy of this software and associated
@@ -2992,37 +2932,13 @@ DEALINGS IN THE SOFTWARE.
2992
2932
 
2993
2933
  ### Rust Crates:
2994
2934
 
2995
- - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
2996
- - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
2997
- - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
2998
- - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
2999
- - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
3000
- - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
3001
- - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
3002
- - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
3003
- - [pastey](https://github.com/as1100k/pastey) (0.2.1)
3004
- - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
3005
- - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
3006
- - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
3007
- - [quote](https://github.com/dtolnay/quote) (1.0.45)
3008
- - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
3009
- - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
3010
- - [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
3011
- - [semver](https://github.com/dtolnay/semver) (1.0.28)
3012
- - [serde](https://github.com/serde-rs/serde) (1.0.228)
3013
- - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
3014
- - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
3015
- - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
3016
- - [serde_json](https://github.com/serde-rs/json) (1.0.149)
3017
- - [syn](https://github.com/dtolnay/syn) (2.0.117)
3018
- - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
3019
- - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
3020
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
3021
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
3022
- - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
3023
- - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
2935
+ - [tower](https://github.com/tower-rs/tower) (0.5.3)
2936
+ - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
2937
+ - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
3024
2938
 
3025
2939
  ````text
2940
+ Copyright (c) 2019 Tower Contributors
2941
+
3026
2942
  Permission is hereby granted, free of charge, to any
3027
2943
  person obtaining a copy of this software and associated
3028
2944
  documentation files (the "Software"), to deal in the
@@ -3055,29 +2971,34 @@ DEALINGS IN THE SOFTWARE.
3055
2971
 
3056
2972
  ### Rust Crates:
3057
2973
 
3058
- - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
2974
+ - [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
3059
2975
 
3060
2976
  ````text
3061
- Copyright (c) 2016-2025 Sean McArthur
3062
-
3063
- Permission is hereby granted, free of charge, to any person obtaining a copy
3064
- of this software and associated documentation files (the "Software"), to deal
3065
- in the Software without restriction, including without limitation the rights
3066
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3067
- copies of the Software, and to permit persons to whom the Software is
3068
- furnished to do so, subject to the following conditions:
2977
+ Copyright (c) 2015 The Rust Project Developers
3069
2978
 
3070
- The above copyright notice and this permission notice shall be included in
3071
- all copies or substantial portions of the Software.
2979
+ Permission is hereby granted, free of charge, to any
2980
+ person obtaining a copy of this software and associated
2981
+ documentation files (the "Software"), to deal in the
2982
+ Software without restriction, including without
2983
+ limitation the rights to use, copy, modify, merge,
2984
+ publish, distribute, sublicense, and/or sell copies of
2985
+ the Software, and to permit persons to whom the Software
2986
+ is furnished to do so, subject to the following
2987
+ conditions:
3072
2988
 
3073
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3074
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3075
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3076
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3077
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3078
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3079
- THE SOFTWARE.
2989
+ The above copyright notice and this permission notice
2990
+ shall be included in all copies or substantial portions
2991
+ of the Software.
3080
2992
 
2993
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2994
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2995
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2996
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2997
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2998
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2999
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3000
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3001
+ DEALINGS IN THE SOFTWARE.
3081
3002
 
3082
3003
  ````
3083
3004
 
@@ -3087,10 +3008,12 @@ THE SOFTWARE.
3087
3008
 
3088
3009
  ### Rust Crates:
3089
3010
 
3090
- - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
3011
+ - [typenum](https://github.com/paholg/typenum) (1.19.0)
3091
3012
 
3092
3013
  ````text
3093
- Copyright (c) 2017 Sean McArthur
3014
+ The MIT License (MIT)
3015
+
3016
+ Copyright (c) 2014 Paho Lurie-Gregg
3094
3017
 
3095
3018
  Permission is hereby granted, free of charge, to any person obtaining a copy
3096
3019
  of this software and associated documentation files (the "Software"), to deal
@@ -3099,17 +3022,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3099
3022
  copies of the Software, and to permit persons to whom the Software is
3100
3023
  furnished to do so, subject to the following conditions:
3101
3024
 
3102
- The above copyright notice and this permission notice shall be included in
3103
- all copies or substantial portions of the Software.
3025
+ The above copyright notice and this permission notice shall be included in all
3026
+ copies or substantial portions of the Software.
3104
3027
 
3105
3028
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3106
3029
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3107
3030
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3108
3031
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3109
3032
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3110
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3111
- THE SOFTWARE.
3112
-
3033
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3034
+ SOFTWARE.
3113
3035
 
3114
3036
  ````
3115
3037
 
@@ -3119,10 +3041,13 @@ THE SOFTWARE.
3119
3041
 
3120
3042
  ### Rust Crates:
3121
3043
 
3122
- - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
3044
+ - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
3045
+ - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
3046
+ - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
3047
+ - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
3123
3048
 
3124
3049
  ````text
3125
- Copyright Mozilla Foundation
3050
+ Copyright (c) 2019 Tokio Contributors
3126
3051
 
3127
3052
  Permission is hereby granted, free of charge, to any
3128
3053
  person obtaining a copy of this software and associated
@@ -3156,10 +3081,10 @@ DEALINGS IN THE SOFTWARE.
3156
3081
 
3157
3082
  ### Rust Crates:
3158
3083
 
3159
- - [mio](https://github.com/tokio-rs/mio) (1.2.0)
3084
+ - [want](https://github.com/seanmonstar/want) (0.3.1)
3160
3085
 
3161
3086
  ````text
3162
- Copyright (c) 2014 Carl Lerche and other MIO contributors
3087
+ Copyright (c) 2018-2019 Sean McArthur
3163
3088
 
3164
3089
  Permission is hereby granted, free of charge, to any person obtaining a copy
3165
3090
  of this software and associated documentation files (the "Software"), to deal
@@ -3179,42 +3104,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3179
3104
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3180
3105
  THE SOFTWARE.
3181
3106
 
3182
- ````
3183
-
3184
- ---
3185
-
3186
- ## The following dependencies are licensed under the MIT License:
3187
-
3188
- ### Rust Crates:
3189
-
3190
- - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
3191
-
3192
- ````text
3193
- Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
3194
-
3195
- Permission is hereby granted, free of charge, to any
3196
- person obtaining a copy of this software and associated
3197
- documentation files (the "Software"), to deal in the
3198
- Software without restriction, including without
3199
- limitation the rights to use, copy, modify, merge,
3200
- publish, distribute, sublicense, and/or sell copies of
3201
- the Software, and to permit persons to whom the Software
3202
- is furnished to do so, subject to the following
3203
- conditions:
3204
-
3205
- The above copyright notice and this permission notice
3206
- shall be included in all copies or substantial portions
3207
- of the Software.
3208
-
3209
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3210
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3211
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3212
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3213
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3214
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3215
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3216
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3217
- DEALINGS IN THE SOFTWARE.
3218
3107
 
3219
3108
  ````
3220
3109
 
@@ -3224,10 +3113,10 @@ DEALINGS IN THE SOFTWARE.
3224
3113
 
3225
3114
  ### Rust Crates:
3226
3115
 
3227
- - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
3116
+ - [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
3228
3117
 
3229
3118
  ````text
3230
- Copyright (c) 2018 Carl Lerche
3119
+ Copyright (c) 2014 Chris Wong
3231
3120
 
3232
3121
  Permission is hereby granted, free of charge, to any
3233
3122
  person obtaining a copy of this software and associated
@@ -3261,10 +3150,10 @@ DEALINGS IN THE SOFTWARE.
3261
3150
 
3262
3151
  ### Rust Crates:
3263
3152
 
3264
- - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
3153
+ - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
3265
3154
 
3266
3155
  ````text
3267
- Copyright (c) 2019 The CryptoCorrosion Contributors
3156
+ Copyright (c) 2015 Steven Allen
3268
3157
 
3269
3158
  Permission is hereby granted, free of charge, to any
3270
3159
  person obtaining a copy of this software and associated
@@ -3298,14 +3187,10 @@ DEALINGS IN THE SOFTWARE.
3298
3187
 
3299
3188
  ### Rust Crates:
3300
3189
 
3301
- - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
3190
+ - [mio](https://github.com/tokio-rs/mio) (1.2.0)
3302
3191
 
3303
3192
  ````text
3304
- The MIT License (MIT)
3305
-
3306
- Copyright (c) 2015 Danny Guo
3307
- Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
3308
- Copyright (c) 2018 Akash Kurdekar
3193
+ Copyright (c) 2014 Carl Lerche and other MIO contributors
3309
3194
 
3310
3195
  Permission is hereby granted, free of charge, to any person obtaining a copy
3311
3196
  of this software and associated documentation files (the "Software"), to deal
@@ -3314,16 +3199,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3314
3199
  copies of the Software, and to permit persons to whom the Software is
3315
3200
  furnished to do so, subject to the following conditions:
3316
3201
 
3317
- The above copyright notice and this permission notice shall be included in all
3318
- copies or substantial portions of the Software.
3202
+ The above copyright notice and this permission notice shall be included in
3203
+ all copies or substantial portions of the Software.
3319
3204
 
3320
3205
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3321
3206
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3322
3207
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3323
3208
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3324
3209
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3325
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3326
- SOFTWARE.
3210
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3211
+ THE SOFTWARE.
3327
3212
 
3328
3213
  ````
3329
3214
 
@@ -3333,10 +3218,10 @@ SOFTWARE.
3333
3218
 
3334
3219
  ### Rust Crates:
3335
3220
 
3336
- - [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
3221
+ - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
3337
3222
 
3338
3223
  ````text
3339
- Copyright (c) 2015 The Rust Project Developers
3224
+ Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
3340
3225
 
3341
3226
  Permission is hereby granted, free of charge, to any
3342
3227
  person obtaining a copy of this software and associated
@@ -3370,31 +3255,30 @@ DEALINGS IN THE SOFTWARE.
3370
3255
 
3371
3256
  ### Rust Crates:
3372
3257
 
3373
- - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
3258
+ - [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
3259
+ - [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
3374
3260
 
3375
3261
  ````text
3376
- MIT License
3262
+ The MIT License (MIT)
3377
3263
 
3378
- Copyright (c) 2019 Yoshua Wuyts
3379
- Copyright (c) Tokio Contributors
3264
+ Copyright (c) 2015 Steven Fackler
3380
3265
 
3381
- Permission is hereby granted, free of charge, to any person obtaining a copy
3382
- of this software and associated documentation files (the "Software"), to deal
3383
- in the Software without restriction, including without limitation the rights
3384
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3385
- copies of the Software, and to permit persons to whom the Software is
3386
- furnished to do so, subject to the following conditions:
3266
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
3267
+ this software and associated documentation files (the "Software"), to deal in
3268
+ the Software without restriction, including without limitation the rights to
3269
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3270
+ the Software, and to permit persons to whom the Software is furnished to do so,
3271
+ subject to the following conditions:
3387
3272
 
3388
3273
  The above copyright notice and this permission notice shall be included in all
3389
3274
  copies or substantial portions of the Software.
3390
3275
 
3391
3276
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3392
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3393
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3394
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3395
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3396
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3397
- SOFTWARE.
3277
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3278
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3279
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3280
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3281
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3398
3282
 
3399
3283
  ````
3400
3284
 
@@ -3404,28 +3288,34 @@ SOFTWARE.
3404
3288
 
3405
3289
  ### Rust Crates:
3406
3290
 
3407
- - [directories](https://github.com/soc/directories-rs) (6.0.0)
3291
+ - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
3408
3292
 
3409
3293
  ````text
3410
- Copyright (c) 2018 directories-rs contributors
3294
+ Copyright (c) 2018 The Servo Project Developers
3411
3295
 
3412
- Permission is hereby granted, free of charge, to any person obtaining a copy
3413
- of this software and associated documentation files (the "Software"), to deal
3414
- in the Software without restriction, including without limitation the rights
3415
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3416
- copies of the Software, and to permit persons to whom the Software is
3417
- furnished to do so, subject to the following conditions:
3296
+ Permission is hereby granted, free of charge, to any
3297
+ person obtaining a copy of this software and associated
3298
+ documentation files (the "Software"), to deal in the
3299
+ Software without restriction, including without
3300
+ limitation the rights to use, copy, modify, merge,
3301
+ publish, distribute, sublicense, and/or sell copies of
3302
+ the Software, and to permit persons to whom the Software
3303
+ is furnished to do so, subject to the following
3304
+ conditions:
3418
3305
 
3419
- The above copyright notice and this permission notice shall be included in all
3420
- copies or substantial portions of the Software.
3306
+ The above copyright notice and this permission notice
3307
+ shall be included in all copies or substantial portions
3308
+ of the Software.
3421
3309
 
3422
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3423
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3424
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3425
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3426
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3427
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3428
- SOFTWARE.
3310
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3311
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3312
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3313
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3314
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3315
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3316
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3317
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3318
+ DEALINGS IN THE SOFTWARE.
3429
3319
 
3430
3320
  ````
3431
3321
 
@@ -3435,27 +3325,34 @@ SOFTWARE.
3435
3325
 
3436
3326
  ### Rust Crates:
3437
3327
 
3438
- - [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
3328
+ - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
3439
3329
 
3440
3330
  ````text
3441
- Copyright 2018 Parity Technologies (UK) Ltd.
3442
-
3443
- Permission is hereby granted, free of charge, to any person obtaining a copy of
3444
- this software and associated documentation files (the "Software"), to deal in
3445
- the Software without restriction, including without limitation the rights to
3446
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3447
- the Software, and to permit persons to whom the Software is furnished to do so,
3448
- subject to the following conditions:
3331
+ Copyright (c) 2014-2026 Alex Crichton
3449
3332
 
3450
- The above copyright notice and this permission notice shall be included in all
3451
- copies or substantial portions of the Software.
3333
+ Permission is hereby granted, free of charge, to any
3334
+ person obtaining a copy of this software and associated
3335
+ documentation files (the "Software"), to deal in the
3336
+ Software without restriction, including without
3337
+ limitation the rights to use, copy, modify, merge,
3338
+ publish, distribute, sublicense, and/or sell copies of
3339
+ the Software, and to permit persons to whom the Software
3340
+ is furnished to do so, subject to the following
3341
+ conditions:
3452
3342
 
3453
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3454
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3455
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
3456
- OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3457
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3458
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3343
+ The above copyright notice and this permission notice
3344
+ shall be included in all copies or substantial portions
3345
+ of the Software.
3346
+
3347
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3348
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3349
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3350
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3351
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3352
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3353
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3354
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3355
+ DEALINGS IN THE SOFTWARE.
3459
3356
 
3460
3357
  ````
3461
3358
 
@@ -3465,29 +3362,60 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3465
3362
 
3466
3363
  ### Rust Crates:
3467
3364
 
3468
- - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
3365
+ - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
3366
+ - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
3367
+ - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
3368
+ - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
3369
+ - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
3370
+ - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
3371
+ - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
3372
+ - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
3373
+ - [pastey](https://github.com/as1100k/pastey) (0.2.1)
3374
+ - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
3375
+ - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
3376
+ - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
3377
+ - [quote](https://github.com/dtolnay/quote) (1.0.45)
3378
+ - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
3379
+ - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
3380
+ - [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
3381
+ - [semver](https://github.com/dtolnay/semver) (1.0.28)
3382
+ - [serde](https://github.com/serde-rs/serde) (1.0.228)
3383
+ - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
3384
+ - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
3385
+ - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
3386
+ - [serde_json](https://github.com/serde-rs/json) (1.0.149)
3387
+ - [syn](https://github.com/dtolnay/syn) (2.0.117)
3388
+ - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
3389
+ - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
3390
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
3391
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
3392
+ - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
3393
+ - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
3469
3394
 
3470
3395
  ````text
3471
- Copyright (c) 2015-2025 Sean McArthur
3472
-
3473
- Permission is hereby granted, free of charge, to any person obtaining a copy
3474
- of this software and associated documentation files (the "Software"), to deal
3475
- in the Software without restriction, including without limitation the rights
3476
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3477
- copies of the Software, and to permit persons to whom the Software is
3478
- furnished to do so, subject to the following conditions:
3479
-
3480
- The above copyright notice and this permission notice shall be included in
3481
- all copies or substantial portions of the Software.
3396
+ Permission is hereby granted, free of charge, to any
3397
+ person obtaining a copy of this software and associated
3398
+ documentation files (the "Software"), to deal in the
3399
+ Software without restriction, including without
3400
+ limitation the rights to use, copy, modify, merge,
3401
+ publish, distribute, sublicense, and/or sell copies of
3402
+ the Software, and to permit persons to whom the Software
3403
+ is furnished to do so, subject to the following
3404
+ conditions:
3482
3405
 
3483
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3484
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3485
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3486
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3487
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3488
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3489
- THE SOFTWARE.
3406
+ The above copyright notice and this permission notice
3407
+ shall be included in all copies or substantial portions
3408
+ of the Software.
3490
3409
 
3410
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3411
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3412
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3413
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3414
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3415
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3416
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3417
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3418
+ DEALINGS IN THE SOFTWARE.
3491
3419
 
3492
3420
  ````
3493
3421
 
@@ -3497,10 +3425,10 @@ THE SOFTWARE.
3497
3425
 
3498
3426
  ### Rust Crates:
3499
3427
 
3500
- - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
3428
+ - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
3501
3429
 
3502
3430
  ````text
3503
- Copyright (c) 2017 Robert Grosse
3431
+ Copyright (c) 2016--2023
3504
3432
 
3505
3433
  Permission is hereby granted, free of charge, to any
3506
3434
  person obtaining a copy of this software and associated
@@ -3525,6 +3453,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3525
3453
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3526
3454
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3527
3455
  DEALINGS IN THE SOFTWARE.
3456
+
3528
3457
  ````
3529
3458
 
3530
3459
  ---
@@ -3533,16 +3462,40 @@ DEALINGS IN THE SOFTWARE.
3533
3462
 
3534
3463
  ### Rust Crates:
3535
3464
 
3536
- - [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
3537
- - [log](https://github.com/rust-lang/log) (0.4.29)
3538
- - [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
3539
- - [regex](https://github.com/rust-lang/regex) (1.12.3)
3540
- - [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
3541
- - [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
3465
+ - [hyper](https://github.com/hyperium/hyper) (1.9.0)
3542
3466
 
3543
3467
  ````text
3544
- Copyright (c) 2014 The Rust Project Developers
3468
+ Copyright (c) 2014-2026 Sean McArthur
3469
+
3470
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3471
+ of this software and associated documentation files (the "Software"), to deal
3472
+ in the Software without restriction, including without limitation the rights
3473
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3474
+ copies of the Software, and to permit persons to whom the Software is
3475
+ furnished to do so, subject to the following conditions:
3476
+
3477
+ The above copyright notice and this permission notice shall be included in
3478
+ all copies or substantial portions of the Software.
3479
+
3480
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3481
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3482
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3483
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3484
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3485
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3486
+ THE SOFTWARE.
3487
+
3488
+ ````
3489
+
3490
+ ---
3545
3491
 
3492
+ ## The following dependencies are licensed under the MIT License:
3493
+
3494
+ ### Rust Crates:
3495
+
3496
+ - [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
3497
+
3498
+ ````text
3546
3499
  Permission is hereby granted, free of charge, to any
3547
3500
  person obtaining a copy of this software and associated
3548
3501
  documentation files (the "Software"), to deal in the
@@ -3566,7 +3519,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3566
3519
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3567
3520
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3568
3521
  DEALINGS IN THE SOFTWARE.
3569
-
3570
3522
  ````
3571
3523
 
3572
3524
  ---
@@ -3606,14 +3558,14 @@ SOFTWARE.
3606
3558
 
3607
3559
  ## The following dependencies are licensed under the MIT License:
3608
3560
 
3609
- ### NPM Packages:
3561
+ ### Rust Crates:
3610
3562
 
3611
- - [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.13) (0.0.13)
3563
+ - [zip](https://github.com/zip-rs/zip2) (2.4.2)
3612
3564
 
3613
3565
  ````text
3614
- MIT License
3566
+ The MIT License (MIT)
3615
3567
 
3616
- Copyright (c) 2026 Huawei Device Co., Ltd.
3568
+ Copyright (c) 2014 Mathijs van de Nes
3617
3569
 
3618
3570
  Permission is hereby granted, free of charge, to any person obtaining a copy
3619
3571
  of this software and associated documentation files (the "Software"), to deal
@@ -3633,6 +3585,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3633
3585
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3634
3586
  SOFTWARE.
3635
3587
 
3588
+ Some files in the "tests/data" subdirectory of this repository are under other
3589
+ licences; see files named LICENSE.*.txt for details.
3636
3590
  ````
3637
3591
 
3638
3592
  ---
@@ -3641,10 +3595,10 @@ SOFTWARE.
3641
3595
 
3642
3596
  ### Rust Crates:
3643
3597
 
3644
- - [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
3598
+ - [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
3645
3599
 
3646
3600
  ````text
3647
- Copyright (c) 2020 Andrew D. Straw
3601
+ Copyright (c) 2021 RustCrypto Developers
3648
3602
 
3649
3603
  Permission is hereby granted, free of charge, to any
3650
3604
  person obtaining a copy of this software and associated
@@ -3678,34 +3632,30 @@ DEALINGS IN THE SOFTWARE.
3678
3632
 
3679
3633
  ### Rust Crates:
3680
3634
 
3681
- - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
3635
+ - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
3682
3636
 
3683
3637
  ````text
3684
- Copyright 2019-2024 YOSHIOKA Takuma
3638
+ MIT License
3685
3639
 
3686
- Permission is hereby granted, free of charge, to any
3687
- person obtaining a copy of this software and associated
3688
- documentation files (the "Software"), to deal in the
3689
- Software without restriction, including without
3690
- limitation the rights to use, copy, modify, merge,
3691
- publish, distribute, sublicense, and/or sell copies of
3692
- the Software, and to permit persons to whom the Software
3693
- is furnished to do so, subject to the following
3694
- conditions:
3640
+ Copyright (c) 2025 Callum Oakley
3695
3641
 
3696
- The above copyright notice and this permission notice
3697
- shall be included in all copies or substantial portions
3698
- of the Software.
3642
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3643
+ of this software and associated documentation files (the "Software"), to deal
3644
+ in the Software without restriction, including without limitation the rights
3645
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3646
+ copies of the Software, and to permit persons to whom the Software is
3647
+ furnished to do so, subject to the following conditions:
3699
3648
 
3700
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3701
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3702
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3703
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3704
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3705
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3706
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3707
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3708
- DEALINGS IN THE SOFTWARE.
3649
+ The above copyright notice and this permission notice shall be included in all
3650
+ copies or substantial portions of the Software.
3651
+
3652
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3653
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3654
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3655
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3656
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3657
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3658
+ SOFTWARE.
3709
3659
 
3710
3660
  ````
3711
3661
 
@@ -3713,12 +3663,44 @@ DEALINGS IN THE SOFTWARE.
3713
3663
 
3714
3664
  ## The following dependencies are licensed under the MIT License:
3715
3665
 
3716
- ### Rust Crates:
3666
+ ### NPM Packages:
3717
3667
 
3718
- - [want](https://github.com/seanmonstar/want) (0.3.1)
3668
+ - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
3719
3669
 
3720
3670
  ````text
3721
- Copyright (c) 2018-2019 Sean McArthur
3671
+ This software is released under the MIT license:
3672
+
3673
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
3674
+ this software and associated documentation files (the "Software"), to deal in
3675
+ the Software without restriction, including without limitation the rights to
3676
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3677
+ the Software, and to permit persons to whom the Software is furnished to do so,
3678
+ subject to the following conditions:
3679
+
3680
+ The above copyright notice and this permission notice shall be included in all
3681
+ copies or substantial portions of the Software.
3682
+
3683
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3684
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3685
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3686
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3687
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3688
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3689
+
3690
+ ````
3691
+
3692
+ ---
3693
+
3694
+ ## The following dependencies are licensed under the MIT License:
3695
+
3696
+ ### NPM Packages:
3697
+
3698
+ - [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
3699
+
3700
+ ````text
3701
+ The MIT License (MIT)
3702
+
3703
+ Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
3722
3704
 
3723
3705
  Permission is hereby granted, free of charge, to any person obtaining a copy
3724
3706
  of this software and associated documentation files (the "Software"), to deal
@@ -3738,6 +3720,24 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3738
3720
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3739
3721
  THE SOFTWARE.
3740
3722
 
3723
+ ````
3724
+
3725
+ ---
3726
+
3727
+ ## The following dependencies are licensed under the MIT License:
3728
+
3729
+ ### Rust Crates:
3730
+
3731
+ - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
3732
+
3733
+ ````text
3734
+ Copyright 2017 Juniper Networks, Inc.
3735
+
3736
+ 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:
3737
+
3738
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3739
+
3740
+ 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.
3741
3741
 
3742
3742
  ````
3743
3743