@deveco-codegenie/mcp-bridge-darwin-x64 1.1.9 → 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,98 +342,11 @@ 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:
348
348
 
349
- - [fast-uri](https://github.com/fastify/fast-uri) (3.1.2)
349
+ - [fast-uri](https://github.com/fastify/fast-uri) (3.1.3)
350
350
 
351
351
  ````text
352
352
  Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
@@ -411,10 +411,48 @@ THIS SOFTWARE.
411
411
 
412
412
  ### Rust Crates:
413
413
 
414
- - [zerocopy](https://github.com/google/zerocopy) (0.8.48)
414
+ - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
415
415
 
416
416
  ````text
417
- Copyright 2023 The Fuchsia Authors
417
+ Copyright (c) 2020-2025 The RustCrypto Project Developers
418
+
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:
428
+
429
+ The above copyright notice and this permission notice
430
+ shall be included in all copies or substantial portions
431
+ of the Software.
432
+
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.
442
+
443
+ ````
444
+
445
+ ---
446
+
447
+ ## The following dependencies are licensed under the MIT License:
448
+
449
+ ### Rust Crates:
450
+
451
+ - [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
452
+
453
+ ````text
454
+ Copyright (c) 2018-2026 The rust-random Project Developers
455
+ Copyright (c) 2014 The Rust Project Developers
418
456
 
419
457
  Permission is hereby granted, free of charge, to any
420
458
  person obtaining a copy of this software and associated
@@ -440,6 +478,45 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
440
478
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
441
479
  DEALINGS IN THE SOFTWARE.
442
480
 
481
+ ````
482
+
483
+ ---
484
+
485
+ ## The following dependencies are licensed under the MIT License:
486
+
487
+ ### Rust Crates:
488
+
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)
492
+
493
+ ````text
494
+ Copyright 2018 Developers of the Rand project
495
+ Copyright (c) 2014 The Rust Project Developers
496
+
497
+ Permission is hereby granted, free of charge, to any
498
+ person obtaining a copy of this software and associated
499
+ documentation files (the "Software"), to deal in the
500
+ Software without restriction, including without
501
+ limitation the rights to use, copy, modify, merge,
502
+ publish, distribute, sublicense, and/or sell copies of
503
+ the Software, and to permit persons to whom the Software
504
+ is furnished to do so, subject to the following
505
+ conditions:
506
+
507
+ The above copyright notice and this permission notice
508
+ shall be included in all copies or substantial portions
509
+ of the Software.
510
+
511
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
512
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
513
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
514
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
515
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
516
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
517
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
518
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
519
+ DEALINGS IN THE SOFTWARE.
443
520
 
444
521
  ````
445
522
 
@@ -475,41 +552,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
475
552
  SOFTWARE.
476
553
 
477
554
 
478
- ````
479
-
480
- ---
481
-
482
- ## The following dependencies are licensed under the MIT License:
483
-
484
- ### NPM Packages:
485
-
486
- - [json5](https://github.com/json5/json5) (2.2.3)
487
-
488
- ````text
489
- MIT License
490
-
491
- Copyright (c) 2012-2018 Aseem Kishore, and [others].
492
-
493
- Permission is hereby granted, free of charge, to any person obtaining a copy
494
- of this software and associated documentation files (the "Software"), to deal
495
- in the Software without restriction, including without limitation the rights
496
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
497
- copies of the Software, and to permit persons to whom the Software is
498
- furnished to do so, subject to the following conditions:
499
-
500
- The above copyright notice and this permission notice shall be included in all
501
- copies or substantial portions of the Software.
502
-
503
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
504
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
505
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
506
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
507
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
508
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
509
- SOFTWARE.
510
-
511
- [others]: https://github.com/json5/json5/contributors
512
-
513
555
  ````
514
556
 
515
557
  ---
@@ -518,63 +560,17 @@ SOFTWARE.
518
560
 
519
561
  ### Rust Crates:
520
562
 
521
- - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
522
-
523
- ````text
524
- Copyright (c) 2016-2025 Sean McArthur
525
-
526
- Permission is hereby granted, free of charge, to any person obtaining a copy
527
- of this software and associated documentation files (the "Software"), to deal
528
- in the Software without restriction, including without limitation the rights
529
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
530
- copies of the Software, and to permit persons to whom the Software is
531
- furnished to do so, subject to the following conditions:
532
-
533
- The above copyright notice and this permission notice shall be included in
534
- all copies or substantial portions of the Software.
535
-
536
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
537
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
538
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
539
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
540
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
541
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
542
- THE SOFTWARE.
543
-
544
-
545
- ````
546
-
547
- ---
548
-
549
- ## The following dependencies are licensed under the MIT License:
550
-
551
- ### NPM Packages:
552
-
553
- - [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
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)
554
567
 
555
568
  ````text
556
- The MIT License (MIT)
557
-
558
- Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
559
-
560
- Permission is hereby granted, free of charge, to any person obtaining a copy
561
- of this software and associated documentation files (the "Software"), to deal
562
- in the Software without restriction, including without limitation the rights
563
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
564
- copies of the Software, and to permit persons to whom the Software is
565
- furnished to do so, subject to the following conditions:
566
-
567
- The above copyright notice and this permission notice shall be included in
568
- all copies or substantial portions of the Software.
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:
569
570
 
570
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
571
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
572
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
573
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
574
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
575
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
576
- THE SOFTWARE.
571
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
577
572
 
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.
578
574
  ````
579
575
 
580
576
  ---
@@ -650,13 +646,42 @@ SOFTWARE.
650
646
 
651
647
  ### Rust Crates:
652
648
 
653
- - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
654
- - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
649
+ - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
655
650
 
656
651
  ````text
657
- Copyright (c) 2006-2009 Graydon Hoare
658
- Copyright (c) 2009-2013 Mozilla Foundation
659
- Copyright (c) 2016 Artyom Pavlov
652
+ Copyright (c) 2015-2025 Sean McArthur
653
+
654
+ Permission is hereby granted, free of charge, to any person obtaining a copy
655
+ of this software and associated documentation files (the "Software"), to deal
656
+ in the Software without restriction, including without limitation the rights
657
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
658
+ copies of the Software, and to permit persons to whom the Software is
659
+ furnished to do so, subject to the following conditions:
660
+
661
+ The above copyright notice and this permission notice shall be included in
662
+ all copies or substantial portions of the Software.
663
+
664
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
665
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
666
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
667
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
668
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
669
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
670
+ THE SOFTWARE.
671
+
672
+
673
+ ````
674
+
675
+ ---
676
+
677
+ ## The following dependencies are licensed under the MIT License:
678
+
679
+ ### Rust Crates:
680
+
681
+ - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
682
+
683
+ ````text
684
+ Copyright (c) 2019 The CryptoCorrosion Contributors
660
685
 
661
686
  Permission is hereby granted, free of charge, to any
662
687
  person obtaining a copy of this software and associated
@@ -690,12 +715,14 @@ DEALINGS IN THE SOFTWARE.
690
715
 
691
716
  ### Rust Crates:
692
717
 
693
- - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
718
+ - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
694
719
 
695
720
  ````text
696
721
  The MIT License (MIT)
697
722
 
698
- Copyright (c) 2015 Alice Maz
723
+ Copyright (c) 2015 Danny Guo
724
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
725
+ Copyright (c) 2018 Akash Kurdekar
699
726
 
700
727
  Permission is hereby granted, free of charge, to any person obtaining a copy
701
728
  of this software and associated documentation files (the "Software"), to deal
@@ -704,16 +731,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
704
731
  copies of the Software, and to permit persons to whom the Software is
705
732
  furnished to do so, subject to the following conditions:
706
733
 
707
- The above copyright notice and this permission notice shall be included in
708
- all copies or substantial portions of the Software.
734
+ The above copyright notice and this permission notice shall be included in all
735
+ copies or substantial portions of the Software.
709
736
 
710
737
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
711
738
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
712
739
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
713
740
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
714
741
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
715
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
716
- THE SOFTWARE.
742
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
743
+ SOFTWARE.
717
744
 
718
745
  ````
719
746
 
@@ -723,10 +750,11 @@ THE SOFTWARE.
723
750
 
724
751
  ### Rust Crates:
725
752
 
726
- - [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
753
+ - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
727
754
 
728
755
  ````text
729
- Copyright (c) 2014 Chris Wong
756
+ Copyright (c) 2018-2024 The rust-random Project Developers
757
+ Copyright (c) 2014 The Rust Project Developers
730
758
 
731
759
  Permission is hereby granted, free of charge, to any
732
760
  person obtaining a copy of this software and associated
@@ -760,10 +788,10 @@ DEALINGS IN THE SOFTWARE.
760
788
 
761
789
  ### Rust Crates:
762
790
 
763
- - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
791
+ - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
764
792
 
765
793
  ````text
766
- Copyright (c) 2013-2016 The rust-url developers
794
+ Copyright (c) 2018-2019 The RustCrypto Project Developers
767
795
 
768
796
  Permission is hereby granted, free of charge, to any
769
797
  person obtaining a copy of this software and associated
@@ -797,72 +825,10 @@ DEALINGS IN THE SOFTWARE.
797
825
 
798
826
  ### Rust Crates:
799
827
 
800
- - [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
801
- - [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
802
- - [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
803
- - [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
804
-
805
- ````text
806
- 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:
807
-
808
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
809
-
810
- 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.
811
- ````
812
-
813
- ---
814
-
815
- ## The following dependencies are licensed under the MIT License:
816
-
817
- ### Rust Crates:
818
-
819
- - [schemars](https://github.com/GREsau/schemars) (1.2.1)
820
- - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
821
-
822
- ````text
823
- MIT License
824
-
825
- Copyright (c) 2019 Graham Esau
826
-
827
- Permission is hereby granted, free of charge, to any person obtaining a copy
828
- of this software and associated documentation files (the "Software"), to deal
829
- in the Software without restriction, including without limitation the rights
830
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
831
- copies of the Software, and to permit persons to whom the Software is
832
- furnished to do so, subject to the following conditions:
833
-
834
- The above copyright notice and this permission notice shall be included in all
835
- copies or substantial portions of the Software.
836
-
837
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
838
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
839
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
840
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
841
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
842
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
843
- SOFTWARE.
844
-
845
- ````
846
-
847
- ---
848
-
849
- ## The following dependencies are licensed under the MIT License:
850
-
851
- ### Rust Crates:
852
-
853
- - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
854
- - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
855
- - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
856
- - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
857
- - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
858
- - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
859
- - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
860
- - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
861
- - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
828
+ - [http](https://github.com/hyperium/http) (1.4.0)
862
829
 
863
830
  ````text
864
- Copyright (c) 2016 Alex Crichton
865
- Copyright (c) 2017 The Tokio Authors
831
+ Copyright (c) 2017 http-rs authors
866
832
 
867
833
  Permission is hereby granted, free of charge, to any
868
834
  person obtaining a copy of this software and associated
@@ -896,14 +862,10 @@ DEALINGS IN THE SOFTWARE.
896
862
 
897
863
  ### Rust Crates:
898
864
 
899
- - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
865
+ - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
900
866
 
901
867
  ````text
902
- The MIT License (MIT)
903
-
904
- Copyright (c) 2015 Danny Guo
905
- Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
906
- Copyright (c) 2018 Akash Kurdekar
868
+ Copyright (c) 2023-2025 Sean McArthur
907
869
 
908
870
  Permission is hereby granted, free of charge, to any person obtaining a copy
909
871
  of this software and associated documentation files (the "Software"), to deal
@@ -912,16 +874,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
912
874
  copies of the Software, and to permit persons to whom the Software is
913
875
  furnished to do so, subject to the following conditions:
914
876
 
915
- The above copyright notice and this permission notice shall be included in all
916
- 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.
917
879
 
918
880
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
919
881
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
920
882
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
921
883
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
922
884
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
923
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
924
- SOFTWARE.
885
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
886
+ THE SOFTWARE.
925
887
 
926
888
  ````
927
889
 
@@ -931,10 +893,10 @@ SOFTWARE.
931
893
 
932
894
  ### Rust Crates:
933
895
 
934
- - [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
896
+ - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
935
897
 
936
898
  ````text
937
- Copyright (c) 2020 Andrew D. Straw
899
+ Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
938
900
 
939
901
  Permission is hereby granted, free of charge, to any
940
902
  person obtaining a copy of this software and associated
@@ -968,34 +930,33 @@ DEALINGS IN THE SOFTWARE.
968
930
 
969
931
  ### Rust Crates:
970
932
 
971
- - [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.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)
972
940
 
973
941
  ````text
974
- Copyright (c) 2016--2017
942
+ MIT License
975
943
 
976
- Permission is hereby granted, free of charge, to any
977
- person obtaining a copy of this software and associated
978
- documentation files (the "Software"), to deal in the
979
- Software without restriction, including without
980
- limitation the rights to use, copy, modify, merge,
981
- publish, distribute, sublicense, and/or sell copies of
982
- the Software, and to permit persons to whom the Software
983
- is furnished to do so, subject to the following
984
- conditions:
944
+ Copyright (c) <year> <copyright holders>
985
945
 
986
- The above copyright notice and this permission notice
987
- shall be included in all copies or substantial portions
988
- of the Software.
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:
989
951
 
990
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
991
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
992
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
993
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
994
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
995
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
996
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
997
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
998
- DEALINGS IN THE SOFTWARE.
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.
999
960
 
1000
961
  ````
1001
962
 
@@ -1005,12 +966,10 @@ DEALINGS IN THE SOFTWARE.
1005
966
 
1006
967
  ### Rust Crates:
1007
968
 
1008
- - [nix](https://github.com/nix-rust/nix) (0.31.2)
969
+ - [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
1009
970
 
1010
971
  ````text
1011
- The MIT License (MIT)
1012
-
1013
- Copyright (c) 2015 Carl Lerche + nix-rust Authors
972
+ MIT License
1014
973
 
1015
974
  Permission is hereby granted, free of charge, to any person obtaining a copy
1016
975
  of this software and associated documentation files (the "Software"), to deal
@@ -1019,16 +978,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1019
978
  copies of the Software, and to permit persons to whom the Software is
1020
979
  furnished to do so, subject to the following conditions:
1021
980
 
1022
- The above copyright notice and this permission notice shall be included in
1023
- all copies or substantial portions of the Software.
981
+ The above copyright notice and this permission notice shall be included in all
982
+ copies or substantial portions of the Software.
1024
983
 
1025
984
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1026
985
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1027
986
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1028
987
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1029
988
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1030
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1031
- THE SOFTWARE.
989
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
990
+ SOFTWARE.
1032
991
 
1033
992
  ````
1034
993
 
@@ -1038,10 +997,10 @@ THE SOFTWARE.
1038
997
 
1039
998
  ### Rust Crates:
1040
999
 
1041
- - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
1000
+ - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
1042
1001
 
1043
1002
  ````text
1044
- Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
1003
+ Copyright (c) 2010 The Rust Project Developers
1045
1004
 
1046
1005
  Permission is hereby granted, free of charge, to any
1047
1006
  person obtaining a copy of this software and associated
@@ -1075,10 +1034,10 @@ DEALINGS IN THE SOFTWARE.
1075
1034
 
1076
1035
  ### Rust Crates:
1077
1036
 
1078
- - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
1037
+ - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
1079
1038
 
1080
1039
  ````text
1081
- Copyright (c) 2019 The CryptoCorrosion Contributors
1040
+ Copyright (c) 2018 Carl Lerche
1082
1041
 
1083
1042
  Permission is hereby granted, free of charge, to any
1084
1043
  person obtaining a copy of this software and associated
@@ -1112,10 +1071,10 @@ DEALINGS IN THE SOFTWARE.
1112
1071
 
1113
1072
  ### Rust Crates:
1114
1073
 
1115
- - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
1074
+ - [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
1116
1075
 
1117
1076
  ````text
1118
- Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
1077
+ Copyright (c) The rust-url developers
1119
1078
 
1120
1079
  Permission is hereby granted, free of charge, to any
1121
1080
  person obtaining a copy of this software and associated
@@ -1149,10 +1108,78 @@ DEALINGS IN THE SOFTWARE.
1149
1108
 
1150
1109
  ### Rust Crates:
1151
1110
 
1152
- - [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
1111
+ - [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
1153
1112
 
1154
1113
  ````text
1155
- Copyright (c) 2017 tokio-jsonrpc developers
1114
+ MIT License
1115
+
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
1120
+
1121
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1122
+ of this software and associated documentation files (the "Software"), to deal
1123
+ in the Software without restriction, including without limitation the rights
1124
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1125
+ copies of the Software, and to permit persons to whom the Software is
1126
+ furnished to do so, subject to the following conditions:
1127
+
1128
+ The above copyright notice and this permission notice shall be included in all
1129
+ copies or substantial portions of the Software.
1130
+
1131
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1132
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1133
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1134
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1135
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1136
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1137
+ SOFTWARE.
1138
+
1139
+ ````
1140
+
1141
+ ---
1142
+
1143
+ ## The following dependencies are licensed under the MIT License:
1144
+
1145
+ ### Rust Crates:
1146
+
1147
+ - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
1148
+
1149
+ ````text
1150
+ Copyright (c) 2016-2025 Sean McArthur
1151
+
1152
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1153
+ of this software and associated documentation files (the "Software"), to deal
1154
+ in the Software without restriction, including without limitation the rights
1155
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1156
+ copies of the Software, and to permit persons to whom the Software is
1157
+ furnished to do so, subject to the following conditions:
1158
+
1159
+ The above copyright notice and this permission notice shall be included in
1160
+ all copies or substantial portions of the Software.
1161
+
1162
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1163
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1164
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1165
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1166
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1167
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1168
+ THE SOFTWARE.
1169
+
1170
+
1171
+ ````
1172
+
1173
+ ---
1174
+
1175
+ ## The following dependencies are licensed under the MIT License:
1176
+
1177
+ ### Rust Crates:
1178
+
1179
+ - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
1180
+
1181
+ ````text
1182
+ Copyright (c) 2016 Anthony Ramine
1156
1183
 
1157
1184
  Permission is hereby granted, free of charge, to any
1158
1185
  person obtaining a copy of this software and associated
@@ -1186,10 +1213,13 @@ DEALINGS IN THE SOFTWARE.
1186
1213
 
1187
1214
  ### Rust Crates:
1188
1215
 
1189
- - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
1216
+ - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
1217
+ - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
1190
1218
 
1191
1219
  ````text
1192
- Copyright (c) 2017 Robert Grosse
1220
+ Copyright (c) 2006-2009 Graydon Hoare
1221
+ Copyright (c) 2009-2013 Mozilla Foundation
1222
+ Copyright (c) 2016 Artyom Pavlov
1193
1223
 
1194
1224
  Permission is hereby granted, free of charge, to any
1195
1225
  person obtaining a copy of this software and associated
@@ -1214,6 +1244,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1214
1244
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1215
1245
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1216
1246
  DEALINGS IN THE SOFTWARE.
1247
+
1217
1248
  ````
1218
1249
 
1219
1250
  ---
@@ -1222,10 +1253,10 @@ DEALINGS IN THE SOFTWARE.
1222
1253
 
1223
1254
  ### Rust Crates:
1224
1255
 
1225
- - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
1256
+ - [slab](https://github.com/tokio-rs/slab) (0.4.12)
1226
1257
 
1227
1258
  ````text
1228
- Copyright (c) 2016 Anthony Ramine
1259
+ Copyright (c) 2019 Carl Lerche
1229
1260
 
1230
1261
  Permission is hereby granted, free of charge, to any
1231
1262
  person obtaining a copy of this software and associated
@@ -1257,15 +1288,16 @@ DEALINGS IN THE SOFTWARE.
1257
1288
 
1258
1289
  ## The following dependencies are licensed under the MIT License:
1259
1290
 
1260
- ### NPM Packages:
1291
+ ### Rust Crates:
1261
1292
 
1262
- - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
1263
- - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
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)
1264
1296
 
1265
1297
  ````text
1266
1298
  MIT License
1267
1299
 
1268
- Copyright (c) 2017 Evgeny Poberezkin
1300
+ Copyright (c) Tokio Contributors
1269
1301
 
1270
1302
  Permission is hereby granted, free of charge, to any person obtaining a copy
1271
1303
  of this software and associated documentation files (the "Software"), to deal
@@ -1291,30 +1323,32 @@ SOFTWARE.
1291
1323
 
1292
1324
  ## The following dependencies are licensed under the MIT License:
1293
1325
 
1294
- ### NPM Packages:
1326
+ ### Rust Crates:
1295
1327
 
1296
- - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
1328
+ - [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
1297
1329
 
1298
1330
  ````text
1299
- This software is released under the MIT license:
1331
+ MIT License
1300
1332
 
1301
- Permission is hereby granted, free of charge, to any person obtaining a copy of
1302
- this software and associated documentation files (the "Software"), to deal in
1303
- the Software without restriction, including without limitation the rights to
1304
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1305
- the Software, and to permit persons to whom the Software is furnished to do so,
1306
- subject to the following conditions:
1333
+ Copyright (c) 2025 rutrum
1334
+
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:
1307
1341
 
1308
1342
  The above copyright notice and this permission notice shall be included in all
1309
1343
  copies or substantial portions of the Software.
1310
1344
 
1311
1345
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1312
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1313
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1314
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1315
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1316
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1317
-
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.
1318
1352
  ````
1319
1353
 
1320
1354
  ---
@@ -1323,10 +1357,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1323
1357
 
1324
1358
  ### Rust Crates:
1325
1359
 
1326
- - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
1360
+ - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
1327
1361
 
1328
1362
  ````text
1329
- Copyright (c) 2014-2026 Alex Crichton
1363
+ Copyright (c) 2019-2021 Tower Contributors
1330
1364
 
1331
1365
  Permission is hereby granted, free of charge, to any
1332
1366
  person obtaining a copy of this software and associated
@@ -1358,99 +1392,68 @@ DEALINGS IN THE SOFTWARE.
1358
1392
 
1359
1393
  ## The following dependencies are licensed under the MIT License:
1360
1394
 
1361
- ### Rust Crates:
1395
+ ### NPM Packages:
1362
1396
 
1363
- - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
1364
- - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
1365
- - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
1366
- - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
1367
- - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
1368
- - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
1369
- - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
1370
- - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
1371
- - [pastey](https://github.com/as1100k/pastey) (0.2.1)
1372
- - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
1373
- - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
1374
- - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
1375
- - [quote](https://github.com/dtolnay/quote) (1.0.45)
1376
- - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
1377
- - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
1378
- - [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
1379
- - [semver](https://github.com/dtolnay/semver) (1.0.28)
1380
- - [serde](https://github.com/serde-rs/serde) (1.0.228)
1381
- - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
1382
- - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
1383
- - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
1384
- - [serde_json](https://github.com/serde-rs/json) (1.0.149)
1385
- - [syn](https://github.com/dtolnay/syn) (2.0.117)
1386
- - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
1387
- - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
1388
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
1389
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
1390
- - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
1391
- - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
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)
1392
1399
 
1393
1400
  ````text
1394
- Permission is hereby granted, free of charge, to any
1395
- person obtaining a copy of this software and associated
1396
- documentation files (the "Software"), to deal in the
1397
- Software without restriction, including without
1398
- limitation the rights to use, copy, modify, merge,
1399
- publish, distribute, sublicense, and/or sell copies of
1400
- the Software, and to permit persons to whom the Software
1401
- is furnished to do so, subject to the following
1402
- conditions:
1403
-
1404
- The above copyright notice and this permission notice
1405
- shall be included in all copies or substantial portions
1406
- of the Software.
1407
-
1408
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1409
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1410
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1411
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1412
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1413
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1414
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1415
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1416
- DEALINGS IN THE SOFTWARE.
1401
+ MIT License
1417
1402
 
1418
- ````
1403
+ Copyright (c) 2017 Evgeny Poberezkin
1419
1404
 
1420
- ---
1405
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1406
+ of this software and associated documentation files (the "Software"), to deal
1407
+ in the Software without restriction, including without limitation the rights
1408
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1409
+ copies of the Software, and to permit persons to whom the Software is
1410
+ furnished to do so, subject to the following conditions:
1421
1411
 
1422
- ## The following dependencies are licensed under the MIT License:
1412
+ The above copyright notice and this permission notice shall be included in all
1413
+ copies or substantial portions of the Software.
1423
1414
 
1424
- ### Rust Crates:
1415
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1416
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1417
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1418
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1419
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1420
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1421
+ SOFTWARE.
1425
1422
 
1426
- - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
1423
+ ````
1424
+
1425
+ ---
1426
+
1427
+ ## The following dependencies are licensed under the MIT License:
1428
+
1429
+ ### NPM Packages:
1430
+
1431
+ - [json5](https://github.com/json5/json5) (2.2.3)
1427
1432
 
1428
1433
  ````text
1429
- Copyright (c) 2018 The Servo Project Developers
1434
+ MIT License
1430
1435
 
1431
- Permission is hereby granted, free of charge, to any
1432
- person obtaining a copy of this software and associated
1433
- documentation files (the "Software"), to deal in the
1434
- Software without restriction, including without
1435
- limitation the rights to use, copy, modify, merge,
1436
- publish, distribute, sublicense, and/or sell copies of
1437
- the Software, and to permit persons to whom the Software
1438
- is furnished to do so, subject to the following
1439
- conditions:
1436
+ Copyright (c) 2012-2018 Aseem Kishore, and [others].
1440
1437
 
1441
- The above copyright notice and this permission notice
1442
- shall be included in all copies or substantial portions
1443
- of the Software.
1438
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1439
+ of this software and associated documentation files (the "Software"), to deal
1440
+ in the Software without restriction, including without limitation the rights
1441
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1442
+ copies of the Software, and to permit persons to whom the Software is
1443
+ furnished to do so, subject to the following conditions:
1444
1444
 
1445
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1446
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1447
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1448
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1449
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1450
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1451
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1452
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1453
- DEALINGS IN THE SOFTWARE.
1445
+ The above copyright notice and this permission notice shall be included in all
1446
+ copies or substantial portions of the Software.
1447
+
1448
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1449
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1450
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1451
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1452
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1453
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1454
+ SOFTWARE.
1455
+
1456
+ [others]: https://github.com/json5/json5/contributors
1454
1457
 
1455
1458
  ````
1456
1459
 
@@ -1460,12 +1463,10 @@ DEALINGS IN THE SOFTWARE.
1460
1463
 
1461
1464
  ### Rust Crates:
1462
1465
 
1463
- - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
1464
- - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
1465
- - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
1466
+ - [libc](https://github.com/rust-lang/libc) (0.2.185)
1466
1467
 
1467
1468
  ````text
1468
- Copyright (c) 2016 The Rust Project Developers
1469
+ Copyright (c) The Rust Project Developers
1469
1470
 
1470
1471
  Permission is hereby granted, free of charge, to any
1471
1472
  person obtaining a copy of this software and associated
@@ -1499,34 +1500,29 @@ DEALINGS IN THE SOFTWARE.
1499
1500
 
1500
1501
  ### Rust Crates:
1501
1502
 
1502
- - [digest](https://github.com/RustCrypto/traits) (0.10.7)
1503
+ - [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
1503
1504
 
1504
1505
  ````text
1505
- Copyright (c) 2017 Artyom Pavlov
1506
+ Copyright (c) 2017 Daniel Abramov
1507
+ Copyright (c) 2017 Alexey Galakhov
1506
1508
 
1507
- Permission is hereby granted, free of charge, to any
1508
- person obtaining a copy of this software and associated
1509
- documentation files (the "Software"), to deal in the
1510
- Software without restriction, including without
1511
- limitation the rights to use, copy, modify, merge,
1512
- publish, distribute, sublicense, and/or sell copies of
1513
- the Software, and to permit persons to whom the Software
1514
- is furnished to do so, subject to the following
1515
- conditions:
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:
1516
1515
 
1517
- The above copyright notice and this permission notice
1518
- shall be included in all copies or substantial portions
1519
- 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.
1520
1518
 
1521
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1522
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1523
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1524
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1525
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1526
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1527
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1528
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1529
- DEALINGS IN THE SOFTWARE.
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.
1530
1526
 
1531
1527
  ````
1532
1528
 
@@ -1536,10 +1532,77 @@ DEALINGS IN THE SOFTWARE.
1536
1532
 
1537
1533
  ### Rust Crates:
1538
1534
 
1539
- - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
1535
+ - [nix](https://github.com/nix-rust/nix) (0.31.2)
1540
1536
 
1541
1537
  ````text
1542
- Copyright (c) 2018 Carl Lerche
1538
+ The MIT License (MIT)
1539
+
1540
+ Copyright (c) 2015 Carl Lerche + nix-rust Authors
1541
+
1542
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1543
+ of this software and associated documentation files (the "Software"), to deal
1544
+ in the Software without restriction, including without limitation the rights
1545
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1546
+ copies of the Software, and to permit persons to whom the Software is
1547
+ furnished to do so, subject to the following conditions:
1548
+
1549
+ The above copyright notice and this permission notice shall be included in
1550
+ all copies or substantial portions of the Software.
1551
+
1552
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1553
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1554
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1555
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1556
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1557
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1558
+ THE SOFTWARE.
1559
+
1560
+ ````
1561
+
1562
+ ---
1563
+
1564
+ ## The following dependencies are licensed under the MIT License:
1565
+
1566
+ ### NPM Packages:
1567
+
1568
+ - [undici-types](https://github.com/nodejs/undici) (6.21.0)
1569
+
1570
+ ````text
1571
+ MIT License
1572
+
1573
+ Copyright (c) Matteo Collina and Undici contributors
1574
+
1575
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1576
+ of this software and associated documentation files (the "Software"), to deal
1577
+ in the Software without restriction, including without limitation the rights
1578
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1579
+ copies of the Software, and to permit persons to whom the Software is
1580
+ furnished to do so, subject to the following conditions:
1581
+
1582
+ The above copyright notice and this permission notice shall be included in all
1583
+ copies or substantial portions of the Software.
1584
+
1585
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1586
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1587
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1588
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1589
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1590
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1591
+ SOFTWARE.
1592
+
1593
+ ````
1594
+
1595
+ ---
1596
+
1597
+ ## The following dependencies are licensed under the MIT License:
1598
+
1599
+ ### Rust Crates:
1600
+
1601
+ - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
1602
+ - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
1603
+
1604
+ ````text
1605
+ Copyright (c) 2014 Alex Crichton
1543
1606
 
1544
1607
  Permission is hereby granted, free of charge, to any
1545
1608
  person obtaining a copy of this software and associated
@@ -1573,10 +1636,15 @@ DEALINGS IN THE SOFTWARE.
1573
1636
 
1574
1637
  ### Rust Crates:
1575
1638
 
1576
- - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
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)
1577
1645
 
1578
1646
  ````text
1579
- Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
1647
+ Copyright (c) 2014 The Rust Project Developers
1580
1648
 
1581
1649
  Permission is hereby granted, free of charge, to any
1582
1650
  person obtaining a copy of this software and associated
@@ -1610,10 +1678,43 @@ DEALINGS IN THE SOFTWARE.
1610
1678
 
1611
1679
  ### Rust Crates:
1612
1680
 
1613
- - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
1681
+ - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
1614
1682
 
1615
1683
  ````text
1616
- Copyright (c) 2016--2023
1684
+ Copyright (c) 2017 Sean McArthur
1685
+
1686
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1687
+ of this software and associated documentation files (the "Software"), to deal
1688
+ in the Software without restriction, including without limitation the rights
1689
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1690
+ copies of the Software, and to permit persons to whom the Software is
1691
+ furnished to do so, subject to the following conditions:
1692
+
1693
+ The above copyright notice and this permission notice shall be included in
1694
+ all copies or substantial portions of the Software.
1695
+
1696
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1697
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1698
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1699
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1700
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1701
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1702
+ THE SOFTWARE.
1703
+
1704
+
1705
+ ````
1706
+
1707
+ ---
1708
+
1709
+ ## The following dependencies are licensed under the MIT License:
1710
+
1711
+ ### Rust Crates:
1712
+
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)
1715
+
1716
+ ````text
1717
+ Copyright (c) 2012-2013 Mozilla Foundation
1617
1718
 
1618
1719
  Permission is hereby granted, free of charge, to any
1619
1720
  person obtaining a copy of this software and associated
@@ -1647,15 +1748,13 @@ DEALINGS IN THE SOFTWARE.
1647
1748
 
1648
1749
  ### Rust Crates:
1649
1750
 
1650
- - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
1651
- - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
1652
- - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
1653
- - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
1751
+ - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
1654
1752
 
1655
1753
  ````text
1656
1754
  The MIT License (MIT)
1657
1755
 
1658
- Copyright (c) 2015 Andrew Gallant
1756
+ Copyright (c) 2015-2020 Julien Cretin
1757
+ Copyright (c) 2017-2020 Google Inc.
1659
1758
 
1660
1759
  Permission is hereby granted, free of charge, to any person obtaining a copy
1661
1760
  of this software and associated documentation files (the "Software"), to deal
@@ -1664,16 +1763,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1664
1763
  copies of the Software, and to permit persons to whom the Software is
1665
1764
  furnished to do so, subject to the following conditions:
1666
1765
 
1667
- The above copyright notice and this permission notice shall be included in
1668
- all copies or substantial portions of the Software.
1766
+ The above copyright notice and this permission notice shall be included in all
1767
+ copies or substantial portions of the Software.
1669
1768
 
1670
1769
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1671
1770
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1672
1771
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1673
1772
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1674
1773
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1675
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1676
- THE SOFTWARE.
1774
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1775
+ SOFTWARE.
1677
1776
 
1678
1777
  ````
1679
1778
 
@@ -1683,12 +1782,10 @@ THE SOFTWARE.
1683
1782
 
1684
1783
  ### Rust Crates:
1685
1784
 
1686
- - [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
1785
+ - [directories](https://github.com/soc/directories-rs) (6.0.0)
1687
1786
 
1688
1787
  ````text
1689
- MIT License
1690
-
1691
- Copyright (c) 2025 rutrum
1788
+ Copyright (c) 2018 directories-rs contributors
1692
1789
 
1693
1790
  Permission is hereby granted, free of charge, to any person obtaining a copy
1694
1791
  of this software and associated documentation files (the "Software"), to deal
@@ -1707,6 +1804,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1707
1804
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1708
1805
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1709
1806
  SOFTWARE.
1807
+
1710
1808
  ````
1711
1809
 
1712
1810
  ---
@@ -1715,11 +1813,10 @@ SOFTWARE.
1715
1813
 
1716
1814
  ### Rust Crates:
1717
1815
 
1718
- - [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
1719
- - [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
1816
+ - [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
1720
1817
 
1721
1818
  ````text
1722
- Copyright (c) 2012-2013 Mozilla Foundation
1819
+ Copyright (c) 2016 Amanieu d'Antras
1723
1820
 
1724
1821
  Permission is hereby granted, free of charge, to any
1725
1822
  person obtaining a copy of this software and associated
@@ -1753,10 +1850,10 @@ DEALINGS IN THE SOFTWARE.
1753
1850
 
1754
1851
  ### Rust Crates:
1755
1852
 
1756
- - [http](https://github.com/hyperium/http) (1.4.0)
1853
+ - [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
1757
1854
 
1758
1855
  ````text
1759
- Copyright (c) 2017 http-rs authors
1856
+ Copyright (c) 2017 tokio-jsonrpc developers
1760
1857
 
1761
1858
  Permission is hereby granted, free of charge, to any
1762
1859
  person obtaining a copy of this software and associated
@@ -1790,10 +1887,10 @@ DEALINGS IN THE SOFTWARE.
1790
1887
 
1791
1888
  ### Rust Crates:
1792
1889
 
1793
- - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
1890
+ - [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
1794
1891
 
1795
1892
  ````text
1796
- Copyright 2019-2024 YOSHIOKA Takuma
1893
+ Copyright (c) 2020 Andrew D. Straw
1797
1894
 
1798
1895
  Permission is hereby granted, free of charge, to any
1799
1896
  person obtaining a copy of this software and associated
@@ -1827,10 +1924,12 @@ DEALINGS IN THE SOFTWARE.
1827
1924
 
1828
1925
  ### Rust Crates:
1829
1926
 
1830
- - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
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)
1831
1930
 
1832
1931
  ````text
1833
- Copyright (c) 2010 The Rust Project Developers
1932
+ Copyright (c) 2016 The Rust Project Developers
1834
1933
 
1835
1934
  Permission is hereby granted, free of charge, to any
1836
1935
  person obtaining a copy of this software and associated
@@ -1864,10 +1963,44 @@ DEALINGS IN THE SOFTWARE.
1864
1963
 
1865
1964
  ### Rust Crates:
1866
1965
 
1867
- - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
1966
+ - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
1868
1967
 
1869
1968
  ````text
1870
- Copyright (c) 2016 The rust-native-tls Developers
1969
+ The MIT License (MIT)
1970
+
1971
+ Copyright (c) 2015 Alice Maz
1972
+
1973
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1974
+ of this software and associated documentation files (the "Software"), to deal
1975
+ in the Software without restriction, including without limitation the rights
1976
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1977
+ copies of the Software, and to permit persons to whom the Software is
1978
+ furnished to do so, subject to the following conditions:
1979
+
1980
+ The above copyright notice and this permission notice shall be included in
1981
+ all copies or substantial portions of the Software.
1982
+
1983
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1984
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1985
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1986
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1987
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1988
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1989
+ THE SOFTWARE.
1990
+
1991
+ ````
1992
+
1993
+ ---
1994
+
1995
+ ## The following dependencies are licensed under the MIT License:
1996
+
1997
+ ### Rust Crates:
1998
+
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)
2001
+
2002
+ ````text
2003
+ Copyright (c) 2018-2019 dirs-rs contributors
1871
2004
 
1872
2005
  Permission is hereby granted, free of charge, to any person obtaining a copy
1873
2006
  of this software and associated documentation files (the "Software"), to deal
@@ -1895,9 +2028,11 @@ SOFTWARE.
1895
2028
 
1896
2029
  ### Rust Crates:
1897
2030
 
1898
- - [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
2031
+ - [http-body](https://github.com/hyperium/http-body) (1.0.1)
1899
2032
 
1900
2033
  ````text
2034
+ Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
2035
+
1901
2036
  Permission is hereby granted, free of charge, to any
1902
2037
  person obtaining a copy of this software and associated
1903
2038
  documentation files (the "Software"), to deal in the
@@ -1921,6 +2056,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1921
2056
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1922
2057
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1923
2058
  DEALINGS IN THE SOFTWARE.
2059
+
1924
2060
  ````
1925
2061
 
1926
2062
  ---
@@ -1929,12 +2065,11 @@ DEALINGS IN THE SOFTWARE.
1929
2065
 
1930
2066
  ### Rust Crates:
1931
2067
 
1932
- - [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
2068
+ - [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
1933
2069
 
1934
2070
  ````text
1935
- MIT License
1936
-
1937
- Copyright (c) 2018-2021 The RustCrypto Project Developers
2071
+ Copyright (c) 2013-2014 The Rust Project Developers.
2072
+ Copyright (c) 2015-2020 The rust-hex Developers
1938
2073
 
1939
2074
  Permission is hereby granted, free of charge, to any person obtaining a copy
1940
2075
  of this software and associated documentation files (the "Software"), to deal
@@ -1962,10 +2097,10 @@ SOFTWARE.
1962
2097
 
1963
2098
  ### Rust Crates:
1964
2099
 
1965
- - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
2100
+ - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
1966
2101
 
1967
2102
  ````text
1968
- Copyright Mozilla Foundation
2103
+ Copyright (c) 2017 Robert Grosse
1969
2104
 
1970
2105
  Permission is hereby granted, free of charge, to any
1971
2106
  person obtaining a copy of this software and associated
@@ -1990,7 +2125,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1990
2125
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1991
2126
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1992
2127
  DEALINGS IN THE SOFTWARE.
1993
-
1994
2128
  ````
1995
2129
 
1996
2130
  ---
@@ -1999,10 +2133,10 @@ DEALINGS IN THE SOFTWARE.
1999
2133
 
2000
2134
  ### Rust Crates:
2001
2135
 
2002
- - [http-body](https://github.com/hyperium/http-body) (1.0.1)
2136
+ - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
2003
2137
 
2004
2138
  ````text
2005
- Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
2139
+ Copyright (c) 2013-2016 The rust-url developers
2006
2140
 
2007
2141
  Permission is hereby granted, free of charge, to any
2008
2142
  person obtaining a copy of this software and associated
@@ -2036,10 +2170,11 @@ DEALINGS IN THE SOFTWARE.
2036
2170
 
2037
2171
  ### Rust Crates:
2038
2172
 
2039
- - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
2173
+ - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
2040
2174
 
2041
2175
  ````text
2042
- Copyright (c) 2015-2025 Sean McArthur
2176
+ Copyright (c) 2018-2023 Sean McArthur
2177
+ Copyright (c) 2016 Alex Crichton
2043
2178
 
2044
2179
  Permission is hereby granted, free of charge, to any person obtaining a copy
2045
2180
  of this software and associated documentation files (the "Software"), to deal
@@ -2068,15 +2203,10 @@ THE SOFTWARE.
2068
2203
 
2069
2204
  ### Rust Crates:
2070
2205
 
2071
- - [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
2072
- - [log](https://github.com/rust-lang/log) (0.4.29)
2073
- - [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
2074
- - [regex](https://github.com/rust-lang/regex) (1.12.3)
2075
- - [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
2076
- - [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
2206
+ - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
2077
2207
 
2078
2208
  ````text
2079
- Copyright (c) 2014 The Rust Project Developers
2209
+ Copyright Mozilla Foundation
2080
2210
 
2081
2211
  Permission is hereby granted, free of charge, to any
2082
2212
  person obtaining a copy of this software and associated
@@ -2110,13 +2240,10 @@ DEALINGS IN THE SOFTWARE.
2110
2240
 
2111
2241
  ### Rust Crates:
2112
2242
 
2113
- - [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
2114
- - [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
2243
+ - [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
2115
2244
 
2116
2245
  ````text
2117
- The MIT License (MIT)
2118
-
2119
- Copyright (c) 2015 Steven Fackler
2246
+ Copyright 2018 Parity Technologies (UK) Ltd.
2120
2247
 
2121
2248
  Permission is hereby granted, free of charge, to any person obtaining a copy of
2122
2249
  this software and associated documentation files (the "Software"), to deal in
@@ -2130,9 +2257,9 @@ copies or substantial portions of the Software.
2130
2257
 
2131
2258
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2132
2259
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2133
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2134
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2135
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
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
2136
2263
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2137
2264
 
2138
2265
  ````
@@ -2141,69 +2268,33 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2141
2268
 
2142
2269
  ## The following dependencies are licensed under the MIT License:
2143
2270
 
2144
- ### Rust Crates:
2271
+ ### NPM Packages:
2145
2272
 
2146
- - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
2273
+ - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
2274
+ - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.43)
2147
2275
 
2148
2276
  ````text
2149
- MIT License
2150
-
2151
- Copyright (c) [2021] [Marvin Countryman]
2152
-
2153
- Permission is hereby granted, free of charge, to any person obtaining a copy
2154
- of this software and associated documentation files (the "Software"), to deal
2155
- in the Software without restriction, including without limitation the rights
2156
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2157
- copies of the Software, and to permit persons to whom the Software is
2158
- furnished to do so, subject to the following conditions:
2159
-
2160
- The above copyright notice and this permission notice shall be included in all
2161
- copies or substantial portions of the Software.
2162
-
2163
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2164
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2165
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2166
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2167
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2168
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2169
- SOFTWARE.
2170
-
2171
- ````
2172
-
2173
- ---
2174
-
2175
- ## The following dependencies are licensed under the MIT License:
2176
-
2177
- ### Rust Crates:
2178
-
2179
- - [slab](https://github.com/tokio-rs/slab) (0.4.12)
2277
+ MIT License
2180
2278
 
2181
- ````text
2182
- Copyright (c) 2019 Carl Lerche
2279
+ Copyright (c) Microsoft Corporation.
2183
2280
 
2184
- Permission is hereby granted, free of charge, to any
2185
- person obtaining a copy of this software and associated
2186
- documentation files (the "Software"), to deal in the
2187
- Software without restriction, including without
2188
- limitation the rights to use, copy, modify, merge,
2189
- publish, distribute, sublicense, and/or sell copies of
2190
- the Software, and to permit persons to whom the Software
2191
- is furnished to do so, subject to the following
2192
- conditions:
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:
2193
2287
 
2194
- The above copyright notice and this permission notice
2195
- shall be included in all copies or substantial portions
2196
- of the Software.
2288
+ The above copyright notice and this permission notice shall be included in all
2289
+ copies or substantial portions of the Software.
2197
2290
 
2198
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2199
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2200
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2201
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2202
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2203
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2204
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2205
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2206
- DEALINGS IN THE SOFTWARE.
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
2207
2298
 
2208
2299
  ````
2209
2300
 
@@ -2213,11 +2304,11 @@ DEALINGS IN THE SOFTWARE.
2213
2304
 
2214
2305
  ### Rust Crates:
2215
2306
 
2216
- - [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
2307
+ - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
2217
2308
 
2218
2309
  ````text
2219
- Copyright (c) 2013-2014 The Rust Project Developers.
2220
- Copyright (c) 2015-2020 The rust-hex Developers
2310
+ Copyright (c) 2017 Alexey Galakhov
2311
+ Copyright (c) 2016 Jason Housley
2221
2312
 
2222
2313
  Permission is hereby granted, free of charge, to any person obtaining a copy
2223
2314
  of this software and associated documentation files (the "Software"), to deal
@@ -2226,16 +2317,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2226
2317
  copies of the Software, and to permit persons to whom the Software is
2227
2318
  furnished to do so, subject to the following conditions:
2228
2319
 
2229
- The above copyright notice and this permission notice shall be included in all
2230
- copies or substantial portions 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.
2231
2322
 
2232
2323
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2233
2324
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2234
2325
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2235
2326
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2236
2327
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2237
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2238
- SOFTWARE.
2328
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2329
+ THE SOFTWARE.
2239
2330
 
2240
2331
  ````
2241
2332
 
@@ -2245,37 +2336,16 @@ SOFTWARE.
2245
2336
 
2246
2337
  ### Rust Crates:
2247
2338
 
2248
- - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
2249
- - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
2250
- - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
2251
- - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
2339
+ - [synstructure](https://github.com/mystor/synstructure) (0.13.2)
2252
2340
 
2253
2341
  ````text
2254
- Copyright (c) 2019 Tokio Contributors
2342
+ Copyright 2016 Nika Layzell
2255
2343
 
2256
- Permission is hereby granted, free of charge, to any
2257
- person obtaining a copy of this software and associated
2258
- documentation files (the "Software"), to deal in the
2259
- Software without restriction, including without
2260
- limitation the rights to use, copy, modify, merge,
2261
- publish, distribute, sublicense, and/or sell copies of
2262
- the Software, and to permit persons to whom the Software
2263
- is furnished to do so, subject to the following
2264
- conditions:
2344
+ 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:
2265
2345
 
2266
- The above copyright notice and this permission notice
2267
- shall be included in all copies or substantial portions
2268
- of the Software.
2346
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2269
2347
 
2270
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2271
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2272
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2273
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2274
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2275
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2276
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2277
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2278
- DEALINGS IN THE SOFTWARE.
2348
+ 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.
2279
2349
 
2280
2350
  ````
2281
2351
 
@@ -2285,11 +2355,12 @@ DEALINGS IN THE SOFTWARE.
2285
2355
 
2286
2356
  ### Rust Crates:
2287
2357
 
2288
- - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
2358
+ - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
2289
2359
 
2290
2360
  ````text
2291
- Copyright (c) 2018-2023 Sean McArthur
2292
- Copyright (c) 2016 Alex Crichton
2361
+ MIT License
2362
+
2363
+ Copyright (c) [2021] [Marvin Countryman]
2293
2364
 
2294
2365
  Permission is hereby granted, free of charge, to any person obtaining a copy
2295
2366
  of this software and associated documentation files (the "Software"), to deal
@@ -2298,17 +2369,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2298
2369
  copies of the Software, and to permit persons to whom the Software is
2299
2370
  furnished to do so, subject to the following conditions:
2300
2371
 
2301
- The above copyright notice and this permission notice shall be included in
2302
- all copies or substantial portions of the Software.
2372
+ The above copyright notice and this permission notice shall be included in all
2373
+ copies or substantial portions of the Software.
2303
2374
 
2304
2375
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2305
2376
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2306
2377
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2307
2378
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2308
2379
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2309
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2310
- THE SOFTWARE.
2311
-
2380
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2381
+ SOFTWARE.
2312
2382
 
2313
2383
  ````
2314
2384
 
@@ -2318,12 +2388,13 @@ THE SOFTWARE.
2318
2388
 
2319
2389
  ### Rust Crates:
2320
2390
 
2321
- - [zip](https://github.com/zip-rs/zip2) (2.4.2)
2391
+ - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
2322
2392
 
2323
2393
  ````text
2324
- The MIT License (MIT)
2394
+ MIT License
2325
2395
 
2326
- Copyright (c) 2014 Mathijs van de Nes
2396
+ Copyright (c) 2019 Yoshua Wuyts
2397
+ Copyright (c) Tokio Contributors
2327
2398
 
2328
2399
  Permission is hereby granted, free of charge, to any person obtaining a copy
2329
2400
  of this software and associated documentation files (the "Software"), to deal
@@ -2343,8 +2414,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2343
2414
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2344
2415
  SOFTWARE.
2345
2416
 
2346
- Some files in the "tests/data" subdirectory of this repository are under other
2347
- licences; see files named LICENSE.*.txt for details.
2348
2417
  ````
2349
2418
 
2350
2419
  ---
@@ -2353,7 +2422,7 @@ licences; see files named LICENSE.*.txt for details.
2353
2422
 
2354
2423
  ### NPM Packages:
2355
2424
 
2356
- - [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.11) (0.0.11)
2425
+ - [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.13) (0.0.13)
2357
2426
 
2358
2427
  ````text
2359
2428
  MIT License
@@ -2384,14 +2453,17 @@ SOFTWARE.
2384
2453
 
2385
2454
  ## The following dependencies are licensed under the MIT License:
2386
2455
 
2387
- ### NPM Packages:
2456
+ ### Rust Crates:
2388
2457
 
2389
- - [undici-types](https://github.com/nodejs/undici) (6.21.0)
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)
2390
2462
 
2391
2463
  ````text
2392
- MIT License
2464
+ The MIT License (MIT)
2393
2465
 
2394
- Copyright (c) Matteo Collina and Undici contributors
2466
+ Copyright (c) 2015 Andrew Gallant
2395
2467
 
2396
2468
  Permission is hereby granted, free of charge, to any person obtaining a copy
2397
2469
  of this software and associated documentation files (the "Software"), to deal
@@ -2400,16 +2472,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2400
2472
  copies of the Software, and to permit persons to whom the Software is
2401
2473
  furnished to do so, subject to the following conditions:
2402
2474
 
2403
- The above copyright notice and this permission notice shall be included in all
2404
- copies or substantial portions of the Software.
2475
+ The above copyright notice and this permission notice shall be included in
2476
+ all copies or substantial portions of the Software.
2405
2477
 
2406
2478
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2407
2479
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2408
2480
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2409
2481
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2410
2482
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2411
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2412
- SOFTWARE.
2483
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2484
+ THE SOFTWARE.
2413
2485
 
2414
2486
  ````
2415
2487
 
@@ -2419,15 +2491,12 @@ SOFTWARE.
2419
2491
 
2420
2492
  ### Rust Crates:
2421
2493
 
2422
- - [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
2494
+ - [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
2423
2495
 
2424
2496
  ````text
2425
2497
  MIT License
2426
2498
 
2427
- Copyright 2013-2014 RAD Game Tools and Valve Software
2428
- Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
2429
- Copyright (c) 2017 Frommi
2430
- Copyright (c) 2017-2024 oyvindln
2499
+ Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
2431
2500
 
2432
2501
  Permission is hereby granted, free of charge, to any person obtaining a copy
2433
2502
  of this software and associated documentation files (the "Software"), to deal
@@ -2455,40 +2524,10 @@ SOFTWARE.
2455
2524
 
2456
2525
  ### Rust Crates:
2457
2526
 
2458
- - [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
2459
-
2460
- ````text
2461
- Copyright 2018 Parity Technologies (UK) Ltd.
2462
-
2463
- Permission is hereby granted, free of charge, to any person obtaining a copy of
2464
- this software and associated documentation files (the "Software"), to deal in
2465
- the Software without restriction, including without limitation the rights to
2466
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2467
- the Software, and to permit persons to whom the Software is furnished to do so,
2468
- subject to the following conditions:
2469
-
2470
- The above copyright notice and this permission notice shall be included in all
2471
- copies or substantial portions of the Software.
2472
-
2473
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2474
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2475
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
2476
- OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2477
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2478
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2479
-
2480
- ````
2481
-
2482
- ---
2483
-
2484
- ## The following dependencies are licensed under the MIT License:
2485
-
2486
- ### Rust Crates:
2487
-
2488
- - [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
2527
+ - [zerocopy](https://github.com/google/zerocopy) (0.8.48)
2489
2528
 
2490
2529
  ````text
2491
- Copyright (c) 2015 The Rust Project Developers
2530
+ Copyright 2023 The Fuchsia Authors
2492
2531
 
2493
2532
  Permission is hereby granted, free of charge, to any
2494
2533
  person obtaining a copy of this software and associated
@@ -2514,6 +2553,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2514
2553
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2515
2554
  DEALINGS IN THE SOFTWARE.
2516
2555
 
2556
+
2517
2557
  ````
2518
2558
 
2519
2559
  ---
@@ -2522,11 +2562,10 @@ DEALINGS IN THE SOFTWARE.
2522
2562
 
2523
2563
  ### Rust Crates:
2524
2564
 
2525
- - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
2526
- - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
2565
+ - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
2527
2566
 
2528
2567
  ````text
2529
- Copyright (c) 2014 Alex Crichton
2568
+ Copyright (c) 2019 Nick Fitzgerald
2530
2569
 
2531
2570
  Permission is hereby granted, free of charge, to any
2532
2571
  person obtaining a copy of this software and associated
@@ -2560,10 +2599,10 @@ DEALINGS IN THE SOFTWARE.
2560
2599
 
2561
2600
  ### Rust Crates:
2562
2601
 
2563
- - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
2602
+ - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
2564
2603
 
2565
2604
  ````text
2566
- Copyright (c) 2019 Nick Fitzgerald
2605
+ Copyright 2019-2024 YOSHIOKA Takuma
2567
2606
 
2568
2607
  Permission is hereby granted, free of charge, to any
2569
2608
  person obtaining a copy of this software and associated
@@ -2597,10 +2636,10 @@ DEALINGS IN THE SOFTWARE.
2597
2636
 
2598
2637
  ### Rust Crates:
2599
2638
 
2600
- - [hyper](https://github.com/hyperium/hyper) (1.9.0)
2639
+ - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
2601
2640
 
2602
2641
  ````text
2603
- Copyright (c) 2014-2026 Sean McArthur
2642
+ Copyright (c) 2016 The rust-native-tls Developers
2604
2643
 
2605
2644
  Permission is hereby granted, free of charge, to any person obtaining a copy
2606
2645
  of this software and associated documentation files (the "Software"), to deal
@@ -2609,16 +2648,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2609
2648
  copies of the Software, and to permit persons to whom the Software is
2610
2649
  furnished to do so, subject to the following conditions:
2611
2650
 
2612
- The above copyright notice and this permission notice shall be included in
2613
- 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.
2614
2653
 
2615
2654
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2616
2655
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2617
2656
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2618
2657
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2619
2658
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2620
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2621
- THE SOFTWARE.
2659
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2660
+ SOFTWARE.
2622
2661
 
2623
2662
  ````
2624
2663
 
@@ -2628,16 +2667,36 @@ THE SOFTWARE.
2628
2667
 
2629
2668
  ### Rust Crates:
2630
2669
 
2631
- - [synstructure](https://github.com/mystor/synstructure) (0.13.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)
2632
2673
 
2633
2674
  ````text
2634
- Copyright 2016 Nika Layzell
2675
+ Copyright (c) 2013-2025 The rust-url developers
2635
2676
 
2636
- 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:
2677
+ Permission is hereby granted, free of charge, to any
2678
+ person obtaining a copy of this software and associated
2679
+ documentation files (the "Software"), to deal in the
2680
+ Software without restriction, including without
2681
+ limitation the rights to use, copy, modify, merge,
2682
+ publish, distribute, sublicense, and/or sell copies of
2683
+ the Software, and to permit persons to whom the Software
2684
+ is furnished to do so, subject to the following
2685
+ conditions:
2637
2686
 
2638
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2687
+ The above copyright notice and this permission notice
2688
+ shall be included in all copies or substantial portions
2689
+ of the Software.
2639
2690
 
2640
- 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.
2691
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2692
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2693
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2694
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2695
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2696
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2697
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2698
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2699
+ DEALINGS IN THE SOFTWARE.
2641
2700
 
2642
2701
  ````
2643
2702
 
@@ -2647,10 +2706,13 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2647
2706
 
2648
2707
  ### Rust Crates:
2649
2708
 
2650
- - [want](https://github.com/seanmonstar/want) (0.3.1)
2709
+ - [schemars](https://github.com/GREsau/schemars) (1.2.1)
2710
+ - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
2651
2711
 
2652
2712
  ````text
2653
- Copyright (c) 2018-2019 Sean McArthur
2713
+ MIT License
2714
+
2715
+ Copyright (c) 2019 Graham Esau
2654
2716
 
2655
2717
  Permission is hereby granted, free of charge, to any person obtaining a copy
2656
2718
  of this software and associated documentation files (the "Software"), to deal
@@ -2659,17 +2721,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2659
2721
  copies of the Software, and to permit persons to whom the Software is
2660
2722
  furnished to do so, subject to the following conditions:
2661
2723
 
2662
- The above copyright notice and this permission notice shall be included in
2663
- all copies or substantial portions of the Software.
2724
+ The above copyright notice and this permission notice shall be included in all
2725
+ copies or substantial portions of the Software.
2664
2726
 
2665
2727
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2666
2728
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2667
2729
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2668
2730
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2669
2731
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2670
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2671
- THE SOFTWARE.
2672
-
2732
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2733
+ SOFTWARE.
2673
2734
 
2674
2735
  ````
2675
2736
 
@@ -2679,28 +2740,43 @@ THE SOFTWARE.
2679
2740
 
2680
2741
  ### Rust Crates:
2681
2742
 
2682
- - [mio](https://github.com/tokio-rs/mio) (1.2.0)
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)
2683
2752
 
2684
2753
  ````text
2685
- Copyright (c) 2014 Carl Lerche and other MIO contributors
2754
+ Copyright (c) 2016 Alex Crichton
2755
+ Copyright (c) 2017 The Tokio Authors
2686
2756
 
2687
- Permission is hereby granted, free of charge, to any person obtaining a copy
2688
- of this software and associated documentation files (the "Software"), to deal
2689
- in the Software without restriction, including without limitation the rights
2690
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2691
- copies of the Software, and to permit persons to whom the Software is
2692
- furnished to do so, subject to the following conditions:
2757
+ Permission is hereby granted, free of charge, to any
2758
+ person obtaining a copy of this software and associated
2759
+ documentation files (the "Software"), to deal in the
2760
+ Software without restriction, including without
2761
+ limitation the rights to use, copy, modify, merge,
2762
+ publish, distribute, sublicense, and/or sell copies of
2763
+ the Software, and to permit persons to whom the Software
2764
+ is furnished to do so, subject to the following
2765
+ conditions:
2693
2766
 
2694
- The above copyright notice and this permission notice shall be included in
2695
- all copies or substantial portions of the Software.
2767
+ The above copyright notice and this permission notice
2768
+ shall be included in all copies or substantial portions
2769
+ of the Software.
2696
2770
 
2697
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2698
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2699
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2700
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2701
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2702
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2703
- THE SOFTWARE.
2771
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2772
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2773
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2774
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2775
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2776
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2777
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2778
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2779
+ DEALINGS IN THE SOFTWARE.
2704
2780
 
2705
2781
  ````
2706
2782
 
@@ -2710,33 +2786,34 @@ THE SOFTWARE.
2710
2786
 
2711
2787
  ### Rust Crates:
2712
2788
 
2713
- - [chrono](https://github.com/chronotope/chrono) (0.4.44)
2714
- - [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
2715
- - [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
2716
- - [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
2717
- - [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
2718
- - [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
2719
- - [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
2789
+ - [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
2720
2790
 
2721
2791
  ````text
2722
- MIT License
2723
-
2724
- Copyright (c) <year> <copyright holders>
2792
+ Copyright (c) 2016--2017
2725
2793
 
2726
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
2727
- associated documentation files (the "Software"), to deal in the Software without restriction, including
2728
- without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2729
- copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
2730
- following conditions:
2794
+ Permission is hereby granted, free of charge, to any
2795
+ person obtaining a copy of this software and associated
2796
+ documentation files (the "Software"), to deal in the
2797
+ Software without restriction, including without
2798
+ limitation the rights to use, copy, modify, merge,
2799
+ publish, distribute, sublicense, and/or sell copies of
2800
+ the Software, and to permit persons to whom the Software
2801
+ is furnished to do so, subject to the following
2802
+ conditions:
2731
2803
 
2732
- The above copyright notice and this permission notice shall be included in all copies or substantial
2733
- portions of the Software.
2804
+ The above copyright notice and this permission notice
2805
+ shall be included in all copies or substantial portions
2806
+ of the Software.
2734
2807
 
2735
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
2736
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
2737
- EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2738
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
2739
- USE OR OTHER DEALINGS IN THE SOFTWARE.
2808
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2809
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2810
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2811
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2812
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2813
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2814
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2815
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2816
+ DEALINGS IN THE SOFTWARE.
2740
2817
 
2741
2818
  ````
2742
2819
 
@@ -2746,29 +2823,32 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
2746
2823
 
2747
2824
  ### Rust Crates:
2748
2825
 
2749
- - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
2826
+ - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
2750
2827
 
2751
2828
  ````text
2752
- Copyright (c) 2017 Sean McArthur
2753
-
2754
- Permission is hereby granted, free of charge, to any person obtaining a copy
2755
- of this software and associated documentation files (the "Software"), to deal
2756
- in the Software without restriction, including without limitation the rights
2757
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2758
- copies of the Software, and to permit persons to whom the Software is
2759
- furnished to do so, subject to the following conditions:
2760
-
2761
- The above copyright notice and this permission notice shall be included in
2762
- all copies or substantial portions of the Software.
2763
-
2764
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2765
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2766
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2767
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2768
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2769
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2770
- THE SOFTWARE.
2771
-
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.
2772
2852
 
2773
2853
  ````
2774
2854
 
@@ -2778,10 +2858,10 @@ THE SOFTWARE.
2778
2858
 
2779
2859
  ### Rust Crates:
2780
2860
 
2781
- - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
2861
+ - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
2782
2862
 
2783
2863
  ````text
2784
- Copyright (c) 2020-2025 The RustCrypto Project Developers
2864
+ Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
2785
2865
 
2786
2866
  Permission is hereby granted, free of charge, to any
2787
2867
  person obtaining a copy of this software and associated
@@ -2815,28 +2895,34 @@ DEALINGS IN THE SOFTWARE.
2815
2895
 
2816
2896
  ### Rust Crates:
2817
2897
 
2818
- - [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
2898
+ - [digest](https://github.com/RustCrypto/traits) (0.10.7)
2819
2899
 
2820
2900
  ````text
2821
- MIT License
2901
+ Copyright (c) 2017 Artyom Pavlov
2822
2902
 
2823
- Permission is hereby granted, free of charge, to any person obtaining a copy
2824
- of this software and associated documentation files (the "Software"), to deal
2825
- in the Software without restriction, including without limitation the rights
2826
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2827
- copies of the Software, and to permit persons to whom the Software is
2828
- furnished to do so, subject to the following conditions:
2903
+ Permission is hereby granted, free of charge, to any
2904
+ person obtaining a copy of this software and associated
2905
+ documentation files (the "Software"), to deal in the
2906
+ Software without restriction, including without
2907
+ limitation the rights to use, copy, modify, merge,
2908
+ publish, distribute, sublicense, and/or sell copies of
2909
+ the Software, and to permit persons to whom the Software
2910
+ is furnished to do so, subject to the following
2911
+ conditions:
2829
2912
 
2830
- The above copyright notice and this permission notice shall be included in all
2831
- copies or substantial portions of the Software.
2913
+ The above copyright notice and this permission notice
2914
+ shall be included in all copies or substantial portions
2915
+ of the Software.
2832
2916
 
2833
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2834
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2835
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2836
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2837
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2838
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2839
- SOFTWARE.
2917
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2918
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2919
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2920
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2921
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2922
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2923
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2924
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2925
+ DEALINGS IN THE SOFTWARE.
2840
2926
 
2841
2927
  ````
2842
2928
 
@@ -2846,28 +2932,36 @@ SOFTWARE.
2846
2932
 
2847
2933
  ### Rust Crates:
2848
2934
 
2849
- - [directories](https://github.com/soc/directories-rs) (6.0.0)
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)
2850
2938
 
2851
2939
  ````text
2852
- Copyright (c) 2018 directories-rs contributors
2940
+ Copyright (c) 2019 Tower Contributors
2853
2941
 
2854
- Permission is hereby granted, free of charge, to any person obtaining a copy
2855
- of this software and associated documentation files (the "Software"), to deal
2856
- in the Software without restriction, including without limitation the rights
2857
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2858
- copies of the Software, and to permit persons to whom the Software is
2859
- furnished to do so, subject to the following conditions:
2942
+ Permission is hereby granted, free of charge, to any
2943
+ person obtaining a copy of this software and associated
2944
+ documentation files (the "Software"), to deal in the
2945
+ Software without restriction, including without
2946
+ limitation the rights to use, copy, modify, merge,
2947
+ publish, distribute, sublicense, and/or sell copies of
2948
+ the Software, and to permit persons to whom the Software
2949
+ is furnished to do so, subject to the following
2950
+ conditions:
2860
2951
 
2861
- The above copyright notice and this permission notice shall be included in all
2862
- copies or substantial portions of the Software.
2952
+ The above copyright notice and this permission notice
2953
+ shall be included in all copies or substantial portions
2954
+ of the Software.
2863
2955
 
2864
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2865
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2866
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2867
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2868
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2869
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2870
- SOFTWARE.
2956
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2957
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2958
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2959
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2960
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2961
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2962
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2963
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2964
+ DEALINGS IN THE SOFTWARE.
2871
2965
 
2872
2966
  ````
2873
2967
 
@@ -2877,30 +2971,34 @@ SOFTWARE.
2877
2971
 
2878
2972
  ### Rust Crates:
2879
2973
 
2880
- - [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
2974
+ - [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
2881
2975
 
2882
2976
  ````text
2883
- MIT License
2884
-
2885
- Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
2977
+ Copyright (c) 2015 The Rust Project Developers
2886
2978
 
2887
- Permission is hereby granted, free of charge, to any person obtaining a copy
2888
- of this software and associated documentation files (the "Software"), to deal
2889
- in the Software without restriction, including without limitation the rights
2890
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2891
- copies of the Software, and to permit persons to whom the Software is
2892
- furnished to do so, subject to the following conditions:
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:
2893
2988
 
2894
- The above copyright notice and this permission notice shall be included in all
2895
- copies or substantial portions of 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.
2896
2992
 
2897
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2898
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2899
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2900
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2901
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2902
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2903
- SOFTWARE.
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.
2904
3002
 
2905
3003
  ````
2906
3004
 
@@ -2910,11 +3008,12 @@ SOFTWARE.
2910
3008
 
2911
3009
  ### Rust Crates:
2912
3010
 
2913
- - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
2914
- - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
3011
+ - [typenum](https://github.com/paholg/typenum) (1.19.0)
2915
3012
 
2916
3013
  ````text
2917
- Copyright (c) 2018-2019 dirs-rs contributors
3014
+ The MIT License (MIT)
3015
+
3016
+ Copyright (c) 2014 Paho Lurie-Gregg
2918
3017
 
2919
3018
  Permission is hereby granted, free of charge, to any person obtaining a copy
2920
3019
  of this software and associated documentation files (the "Software"), to deal
@@ -2942,29 +3041,37 @@ SOFTWARE.
2942
3041
 
2943
3042
  ### Rust Crates:
2944
3043
 
2945
- - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
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)
2946
3048
 
2947
3049
  ````text
2948
- Copyright (c) 2017 Alexey Galakhov
2949
- Copyright (c) 2016 Jason Housley
3050
+ Copyright (c) 2019 Tokio Contributors
2950
3051
 
2951
- Permission is hereby granted, free of charge, to any person obtaining a copy
2952
- of this software and associated documentation files (the "Software"), to deal
2953
- in the Software without restriction, including without limitation the rights
2954
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2955
- copies of the Software, and to permit persons to whom the Software is
2956
- furnished to do so, subject to the following conditions:
3052
+ Permission is hereby granted, free of charge, to any
3053
+ person obtaining a copy of this software and associated
3054
+ documentation files (the "Software"), to deal in the
3055
+ Software without restriction, including without
3056
+ limitation the rights to use, copy, modify, merge,
3057
+ publish, distribute, sublicense, and/or sell copies of
3058
+ the Software, and to permit persons to whom the Software
3059
+ is furnished to do so, subject to the following
3060
+ conditions:
2957
3061
 
2958
- The above copyright notice and this permission notice shall be included in
2959
- all copies or substantial portions of the Software.
3062
+ The above copyright notice and this permission notice
3063
+ shall be included in all copies or substantial portions
3064
+ of the Software.
2960
3065
 
2961
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2962
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2963
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2964
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2965
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2966
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2967
- THE SOFTWARE.
3066
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3067
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3068
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3069
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3070
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3071
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3072
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3073
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3074
+ DEALINGS IN THE SOFTWARE.
2968
3075
 
2969
3076
  ````
2970
3077
 
@@ -2974,10 +3081,10 @@ THE SOFTWARE.
2974
3081
 
2975
3082
  ### Rust Crates:
2976
3083
 
2977
- - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
3084
+ - [want](https://github.com/seanmonstar/want) (0.3.1)
2978
3085
 
2979
3086
  ````text
2980
- Copyright (c) 2023-2025 Sean McArthur
3087
+ Copyright (c) 2018-2019 Sean McArthur
2981
3088
 
2982
3089
  Permission is hereby granted, free of charge, to any person obtaining a copy
2983
3090
  of this software and associated documentation files (the "Software"), to deal
@@ -2997,6 +3104,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2997
3104
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2998
3105
  THE SOFTWARE.
2999
3106
 
3107
+
3000
3108
  ````
3001
3109
 
3002
3110
  ---
@@ -3005,12 +3113,10 @@ THE SOFTWARE.
3005
3113
 
3006
3114
  ### Rust Crates:
3007
3115
 
3008
- - [idna](https://github.com/servo/rust-url/) (1.1.0)
3009
- - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
3010
- - [url](https://github.com/servo/rust-url) (2.5.8)
3116
+ - [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
3011
3117
 
3012
3118
  ````text
3013
- Copyright (c) 2013-2025 The rust-url developers
3119
+ Copyright (c) 2014 Chris Wong
3014
3120
 
3015
3121
  Permission is hereby granted, free of charge, to any
3016
3122
  person obtaining a copy of this software and associated
@@ -3044,11 +3150,10 @@ DEALINGS IN THE SOFTWARE.
3044
3150
 
3045
3151
  ### Rust Crates:
3046
3152
 
3047
- - [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
3153
+ - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
3048
3154
 
3049
3155
  ````text
3050
- Copyright (c) 2018-2026 The rust-random Project Developers
3051
- Copyright (c) 2014 The Rust Project Developers
3156
+ Copyright (c) 2015 Steven Allen
3052
3157
 
3053
3158
  Permission is hereby granted, free of charge, to any
3054
3159
  person obtaining a copy of this software and associated
@@ -3082,13 +3187,10 @@ DEALINGS IN THE SOFTWARE.
3082
3187
 
3083
3188
  ### Rust Crates:
3084
3189
 
3085
- - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
3190
+ - [mio](https://github.com/tokio-rs/mio) (1.2.0)
3086
3191
 
3087
3192
  ````text
3088
- MIT License
3089
-
3090
- Copyright (c) 2019 Yoshua Wuyts
3091
- Copyright (c) Tokio Contributors
3193
+ Copyright (c) 2014 Carl Lerche and other MIO contributors
3092
3194
 
3093
3195
  Permission is hereby granted, free of charge, to any person obtaining a copy
3094
3196
  of this software and associated documentation files (the "Software"), to deal
@@ -3097,16 +3199,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3097
3199
  copies of the Software, and to permit persons to whom the Software is
3098
3200
  furnished to do so, subject to the following conditions:
3099
3201
 
3100
- The above copyright notice and this permission notice shall be included in all
3101
- 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.
3102
3204
 
3103
3205
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3104
3206
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3105
3207
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3106
3208
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3107
3209
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3108
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3109
- SOFTWARE.
3210
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3211
+ THE SOFTWARE.
3110
3212
 
3111
3213
  ````
3112
3214
 
@@ -3116,10 +3218,10 @@ SOFTWARE.
3116
3218
 
3117
3219
  ### Rust Crates:
3118
3220
 
3119
- - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
3221
+ - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
3120
3222
 
3121
3223
  ````text
3122
- Copyright (c) 2019-2021 Tower Contributors
3224
+ Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
3123
3225
 
3124
3226
  Permission is hereby granted, free of charge, to any
3125
3227
  person obtaining a copy of this software and associated
@@ -3153,12 +3255,43 @@ DEALINGS IN THE SOFTWARE.
3153
3255
 
3154
3256
  ### Rust Crates:
3155
3257
 
3156
- - [tower](https://github.com/tower-rs/tower) (0.5.3)
3157
- - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
3158
- - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
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)
3159
3260
 
3160
3261
  ````text
3161
- Copyright (c) 2019 Tower Contributors
3262
+ The MIT License (MIT)
3263
+
3264
+ Copyright (c) 2015 Steven Fackler
3265
+
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:
3272
+
3273
+ The above copyright notice and this permission notice shall be included in all
3274
+ copies or substantial portions of the Software.
3275
+
3276
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
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.
3282
+
3283
+ ````
3284
+
3285
+ ---
3286
+
3287
+ ## The following dependencies are licensed under the MIT License:
3288
+
3289
+ ### Rust Crates:
3290
+
3291
+ - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
3292
+
3293
+ ````text
3294
+ Copyright (c) 2018 The Servo Project Developers
3162
3295
 
3163
3296
  Permission is hereby granted, free of charge, to any
3164
3297
  person obtaining a copy of this software and associated
@@ -3192,10 +3325,10 @@ DEALINGS IN THE SOFTWARE.
3192
3325
 
3193
3326
  ### Rust Crates:
3194
3327
 
3195
- - [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
3328
+ - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
3196
3329
 
3197
3330
  ````text
3198
- Copyright (c) The rust-url developers
3331
+ Copyright (c) 2014-2026 Alex Crichton
3199
3332
 
3200
3333
  Permission is hereby granted, free of charge, to any
3201
3334
  person obtaining a copy of this software and associated
@@ -3229,43 +3362,37 @@ DEALINGS IN THE SOFTWARE.
3229
3362
 
3230
3363
  ### Rust Crates:
3231
3364
 
3232
- - [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
3233
-
3234
- ````text
3235
- Copyright (c) 2017 Daniel Abramov
3236
- Copyright (c) 2017 Alexey Galakhov
3237
-
3238
- Permission is hereby granted, free of charge, to any person obtaining a copy
3239
- of this software and associated documentation files (the "Software"), to deal
3240
- in the Software without restriction, including without limitation the rights
3241
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3242
- copies of the Software, and to permit persons to whom the Software is
3243
- furnished to do so, subject to the following conditions:
3244
-
3245
- The above copyright notice and this permission notice shall be included in
3246
- all copies or substantial portions of the Software.
3247
-
3248
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3249
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3250
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3251
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3252
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3253
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3254
- THE SOFTWARE.
3255
-
3256
- ````
3257
-
3258
- ---
3259
-
3260
- ## The following dependencies are licensed under the MIT License:
3261
-
3262
- ### Rust Crates:
3263
-
3264
- - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
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)
3265
3394
 
3266
3395
  ````text
3267
- Copyright (c) 2018-2019 The RustCrypto Project Developers
3268
-
3269
3396
  Permission is hereby granted, free of charge, to any
3270
3397
  person obtaining a copy of this software and associated
3271
3398
  documentation files (the "Software"), to deal in the
@@ -3298,10 +3425,10 @@ DEALINGS IN THE SOFTWARE.
3298
3425
 
3299
3426
  ### Rust Crates:
3300
3427
 
3301
- - [libc](https://github.com/rust-lang/libc) (0.2.185)
3428
+ - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
3302
3429
 
3303
3430
  ````text
3304
- Copyright (c) The Rust Project Developers
3431
+ Copyright (c) 2016--2023
3305
3432
 
3306
3433
  Permission is hereby granted, free of charge, to any
3307
3434
  person obtaining a copy of this software and associated
@@ -3335,12 +3462,10 @@ DEALINGS IN THE SOFTWARE.
3335
3462
 
3336
3463
  ### Rust Crates:
3337
3464
 
3338
- - [typenum](https://github.com/paholg/typenum) (1.19.0)
3465
+ - [hyper](https://github.com/hyperium/hyper) (1.9.0)
3339
3466
 
3340
3467
  ````text
3341
- The MIT License (MIT)
3342
-
3343
- Copyright (c) 2014 Paho Lurie-Gregg
3468
+ Copyright (c) 2014-2026 Sean McArthur
3344
3469
 
3345
3470
  Permission is hereby granted, free of charge, to any person obtaining a copy
3346
3471
  of this software and associated documentation files (the "Software"), to deal
@@ -3349,53 +3474,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3349
3474
  copies of the Software, and to permit persons to whom the Software is
3350
3475
  furnished to do so, subject to the following conditions:
3351
3476
 
3352
- The above copyright notice and this permission notice shall be included in all
3353
- copies or substantial portions of the Software.
3477
+ The above copyright notice and this permission notice shall be included in
3478
+ all copies or substantial portions of the Software.
3354
3479
 
3355
3480
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3356
3481
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3357
3482
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3358
3483
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3359
3484
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3360
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3361
- SOFTWARE.
3362
-
3363
- ````
3364
-
3365
- ---
3366
-
3367
- ## The following dependencies are licensed under the MIT License:
3368
-
3369
- ### Rust Crates:
3370
-
3371
- - [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
3372
-
3373
- ````text
3374
- Copyright (c) 2016 Amanieu d'Antras
3375
-
3376
- Permission is hereby granted, free of charge, to any
3377
- person obtaining a copy of this software and associated
3378
- documentation files (the "Software"), to deal in the
3379
- Software without restriction, including without
3380
- limitation the rights to use, copy, modify, merge,
3381
- publish, distribute, sublicense, and/or sell copies of
3382
- the Software, and to permit persons to whom the Software
3383
- is furnished to do so, subject to the following
3384
- conditions:
3385
-
3386
- The above copyright notice and this permission notice
3387
- shall be included in all copies or substantial portions
3388
- of the Software.
3389
-
3390
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3391
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3392
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3393
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3394
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3395
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3396
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3397
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3398
- DEALINGS IN THE SOFTWARE.
3485
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3486
+ THE SOFTWARE.
3399
3487
 
3400
3488
  ````
3401
3489
 
@@ -3405,12 +3493,9 @@ DEALINGS IN THE SOFTWARE.
3405
3493
 
3406
3494
  ### Rust Crates:
3407
3495
 
3408
- - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
3496
+ - [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
3409
3497
 
3410
3498
  ````text
3411
- Copyright (c) 2018-2024 The rust-random Project Developers
3412
- Copyright (c) 2014 The Rust Project Developers
3413
-
3414
3499
  Permission is hereby granted, free of charge, to any
3415
3500
  person obtaining a copy of this software and associated
3416
3501
  documentation files (the "Software"), to deal in the
@@ -3434,7 +3519,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3434
3519
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3435
3520
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3436
3521
  DEALINGS IN THE SOFTWARE.
3437
-
3438
3522
  ````
3439
3523
 
3440
3524
  ---
@@ -3443,12 +3527,12 @@ DEALINGS IN THE SOFTWARE.
3443
3527
 
3444
3528
  ### Rust Crates:
3445
3529
 
3446
- - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
3530
+ - [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
3447
3531
 
3448
3532
  ````text
3449
3533
  MIT License
3450
3534
 
3451
- Copyright (c) 2025 Callum Oakley
3535
+ Copyright (c) 2018-2021 The RustCrypto Project Developers
3452
3536
 
3453
3537
  Permission is hereby granted, free of charge, to any person obtaining a copy
3454
3538
  of this software and associated documentation files (the "Software"), to deal
@@ -3476,89 +3560,33 @@ SOFTWARE.
3476
3560
 
3477
3561
  ### Rust Crates:
3478
3562
 
3479
- - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
3480
-
3481
- ````text
3482
- Copyright (c) 2015 Steven Allen
3483
-
3484
- Permission is hereby granted, free of charge, to any
3485
- person obtaining a copy of this software and associated
3486
- documentation files (the "Software"), to deal in the
3487
- Software without restriction, including without
3488
- limitation the rights to use, copy, modify, merge,
3489
- publish, distribute, sublicense, and/or sell copies of
3490
- the Software, and to permit persons to whom the Software
3491
- is furnished to do so, subject to the following
3492
- conditions:
3493
-
3494
- The above copyright notice and this permission notice
3495
- shall be included in all copies or substantial portions
3496
- of the Software.
3497
-
3498
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3499
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3500
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3501
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3502
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3503
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3504
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3505
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3506
- DEALINGS IN THE SOFTWARE.
3507
-
3508
- ````
3509
-
3510
- ---
3511
-
3512
- ## The following dependencies are licensed under the MIT License:
3513
-
3514
- ### Rust Crates:
3515
-
3516
- - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
3563
+ - [zip](https://github.com/zip-rs/zip2) (2.4.2)
3517
3564
 
3518
3565
  ````text
3519
- The MIT License (MIT)
3520
-
3521
- Copyright (c) 2016 Johann Tuffe
3522
-
3523
- Permission is hereby granted, free of charge, to any person obtaining a copy
3524
- of this software and associated documentation files (the "Software"), to deal
3525
- in the Software without restriction, including without limitation the rights
3526
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3527
- copies of the Software, and to permit persons to whom the Software is
3528
- furnished to do so, subject to the following conditions:
3529
-
3530
-
3531
- The above copyright notice and this permission notice shall be included in
3532
- all copies or substantial portions of the Software.
3533
-
3534
-
3535
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3536
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3537
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3538
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3539
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3540
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3541
- THE SOFTWARE.
3542
-
3543
- ````
3544
-
3545
- ---
3546
-
3547
- ## The following dependencies are licensed under the MIT License:
3548
-
3549
- ### Rust Crates:
3550
-
3551
- - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
3566
+ The MIT License (MIT)
3552
3567
 
3553
- ````text
3554
- Copyright 2017 Juniper Networks, Inc.
3568
+ Copyright (c) 2014 Mathijs van de Nes
3555
3569
 
3556
- 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:
3570
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3571
+ of this software and associated documentation files (the "Software"), to deal
3572
+ in the Software without restriction, including without limitation the rights
3573
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3574
+ copies of the Software, and to permit persons to whom the Software is
3575
+ furnished to do so, subject to the following conditions:
3557
3576
 
3558
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3577
+ The above copyright notice and this permission notice shall be included in all
3578
+ copies or substantial portions of the Software.
3559
3579
 
3560
- 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.
3580
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3581
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3582
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3583
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3584
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3585
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3586
+ SOFTWARE.
3561
3587
 
3588
+ Some files in the "tests/data" subdirectory of this repository are under other
3589
+ licences; see files named LICENSE.*.txt for details.
3562
3590
  ````
3563
3591
 
3564
3592
  ---
@@ -3604,13 +3632,12 @@ DEALINGS IN THE SOFTWARE.
3604
3632
 
3605
3633
  ### Rust Crates:
3606
3634
 
3607
- - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
3635
+ - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
3608
3636
 
3609
3637
  ````text
3610
- The MIT License (MIT)
3638
+ MIT License
3611
3639
 
3612
- Copyright (c) 2015-2020 Julien Cretin
3613
- Copyright (c) 2017-2020 Google Inc.
3640
+ Copyright (c) 2025 Callum Oakley
3614
3641
 
3615
3642
  Permission is hereby granted, free of charge, to any person obtaining a copy
3616
3643
  of this software and associated documentation files (the "Software"), to deal
@@ -3636,34 +3663,29 @@ SOFTWARE.
3636
3663
 
3637
3664
  ## The following dependencies are licensed under the MIT License:
3638
3665
 
3639
- ### Rust Crates:
3666
+ ### NPM Packages:
3640
3667
 
3641
- - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
3642
- - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
3643
- - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
3668
+ - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
3644
3669
 
3645
3670
  ````text
3646
- MIT License
3647
-
3648
- Copyright (c) Tokio Contributors
3671
+ This software is released under the MIT license:
3649
3672
 
3650
- Permission is hereby granted, free of charge, to any person obtaining a copy
3651
- of this software and associated documentation files (the "Software"), to deal
3652
- in the Software without restriction, including without limitation the rights
3653
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3654
- copies of the Software, and to permit persons to whom the Software is
3655
- furnished to do so, subject to the following conditions:
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:
3656
3679
 
3657
3680
  The above copyright notice and this permission notice shall be included in all
3658
3681
  copies or substantial portions of the Software.
3659
3682
 
3660
3683
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3661
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3662
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3663
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3664
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3665
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3666
- SOFTWARE.
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.
3667
3689
 
3668
3690
  ````
3669
3691
 
@@ -3673,31 +3695,30 @@ SOFTWARE.
3673
3695
 
3674
3696
  ### NPM Packages:
3675
3697
 
3676
- - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
3677
- - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
3698
+ - [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
3678
3699
 
3679
3700
  ````text
3680
- MIT License
3701
+ The MIT License (MIT)
3681
3702
 
3682
- Copyright (c) Microsoft Corporation.
3703
+ Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
3683
3704
 
3684
- Permission is hereby granted, free of charge, to any person obtaining a copy
3685
- of this software and associated documentation files (the "Software"), to deal
3686
- in the Software without restriction, including without limitation the rights
3687
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3688
- copies of the Software, and to permit persons to whom the Software is
3689
- furnished to do so, subject to the following conditions:
3705
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3706
+ of this software and associated documentation files (the "Software"), to deal
3707
+ in the Software without restriction, including without limitation the rights
3708
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3709
+ copies of the Software, and to permit persons to whom the Software is
3710
+ furnished to do so, subject to the following conditions:
3690
3711
 
3691
- The above copyright notice and this permission notice shall be included in all
3692
- copies or substantial portions of the Software.
3712
+ The above copyright notice and this permission notice shall be included in
3713
+ all copies or substantial portions of the Software.
3693
3714
 
3694
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3695
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3696
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3697
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3698
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3699
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3700
- SOFTWARE
3715
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3716
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3717
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3718
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3719
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3720
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3721
+ THE SOFTWARE.
3701
3722
 
3702
3723
  ````
3703
3724
 
@@ -3707,37 +3728,16 @@ SOFTWARE.
3707
3728
 
3708
3729
  ### Rust Crates:
3709
3730
 
3710
- - [rand](https://github.com/rust-random/rand) (0.8.5)
3711
- - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
3712
- - [rand_core](https://github.com/rust-random/rand) (0.6.4)
3731
+ - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
3713
3732
 
3714
3733
  ````text
3715
- Copyright 2018 Developers of the Rand project
3716
- Copyright (c) 2014 The Rust Project Developers
3734
+ Copyright 2017 Juniper Networks, Inc.
3717
3735
 
3718
- Permission is hereby granted, free of charge, to any
3719
- person obtaining a copy of this software and associated
3720
- documentation files (the "Software"), to deal in the
3721
- Software without restriction, including without
3722
- limitation the rights to use, copy, modify, merge,
3723
- publish, distribute, sublicense, and/or sell copies of
3724
- the Software, and to permit persons to whom the Software
3725
- is furnished to do so, subject to the following
3726
- conditions:
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:
3727
3737
 
3728
- The above copyright notice and this permission notice
3729
- shall be included in all copies or substantial portions
3730
- of the Software.
3738
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3731
3739
 
3732
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3733
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3734
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3735
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3736
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3737
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3738
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3739
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3740
- DEALINGS IN THE SOFTWARE.
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