@deveco-codegenie/mcp-win32-x64 0.2.3 → 0.2.5
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.
- package/README.md +85 -174
- package/THIRD_PARTY_LICENSES.md +1274 -1372
- package/bin/codegenie-mcp-server.exe +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
# SUMMARY
|
|
2
2
|
|
|
3
|
-
**Total Dependencies:**
|
|
3
|
+
**Total Dependencies:** 221
|
|
4
4
|
|
|
5
5
|
- **Rust Crates:** 210 *(By cargo-about)*
|
|
6
|
-
- **NPM Packages:**
|
|
6
|
+
- **NPM Packages:** 11 *(By license-checker-rseidelsohn)*
|
|
7
7
|
|
|
8
8
|
### Licenses Breakdown:
|
|
9
9
|
|
|
10
|
-
- MIT:
|
|
10
|
+
- MIT: 188
|
|
11
11
|
- Unicode-3.0: 19
|
|
12
12
|
- Apache-2.0: 7
|
|
13
13
|
- 0BSD: 4
|
|
14
|
-
- BSD-3-Clause:
|
|
15
|
-
- ISC: 2
|
|
14
|
+
- BSD-3-Clause: 1
|
|
16
15
|
- MPL-2.0: 1
|
|
16
|
+
- UNKNOWN: 1
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
---
|
|
@@ -73,23 +73,21 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
73
73
|
|
|
74
74
|
### Rust Crates:
|
|
75
75
|
|
|
76
|
-
- [
|
|
76
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
77
77
|
|
|
78
78
|
````text
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
Copyright (c) 2025 Goat
|
|
79
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
82
80
|
|
|
83
|
-
Permission to use, copy, modify, and/or distribute this software for
|
|
84
|
-
purpose with or without fee is hereby granted.
|
|
81
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
82
|
+
any purpose with or without fee is hereby granted.
|
|
85
83
|
|
|
86
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
87
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
88
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
89
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
90
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
91
|
-
|
|
92
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
84
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
85
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
86
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
87
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
88
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
89
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
90
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
93
91
|
|
|
94
92
|
````
|
|
95
93
|
|
|
@@ -99,21 +97,23 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
99
97
|
|
|
100
98
|
### Rust Crates:
|
|
101
99
|
|
|
102
|
-
- [
|
|
100
|
+
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
103
101
|
|
|
104
102
|
````text
|
|
105
|
-
|
|
103
|
+
BSD Zero Clause License
|
|
106
104
|
|
|
107
|
-
|
|
108
|
-
any purpose with or without fee is hereby granted.
|
|
105
|
+
Copyright (c) 2025 Goat
|
|
109
106
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
107
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
108
|
+
purpose with or without fee is hereby granted.
|
|
109
|
+
|
|
110
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
111
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
112
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
113
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
114
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
115
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
116
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
117
117
|
|
|
118
118
|
````
|
|
119
119
|
|
|
@@ -338,93 +338,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
338
338
|
|
|
339
339
|
### Rust Crates:
|
|
340
340
|
|
|
341
|
-
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
342
|
-
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
343
|
-
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
344
|
-
|
|
345
|
-
````text
|
|
346
|
-
Apache License
|
|
347
|
-
Version 2.0, January 2004
|
|
348
|
-
http://www.apache.org/licenses/
|
|
349
|
-
|
|
350
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
351
|
-
|
|
352
|
-
1. Definitions.
|
|
353
|
-
|
|
354
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
355
|
-
|
|
356
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
357
|
-
|
|
358
|
-
"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.
|
|
359
|
-
|
|
360
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
361
|
-
|
|
362
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
363
|
-
|
|
364
|
-
"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.
|
|
365
|
-
|
|
366
|
-
"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).
|
|
367
|
-
|
|
368
|
-
"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.
|
|
369
|
-
|
|
370
|
-
"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."
|
|
371
|
-
|
|
372
|
-
"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.
|
|
373
|
-
|
|
374
|
-
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.
|
|
375
|
-
|
|
376
|
-
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.
|
|
377
|
-
|
|
378
|
-
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:
|
|
379
|
-
|
|
380
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
381
|
-
|
|
382
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
383
|
-
|
|
384
|
-
(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
|
|
385
|
-
|
|
386
|
-
(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.
|
|
387
|
-
|
|
388
|
-
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.
|
|
389
|
-
|
|
390
|
-
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.
|
|
391
|
-
|
|
392
|
-
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.
|
|
393
|
-
|
|
394
|
-
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.
|
|
395
|
-
|
|
396
|
-
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.
|
|
397
|
-
|
|
398
|
-
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.
|
|
399
|
-
|
|
400
|
-
END OF TERMS AND CONDITIONS
|
|
401
|
-
|
|
402
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
403
|
-
|
|
404
|
-
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.
|
|
405
|
-
|
|
406
|
-
Copyright [yyyy] [name of copyright owner]
|
|
407
|
-
|
|
408
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
409
|
-
you may not use this file except in compliance with the License.
|
|
410
|
-
You may obtain a copy of the License at
|
|
411
|
-
|
|
412
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
413
|
-
|
|
414
|
-
Unless required by applicable law or agreed to in writing, software
|
|
415
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
416
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
417
|
-
See the License for the specific language governing permissions and
|
|
418
|
-
limitations under the License.
|
|
419
|
-
|
|
420
|
-
````
|
|
421
|
-
|
|
422
|
-
---
|
|
423
|
-
|
|
424
|
-
## The following dependencies are licensed under the Apache-2.0 License:
|
|
425
|
-
|
|
426
|
-
### Rust Crates:
|
|
427
|
-
|
|
428
341
|
- [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
|
|
429
342
|
|
|
430
343
|
````text
|
|
@@ -634,19 +547,104 @@ limitations under the License.
|
|
|
634
547
|
|
|
635
548
|
---
|
|
636
549
|
|
|
550
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
551
|
+
|
|
552
|
+
### Rust Crates:
|
|
553
|
+
|
|
554
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
555
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
556
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
557
|
+
|
|
558
|
+
````text
|
|
559
|
+
Apache License
|
|
560
|
+
Version 2.0, January 2004
|
|
561
|
+
http://www.apache.org/licenses/
|
|
562
|
+
|
|
563
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
564
|
+
|
|
565
|
+
1. Definitions.
|
|
566
|
+
|
|
567
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
568
|
+
|
|
569
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
570
|
+
|
|
571
|
+
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
572
|
+
|
|
573
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
574
|
+
|
|
575
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
576
|
+
|
|
577
|
+
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
578
|
+
|
|
579
|
+
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
580
|
+
|
|
581
|
+
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
582
|
+
|
|
583
|
+
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
584
|
+
|
|
585
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
586
|
+
|
|
587
|
+
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
588
|
+
|
|
589
|
+
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
590
|
+
|
|
591
|
+
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
592
|
+
|
|
593
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
594
|
+
|
|
595
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
596
|
+
|
|
597
|
+
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
598
|
+
|
|
599
|
+
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
600
|
+
|
|
601
|
+
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
602
|
+
|
|
603
|
+
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
604
|
+
|
|
605
|
+
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
606
|
+
|
|
607
|
+
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
608
|
+
|
|
609
|
+
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
610
|
+
|
|
611
|
+
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
612
|
+
|
|
613
|
+
END OF TERMS AND CONDITIONS
|
|
614
|
+
|
|
615
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
616
|
+
|
|
617
|
+
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
618
|
+
|
|
619
|
+
Copyright [yyyy] [name of copyright owner]
|
|
620
|
+
|
|
621
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
622
|
+
you may not use this file except in compliance with the License.
|
|
623
|
+
You may obtain a copy of the License at
|
|
624
|
+
|
|
625
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
626
|
+
|
|
627
|
+
Unless required by applicable law or agreed to in writing, software
|
|
628
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
629
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
630
|
+
See the License for the specific language governing permissions and
|
|
631
|
+
limitations under the License.
|
|
632
|
+
|
|
633
|
+
````
|
|
634
|
+
|
|
635
|
+
---
|
|
636
|
+
|
|
637
637
|
## The following dependencies are licensed under the BSD-3-Clause License:
|
|
638
638
|
|
|
639
639
|
### NPM Packages:
|
|
640
640
|
|
|
641
|
-
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.
|
|
641
|
+
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.2)
|
|
642
642
|
|
|
643
643
|
````text
|
|
644
644
|
Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
|
|
645
|
-
Copyright (c) 2021-present The Fastify team
|
|
645
|
+
Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
|
|
646
646
|
All rights reserved.
|
|
647
647
|
|
|
648
|
-
The Fastify team members are listed at https://github.com/fastify/fastify#team.
|
|
649
|
-
|
|
650
648
|
Redistribution and use in source and binary forms, with or without
|
|
651
649
|
modification, are permitted provided that the following conditions are met:
|
|
652
650
|
* Redistributions of source code must retain the above copyright
|
|
@@ -677,77 +675,33 @@ The complete list of contributors can be found at:
|
|
|
677
675
|
|
|
678
676
|
---
|
|
679
677
|
|
|
680
|
-
## The following dependencies are licensed under the
|
|
678
|
+
## The following dependencies are licensed under the MIT License:
|
|
681
679
|
|
|
682
|
-
###
|
|
680
|
+
### Rust Crates:
|
|
683
681
|
|
|
684
|
-
- [
|
|
682
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
685
683
|
|
|
686
684
|
````text
|
|
687
|
-
Copyright (c)
|
|
688
|
-
All rights reserved.
|
|
689
|
-
|
|
690
|
-
Redistribution and use in source and binary forms, with or without
|
|
691
|
-
modification, are permitted provided that the following conditions are met:
|
|
692
|
-
|
|
693
|
-
1. Redistributions of source code must retain the above copyright
|
|
694
|
-
notice, this list of conditions and the following disclaimer.
|
|
695
|
-
2. Redistributions in binary form must reproduce the above copyright
|
|
696
|
-
notice, this list of conditions and the following disclaimer in the
|
|
697
|
-
documentation and/or other materials provided with the distribution.
|
|
698
|
-
3. Neither the name of Eugene Ware nor the names of its contributors
|
|
699
|
-
may be used to endorse or promote products derived from this software
|
|
700
|
-
without specific prior written permission.
|
|
701
|
-
|
|
702
|
-
THIS SOFTWARE IS PROVIDED BY EUGENE WARE ''AS IS'' AND ANY
|
|
703
|
-
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
704
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
705
|
-
DISCLAIMED. IN NO EVENT SHALL EUGENE WARE BE LIABLE FOR ANY
|
|
706
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
707
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
708
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
709
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
710
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
711
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
685
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
712
686
|
|
|
713
|
-
|
|
687
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
688
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
689
|
+
in the Software without restriction, including without limitation the rights
|
|
690
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
691
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
692
|
+
furnished to do so, subject to the following conditions:
|
|
714
693
|
|
|
715
|
-
|
|
694
|
+
The above copyright notice and this permission notice shall be included in
|
|
695
|
+
all copies or substantial portions of the Software.
|
|
716
696
|
|
|
717
|
-
|
|
697
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
698
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
699
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
700
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
701
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
702
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
703
|
+
THE SOFTWARE.
|
|
718
704
|
|
|
719
|
-
### NPM Packages:
|
|
720
|
-
|
|
721
|
-
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.3) (0.0.3)
|
|
722
|
-
|
|
723
|
-
````text
|
|
724
|
-
Please refer to the package README for license details.
|
|
725
|
-
````
|
|
726
|
-
|
|
727
|
-
---
|
|
728
|
-
|
|
729
|
-
## The following dependencies are licensed under the ISC License:
|
|
730
|
-
|
|
731
|
-
### NPM Packages:
|
|
732
|
-
|
|
733
|
-
- [pixelmatch](https://github.com/mapbox/pixelmatch) (7.1.0)
|
|
734
|
-
|
|
735
|
-
````text
|
|
736
|
-
ISC License
|
|
737
|
-
|
|
738
|
-
Copyright (c) 2025, Mapbox
|
|
739
|
-
|
|
740
|
-
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
741
|
-
with or without fee is hereby granted, provided that the above copyright notice
|
|
742
|
-
and this permission notice appear in all copies.
|
|
743
|
-
|
|
744
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
745
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
746
|
-
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
747
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
748
|
-
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
749
|
-
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
750
|
-
THIS SOFTWARE.
|
|
751
705
|
|
|
752
706
|
````
|
|
753
707
|
|
|
@@ -757,13 +711,11 @@ THIS SOFTWARE.
|
|
|
757
711
|
|
|
758
712
|
### Rust Crates:
|
|
759
713
|
|
|
760
|
-
- [
|
|
761
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
714
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
762
715
|
|
|
763
716
|
````text
|
|
764
|
-
Copyright (c)
|
|
765
|
-
Copyright (c)
|
|
766
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
717
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
718
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
767
719
|
|
|
768
720
|
Permission is hereby granted, free of charge, to any
|
|
769
721
|
person obtaining a copy of this software and associated
|
|
@@ -797,10 +749,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
797
749
|
|
|
798
750
|
### Rust Crates:
|
|
799
751
|
|
|
800
|
-
- [
|
|
752
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
753
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
754
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
755
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
756
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
757
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
801
758
|
|
|
802
759
|
````text
|
|
803
|
-
Copyright (c) 2019
|
|
760
|
+
Copyright (c) 2019 Tokio Contributors
|
|
804
761
|
|
|
805
762
|
Permission is hereby granted, free of charge, to any
|
|
806
763
|
person obtaining a copy of this software and associated
|
|
@@ -834,37 +791,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
834
791
|
|
|
835
792
|
### Rust Crates:
|
|
836
793
|
|
|
837
|
-
- [
|
|
838
|
-
- [
|
|
839
|
-
- [
|
|
840
|
-
- [
|
|
841
|
-
- [
|
|
842
|
-
- [
|
|
843
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
844
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
845
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
846
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
847
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
848
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
849
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
850
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
851
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
852
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
853
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
854
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
855
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
856
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
857
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
858
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
859
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
860
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
861
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
862
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
863
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
864
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
865
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
794
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
795
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
796
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
797
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
798
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
799
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
866
800
|
|
|
867
801
|
````text
|
|
802
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
803
|
+
|
|
868
804
|
Permission is hereby granted, free of charge, to any
|
|
869
805
|
person obtaining a copy of this software and associated
|
|
870
806
|
documentation files (the "Software"), to deal in the
|
|
@@ -897,39 +833,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
897
833
|
|
|
898
834
|
### Rust Crates:
|
|
899
835
|
|
|
900
|
-
- [
|
|
901
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
902
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
903
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
904
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
905
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
836
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
906
837
|
|
|
907
838
|
````text
|
|
908
|
-
|
|
839
|
+
The MIT License (MIT)
|
|
909
840
|
|
|
910
|
-
|
|
911
|
-
person obtaining a copy of this software and associated
|
|
912
|
-
documentation files (the "Software"), to deal in the
|
|
913
|
-
Software without restriction, including without
|
|
914
|
-
limitation the rights to use, copy, modify, merge,
|
|
915
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
916
|
-
the Software, and to permit persons to whom the Software
|
|
917
|
-
is furnished to do so, subject to the following
|
|
918
|
-
conditions:
|
|
841
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
919
842
|
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
843
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
844
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
845
|
+
in the Software without restriction, including without limitation the rights
|
|
846
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
847
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
848
|
+
furnished to do so, subject to the following conditions:
|
|
923
849
|
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
IN
|
|
932
|
-
|
|
850
|
+
The above copyright notice and this permission notice shall be included in all
|
|
851
|
+
copies or substantial portions of the Software.
|
|
852
|
+
|
|
853
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
854
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
855
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
856
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
857
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
858
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
859
|
+
SOFTWARE.
|
|
933
860
|
|
|
934
861
|
````
|
|
935
862
|
|
|
@@ -939,10 +866,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
939
866
|
|
|
940
867
|
### Rust Crates:
|
|
941
868
|
|
|
942
|
-
- [
|
|
869
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
943
870
|
|
|
944
871
|
````text
|
|
945
|
-
Copyright
|
|
872
|
+
Copyright 2023 The Fuchsia Authors
|
|
946
873
|
|
|
947
874
|
Permission is hereby granted, free of charge, to any
|
|
948
875
|
person obtaining a copy of this software and associated
|
|
@@ -968,6 +895,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
968
895
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
969
896
|
DEALINGS IN THE SOFTWARE.
|
|
970
897
|
|
|
898
|
+
|
|
971
899
|
````
|
|
972
900
|
|
|
973
901
|
---
|
|
@@ -976,16 +904,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
976
904
|
|
|
977
905
|
### Rust Crates:
|
|
978
906
|
|
|
979
|
-
- [
|
|
907
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
980
908
|
|
|
981
909
|
````text
|
|
982
|
-
Copyright
|
|
910
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
983
911
|
|
|
984
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
912
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
913
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
914
|
+
in the Software without restriction, including without limitation the rights
|
|
915
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
916
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
917
|
+
furnished to do so, subject to the following conditions:
|
|
985
918
|
|
|
986
|
-
The above copyright notice and this permission notice shall be included in
|
|
919
|
+
The above copyright notice and this permission notice shall be included in
|
|
920
|
+
all copies or substantial portions of the Software.
|
|
987
921
|
|
|
988
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
922
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
923
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
924
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
925
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
926
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
927
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
928
|
+
THE SOFTWARE.
|
|
989
929
|
|
|
990
930
|
````
|
|
991
931
|
|
|
@@ -995,30 +935,30 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
995
935
|
|
|
996
936
|
### Rust Crates:
|
|
997
937
|
|
|
998
|
-
- [
|
|
938
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
999
939
|
|
|
1000
940
|
````text
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
941
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
942
|
+
Copyright (c) 2016 Jason Housley
|
|
943
|
+
|
|
944
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
945
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
946
|
+
in the Software without restriction, including without limitation the rights
|
|
947
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
948
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
949
|
+
furnished to do so, subject to the following conditions:
|
|
950
|
+
|
|
951
|
+
The above copyright notice and this permission notice shall be included in
|
|
952
|
+
all copies or substantial portions of the Software.
|
|
953
|
+
|
|
954
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
955
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
956
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
957
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
958
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
959
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
960
|
+
THE SOFTWARE.
|
|
961
|
+
|
|
1022
962
|
````
|
|
1023
963
|
|
|
1024
964
|
---
|
|
@@ -1027,10 +967,11 @@ SOFTWARE.
|
|
|
1027
967
|
|
|
1028
968
|
### Rust Crates:
|
|
1029
969
|
|
|
1030
|
-
- [
|
|
970
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
971
|
+
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
1031
972
|
|
|
1032
973
|
````text
|
|
1033
|
-
|
|
974
|
+
MIT License
|
|
1034
975
|
|
|
1035
976
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1036
977
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1039,17 +980,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1039
980
|
copies of the Software, and to permit persons to whom the Software is
|
|
1040
981
|
furnished to do so, subject to the following conditions:
|
|
1041
982
|
|
|
1042
|
-
The above copyright notice and this permission notice shall be included in
|
|
1043
|
-
|
|
983
|
+
The above copyright notice and this permission notice shall be included in all
|
|
984
|
+
copies or substantial portions of the Software.
|
|
1044
985
|
|
|
1045
986
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1046
987
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1047
988
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1048
989
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1049
990
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1050
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1051
|
-
|
|
1052
|
-
|
|
991
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
992
|
+
SOFTWARE.
|
|
1053
993
|
|
|
1054
994
|
````
|
|
1055
995
|
|
|
@@ -1059,37 +999,29 @@ THE SOFTWARE.
|
|
|
1059
999
|
|
|
1060
1000
|
### Rust Crates:
|
|
1061
1001
|
|
|
1062
|
-
- [
|
|
1063
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1064
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1065
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1002
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
1066
1003
|
|
|
1067
1004
|
````text
|
|
1068
|
-
Copyright (c)
|
|
1005
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
1069
1006
|
|
|
1070
|
-
Permission is hereby granted, free of charge, to any
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
the Software, and to permit persons to whom the Software
|
|
1077
|
-
is furnished to do so, subject to the following
|
|
1078
|
-
conditions:
|
|
1007
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1008
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1009
|
+
in the Software without restriction, including without limitation the rights
|
|
1010
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1011
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1012
|
+
furnished to do so, subject to the following conditions:
|
|
1079
1013
|
|
|
1080
|
-
The above copyright notice and this permission notice
|
|
1081
|
-
|
|
1082
|
-
|
|
1014
|
+
The above copyright notice and this permission notice shall be included in
|
|
1015
|
+
all copies or substantial portions of the Software.
|
|
1016
|
+
|
|
1017
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1018
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1019
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1020
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1021
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1022
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1023
|
+
THE SOFTWARE.
|
|
1083
1024
|
|
|
1084
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1085
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1086
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1087
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1088
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1089
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1090
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1091
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1092
|
-
DEALINGS IN THE SOFTWARE.
|
|
1093
1025
|
|
|
1094
1026
|
````
|
|
1095
1027
|
|
|
@@ -1130,10 +1062,10 @@ SOFTWARE.
|
|
|
1130
1062
|
|
|
1131
1063
|
### Rust Crates:
|
|
1132
1064
|
|
|
1133
|
-
- [
|
|
1065
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
1134
1066
|
|
|
1135
1067
|
````text
|
|
1136
|
-
Copyright (c)
|
|
1068
|
+
Copyright (c) 2016 Anthony Ramine
|
|
1137
1069
|
|
|
1138
1070
|
Permission is hereby granted, free of charge, to any
|
|
1139
1071
|
person obtaining a copy of this software and associated
|
|
@@ -1167,64 +1099,67 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1167
1099
|
|
|
1168
1100
|
### Rust Crates:
|
|
1169
1101
|
|
|
1170
|
-
- [
|
|
1102
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
1171
1103
|
|
|
1172
1104
|
````text
|
|
1173
|
-
|
|
1105
|
+
Copyright (c) 2017 Robert Grosse
|
|
1174
1106
|
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
furnished to do so, subject to the following conditions:
|
|
1185
|
-
|
|
1186
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1187
|
-
copies or substantial portions of the Software.
|
|
1107
|
+
Permission is hereby granted, free of charge, to any
|
|
1108
|
+
person obtaining a copy of this software and associated
|
|
1109
|
+
documentation files (the "Software"), to deal in the
|
|
1110
|
+
Software without restriction, including without
|
|
1111
|
+
limitation the rights to use, copy, modify, merge,
|
|
1112
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1113
|
+
the Software, and to permit persons to whom the Software
|
|
1114
|
+
is furnished to do so, subject to the following
|
|
1115
|
+
conditions:
|
|
1188
1116
|
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1193
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1194
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1195
|
-
SOFTWARE.
|
|
1117
|
+
The above copyright notice and this permission notice
|
|
1118
|
+
shall be included in all copies or substantial portions
|
|
1119
|
+
of the Software.
|
|
1196
1120
|
|
|
1121
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1122
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1123
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1124
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1125
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1126
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1127
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1128
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1129
|
+
DEALINGS IN THE SOFTWARE.
|
|
1197
1130
|
````
|
|
1198
1131
|
|
|
1199
1132
|
---
|
|
1200
1133
|
|
|
1201
1134
|
## The following dependencies are licensed under the MIT License:
|
|
1202
1135
|
|
|
1203
|
-
###
|
|
1136
|
+
### NPM Packages:
|
|
1204
1137
|
|
|
1205
|
-
- [
|
|
1138
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
1139
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.40)
|
|
1206
1140
|
|
|
1207
1141
|
````text
|
|
1208
|
-
|
|
1209
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
1142
|
+
MIT License
|
|
1210
1143
|
|
|
1211
|
-
|
|
1212
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1213
|
-
in the Software without restriction, including without limitation the rights
|
|
1214
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1215
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1216
|
-
furnished to do so, subject to the following conditions:
|
|
1144
|
+
Copyright (c) Microsoft Corporation.
|
|
1217
1145
|
|
|
1218
|
-
|
|
1219
|
-
|
|
1146
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1147
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1148
|
+
in the Software without restriction, including without limitation the rights
|
|
1149
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1150
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1151
|
+
furnished to do so, subject to the following conditions:
|
|
1220
1152
|
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1153
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1154
|
+
copies or substantial portions of the Software.
|
|
1155
|
+
|
|
1156
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1157
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1158
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1159
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1160
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1161
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1162
|
+
SOFTWARE
|
|
1228
1163
|
|
|
1229
1164
|
````
|
|
1230
1165
|
|
|
@@ -1234,17 +1169,37 @@ THE SOFTWARE.
|
|
|
1234
1169
|
|
|
1235
1170
|
### Rust Crates:
|
|
1236
1171
|
|
|
1237
|
-
- [
|
|
1238
|
-
- [
|
|
1239
|
-
- [
|
|
1240
|
-
- [
|
|
1241
|
-
- [
|
|
1242
|
-
- [
|
|
1172
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
1173
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1174
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1175
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1176
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1177
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1178
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1179
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1180
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1181
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1182
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1183
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1184
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1185
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1186
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1187
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1188
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1189
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1190
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1191
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1192
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1193
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1194
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1195
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1196
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1197
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1198
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1199
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1200
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1243
1201
|
|
|
1244
1202
|
````text
|
|
1245
|
-
Copyright 2018 Developers of the Rand project
|
|
1246
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1247
|
-
|
|
1248
1203
|
Permission is hereby granted, free of charge, to any
|
|
1249
1204
|
person obtaining a copy of this software and associated
|
|
1250
1205
|
documentation files (the "Software"), to deal in the
|
|
@@ -1277,41 +1232,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1277
1232
|
|
|
1278
1233
|
### Rust Crates:
|
|
1279
1234
|
|
|
1280
|
-
- [
|
|
1281
|
-
|
|
1282
|
-
````text
|
|
1283
|
-
Copyright (c) 2018 directories-rs contributors
|
|
1284
|
-
|
|
1285
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1286
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1287
|
-
in the Software without restriction, including without limitation the rights
|
|
1288
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1289
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1290
|
-
furnished to do so, subject to the following conditions:
|
|
1291
|
-
|
|
1292
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1293
|
-
copies or substantial portions of the Software.
|
|
1294
|
-
|
|
1295
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1296
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1297
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1298
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1299
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1300
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1301
|
-
SOFTWARE.
|
|
1302
|
-
|
|
1303
|
-
````
|
|
1304
|
-
|
|
1305
|
-
---
|
|
1306
|
-
|
|
1307
|
-
## The following dependencies are licensed under the MIT License:
|
|
1308
|
-
|
|
1309
|
-
### Rust Crates:
|
|
1310
|
-
|
|
1311
|
-
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
1235
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
1236
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1312
1237
|
|
|
1313
1238
|
````text
|
|
1314
|
-
Copyright (c)
|
|
1239
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
1240
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1241
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
1315
1242
|
|
|
1316
1243
|
Permission is hereby granted, free of charge, to any
|
|
1317
1244
|
person obtaining a copy of this software and associated
|
|
@@ -1345,30 +1272,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1345
1272
|
|
|
1346
1273
|
### Rust Crates:
|
|
1347
1274
|
|
|
1348
|
-
- [
|
|
1275
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
1349
1276
|
|
|
1350
1277
|
````text
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
1278
|
+
Copyright 2016 Nika Layzell
|
|
1354
1279
|
|
|
1355
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1356
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1357
|
-
in the Software without restriction, including without limitation the rights
|
|
1358
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1359
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1360
|
-
furnished to do so, subject to the following conditions:
|
|
1280
|
+
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:
|
|
1361
1281
|
|
|
1362
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1363
|
-
copies or substantial portions of the Software.
|
|
1282
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1364
1283
|
|
|
1365
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1366
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1367
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1368
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1369
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1370
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1371
|
-
SOFTWARE.
|
|
1284
|
+
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.
|
|
1372
1285
|
|
|
1373
1286
|
````
|
|
1374
1287
|
|
|
@@ -1378,10 +1291,10 @@ SOFTWARE.
|
|
|
1378
1291
|
|
|
1379
1292
|
### Rust Crates:
|
|
1380
1293
|
|
|
1381
|
-
- [
|
|
1294
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
1382
1295
|
|
|
1383
1296
|
````text
|
|
1384
|
-
Copyright (c) 2014
|
|
1297
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
1385
1298
|
|
|
1386
1299
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1387
1300
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1409,10 +1322,10 @@ THE SOFTWARE.
|
|
|
1409
1322
|
|
|
1410
1323
|
### Rust Crates:
|
|
1411
1324
|
|
|
1412
|
-
- [
|
|
1325
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
1413
1326
|
|
|
1414
1327
|
````text
|
|
1415
|
-
Copyright (c)
|
|
1328
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
1416
1329
|
|
|
1417
1330
|
Permission is hereby granted, free of charge, to any
|
|
1418
1331
|
person obtaining a copy of this software and associated
|
|
@@ -1444,34 +1357,39 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1444
1357
|
|
|
1445
1358
|
## The following dependencies are licensed under the MIT License:
|
|
1446
1359
|
|
|
1447
|
-
###
|
|
1360
|
+
### Rust Crates:
|
|
1448
1361
|
|
|
1449
|
-
- [
|
|
1362
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
1363
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1364
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1365
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1450
1366
|
|
|
1451
1367
|
````text
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
1455
|
-
|
|
1456
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1457
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1458
|
-
in the Software without restriction, including without limitation the rights
|
|
1459
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1460
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1461
|
-
furnished to do so, subject to the following conditions:
|
|
1368
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
1462
1369
|
|
|
1463
|
-
|
|
1464
|
-
|
|
1370
|
+
Permission is hereby granted, free of charge, to any
|
|
1371
|
+
person obtaining a copy of this software and associated
|
|
1372
|
+
documentation files (the "Software"), to deal in the
|
|
1373
|
+
Software without restriction, including without
|
|
1374
|
+
limitation the rights to use, copy, modify, merge,
|
|
1375
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1376
|
+
the Software, and to permit persons to whom the Software
|
|
1377
|
+
is furnished to do so, subject to the following
|
|
1378
|
+
conditions:
|
|
1465
1379
|
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1470
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1471
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1472
|
-
SOFTWARE.
|
|
1380
|
+
The above copyright notice and this permission notice
|
|
1381
|
+
shall be included in all copies or substantial portions
|
|
1382
|
+
of the Software.
|
|
1473
1383
|
|
|
1474
|
-
|
|
1384
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1385
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1386
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1387
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1388
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1389
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1390
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1391
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1392
|
+
DEALINGS IN THE SOFTWARE.
|
|
1475
1393
|
|
|
1476
1394
|
````
|
|
1477
1395
|
|
|
@@ -1479,14 +1397,14 @@ SOFTWARE.
|
|
|
1479
1397
|
|
|
1480
1398
|
## The following dependencies are licensed under the MIT License:
|
|
1481
1399
|
|
|
1482
|
-
###
|
|
1400
|
+
### Rust Crates:
|
|
1483
1401
|
|
|
1484
|
-
- [
|
|
1402
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
1485
1403
|
|
|
1486
1404
|
````text
|
|
1487
1405
|
The MIT License (MIT)
|
|
1488
1406
|
|
|
1489
|
-
Copyright (c)
|
|
1407
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
1490
1408
|
|
|
1491
1409
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1492
1410
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1506,7 +1424,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1506
1424
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1507
1425
|
SOFTWARE.
|
|
1508
1426
|
|
|
1509
|
-
|
|
1427
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
1428
|
+
licences; see files named LICENSE.*.txt for details.
|
|
1510
1429
|
````
|
|
1511
1430
|
|
|
1512
1431
|
---
|
|
@@ -1515,29 +1434,34 @@ SOFTWARE.
|
|
|
1515
1434
|
|
|
1516
1435
|
### Rust Crates:
|
|
1517
1436
|
|
|
1518
|
-
- [
|
|
1437
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
1519
1438
|
|
|
1520
1439
|
````text
|
|
1521
|
-
Copyright (c)
|
|
1522
|
-
|
|
1523
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1524
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1525
|
-
in the Software without restriction, including without limitation the rights
|
|
1526
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1527
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1528
|
-
furnished to do so, subject to the following conditions:
|
|
1440
|
+
Copyright (c) 2017 Contributors
|
|
1529
1441
|
|
|
1530
|
-
|
|
1531
|
-
|
|
1442
|
+
Permission is hereby granted, free of charge, to any
|
|
1443
|
+
person obtaining a copy of this software and associated
|
|
1444
|
+
documentation files (the "Software"), to deal in the
|
|
1445
|
+
Software without restriction, including without
|
|
1446
|
+
limitation the rights to use, copy, modify, merge,
|
|
1447
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1448
|
+
the Software, and to permit persons to whom the Software
|
|
1449
|
+
is furnished to do so, subject to the following
|
|
1450
|
+
conditions:
|
|
1532
1451
|
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1537
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1538
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1539
|
-
THE SOFTWARE.
|
|
1452
|
+
The above copyright notice and this permission notice
|
|
1453
|
+
shall be included in all copies or substantial portions
|
|
1454
|
+
of the Software.
|
|
1540
1455
|
|
|
1456
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1457
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1458
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1459
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1460
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1461
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1462
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1463
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1464
|
+
DEALINGS IN THE SOFTWARE.
|
|
1541
1465
|
|
|
1542
1466
|
````
|
|
1543
1467
|
|
|
@@ -1545,31 +1469,38 @@ THE SOFTWARE.
|
|
|
1545
1469
|
|
|
1546
1470
|
## The following dependencies are licensed under the MIT License:
|
|
1547
1471
|
|
|
1548
|
-
###
|
|
1472
|
+
### Rust Crates:
|
|
1549
1473
|
|
|
1550
|
-
- [
|
|
1474
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
1475
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1476
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1551
1477
|
|
|
1552
1478
|
````text
|
|
1553
|
-
|
|
1554
|
-
pngjs derived work Copyright (c) 2012 Kuba Niegowski
|
|
1479
|
+
Copyright (c) 2019 Tower Contributors
|
|
1555
1480
|
|
|
1556
|
-
Permission is hereby granted, free of charge, to any
|
|
1557
|
-
of this software and associated
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1481
|
+
Permission is hereby granted, free of charge, to any
|
|
1482
|
+
person obtaining a copy of this software and associated
|
|
1483
|
+
documentation files (the "Software"), to deal in the
|
|
1484
|
+
Software without restriction, including without
|
|
1485
|
+
limitation the rights to use, copy, modify, merge,
|
|
1486
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1487
|
+
the Software, and to permit persons to whom the Software
|
|
1488
|
+
is furnished to do so, subject to the following
|
|
1489
|
+
conditions:
|
|
1562
1490
|
|
|
1563
|
-
The above copyright notice and this permission notice
|
|
1564
|
-
all copies or substantial portions
|
|
1491
|
+
The above copyright notice and this permission notice
|
|
1492
|
+
shall be included in all copies or substantial portions
|
|
1493
|
+
of the Software.
|
|
1565
1494
|
|
|
1566
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1567
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1495
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1496
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1497
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1498
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1499
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1500
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1501
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1502
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1503
|
+
DEALINGS IN THE SOFTWARE.
|
|
1573
1504
|
|
|
1574
1505
|
````
|
|
1575
1506
|
|
|
@@ -1579,10 +1510,29 @@ THE SOFTWARE.
|
|
|
1579
1510
|
|
|
1580
1511
|
### Rust Crates:
|
|
1581
1512
|
|
|
1582
|
-
- [
|
|
1513
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
1583
1514
|
|
|
1584
1515
|
````text
|
|
1585
|
-
Copyright
|
|
1516
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
1517
|
+
|
|
1518
|
+
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:
|
|
1519
|
+
|
|
1520
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1521
|
+
|
|
1522
|
+
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.
|
|
1523
|
+
|
|
1524
|
+
````
|
|
1525
|
+
|
|
1526
|
+
---
|
|
1527
|
+
|
|
1528
|
+
## The following dependencies are licensed under the MIT License:
|
|
1529
|
+
|
|
1530
|
+
### Rust Crates:
|
|
1531
|
+
|
|
1532
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
1533
|
+
|
|
1534
|
+
````text
|
|
1535
|
+
Copyright (c) 2015 Steven Allen
|
|
1586
1536
|
|
|
1587
1537
|
Permission is hereby granted, free of charge, to any
|
|
1588
1538
|
person obtaining a copy of this software and associated
|
|
@@ -1616,12 +1566,136 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1616
1566
|
|
|
1617
1567
|
### Rust Crates:
|
|
1618
1568
|
|
|
1619
|
-
- [
|
|
1569
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
1570
|
+
|
|
1571
|
+
````text
|
|
1572
|
+
Copyright (c) 2018 Carl Lerche
|
|
1573
|
+
|
|
1574
|
+
Permission is hereby granted, free of charge, to any
|
|
1575
|
+
person obtaining a copy of this software and associated
|
|
1576
|
+
documentation files (the "Software"), to deal in the
|
|
1577
|
+
Software without restriction, including without
|
|
1578
|
+
limitation the rights to use, copy, modify, merge,
|
|
1579
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1580
|
+
the Software, and to permit persons to whom the Software
|
|
1581
|
+
is furnished to do so, subject to the following
|
|
1582
|
+
conditions:
|
|
1583
|
+
|
|
1584
|
+
The above copyright notice and this permission notice
|
|
1585
|
+
shall be included in all copies or substantial portions
|
|
1586
|
+
of the Software.
|
|
1587
|
+
|
|
1588
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1589
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1590
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1591
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1592
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1593
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1594
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1595
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1596
|
+
DEALINGS IN THE SOFTWARE.
|
|
1597
|
+
|
|
1598
|
+
````
|
|
1599
|
+
|
|
1600
|
+
---
|
|
1601
|
+
|
|
1602
|
+
## The following dependencies are licensed under the MIT License:
|
|
1603
|
+
|
|
1604
|
+
### Rust Crates:
|
|
1605
|
+
|
|
1606
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
1607
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1608
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1609
|
+
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
1610
|
+
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
1611
|
+
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
1612
|
+
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
1613
|
+
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
1614
|
+
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
1615
|
+
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
1616
|
+
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
1617
|
+
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
1618
|
+
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
1619
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
1620
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
1621
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
1622
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
1623
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
1624
|
+
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
1625
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
1626
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
1627
|
+
|
|
1628
|
+
````text
|
|
1629
|
+
MIT License
|
|
1630
|
+
|
|
1631
|
+
Copyright (c) <year> <copyright holders>
|
|
1632
|
+
|
|
1633
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1634
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1635
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1636
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1637
|
+
following conditions:
|
|
1638
|
+
|
|
1639
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1640
|
+
portions of the Software.
|
|
1641
|
+
|
|
1642
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
1643
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
1644
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1645
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1646
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1647
|
+
|
|
1648
|
+
````
|
|
1649
|
+
|
|
1650
|
+
---
|
|
1651
|
+
|
|
1652
|
+
## The following dependencies are licensed under the MIT License:
|
|
1653
|
+
|
|
1654
|
+
### Rust Crates:
|
|
1655
|
+
|
|
1656
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
1657
|
+
|
|
1658
|
+
````text
|
|
1659
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
1660
|
+
|
|
1661
|
+
Permission is hereby granted, free of charge, to any
|
|
1662
|
+
person obtaining a copy of this software and associated
|
|
1663
|
+
documentation files (the "Software"), to deal in the
|
|
1664
|
+
Software without restriction, including without
|
|
1665
|
+
limitation the rights to use, copy, modify, merge,
|
|
1666
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1667
|
+
the Software, and to permit persons to whom the Software
|
|
1668
|
+
is furnished to do so, subject to the following
|
|
1669
|
+
conditions:
|
|
1670
|
+
|
|
1671
|
+
The above copyright notice and this permission notice
|
|
1672
|
+
shall be included in all copies or substantial portions
|
|
1673
|
+
of the Software.
|
|
1674
|
+
|
|
1675
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1676
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1677
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1678
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1679
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1680
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1681
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1682
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1683
|
+
DEALINGS IN THE SOFTWARE.
|
|
1684
|
+
|
|
1685
|
+
````
|
|
1686
|
+
|
|
1687
|
+
---
|
|
1688
|
+
|
|
1689
|
+
## The following dependencies are licensed under the MIT License:
|
|
1690
|
+
|
|
1691
|
+
### Rust Crates:
|
|
1692
|
+
|
|
1693
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
1620
1694
|
|
|
1621
1695
|
````text
|
|
1622
1696
|
The MIT License (MIT)
|
|
1623
1697
|
|
|
1624
|
-
Copyright (c)
|
|
1698
|
+
Copyright (c) 2015 Alice Maz
|
|
1625
1699
|
|
|
1626
1700
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1627
1701
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1630,16 +1704,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1630
1704
|
copies of the Software, and to permit persons to whom the Software is
|
|
1631
1705
|
furnished to do so, subject to the following conditions:
|
|
1632
1706
|
|
|
1633
|
-
The above copyright notice and this permission notice shall be included in
|
|
1634
|
-
copies or substantial portions of the Software.
|
|
1707
|
+
The above copyright notice and this permission notice shall be included in
|
|
1708
|
+
all copies or substantial portions of the Software.
|
|
1635
1709
|
|
|
1636
1710
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1637
1711
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1638
1712
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1639
1713
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1640
1714
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1641
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1642
|
-
SOFTWARE.
|
|
1715
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1716
|
+
THE SOFTWARE.
|
|
1643
1717
|
|
|
1644
1718
|
````
|
|
1645
1719
|
|
|
@@ -1647,12 +1721,14 @@ SOFTWARE.
|
|
|
1647
1721
|
|
|
1648
1722
|
## The following dependencies are licensed under the MIT License:
|
|
1649
1723
|
|
|
1650
|
-
###
|
|
1724
|
+
### NPM Packages:
|
|
1651
1725
|
|
|
1652
|
-
- [
|
|
1726
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
1653
1727
|
|
|
1654
1728
|
````text
|
|
1655
|
-
|
|
1729
|
+
MIT License
|
|
1730
|
+
|
|
1731
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
1656
1732
|
|
|
1657
1733
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1658
1734
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1661,16 +1737,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1661
1737
|
copies of the Software, and to permit persons to whom the Software is
|
|
1662
1738
|
furnished to do so, subject to the following conditions:
|
|
1663
1739
|
|
|
1664
|
-
The above copyright notice and this permission notice shall be included in
|
|
1665
|
-
|
|
1740
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1741
|
+
copies or substantial portions of the Software.
|
|
1666
1742
|
|
|
1667
1743
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1668
1744
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1669
1745
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1670
1746
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1671
1747
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1672
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1673
|
-
|
|
1748
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1749
|
+
SOFTWARE.
|
|
1674
1750
|
|
|
1675
1751
|
````
|
|
1676
1752
|
|
|
@@ -1680,34 +1756,28 @@ THE SOFTWARE.
|
|
|
1680
1756
|
|
|
1681
1757
|
### Rust Crates:
|
|
1682
1758
|
|
|
1683
|
-
- [
|
|
1759
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
1684
1760
|
|
|
1685
1761
|
````text
|
|
1686
|
-
Copyright (c)
|
|
1762
|
+
Copyright (c) 2018 directories-rs contributors
|
|
1687
1763
|
|
|
1688
|
-
Permission is hereby granted, free of charge, to any
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
the Software, and to permit persons to whom the Software
|
|
1695
|
-
is furnished to do so, subject to the following
|
|
1696
|
-
conditions:
|
|
1764
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1765
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1766
|
+
in the Software without restriction, including without limitation the rights
|
|
1767
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1768
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1769
|
+
furnished to do so, subject to the following conditions:
|
|
1697
1770
|
|
|
1698
|
-
The above copyright notice and this permission notice
|
|
1699
|
-
|
|
1700
|
-
of the Software.
|
|
1771
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1772
|
+
copies or substantial portions of the Software.
|
|
1701
1773
|
|
|
1702
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1710
|
-
DEALINGS IN THE SOFTWARE.
|
|
1774
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1775
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1776
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1777
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1778
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1779
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1780
|
+
SOFTWARE.
|
|
1711
1781
|
|
|
1712
1782
|
````
|
|
1713
1783
|
|
|
@@ -1717,10 +1787,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1717
1787
|
|
|
1718
1788
|
### Rust Crates:
|
|
1719
1789
|
|
|
1720
|
-
- [
|
|
1790
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1791
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1792
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1793
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1794
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1795
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1796
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1797
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1798
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1721
1799
|
|
|
1722
1800
|
````text
|
|
1723
|
-
Copyright (c)
|
|
1801
|
+
Copyright (c) 2016 Alex Crichton
|
|
1802
|
+
Copyright (c) 2017 The Tokio Authors
|
|
1724
1803
|
|
|
1725
1804
|
Permission is hereby granted, free of charge, to any
|
|
1726
1805
|
person obtaining a copy of this software and associated
|
|
@@ -1754,19 +1833,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1754
1833
|
|
|
1755
1834
|
### Rust Crates:
|
|
1756
1835
|
|
|
1757
|
-
- [
|
|
1758
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
1836
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
1759
1837
|
|
|
1760
1838
|
````text
|
|
1761
|
-
The
|
|
1762
|
-
|
|
1763
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
1839
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
1840
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
1764
1841
|
|
|
1765
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1842
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1843
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1844
|
+
in the Software without restriction, including without limitation the rights
|
|
1845
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1846
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1847
|
+
furnished to do so, subject to the following conditions:
|
|
1766
1848
|
|
|
1767
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1849
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1850
|
+
copies or substantial portions of the Software.
|
|
1768
1851
|
|
|
1769
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1852
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1853
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1854
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1855
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1856
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1857
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1858
|
+
SOFTWARE.
|
|
1770
1859
|
|
|
1771
1860
|
````
|
|
1772
1861
|
|
|
@@ -1776,10 +1865,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1776
1865
|
|
|
1777
1866
|
### Rust Crates:
|
|
1778
1867
|
|
|
1779
|
-
- [
|
|
1868
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
1780
1869
|
|
|
1781
1870
|
````text
|
|
1782
|
-
Copyright
|
|
1871
|
+
Copyright Mozilla Foundation
|
|
1783
1872
|
|
|
1784
1873
|
Permission is hereby granted, free of charge, to any
|
|
1785
1874
|
person obtaining a copy of this software and associated
|
|
@@ -1813,35 +1902,50 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1813
1902
|
|
|
1814
1903
|
### Rust Crates:
|
|
1815
1904
|
|
|
1816
|
-
- [
|
|
1905
|
+
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
1817
1906
|
|
|
1818
1907
|
````text
|
|
1819
|
-
Copyright (c)
|
|
1820
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1908
|
+
Copyright (c) 2015 steffengy
|
|
1821
1909
|
|
|
1822
|
-
Permission is hereby granted, free of charge, to any
|
|
1823
|
-
person obtaining a copy of this software and associated
|
|
1824
|
-
documentation files (the "Software"), to deal in the
|
|
1825
|
-
Software without restriction, including without
|
|
1826
|
-
limitation the rights to use, copy, modify, merge,
|
|
1827
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1828
|
-
the Software, and to permit persons to whom the Software
|
|
1829
|
-
is furnished to do so, subject to the following
|
|
1830
|
-
conditions:
|
|
1910
|
+
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:
|
|
1831
1911
|
|
|
1832
|
-
The above copyright notice and this permission notice
|
|
1833
|
-
|
|
1834
|
-
|
|
1912
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1913
|
+
|
|
1914
|
+
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.
|
|
1915
|
+
|
|
1916
|
+
````
|
|
1917
|
+
|
|
1918
|
+
---
|
|
1919
|
+
|
|
1920
|
+
## The following dependencies are licensed under the MIT License:
|
|
1921
|
+
|
|
1922
|
+
### NPM Packages:
|
|
1923
|
+
|
|
1924
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
1925
|
+
|
|
1926
|
+
````text
|
|
1927
|
+
The MIT License (MIT)
|
|
1928
|
+
|
|
1929
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
1930
|
+
|
|
1931
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1932
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1933
|
+
in the Software without restriction, including without limitation the rights
|
|
1934
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1935
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1936
|
+
furnished to do so, subject to the following conditions:
|
|
1937
|
+
|
|
1938
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1939
|
+
copies or substantial portions of the Software.
|
|
1940
|
+
|
|
1941
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1942
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1943
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1944
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1945
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1946
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1947
|
+
SOFTWARE.
|
|
1835
1948
|
|
|
1836
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1837
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1838
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1839
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1840
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1841
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1842
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1843
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1844
|
-
DEALINGS IN THE SOFTWARE.
|
|
1845
1949
|
|
|
1846
1950
|
````
|
|
1847
1951
|
|
|
@@ -1851,10 +1955,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1851
1955
|
|
|
1852
1956
|
### Rust Crates:
|
|
1853
1957
|
|
|
1854
|
-
- [
|
|
1958
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
1855
1959
|
|
|
1856
1960
|
````text
|
|
1857
|
-
Copyright (c) 2017
|
|
1961
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
1858
1962
|
|
|
1859
1963
|
Permission is hereby granted, free of charge, to any
|
|
1860
1964
|
person obtaining a copy of this software and associated
|
|
@@ -1879,20 +1983,23 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1879
1983
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1880
1984
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1881
1985
|
DEALINGS IN THE SOFTWARE.
|
|
1986
|
+
|
|
1882
1987
|
````
|
|
1883
1988
|
|
|
1884
1989
|
---
|
|
1885
1990
|
|
|
1886
1991
|
## The following dependencies are licensed under the MIT License:
|
|
1887
1992
|
|
|
1888
|
-
###
|
|
1993
|
+
### Rust Crates:
|
|
1889
1994
|
|
|
1890
|
-
- [
|
|
1995
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
1996
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1997
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1891
1998
|
|
|
1892
1999
|
````text
|
|
1893
|
-
|
|
2000
|
+
MIT License
|
|
1894
2001
|
|
|
1895
|
-
Copyright (c)
|
|
2002
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
1896
2003
|
|
|
1897
2004
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1898
2005
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1901,16 +2008,46 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1901
2008
|
copies of the Software, and to permit persons to whom the Software is
|
|
1902
2009
|
furnished to do so, subject to the following conditions:
|
|
1903
2010
|
|
|
1904
|
-
The above copyright notice and this permission notice shall be included in
|
|
1905
|
-
|
|
2011
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2012
|
+
copies or substantial portions of the Software.
|
|
1906
2013
|
|
|
1907
2014
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1908
2015
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1909
2016
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1910
2017
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1911
2018
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1912
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1913
|
-
|
|
2019
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2020
|
+
SOFTWARE.
|
|
2021
|
+
|
|
2022
|
+
````
|
|
2023
|
+
|
|
2024
|
+
---
|
|
2025
|
+
|
|
2026
|
+
## The following dependencies are licensed under the MIT License:
|
|
2027
|
+
|
|
2028
|
+
### NPM Packages:
|
|
2029
|
+
|
|
2030
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
2031
|
+
|
|
2032
|
+
````text
|
|
2033
|
+
This software is released under the MIT license:
|
|
2034
|
+
|
|
2035
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2036
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2037
|
+
the Software without restriction, including without limitation the rights to
|
|
2038
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2039
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2040
|
+
subject to the following conditions:
|
|
2041
|
+
|
|
2042
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2043
|
+
copies or substantial portions of the Software.
|
|
2044
|
+
|
|
2045
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2046
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2047
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2048
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2049
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2050
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1914
2051
|
|
|
1915
2052
|
````
|
|
1916
2053
|
|
|
@@ -1920,35 +2057,31 @@ THE SOFTWARE.
|
|
|
1920
2057
|
|
|
1921
2058
|
### Rust Crates:
|
|
1922
2059
|
|
|
1923
|
-
- [
|
|
1924
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
2060
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
1925
2061
|
|
|
1926
2062
|
````text
|
|
1927
|
-
|
|
2063
|
+
MIT License
|
|
1928
2064
|
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
documentation files (the "Software"), to deal in the
|
|
1932
|
-
Software without restriction, including without
|
|
1933
|
-
limitation the rights to use, copy, modify, merge,
|
|
1934
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1935
|
-
the Software, and to permit persons to whom the Software
|
|
1936
|
-
is furnished to do so, subject to the following
|
|
1937
|
-
conditions:
|
|
2065
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
2066
|
+
Copyright (c) Tokio Contributors
|
|
1938
2067
|
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
2068
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2069
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2070
|
+
in the Software without restriction, including without limitation the rights
|
|
2071
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2072
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2073
|
+
furnished to do so, subject to the following conditions:
|
|
1942
2074
|
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
IN
|
|
1951
|
-
|
|
2075
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2076
|
+
copies or substantial portions of the Software.
|
|
2077
|
+
|
|
2078
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2079
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2080
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2081
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2082
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2083
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2084
|
+
SOFTWARE.
|
|
1952
2085
|
|
|
1953
2086
|
````
|
|
1954
2087
|
|
|
@@ -1958,10 +2091,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1958
2091
|
|
|
1959
2092
|
### Rust Crates:
|
|
1960
2093
|
|
|
1961
|
-
- [
|
|
2094
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
2095
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1962
2096
|
|
|
1963
2097
|
````text
|
|
1964
|
-
Copyright (c)
|
|
2098
|
+
Copyright (c) 2014 Alex Crichton
|
|
1965
2099
|
|
|
1966
2100
|
Permission is hereby granted, free of charge, to any
|
|
1967
2101
|
person obtaining a copy of this software and associated
|
|
@@ -1995,10 +2129,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1995
2129
|
|
|
1996
2130
|
### Rust Crates:
|
|
1997
2131
|
|
|
1998
|
-
- [
|
|
2132
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
1999
2133
|
|
|
2000
2134
|
````text
|
|
2001
|
-
Copyright 2019
|
|
2135
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
2002
2136
|
|
|
2003
2137
|
Permission is hereby granted, free of charge, to any
|
|
2004
2138
|
person obtaining a copy of this software and associated
|
|
@@ -2032,34 +2166,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2032
2166
|
|
|
2033
2167
|
### Rust Crates:
|
|
2034
2168
|
|
|
2035
|
-
- [
|
|
2169
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
2036
2170
|
|
|
2037
2171
|
````text
|
|
2038
|
-
MIT License
|
|
2039
|
-
|
|
2040
|
-
Copyright
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2062
|
-
SOFTWARE.
|
|
2172
|
+
The MIT License (MIT)
|
|
2173
|
+
|
|
2174
|
+
Copyright (c) 2016 Johann Tuffe
|
|
2175
|
+
|
|
2176
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2177
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2178
|
+
in the Software without restriction, including without limitation the rights
|
|
2179
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2180
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2181
|
+
furnished to do so, subject to the following conditions:
|
|
2182
|
+
|
|
2183
|
+
|
|
2184
|
+
The above copyright notice and this permission notice shall be included in
|
|
2185
|
+
all copies or substantial portions of the Software.
|
|
2186
|
+
|
|
2187
|
+
|
|
2188
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2189
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2190
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2191
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2192
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2193
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2194
|
+
THE SOFTWARE.
|
|
2063
2195
|
|
|
2064
2196
|
````
|
|
2065
2197
|
|
|
@@ -2069,10 +2201,10 @@ SOFTWARE.
|
|
|
2069
2201
|
|
|
2070
2202
|
### Rust Crates:
|
|
2071
2203
|
|
|
2072
|
-
- [
|
|
2204
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
2073
2205
|
|
|
2074
2206
|
````text
|
|
2075
|
-
Copyright (c)
|
|
2207
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
2076
2208
|
|
|
2077
2209
|
Permission is hereby granted, free of charge, to any
|
|
2078
2210
|
person obtaining a copy of this software and associated
|
|
@@ -2106,10 +2238,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2106
2238
|
|
|
2107
2239
|
### Rust Crates:
|
|
2108
2240
|
|
|
2109
|
-
- [
|
|
2241
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2110
2242
|
|
|
2111
2243
|
````text
|
|
2112
|
-
|
|
2244
|
+
MIT License
|
|
2245
|
+
|
|
2246
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2113
2247
|
|
|
2114
2248
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2115
2249
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2118,16 +2252,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2118
2252
|
copies of the Software, and to permit persons to whom the Software is
|
|
2119
2253
|
furnished to do so, subject to the following conditions:
|
|
2120
2254
|
|
|
2121
|
-
The above copyright notice and this permission notice shall be included in
|
|
2122
|
-
|
|
2255
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2256
|
+
copies or substantial portions of the Software.
|
|
2123
2257
|
|
|
2124
2258
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2125
2259
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2126
2260
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2127
2261
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2128
2262
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2129
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2130
|
-
|
|
2263
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2264
|
+
SOFTWARE.
|
|
2131
2265
|
|
|
2132
2266
|
````
|
|
2133
2267
|
|
|
@@ -2135,17 +2269,14 @@ THE SOFTWARE.
|
|
|
2135
2269
|
|
|
2136
2270
|
## The following dependencies are licensed under the MIT License:
|
|
2137
2271
|
|
|
2138
|
-
###
|
|
2272
|
+
### NPM Packages:
|
|
2139
2273
|
|
|
2140
|
-
- [
|
|
2141
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2142
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2143
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2274
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
2144
2275
|
|
|
2145
2276
|
````text
|
|
2146
2277
|
The MIT License (MIT)
|
|
2147
2278
|
|
|
2148
|
-
Copyright (c)
|
|
2279
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
2149
2280
|
|
|
2150
2281
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2151
2282
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2173,13 +2304,10 @@ THE SOFTWARE.
|
|
|
2173
2304
|
|
|
2174
2305
|
### Rust Crates:
|
|
2175
2306
|
|
|
2176
|
-
- [
|
|
2307
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
2177
2308
|
|
|
2178
2309
|
````text
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
Copyright (c) 2015-2020 Julien Cretin
|
|
2182
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
2310
|
+
Copyright (c) 2017 Sean McArthur
|
|
2183
2311
|
|
|
2184
2312
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2185
2313
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2188,16 +2316,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2188
2316
|
copies of the Software, and to permit persons to whom the Software is
|
|
2189
2317
|
furnished to do so, subject to the following conditions:
|
|
2190
2318
|
|
|
2191
|
-
The above copyright notice and this permission notice shall be included in
|
|
2192
|
-
copies or substantial portions of the Software.
|
|
2319
|
+
The above copyright notice and this permission notice shall be included in
|
|
2320
|
+
all copies or substantial portions of the Software.
|
|
2193
2321
|
|
|
2194
2322
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2195
2323
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2196
2324
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2197
2325
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2198
2326
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2199
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2200
|
-
SOFTWARE.
|
|
2327
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2328
|
+
THE SOFTWARE.
|
|
2329
|
+
|
|
2201
2330
|
|
|
2202
2331
|
````
|
|
2203
2332
|
|
|
@@ -2207,11 +2336,13 @@ SOFTWARE.
|
|
|
2207
2336
|
|
|
2208
2337
|
### Rust Crates:
|
|
2209
2338
|
|
|
2210
|
-
- [
|
|
2211
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2339
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
2212
2340
|
|
|
2213
2341
|
````text
|
|
2214
|
-
|
|
2342
|
+
The MIT License (MIT)
|
|
2343
|
+
|
|
2344
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
2345
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
2215
2346
|
|
|
2216
2347
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2217
2348
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2239,109 +2370,28 @@ SOFTWARE.
|
|
|
2239
2370
|
|
|
2240
2371
|
### Rust Crates:
|
|
2241
2372
|
|
|
2242
|
-
- [
|
|
2243
|
-
|
|
2244
|
-
````text
|
|
2245
|
-
Copyright (c) 2019 Nick Fitzgerald
|
|
2246
|
-
|
|
2247
|
-
Permission is hereby granted, free of charge, to any
|
|
2248
|
-
person obtaining a copy of this software and associated
|
|
2249
|
-
documentation files (the "Software"), to deal in the
|
|
2250
|
-
Software without restriction, including without
|
|
2251
|
-
limitation the rights to use, copy, modify, merge,
|
|
2252
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2253
|
-
the Software, and to permit persons to whom the Software
|
|
2254
|
-
is furnished to do so, subject to the following
|
|
2255
|
-
conditions:
|
|
2256
|
-
|
|
2257
|
-
The above copyright notice and this permission notice
|
|
2258
|
-
shall be included in all copies or substantial portions
|
|
2259
|
-
of the Software.
|
|
2260
|
-
|
|
2261
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2262
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2263
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2264
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2265
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2266
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2267
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2268
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2269
|
-
DEALINGS IN THE SOFTWARE.
|
|
2270
|
-
|
|
2271
|
-
````
|
|
2272
|
-
|
|
2273
|
-
---
|
|
2274
|
-
|
|
2275
|
-
## The following dependencies are licensed under the MIT License:
|
|
2276
|
-
|
|
2277
|
-
### Rust Crates:
|
|
2278
|
-
|
|
2279
|
-
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
2280
|
-
|
|
2281
|
-
````text
|
|
2282
|
-
Copyright (c) 2021 RustCrypto Developers
|
|
2283
|
-
|
|
2284
|
-
Permission is hereby granted, free of charge, to any
|
|
2285
|
-
person obtaining a copy of this software and associated
|
|
2286
|
-
documentation files (the "Software"), to deal in the
|
|
2287
|
-
Software without restriction, including without
|
|
2288
|
-
limitation the rights to use, copy, modify, merge,
|
|
2289
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2290
|
-
the Software, and to permit persons to whom the Software
|
|
2291
|
-
is furnished to do so, subject to the following
|
|
2292
|
-
conditions:
|
|
2293
|
-
|
|
2294
|
-
The above copyright notice and this permission notice
|
|
2295
|
-
shall be included in all copies or substantial portions
|
|
2296
|
-
of the Software.
|
|
2297
|
-
|
|
2298
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2299
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2300
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2301
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2302
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2303
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2304
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2305
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2306
|
-
DEALINGS IN THE SOFTWARE.
|
|
2307
|
-
|
|
2308
|
-
````
|
|
2309
|
-
|
|
2310
|
-
---
|
|
2311
|
-
|
|
2312
|
-
## The following dependencies are licensed under the MIT License:
|
|
2313
|
-
|
|
2314
|
-
### Rust Crates:
|
|
2315
|
-
|
|
2316
|
-
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
2373
|
+
- [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
|
|
2317
2374
|
|
|
2318
2375
|
````text
|
|
2319
|
-
Copyright (c)
|
|
2320
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2376
|
+
Copyright (c) 2015 Igor Shaula
|
|
2321
2377
|
|
|
2322
|
-
Permission is hereby granted, free of charge, to any
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
the Software, and to permit persons to whom the Software
|
|
2329
|
-
is furnished to do so, subject to the following
|
|
2330
|
-
conditions:
|
|
2378
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2379
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2380
|
+
in the Software without restriction, including without limitation the rights
|
|
2381
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2382
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2383
|
+
furnished to do so, subject to the following conditions:
|
|
2331
2384
|
|
|
2332
|
-
The above copyright notice and this permission notice
|
|
2333
|
-
|
|
2334
|
-
of the Software.
|
|
2385
|
+
The above copyright notice and this permission notice shall be included in
|
|
2386
|
+
all copies or substantial portions of the Software.
|
|
2335
2387
|
|
|
2336
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2344
|
-
DEALINGS IN THE SOFTWARE.
|
|
2388
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2389
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2390
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2391
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2392
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2393
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2394
|
+
THE SOFTWARE.
|
|
2345
2395
|
|
|
2346
2396
|
````
|
|
2347
2397
|
|
|
@@ -2351,10 +2401,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2351
2401
|
|
|
2352
2402
|
### Rust Crates:
|
|
2353
2403
|
|
|
2354
|
-
- [
|
|
2404
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
2355
2405
|
|
|
2356
2406
|
````text
|
|
2357
|
-
Copyright (c)
|
|
2407
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
2358
2408
|
|
|
2359
2409
|
Permission is hereby granted, free of charge, to any
|
|
2360
2410
|
person obtaining a copy of this software and associated
|
|
@@ -2388,10 +2438,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2388
2438
|
|
|
2389
2439
|
### Rust Crates:
|
|
2390
2440
|
|
|
2391
|
-
- [
|
|
2441
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
2392
2442
|
|
|
2393
2443
|
````text
|
|
2394
|
-
Copyright (c)
|
|
2444
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
2395
2445
|
|
|
2396
2446
|
Permission is hereby granted, free of charge, to any
|
|
2397
2447
|
person obtaining a copy of this software and associated
|
|
@@ -2425,10 +2475,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2425
2475
|
|
|
2426
2476
|
### Rust Crates:
|
|
2427
2477
|
|
|
2428
|
-
- [
|
|
2478
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
2479
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
2480
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2429
2481
|
|
|
2430
2482
|
````text
|
|
2431
|
-
Copyright (c)
|
|
2483
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
2432
2484
|
|
|
2433
2485
|
Permission is hereby granted, free of charge, to any
|
|
2434
2486
|
person obtaining a copy of this software and associated
|
|
@@ -2462,77 +2514,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2462
2514
|
|
|
2463
2515
|
### Rust Crates:
|
|
2464
2516
|
|
|
2465
|
-
- [
|
|
2466
|
-
|
|
2467
|
-
````text
|
|
2468
|
-
MIT License
|
|
2469
|
-
|
|
2470
|
-
Copyright (c) 2017 Nikolai Vazquez
|
|
2471
|
-
|
|
2472
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2473
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2474
|
-
in the Software without restriction, including without limitation the rights
|
|
2475
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2476
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2477
|
-
furnished to do so, subject to the following conditions:
|
|
2478
|
-
|
|
2479
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2480
|
-
copies or substantial portions of the Software.
|
|
2481
|
-
|
|
2482
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2483
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2484
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2485
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2486
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2487
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2488
|
-
SOFTWARE.
|
|
2489
|
-
|
|
2490
|
-
````
|
|
2491
|
-
|
|
2492
|
-
---
|
|
2493
|
-
|
|
2494
|
-
## The following dependencies are licensed under the MIT License:
|
|
2495
|
-
|
|
2496
|
-
### Rust Crates:
|
|
2497
|
-
|
|
2498
|
-
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
2499
|
-
|
|
2500
|
-
````text
|
|
2501
|
-
MIT License
|
|
2502
|
-
|
|
2503
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
2504
|
-
Copyright (c) Tokio Contributors
|
|
2505
|
-
|
|
2506
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2507
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2508
|
-
in the Software without restriction, including without limitation the rights
|
|
2509
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2510
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2511
|
-
furnished to do so, subject to the following conditions:
|
|
2512
|
-
|
|
2513
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2514
|
-
copies or substantial portions of the Software.
|
|
2515
|
-
|
|
2516
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2517
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2518
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2519
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2520
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2521
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2522
|
-
SOFTWARE.
|
|
2523
|
-
|
|
2524
|
-
````
|
|
2525
|
-
|
|
2526
|
-
---
|
|
2527
|
-
|
|
2528
|
-
## The following dependencies are licensed under the MIT License:
|
|
2529
|
-
|
|
2530
|
-
### Rust Crates:
|
|
2531
|
-
|
|
2532
|
-
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
2517
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
2533
2518
|
|
|
2534
2519
|
````text
|
|
2535
|
-
Copyright
|
|
2520
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
2536
2521
|
|
|
2537
2522
|
Permission is hereby granted, free of charge, to any
|
|
2538
2523
|
person obtaining a copy of this software and associated
|
|
@@ -2564,15 +2549,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2564
2549
|
|
|
2565
2550
|
## The following dependencies are licensed under the MIT License:
|
|
2566
2551
|
|
|
2567
|
-
###
|
|
2552
|
+
### Rust Crates:
|
|
2568
2553
|
|
|
2569
|
-
- [
|
|
2570
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2554
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
2571
2555
|
|
|
2572
2556
|
````text
|
|
2573
|
-
|
|
2557
|
+
Copyright (c) 2016 The humantime Developers
|
|
2558
|
+
|
|
2559
|
+
Includes parts of http date with the following copyright:
|
|
2560
|
+
Copyright (c) 2016 Pyfisch
|
|
2561
|
+
|
|
2562
|
+
Includes portions of musl libc with the following copyright:
|
|
2563
|
+
Copyright © 2005-2013 Rich Felker
|
|
2574
2564
|
|
|
2575
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
2576
2565
|
|
|
2577
2566
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2578
2567
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2598,29 +2587,35 @@ SOFTWARE.
|
|
|
2598
2587
|
|
|
2599
2588
|
## The following dependencies are licensed under the MIT License:
|
|
2600
2589
|
|
|
2601
|
-
###
|
|
2590
|
+
### Rust Crates:
|
|
2602
2591
|
|
|
2603
|
-
- [
|
|
2592
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
2593
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2594
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2595
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2604
2596
|
|
|
2605
2597
|
````text
|
|
2606
|
-
|
|
2598
|
+
The MIT License (MIT)
|
|
2607
2599
|
|
|
2608
|
-
|
|
2609
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
2610
|
-
the Software without restriction, including without limitation the rights to
|
|
2611
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2612
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2613
|
-
subject to the following conditions:
|
|
2600
|
+
Copyright (c) 2015 Andrew Gallant
|
|
2614
2601
|
|
|
2615
|
-
|
|
2616
|
-
|
|
2602
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2603
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2604
|
+
in the Software without restriction, including without limitation the rights
|
|
2605
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2606
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2607
|
+
furnished to do so, subject to the following conditions:
|
|
2608
|
+
|
|
2609
|
+
The above copyright notice and this permission notice shall be included in
|
|
2610
|
+
all copies or substantial portions of the Software.
|
|
2617
2611
|
|
|
2618
2612
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2619
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2620
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2621
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2622
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2623
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2613
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2614
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2615
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2616
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2617
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2618
|
+
THE SOFTWARE.
|
|
2624
2619
|
|
|
2625
2620
|
````
|
|
2626
2621
|
|
|
@@ -2628,14 +2623,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2628
2623
|
|
|
2629
2624
|
## The following dependencies are licensed under the MIT License:
|
|
2630
2625
|
|
|
2631
|
-
###
|
|
2626
|
+
### Rust Crates:
|
|
2632
2627
|
|
|
2633
|
-
- [
|
|
2628
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
2634
2629
|
|
|
2635
2630
|
````text
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
2631
|
+
Copyright (c) 2019 Eliza Weisman
|
|
2639
2632
|
|
|
2640
2633
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2641
2634
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2644,16 +2637,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2644
2637
|
copies of the Software, and to permit persons to whom the Software is
|
|
2645
2638
|
furnished to do so, subject to the following conditions:
|
|
2646
2639
|
|
|
2647
|
-
The above copyright notice and this permission notice shall be included in
|
|
2648
|
-
copies or substantial portions of the Software.
|
|
2640
|
+
The above copyright notice and this permission notice shall be included in
|
|
2641
|
+
all copies or substantial portions of the Software.
|
|
2649
2642
|
|
|
2650
2643
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2651
2644
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2652
2645
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2653
2646
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2654
2647
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2655
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2656
|
-
SOFTWARE.
|
|
2648
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2649
|
+
THE SOFTWARE.
|
|
2657
2650
|
|
|
2658
2651
|
````
|
|
2659
2652
|
|
|
@@ -2663,12 +2656,12 @@ SOFTWARE.
|
|
|
2663
2656
|
|
|
2664
2657
|
### Rust Crates:
|
|
2665
2658
|
|
|
2666
|
-
- [
|
|
2659
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
2667
2660
|
|
|
2668
2661
|
````text
|
|
2669
|
-
|
|
2662
|
+
MIT License
|
|
2670
2663
|
|
|
2671
|
-
Copyright (c)
|
|
2664
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
2672
2665
|
|
|
2673
2666
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2674
2667
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2688,8 +2681,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2688
2681
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2689
2682
|
SOFTWARE.
|
|
2690
2683
|
|
|
2691
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2692
|
-
licences; see files named LICENSE.*.txt for details.
|
|
2693
2684
|
````
|
|
2694
2685
|
|
|
2695
2686
|
---
|
|
@@ -2698,32 +2689,19 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
2698
2689
|
|
|
2699
2690
|
### Rust Crates:
|
|
2700
2691
|
|
|
2701
|
-
- [
|
|
2702
|
-
- [
|
|
2703
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2692
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
2693
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2704
2694
|
|
|
2705
2695
|
````text
|
|
2706
|
-
MIT License
|
|
2696
|
+
The MIT License (MIT)
|
|
2707
2697
|
|
|
2708
|
-
Copyright
|
|
2698
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
2709
2699
|
|
|
2710
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2711
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2712
|
-
in the Software without restriction, including without limitation the rights
|
|
2713
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2714
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2715
|
-
furnished to do so, subject to the following conditions:
|
|
2700
|
+
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:
|
|
2716
2701
|
|
|
2717
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2718
|
-
copies or substantial portions of the Software.
|
|
2702
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2719
2703
|
|
|
2720
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2721
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2722
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2723
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2724
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2725
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2726
|
-
SOFTWARE.
|
|
2704
|
+
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.
|
|
2727
2705
|
|
|
2728
2706
|
````
|
|
2729
2707
|
|
|
@@ -2733,11 +2711,13 @@ SOFTWARE.
|
|
|
2733
2711
|
|
|
2734
2712
|
### Rust Crates:
|
|
2735
2713
|
|
|
2736
|
-
- [
|
|
2714
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
2715
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
2737
2716
|
|
|
2738
2717
|
````text
|
|
2739
|
-
|
|
2740
|
-
|
|
2718
|
+
MIT License
|
|
2719
|
+
|
|
2720
|
+
Copyright (c) 2019 Graham Esau
|
|
2741
2721
|
|
|
2742
2722
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2743
2723
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2765,12 +2745,10 @@ SOFTWARE.
|
|
|
2765
2745
|
|
|
2766
2746
|
### Rust Crates:
|
|
2767
2747
|
|
|
2768
|
-
- [
|
|
2769
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
2770
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2748
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
2771
2749
|
|
|
2772
2750
|
````text
|
|
2773
|
-
Copyright (c)
|
|
2751
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
2774
2752
|
|
|
2775
2753
|
Permission is hereby granted, free of charge, to any
|
|
2776
2754
|
person obtaining a copy of this software and associated
|
|
@@ -2802,70 +2780,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2802
2780
|
|
|
2803
2781
|
## The following dependencies are licensed under the MIT License:
|
|
2804
2782
|
|
|
2805
|
-
### NPM Packages:
|
|
2806
|
-
|
|
2807
|
-
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2808
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2809
|
-
|
|
2810
|
-
````text
|
|
2811
|
-
MIT License
|
|
2812
|
-
|
|
2813
|
-
Copyright (c) Microsoft Corporation.
|
|
2814
|
-
|
|
2815
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2816
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2817
|
-
in the Software without restriction, including without limitation the rights
|
|
2818
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2819
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2820
|
-
furnished to do so, subject to the following conditions:
|
|
2821
|
-
|
|
2822
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2823
|
-
copies or substantial portions of the Software.
|
|
2824
|
-
|
|
2825
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2826
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2827
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2828
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2829
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2830
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2831
|
-
SOFTWARE
|
|
2832
|
-
|
|
2833
|
-
````
|
|
2834
|
-
|
|
2835
|
-
---
|
|
2836
|
-
|
|
2837
|
-
## The following dependencies are licensed under the MIT License:
|
|
2838
|
-
|
|
2839
2783
|
### Rust Crates:
|
|
2840
2784
|
|
|
2841
|
-
- [
|
|
2785
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
2842
2786
|
|
|
2843
2787
|
````text
|
|
2844
|
-
Copyright (c)
|
|
2788
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
2845
2789
|
|
|
2846
|
-
Permission is hereby granted, free of charge, to any
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
the Software, and to permit persons to whom the Software
|
|
2853
|
-
is furnished to do so, subject to the following
|
|
2854
|
-
conditions:
|
|
2790
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2791
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2792
|
+
in the Software without restriction, including without limitation the rights
|
|
2793
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2794
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2795
|
+
furnished to do so, subject to the following conditions:
|
|
2855
2796
|
|
|
2856
|
-
The above copyright notice and this permission notice
|
|
2857
|
-
|
|
2858
|
-
of the Software.
|
|
2797
|
+
The above copyright notice and this permission notice shall be included in
|
|
2798
|
+
all copies or substantial portions of the Software.
|
|
2859
2799
|
|
|
2860
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2868
|
-
DEALINGS IN THE SOFTWARE.
|
|
2800
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2801
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2802
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2803
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2804
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2805
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2806
|
+
THE SOFTWARE.
|
|
2869
2807
|
|
|
2870
2808
|
````
|
|
2871
2809
|
|
|
@@ -2875,12 +2813,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2875
2813
|
|
|
2876
2814
|
### Rust Crates:
|
|
2877
2815
|
|
|
2878
|
-
- [
|
|
2816
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
2879
2817
|
|
|
2880
2818
|
````text
|
|
2881
|
-
Copyright (c)
|
|
2882
|
-
Copyright (c) 2018 Bastian Köcher
|
|
2883
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2819
|
+
Copyright (c) The Rust Project Developers
|
|
2884
2820
|
|
|
2885
2821
|
Permission is hereby granted, free of charge, to any
|
|
2886
2822
|
person obtaining a copy of this software and associated
|
|
@@ -2914,16 +2850,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2914
2850
|
|
|
2915
2851
|
### Rust Crates:
|
|
2916
2852
|
|
|
2917
|
-
- [
|
|
2853
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
2918
2854
|
|
|
2919
2855
|
````text
|
|
2920
|
-
|
|
2856
|
+
MIT License
|
|
2921
2857
|
|
|
2922
|
-
|
|
2858
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
2923
2859
|
|
|
2924
|
-
|
|
2860
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2861
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2862
|
+
in the Software without restriction, including without limitation the rights
|
|
2863
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2864
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2865
|
+
furnished to do so, subject to the following conditions:
|
|
2925
2866
|
|
|
2926
|
-
|
|
2867
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2868
|
+
copies or substantial portions of the Software.
|
|
2869
|
+
|
|
2870
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2871
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2872
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2873
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2874
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2875
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2876
|
+
SOFTWARE.
|
|
2927
2877
|
|
|
2928
2878
|
````
|
|
2929
2879
|
|
|
@@ -2933,35 +2883,30 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2933
2883
|
|
|
2934
2884
|
### Rust Crates:
|
|
2935
2885
|
|
|
2936
|
-
- [
|
|
2886
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
2937
2887
|
|
|
2938
2888
|
````text
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
publish, distribute, sublicense, and/or sell
|
|
2947
|
-
the Software, and to permit persons to whom the Software
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2961
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2962
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2963
|
-
DEALINGS IN THE SOFTWARE.
|
|
2964
|
-
|
|
2889
|
+
The MIT License (MIT)
|
|
2890
|
+
|
|
2891
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
2892
|
+
|
|
2893
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2894
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2895
|
+
in the Software without restriction, including without limitation the rights
|
|
2896
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2897
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2898
|
+
furnished to do so, subject to the following conditions:
|
|
2899
|
+
|
|
2900
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2901
|
+
copies or substantial portions of the Software.
|
|
2902
|
+
|
|
2903
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2904
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2905
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2906
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2907
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2908
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2909
|
+
SOFTWARE.
|
|
2965
2910
|
````
|
|
2966
2911
|
|
|
2967
2912
|
---
|
|
@@ -2970,34 +2915,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2970
2915
|
|
|
2971
2916
|
### Rust Crates:
|
|
2972
2917
|
|
|
2973
|
-
- [
|
|
2918
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
2974
2919
|
|
|
2975
2920
|
````text
|
|
2976
|
-
|
|
2921
|
+
MIT License
|
|
2977
2922
|
|
|
2978
|
-
|
|
2979
|
-
person obtaining a copy of this software and associated
|
|
2980
|
-
documentation files (the "Software"), to deal in the
|
|
2981
|
-
Software without restriction, including without
|
|
2982
|
-
limitation the rights to use, copy, modify, merge,
|
|
2983
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2984
|
-
the Software, and to permit persons to whom the Software
|
|
2985
|
-
is furnished to do so, subject to the following
|
|
2986
|
-
conditions:
|
|
2923
|
+
Copyright (c) 2025 Callum Oakley
|
|
2987
2924
|
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2925
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2926
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2927
|
+
in the Software without restriction, including without limitation the rights
|
|
2928
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2929
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2930
|
+
furnished to do so, subject to the following conditions:
|
|
2991
2931
|
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
IN
|
|
3000
|
-
|
|
2932
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2933
|
+
copies or substantial portions of the Software.
|
|
2934
|
+
|
|
2935
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2936
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2937
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2938
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2939
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2940
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2941
|
+
SOFTWARE.
|
|
3001
2942
|
|
|
3002
2943
|
````
|
|
3003
2944
|
|
|
@@ -3007,12 +2948,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3007
2948
|
|
|
3008
2949
|
### Rust Crates:
|
|
3009
2950
|
|
|
3010
|
-
- [
|
|
3011
|
-
- [
|
|
2951
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
2952
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2953
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3012
2954
|
|
|
3013
2955
|
````text
|
|
3014
2956
|
MIT License
|
|
3015
2957
|
|
|
2958
|
+
Copyright (c) Tokio Contributors
|
|
2959
|
+
|
|
3016
2960
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3017
2961
|
of this software and associated documentation files (the "Software"), to deal
|
|
3018
2962
|
in the Software without restriction, including without limitation the rights
|
|
@@ -3039,10 +2983,12 @@ SOFTWARE.
|
|
|
3039
2983
|
|
|
3040
2984
|
### Rust Crates:
|
|
3041
2985
|
|
|
3042
|
-
- [
|
|
2986
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
3043
2987
|
|
|
3044
2988
|
````text
|
|
3045
|
-
Copyright
|
|
2989
|
+
Copyright (c) 2017 Carl Lerche
|
|
2990
|
+
Copyright (c) 2018 Bastian Köcher
|
|
2991
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
3046
2992
|
|
|
3047
2993
|
Permission is hereby granted, free of charge, to any
|
|
3048
2994
|
person obtaining a copy of this software and associated
|
|
@@ -3068,7 +3014,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3068
3014
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3069
3015
|
DEALINGS IN THE SOFTWARE.
|
|
3070
3016
|
|
|
3071
|
-
|
|
3072
3017
|
````
|
|
3073
3018
|
|
|
3074
3019
|
---
|
|
@@ -3077,12 +3022,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3077
3022
|
|
|
3078
3023
|
### Rust Crates:
|
|
3079
3024
|
|
|
3080
|
-
- [
|
|
3025
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
3081
3026
|
|
|
3082
3027
|
````text
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
Copyright (c) 2025 Callum Oakley
|
|
3028
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
3029
|
+
Copyright (c) 2016 Alex Crichton
|
|
3086
3030
|
|
|
3087
3031
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3088
3032
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3091,16 +3035,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3091
3035
|
copies of the Software, and to permit persons to whom the Software is
|
|
3092
3036
|
furnished to do so, subject to the following conditions:
|
|
3093
3037
|
|
|
3094
|
-
The above copyright notice and this permission notice shall be included in
|
|
3095
|
-
copies or substantial portions of the Software.
|
|
3038
|
+
The above copyright notice and this permission notice shall be included in
|
|
3039
|
+
all copies or substantial portions of the Software.
|
|
3096
3040
|
|
|
3097
3041
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3098
3042
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3099
3043
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3100
3044
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3101
3045
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3102
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3103
|
-
SOFTWARE.
|
|
3046
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3047
|
+
THE SOFTWARE.
|
|
3048
|
+
|
|
3104
3049
|
|
|
3105
3050
|
````
|
|
3106
3051
|
|
|
@@ -3110,14 +3055,10 @@ SOFTWARE.
|
|
|
3110
3055
|
|
|
3111
3056
|
### Rust Crates:
|
|
3112
3057
|
|
|
3113
|
-
- [
|
|
3114
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
3115
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3058
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
3116
3059
|
|
|
3117
3060
|
````text
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
Copyright (c) Tokio Contributors
|
|
3061
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
3121
3062
|
|
|
3122
3063
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3123
3064
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3126,16 +3067,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3126
3067
|
copies of the Software, and to permit persons to whom the Software is
|
|
3127
3068
|
furnished to do so, subject to the following conditions:
|
|
3128
3069
|
|
|
3129
|
-
The above copyright notice and this permission notice shall be included in
|
|
3130
|
-
copies or substantial portions of the Software.
|
|
3070
|
+
The above copyright notice and this permission notice shall be included in
|
|
3071
|
+
all copies or substantial portions of the Software.
|
|
3131
3072
|
|
|
3132
3073
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3133
3074
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3134
3075
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3135
3076
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3136
3077
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3137
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3138
|
-
SOFTWARE.
|
|
3078
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3079
|
+
THE SOFTWARE.
|
|
3080
|
+
|
|
3139
3081
|
|
|
3140
3082
|
````
|
|
3141
3083
|
|
|
@@ -3143,15 +3085,15 @@ SOFTWARE.
|
|
|
3143
3085
|
|
|
3144
3086
|
## The following dependencies are licensed under the MIT License:
|
|
3145
3087
|
|
|
3146
|
-
###
|
|
3088
|
+
### NPM Packages:
|
|
3147
3089
|
|
|
3148
|
-
- [
|
|
3149
|
-
- [
|
|
3090
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
3091
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3150
3092
|
|
|
3151
3093
|
````text
|
|
3152
3094
|
MIT License
|
|
3153
3095
|
|
|
3154
|
-
Copyright (c)
|
|
3096
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
3155
3097
|
|
|
3156
3098
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3157
3099
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3179,10 +3121,10 @@ SOFTWARE.
|
|
|
3179
3121
|
|
|
3180
3122
|
### Rust Crates:
|
|
3181
3123
|
|
|
3182
|
-
- [
|
|
3124
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
3183
3125
|
|
|
3184
3126
|
````text
|
|
3185
|
-
Copyright (c)
|
|
3127
|
+
Copyright (c) 2016--2017
|
|
3186
3128
|
|
|
3187
3129
|
Permission is hereby granted, free of charge, to any
|
|
3188
3130
|
person obtaining a copy of this software and associated
|
|
@@ -3216,10 +3158,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3216
3158
|
|
|
3217
3159
|
### Rust Crates:
|
|
3218
3160
|
|
|
3219
|
-
- [
|
|
3161
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
3220
3162
|
|
|
3221
3163
|
````text
|
|
3222
|
-
Copyright (c)
|
|
3164
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
3223
3165
|
|
|
3224
3166
|
Permission is hereby granted, free of charge, to any
|
|
3225
3167
|
person obtaining a copy of this software and associated
|
|
@@ -3253,47 +3195,66 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3253
3195
|
|
|
3254
3196
|
### Rust Crates:
|
|
3255
3197
|
|
|
3256
|
-
- [
|
|
3257
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3258
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3259
|
-
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3260
|
-
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3261
|
-
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3262
|
-
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3263
|
-
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
3264
|
-
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
3265
|
-
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3266
|
-
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
3267
|
-
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
3268
|
-
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
3269
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
3270
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
3271
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
3272
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3273
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3274
|
-
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3275
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3276
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3198
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
3277
3199
|
|
|
3278
3200
|
````text
|
|
3279
|
-
|
|
3201
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
3280
3202
|
|
|
3281
|
-
|
|
3203
|
+
Permission is hereby granted, free of charge, to any
|
|
3204
|
+
person obtaining a copy of this software and associated
|
|
3205
|
+
documentation files (the "Software"), to deal in the
|
|
3206
|
+
Software without restriction, including without
|
|
3207
|
+
limitation the rights to use, copy, modify, merge,
|
|
3208
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3209
|
+
the Software, and to permit persons to whom the Software
|
|
3210
|
+
is furnished to do so, subject to the following
|
|
3211
|
+
conditions:
|
|
3282
3212
|
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3287
|
-
following conditions:
|
|
3213
|
+
The above copyright notice and this permission notice
|
|
3214
|
+
shall be included in all copies or substantial portions
|
|
3215
|
+
of the Software.
|
|
3288
3216
|
|
|
3289
|
-
|
|
3290
|
-
|
|
3217
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3218
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3219
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3220
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3221
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3222
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3223
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3224
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3225
|
+
DEALINGS IN THE SOFTWARE.
|
|
3291
3226
|
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3227
|
+
````
|
|
3228
|
+
|
|
3229
|
+
---
|
|
3230
|
+
|
|
3231
|
+
## The following dependencies are licensed under the MIT License:
|
|
3232
|
+
|
|
3233
|
+
### Rust Crates:
|
|
3234
|
+
|
|
3235
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
3236
|
+
|
|
3237
|
+
````text
|
|
3238
|
+
Copyright (c) 2017 Daniel Abramov
|
|
3239
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3240
|
+
|
|
3241
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3242
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3243
|
+
in the Software without restriction, including without limitation the rights
|
|
3244
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3245
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3246
|
+
furnished to do so, subject to the following conditions:
|
|
3247
|
+
|
|
3248
|
+
The above copyright notice and this permission notice shall be included in
|
|
3249
|
+
all copies or substantial portions of the Software.
|
|
3250
|
+
|
|
3251
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3252
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3253
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3254
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3255
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3256
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3257
|
+
THE SOFTWARE.
|
|
3297
3258
|
|
|
3298
3259
|
````
|
|
3299
3260
|
|
|
@@ -3303,10 +3264,10 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3303
3264
|
|
|
3304
3265
|
### Rust Crates:
|
|
3305
3266
|
|
|
3306
|
-
- [
|
|
3267
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
3307
3268
|
|
|
3308
3269
|
````text
|
|
3309
|
-
Copyright (c)
|
|
3270
|
+
Copyright (c) 2019 Carl Lerche
|
|
3310
3271
|
|
|
3311
3272
|
Permission is hereby granted, free of charge, to any
|
|
3312
3273
|
person obtaining a copy of this software and associated
|
|
@@ -3338,14 +3299,51 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3338
3299
|
|
|
3339
3300
|
## The following dependencies are licensed under the MIT License:
|
|
3340
3301
|
|
|
3302
|
+
### NPM Packages:
|
|
3303
|
+
|
|
3304
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
3305
|
+
|
|
3306
|
+
````text
|
|
3307
|
+
MIT License
|
|
3308
|
+
|
|
3309
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
3310
|
+
|
|
3311
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3312
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3313
|
+
in the Software without restriction, including without limitation the rights
|
|
3314
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3315
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3316
|
+
furnished to do so, subject to the following conditions:
|
|
3317
|
+
|
|
3318
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3319
|
+
copies or substantial portions of the Software.
|
|
3320
|
+
|
|
3321
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3322
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3323
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3324
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3325
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3326
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3327
|
+
SOFTWARE.
|
|
3328
|
+
|
|
3329
|
+
[others]: https://github.com/json5/json5/contributors
|
|
3330
|
+
|
|
3331
|
+
````
|
|
3332
|
+
|
|
3333
|
+
---
|
|
3334
|
+
|
|
3335
|
+
## The following dependencies are licensed under the MIT License:
|
|
3336
|
+
|
|
3341
3337
|
### Rust Crates:
|
|
3342
3338
|
|
|
3343
|
-
- [
|
|
3339
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
3344
3340
|
|
|
3345
3341
|
````text
|
|
3346
3342
|
The MIT License (MIT)
|
|
3347
3343
|
|
|
3348
|
-
Copyright (c) 2015
|
|
3344
|
+
Copyright (c) 2015 Danny Guo
|
|
3345
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3346
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
3349
3347
|
|
|
3350
3348
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3351
3349
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3354,16 +3352,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3354
3352
|
copies of the Software, and to permit persons to whom the Software is
|
|
3355
3353
|
furnished to do so, subject to the following conditions:
|
|
3356
3354
|
|
|
3357
|
-
The above copyright notice and this permission notice shall be included in
|
|
3358
|
-
|
|
3355
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3356
|
+
copies or substantial portions of the Software.
|
|
3359
3357
|
|
|
3360
3358
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3361
3359
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3362
3360
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3363
3361
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3364
3362
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3365
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3366
|
-
|
|
3363
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3364
|
+
SOFTWARE.
|
|
3367
3365
|
|
|
3368
3366
|
````
|
|
3369
3367
|
|
|
@@ -3373,10 +3371,10 @@ THE SOFTWARE.
|
|
|
3373
3371
|
|
|
3374
3372
|
### Rust Crates:
|
|
3375
3373
|
|
|
3376
|
-
- [
|
|
3374
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
3377
3375
|
|
|
3378
3376
|
````text
|
|
3379
|
-
Copyright (c)
|
|
3377
|
+
Copyright (c) 2016--2023
|
|
3380
3378
|
|
|
3381
3379
|
Permission is hereby granted, free of charge, to any
|
|
3382
3380
|
person obtaining a copy of this software and associated
|
|
@@ -3410,19 +3408,45 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3410
3408
|
|
|
3411
3409
|
### Rust Crates:
|
|
3412
3410
|
|
|
3413
|
-
- [
|
|
3414
|
-
- [
|
|
3415
|
-
- [
|
|
3416
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3417
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3418
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3419
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3420
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3421
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3411
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3412
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3413
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3422
3414
|
|
|
3423
3415
|
````text
|
|
3424
|
-
|
|
3425
|
-
|
|
3416
|
+
MIT License
|
|
3417
|
+
|
|
3418
|
+
Copyright (c) 2017 Ted Driggs
|
|
3419
|
+
|
|
3420
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3421
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3422
|
+
in the Software without restriction, including without limitation the rights
|
|
3423
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3424
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3425
|
+
furnished to do so, subject to the following conditions:
|
|
3426
|
+
|
|
3427
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3428
|
+
copies or substantial portions of the Software.
|
|
3429
|
+
|
|
3430
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3431
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3432
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3433
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3434
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3435
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3436
|
+
SOFTWARE.
|
|
3437
|
+
|
|
3438
|
+
````
|
|
3439
|
+
|
|
3440
|
+
---
|
|
3441
|
+
|
|
3442
|
+
## The following dependencies are licensed under the MIT License:
|
|
3443
|
+
|
|
3444
|
+
### Rust Crates:
|
|
3445
|
+
|
|
3446
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
3447
|
+
|
|
3448
|
+
````text
|
|
3449
|
+
Copyright (c) 2017 http-rs authors
|
|
3426
3450
|
|
|
3427
3451
|
Permission is hereby granted, free of charge, to any
|
|
3428
3452
|
person obtaining a copy of this software and associated
|
|
@@ -3456,10 +3480,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3456
3480
|
|
|
3457
3481
|
### Rust Crates:
|
|
3458
3482
|
|
|
3459
|
-
- [
|
|
3483
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
3460
3484
|
|
|
3461
3485
|
````text
|
|
3462
|
-
|
|
3486
|
+
MIT License
|
|
3487
|
+
|
|
3488
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
3489
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
3490
|
+
Copyright (c) 2017 Frommi
|
|
3491
|
+
Copyright (c) 2017-2024 oyvindln
|
|
3492
|
+
|
|
3463
3493
|
|
|
3464
3494
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3465
3495
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3468,17 +3498,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3468
3498
|
copies of the Software, and to permit persons to whom the Software is
|
|
3469
3499
|
furnished to do so, subject to the following conditions:
|
|
3470
3500
|
|
|
3471
|
-
The above copyright notice and this permission notice shall be included in
|
|
3472
|
-
|
|
3501
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3502
|
+
copies or substantial portions of the Software.
|
|
3473
3503
|
|
|
3474
3504
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3475
3505
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3476
3506
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3477
3507
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3478
3508
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3479
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3480
|
-
|
|
3481
|
-
|
|
3509
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3510
|
+
SOFTWARE.
|
|
3482
3511
|
|
|
3483
3512
|
````
|
|
3484
3513
|
|
|
@@ -3488,10 +3517,16 @@ THE SOFTWARE.
|
|
|
3488
3517
|
|
|
3489
3518
|
### Rust Crates:
|
|
3490
3519
|
|
|
3491
|
-
- [
|
|
3520
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
3521
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
3522
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3523
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
3524
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3525
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
3492
3526
|
|
|
3493
3527
|
````text
|
|
3494
|
-
Copyright
|
|
3528
|
+
Copyright 2018 Developers of the Rand project
|
|
3529
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3495
3530
|
|
|
3496
3531
|
Permission is hereby granted, free of charge, to any
|
|
3497
3532
|
person obtaining a copy of this software and associated
|
|
@@ -3525,16 +3560,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3525
3560
|
|
|
3526
3561
|
### Rust Crates:
|
|
3527
3562
|
|
|
3528
|
-
- [
|
|
3563
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
3529
3564
|
|
|
3530
3565
|
````text
|
|
3531
|
-
Copyright
|
|
3566
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
3532
3567
|
|
|
3533
|
-
Permission is hereby granted, free of charge, to any
|
|
3568
|
+
Permission is hereby granted, free of charge, to any
|
|
3569
|
+
person obtaining a copy of this software and associated
|
|
3570
|
+
documentation files (the "Software"), to deal in the
|
|
3571
|
+
Software without restriction, including without
|
|
3572
|
+
limitation the rights to use, copy, modify, merge,
|
|
3573
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3574
|
+
the Software, and to permit persons to whom the Software
|
|
3575
|
+
is furnished to do so, subject to the following
|
|
3576
|
+
conditions:
|
|
3534
3577
|
|
|
3535
|
-
The above copyright notice and this permission notice
|
|
3578
|
+
The above copyright notice and this permission notice
|
|
3579
|
+
shall be included in all copies or substantial portions
|
|
3580
|
+
of the Software.
|
|
3536
3581
|
|
|
3537
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3582
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3583
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3584
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3585
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3586
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3587
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3588
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3589
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3590
|
+
DEALINGS IN THE SOFTWARE.
|
|
3538
3591
|
|
|
3539
3592
|
````
|
|
3540
3593
|
|
|
@@ -3544,17 +3597,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3544
3597
|
|
|
3545
3598
|
### Rust Crates:
|
|
3546
3599
|
|
|
3547
|
-
- [
|
|
3600
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
3601
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
3548
3602
|
|
|
3549
3603
|
````text
|
|
3550
|
-
Copyright (c)
|
|
3551
|
-
|
|
3552
|
-
Includes parts of http date with the following copyright:
|
|
3553
|
-
Copyright (c) 2016 Pyfisch
|
|
3554
|
-
|
|
3555
|
-
Includes portions of musl libc with the following copyright:
|
|
3556
|
-
Copyright © 2005-2013 Rich Felker
|
|
3557
|
-
|
|
3604
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
3558
3605
|
|
|
3559
3606
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3560
3607
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3582,32 +3629,34 @@ SOFTWARE.
|
|
|
3582
3629
|
|
|
3583
3630
|
### Rust Crates:
|
|
3584
3631
|
|
|
3585
|
-
- [
|
|
3586
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3587
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3632
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
3588
3633
|
|
|
3589
3634
|
````text
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
3635
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
3593
3636
|
|
|
3594
|
-
Permission is hereby granted, free of charge, to any
|
|
3595
|
-
of this software and associated
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3637
|
+
Permission is hereby granted, free of charge, to any
|
|
3638
|
+
person obtaining a copy of this software and associated
|
|
3639
|
+
documentation files (the "Software"), to deal in the
|
|
3640
|
+
Software without restriction, including without
|
|
3641
|
+
limitation the rights to use, copy, modify, merge,
|
|
3642
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3643
|
+
the Software, and to permit persons to whom the Software
|
|
3644
|
+
is furnished to do so, subject to the following
|
|
3645
|
+
conditions:
|
|
3600
3646
|
|
|
3601
|
-
The above copyright notice and this permission notice
|
|
3602
|
-
copies or substantial portions
|
|
3647
|
+
The above copyright notice and this permission notice
|
|
3648
|
+
shall be included in all copies or substantial portions
|
|
3649
|
+
of the Software.
|
|
3603
3650
|
|
|
3604
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3605
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3651
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3652
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3653
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3654
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3655
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3656
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3657
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3658
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3659
|
+
DEALINGS IN THE SOFTWARE.
|
|
3611
3660
|
|
|
3612
3661
|
````
|
|
3613
3662
|
|
|
@@ -3617,12 +3666,10 @@ SOFTWARE.
|
|
|
3617
3666
|
|
|
3618
3667
|
### Rust Crates:
|
|
3619
3668
|
|
|
3620
|
-
- [
|
|
3621
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3622
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3669
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
3623
3670
|
|
|
3624
3671
|
````text
|
|
3625
|
-
Copyright (c)
|
|
3672
|
+
Copyright (c) The rust-url developers
|
|
3626
3673
|
|
|
3627
3674
|
Permission is hereby granted, free of charge, to any
|
|
3628
3675
|
person obtaining a copy of this software and associated
|
|
@@ -3656,29 +3703,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3656
3703
|
|
|
3657
3704
|
### Rust Crates:
|
|
3658
3705
|
|
|
3659
|
-
- [
|
|
3706
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
3660
3707
|
|
|
3661
3708
|
````text
|
|
3662
|
-
Copyright (c)
|
|
3663
|
-
Copyright (c) 2016 Jason Housley
|
|
3709
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
3664
3710
|
|
|
3665
|
-
Permission is hereby granted, free of charge, to any
|
|
3666
|
-
of this software and associated
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3711
|
+
Permission is hereby granted, free of charge, to any
|
|
3712
|
+
person obtaining a copy of this software and associated
|
|
3713
|
+
documentation files (the "Software"), to deal in the
|
|
3714
|
+
Software without restriction, including without
|
|
3715
|
+
limitation the rights to use, copy, modify, merge,
|
|
3716
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3717
|
+
the Software, and to permit persons to whom the Software
|
|
3718
|
+
is furnished to do so, subject to the following
|
|
3719
|
+
conditions:
|
|
3671
3720
|
|
|
3672
|
-
The above copyright notice and this permission notice
|
|
3673
|
-
all copies or substantial portions
|
|
3721
|
+
The above copyright notice and this permission notice
|
|
3722
|
+
shall be included in all copies or substantial portions
|
|
3723
|
+
of the Software.
|
|
3674
3724
|
|
|
3675
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3676
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3725
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3726
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3727
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3728
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3729
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3730
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3731
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3732
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3733
|
+
DEALINGS IN THE SOFTWARE.
|
|
3682
3734
|
|
|
3683
3735
|
````
|
|
3684
3736
|
|
|
@@ -3688,30 +3740,35 @@ THE SOFTWARE.
|
|
|
3688
3740
|
|
|
3689
3741
|
### Rust Crates:
|
|
3690
3742
|
|
|
3691
|
-
- [
|
|
3743
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
3692
3744
|
|
|
3693
3745
|
````text
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
3746
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
3747
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3697
3748
|
|
|
3698
|
-
Permission is hereby granted, free of charge, to any
|
|
3699
|
-
of this software and associated
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3749
|
+
Permission is hereby granted, free of charge, to any
|
|
3750
|
+
person obtaining a copy of this software and associated
|
|
3751
|
+
documentation files (the "Software"), to deal in the
|
|
3752
|
+
Software without restriction, including without
|
|
3753
|
+
limitation the rights to use, copy, modify, merge,
|
|
3754
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3755
|
+
the Software, and to permit persons to whom the Software
|
|
3756
|
+
is furnished to do so, subject to the following
|
|
3757
|
+
conditions:
|
|
3704
3758
|
|
|
3705
|
-
The above copyright notice and this permission notice
|
|
3706
|
-
copies or substantial portions
|
|
3759
|
+
The above copyright notice and this permission notice
|
|
3760
|
+
shall be included in all copies or substantial portions
|
|
3761
|
+
of the Software.
|
|
3707
3762
|
|
|
3708
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3709
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3763
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3764
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3765
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3766
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3767
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3768
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3769
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3770
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3771
|
+
DEALINGS IN THE SOFTWARE.
|
|
3715
3772
|
|
|
3716
3773
|
````
|
|
3717
3774
|
|
|
@@ -3721,10 +3778,10 @@ SOFTWARE.
|
|
|
3721
3778
|
|
|
3722
3779
|
### Rust Crates:
|
|
3723
3780
|
|
|
3724
|
-
- [http
|
|
3781
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
3725
3782
|
|
|
3726
3783
|
````text
|
|
3727
|
-
Copyright (c) 2019-
|
|
3784
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
3728
3785
|
|
|
3729
3786
|
Permission is hereby granted, free of charge, to any
|
|
3730
3787
|
person obtaining a copy of this software and associated
|
|
@@ -3758,15 +3815,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3758
3815
|
|
|
3759
3816
|
### Rust Crates:
|
|
3760
3817
|
|
|
3761
|
-
- [
|
|
3762
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
3763
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
3764
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
3765
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
3766
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
3818
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
3767
3819
|
|
|
3768
3820
|
````text
|
|
3769
|
-
Copyright
|
|
3821
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
3770
3822
|
|
|
3771
3823
|
Permission is hereby granted, free of charge, to any
|
|
3772
3824
|
person obtaining a copy of this software and associated
|
|
@@ -3800,108 +3852,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3800
3852
|
|
|
3801
3853
|
### Rust Crates:
|
|
3802
3854
|
|
|
3803
|
-
- [
|
|
3804
|
-
|
|
3805
|
-
````text
|
|
3806
|
-
Copyright (c) 2023-2025 Sean McArthur
|
|
3807
|
-
|
|
3808
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3809
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3810
|
-
in the Software without restriction, including without limitation the rights
|
|
3811
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3812
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3813
|
-
furnished to do so, subject to the following conditions:
|
|
3814
|
-
|
|
3815
|
-
The above copyright notice and this permission notice shall be included in
|
|
3816
|
-
all copies or substantial portions of the Software.
|
|
3817
|
-
|
|
3818
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3819
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3820
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3821
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3822
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3823
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3824
|
-
THE SOFTWARE.
|
|
3825
|
-
|
|
3826
|
-
````
|
|
3827
|
-
|
|
3828
|
-
---
|
|
3829
|
-
|
|
3830
|
-
## The following dependencies are licensed under the MIT License:
|
|
3831
|
-
|
|
3832
|
-
### Rust Crates:
|
|
3833
|
-
|
|
3834
|
-
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
3835
|
-
|
|
3836
|
-
````text
|
|
3837
|
-
Copyright (c) 2017 Sean McArthur
|
|
3838
|
-
|
|
3839
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3840
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3841
|
-
in the Software without restriction, including without limitation the rights
|
|
3842
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3843
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3844
|
-
furnished to do so, subject to the following conditions:
|
|
3845
|
-
|
|
3846
|
-
The above copyright notice and this permission notice shall be included in
|
|
3847
|
-
all copies or substantial portions of the Software.
|
|
3848
|
-
|
|
3849
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3850
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3851
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3852
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3853
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3854
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3855
|
-
THE SOFTWARE.
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
````
|
|
3859
|
-
|
|
3860
|
-
---
|
|
3861
|
-
|
|
3862
|
-
## The following dependencies are licensed under the MIT License:
|
|
3863
|
-
|
|
3864
|
-
### Rust Crates:
|
|
3865
|
-
|
|
3866
|
-
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
3867
|
-
|
|
3868
|
-
````text
|
|
3869
|
-
Copyright (c) 2018-2023 Sean McArthur
|
|
3870
|
-
Copyright (c) 2016 Alex Crichton
|
|
3871
|
-
|
|
3872
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3873
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3874
|
-
in the Software without restriction, including without limitation the rights
|
|
3875
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3876
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3877
|
-
furnished to do so, subject to the following conditions:
|
|
3878
|
-
|
|
3879
|
-
The above copyright notice and this permission notice shall be included in
|
|
3880
|
-
all copies or substantial portions of the Software.
|
|
3881
|
-
|
|
3882
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3883
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3884
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3885
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3886
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3887
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3888
|
-
THE SOFTWARE.
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
|
-
````
|
|
3892
|
-
|
|
3893
|
-
---
|
|
3894
|
-
|
|
3895
|
-
## The following dependencies are licensed under the MIT License:
|
|
3896
|
-
|
|
3897
|
-
### Rust Crates:
|
|
3898
|
-
|
|
3899
|
-
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
3855
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
3900
3856
|
|
|
3901
3857
|
````text
|
|
3902
3858
|
MIT License
|
|
3903
3859
|
|
|
3904
|
-
Copyright (c) 2018
|
|
3860
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
3905
3861
|
|
|
3906
3862
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3907
3863
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3929,45 +3885,10 @@ SOFTWARE.
|
|
|
3929
3885
|
|
|
3930
3886
|
### Rust Crates:
|
|
3931
3887
|
|
|
3932
|
-
- [
|
|
3933
|
-
|
|
3934
|
-
````text
|
|
3935
|
-
The MIT License (MIT)
|
|
3936
|
-
|
|
3937
|
-
Copyright (c) 2016 Johann Tuffe
|
|
3938
|
-
|
|
3939
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3940
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3941
|
-
in the Software without restriction, including without limitation the rights
|
|
3942
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3943
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3944
|
-
furnished to do so, subject to the following conditions:
|
|
3945
|
-
|
|
3946
|
-
|
|
3947
|
-
The above copyright notice and this permission notice shall be included in
|
|
3948
|
-
all copies or substantial portions of the Software.
|
|
3949
|
-
|
|
3950
|
-
|
|
3951
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3952
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3953
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3954
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3955
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3956
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3957
|
-
THE SOFTWARE.
|
|
3958
|
-
|
|
3959
|
-
````
|
|
3960
|
-
|
|
3961
|
-
---
|
|
3962
|
-
|
|
3963
|
-
## The following dependencies are licensed under the MIT License:
|
|
3964
|
-
|
|
3965
|
-
### Rust Crates:
|
|
3966
|
-
|
|
3967
|
-
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
3888
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
3968
3889
|
|
|
3969
3890
|
````text
|
|
3970
|
-
Copyright (c)
|
|
3891
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
3971
3892
|
|
|
3972
3893
|
Permission is hereby granted, free of charge, to any
|
|
3973
3894
|
person obtaining a copy of this software and associated
|
|
@@ -4001,41 +3922,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4001
3922
|
|
|
4002
3923
|
### Rust Crates:
|
|
4003
3924
|
|
|
4004
|
-
- [
|
|
4005
|
-
|
|
4006
|
-
````text
|
|
4007
|
-
Copyright (c) 2019 Eliza Weisman
|
|
4008
|
-
|
|
4009
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4010
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4011
|
-
in the Software without restriction, including without limitation the rights
|
|
4012
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4013
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4014
|
-
furnished to do so, subject to the following conditions:
|
|
4015
|
-
|
|
4016
|
-
The above copyright notice and this permission notice shall be included in
|
|
4017
|
-
all copies or substantial portions of the Software.
|
|
4018
|
-
|
|
4019
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4020
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4021
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4022
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4023
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4024
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4025
|
-
THE SOFTWARE.
|
|
4026
|
-
|
|
4027
|
-
````
|
|
4028
|
-
|
|
4029
|
-
---
|
|
4030
|
-
|
|
4031
|
-
## The following dependencies are licensed under the MIT License:
|
|
4032
|
-
|
|
4033
|
-
### Rust Crates:
|
|
4034
|
-
|
|
4035
|
-
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
3925
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
4036
3926
|
|
|
4037
3927
|
````text
|
|
4038
|
-
Copyright (c) 2018-
|
|
3928
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
4039
3929
|
Copyright (c) 2014 The Rust Project Developers
|
|
4040
3930
|
|
|
4041
3931
|
Permission is hereby granted, free of charge, to any
|
|
@@ -4451,35 +4341,30 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4451
4341
|
|
|
4452
4342
|
---
|
|
4453
4343
|
|
|
4344
|
+
## The following dependencies are licensed under the UNKNOWN License:
|
|
4345
|
+
|
|
4346
|
+
### NPM Packages:
|
|
4347
|
+
|
|
4348
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.6) (0.0.6)
|
|
4349
|
+
|
|
4350
|
+
````text
|
|
4351
|
+
Please refer to the package README for license details.
|
|
4352
|
+
````
|
|
4353
|
+
|
|
4354
|
+
---
|
|
4355
|
+
|
|
4454
4356
|
## The following dependencies are licensed under the Unicode-3.0 License:
|
|
4455
4357
|
|
|
4456
4358
|
### Rust Crates:
|
|
4457
4359
|
|
|
4458
|
-
- [
|
|
4459
|
-
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4460
|
-
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4461
|
-
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4462
|
-
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4463
|
-
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4464
|
-
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4465
|
-
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4466
|
-
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4467
|
-
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4468
|
-
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4469
|
-
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4470
|
-
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4471
|
-
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4472
|
-
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4473
|
-
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4474
|
-
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4475
|
-
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4360
|
+
- [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
|
|
4476
4361
|
|
|
4477
4362
|
````text
|
|
4478
4363
|
UNICODE LICENSE V3
|
|
4479
4364
|
|
|
4480
4365
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4481
4366
|
|
|
4482
|
-
Copyright ©
|
|
4367
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
4483
4368
|
|
|
4484
4369
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4485
4370
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4515,13 +4400,6 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4515
4400
|
dealings in these Data Files or Software without prior written
|
|
4516
4401
|
authorization of the copyright holder.
|
|
4517
4402
|
|
|
4518
|
-
SPDX-License-Identifier: Unicode-3.0
|
|
4519
|
-
|
|
4520
|
-
—
|
|
4521
|
-
|
|
4522
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4523
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4524
|
-
|
|
4525
4403
|
````
|
|
4526
4404
|
|
|
4527
4405
|
---
|
|
@@ -4530,14 +4408,31 @@ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation a
|
|
|
4530
4408
|
|
|
4531
4409
|
### Rust Crates:
|
|
4532
4410
|
|
|
4533
|
-
- [
|
|
4411
|
+
- [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4412
|
+
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4413
|
+
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4414
|
+
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4415
|
+
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4416
|
+
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4417
|
+
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4418
|
+
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4419
|
+
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4420
|
+
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4421
|
+
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4422
|
+
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4423
|
+
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4424
|
+
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4425
|
+
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4426
|
+
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4427
|
+
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4428
|
+
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4534
4429
|
|
|
4535
4430
|
````text
|
|
4536
4431
|
UNICODE LICENSE V3
|
|
4537
4432
|
|
|
4538
4433
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4539
4434
|
|
|
4540
|
-
Copyright ©
|
|
4435
|
+
Copyright © 2020-2024 Unicode, Inc.
|
|
4541
4436
|
|
|
4542
4437
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4543
4438
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4573,5 +4468,12 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4573
4468
|
dealings in these Data Files or Software without prior written
|
|
4574
4469
|
authorization of the copyright holder.
|
|
4575
4470
|
|
|
4471
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
4472
|
+
|
|
4473
|
+
—
|
|
4474
|
+
|
|
4475
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4476
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4477
|
+
|
|
4576
4478
|
````
|
|
4577
4479
|
|