@deveco-codegenie/mcp-darwin-arm64 1.1.2 → 1.1.3
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/THIRD_PARTY_LICENSES.md +1314 -1412
- package/bin/codegenie-mcp-server +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -1,21 +1,45 @@
|
|
|
1
1
|
# SUMMARY
|
|
2
2
|
|
|
3
|
-
**Total Dependencies:**
|
|
3
|
+
**Total Dependencies:** 208
|
|
4
4
|
|
|
5
5
|
- **Rust Crates:** 197 *(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: 176
|
|
11
11
|
- Unicode-3.0: 19
|
|
12
12
|
- Apache-2.0: 7
|
|
13
13
|
- 0BSD: 3
|
|
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
|
+
---
|
|
20
|
+
|
|
21
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
22
|
+
|
|
23
|
+
### Rust Crates:
|
|
24
|
+
|
|
25
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
26
|
+
|
|
27
|
+
````text
|
|
28
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
29
|
+
|
|
30
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
31
|
+
any purpose with or without fee is hereby granted.
|
|
32
|
+
|
|
33
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
34
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
35
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
36
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
37
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
38
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
39
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
40
|
+
|
|
41
|
+
````
|
|
42
|
+
|
|
19
43
|
---
|
|
20
44
|
|
|
21
45
|
## The following dependencies are licensed under the 0BSD License:
|
|
@@ -70,30 +94,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
70
94
|
|
|
71
95
|
---
|
|
72
96
|
|
|
73
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
74
|
-
|
|
75
|
-
### Rust Crates:
|
|
76
|
-
|
|
77
|
-
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
78
|
-
|
|
79
|
-
````text
|
|
80
|
-
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
81
|
-
|
|
82
|
-
Permission to use, copy, modify, and/or distribute this software for
|
|
83
|
-
any purpose with or without fee is hereby granted.
|
|
84
|
-
|
|
85
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
86
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
87
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
88
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
89
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
90
|
-
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
91
|
-
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
92
|
-
|
|
93
|
-
````
|
|
94
|
-
|
|
95
|
-
---
|
|
96
|
-
|
|
97
97
|
## The following dependencies are licensed under the Apache-2.0 License:
|
|
98
98
|
|
|
99
99
|
### Rust Crates:
|
|
@@ -313,93 +313,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
313
313
|
|
|
314
314
|
### Rust Crates:
|
|
315
315
|
|
|
316
|
-
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
317
|
-
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
318
|
-
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
319
|
-
|
|
320
|
-
````text
|
|
321
|
-
Apache License
|
|
322
|
-
Version 2.0, January 2004
|
|
323
|
-
http://www.apache.org/licenses/
|
|
324
|
-
|
|
325
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
326
|
-
|
|
327
|
-
1. Definitions.
|
|
328
|
-
|
|
329
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
330
|
-
|
|
331
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
332
|
-
|
|
333
|
-
"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.
|
|
334
|
-
|
|
335
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
336
|
-
|
|
337
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
338
|
-
|
|
339
|
-
"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.
|
|
340
|
-
|
|
341
|
-
"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).
|
|
342
|
-
|
|
343
|
-
"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.
|
|
344
|
-
|
|
345
|
-
"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."
|
|
346
|
-
|
|
347
|
-
"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.
|
|
348
|
-
|
|
349
|
-
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.
|
|
350
|
-
|
|
351
|
-
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.
|
|
352
|
-
|
|
353
|
-
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:
|
|
354
|
-
|
|
355
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
356
|
-
|
|
357
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
358
|
-
|
|
359
|
-
(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
|
|
360
|
-
|
|
361
|
-
(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.
|
|
362
|
-
|
|
363
|
-
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.
|
|
364
|
-
|
|
365
|
-
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.
|
|
366
|
-
|
|
367
|
-
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.
|
|
368
|
-
|
|
369
|
-
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.
|
|
370
|
-
|
|
371
|
-
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.
|
|
372
|
-
|
|
373
|
-
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.
|
|
374
|
-
|
|
375
|
-
END OF TERMS AND CONDITIONS
|
|
376
|
-
|
|
377
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
378
|
-
|
|
379
|
-
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.
|
|
380
|
-
|
|
381
|
-
Copyright [yyyy] [name of copyright owner]
|
|
382
|
-
|
|
383
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
384
|
-
you may not use this file except in compliance with the License.
|
|
385
|
-
You may obtain a copy of the License at
|
|
386
|
-
|
|
387
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
388
|
-
|
|
389
|
-
Unless required by applicable law or agreed to in writing, software
|
|
390
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
391
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
392
|
-
See the License for the specific language governing permissions and
|
|
393
|
-
limitations under the License.
|
|
394
|
-
|
|
395
|
-
````
|
|
396
|
-
|
|
397
|
-
---
|
|
398
|
-
|
|
399
|
-
## The following dependencies are licensed under the Apache-2.0 License:
|
|
400
|
-
|
|
401
|
-
### Rust Crates:
|
|
402
|
-
|
|
403
316
|
- [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
|
|
404
317
|
|
|
405
318
|
````text
|
|
@@ -609,38 +522,88 @@ limitations under the License.
|
|
|
609
522
|
|
|
610
523
|
---
|
|
611
524
|
|
|
612
|
-
## The following dependencies are licensed under the
|
|
525
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
613
526
|
|
|
614
|
-
###
|
|
527
|
+
### Rust Crates:
|
|
615
528
|
|
|
616
|
-
- [
|
|
529
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
530
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
531
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
617
532
|
|
|
618
533
|
````text
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
1.
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
534
|
+
Apache License
|
|
535
|
+
Version 2.0, January 2004
|
|
536
|
+
http://www.apache.org/licenses/
|
|
537
|
+
|
|
538
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
539
|
+
|
|
540
|
+
1. Definitions.
|
|
541
|
+
|
|
542
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
543
|
+
|
|
544
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
545
|
+
|
|
546
|
+
"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.
|
|
547
|
+
|
|
548
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
549
|
+
|
|
550
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
551
|
+
|
|
552
|
+
"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.
|
|
553
|
+
|
|
554
|
+
"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).
|
|
555
|
+
|
|
556
|
+
"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.
|
|
557
|
+
|
|
558
|
+
"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."
|
|
559
|
+
|
|
560
|
+
"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.
|
|
561
|
+
|
|
562
|
+
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.
|
|
563
|
+
|
|
564
|
+
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.
|
|
565
|
+
|
|
566
|
+
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:
|
|
567
|
+
|
|
568
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
569
|
+
|
|
570
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
571
|
+
|
|
572
|
+
(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
|
|
573
|
+
|
|
574
|
+
(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.
|
|
575
|
+
|
|
576
|
+
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.
|
|
577
|
+
|
|
578
|
+
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.
|
|
579
|
+
|
|
580
|
+
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.
|
|
581
|
+
|
|
582
|
+
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.
|
|
583
|
+
|
|
584
|
+
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.
|
|
585
|
+
|
|
586
|
+
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.
|
|
587
|
+
|
|
588
|
+
END OF TERMS AND CONDITIONS
|
|
589
|
+
|
|
590
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
591
|
+
|
|
592
|
+
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.
|
|
593
|
+
|
|
594
|
+
Copyright [yyyy] [name of copyright owner]
|
|
595
|
+
|
|
596
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
597
|
+
you may not use this file except in compliance with the License.
|
|
598
|
+
You may obtain a copy of the License at
|
|
599
|
+
|
|
600
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
601
|
+
|
|
602
|
+
Unless required by applicable law or agreed to in writing, software
|
|
603
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
604
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
605
|
+
See the License for the specific language governing permissions and
|
|
606
|
+
limitations under the License.
|
|
644
607
|
|
|
645
608
|
````
|
|
646
609
|
|
|
@@ -650,15 +613,13 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
650
613
|
|
|
651
614
|
### NPM Packages:
|
|
652
615
|
|
|
653
|
-
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.
|
|
616
|
+
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.2)
|
|
654
617
|
|
|
655
618
|
````text
|
|
656
619
|
Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
|
|
657
|
-
Copyright (c) 2021-present The Fastify team
|
|
620
|
+
Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
|
|
658
621
|
All rights reserved.
|
|
659
622
|
|
|
660
|
-
The Fastify team members are listed at https://github.com/fastify/fastify#team.
|
|
661
|
-
|
|
662
623
|
Redistribution and use in source and binary forms, with or without
|
|
663
624
|
modification, are permitted provided that the following conditions are met:
|
|
664
625
|
* Redistributions of source code must retain the above copyright
|
|
@@ -689,40 +650,20 @@ The complete list of contributors can be found at:
|
|
|
689
650
|
|
|
690
651
|
---
|
|
691
652
|
|
|
692
|
-
## The following dependencies are licensed under the
|
|
693
|
-
|
|
694
|
-
### NPM Packages:
|
|
695
|
-
|
|
696
|
-
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.3) (0.0.3)
|
|
697
|
-
|
|
698
|
-
````text
|
|
699
|
-
Please refer to the package README for license details.
|
|
700
|
-
````
|
|
701
|
-
|
|
702
|
-
---
|
|
703
|
-
|
|
704
|
-
## The following dependencies are licensed under the ISC License:
|
|
653
|
+
## The following dependencies are licensed under the MIT License:
|
|
705
654
|
|
|
706
|
-
###
|
|
655
|
+
### Rust Crates:
|
|
707
656
|
|
|
708
|
-
- [
|
|
657
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
709
658
|
|
|
710
659
|
````text
|
|
711
|
-
|
|
660
|
+
Copyright 2016 Nika Layzell
|
|
712
661
|
|
|
713
|
-
|
|
662
|
+
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:
|
|
714
663
|
|
|
715
|
-
|
|
716
|
-
with or without fee is hereby granted, provided that the above copyright notice
|
|
717
|
-
and this permission notice appear in all copies.
|
|
664
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
718
665
|
|
|
719
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE
|
|
720
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
721
|
-
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
722
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
723
|
-
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
724
|
-
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
725
|
-
THIS SOFTWARE.
|
|
666
|
+
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.
|
|
726
667
|
|
|
727
668
|
````
|
|
728
669
|
|
|
@@ -732,253 +673,14 @@ THIS SOFTWARE.
|
|
|
732
673
|
|
|
733
674
|
### Rust Crates:
|
|
734
675
|
|
|
735
|
-
- [
|
|
736
|
-
- [
|
|
737
|
-
- [
|
|
738
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
676
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
677
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
678
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
739
679
|
|
|
740
680
|
````text
|
|
741
|
-
|
|
681
|
+
MIT License
|
|
742
682
|
|
|
743
|
-
Copyright (c)
|
|
744
|
-
|
|
745
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
746
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
747
|
-
in the Software without restriction, including without limitation the rights
|
|
748
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
749
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
750
|
-
furnished to do so, subject to the following conditions:
|
|
751
|
-
|
|
752
|
-
The above copyright notice and this permission notice shall be included in
|
|
753
|
-
all copies or substantial portions of the Software.
|
|
754
|
-
|
|
755
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
756
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
757
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
758
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
759
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
760
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
761
|
-
THE SOFTWARE.
|
|
762
|
-
|
|
763
|
-
````
|
|
764
|
-
|
|
765
|
-
---
|
|
766
|
-
|
|
767
|
-
## The following dependencies are licensed under the MIT License:
|
|
768
|
-
|
|
769
|
-
### Rust Crates:
|
|
770
|
-
|
|
771
|
-
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
772
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
773
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
774
|
-
|
|
775
|
-
````text
|
|
776
|
-
Copyright (c) 2013-2025 The rust-url developers
|
|
777
|
-
|
|
778
|
-
Permission is hereby granted, free of charge, to any
|
|
779
|
-
person obtaining a copy of this software and associated
|
|
780
|
-
documentation files (the "Software"), to deal in the
|
|
781
|
-
Software without restriction, including without
|
|
782
|
-
limitation the rights to use, copy, modify, merge,
|
|
783
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
784
|
-
the Software, and to permit persons to whom the Software
|
|
785
|
-
is furnished to do so, subject to the following
|
|
786
|
-
conditions:
|
|
787
|
-
|
|
788
|
-
The above copyright notice and this permission notice
|
|
789
|
-
shall be included in all copies or substantial portions
|
|
790
|
-
of the Software.
|
|
791
|
-
|
|
792
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
793
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
794
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
795
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
796
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
797
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
798
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
799
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
800
|
-
DEALINGS IN THE SOFTWARE.
|
|
801
|
-
|
|
802
|
-
````
|
|
803
|
-
|
|
804
|
-
---
|
|
805
|
-
|
|
806
|
-
## The following dependencies are licensed under the MIT License:
|
|
807
|
-
|
|
808
|
-
### Rust Crates:
|
|
809
|
-
|
|
810
|
-
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
811
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
812
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
813
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
814
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
815
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
816
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
817
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
818
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
819
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
820
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
821
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
822
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
823
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
824
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
825
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
826
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
827
|
-
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
828
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
829
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
830
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
831
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
832
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
833
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
834
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
835
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
836
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
837
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
838
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
839
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
840
|
-
|
|
841
|
-
````text
|
|
842
|
-
Permission is hereby granted, free of charge, to any
|
|
843
|
-
person obtaining a copy of this software and associated
|
|
844
|
-
documentation files (the "Software"), to deal in the
|
|
845
|
-
Software without restriction, including without
|
|
846
|
-
limitation the rights to use, copy, modify, merge,
|
|
847
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
848
|
-
the Software, and to permit persons to whom the Software
|
|
849
|
-
is furnished to do so, subject to the following
|
|
850
|
-
conditions:
|
|
851
|
-
|
|
852
|
-
The above copyright notice and this permission notice
|
|
853
|
-
shall be included in all copies or substantial portions
|
|
854
|
-
of the Software.
|
|
855
|
-
|
|
856
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
857
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
858
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
859
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
860
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
861
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
862
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
863
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
864
|
-
DEALINGS IN THE SOFTWARE.
|
|
865
|
-
|
|
866
|
-
````
|
|
867
|
-
|
|
868
|
-
---
|
|
869
|
-
|
|
870
|
-
## The following dependencies are licensed under the MIT License:
|
|
871
|
-
|
|
872
|
-
### Rust Crates:
|
|
873
|
-
|
|
874
|
-
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
875
|
-
|
|
876
|
-
````text
|
|
877
|
-
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
878
|
-
|
|
879
|
-
Permission is hereby granted, free of charge, to any
|
|
880
|
-
person obtaining a copy of this software and associated
|
|
881
|
-
documentation files (the "Software"), to deal in the
|
|
882
|
-
Software without restriction, including without
|
|
883
|
-
limitation the rights to use, copy, modify, merge,
|
|
884
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
885
|
-
the Software, and to permit persons to whom the Software
|
|
886
|
-
is furnished to do so, subject to the following
|
|
887
|
-
conditions:
|
|
888
|
-
|
|
889
|
-
The above copyright notice and this permission notice
|
|
890
|
-
shall be included in all copies or substantial portions
|
|
891
|
-
of the Software.
|
|
892
|
-
|
|
893
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
894
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
895
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
896
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
897
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
898
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
899
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
900
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
901
|
-
DEALINGS IN THE SOFTWARE.
|
|
902
|
-
|
|
903
|
-
````
|
|
904
|
-
|
|
905
|
-
---
|
|
906
|
-
|
|
907
|
-
## The following dependencies are licensed under the MIT License:
|
|
908
|
-
|
|
909
|
-
### Rust Crates:
|
|
910
|
-
|
|
911
|
-
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
912
|
-
|
|
913
|
-
````text
|
|
914
|
-
Copyright (c) 2023-2025 Sean McArthur
|
|
915
|
-
|
|
916
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
917
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
918
|
-
in the Software without restriction, including without limitation the rights
|
|
919
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
920
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
921
|
-
furnished to do so, subject to the following conditions:
|
|
922
|
-
|
|
923
|
-
The above copyright notice and this permission notice shall be included in
|
|
924
|
-
all copies or substantial portions of the Software.
|
|
925
|
-
|
|
926
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
927
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
928
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
929
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
930
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
931
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
932
|
-
THE SOFTWARE.
|
|
933
|
-
|
|
934
|
-
````
|
|
935
|
-
|
|
936
|
-
---
|
|
937
|
-
|
|
938
|
-
## The following dependencies are licensed under the MIT License:
|
|
939
|
-
|
|
940
|
-
### Rust Crates:
|
|
941
|
-
|
|
942
|
-
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
943
|
-
|
|
944
|
-
````text
|
|
945
|
-
The MIT License (MIT)
|
|
946
|
-
|
|
947
|
-
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
948
|
-
|
|
949
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
950
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
951
|
-
in the Software without restriction, including without limitation the rights
|
|
952
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
953
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
954
|
-
furnished to do so, subject to the following conditions:
|
|
955
|
-
|
|
956
|
-
The above copyright notice and this permission notice shall be included in
|
|
957
|
-
all copies or substantial portions of the Software.
|
|
958
|
-
|
|
959
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
960
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
961
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
962
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
963
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
964
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
965
|
-
THE SOFTWARE.
|
|
966
|
-
|
|
967
|
-
````
|
|
968
|
-
|
|
969
|
-
---
|
|
970
|
-
|
|
971
|
-
## The following dependencies are licensed under the MIT License:
|
|
972
|
-
|
|
973
|
-
### Rust Crates:
|
|
974
|
-
|
|
975
|
-
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
976
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
977
|
-
|
|
978
|
-
````text
|
|
979
|
-
MIT License
|
|
980
|
-
|
|
981
|
-
Copyright (c) 2019 Graham Esau
|
|
683
|
+
Copyright (c) Tokio Contributors
|
|
982
684
|
|
|
983
685
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
984
686
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1006,137 +708,30 @@ SOFTWARE.
|
|
|
1006
708
|
|
|
1007
709
|
### Rust Crates:
|
|
1008
710
|
|
|
1009
|
-
- [
|
|
1010
|
-
- [
|
|
711
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
712
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
1011
713
|
|
|
1012
714
|
````text
|
|
1013
715
|
The MIT License (MIT)
|
|
1014
716
|
|
|
1015
|
-
Copyright
|
|
1016
|
-
|
|
1017
|
-
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:
|
|
1018
|
-
|
|
1019
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1020
|
-
|
|
1021
|
-
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.
|
|
1022
|
-
|
|
1023
|
-
````
|
|
1024
|
-
|
|
1025
|
-
---
|
|
1026
|
-
|
|
1027
|
-
## The following dependencies are licensed under the MIT License:
|
|
1028
|
-
|
|
1029
|
-
### Rust Crates:
|
|
1030
|
-
|
|
1031
|
-
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
1032
|
-
|
|
1033
|
-
````text
|
|
1034
|
-
Copyright 2017 Juniper Networks, Inc.
|
|
1035
|
-
|
|
1036
|
-
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:
|
|
1037
|
-
|
|
1038
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1039
|
-
|
|
1040
|
-
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.
|
|
1041
|
-
|
|
1042
|
-
````
|
|
1043
|
-
|
|
1044
|
-
---
|
|
1045
|
-
|
|
1046
|
-
## The following dependencies are licensed under the MIT License:
|
|
1047
|
-
|
|
1048
|
-
### Rust Crates:
|
|
1049
|
-
|
|
1050
|
-
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
1051
|
-
|
|
1052
|
-
````text
|
|
1053
|
-
Copyright (c) 2014 Chris Wong
|
|
1054
|
-
|
|
1055
|
-
Permission is hereby granted, free of charge, to any
|
|
1056
|
-
person obtaining a copy of this software and associated
|
|
1057
|
-
documentation files (the "Software"), to deal in the
|
|
1058
|
-
Software without restriction, including without
|
|
1059
|
-
limitation the rights to use, copy, modify, merge,
|
|
1060
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1061
|
-
the Software, and to permit persons to whom the Software
|
|
1062
|
-
is furnished to do so, subject to the following
|
|
1063
|
-
conditions:
|
|
1064
|
-
|
|
1065
|
-
The above copyright notice and this permission notice
|
|
1066
|
-
shall be included in all copies or substantial portions
|
|
1067
|
-
of the Software.
|
|
1068
|
-
|
|
1069
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1070
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1071
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1072
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1073
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1074
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1075
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1076
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1077
|
-
DEALINGS IN THE SOFTWARE.
|
|
1078
|
-
|
|
1079
|
-
````
|
|
1080
|
-
|
|
1081
|
-
---
|
|
1082
|
-
|
|
1083
|
-
## The following dependencies are licensed under the MIT License:
|
|
1084
|
-
|
|
1085
|
-
### Rust Crates:
|
|
1086
|
-
|
|
1087
|
-
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
1088
|
-
|
|
1089
|
-
````text
|
|
1090
|
-
Copyright (c) 2018 directories-rs contributors
|
|
1091
|
-
|
|
1092
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1093
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1094
|
-
in the Software without restriction, including without limitation the rights
|
|
1095
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1096
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1097
|
-
furnished to do so, subject to the following conditions:
|
|
1098
|
-
|
|
1099
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1100
|
-
copies or substantial portions of the Software.
|
|
1101
|
-
|
|
1102
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1103
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1104
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1105
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1106
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1107
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1108
|
-
SOFTWARE.
|
|
1109
|
-
|
|
1110
|
-
````
|
|
1111
|
-
|
|
1112
|
-
---
|
|
1113
|
-
|
|
1114
|
-
## The following dependencies are licensed under the MIT License:
|
|
1115
|
-
|
|
1116
|
-
### Rust Crates:
|
|
1117
|
-
|
|
1118
|
-
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
1119
|
-
|
|
1120
|
-
````text
|
|
1121
|
-
Copyright (c) 2016 The rust-native-tls Developers
|
|
717
|
+
Copyright (c) 2015 Steven Fackler
|
|
1122
718
|
|
|
1123
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
719
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
720
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
721
|
+
the Software without restriction, including without limitation the rights to
|
|
722
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
723
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
724
|
+
subject to the following conditions:
|
|
1129
725
|
|
|
1130
726
|
The above copyright notice and this permission notice shall be included in all
|
|
1131
727
|
copies or substantial portions of the Software.
|
|
1132
728
|
|
|
1133
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1134
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
SOFTWARE.
|
|
729
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
730
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
731
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
732
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
733
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
734
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1140
735
|
|
|
1141
736
|
````
|
|
1142
737
|
|
|
@@ -1146,10 +741,13 @@ SOFTWARE.
|
|
|
1146
741
|
|
|
1147
742
|
### Rust Crates:
|
|
1148
743
|
|
|
1149
|
-
- [
|
|
744
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
1150
745
|
|
|
1151
746
|
````text
|
|
1152
|
-
|
|
747
|
+
MIT License
|
|
748
|
+
|
|
749
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
750
|
+
Copyright (c) Tokio Contributors
|
|
1153
751
|
|
|
1154
752
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1155
753
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1158,16 +756,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1158
756
|
copies of the Software, and to permit persons to whom the Software is
|
|
1159
757
|
furnished to do so, subject to the following conditions:
|
|
1160
758
|
|
|
1161
|
-
The above copyright notice and this permission notice shall be included in
|
|
1162
|
-
|
|
759
|
+
The above copyright notice and this permission notice shall be included in all
|
|
760
|
+
copies or substantial portions of the Software.
|
|
1163
761
|
|
|
1164
762
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1165
763
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1166
764
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1167
765
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1168
766
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1169
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1170
|
-
|
|
767
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
768
|
+
SOFTWARE.
|
|
1171
769
|
|
|
1172
770
|
````
|
|
1173
771
|
|
|
@@ -1177,11 +775,10 @@ THE SOFTWARE.
|
|
|
1177
775
|
|
|
1178
776
|
### Rust Crates:
|
|
1179
777
|
|
|
1180
|
-
- [
|
|
778
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
1181
779
|
|
|
1182
780
|
````text
|
|
1183
|
-
Copyright (c)
|
|
1184
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
781
|
+
Copyright (c) 2016--2023
|
|
1185
782
|
|
|
1186
783
|
Permission is hereby granted, free of charge, to any
|
|
1187
784
|
person obtaining a copy of this software and associated
|
|
@@ -1215,42 +812,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1215
812
|
|
|
1216
813
|
### Rust Crates:
|
|
1217
814
|
|
|
1218
|
-
- [
|
|
1219
|
-
|
|
1220
|
-
````text
|
|
1221
|
-
Copyright (c) 2016-2025 Sean McArthur
|
|
1222
|
-
|
|
1223
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1224
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1225
|
-
in the Software without restriction, including without limitation the rights
|
|
1226
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1227
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1228
|
-
furnished to do so, subject to the following conditions:
|
|
1229
|
-
|
|
1230
|
-
The above copyright notice and this permission notice shall be included in
|
|
1231
|
-
all copies or substantial portions of the Software.
|
|
1232
|
-
|
|
1233
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1234
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1235
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1236
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1237
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1238
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1239
|
-
THE SOFTWARE.
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
````
|
|
1243
|
-
|
|
1244
|
-
---
|
|
1245
|
-
|
|
1246
|
-
## The following dependencies are licensed under the MIT License:
|
|
1247
|
-
|
|
1248
|
-
### Rust Crates:
|
|
1249
|
-
|
|
1250
|
-
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
815
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
1251
816
|
|
|
1252
817
|
````text
|
|
1253
|
-
Copyright (c)
|
|
818
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
1254
819
|
|
|
1255
820
|
Permission is hereby granted, free of charge, to any
|
|
1256
821
|
person obtaining a copy of this software and associated
|
|
@@ -1284,30 +849,39 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1284
849
|
|
|
1285
850
|
### Rust Crates:
|
|
1286
851
|
|
|
1287
|
-
- [
|
|
1288
|
-
- [
|
|
852
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
853
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
854
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
855
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
856
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
857
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
1289
858
|
|
|
1290
859
|
````text
|
|
1291
|
-
The
|
|
1292
|
-
|
|
1293
|
-
Copyright (c) 2015 Steven Fackler
|
|
860
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1294
861
|
|
|
1295
|
-
Permission is hereby granted, free of charge, to any
|
|
1296
|
-
|
|
1297
|
-
the Software
|
|
1298
|
-
|
|
1299
|
-
the
|
|
1300
|
-
|
|
862
|
+
Permission is hereby granted, free of charge, to any
|
|
863
|
+
person obtaining a copy of this software and associated
|
|
864
|
+
documentation files (the "Software"), to deal in the
|
|
865
|
+
Software without restriction, including without
|
|
866
|
+
limitation the rights to use, copy, modify, merge,
|
|
867
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
868
|
+
the Software, and to permit persons to whom the Software
|
|
869
|
+
is furnished to do so, subject to the following
|
|
870
|
+
conditions:
|
|
1301
871
|
|
|
1302
|
-
The above copyright notice and this permission notice
|
|
1303
|
-
copies or substantial portions
|
|
872
|
+
The above copyright notice and this permission notice
|
|
873
|
+
shall be included in all copies or substantial portions
|
|
874
|
+
of the Software.
|
|
1304
875
|
|
|
1305
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1306
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
876
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
877
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
878
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
879
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
880
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
881
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
882
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
883
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
884
|
+
DEALINGS IN THE SOFTWARE.
|
|
1311
885
|
|
|
1312
886
|
````
|
|
1313
887
|
|
|
@@ -1317,30 +891,43 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1317
891
|
|
|
1318
892
|
### Rust Crates:
|
|
1319
893
|
|
|
1320
|
-
- [
|
|
894
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
895
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
896
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
897
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
898
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
899
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
900
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
901
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
902
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1321
903
|
|
|
1322
904
|
````text
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
905
|
+
Copyright (c) 2016 Alex Crichton
|
|
906
|
+
Copyright (c) 2017 The Tokio Authors
|
|
1326
907
|
|
|
1327
|
-
Permission is hereby granted, free of charge, to any
|
|
1328
|
-
of this software and associated
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
908
|
+
Permission is hereby granted, free of charge, to any
|
|
909
|
+
person obtaining a copy of this software and associated
|
|
910
|
+
documentation files (the "Software"), to deal in the
|
|
911
|
+
Software without restriction, including without
|
|
912
|
+
limitation the rights to use, copy, modify, merge,
|
|
913
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
914
|
+
the Software, and to permit persons to whom the Software
|
|
915
|
+
is furnished to do so, subject to the following
|
|
916
|
+
conditions:
|
|
1333
917
|
|
|
1334
|
-
The above copyright notice and this permission notice
|
|
1335
|
-
copies or substantial portions
|
|
918
|
+
The above copyright notice and this permission notice
|
|
919
|
+
shall be included in all copies or substantial portions
|
|
920
|
+
of the Software.
|
|
1336
921
|
|
|
1337
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1338
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
922
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
923
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
924
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
925
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
926
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
927
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
928
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
929
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
930
|
+
DEALINGS IN THE SOFTWARE.
|
|
1344
931
|
|
|
1345
932
|
````
|
|
1346
933
|
|
|
@@ -1350,10 +937,13 @@ SOFTWARE.
|
|
|
1350
937
|
|
|
1351
938
|
### Rust Crates:
|
|
1352
939
|
|
|
1353
|
-
- [
|
|
940
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
941
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
942
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
943
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1354
944
|
|
|
1355
945
|
````text
|
|
1356
|
-
Copyright (c)
|
|
946
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
1357
947
|
|
|
1358
948
|
Permission is hereby granted, free of charge, to any
|
|
1359
949
|
person obtaining a copy of this software and associated
|
|
@@ -1387,29 +977,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1387
977
|
|
|
1388
978
|
### Rust Crates:
|
|
1389
979
|
|
|
1390
|
-
- [
|
|
980
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
1391
981
|
|
|
1392
982
|
````text
|
|
1393
|
-
Copyright (c) 2017
|
|
1394
|
-
Copyright (c) 2016 Jason Housley
|
|
983
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
1395
984
|
|
|
1396
|
-
Permission is hereby granted, free of charge, to any
|
|
1397
|
-
of this software and associated
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
985
|
+
Permission is hereby granted, free of charge, to any
|
|
986
|
+
person obtaining a copy of this software and associated
|
|
987
|
+
documentation files (the "Software"), to deal in the
|
|
988
|
+
Software without restriction, including without
|
|
989
|
+
limitation the rights to use, copy, modify, merge,
|
|
990
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
991
|
+
the Software, and to permit persons to whom the Software
|
|
992
|
+
is furnished to do so, subject to the following
|
|
993
|
+
conditions:
|
|
1402
994
|
|
|
1403
|
-
The above copyright notice and this permission notice
|
|
1404
|
-
all copies or substantial portions
|
|
995
|
+
The above copyright notice and this permission notice
|
|
996
|
+
shall be included in all copies or substantial portions
|
|
997
|
+
of the Software.
|
|
1405
998
|
|
|
1406
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1407
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
999
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1000
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1001
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1002
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1003
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1004
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1005
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1006
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1007
|
+
DEALINGS IN THE SOFTWARE.
|
|
1413
1008
|
|
|
1414
1009
|
````
|
|
1415
1010
|
|
|
@@ -1419,12 +1014,14 @@ THE SOFTWARE.
|
|
|
1419
1014
|
|
|
1420
1015
|
### Rust Crates:
|
|
1421
1016
|
|
|
1422
|
-
- [
|
|
1017
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
1018
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1019
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1423
1020
|
|
|
1424
1021
|
````text
|
|
1425
1022
|
MIT License
|
|
1426
1023
|
|
|
1427
|
-
Copyright (c)
|
|
1024
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
1428
1025
|
|
|
1429
1026
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1430
1027
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1452,72 +1049,28 @@ SOFTWARE.
|
|
|
1452
1049
|
|
|
1453
1050
|
### Rust Crates:
|
|
1454
1051
|
|
|
1455
|
-
- [
|
|
1456
|
-
|
|
1457
|
-
````text
|
|
1458
|
-
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1459
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1460
|
-
|
|
1461
|
-
Permission is hereby granted, free of charge, to any
|
|
1462
|
-
person obtaining a copy of this software and associated
|
|
1463
|
-
documentation files (the "Software"), to deal in the
|
|
1464
|
-
Software without restriction, including without
|
|
1465
|
-
limitation the rights to use, copy, modify, merge,
|
|
1466
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1467
|
-
the Software, and to permit persons to whom the Software
|
|
1468
|
-
is furnished to do so, subject to the following
|
|
1469
|
-
conditions:
|
|
1470
|
-
|
|
1471
|
-
The above copyright notice and this permission notice
|
|
1472
|
-
shall be included in all copies or substantial portions
|
|
1473
|
-
of the Software.
|
|
1474
|
-
|
|
1475
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1476
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1477
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1478
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1479
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1480
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1481
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1482
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1483
|
-
DEALINGS IN THE SOFTWARE.
|
|
1484
|
-
|
|
1485
|
-
````
|
|
1486
|
-
|
|
1487
|
-
---
|
|
1488
|
-
|
|
1489
|
-
## The following dependencies are licensed under the MIT License:
|
|
1490
|
-
|
|
1491
|
-
### Rust Crates:
|
|
1492
|
-
|
|
1493
|
-
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
1052
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1494
1053
|
|
|
1495
1054
|
````text
|
|
1496
|
-
Copyright (c)
|
|
1055
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
1497
1056
|
|
|
1498
|
-
Permission is hereby granted, free of charge, to any
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
the Software, and to permit persons to whom the Software
|
|
1505
|
-
is furnished to do so, subject to the following
|
|
1506
|
-
conditions:
|
|
1057
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1058
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1059
|
+
in the Software without restriction, including without limitation the rights
|
|
1060
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1061
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1062
|
+
furnished to do so, subject to the following conditions:
|
|
1507
1063
|
|
|
1508
|
-
The above copyright notice and this permission notice
|
|
1509
|
-
|
|
1510
|
-
of the Software.
|
|
1064
|
+
The above copyright notice and this permission notice shall be included in
|
|
1065
|
+
all copies or substantial portions of the Software.
|
|
1511
1066
|
|
|
1512
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1520
|
-
DEALINGS IN THE SOFTWARE.
|
|
1067
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1068
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1069
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1070
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1071
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1072
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1073
|
+
THE SOFTWARE.
|
|
1521
1074
|
|
|
1522
1075
|
````
|
|
1523
1076
|
|
|
@@ -1527,34 +1080,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1527
1080
|
|
|
1528
1081
|
### Rust Crates:
|
|
1529
1082
|
|
|
1530
|
-
- [
|
|
1083
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
1531
1084
|
|
|
1532
1085
|
````text
|
|
1533
|
-
Copyright (c)
|
|
1086
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1087
|
+
Copyright (c) 2016 Jason Housley
|
|
1534
1088
|
|
|
1535
|
-
Permission is hereby granted, free of charge, to any
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
the Software, and to permit persons to whom the Software
|
|
1542
|
-
is furnished to do so, subject to the following
|
|
1543
|
-
conditions:
|
|
1089
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1090
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1091
|
+
in the Software without restriction, including without limitation the rights
|
|
1092
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1093
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1094
|
+
furnished to do so, subject to the following conditions:
|
|
1544
1095
|
|
|
1545
|
-
The above copyright notice and this permission notice
|
|
1546
|
-
|
|
1547
|
-
of the Software.
|
|
1096
|
+
The above copyright notice and this permission notice shall be included in
|
|
1097
|
+
all copies or substantial portions of the Software.
|
|
1548
1098
|
|
|
1549
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1557
|
-
DEALINGS IN THE SOFTWARE.
|
|
1099
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1100
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1101
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1102
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1103
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1104
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1105
|
+
THE SOFTWARE.
|
|
1558
1106
|
|
|
1559
1107
|
````
|
|
1560
1108
|
|
|
@@ -1564,12 +1112,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1564
1112
|
|
|
1565
1113
|
### Rust Crates:
|
|
1566
1114
|
|
|
1567
|
-
- [
|
|
1115
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
1568
1116
|
|
|
1569
1117
|
````text
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
1118
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
1573
1119
|
|
|
1574
1120
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1575
1121
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1578,16 +1124,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1578
1124
|
copies of the Software, and to permit persons to whom the Software is
|
|
1579
1125
|
furnished to do so, subject to the following conditions:
|
|
1580
1126
|
|
|
1581
|
-
The above copyright notice and this permission notice shall be included in
|
|
1582
|
-
copies or substantial portions of the Software.
|
|
1127
|
+
The above copyright notice and this permission notice shall be included in
|
|
1128
|
+
all copies or substantial portions of the Software.
|
|
1583
1129
|
|
|
1584
1130
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1585
1131
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1586
1132
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1587
1133
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1588
1134
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1589
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1590
|
-
SOFTWARE.
|
|
1135
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1136
|
+
THE SOFTWARE.
|
|
1591
1137
|
|
|
1592
1138
|
````
|
|
1593
1139
|
|
|
@@ -1597,12 +1143,12 @@ SOFTWARE.
|
|
|
1597
1143
|
|
|
1598
1144
|
### Rust Crates:
|
|
1599
1145
|
|
|
1600
|
-
- [
|
|
1146
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
1601
1147
|
|
|
1602
1148
|
````text
|
|
1603
|
-
|
|
1149
|
+
MIT License
|
|
1604
1150
|
|
|
1605
|
-
Copyright (c)
|
|
1151
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
1606
1152
|
|
|
1607
1153
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1608
1154
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1630,10 +1176,10 @@ SOFTWARE.
|
|
|
1630
1176
|
|
|
1631
1177
|
### Rust Crates:
|
|
1632
1178
|
|
|
1633
|
-
- [
|
|
1179
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
1634
1180
|
|
|
1635
1181
|
````text
|
|
1636
|
-
Copyright (c)
|
|
1182
|
+
Copyright (c) 2014 Chris Wong
|
|
1637
1183
|
|
|
1638
1184
|
Permission is hereby granted, free of charge, to any
|
|
1639
1185
|
person obtaining a copy of this software and associated
|
|
@@ -1667,11 +1213,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1667
1213
|
|
|
1668
1214
|
### Rust Crates:
|
|
1669
1215
|
|
|
1670
|
-
- [
|
|
1671
|
-
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
1216
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
1672
1217
|
|
|
1673
1218
|
````text
|
|
1674
|
-
Copyright (c)
|
|
1219
|
+
Copyright (c) 2018 Carl Lerche
|
|
1675
1220
|
|
|
1676
1221
|
Permission is hereby granted, free of charge, to any
|
|
1677
1222
|
person obtaining a copy of this software and associated
|
|
@@ -1705,44 +1250,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1705
1250
|
|
|
1706
1251
|
### Rust Crates:
|
|
1707
1252
|
|
|
1708
|
-
- [
|
|
1709
|
-
|
|
1710
|
-
````text
|
|
1711
|
-
The MIT License (MIT)
|
|
1712
|
-
|
|
1713
|
-
Copyright (c) 2015-2020 Julien Cretin
|
|
1714
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
1715
|
-
|
|
1716
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1717
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1718
|
-
in the Software without restriction, including without limitation the rights
|
|
1719
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1720
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1721
|
-
furnished to do so, subject to the following conditions:
|
|
1722
|
-
|
|
1723
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1724
|
-
copies or substantial portions of the Software.
|
|
1725
|
-
|
|
1726
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1727
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1728
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1729
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1730
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1731
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1732
|
-
SOFTWARE.
|
|
1733
|
-
|
|
1734
|
-
````
|
|
1735
|
-
|
|
1736
|
-
---
|
|
1737
|
-
|
|
1738
|
-
## The following dependencies are licensed under the MIT License:
|
|
1739
|
-
|
|
1740
|
-
### Rust Crates:
|
|
1741
|
-
|
|
1742
|
-
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
1253
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
1743
1254
|
|
|
1744
1255
|
````text
|
|
1745
|
-
Copyright (c)
|
|
1256
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
1257
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1746
1258
|
|
|
1747
1259
|
Permission is hereby granted, free of charge, to any
|
|
1748
1260
|
person obtaining a copy of this software and associated
|
|
@@ -1776,12 +1288,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1776
1288
|
|
|
1777
1289
|
### Rust Crates:
|
|
1778
1290
|
|
|
1779
|
-
- [
|
|
1291
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
1780
1292
|
|
|
1781
1293
|
````text
|
|
1782
|
-
Copyright (c)
|
|
1783
|
-
Copyright (c) 2018 Bastian Köcher
|
|
1784
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
1294
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
1785
1295
|
|
|
1786
1296
|
Permission is hereby granted, free of charge, to any
|
|
1787
1297
|
person obtaining a copy of this software and associated
|
|
@@ -1815,10 +1325,42 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1815
1325
|
|
|
1816
1326
|
### Rust Crates:
|
|
1817
1327
|
|
|
1818
|
-
- [
|
|
1328
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
1819
1329
|
|
|
1820
1330
|
````text
|
|
1821
|
-
|
|
1331
|
+
The MIT License (MIT)
|
|
1332
|
+
|
|
1333
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
1334
|
+
|
|
1335
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1336
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1337
|
+
in the Software without restriction, including without limitation the rights
|
|
1338
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1339
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1340
|
+
furnished to do so, subject to the following conditions:
|
|
1341
|
+
|
|
1342
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1343
|
+
copies or substantial portions of the Software.
|
|
1344
|
+
|
|
1345
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1346
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1347
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1348
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1349
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1350
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1351
|
+
SOFTWARE.
|
|
1352
|
+
````
|
|
1353
|
+
|
|
1354
|
+
---
|
|
1355
|
+
|
|
1356
|
+
## The following dependencies are licensed under the MIT License:
|
|
1357
|
+
|
|
1358
|
+
### Rust Crates:
|
|
1359
|
+
|
|
1360
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
1361
|
+
|
|
1362
|
+
````text
|
|
1363
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
1822
1364
|
|
|
1823
1365
|
Permission is hereby granted, free of charge, to any
|
|
1824
1366
|
person obtaining a copy of this software and associated
|
|
@@ -1852,14 +1394,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1852
1394
|
|
|
1853
1395
|
### Rust Crates:
|
|
1854
1396
|
|
|
1855
|
-
- [
|
|
1856
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1857
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1397
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
1858
1398
|
|
|
1859
1399
|
````text
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
1400
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
1863
1401
|
|
|
1864
1402
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1865
1403
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1868,16 +1406,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1868
1406
|
copies of the Software, and to permit persons to whom the Software is
|
|
1869
1407
|
furnished to do so, subject to the following conditions:
|
|
1870
1408
|
|
|
1871
|
-
The above copyright notice and this permission notice shall be included in
|
|
1872
|
-
copies or substantial portions of the Software.
|
|
1409
|
+
The above copyright notice and this permission notice shall be included in
|
|
1410
|
+
all copies or substantial portions of the Software.
|
|
1873
1411
|
|
|
1874
1412
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1875
1413
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1876
1414
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1877
1415
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1878
1416
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1879
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1880
|
-
SOFTWARE.
|
|
1417
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1418
|
+
THE SOFTWARE.
|
|
1881
1419
|
|
|
1882
1420
|
````
|
|
1883
1421
|
|
|
@@ -1887,32 +1425,28 @@ SOFTWARE.
|
|
|
1887
1425
|
|
|
1888
1426
|
### Rust Crates:
|
|
1889
1427
|
|
|
1890
|
-
- [
|
|
1428
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
1891
1429
|
|
|
1892
1430
|
````text
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
to
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1913
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1914
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1915
|
-
THE SOFTWARE.
|
|
1431
|
+
MIT License
|
|
1432
|
+
|
|
1433
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1434
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1435
|
+
in the Software without restriction, including without limitation the rights
|
|
1436
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1437
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1438
|
+
furnished to do so, subject to the following conditions:
|
|
1439
|
+
|
|
1440
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1441
|
+
copies or substantial portions of the Software.
|
|
1442
|
+
|
|
1443
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1444
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1445
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1446
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1447
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1448
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1449
|
+
SOFTWARE.
|
|
1916
1450
|
|
|
1917
1451
|
````
|
|
1918
1452
|
|
|
@@ -1922,10 +1456,10 @@ THE SOFTWARE.
|
|
|
1922
1456
|
|
|
1923
1457
|
### Rust Crates:
|
|
1924
1458
|
|
|
1925
|
-
- [
|
|
1459
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
1926
1460
|
|
|
1927
1461
|
````text
|
|
1928
|
-
Copyright
|
|
1462
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
1929
1463
|
|
|
1930
1464
|
Permission is hereby granted, free of charge, to any
|
|
1931
1465
|
person obtaining a copy of this software and associated
|
|
@@ -1951,21 +1485,20 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1951
1485
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1952
1486
|
DEALINGS IN THE SOFTWARE.
|
|
1953
1487
|
|
|
1954
|
-
|
|
1955
1488
|
````
|
|
1956
1489
|
|
|
1957
1490
|
---
|
|
1958
1491
|
|
|
1959
1492
|
## The following dependencies are licensed under the MIT License:
|
|
1960
1493
|
|
|
1961
|
-
###
|
|
1494
|
+
### Rust Crates:
|
|
1962
1495
|
|
|
1963
|
-
- [
|
|
1496
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
1964
1497
|
|
|
1965
1498
|
````text
|
|
1966
1499
|
The MIT License (MIT)
|
|
1967
1500
|
|
|
1968
|
-
Copyright (c) 2015-
|
|
1501
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
1969
1502
|
|
|
1970
1503
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1971
1504
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1974,17 +1507,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1974
1507
|
copies of the Software, and to permit persons to whom the Software is
|
|
1975
1508
|
furnished to do so, subject to the following conditions:
|
|
1976
1509
|
|
|
1977
|
-
The above copyright notice and this permission notice shall be included in
|
|
1978
|
-
copies or substantial portions of the Software.
|
|
1510
|
+
The above copyright notice and this permission notice shall be included in
|
|
1511
|
+
all copies or substantial portions of the Software.
|
|
1979
1512
|
|
|
1980
1513
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1981
1514
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1982
1515
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1983
1516
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1984
1517
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1985
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1986
|
-
SOFTWARE.
|
|
1987
|
-
|
|
1518
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1519
|
+
THE SOFTWARE.
|
|
1988
1520
|
|
|
1989
1521
|
````
|
|
1990
1522
|
|
|
@@ -1992,15 +1524,12 @@ SOFTWARE.
|
|
|
1992
1524
|
|
|
1993
1525
|
## The following dependencies are licensed under the MIT License:
|
|
1994
1526
|
|
|
1995
|
-
###
|
|
1527
|
+
### Rust Crates:
|
|
1996
1528
|
|
|
1997
|
-
- [
|
|
1998
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
1529
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
1999
1530
|
|
|
2000
1531
|
````text
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
1532
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
2004
1533
|
|
|
2005
1534
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2006
1535
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2009,16 +1538,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2009
1538
|
copies of the Software, and to permit persons to whom the Software is
|
|
2010
1539
|
furnished to do so, subject to the following conditions:
|
|
2011
1540
|
|
|
2012
|
-
The above copyright notice and this permission notice shall be included in
|
|
2013
|
-
copies or substantial portions of the Software.
|
|
1541
|
+
The above copyright notice and this permission notice shall be included in
|
|
1542
|
+
all copies or substantial portions of the Software.
|
|
2014
1543
|
|
|
2015
1544
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2016
1545
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2017
1546
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2018
1547
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2019
1548
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2020
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2021
|
-
SOFTWARE.
|
|
1549
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1550
|
+
THE SOFTWARE.
|
|
1551
|
+
|
|
2022
1552
|
|
|
2023
1553
|
````
|
|
2024
1554
|
|
|
@@ -2028,10 +1558,10 @@ SOFTWARE.
|
|
|
2028
1558
|
|
|
2029
1559
|
### Rust Crates:
|
|
2030
1560
|
|
|
2031
|
-
- [
|
|
1561
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
2032
1562
|
|
|
2033
1563
|
````text
|
|
2034
|
-
Copyright (c) 2017
|
|
1564
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
2035
1565
|
|
|
2036
1566
|
Permission is hereby granted, free of charge, to any
|
|
2037
1567
|
person obtaining a copy of this software and associated
|
|
@@ -2063,54 +1593,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2063
1593
|
|
|
2064
1594
|
## The following dependencies are licensed under the MIT License:
|
|
2065
1595
|
|
|
2066
|
-
### NPM Packages:
|
|
2067
|
-
|
|
2068
|
-
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
2069
|
-
|
|
2070
|
-
````text
|
|
2071
|
-
MIT License
|
|
2072
|
-
|
|
2073
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
2074
|
-
|
|
2075
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2076
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2077
|
-
in the Software without restriction, including without limitation the rights
|
|
2078
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2079
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2080
|
-
furnished to do so, subject to the following conditions:
|
|
2081
|
-
|
|
2082
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2083
|
-
copies or substantial portions of the Software.
|
|
2084
|
-
|
|
2085
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2086
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2087
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2088
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2089
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2090
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2091
|
-
SOFTWARE.
|
|
2092
|
-
|
|
2093
|
-
````
|
|
2094
|
-
|
|
2095
|
-
---
|
|
2096
|
-
|
|
2097
|
-
## The following dependencies are licensed under the MIT License:
|
|
2098
|
-
|
|
2099
1596
|
### Rust Crates:
|
|
2100
1597
|
|
|
2101
|
-
- [
|
|
2102
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2103
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2104
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2105
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2106
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2107
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2108
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2109
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1598
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
2110
1599
|
|
|
2111
1600
|
````text
|
|
2112
|
-
Copyright (c) 2016
|
|
2113
|
-
Copyright (c) 2017 The Tokio Authors
|
|
1601
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
2114
1602
|
|
|
2115
1603
|
Permission is hereby granted, free of charge, to any
|
|
2116
1604
|
person obtaining a copy of this software and associated
|
|
@@ -2144,12 +1632,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2144
1632
|
|
|
2145
1633
|
### Rust Crates:
|
|
2146
1634
|
|
|
2147
|
-
- [
|
|
2148
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
2149
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1635
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
2150
1636
|
|
|
2151
1637
|
````text
|
|
2152
|
-
Copyright (c) 2019
|
|
1638
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
2153
1639
|
|
|
2154
1640
|
Permission is hereby granted, free of charge, to any
|
|
2155
1641
|
person obtaining a copy of this software and associated
|
|
@@ -2183,32 +1669,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2183
1669
|
|
|
2184
1670
|
### Rust Crates:
|
|
2185
1671
|
|
|
2186
|
-
- [
|
|
2187
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2188
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1672
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
2189
1673
|
|
|
2190
1674
|
````text
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
Copyright (c) Tokio Contributors
|
|
1675
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
2194
1676
|
|
|
2195
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2196
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2197
|
-
in the Software without restriction, including without limitation the rights
|
|
2198
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2199
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2200
|
-
furnished to do so, subject to the following conditions:
|
|
1677
|
+
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:
|
|
2201
1678
|
|
|
2202
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2203
|
-
copies or substantial portions of the Software.
|
|
1679
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2204
1680
|
|
|
2205
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2206
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2207
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2208
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2209
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2210
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2211
|
-
SOFTWARE.
|
|
1681
|
+
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.
|
|
2212
1682
|
|
|
2213
1683
|
````
|
|
2214
1684
|
|
|
@@ -2218,33 +1688,34 @@ SOFTWARE.
|
|
|
2218
1688
|
|
|
2219
1689
|
### Rust Crates:
|
|
2220
1690
|
|
|
2221
|
-
- [
|
|
1691
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
2222
1692
|
|
|
2223
1693
|
````text
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2227
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2228
|
-
Copyright (c) 2017 Frommi
|
|
2229
|
-
Copyright (c) 2017-2024 oyvindln
|
|
1694
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
2230
1695
|
|
|
2231
|
-
Permission is hereby granted, free of charge, to any
|
|
2232
|
-
of this software and associated
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
1696
|
+
Permission is hereby granted, free of charge, to any
|
|
1697
|
+
person obtaining a copy of this software and associated
|
|
1698
|
+
documentation files (the "Software"), to deal in the
|
|
1699
|
+
Software without restriction, including without
|
|
1700
|
+
limitation the rights to use, copy, modify, merge,
|
|
1701
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1702
|
+
the Software, and to permit persons to whom the Software
|
|
1703
|
+
is furnished to do so, subject to the following
|
|
1704
|
+
conditions:
|
|
2237
1705
|
|
|
2238
|
-
The above copyright notice and this permission notice
|
|
2239
|
-
copies or substantial portions
|
|
1706
|
+
The above copyright notice and this permission notice
|
|
1707
|
+
shall be included in all copies or substantial portions
|
|
1708
|
+
of the Software.
|
|
2240
1709
|
|
|
2241
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2242
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
1710
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1711
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1712
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1713
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1714
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1715
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1716
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1717
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1718
|
+
DEALINGS IN THE SOFTWARE.
|
|
2248
1719
|
|
|
2249
1720
|
````
|
|
2250
1721
|
|
|
@@ -2254,14 +1725,10 @@ SOFTWARE.
|
|
|
2254
1725
|
|
|
2255
1726
|
### Rust Crates:
|
|
2256
1727
|
|
|
2257
|
-
- [
|
|
2258
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2259
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1728
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
2260
1729
|
|
|
2261
1730
|
````text
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
Copyright (c) 2017 Ted Driggs
|
|
1731
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
2265
1732
|
|
|
2266
1733
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2267
1734
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2320,13 +1787,10 @@ THE SOFTWARE.
|
|
|
2320
1787
|
|
|
2321
1788
|
### Rust Crates:
|
|
2322
1789
|
|
|
2323
|
-
- [
|
|
1790
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
2324
1791
|
|
|
2325
1792
|
````text
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
2329
|
-
Copyright (c) Tokio Contributors
|
|
1793
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
2330
1794
|
|
|
2331
1795
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2332
1796
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2335,16 +1799,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2335
1799
|
copies of the Software, and to permit persons to whom the Software is
|
|
2336
1800
|
furnished to do so, subject to the following conditions:
|
|
2337
1801
|
|
|
2338
|
-
The above copyright notice and this permission notice shall be included in
|
|
2339
|
-
copies or substantial portions of the Software.
|
|
1802
|
+
The above copyright notice and this permission notice shall be included in
|
|
1803
|
+
all copies or substantial portions of the Software.
|
|
2340
1804
|
|
|
2341
1805
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2342
1806
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2343
1807
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2344
1808
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2345
1809
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2346
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2347
|
-
SOFTWARE.
|
|
1810
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1811
|
+
THE SOFTWARE.
|
|
1812
|
+
|
|
2348
1813
|
|
|
2349
1814
|
````
|
|
2350
1815
|
|
|
@@ -2354,12 +1819,14 @@ SOFTWARE.
|
|
|
2354
1819
|
|
|
2355
1820
|
### Rust Crates:
|
|
2356
1821
|
|
|
2357
|
-
- [
|
|
1822
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1823
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1824
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2358
1825
|
|
|
2359
1826
|
````text
|
|
2360
1827
|
MIT License
|
|
2361
1828
|
|
|
2362
|
-
Copyright (c)
|
|
1829
|
+
Copyright (c) 2017 Ted Driggs
|
|
2363
1830
|
|
|
2364
1831
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2365
1832
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2387,11 +1854,49 @@ SOFTWARE.
|
|
|
2387
1854
|
|
|
2388
1855
|
### Rust Crates:
|
|
2389
1856
|
|
|
2390
|
-
- [
|
|
1857
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
2391
1858
|
|
|
2392
1859
|
````text
|
|
2393
|
-
Copyright (c)
|
|
2394
|
-
|
|
1860
|
+
Copyright (c) 2016 Anthony Ramine
|
|
1861
|
+
|
|
1862
|
+
Permission is hereby granted, free of charge, to any
|
|
1863
|
+
person obtaining a copy of this software and associated
|
|
1864
|
+
documentation files (the "Software"), to deal in the
|
|
1865
|
+
Software without restriction, including without
|
|
1866
|
+
limitation the rights to use, copy, modify, merge,
|
|
1867
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1868
|
+
the Software, and to permit persons to whom the Software
|
|
1869
|
+
is furnished to do so, subject to the following
|
|
1870
|
+
conditions:
|
|
1871
|
+
|
|
1872
|
+
The above copyright notice and this permission notice
|
|
1873
|
+
shall be included in all copies or substantial portions
|
|
1874
|
+
of the Software.
|
|
1875
|
+
|
|
1876
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1877
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1878
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1879
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1880
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1881
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1882
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1883
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1884
|
+
DEALINGS IN THE SOFTWARE.
|
|
1885
|
+
|
|
1886
|
+
````
|
|
1887
|
+
|
|
1888
|
+
---
|
|
1889
|
+
|
|
1890
|
+
## The following dependencies are licensed under the MIT License:
|
|
1891
|
+
|
|
1892
|
+
### Rust Crates:
|
|
1893
|
+
|
|
1894
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
1895
|
+
|
|
1896
|
+
````text
|
|
1897
|
+
MIT License
|
|
1898
|
+
|
|
1899
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2395
1900
|
|
|
2396
1901
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2397
1902
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2400,17 +1905,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2400
1905
|
copies of the Software, and to permit persons to whom the Software is
|
|
2401
1906
|
furnished to do so, subject to the following conditions:
|
|
2402
1907
|
|
|
2403
|
-
The above copyright notice and this permission notice shall be included in
|
|
2404
|
-
|
|
1908
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1909
|
+
copies or substantial portions of the Software.
|
|
2405
1910
|
|
|
2406
1911
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2407
1912
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2408
1913
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2409
1914
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2410
1915
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2411
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2412
|
-
|
|
2413
|
-
|
|
1916
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1917
|
+
SOFTWARE.
|
|
2414
1918
|
|
|
2415
1919
|
````
|
|
2416
1920
|
|
|
@@ -2420,10 +1924,10 @@ THE SOFTWARE.
|
|
|
2420
1924
|
|
|
2421
1925
|
### Rust Crates:
|
|
2422
1926
|
|
|
2423
|
-
- [
|
|
1927
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
2424
1928
|
|
|
2425
1929
|
````text
|
|
2426
|
-
Copyright (c)
|
|
1930
|
+
Copyright (c) The Rust Project Developers
|
|
2427
1931
|
|
|
2428
1932
|
Permission is hereby granted, free of charge, to any
|
|
2429
1933
|
person obtaining a copy of this software and associated
|
|
@@ -2455,14 +1959,17 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2455
1959
|
|
|
2456
1960
|
## The following dependencies are licensed under the MIT License:
|
|
2457
1961
|
|
|
2458
|
-
###
|
|
1962
|
+
### Rust Crates:
|
|
2459
1963
|
|
|
2460
|
-
- [
|
|
1964
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
1965
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1966
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1967
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2461
1968
|
|
|
2462
1969
|
````text
|
|
2463
|
-
MIT License
|
|
1970
|
+
The MIT License (MIT)
|
|
2464
1971
|
|
|
2465
|
-
Copyright (c)
|
|
1972
|
+
Copyright (c) 2015 Andrew Gallant
|
|
2466
1973
|
|
|
2467
1974
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2468
1975
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2471,18 +1978,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2471
1978
|
copies of the Software, and to permit persons to whom the Software is
|
|
2472
1979
|
furnished to do so, subject to the following conditions:
|
|
2473
1980
|
|
|
2474
|
-
The above copyright notice and this permission notice shall be included in
|
|
2475
|
-
copies or substantial portions of the Software.
|
|
1981
|
+
The above copyright notice and this permission notice shall be included in
|
|
1982
|
+
all copies or substantial portions of the Software.
|
|
2476
1983
|
|
|
2477
1984
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2478
1985
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2479
1986
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2480
1987
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2481
1988
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2482
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2483
|
-
SOFTWARE.
|
|
2484
|
-
|
|
2485
|
-
[others]: https://github.com/json5/json5/contributors
|
|
1989
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1990
|
+
THE SOFTWARE.
|
|
2486
1991
|
|
|
2487
1992
|
````
|
|
2488
1993
|
|
|
@@ -2492,10 +1997,10 @@ SOFTWARE.
|
|
|
2492
1997
|
|
|
2493
1998
|
### Rust Crates:
|
|
2494
1999
|
|
|
2495
|
-
- [
|
|
2000
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
2496
2001
|
|
|
2497
2002
|
````text
|
|
2498
|
-
Copyright (c)
|
|
2003
|
+
Copyright (c) 2019 Carl Lerche
|
|
2499
2004
|
|
|
2500
2005
|
Permission is hereby granted, free of charge, to any
|
|
2501
2006
|
person obtaining a copy of this software and associated
|
|
@@ -2529,39 +2034,35 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2529
2034
|
|
|
2530
2035
|
### Rust Crates:
|
|
2531
2036
|
|
|
2532
|
-
- [
|
|
2533
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2534
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2535
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2536
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2537
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
2037
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
2538
2038
|
|
|
2539
2039
|
````text
|
|
2540
|
-
Copyright (c)
|
|
2040
|
+
Copyright (c) 2016 The humantime Developers
|
|
2541
2041
|
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
documentation files (the "Software"), to deal in the
|
|
2545
|
-
Software without restriction, including without
|
|
2546
|
-
limitation the rights to use, copy, modify, merge,
|
|
2547
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2548
|
-
the Software, and to permit persons to whom the Software
|
|
2549
|
-
is furnished to do so, subject to the following
|
|
2550
|
-
conditions:
|
|
2042
|
+
Includes parts of http date with the following copyright:
|
|
2043
|
+
Copyright (c) 2016 Pyfisch
|
|
2551
2044
|
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
of the Software.
|
|
2045
|
+
Includes portions of musl libc with the following copyright:
|
|
2046
|
+
Copyright © 2005-2013 Rich Felker
|
|
2555
2047
|
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2048
|
+
|
|
2049
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2050
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2051
|
+
in the Software without restriction, including without limitation the rights
|
|
2052
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2053
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2054
|
+
furnished to do so, subject to the following conditions:
|
|
2055
|
+
|
|
2056
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2057
|
+
copies or substantial portions of the Software.
|
|
2058
|
+
|
|
2059
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2060
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2061
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2062
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2063
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2064
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2065
|
+
SOFTWARE.
|
|
2565
2066
|
|
|
2566
2067
|
````
|
|
2567
2068
|
|
|
@@ -2571,10 +2072,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2571
2072
|
|
|
2572
2073
|
### Rust Crates:
|
|
2573
2074
|
|
|
2574
|
-
- [
|
|
2075
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
2076
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2077
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2078
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2079
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2080
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
2575
2081
|
|
|
2576
2082
|
````text
|
|
2577
|
-
Copyright (c)
|
|
2083
|
+
Copyright (c) 2019 Tokio Contributors
|
|
2578
2084
|
|
|
2579
2085
|
Permission is hereby granted, free of charge, to any
|
|
2580
2086
|
person obtaining a copy of this software and associated
|
|
@@ -2608,10 +2114,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2608
2114
|
|
|
2609
2115
|
### Rust Crates:
|
|
2610
2116
|
|
|
2611
|
-
- [
|
|
2117
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
2118
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
2612
2119
|
|
|
2613
2120
|
````text
|
|
2614
|
-
Copyright (c)
|
|
2121
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
2615
2122
|
|
|
2616
2123
|
Permission is hereby granted, free of charge, to any
|
|
2617
2124
|
person obtaining a copy of this software and associated
|
|
@@ -2645,10 +2152,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2645
2152
|
|
|
2646
2153
|
### Rust Crates:
|
|
2647
2154
|
|
|
2648
|
-
- [
|
|
2155
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
2156
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
2649
2157
|
|
|
2650
2158
|
````text
|
|
2651
|
-
Copyright (c)
|
|
2159
|
+
Copyright (c) 2014 Alex Crichton
|
|
2652
2160
|
|
|
2653
2161
|
Permission is hereby granted, free of charge, to any
|
|
2654
2162
|
person obtaining a copy of this software and associated
|
|
@@ -2682,12 +2190,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2682
2190
|
|
|
2683
2191
|
### Rust Crates:
|
|
2684
2192
|
|
|
2685
|
-
- [
|
|
2193
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
2686
2194
|
|
|
2687
2195
|
````text
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
Copyright (c) 2017 Nikolai Vazquez
|
|
2196
|
+
Copyright (c) 2017 Sean McArthur
|
|
2691
2197
|
|
|
2692
2198
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2693
2199
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2696,16 +2202,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2696
2202
|
copies of the Software, and to permit persons to whom the Software is
|
|
2697
2203
|
furnished to do so, subject to the following conditions:
|
|
2698
2204
|
|
|
2699
|
-
The above copyright notice and this permission notice shall be included in
|
|
2700
|
-
copies or substantial portions of the Software.
|
|
2205
|
+
The above copyright notice and this permission notice shall be included in
|
|
2206
|
+
all copies or substantial portions of the Software.
|
|
2701
2207
|
|
|
2702
2208
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2703
2209
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2704
2210
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2705
2211
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2706
2212
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2707
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2708
|
-
SOFTWARE.
|
|
2213
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2214
|
+
THE SOFTWARE.
|
|
2215
|
+
|
|
2709
2216
|
|
|
2710
2217
|
````
|
|
2711
2218
|
|
|
@@ -2715,10 +2222,10 @@ SOFTWARE.
|
|
|
2715
2222
|
|
|
2716
2223
|
### Rust Crates:
|
|
2717
2224
|
|
|
2718
|
-
- [
|
|
2225
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
2719
2226
|
|
|
2720
2227
|
````text
|
|
2721
|
-
Copyright (c)
|
|
2228
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
2722
2229
|
|
|
2723
2230
|
Permission is hereby granted, free of charge, to any
|
|
2724
2231
|
person obtaining a copy of this software and associated
|
|
@@ -2743,6 +2250,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2743
2250
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2744
2251
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2745
2252
|
DEALINGS IN THE SOFTWARE.
|
|
2253
|
+
|
|
2746
2254
|
````
|
|
2747
2255
|
|
|
2748
2256
|
---
|
|
@@ -2751,10 +2259,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2751
2259
|
|
|
2752
2260
|
### Rust Crates:
|
|
2753
2261
|
|
|
2754
|
-
- [
|
|
2262
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
2263
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
2264
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2265
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
2266
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2267
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2755
2268
|
|
|
2756
2269
|
````text
|
|
2757
|
-
Copyright
|
|
2270
|
+
Copyright 2018 Developers of the Rand project
|
|
2271
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2758
2272
|
|
|
2759
2273
|
Permission is hereby granted, free of charge, to any
|
|
2760
2274
|
person obtaining a copy of this software and associated
|
|
@@ -2788,10 +2302,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2788
2302
|
|
|
2789
2303
|
### Rust Crates:
|
|
2790
2304
|
|
|
2791
|
-
- [
|
|
2305
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
2792
2306
|
|
|
2793
2307
|
````text
|
|
2794
|
-
|
|
2308
|
+
The MIT License (MIT)
|
|
2309
|
+
|
|
2310
|
+
Copyright (c) 2015 Alice Maz
|
|
2311
|
+
|
|
2312
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2313
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2314
|
+
in the Software without restriction, including without limitation the rights
|
|
2315
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2316
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2317
|
+
furnished to do so, subject to the following conditions:
|
|
2318
|
+
|
|
2319
|
+
The above copyright notice and this permission notice shall be included in
|
|
2320
|
+
all copies or substantial portions of the Software.
|
|
2321
|
+
|
|
2322
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2323
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2324
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2325
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2326
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2327
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2328
|
+
THE SOFTWARE.
|
|
2329
|
+
|
|
2330
|
+
````
|
|
2331
|
+
|
|
2332
|
+
---
|
|
2333
|
+
|
|
2334
|
+
## The following dependencies are licensed under the MIT License:
|
|
2335
|
+
|
|
2336
|
+
### Rust Crates:
|
|
2337
|
+
|
|
2338
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
2339
|
+
|
|
2340
|
+
````text
|
|
2341
|
+
Copyright (c) 2017 Contributors
|
|
2795
2342
|
|
|
2796
2343
|
Permission is hereby granted, free of charge, to any
|
|
2797
2344
|
person obtaining a copy of this software and associated
|
|
@@ -2825,10 +2372,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2825
2372
|
|
|
2826
2373
|
### Rust Crates:
|
|
2827
2374
|
|
|
2828
|
-
- [
|
|
2375
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
2829
2376
|
|
|
2830
2377
|
````text
|
|
2831
|
-
|
|
2378
|
+
MIT License
|
|
2379
|
+
|
|
2380
|
+
Copyright (c) 2025 Callum Oakley
|
|
2832
2381
|
|
|
2833
2382
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2834
2383
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2837,17 +2386,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2837
2386
|
copies of the Software, and to permit persons to whom the Software is
|
|
2838
2387
|
furnished to do so, subject to the following conditions:
|
|
2839
2388
|
|
|
2840
|
-
The above copyright notice and this permission notice shall be included in
|
|
2841
|
-
|
|
2389
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2390
|
+
copies or substantial portions of the Software.
|
|
2842
2391
|
|
|
2843
2392
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2844
2393
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2845
2394
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2846
2395
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2847
2396
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2848
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2849
|
-
|
|
2850
|
-
|
|
2397
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2398
|
+
SOFTWARE.
|
|
2851
2399
|
|
|
2852
2400
|
````
|
|
2853
2401
|
|
|
@@ -2857,34 +2405,29 @@ THE SOFTWARE.
|
|
|
2857
2405
|
|
|
2858
2406
|
### Rust Crates:
|
|
2859
2407
|
|
|
2860
|
-
- [
|
|
2408
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
2861
2409
|
|
|
2862
2410
|
````text
|
|
2863
|
-
Copyright (c)
|
|
2411
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
2412
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
2864
2413
|
|
|
2865
|
-
Permission is hereby granted, free of charge, to any
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
the Software, and to permit persons to whom the Software
|
|
2872
|
-
is furnished to do so, subject to the following
|
|
2873
|
-
conditions:
|
|
2414
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2415
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2416
|
+
in the Software without restriction, including without limitation the rights
|
|
2417
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2418
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2419
|
+
furnished to do so, subject to the following conditions:
|
|
2874
2420
|
|
|
2875
|
-
The above copyright notice and this permission notice
|
|
2876
|
-
|
|
2877
|
-
of the Software.
|
|
2421
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2422
|
+
copies or substantial portions of the Software.
|
|
2878
2423
|
|
|
2879
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2887
|
-
DEALINGS IN THE SOFTWARE.
|
|
2424
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2425
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2426
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2427
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2428
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2429
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2430
|
+
SOFTWARE.
|
|
2888
2431
|
|
|
2889
2432
|
````
|
|
2890
2433
|
|
|
@@ -2894,35 +2437,31 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2894
2437
|
|
|
2895
2438
|
### Rust Crates:
|
|
2896
2439
|
|
|
2897
|
-
- [
|
|
2898
|
-
- [
|
|
2440
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
2441
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
2899
2442
|
|
|
2900
2443
|
````text
|
|
2901
|
-
|
|
2444
|
+
MIT License
|
|
2902
2445
|
|
|
2903
|
-
|
|
2904
|
-
person obtaining a copy of this software and associated
|
|
2905
|
-
documentation files (the "Software"), to deal in the
|
|
2906
|
-
Software without restriction, including without
|
|
2907
|
-
limitation the rights to use, copy, modify, merge,
|
|
2908
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2909
|
-
the Software, and to permit persons to whom the Software
|
|
2910
|
-
is furnished to do so, subject to the following
|
|
2911
|
-
conditions:
|
|
2446
|
+
Copyright (c) 2019 Graham Esau
|
|
2912
2447
|
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2448
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2449
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2450
|
+
in the Software without restriction, including without limitation the rights
|
|
2451
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2452
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2453
|
+
furnished to do so, subject to the following conditions:
|
|
2916
2454
|
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
IN
|
|
2925
|
-
|
|
2455
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2456
|
+
copies or substantial portions of the Software.
|
|
2457
|
+
|
|
2458
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2459
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2460
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2461
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2462
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2463
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2464
|
+
SOFTWARE.
|
|
2926
2465
|
|
|
2927
2466
|
````
|
|
2928
2467
|
|
|
@@ -2932,14 +2471,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2932
2471
|
|
|
2933
2472
|
### Rust Crates:
|
|
2934
2473
|
|
|
2935
|
-
- [
|
|
2474
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
2936
2475
|
|
|
2937
2476
|
````text
|
|
2938
|
-
|
|
2477
|
+
MIT License
|
|
2939
2478
|
|
|
2940
|
-
Copyright (c)
|
|
2941
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2942
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
2479
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
2943
2480
|
|
|
2944
2481
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2945
2482
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2967,31 +2504,13 @@ SOFTWARE.
|
|
|
2967
2504
|
|
|
2968
2505
|
### Rust Crates:
|
|
2969
2506
|
|
|
2970
|
-
- [
|
|
2971
|
-
|
|
2972
|
-
````text
|
|
2973
|
-
Copyright 2016 Nika Layzell
|
|
2974
|
-
|
|
2975
|
-
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:
|
|
2976
|
-
|
|
2977
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2978
|
-
|
|
2979
|
-
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.
|
|
2980
|
-
|
|
2981
|
-
````
|
|
2982
|
-
|
|
2983
|
-
---
|
|
2984
|
-
|
|
2985
|
-
## The following dependencies are licensed under the MIT License:
|
|
2986
|
-
|
|
2987
|
-
### Rust Crates:
|
|
2988
|
-
|
|
2989
|
-
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
2507
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
2990
2508
|
|
|
2991
2509
|
````text
|
|
2992
2510
|
The MIT License (MIT)
|
|
2993
2511
|
|
|
2994
|
-
Copyright (c)
|
|
2512
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
2513
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
2995
2514
|
|
|
2996
2515
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2997
2516
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3011,8 +2530,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3011
2530
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3012
2531
|
SOFTWARE.
|
|
3013
2532
|
|
|
3014
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
3015
|
-
licences; see files named LICENSE.*.txt for details.
|
|
3016
2533
|
````
|
|
3017
2534
|
|
|
3018
2535
|
---
|
|
@@ -3021,10 +2538,12 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
3021
2538
|
|
|
3022
2539
|
### Rust Crates:
|
|
3023
2540
|
|
|
3024
|
-
- [
|
|
2541
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
3025
2542
|
|
|
3026
2543
|
````text
|
|
3027
|
-
Copyright (c)
|
|
2544
|
+
Copyright (c) 2017 Carl Lerche
|
|
2545
|
+
Copyright (c) 2018 Bastian Köcher
|
|
2546
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
3028
2547
|
|
|
3029
2548
|
Permission is hereby granted, free of charge, to any
|
|
3030
2549
|
person obtaining a copy of this software and associated
|
|
@@ -3058,10 +2577,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3058
2577
|
|
|
3059
2578
|
### Rust Crates:
|
|
3060
2579
|
|
|
3061
|
-
- [
|
|
2580
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
3062
2581
|
|
|
3063
2582
|
````text
|
|
3064
|
-
Copyright (c)
|
|
2583
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2584
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3065
2585
|
|
|
3066
2586
|
Permission is hereby granted, free of charge, to any
|
|
3067
2587
|
person obtaining a copy of this software and associated
|
|
@@ -3095,60 +2615,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3095
2615
|
|
|
3096
2616
|
### Rust Crates:
|
|
3097
2617
|
|
|
3098
|
-
- [
|
|
3099
|
-
|
|
3100
|
-
````text
|
|
3101
|
-
The MIT License (MIT)
|
|
3102
|
-
|
|
3103
|
-
Copyright (c) 2015 Alice Maz
|
|
3104
|
-
|
|
3105
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3106
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3107
|
-
in the Software without restriction, including without limitation the rights
|
|
3108
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3109
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3110
|
-
furnished to do so, subject to the following conditions:
|
|
3111
|
-
|
|
3112
|
-
The above copyright notice and this permission notice shall be included in
|
|
3113
|
-
all copies or substantial portions of the Software.
|
|
3114
|
-
|
|
3115
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3116
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3117
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3118
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3119
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3120
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3121
|
-
THE SOFTWARE.
|
|
3122
|
-
|
|
3123
|
-
````
|
|
3124
|
-
|
|
3125
|
-
---
|
|
3126
|
-
|
|
3127
|
-
## The following dependencies are licensed under the MIT License:
|
|
3128
|
-
|
|
3129
|
-
### NPM Packages:
|
|
3130
|
-
|
|
3131
|
-
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
2618
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
3132
2619
|
|
|
3133
2620
|
````text
|
|
3134
|
-
|
|
2621
|
+
Copyright (c) The rust-url developers
|
|
3135
2622
|
|
|
3136
|
-
Permission is hereby granted, free of charge, to any
|
|
3137
|
-
|
|
3138
|
-
the Software
|
|
3139
|
-
|
|
3140
|
-
the
|
|
3141
|
-
|
|
2623
|
+
Permission is hereby granted, free of charge, to any
|
|
2624
|
+
person obtaining a copy of this software and associated
|
|
2625
|
+
documentation files (the "Software"), to deal in the
|
|
2626
|
+
Software without restriction, including without
|
|
2627
|
+
limitation the rights to use, copy, modify, merge,
|
|
2628
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2629
|
+
the Software, and to permit persons to whom the Software
|
|
2630
|
+
is furnished to do so, subject to the following
|
|
2631
|
+
conditions:
|
|
3142
2632
|
|
|
3143
|
-
The above copyright notice and this permission notice
|
|
3144
|
-
copies or substantial portions
|
|
2633
|
+
The above copyright notice and this permission notice
|
|
2634
|
+
shall be included in all copies or substantial portions
|
|
2635
|
+
of the Software.
|
|
3145
2636
|
|
|
3146
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3147
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
2637
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2638
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2639
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2640
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2641
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2642
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2643
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2644
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2645
|
+
DEALINGS IN THE SOFTWARE.
|
|
3152
2646
|
|
|
3153
2647
|
````
|
|
3154
2648
|
|
|
@@ -3158,29 +2652,36 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3158
2652
|
|
|
3159
2653
|
### Rust Crates:
|
|
3160
2654
|
|
|
3161
|
-
- [
|
|
2655
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
2656
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
2657
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3162
2658
|
|
|
3163
2659
|
````text
|
|
3164
|
-
Copyright (c)
|
|
3165
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
2660
|
+
Copyright (c) 2019 Tower Contributors
|
|
3166
2661
|
|
|
3167
|
-
Permission is hereby granted, free of charge, to any
|
|
3168
|
-
of this software and associated
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
2662
|
+
Permission is hereby granted, free of charge, to any
|
|
2663
|
+
person obtaining a copy of this software and associated
|
|
2664
|
+
documentation files (the "Software"), to deal in the
|
|
2665
|
+
Software without restriction, including without
|
|
2666
|
+
limitation the rights to use, copy, modify, merge,
|
|
2667
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2668
|
+
the Software, and to permit persons to whom the Software
|
|
2669
|
+
is furnished to do so, subject to the following
|
|
2670
|
+
conditions:
|
|
3173
2671
|
|
|
3174
|
-
The above copyright notice and this permission notice
|
|
3175
|
-
all copies or substantial portions
|
|
2672
|
+
The above copyright notice and this permission notice
|
|
2673
|
+
shall be included in all copies or substantial portions
|
|
2674
|
+
of the Software.
|
|
3176
2675
|
|
|
3177
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3178
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
2676
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2677
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2678
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2679
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2680
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2681
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2682
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2683
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2684
|
+
DEALINGS IN THE SOFTWARE.
|
|
3184
2685
|
|
|
3185
2686
|
````
|
|
3186
2687
|
|
|
@@ -3190,10 +2691,10 @@ THE SOFTWARE.
|
|
|
3190
2691
|
|
|
3191
2692
|
### Rust Crates:
|
|
3192
2693
|
|
|
3193
|
-
- [
|
|
2694
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
3194
2695
|
|
|
3195
2696
|
````text
|
|
3196
|
-
Copyright (c)
|
|
2697
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
3197
2698
|
|
|
3198
2699
|
Permission is hereby granted, free of charge, to any
|
|
3199
2700
|
person obtaining a copy of this software and associated
|
|
@@ -3227,11 +2728,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3227
2728
|
|
|
3228
2729
|
### Rust Crates:
|
|
3229
2730
|
|
|
3230
|
-
- [
|
|
2731
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
3231
2732
|
|
|
3232
2733
|
````text
|
|
3233
|
-
|
|
3234
|
-
|
|
2734
|
+
MIT License
|
|
2735
|
+
|
|
2736
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2737
|
+
|
|
2738
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2739
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2740
|
+
in the Software without restriction, including without limitation the rights
|
|
2741
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2742
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2743
|
+
furnished to do so, subject to the following conditions:
|
|
2744
|
+
|
|
2745
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2746
|
+
copies or substantial portions of the Software.
|
|
2747
|
+
|
|
2748
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2749
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2750
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2751
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2752
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2753
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2754
|
+
SOFTWARE.
|
|
2755
|
+
|
|
2756
|
+
````
|
|
2757
|
+
|
|
2758
|
+
---
|
|
2759
|
+
|
|
2760
|
+
## The following dependencies are licensed under the MIT License:
|
|
2761
|
+
|
|
2762
|
+
### Rust Crates:
|
|
2763
|
+
|
|
2764
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
2765
|
+
|
|
2766
|
+
````text
|
|
2767
|
+
Copyright (c) 2017 http-rs authors
|
|
3235
2768
|
|
|
3236
2769
|
Permission is hereby granted, free of charge, to any
|
|
3237
2770
|
person obtaining a copy of this software and associated
|
|
@@ -3263,13 +2796,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3263
2796
|
|
|
3264
2797
|
## The following dependencies are licensed under the MIT License:
|
|
3265
2798
|
|
|
3266
|
-
###
|
|
2799
|
+
### Rust Crates:
|
|
3267
2800
|
|
|
3268
|
-
- [
|
|
2801
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
3269
2802
|
|
|
3270
2803
|
````text
|
|
3271
|
-
|
|
3272
|
-
|
|
2804
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
2805
|
+
Copyright (c) 2016 Alex Crichton
|
|
3273
2806
|
|
|
3274
2807
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3275
2808
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3289,6 +2822,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3289
2822
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3290
2823
|
THE SOFTWARE.
|
|
3291
2824
|
|
|
2825
|
+
|
|
3292
2826
|
````
|
|
3293
2827
|
|
|
3294
2828
|
---
|
|
@@ -3297,29 +2831,51 @@ THE SOFTWARE.
|
|
|
3297
2831
|
|
|
3298
2832
|
### Rust Crates:
|
|
3299
2833
|
|
|
3300
|
-
- [
|
|
2834
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
2835
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2836
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3301
2837
|
|
|
3302
2838
|
````text
|
|
3303
|
-
|
|
2839
|
+
MIT License
|
|
3304
2840
|
|
|
3305
|
-
|
|
3306
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3307
|
-
in the Software without restriction, including without limitation the rights
|
|
3308
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3309
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3310
|
-
furnished to do so, subject to the following conditions:
|
|
2841
|
+
Copyright (c) <year> <copyright holders>
|
|
3311
2842
|
|
|
3312
|
-
|
|
3313
|
-
|
|
2843
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
2844
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
2845
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2846
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
2847
|
+
following conditions:
|
|
3314
2848
|
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
THE SOFTWARE
|
|
2849
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
2850
|
+
portions of the Software.
|
|
2851
|
+
|
|
2852
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
2853
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
2854
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2855
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
2856
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2857
|
+
|
|
2858
|
+
````
|
|
2859
|
+
|
|
2860
|
+
---
|
|
2861
|
+
|
|
2862
|
+
## The following dependencies are licensed under the MIT License:
|
|
2863
|
+
|
|
2864
|
+
### Rust Crates:
|
|
2865
|
+
|
|
2866
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
2867
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2868
|
+
|
|
2869
|
+
````text
|
|
2870
|
+
The MIT License (MIT)
|
|
2871
|
+
|
|
2872
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
2873
|
+
|
|
2874
|
+
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:
|
|
2875
|
+
|
|
2876
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3322
2877
|
|
|
2878
|
+
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.
|
|
3323
2879
|
|
|
3324
2880
|
````
|
|
3325
2881
|
|
|
@@ -3327,13 +2883,14 @@ THE SOFTWARE.
|
|
|
3327
2883
|
|
|
3328
2884
|
## The following dependencies are licensed under the MIT License:
|
|
3329
2885
|
|
|
3330
|
-
###
|
|
2886
|
+
### NPM Packages:
|
|
3331
2887
|
|
|
3332
|
-
- [
|
|
3333
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2888
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
3334
2889
|
|
|
3335
2890
|
````text
|
|
3336
|
-
|
|
2891
|
+
The MIT License (MIT)
|
|
2892
|
+
|
|
2893
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
3337
2894
|
|
|
3338
2895
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3339
2896
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3353,25 +2910,21 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3353
2910
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3354
2911
|
SOFTWARE.
|
|
3355
2912
|
|
|
2913
|
+
|
|
3356
2914
|
````
|
|
3357
2915
|
|
|
3358
2916
|
---
|
|
3359
2917
|
|
|
3360
2918
|
## The following dependencies are licensed under the MIT License:
|
|
3361
2919
|
|
|
3362
|
-
###
|
|
2920
|
+
### NPM Packages:
|
|
3363
2921
|
|
|
3364
|
-
- [
|
|
2922
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
3365
2923
|
|
|
3366
2924
|
````text
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
Includes parts of http date with the following copyright:
|
|
3370
|
-
Copyright (c) 2016 Pyfisch
|
|
3371
|
-
|
|
3372
|
-
Includes portions of musl libc with the following copyright:
|
|
3373
|
-
Copyright © 2005-2013 Rich Felker
|
|
2925
|
+
MIT License
|
|
3374
2926
|
|
|
2927
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
3375
2928
|
|
|
3376
2929
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3377
2930
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3399,10 +2952,11 @@ SOFTWARE.
|
|
|
3399
2952
|
|
|
3400
2953
|
### Rust Crates:
|
|
3401
2954
|
|
|
3402
|
-
- [
|
|
2955
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
3403
2956
|
|
|
3404
2957
|
````text
|
|
3405
|
-
|
|
2958
|
+
Copyright (c) 2017 Daniel Abramov
|
|
2959
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3406
2960
|
|
|
3407
2961
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3408
2962
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3411,16 +2965,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3411
2965
|
copies of the Software, and to permit persons to whom the Software is
|
|
3412
2966
|
furnished to do so, subject to the following conditions:
|
|
3413
2967
|
|
|
3414
|
-
The above copyright notice and this permission notice shall be included in
|
|
3415
|
-
copies or substantial portions of the Software.
|
|
2968
|
+
The above copyright notice and this permission notice shall be included in
|
|
2969
|
+
all copies or substantial portions of the Software.
|
|
3416
2970
|
|
|
3417
2971
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3418
2972
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3419
2973
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3420
2974
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3421
2975
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3422
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3423
|
-
SOFTWARE.
|
|
2976
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2977
|
+
THE SOFTWARE.
|
|
3424
2978
|
|
|
3425
2979
|
````
|
|
3426
2980
|
|
|
@@ -3428,33 +2982,36 @@ SOFTWARE.
|
|
|
3428
2982
|
|
|
3429
2983
|
## The following dependencies are licensed under the MIT License:
|
|
3430
2984
|
|
|
3431
|
-
###
|
|
2985
|
+
### Rust Crates:
|
|
3432
2986
|
|
|
3433
|
-
- [
|
|
3434
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2987
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
3435
2988
|
|
|
3436
2989
|
````text
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
Copyright (c) Microsoft Corporation.
|
|
2990
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
3440
2991
|
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
2992
|
+
Permission is hereby granted, free of charge, to any
|
|
2993
|
+
person obtaining a copy of this software and associated
|
|
2994
|
+
documentation files (the "Software"), to deal in the
|
|
2995
|
+
Software without restriction, including without
|
|
2996
|
+
limitation the rights to use, copy, modify, merge,
|
|
2997
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2998
|
+
the Software, and to permit persons to whom the Software
|
|
2999
|
+
is furnished to do so, subject to the following
|
|
3000
|
+
conditions:
|
|
3447
3001
|
|
|
3448
|
-
|
|
3449
|
-
|
|
3002
|
+
The above copyright notice and this permission notice
|
|
3003
|
+
shall be included in all copies or substantial portions
|
|
3004
|
+
of the Software.
|
|
3450
3005
|
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3006
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3007
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3008
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3009
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3010
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3011
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3012
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3013
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3014
|
+
DEALINGS IN THE SOFTWARE.
|
|
3458
3015
|
|
|
3459
3016
|
````
|
|
3460
3017
|
|
|
@@ -3464,10 +3021,10 @@ SOFTWARE.
|
|
|
3464
3021
|
|
|
3465
3022
|
### Rust Crates:
|
|
3466
3023
|
|
|
3467
|
-
- [
|
|
3024
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
3468
3025
|
|
|
3469
3026
|
````text
|
|
3470
|
-
Copyright (c)
|
|
3027
|
+
Copyright (c) 2016--2017
|
|
3471
3028
|
|
|
3472
3029
|
Permission is hereby granted, free of charge, to any
|
|
3473
3030
|
person obtaining a copy of this software and associated
|
|
@@ -3501,10 +3058,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3501
3058
|
|
|
3502
3059
|
### Rust Crates:
|
|
3503
3060
|
|
|
3504
|
-
- [
|
|
3061
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
3505
3062
|
|
|
3506
3063
|
````text
|
|
3507
|
-
Copyright
|
|
3064
|
+
Copyright 2023 The Fuchsia Authors
|
|
3508
3065
|
|
|
3509
3066
|
Permission is hereby granted, free of charge, to any
|
|
3510
3067
|
person obtaining a copy of this software and associated
|
|
@@ -3530,6 +3087,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3530
3087
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3531
3088
|
DEALINGS IN THE SOFTWARE.
|
|
3532
3089
|
|
|
3090
|
+
|
|
3533
3091
|
````
|
|
3534
3092
|
|
|
3535
3093
|
---
|
|
@@ -3538,10 +3096,49 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3538
3096
|
|
|
3539
3097
|
### Rust Crates:
|
|
3540
3098
|
|
|
3541
|
-
- [
|
|
3099
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
3542
3100
|
|
|
3543
3101
|
````text
|
|
3544
|
-
Copyright (c)
|
|
3102
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
3103
|
+
|
|
3104
|
+
Permission is hereby granted, free of charge, to any
|
|
3105
|
+
person obtaining a copy of this software and associated
|
|
3106
|
+
documentation files (the "Software"), to deal in the
|
|
3107
|
+
Software without restriction, including without
|
|
3108
|
+
limitation the rights to use, copy, modify, merge,
|
|
3109
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3110
|
+
the Software, and to permit persons to whom the Software
|
|
3111
|
+
is furnished to do so, subject to the following
|
|
3112
|
+
conditions:
|
|
3113
|
+
|
|
3114
|
+
The above copyright notice and this permission notice
|
|
3115
|
+
shall be included in all copies or substantial portions
|
|
3116
|
+
of the Software.
|
|
3117
|
+
|
|
3118
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3119
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3120
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3121
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3122
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3123
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3124
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3125
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3126
|
+
DEALINGS IN THE SOFTWARE.
|
|
3127
|
+
|
|
3128
|
+
````
|
|
3129
|
+
|
|
3130
|
+
---
|
|
3131
|
+
|
|
3132
|
+
## The following dependencies are licensed under the MIT License:
|
|
3133
|
+
|
|
3134
|
+
### NPM Packages:
|
|
3135
|
+
|
|
3136
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
3137
|
+
|
|
3138
|
+
````text
|
|
3139
|
+
MIT License
|
|
3140
|
+
|
|
3141
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
3545
3142
|
|
|
3546
3143
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3547
3144
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3550,16 +3147,18 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3550
3147
|
copies of the Software, and to permit persons to whom the Software is
|
|
3551
3148
|
furnished to do so, subject to the following conditions:
|
|
3552
3149
|
|
|
3553
|
-
The above copyright notice and this permission notice shall be included in
|
|
3554
|
-
|
|
3150
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3151
|
+
copies or substantial portions of the Software.
|
|
3555
3152
|
|
|
3556
3153
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3557
3154
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3558
3155
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3559
3156
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3560
3157
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3561
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3562
|
-
|
|
3158
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3159
|
+
SOFTWARE.
|
|
3160
|
+
|
|
3161
|
+
[others]: https://github.com/json5/json5/contributors
|
|
3563
3162
|
|
|
3564
3163
|
````
|
|
3565
3164
|
|
|
@@ -3569,10 +3168,85 @@ THE SOFTWARE.
|
|
|
3569
3168
|
|
|
3570
3169
|
### Rust Crates:
|
|
3571
3170
|
|
|
3572
|
-
- [
|
|
3171
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
3573
3172
|
|
|
3574
3173
|
````text
|
|
3575
|
-
|
|
3174
|
+
The MIT License (MIT)
|
|
3175
|
+
|
|
3176
|
+
Copyright (c) 2016 Johann Tuffe
|
|
3177
|
+
|
|
3178
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3179
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3180
|
+
in the Software without restriction, including without limitation the rights
|
|
3181
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3182
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3183
|
+
furnished to do so, subject to the following conditions:
|
|
3184
|
+
|
|
3185
|
+
|
|
3186
|
+
The above copyright notice and this permission notice shall be included in
|
|
3187
|
+
all copies or substantial portions of the Software.
|
|
3188
|
+
|
|
3189
|
+
|
|
3190
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3191
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3192
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3193
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3194
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3195
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3196
|
+
THE SOFTWARE.
|
|
3197
|
+
|
|
3198
|
+
````
|
|
3199
|
+
|
|
3200
|
+
---
|
|
3201
|
+
|
|
3202
|
+
## The following dependencies are licensed under the MIT License:
|
|
3203
|
+
|
|
3204
|
+
### Rust Crates:
|
|
3205
|
+
|
|
3206
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
3207
|
+
|
|
3208
|
+
````text
|
|
3209
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
3210
|
+
|
|
3211
|
+
Permission is hereby granted, free of charge, to any
|
|
3212
|
+
person obtaining a copy of this software and associated
|
|
3213
|
+
documentation files (the "Software"), to deal in the
|
|
3214
|
+
Software without restriction, including without
|
|
3215
|
+
limitation the rights to use, copy, modify, merge,
|
|
3216
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3217
|
+
the Software, and to permit persons to whom the Software
|
|
3218
|
+
is furnished to do so, subject to the following
|
|
3219
|
+
conditions:
|
|
3220
|
+
|
|
3221
|
+
The above copyright notice and this permission notice
|
|
3222
|
+
shall be included in all copies or substantial portions
|
|
3223
|
+
of the Software.
|
|
3224
|
+
|
|
3225
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3226
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3227
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3228
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3229
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3230
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3231
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3232
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3233
|
+
DEALINGS IN THE SOFTWARE.
|
|
3234
|
+
|
|
3235
|
+
````
|
|
3236
|
+
|
|
3237
|
+
---
|
|
3238
|
+
|
|
3239
|
+
## The following dependencies are licensed under the MIT License:
|
|
3240
|
+
|
|
3241
|
+
### NPM Packages:
|
|
3242
|
+
|
|
3243
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
3244
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3245
|
+
|
|
3246
|
+
````text
|
|
3247
|
+
MIT License
|
|
3248
|
+
|
|
3249
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
3576
3250
|
|
|
3577
3251
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3578
3252
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3581,17 +3255,53 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3581
3255
|
copies of the Software, and to permit persons to whom the Software is
|
|
3582
3256
|
furnished to do so, subject to the following conditions:
|
|
3583
3257
|
|
|
3584
|
-
The above copyright notice and this permission notice shall be included in
|
|
3585
|
-
|
|
3258
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3259
|
+
copies or substantial portions of the Software.
|
|
3260
|
+
|
|
3261
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3262
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3263
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3264
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3265
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3266
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3267
|
+
SOFTWARE.
|
|
3268
|
+
|
|
3269
|
+
````
|
|
3270
|
+
|
|
3271
|
+
---
|
|
3272
|
+
|
|
3273
|
+
## The following dependencies are licensed under the MIT License:
|
|
3274
|
+
|
|
3275
|
+
### Rust Crates:
|
|
3276
|
+
|
|
3277
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
3278
|
+
|
|
3279
|
+
````text
|
|
3280
|
+
Copyright Mozilla Foundation
|
|
3281
|
+
|
|
3282
|
+
Permission is hereby granted, free of charge, to any
|
|
3283
|
+
person obtaining a copy of this software and associated
|
|
3284
|
+
documentation files (the "Software"), to deal in the
|
|
3285
|
+
Software without restriction, including without
|
|
3286
|
+
limitation the rights to use, copy, modify, merge,
|
|
3287
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3288
|
+
the Software, and to permit persons to whom the Software
|
|
3289
|
+
is furnished to do so, subject to the following
|
|
3290
|
+
conditions:
|
|
3586
3291
|
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3591
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3592
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3593
|
-
THE SOFTWARE.
|
|
3292
|
+
The above copyright notice and this permission notice
|
|
3293
|
+
shall be included in all copies or substantial portions
|
|
3294
|
+
of the Software.
|
|
3594
3295
|
|
|
3296
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3297
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3298
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3299
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3300
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3301
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3302
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3303
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3304
|
+
DEALINGS IN THE SOFTWARE.
|
|
3595
3305
|
|
|
3596
3306
|
````
|
|
3597
3307
|
|
|
@@ -3601,10 +3311,12 @@ THE SOFTWARE.
|
|
|
3601
3311
|
|
|
3602
3312
|
### Rust Crates:
|
|
3603
3313
|
|
|
3604
|
-
- [
|
|
3314
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
3315
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3316
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
3605
3317
|
|
|
3606
3318
|
````text
|
|
3607
|
-
Copyright
|
|
3319
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
3608
3320
|
|
|
3609
3321
|
Permission is hereby granted, free of charge, to any
|
|
3610
3322
|
person obtaining a copy of this software and associated
|
|
@@ -3638,13 +3350,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3638
3350
|
|
|
3639
3351
|
### Rust Crates:
|
|
3640
3352
|
|
|
3641
|
-
- [
|
|
3642
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3353
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
3643
3354
|
|
|
3644
3355
|
````text
|
|
3645
|
-
Copyright (c)
|
|
3646
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
3647
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
3356
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
3648
3357
|
|
|
3649
3358
|
Permission is hereby granted, free of charge, to any
|
|
3650
3359
|
person obtaining a copy of this software and associated
|
|
@@ -3678,17 +3387,38 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3678
3387
|
|
|
3679
3388
|
### Rust Crates:
|
|
3680
3389
|
|
|
3681
|
-
- [
|
|
3682
|
-
- [
|
|
3683
|
-
- [
|
|
3684
|
-
- [
|
|
3685
|
-
- [
|
|
3686
|
-
- [
|
|
3390
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
3391
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
3392
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
3393
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
3394
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
3395
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
3396
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
3397
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
3398
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
3399
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3400
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3401
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
3402
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
3403
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
3404
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
3405
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3406
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3407
|
+
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
3408
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
3409
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
3410
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
3411
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
3412
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
3413
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
3414
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3415
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3416
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3417
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3418
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
3419
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
3687
3420
|
|
|
3688
3421
|
````text
|
|
3689
|
-
Copyright 2018 Developers of the Rand project
|
|
3690
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3691
|
-
|
|
3692
3422
|
Permission is hereby granted, free of charge, to any
|
|
3693
3423
|
person obtaining a copy of this software and associated
|
|
3694
3424
|
documentation files (the "Software"), to deal in the
|
|
@@ -3721,10 +3451,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3721
3451
|
|
|
3722
3452
|
### Rust Crates:
|
|
3723
3453
|
|
|
3724
|
-
- [
|
|
3454
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
3725
3455
|
|
|
3726
3456
|
````text
|
|
3727
|
-
|
|
3457
|
+
The MIT License (MIT)
|
|
3458
|
+
|
|
3459
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
3460
|
+
|
|
3461
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3462
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3463
|
+
in the Software without restriction, including without limitation the rights
|
|
3464
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3465
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3466
|
+
furnished to do so, subject to the following conditions:
|
|
3467
|
+
|
|
3468
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3469
|
+
copies or substantial portions of the Software.
|
|
3470
|
+
|
|
3471
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3472
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3473
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3474
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3475
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3476
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3477
|
+
SOFTWARE.
|
|
3478
|
+
|
|
3479
|
+
````
|
|
3480
|
+
|
|
3481
|
+
---
|
|
3482
|
+
|
|
3483
|
+
## The following dependencies are licensed under the MIT License:
|
|
3484
|
+
|
|
3485
|
+
### Rust Crates:
|
|
3486
|
+
|
|
3487
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
3488
|
+
|
|
3489
|
+
````text
|
|
3490
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
3728
3491
|
|
|
3729
3492
|
Permission is hereby granted, free of charge, to any
|
|
3730
3493
|
person obtaining a copy of this software and associated
|
|
@@ -3758,15 +3521,48 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3758
3521
|
|
|
3759
3522
|
### Rust Crates:
|
|
3760
3523
|
|
|
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)
|
|
3524
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
3767
3525
|
|
|
3768
3526
|
````text
|
|
3769
|
-
|
|
3527
|
+
The MIT License (MIT)
|
|
3528
|
+
|
|
3529
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
3530
|
+
|
|
3531
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3532
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3533
|
+
in the Software without restriction, including without limitation the rights
|
|
3534
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3535
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3536
|
+
furnished to do so, subject to the following conditions:
|
|
3537
|
+
|
|
3538
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3539
|
+
copies or substantial portions of the Software.
|
|
3540
|
+
|
|
3541
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3542
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3543
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3544
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3545
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3546
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3547
|
+
SOFTWARE.
|
|
3548
|
+
|
|
3549
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
3550
|
+
licences; see files named LICENSE.*.txt for details.
|
|
3551
|
+
````
|
|
3552
|
+
|
|
3553
|
+
---
|
|
3554
|
+
|
|
3555
|
+
## The following dependencies are licensed under the MIT License:
|
|
3556
|
+
|
|
3557
|
+
### Rust Crates:
|
|
3558
|
+
|
|
3559
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
3560
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3561
|
+
|
|
3562
|
+
````text
|
|
3563
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
3564
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
3565
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
3770
3566
|
|
|
3771
3567
|
Permission is hereby granted, free of charge, to any
|
|
3772
3568
|
person obtaining a copy of this software and associated
|
|
@@ -3798,12 +3594,42 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3798
3594
|
|
|
3799
3595
|
## The following dependencies are licensed under the MIT License:
|
|
3800
3596
|
|
|
3597
|
+
### NPM Packages:
|
|
3598
|
+
|
|
3599
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
3600
|
+
|
|
3601
|
+
````text
|
|
3602
|
+
This software is released under the MIT license:
|
|
3603
|
+
|
|
3604
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3605
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3606
|
+
the Software without restriction, including without limitation the rights to
|
|
3607
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3608
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3609
|
+
subject to the following conditions:
|
|
3610
|
+
|
|
3611
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3612
|
+
copies or substantial portions of the Software.
|
|
3613
|
+
|
|
3614
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3615
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3616
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3617
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3618
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3619
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3620
|
+
|
|
3621
|
+
````
|
|
3622
|
+
|
|
3623
|
+
---
|
|
3624
|
+
|
|
3625
|
+
## The following dependencies are licensed under the MIT License:
|
|
3626
|
+
|
|
3801
3627
|
### Rust Crates:
|
|
3802
3628
|
|
|
3803
|
-
- [
|
|
3629
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
3804
3630
|
|
|
3805
3631
|
````text
|
|
3806
|
-
Copyright
|
|
3632
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
3807
3633
|
|
|
3808
3634
|
Permission is hereby granted, free of charge, to any
|
|
3809
3635
|
person obtaining a copy of this software and associated
|
|
@@ -3837,11 +3663,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3837
3663
|
|
|
3838
3664
|
### Rust Crates:
|
|
3839
3665
|
|
|
3840
|
-
- [
|
|
3666
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
3841
3667
|
|
|
3842
3668
|
````text
|
|
3843
|
-
|
|
3844
|
-
|
|
3669
|
+
MIT License
|
|
3670
|
+
|
|
3671
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
3672
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
3673
|
+
Copyright (c) 2017 Frommi
|
|
3674
|
+
Copyright (c) 2017-2024 oyvindln
|
|
3845
3675
|
|
|
3846
3676
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3847
3677
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3867,6 +3697,76 @@ SOFTWARE.
|
|
|
3867
3697
|
|
|
3868
3698
|
## The following dependencies are licensed under the MIT License:
|
|
3869
3699
|
|
|
3700
|
+
### Rust Crates:
|
|
3701
|
+
|
|
3702
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
3703
|
+
|
|
3704
|
+
````text
|
|
3705
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
3706
|
+
|
|
3707
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3708
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3709
|
+
in the Software without restriction, including without limitation the rights
|
|
3710
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3711
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3712
|
+
furnished to do so, subject to the following conditions:
|
|
3713
|
+
|
|
3714
|
+
The above copyright notice and this permission notice shall be included in
|
|
3715
|
+
all copies or substantial portions of the Software.
|
|
3716
|
+
|
|
3717
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3718
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3719
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3720
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3721
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3722
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3723
|
+
THE SOFTWARE.
|
|
3724
|
+
|
|
3725
|
+
|
|
3726
|
+
````
|
|
3727
|
+
|
|
3728
|
+
---
|
|
3729
|
+
|
|
3730
|
+
## The following dependencies are licensed under the MIT License:
|
|
3731
|
+
|
|
3732
|
+
### Rust Crates:
|
|
3733
|
+
|
|
3734
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
3735
|
+
|
|
3736
|
+
````text
|
|
3737
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
3738
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3739
|
+
|
|
3740
|
+
Permission is hereby granted, free of charge, to any
|
|
3741
|
+
person obtaining a copy of this software and associated
|
|
3742
|
+
documentation files (the "Software"), to deal in the
|
|
3743
|
+
Software without restriction, including without
|
|
3744
|
+
limitation the rights to use, copy, modify, merge,
|
|
3745
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3746
|
+
the Software, and to permit persons to whom the Software
|
|
3747
|
+
is furnished to do so, subject to the following
|
|
3748
|
+
conditions:
|
|
3749
|
+
|
|
3750
|
+
The above copyright notice and this permission notice
|
|
3751
|
+
shall be included in all copies or substantial portions
|
|
3752
|
+
of the Software.
|
|
3753
|
+
|
|
3754
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3755
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3756
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3757
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3758
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3759
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3760
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3761
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3762
|
+
DEALINGS IN THE SOFTWARE.
|
|
3763
|
+
|
|
3764
|
+
````
|
|
3765
|
+
|
|
3766
|
+
---
|
|
3767
|
+
|
|
3768
|
+
## The following dependencies are licensed under the MIT License:
|
|
3769
|
+
|
|
3870
3770
|
### NPM Packages:
|
|
3871
3771
|
|
|
3872
3772
|
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
@@ -3902,10 +3802,10 @@ THE SOFTWARE.
|
|
|
3902
3802
|
|
|
3903
3803
|
### Rust Crates:
|
|
3904
3804
|
|
|
3905
|
-
- [
|
|
3805
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
3906
3806
|
|
|
3907
3807
|
````text
|
|
3908
|
-
Copyright (c)
|
|
3808
|
+
Copyright (c) 2015 Steven Allen
|
|
3909
3809
|
|
|
3910
3810
|
Permission is hereby granted, free of charge, to any
|
|
3911
3811
|
person obtaining a copy of this software and associated
|
|
@@ -3937,12 +3837,46 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3937
3837
|
|
|
3938
3838
|
## The following dependencies are licensed under the MIT License:
|
|
3939
3839
|
|
|
3840
|
+
### NPM Packages:
|
|
3841
|
+
|
|
3842
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
3843
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
3844
|
+
|
|
3845
|
+
````text
|
|
3846
|
+
MIT License
|
|
3847
|
+
|
|
3848
|
+
Copyright (c) Microsoft Corporation.
|
|
3849
|
+
|
|
3850
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3851
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3852
|
+
in the Software without restriction, including without limitation the rights
|
|
3853
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3854
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3855
|
+
furnished to do so, subject to the following conditions:
|
|
3856
|
+
|
|
3857
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3858
|
+
copies or substantial portions of the Software.
|
|
3859
|
+
|
|
3860
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3861
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3862
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3863
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3864
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3865
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3866
|
+
SOFTWARE
|
|
3867
|
+
|
|
3868
|
+
````
|
|
3869
|
+
|
|
3870
|
+
---
|
|
3871
|
+
|
|
3872
|
+
## The following dependencies are licensed under the MIT License:
|
|
3873
|
+
|
|
3940
3874
|
### Rust Crates:
|
|
3941
3875
|
|
|
3942
|
-
- [
|
|
3876
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
3943
3877
|
|
|
3944
3878
|
````text
|
|
3945
|
-
Copyright (c)
|
|
3879
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
3946
3880
|
|
|
3947
3881
|
Permission is hereby granted, free of charge, to any
|
|
3948
3882
|
person obtaining a copy of this software and associated
|
|
@@ -3976,37 +3910,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3976
3910
|
|
|
3977
3911
|
### Rust Crates:
|
|
3978
3912
|
|
|
3979
|
-
- [
|
|
3980
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
3981
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
3982
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
3913
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
3983
3914
|
|
|
3984
3915
|
````text
|
|
3985
|
-
|
|
3916
|
+
The MIT License (MIT)
|
|
3986
3917
|
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
Software without restriction, including without
|
|
3991
|
-
limitation the rights to use, copy, modify, merge,
|
|
3992
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3993
|
-
the Software, and to permit persons to whom the Software
|
|
3994
|
-
is furnished to do so, subject to the following
|
|
3995
|
-
conditions:
|
|
3918
|
+
Copyright (c) 2015 Danny Guo
|
|
3919
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3920
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
3996
3921
|
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
3922
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3923
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3924
|
+
in the Software without restriction, including without limitation the rights
|
|
3925
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3926
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3927
|
+
furnished to do so, subject to the following conditions:
|
|
4000
3928
|
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
|
|
4008
|
-
IN
|
|
4009
|
-
|
|
3929
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3930
|
+
copies or substantial portions of the Software.
|
|
3931
|
+
|
|
3932
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3933
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3934
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3935
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3936
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3937
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3938
|
+
SOFTWARE.
|
|
4010
3939
|
|
|
4011
3940
|
````
|
|
4012
3941
|
|
|
@@ -4016,34 +3945,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4016
3945
|
|
|
4017
3946
|
### Rust Crates:
|
|
4018
3947
|
|
|
4019
|
-
- [
|
|
3948
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
3949
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
4020
3950
|
|
|
4021
3951
|
````text
|
|
4022
|
-
Copyright (c)
|
|
3952
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
4023
3953
|
|
|
4024
|
-
Permission is hereby granted, free of charge, to any
|
|
4025
|
-
|
|
4026
|
-
|
|
4027
|
-
|
|
4028
|
-
|
|
4029
|
-
|
|
4030
|
-
the Software, and to permit persons to whom the Software
|
|
4031
|
-
is furnished to do so, subject to the following
|
|
4032
|
-
conditions:
|
|
3954
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3955
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3956
|
+
in the Software without restriction, including without limitation the rights
|
|
3957
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3958
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3959
|
+
furnished to do so, subject to the following conditions:
|
|
4033
3960
|
|
|
4034
|
-
The above copyright notice and this permission notice
|
|
4035
|
-
|
|
4036
|
-
of the Software.
|
|
3961
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3962
|
+
copies or substantial portions of the Software.
|
|
4037
3963
|
|
|
4038
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4039
|
-
|
|
4040
|
-
|
|
4041
|
-
|
|
4042
|
-
|
|
4043
|
-
|
|
4044
|
-
|
|
4045
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4046
|
-
DEALINGS IN THE SOFTWARE.
|
|
3964
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3965
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3966
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3967
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3968
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3969
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3970
|
+
SOFTWARE.
|
|
4047
3971
|
|
|
4048
3972
|
````
|
|
4049
3973
|
|
|
@@ -4053,10 +3977,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4053
3977
|
|
|
4054
3978
|
### Rust Crates:
|
|
4055
3979
|
|
|
4056
|
-
- [
|
|
3980
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
4057
3981
|
|
|
4058
3982
|
````text
|
|
4059
|
-
Copyright (c)
|
|
3983
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
4060
3984
|
|
|
4061
3985
|
Permission is hereby granted, free of charge, to any
|
|
4062
3986
|
person obtaining a copy of this software and associated
|
|
@@ -4090,74 +4014,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4090
4014
|
|
|
4091
4015
|
### Rust Crates:
|
|
4092
4016
|
|
|
4093
|
-
- [
|
|
4094
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
4095
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
4096
|
-
|
|
4097
|
-
````text
|
|
4098
|
-
MIT License
|
|
4099
|
-
|
|
4100
|
-
Copyright (c) <year> <copyright holders>
|
|
4101
|
-
|
|
4102
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
4103
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
4104
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4105
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
4106
|
-
following conditions:
|
|
4107
|
-
|
|
4108
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
4109
|
-
portions of the Software.
|
|
4110
|
-
|
|
4111
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
4112
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
4113
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4114
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
4115
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4116
|
-
|
|
4117
|
-
````
|
|
4118
|
-
|
|
4119
|
-
---
|
|
4120
|
-
|
|
4121
|
-
## The following dependencies are licensed under the MIT License:
|
|
4122
|
-
|
|
4123
|
-
### Rust Crates:
|
|
4124
|
-
|
|
4125
|
-
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
4126
|
-
|
|
4127
|
-
````text
|
|
4128
|
-
The MIT License (MIT)
|
|
4129
|
-
|
|
4130
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
4131
|
-
|
|
4132
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4133
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4134
|
-
in the Software without restriction, including without limitation the rights
|
|
4135
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4136
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4137
|
-
furnished to do so, subject to the following conditions:
|
|
4138
|
-
|
|
4139
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4140
|
-
copies or substantial portions of the Software.
|
|
4141
|
-
|
|
4142
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4143
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4144
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4145
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4146
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4147
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4148
|
-
SOFTWARE.
|
|
4149
|
-
````
|
|
4150
|
-
|
|
4151
|
-
---
|
|
4152
|
-
|
|
4153
|
-
## The following dependencies are licensed under the MIT License:
|
|
4154
|
-
|
|
4155
|
-
### Rust Crates:
|
|
4156
|
-
|
|
4157
|
-
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
4017
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
4158
4018
|
|
|
4159
4019
|
````text
|
|
4160
|
-
Copyright (c)
|
|
4020
|
+
Copyright (c) 2017 Robert Grosse
|
|
4161
4021
|
|
|
4162
4022
|
Permission is hereby granted, free of charge, to any
|
|
4163
4023
|
person obtaining a copy of this software and associated
|
|
@@ -4182,6 +4042,36 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
4182
4042
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4183
4043
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4184
4044
|
DEALINGS IN THE SOFTWARE.
|
|
4045
|
+
````
|
|
4046
|
+
|
|
4047
|
+
---
|
|
4048
|
+
|
|
4049
|
+
## The following dependencies are licensed under the MIT License:
|
|
4050
|
+
|
|
4051
|
+
### Rust Crates:
|
|
4052
|
+
|
|
4053
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
4054
|
+
|
|
4055
|
+
````text
|
|
4056
|
+
Copyright (c) 2018 directories-rs contributors
|
|
4057
|
+
|
|
4058
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4059
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4060
|
+
in the Software without restriction, including without limitation the rights
|
|
4061
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4062
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4063
|
+
furnished to do so, subject to the following conditions:
|
|
4064
|
+
|
|
4065
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4066
|
+
copies or substantial portions of the Software.
|
|
4067
|
+
|
|
4068
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4069
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4070
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4071
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4072
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4073
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4074
|
+
SOFTWARE.
|
|
4185
4075
|
|
|
4186
4076
|
````
|
|
4187
4077
|
|
|
@@ -4572,6 +4462,18 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4572
4462
|
|
|
4573
4463
|
---
|
|
4574
4464
|
|
|
4465
|
+
## The following dependencies are licensed under the UNKNOWN License:
|
|
4466
|
+
|
|
4467
|
+
### NPM Packages:
|
|
4468
|
+
|
|
4469
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.5) (0.0.5)
|
|
4470
|
+
|
|
4471
|
+
````text
|
|
4472
|
+
Please refer to the package README for license details.
|
|
4473
|
+
````
|
|
4474
|
+
|
|
4475
|
+
---
|
|
4476
|
+
|
|
4575
4477
|
## The following dependencies are licensed under the Unicode-3.0 License:
|
|
4576
4478
|
|
|
4577
4479
|
### Rust Crates:
|