@deveco-codegenie/mcp-darwin-x64 0.2.3-beta → 0.2.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/README.md +3 -10
- package/THIRD_PARTY_LICENSES.md +1161 -1161
- package/bin/codegenie-mcp-server +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -16,6 +16,30 @@
|
|
|
16
16
|
- MPL-2.0: 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,25 +94,88 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
70
94
|
|
|
71
95
|
---
|
|
72
96
|
|
|
73
|
-
## The following dependencies are licensed under the
|
|
97
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
74
98
|
|
|
75
99
|
### Rust Crates:
|
|
76
100
|
|
|
77
|
-
- [
|
|
101
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
102
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
103
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
78
104
|
|
|
79
105
|
````text
|
|
80
|
-
|
|
106
|
+
Apache License
|
|
107
|
+
Version 2.0, January 2004
|
|
108
|
+
http://www.apache.org/licenses/
|
|
81
109
|
|
|
82
|
-
|
|
83
|
-
any purpose with or without fee is hereby granted.
|
|
110
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
84
111
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
112
|
+
1. Definitions.
|
|
113
|
+
|
|
114
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
115
|
+
|
|
116
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
117
|
+
|
|
118
|
+
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
119
|
+
|
|
120
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
121
|
+
|
|
122
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
123
|
+
|
|
124
|
+
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
125
|
+
|
|
126
|
+
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
127
|
+
|
|
128
|
+
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
129
|
+
|
|
130
|
+
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
131
|
+
|
|
132
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
133
|
+
|
|
134
|
+
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
135
|
+
|
|
136
|
+
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
137
|
+
|
|
138
|
+
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
139
|
+
|
|
140
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
141
|
+
|
|
142
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
143
|
+
|
|
144
|
+
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
145
|
+
|
|
146
|
+
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
147
|
+
|
|
148
|
+
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
149
|
+
|
|
150
|
+
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
151
|
+
|
|
152
|
+
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
153
|
+
|
|
154
|
+
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
155
|
+
|
|
156
|
+
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
157
|
+
|
|
158
|
+
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
159
|
+
|
|
160
|
+
END OF TERMS AND CONDITIONS
|
|
161
|
+
|
|
162
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
163
|
+
|
|
164
|
+
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
165
|
+
|
|
166
|
+
Copyright [yyyy] [name of copyright owner]
|
|
167
|
+
|
|
168
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
169
|
+
you may not use this file except in compliance with the License.
|
|
170
|
+
You may obtain a copy of the License at
|
|
171
|
+
|
|
172
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
173
|
+
|
|
174
|
+
Unless required by applicable law or agreed to in writing, software
|
|
175
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
176
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
177
|
+
See the License for the specific language governing permissions and
|
|
178
|
+
limitations under the License.
|
|
92
179
|
|
|
93
180
|
````
|
|
94
181
|
|
|
@@ -522,93 +609,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
522
609
|
|
|
523
610
|
---
|
|
524
611
|
|
|
525
|
-
## The following dependencies are licensed under the Apache-2.0 License:
|
|
526
|
-
|
|
527
|
-
### Rust Crates:
|
|
528
|
-
|
|
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)
|
|
532
|
-
|
|
533
|
-
````text
|
|
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.
|
|
607
|
-
|
|
608
|
-
````
|
|
609
|
-
|
|
610
|
-
---
|
|
611
|
-
|
|
612
612
|
## The following dependencies are licensed under the BSD-3-Clause License:
|
|
613
613
|
|
|
614
614
|
### NPM Packages:
|
|
@@ -693,18 +693,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
693
693
|
|
|
694
694
|
### NPM Packages:
|
|
695
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:
|
|
705
|
-
|
|
706
|
-
### NPM Packages:
|
|
707
|
-
|
|
708
696
|
- [pixelmatch](https://github.com/mapbox/pixelmatch) (7.1.0)
|
|
709
697
|
|
|
710
698
|
````text
|
|
@@ -728,39 +716,14 @@ THIS SOFTWARE.
|
|
|
728
716
|
|
|
729
717
|
---
|
|
730
718
|
|
|
731
|
-
## The following dependencies are licensed under the
|
|
719
|
+
## The following dependencies are licensed under the ISC License:
|
|
732
720
|
|
|
733
|
-
###
|
|
721
|
+
### NPM Packages:
|
|
734
722
|
|
|
735
|
-
- [
|
|
723
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.3) (0.0.3)
|
|
736
724
|
|
|
737
725
|
````text
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
Permission is hereby granted, free of charge, to any
|
|
741
|
-
person obtaining a copy of this software and associated
|
|
742
|
-
documentation files (the "Software"), to deal in the
|
|
743
|
-
Software without restriction, including without
|
|
744
|
-
limitation the rights to use, copy, modify, merge,
|
|
745
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
746
|
-
the Software, and to permit persons to whom the Software
|
|
747
|
-
is furnished to do so, subject to the following
|
|
748
|
-
conditions:
|
|
749
|
-
|
|
750
|
-
The above copyright notice and this permission notice
|
|
751
|
-
shall be included in all copies or substantial portions
|
|
752
|
-
of the Software.
|
|
753
|
-
|
|
754
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
755
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
756
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
757
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
758
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
759
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
760
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
761
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
762
|
-
DEALINGS IN THE SOFTWARE.
|
|
763
|
-
|
|
726
|
+
Please refer to the package README for license details.
|
|
764
727
|
````
|
|
765
728
|
|
|
766
729
|
---
|
|
@@ -769,10 +732,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
769
732
|
|
|
770
733
|
### Rust Crates:
|
|
771
734
|
|
|
772
|
-
- [
|
|
735
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
736
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
773
737
|
|
|
774
738
|
````text
|
|
775
|
-
Copyright (c)
|
|
739
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
776
740
|
|
|
777
741
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
778
742
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -781,17 +745,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
781
745
|
copies of the Software, and to permit persons to whom the Software is
|
|
782
746
|
furnished to do so, subject to the following conditions:
|
|
783
747
|
|
|
784
|
-
The above copyright notice and this permission notice shall be included in
|
|
785
|
-
|
|
748
|
+
The above copyright notice and this permission notice shall be included in all
|
|
749
|
+
copies or substantial portions of the Software.
|
|
786
750
|
|
|
787
751
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
788
752
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
789
753
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
790
754
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
791
755
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
792
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
793
|
-
|
|
794
|
-
|
|
756
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
757
|
+
SOFTWARE.
|
|
795
758
|
|
|
796
759
|
````
|
|
797
760
|
|
|
@@ -801,11 +764,13 @@ THE SOFTWARE.
|
|
|
801
764
|
|
|
802
765
|
### Rust Crates:
|
|
803
766
|
|
|
804
|
-
- [
|
|
767
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
805
768
|
|
|
806
769
|
````text
|
|
807
770
|
MIT License
|
|
808
771
|
|
|
772
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
773
|
+
|
|
809
774
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
810
775
|
of this software and associated documentation files (the "Software"), to deal
|
|
811
776
|
in the Software without restriction, including without limitation the rights
|
|
@@ -830,93 +795,14 @@ SOFTWARE.
|
|
|
830
795
|
|
|
831
796
|
## The following dependencies are licensed under the MIT License:
|
|
832
797
|
|
|
833
|
-
###
|
|
834
|
-
|
|
835
|
-
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
836
|
-
|
|
837
|
-
````text
|
|
838
|
-
The MIT License (MIT)
|
|
839
|
-
|
|
840
|
-
Copyright (c) 2016 Johann Tuffe
|
|
841
|
-
|
|
842
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
843
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
844
|
-
in the Software without restriction, including without limitation the rights
|
|
845
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
846
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
847
|
-
furnished to do so, subject to the following conditions:
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
The above copyright notice and this permission notice shall be included in
|
|
851
|
-
all copies or substantial portions of the Software.
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
855
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
856
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
857
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
858
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
859
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
860
|
-
THE SOFTWARE.
|
|
861
|
-
|
|
862
|
-
````
|
|
863
|
-
|
|
864
|
-
---
|
|
865
|
-
|
|
866
|
-
## The following dependencies are licensed under the MIT License:
|
|
867
|
-
|
|
868
|
-
### Rust Crates:
|
|
869
|
-
|
|
870
|
-
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
871
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
872
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
873
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
874
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
875
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
876
|
-
|
|
877
|
-
````text
|
|
878
|
-
Copyright 2018 Developers of the Rand project
|
|
879
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
880
|
-
|
|
881
|
-
Permission is hereby granted, free of charge, to any
|
|
882
|
-
person obtaining a copy of this software and associated
|
|
883
|
-
documentation files (the "Software"), to deal in the
|
|
884
|
-
Software without restriction, including without
|
|
885
|
-
limitation the rights to use, copy, modify, merge,
|
|
886
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
887
|
-
the Software, and to permit persons to whom the Software
|
|
888
|
-
is furnished to do so, subject to the following
|
|
889
|
-
conditions:
|
|
890
|
-
|
|
891
|
-
The above copyright notice and this permission notice
|
|
892
|
-
shall be included in all copies or substantial portions
|
|
893
|
-
of the Software.
|
|
894
|
-
|
|
895
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
896
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
897
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
898
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
899
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
900
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
901
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
902
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
903
|
-
DEALINGS IN THE SOFTWARE.
|
|
904
|
-
|
|
905
|
-
````
|
|
906
|
-
|
|
907
|
-
---
|
|
908
|
-
|
|
909
|
-
## The following dependencies are licensed under the MIT License:
|
|
910
|
-
|
|
911
|
-
### Rust Crates:
|
|
798
|
+
### NPM Packages:
|
|
912
799
|
|
|
913
|
-
- [
|
|
914
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
800
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.17.1)
|
|
915
801
|
|
|
916
802
|
````text
|
|
917
|
-
MIT License
|
|
803
|
+
The MIT License (MIT)
|
|
918
804
|
|
|
919
|
-
Copyright (c)
|
|
805
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
920
806
|
|
|
921
807
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
922
808
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -936,6 +822,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
936
822
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
937
823
|
SOFTWARE.
|
|
938
824
|
|
|
825
|
+
|
|
939
826
|
````
|
|
940
827
|
|
|
941
828
|
---
|
|
@@ -944,10 +831,11 @@ SOFTWARE.
|
|
|
944
831
|
|
|
945
832
|
### Rust Crates:
|
|
946
833
|
|
|
947
|
-
- [
|
|
834
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
948
835
|
|
|
949
836
|
````text
|
|
950
|
-
Copyright (c)
|
|
837
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
838
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
951
839
|
|
|
952
840
|
Permission is hereby granted, free of charge, to any
|
|
953
841
|
person obtaining a copy of this software and associated
|
|
@@ -979,16 +867,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
979
867
|
|
|
980
868
|
## The following dependencies are licensed under the MIT License:
|
|
981
869
|
|
|
982
|
-
###
|
|
870
|
+
### NPM Packages:
|
|
983
871
|
|
|
984
|
-
- [
|
|
985
|
-
- [
|
|
986
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
872
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
873
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
987
874
|
|
|
988
875
|
````text
|
|
989
876
|
MIT License
|
|
990
877
|
|
|
991
|
-
Copyright (c)
|
|
878
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
992
879
|
|
|
993
880
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
994
881
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1016,45 +903,12 @@ SOFTWARE.
|
|
|
1016
903
|
|
|
1017
904
|
### NPM Packages:
|
|
1018
905
|
|
|
1019
|
-
- [
|
|
1020
|
-
|
|
1021
|
-
````text
|
|
1022
|
-
pngjs original work Copyright (c) 2015 Luke Page & Original Contributors
|
|
1023
|
-
pngjs derived work Copyright (c) 2012 Kuba Niegowski
|
|
1024
|
-
|
|
1025
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1026
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1027
|
-
in the Software without restriction, including without limitation the rights
|
|
1028
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1029
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1030
|
-
furnished to do so, subject to the following conditions:
|
|
1031
|
-
|
|
1032
|
-
The above copyright notice and this permission notice shall be included in
|
|
1033
|
-
all copies or substantial portions of the Software.
|
|
1034
|
-
|
|
1035
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1036
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1037
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1038
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1039
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1040
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1041
|
-
THE SOFTWARE.
|
|
1042
|
-
|
|
1043
|
-
````
|
|
1044
|
-
|
|
1045
|
-
---
|
|
1046
|
-
|
|
1047
|
-
## The following dependencies are licensed under the MIT License:
|
|
1048
|
-
|
|
1049
|
-
### Rust Crates:
|
|
1050
|
-
|
|
1051
|
-
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
906
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
1052
907
|
|
|
1053
908
|
````text
|
|
1054
909
|
MIT License
|
|
1055
910
|
|
|
1056
|
-
Copyright (c)
|
|
1057
|
-
Copyright (c) Tokio Contributors
|
|
911
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
1058
912
|
|
|
1059
913
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1060
914
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1082,10 +936,10 @@ SOFTWARE.
|
|
|
1082
936
|
|
|
1083
937
|
### Rust Crates:
|
|
1084
938
|
|
|
1085
|
-
- [
|
|
939
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
1086
940
|
|
|
1087
941
|
````text
|
|
1088
|
-
Copyright (c)
|
|
942
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
1089
943
|
|
|
1090
944
|
Permission is hereby granted, free of charge, to any
|
|
1091
945
|
person obtaining a copy of this software and associated
|
|
@@ -1119,11 +973,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1119
973
|
|
|
1120
974
|
### Rust Crates:
|
|
1121
975
|
|
|
1122
|
-
- [
|
|
976
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
1123
977
|
|
|
1124
978
|
````text
|
|
1125
|
-
Copyright (c) 2018-
|
|
1126
|
-
Copyright (c) 2016 Alex Crichton
|
|
979
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
1127
980
|
|
|
1128
981
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1129
982
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1152,12 +1005,10 @@ THE SOFTWARE.
|
|
|
1152
1005
|
|
|
1153
1006
|
### Rust Crates:
|
|
1154
1007
|
|
|
1155
|
-
- [
|
|
1008
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
1156
1009
|
|
|
1157
1010
|
````text
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
1011
|
+
Copyright (c) 2018 directories-rs contributors
|
|
1161
1012
|
|
|
1162
1013
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1163
1014
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1166,16 +1017,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1166
1017
|
copies of the Software, and to permit persons to whom the Software is
|
|
1167
1018
|
furnished to do so, subject to the following conditions:
|
|
1168
1019
|
|
|
1169
|
-
The above copyright notice and this permission notice shall be included in
|
|
1170
|
-
|
|
1020
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1021
|
+
copies or substantial portions of the Software.
|
|
1171
1022
|
|
|
1172
1023
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1173
1024
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1174
1025
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1175
1026
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1176
1027
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1177
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1178
|
-
|
|
1028
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1029
|
+
SOFTWARE.
|
|
1179
1030
|
|
|
1180
1031
|
````
|
|
1181
1032
|
|
|
@@ -1185,19 +1036,10 @@ THE SOFTWARE.
|
|
|
1185
1036
|
|
|
1186
1037
|
### Rust Crates:
|
|
1187
1038
|
|
|
1188
|
-
- [
|
|
1189
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1190
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1191
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1192
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1193
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1194
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1195
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1196
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1039
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
1197
1040
|
|
|
1198
1041
|
````text
|
|
1199
|
-
Copyright (c)
|
|
1200
|
-
Copyright (c) 2017 The Tokio Authors
|
|
1042
|
+
Copyright (c) The rust-url developers
|
|
1201
1043
|
|
|
1202
1044
|
Permission is hereby granted, free of charge, to any
|
|
1203
1045
|
person obtaining a copy of this software and associated
|
|
@@ -1231,35 +1073,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1231
1073
|
|
|
1232
1074
|
### Rust Crates:
|
|
1233
1075
|
|
|
1234
|
-
- [
|
|
1076
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
1077
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
1235
1078
|
|
|
1236
1079
|
````text
|
|
1237
|
-
|
|
1238
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1080
|
+
The MIT License (MIT)
|
|
1239
1081
|
|
|
1240
|
-
|
|
1241
|
-
person obtaining a copy of this software and associated
|
|
1242
|
-
documentation files (the "Software"), to deal in the
|
|
1243
|
-
Software without restriction, including without
|
|
1244
|
-
limitation the rights to use, copy, modify, merge,
|
|
1245
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1246
|
-
the Software, and to permit persons to whom the Software
|
|
1247
|
-
is furnished to do so, subject to the following
|
|
1248
|
-
conditions:
|
|
1082
|
+
Copyright (c) 2015 Steven Fackler
|
|
1249
1083
|
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1084
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1085
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1086
|
+
the Software without restriction, including without limitation the rights to
|
|
1087
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1088
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1089
|
+
subject to the following conditions:
|
|
1253
1090
|
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
IN
|
|
1262
|
-
DEALINGS IN THE SOFTWARE.
|
|
1091
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1092
|
+
copies or substantial portions of the Software.
|
|
1093
|
+
|
|
1094
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1095
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1096
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1097
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1098
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1099
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1263
1100
|
|
|
1264
1101
|
````
|
|
1265
1102
|
|
|
@@ -1269,13 +1106,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1269
1106
|
|
|
1270
1107
|
### Rust Crates:
|
|
1271
1108
|
|
|
1272
|
-
- [
|
|
1273
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1274
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1275
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1109
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
1276
1110
|
|
|
1277
1111
|
````text
|
|
1278
|
-
Copyright (c)
|
|
1112
|
+
Copyright (c) 2014 Chris Wong
|
|
1279
1113
|
|
|
1280
1114
|
Permission is hereby granted, free of charge, to any
|
|
1281
1115
|
person obtaining a copy of this software and associated
|
|
@@ -1309,35 +1143,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1309
1143
|
|
|
1310
1144
|
### Rust Crates:
|
|
1311
1145
|
|
|
1312
|
-
- [
|
|
1146
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
1313
1147
|
|
|
1314
1148
|
````text
|
|
1315
|
-
Copyright
|
|
1316
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1149
|
+
Copyright 2016 Nika Layzell
|
|
1317
1150
|
|
|
1318
|
-
Permission is hereby granted, free of charge, to any
|
|
1319
|
-
person obtaining a copy of this software and associated
|
|
1320
|
-
documentation files (the "Software"), to deal in the
|
|
1321
|
-
Software without restriction, including without
|
|
1322
|
-
limitation the rights to use, copy, modify, merge,
|
|
1323
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1324
|
-
the Software, and to permit persons to whom the Software
|
|
1325
|
-
is furnished to do so, subject to the following
|
|
1326
|
-
conditions:
|
|
1151
|
+
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:
|
|
1327
1152
|
|
|
1328
|
-
The above copyright notice and this permission notice
|
|
1329
|
-
shall be included in all copies or substantial portions
|
|
1330
|
-
of the Software.
|
|
1153
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1331
1154
|
|
|
1332
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1333
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1334
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1335
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1336
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1337
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1338
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1339
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1340
|
-
DEALINGS IN THE SOFTWARE.
|
|
1155
|
+
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.
|
|
1341
1156
|
|
|
1342
1157
|
````
|
|
1343
1158
|
|
|
@@ -1347,34 +1162,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1347
1162
|
|
|
1348
1163
|
### Rust Crates:
|
|
1349
1164
|
|
|
1350
|
-
- [
|
|
1165
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
1351
1166
|
|
|
1352
1167
|
````text
|
|
1353
|
-
Copyright (c)
|
|
1168
|
+
Copyright (c) 2017 Daniel Abramov
|
|
1169
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1354
1170
|
|
|
1355
|
-
Permission is hereby granted, free of charge, to any
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
the Software, and to permit persons to whom the Software
|
|
1362
|
-
is furnished to do so, subject to the following
|
|
1363
|
-
conditions:
|
|
1171
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1172
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1173
|
+
in the Software without restriction, including without limitation the rights
|
|
1174
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1175
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1176
|
+
furnished to do so, subject to the following conditions:
|
|
1364
1177
|
|
|
1365
|
-
The above copyright notice and this permission notice
|
|
1366
|
-
|
|
1367
|
-
of the Software.
|
|
1178
|
+
The above copyright notice and this permission notice shall be included in
|
|
1179
|
+
all copies or substantial portions of the Software.
|
|
1368
1180
|
|
|
1369
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1377
|
-
DEALINGS IN THE SOFTWARE.
|
|
1181
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1182
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1183
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1184
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1185
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1186
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1187
|
+
THE SOFTWARE.
|
|
1378
1188
|
|
|
1379
1189
|
````
|
|
1380
1190
|
|
|
@@ -1384,10 +1194,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1384
1194
|
|
|
1385
1195
|
### Rust Crates:
|
|
1386
1196
|
|
|
1387
|
-
- [
|
|
1197
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
1388
1198
|
|
|
1389
1199
|
````text
|
|
1390
|
-
Copyright (c)
|
|
1200
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
1391
1201
|
|
|
1392
1202
|
Permission is hereby granted, free of charge, to any
|
|
1393
1203
|
person obtaining a copy of this software and associated
|
|
@@ -1412,6 +1222,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1412
1222
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1413
1223
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1414
1224
|
DEALINGS IN THE SOFTWARE.
|
|
1225
|
+
|
|
1415
1226
|
````
|
|
1416
1227
|
|
|
1417
1228
|
---
|
|
@@ -1420,10 +1231,41 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1420
1231
|
|
|
1421
1232
|
### Rust Crates:
|
|
1422
1233
|
|
|
1423
|
-
- [
|
|
1234
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
1424
1235
|
|
|
1425
1236
|
````text
|
|
1426
|
-
Copyright (c)
|
|
1237
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
1238
|
+
|
|
1239
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1240
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1241
|
+
in the Software without restriction, including without limitation the rights
|
|
1242
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1243
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1244
|
+
furnished to do so, subject to the following conditions:
|
|
1245
|
+
|
|
1246
|
+
The above copyright notice and this permission notice shall be included in
|
|
1247
|
+
all copies or substantial portions of the Software.
|
|
1248
|
+
|
|
1249
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1250
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1251
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1252
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1253
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1254
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1255
|
+
THE SOFTWARE.
|
|
1256
|
+
|
|
1257
|
+
````
|
|
1258
|
+
|
|
1259
|
+
---
|
|
1260
|
+
|
|
1261
|
+
## The following dependencies are licensed under the MIT License:
|
|
1262
|
+
|
|
1263
|
+
### Rust Crates:
|
|
1264
|
+
|
|
1265
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
1266
|
+
|
|
1267
|
+
````text
|
|
1268
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
1427
1269
|
|
|
1428
1270
|
Permission is hereby granted, free of charge, to any
|
|
1429
1271
|
person obtaining a copy of this software and associated
|
|
@@ -1457,10 +1299,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1457
1299
|
|
|
1458
1300
|
### Rust Crates:
|
|
1459
1301
|
|
|
1460
|
-
- [
|
|
1302
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
1461
1303
|
|
|
1462
1304
|
````text
|
|
1463
|
-
Copyright (c)
|
|
1305
|
+
Copyright (c) 2019 Carl Lerche
|
|
1464
1306
|
|
|
1465
1307
|
Permission is hereby granted, free of charge, to any
|
|
1466
1308
|
person obtaining a copy of this software and associated
|
|
@@ -1494,34 +1336,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1494
1336
|
|
|
1495
1337
|
### Rust Crates:
|
|
1496
1338
|
|
|
1497
|
-
- [
|
|
1498
|
-
|
|
1499
|
-
````text
|
|
1500
|
-
Copyright 2016 Nika Layzell
|
|
1501
|
-
|
|
1502
|
-
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:
|
|
1503
|
-
|
|
1504
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1505
|
-
|
|
1506
|
-
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.
|
|
1507
|
-
|
|
1508
|
-
````
|
|
1509
|
-
|
|
1510
|
-
---
|
|
1511
|
-
|
|
1512
|
-
## The following dependencies are licensed under the MIT License:
|
|
1513
|
-
|
|
1514
|
-
### Rust Crates:
|
|
1515
|
-
|
|
1516
|
-
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
1517
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
1518
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
1519
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
1520
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
1521
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
1339
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
1522
1340
|
|
|
1523
1341
|
````text
|
|
1524
|
-
Copyright (c)
|
|
1342
|
+
Copyright (c) 2017 Robert Grosse
|
|
1525
1343
|
|
|
1526
1344
|
Permission is hereby granted, free of charge, to any
|
|
1527
1345
|
person obtaining a copy of this software and associated
|
|
@@ -1546,7 +1364,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1546
1364
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1547
1365
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1548
1366
|
DEALINGS IN THE SOFTWARE.
|
|
1549
|
-
|
|
1550
1367
|
````
|
|
1551
1368
|
|
|
1552
1369
|
---
|
|
@@ -1555,50 +1372,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1555
1372
|
|
|
1556
1373
|
### Rust Crates:
|
|
1557
1374
|
|
|
1558
|
-
- [
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
Copyright (c) 2016 The humantime Developers
|
|
1562
|
-
|
|
1563
|
-
Includes parts of http date with the following copyright:
|
|
1564
|
-
Copyright (c) 2016 Pyfisch
|
|
1565
|
-
|
|
1566
|
-
Includes portions of musl libc with the following copyright:
|
|
1567
|
-
Copyright © 2005-2013 Rich Felker
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1571
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1572
|
-
in the Software without restriction, including without limitation the rights
|
|
1573
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1574
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1575
|
-
furnished to do so, subject to the following conditions:
|
|
1576
|
-
|
|
1577
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1578
|
-
copies or substantial portions of the Software.
|
|
1579
|
-
|
|
1580
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1581
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1582
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1583
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1584
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1585
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1586
|
-
SOFTWARE.
|
|
1587
|
-
|
|
1588
|
-
````
|
|
1589
|
-
|
|
1590
|
-
---
|
|
1591
|
-
|
|
1592
|
-
## The following dependencies are licensed under the MIT License:
|
|
1593
|
-
|
|
1594
|
-
### NPM Packages:
|
|
1595
|
-
|
|
1596
|
-
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
1375
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1376
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1377
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1597
1378
|
|
|
1598
1379
|
````text
|
|
1599
1380
|
MIT License
|
|
1600
1381
|
|
|
1601
|
-
Copyright (c)
|
|
1382
|
+
Copyright (c) 2017 Ted Driggs
|
|
1602
1383
|
|
|
1603
1384
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1604
1385
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1626,11 +1407,12 @@ SOFTWARE.
|
|
|
1626
1407
|
|
|
1627
1408
|
### Rust Crates:
|
|
1628
1409
|
|
|
1629
|
-
- [
|
|
1410
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
1411
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1412
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1630
1413
|
|
|
1631
1414
|
````text
|
|
1632
|
-
Copyright (c)
|
|
1633
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1415
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
1634
1416
|
|
|
1635
1417
|
Permission is hereby granted, free of charge, to any
|
|
1636
1418
|
person obtaining a copy of this software and associated
|
|
@@ -1664,28 +1446,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1664
1446
|
|
|
1665
1447
|
### Rust Crates:
|
|
1666
1448
|
|
|
1667
|
-
- [
|
|
1449
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
1668
1450
|
|
|
1669
1451
|
````text
|
|
1670
|
-
Copyright (c)
|
|
1452
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
1671
1453
|
|
|
1672
|
-
Permission is hereby granted, free of charge, to any
|
|
1673
|
-
of this software and associated
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1454
|
+
Permission is hereby granted, free of charge, to any
|
|
1455
|
+
person obtaining a copy of this software and associated
|
|
1456
|
+
documentation files (the "Software"), to deal in the
|
|
1457
|
+
Software without restriction, including without
|
|
1458
|
+
limitation the rights to use, copy, modify, merge,
|
|
1459
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1460
|
+
the Software, and to permit persons to whom the Software
|
|
1461
|
+
is furnished to do so, subject to the following
|
|
1462
|
+
conditions:
|
|
1678
1463
|
|
|
1679
|
-
The above copyright notice and this permission notice
|
|
1680
|
-
all copies or substantial portions
|
|
1464
|
+
The above copyright notice and this permission notice
|
|
1465
|
+
shall be included in all copies or substantial portions
|
|
1466
|
+
of the Software.
|
|
1681
1467
|
|
|
1682
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1683
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1468
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1469
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1470
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1471
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1472
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1473
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1474
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1475
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1476
|
+
DEALINGS IN THE SOFTWARE.
|
|
1689
1477
|
|
|
1690
1478
|
````
|
|
1691
1479
|
|
|
@@ -1695,10 +1483,13 @@ THE SOFTWARE.
|
|
|
1695
1483
|
|
|
1696
1484
|
### Rust Crates:
|
|
1697
1485
|
|
|
1698
|
-
- [
|
|
1486
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
1487
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1699
1488
|
|
|
1700
1489
|
````text
|
|
1701
|
-
Copyright
|
|
1490
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
1491
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1492
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
1702
1493
|
|
|
1703
1494
|
Permission is hereby granted, free of charge, to any
|
|
1704
1495
|
person obtaining a copy of this software and associated
|
|
@@ -1730,14 +1521,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1730
1521
|
|
|
1731
1522
|
## The following dependencies are licensed under the MIT License:
|
|
1732
1523
|
|
|
1733
|
-
###
|
|
1524
|
+
### Rust Crates:
|
|
1734
1525
|
|
|
1735
|
-
- [
|
|
1526
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
1736
1527
|
|
|
1737
1528
|
````text
|
|
1738
1529
|
The MIT License (MIT)
|
|
1739
1530
|
|
|
1740
|
-
Copyright (c)
|
|
1531
|
+
Copyright (c) 2015 Danny Guo
|
|
1532
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
1533
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
1741
1534
|
|
|
1742
1535
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1743
1536
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1746,16 +1539,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1746
1539
|
copies of the Software, and to permit persons to whom the Software is
|
|
1747
1540
|
furnished to do so, subject to the following conditions:
|
|
1748
1541
|
|
|
1749
|
-
The above copyright notice and this permission notice shall be included in
|
|
1750
|
-
|
|
1542
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1543
|
+
copies or substantial portions of the Software.
|
|
1751
1544
|
|
|
1752
1545
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1753
1546
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1754
1547
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1755
1548
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1756
1549
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1757
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1758
|
-
|
|
1550
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1551
|
+
SOFTWARE.
|
|
1759
1552
|
|
|
1760
1553
|
````
|
|
1761
1554
|
|
|
@@ -1765,11 +1558,10 @@ THE SOFTWARE.
|
|
|
1765
1558
|
|
|
1766
1559
|
### Rust Crates:
|
|
1767
1560
|
|
|
1768
|
-
- [
|
|
1769
|
-
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
1561
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
1770
1562
|
|
|
1771
1563
|
````text
|
|
1772
|
-
Copyright (c)
|
|
1564
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
1773
1565
|
|
|
1774
1566
|
Permission is hereby granted, free of charge, to any
|
|
1775
1567
|
person obtaining a copy of this software and associated
|
|
@@ -1803,50 +1595,17 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1803
1595
|
|
|
1804
1596
|
### Rust Crates:
|
|
1805
1597
|
|
|
1806
|
-
- [
|
|
1807
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1598
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
1808
1599
|
|
|
1809
1600
|
````text
|
|
1810
|
-
Copyright (c)
|
|
1811
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1812
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
1601
|
+
Copyright (c) 2016 The humantime Developers
|
|
1813
1602
|
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
documentation files (the "Software"), to deal in the
|
|
1817
|
-
Software without restriction, including without
|
|
1818
|
-
limitation the rights to use, copy, modify, merge,
|
|
1819
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1820
|
-
the Software, and to permit persons to whom the Software
|
|
1821
|
-
is furnished to do so, subject to the following
|
|
1822
|
-
conditions:
|
|
1603
|
+
Includes parts of http date with the following copyright:
|
|
1604
|
+
Copyright (c) 2016 Pyfisch
|
|
1823
1605
|
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
of the Software.
|
|
1827
|
-
|
|
1828
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1829
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1830
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1831
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1832
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1833
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1834
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1835
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1836
|
-
DEALINGS IN THE SOFTWARE.
|
|
1837
|
-
|
|
1838
|
-
````
|
|
1839
|
-
|
|
1840
|
-
---
|
|
1841
|
-
|
|
1842
|
-
## The following dependencies are licensed under the MIT License:
|
|
1843
|
-
|
|
1844
|
-
### Rust Crates:
|
|
1845
|
-
|
|
1846
|
-
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
1606
|
+
Includes portions of musl libc with the following copyright:
|
|
1607
|
+
Copyright © 2005-2013 Rich Felker
|
|
1847
1608
|
|
|
1848
|
-
````text
|
|
1849
|
-
Copyright (c) 2016 The rust-native-tls Developers
|
|
1850
1609
|
|
|
1851
1610
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1852
1611
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1874,10 +1633,32 @@ SOFTWARE.
|
|
|
1874
1633
|
|
|
1875
1634
|
### Rust Crates:
|
|
1876
1635
|
|
|
1877
|
-
- [
|
|
1636
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
1637
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
1878
1638
|
|
|
1879
1639
|
````text
|
|
1880
|
-
|
|
1640
|
+
The MIT License (MIT)
|
|
1641
|
+
|
|
1642
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
1643
|
+
|
|
1644
|
+
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:
|
|
1645
|
+
|
|
1646
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1647
|
+
|
|
1648
|
+
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.
|
|
1649
|
+
|
|
1650
|
+
````
|
|
1651
|
+
|
|
1652
|
+
---
|
|
1653
|
+
|
|
1654
|
+
## The following dependencies are licensed under the MIT License:
|
|
1655
|
+
|
|
1656
|
+
### Rust Crates:
|
|
1657
|
+
|
|
1658
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
1659
|
+
|
|
1660
|
+
````text
|
|
1661
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
1881
1662
|
|
|
1882
1663
|
Permission is hereby granted, free of charge, to any
|
|
1883
1664
|
person obtaining a copy of this software and associated
|
|
@@ -1911,10 +1692,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1911
1692
|
|
|
1912
1693
|
### Rust Crates:
|
|
1913
1694
|
|
|
1914
|
-
- [
|
|
1695
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
1915
1696
|
|
|
1916
1697
|
````text
|
|
1917
|
-
Copyright (c)
|
|
1698
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
1699
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
1918
1700
|
|
|
1919
1701
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1920
1702
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1923,54 +1705,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1923
1705
|
copies of the Software, and to permit persons to whom the Software is
|
|
1924
1706
|
furnished to do so, subject to the following conditions:
|
|
1925
1707
|
|
|
1926
|
-
The above copyright notice and this permission notice shall be included in
|
|
1927
|
-
|
|
1708
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1709
|
+
copies or substantial portions of the Software.
|
|
1928
1710
|
|
|
1929
1711
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1930
1712
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1931
1713
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1932
1714
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1933
1715
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1934
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
````
|
|
1939
|
-
|
|
1940
|
-
---
|
|
1941
|
-
|
|
1942
|
-
## The following dependencies are licensed under the MIT License:
|
|
1943
|
-
|
|
1944
|
-
### Rust Crates:
|
|
1945
|
-
|
|
1946
|
-
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
1947
|
-
|
|
1948
|
-
````text
|
|
1949
|
-
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
1950
|
-
|
|
1951
|
-
Permission is hereby granted, free of charge, to any
|
|
1952
|
-
person obtaining a copy of this software and associated
|
|
1953
|
-
documentation files (the "Software"), to deal in the
|
|
1954
|
-
Software without restriction, including without
|
|
1955
|
-
limitation the rights to use, copy, modify, merge,
|
|
1956
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1957
|
-
the Software, and to permit persons to whom the Software
|
|
1958
|
-
is furnished to do so, subject to the following
|
|
1959
|
-
conditions:
|
|
1960
|
-
|
|
1961
|
-
The above copyright notice and this permission notice
|
|
1962
|
-
shall be included in all copies or substantial portions
|
|
1963
|
-
of the Software.
|
|
1964
|
-
|
|
1965
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1966
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1967
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1968
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1969
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1970
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1971
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1972
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1973
|
-
DEALINGS IN THE SOFTWARE.
|
|
1716
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1717
|
+
SOFTWARE.
|
|
1974
1718
|
|
|
1975
1719
|
````
|
|
1976
1720
|
|
|
@@ -1980,14 +1724,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1980
1724
|
|
|
1981
1725
|
### Rust Crates:
|
|
1982
1726
|
|
|
1983
|
-
- [
|
|
1984
|
-
- [
|
|
1985
|
-
- [
|
|
1727
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
1728
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1729
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1986
1730
|
|
|
1987
1731
|
````text
|
|
1988
1732
|
MIT License
|
|
1989
1733
|
|
|
1990
|
-
Copyright (c)
|
|
1734
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
1991
1735
|
|
|
1992
1736
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1993
1737
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2015,19 +1759,34 @@ SOFTWARE.
|
|
|
2015
1759
|
|
|
2016
1760
|
### Rust Crates:
|
|
2017
1761
|
|
|
2018
|
-
- [
|
|
2019
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
1762
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
2020
1763
|
|
|
2021
1764
|
````text
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
1765
|
+
Copyright (c) 2017 Contributors
|
|
2025
1766
|
|
|
2026
|
-
Permission is hereby granted, free of charge, to any
|
|
1767
|
+
Permission is hereby granted, free of charge, to any
|
|
1768
|
+
person obtaining a copy of this software and associated
|
|
1769
|
+
documentation files (the "Software"), to deal in the
|
|
1770
|
+
Software without restriction, including without
|
|
1771
|
+
limitation the rights to use, copy, modify, merge,
|
|
1772
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1773
|
+
the Software, and to permit persons to whom the Software
|
|
1774
|
+
is furnished to do so, subject to the following
|
|
1775
|
+
conditions:
|
|
2027
1776
|
|
|
2028
|
-
The above copyright notice and this permission notice
|
|
1777
|
+
The above copyright notice and this permission notice
|
|
1778
|
+
shall be included in all copies or substantial portions
|
|
1779
|
+
of the Software.
|
|
2029
1780
|
|
|
2030
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1781
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1782
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1783
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1784
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1785
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1786
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1787
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1788
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1789
|
+
DEALINGS IN THE SOFTWARE.
|
|
2031
1790
|
|
|
2032
1791
|
````
|
|
2033
1792
|
|
|
@@ -2037,11 +1796,15 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2037
1796
|
|
|
2038
1797
|
### Rust Crates:
|
|
2039
1798
|
|
|
2040
|
-
- [
|
|
2041
|
-
- [
|
|
1799
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
1800
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
1801
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
1802
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
1803
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
1804
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
2042
1805
|
|
|
2043
1806
|
````text
|
|
2044
|
-
Copyright (c) 2014
|
|
1807
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2045
1808
|
|
|
2046
1809
|
Permission is hereby granted, free of charge, to any
|
|
2047
1810
|
person obtaining a copy of this software and associated
|
|
@@ -2075,15 +1838,41 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2075
1838
|
|
|
2076
1839
|
### Rust Crates:
|
|
2077
1840
|
|
|
2078
|
-
- [
|
|
2079
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2080
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2081
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1841
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
2082
1842
|
|
|
2083
1843
|
````text
|
|
2084
|
-
|
|
1844
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
2085
1845
|
|
|
2086
|
-
|
|
1846
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1847
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1848
|
+
in the Software without restriction, including without limitation the rights
|
|
1849
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1850
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1851
|
+
furnished to do so, subject to the following conditions:
|
|
1852
|
+
|
|
1853
|
+
The above copyright notice and this permission notice shall be included in
|
|
1854
|
+
all copies or substantial portions of the Software.
|
|
1855
|
+
|
|
1856
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1857
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1858
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1859
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1860
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1861
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1862
|
+
THE SOFTWARE.
|
|
1863
|
+
|
|
1864
|
+
````
|
|
1865
|
+
|
|
1866
|
+
---
|
|
1867
|
+
|
|
1868
|
+
## The following dependencies are licensed under the MIT License:
|
|
1869
|
+
|
|
1870
|
+
### Rust Crates:
|
|
1871
|
+
|
|
1872
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
1873
|
+
|
|
1874
|
+
````text
|
|
1875
|
+
Copyright (c) 2017 Sean McArthur
|
|
2087
1876
|
|
|
2088
1877
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2089
1878
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2103,6 +1892,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2103
1892
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2104
1893
|
THE SOFTWARE.
|
|
2105
1894
|
|
|
1895
|
+
|
|
2106
1896
|
````
|
|
2107
1897
|
|
|
2108
1898
|
---
|
|
@@ -2111,10 +1901,10 @@ THE SOFTWARE.
|
|
|
2111
1901
|
|
|
2112
1902
|
### Rust Crates:
|
|
2113
1903
|
|
|
2114
|
-
- [
|
|
1904
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
2115
1905
|
|
|
2116
1906
|
````text
|
|
2117
|
-
Copyright (c) 2021
|
|
1907
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
2118
1908
|
|
|
2119
1909
|
Permission is hereby granted, free of charge, to any
|
|
2120
1910
|
person obtaining a copy of this software and associated
|
|
@@ -2148,34 +1938,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2148
1938
|
|
|
2149
1939
|
### Rust Crates:
|
|
2150
1940
|
|
|
2151
|
-
- [
|
|
1941
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
2152
1942
|
|
|
2153
1943
|
````text
|
|
2154
|
-
|
|
1944
|
+
The MIT License (MIT)
|
|
2155
1945
|
|
|
2156
|
-
|
|
2157
|
-
person obtaining a copy of this software and associated
|
|
2158
|
-
documentation files (the "Software"), to deal in the
|
|
2159
|
-
Software without restriction, including without
|
|
2160
|
-
limitation the rights to use, copy, modify, merge,
|
|
2161
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2162
|
-
the Software, and to permit persons to whom the Software
|
|
2163
|
-
is furnished to do so, subject to the following
|
|
2164
|
-
conditions:
|
|
1946
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
2165
1947
|
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
1948
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1949
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1950
|
+
in the Software without restriction, including without limitation the rights
|
|
1951
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1952
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1953
|
+
furnished to do so, subject to the following conditions:
|
|
2169
1954
|
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
IN
|
|
2178
|
-
|
|
1955
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1956
|
+
copies or substantial portions of the Software.
|
|
1957
|
+
|
|
1958
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1959
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1960
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1961
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1962
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1963
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1964
|
+
SOFTWARE.
|
|
2179
1965
|
|
|
2180
1966
|
````
|
|
2181
1967
|
|
|
@@ -2185,10 +1971,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2185
1971
|
|
|
2186
1972
|
### Rust Crates:
|
|
2187
1973
|
|
|
2188
|
-
- [
|
|
1974
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
2189
1975
|
|
|
2190
1976
|
````text
|
|
2191
|
-
Copyright (c)
|
|
1977
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
2192
1978
|
|
|
2193
1979
|
Permission is hereby granted, free of charge, to any
|
|
2194
1980
|
person obtaining a copy of this software and associated
|
|
@@ -2258,14 +2044,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2258
2044
|
|
|
2259
2045
|
## The following dependencies are licensed under the MIT License:
|
|
2260
2046
|
|
|
2261
|
-
###
|
|
2047
|
+
### NPM Packages:
|
|
2262
2048
|
|
|
2263
|
-
- [json5](https://github.com/
|
|
2049
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
2264
2050
|
|
|
2265
2051
|
````text
|
|
2266
2052
|
MIT License
|
|
2267
2053
|
|
|
2268
|
-
Copyright (c)
|
|
2054
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2269
2055
|
|
|
2270
2056
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2271
2057
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2285,6 +2071,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2285
2071
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2286
2072
|
SOFTWARE.
|
|
2287
2073
|
|
|
2074
|
+
[others]: https://github.com/json5/json5/contributors
|
|
2075
|
+
|
|
2288
2076
|
````
|
|
2289
2077
|
|
|
2290
2078
|
---
|
|
@@ -2293,12 +2081,10 @@ SOFTWARE.
|
|
|
2293
2081
|
|
|
2294
2082
|
### Rust Crates:
|
|
2295
2083
|
|
|
2296
|
-
- [
|
|
2084
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
2297
2085
|
|
|
2298
2086
|
````text
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2087
|
+
Copyright (c) 2019 Eliza Weisman
|
|
2302
2088
|
|
|
2303
2089
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2304
2090
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2307,16 +2093,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2307
2093
|
copies of the Software, and to permit persons to whom the Software is
|
|
2308
2094
|
furnished to do so, subject to the following conditions:
|
|
2309
2095
|
|
|
2310
|
-
The above copyright notice and this permission notice shall be included in
|
|
2311
|
-
copies or substantial portions of the Software.
|
|
2096
|
+
The above copyright notice and this permission notice shall be included in
|
|
2097
|
+
all copies or substantial portions of the Software.
|
|
2312
2098
|
|
|
2313
2099
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2314
2100
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2315
2101
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2316
2102
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2317
2103
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2318
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2319
|
-
SOFTWARE.
|
|
2104
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2105
|
+
THE SOFTWARE.
|
|
2320
2106
|
|
|
2321
2107
|
````
|
|
2322
2108
|
|
|
@@ -2326,10 +2112,10 @@ SOFTWARE.
|
|
|
2326
2112
|
|
|
2327
2113
|
### Rust Crates:
|
|
2328
2114
|
|
|
2329
|
-
- [
|
|
2115
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
2330
2116
|
|
|
2331
2117
|
````text
|
|
2332
|
-
Copyright (c)
|
|
2118
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
2333
2119
|
|
|
2334
2120
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2335
2121
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2338,16 +2124,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2338
2124
|
copies of the Software, and to permit persons to whom the Software is
|
|
2339
2125
|
furnished to do so, subject to the following conditions:
|
|
2340
2126
|
|
|
2341
|
-
The above copyright notice and this permission notice shall be included in
|
|
2342
|
-
copies or substantial portions of the Software.
|
|
2127
|
+
The above copyright notice and this permission notice shall be included in
|
|
2128
|
+
all copies or substantial portions of the Software.
|
|
2343
2129
|
|
|
2344
2130
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2345
2131
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2346
2132
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2347
2133
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2348
2134
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2349
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2350
|
-
SOFTWARE.
|
|
2135
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2136
|
+
THE SOFTWARE.
|
|
2351
2137
|
|
|
2352
2138
|
````
|
|
2353
2139
|
|
|
@@ -2357,28 +2143,34 @@ SOFTWARE.
|
|
|
2357
2143
|
|
|
2358
2144
|
### Rust Crates:
|
|
2359
2145
|
|
|
2360
|
-
- [
|
|
2146
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
2361
2147
|
|
|
2362
2148
|
````text
|
|
2363
|
-
Copyright (c)
|
|
2149
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
2364
2150
|
|
|
2365
|
-
Permission is hereby granted, free of charge, to any
|
|
2366
|
-
of this software and associated
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2151
|
+
Permission is hereby granted, free of charge, to any
|
|
2152
|
+
person obtaining a copy of this software and associated
|
|
2153
|
+
documentation files (the "Software"), to deal in the
|
|
2154
|
+
Software without restriction, including without
|
|
2155
|
+
limitation the rights to use, copy, modify, merge,
|
|
2156
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2157
|
+
the Software, and to permit persons to whom the Software
|
|
2158
|
+
is furnished to do so, subject to the following
|
|
2159
|
+
conditions:
|
|
2371
2160
|
|
|
2372
|
-
The above copyright notice and this permission notice
|
|
2373
|
-
all copies or substantial portions
|
|
2161
|
+
The above copyright notice and this permission notice
|
|
2162
|
+
shall be included in all copies or substantial portions
|
|
2163
|
+
of the Software.
|
|
2374
2164
|
|
|
2375
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2376
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2165
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2166
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2167
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2168
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2169
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2170
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2171
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2172
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2173
|
+
DEALINGS IN THE SOFTWARE.
|
|
2382
2174
|
|
|
2383
2175
|
````
|
|
2384
2176
|
|
|
@@ -2388,10 +2180,10 @@ THE SOFTWARE.
|
|
|
2388
2180
|
|
|
2389
2181
|
### Rust Crates:
|
|
2390
2182
|
|
|
2391
|
-
- [
|
|
2183
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
2392
2184
|
|
|
2393
2185
|
````text
|
|
2394
|
-
Copyright (c)
|
|
2186
|
+
Copyright (c) 2016--2023
|
|
2395
2187
|
|
|
2396
2188
|
Permission is hereby granted, free of charge, to any
|
|
2397
2189
|
person obtaining a copy of this software and associated
|
|
@@ -2458,30 +2250,30 @@ SOFTWARE.
|
|
|
2458
2250
|
|
|
2459
2251
|
### Rust Crates:
|
|
2460
2252
|
|
|
2461
|
-
- [
|
|
2253
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
2462
2254
|
|
|
2463
2255
|
````text
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2256
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2257
|
+
Copyright (c) 2016 Jason Housley
|
|
2258
|
+
|
|
2259
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2260
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2261
|
+
in the Software without restriction, including without limitation the rights
|
|
2262
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2263
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2264
|
+
furnished to do so, subject to the following conditions:
|
|
2265
|
+
|
|
2266
|
+
The above copyright notice and this permission notice shall be included in
|
|
2267
|
+
all copies or substantial portions of the Software.
|
|
2268
|
+
|
|
2269
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2270
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2271
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2272
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2273
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2274
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2275
|
+
THE SOFTWARE.
|
|
2276
|
+
|
|
2485
2277
|
````
|
|
2486
2278
|
|
|
2487
2279
|
---
|
|
@@ -2523,33 +2315,101 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
2523
2315
|
|
|
2524
2316
|
## The following dependencies are licensed under the MIT License:
|
|
2525
2317
|
|
|
2526
|
-
###
|
|
2318
|
+
### Rust Crates:
|
|
2527
2319
|
|
|
2528
|
-
- [
|
|
2529
|
-
- [
|
|
2320
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
2321
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
2530
2322
|
|
|
2531
2323
|
````text
|
|
2532
|
-
|
|
2324
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
2533
2325
|
|
|
2534
|
-
|
|
2326
|
+
Permission is hereby granted, free of charge, to any
|
|
2327
|
+
person obtaining a copy of this software and associated
|
|
2328
|
+
documentation files (the "Software"), to deal in the
|
|
2329
|
+
Software without restriction, including without
|
|
2330
|
+
limitation the rights to use, copy, modify, merge,
|
|
2331
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2332
|
+
the Software, and to permit persons to whom the Software
|
|
2333
|
+
is furnished to do so, subject to the following
|
|
2334
|
+
conditions:
|
|
2535
2335
|
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2540
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2541
|
-
furnished to do so, subject to the following conditions:
|
|
2336
|
+
The above copyright notice and this permission notice
|
|
2337
|
+
shall be included in all copies or substantial portions
|
|
2338
|
+
of the Software.
|
|
2542
2339
|
|
|
2543
|
-
|
|
2544
|
-
|
|
2340
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2341
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2342
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2343
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2344
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2345
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2346
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2347
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2348
|
+
DEALINGS IN THE SOFTWARE.
|
|
2545
2349
|
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2350
|
+
````
|
|
2351
|
+
|
|
2352
|
+
---
|
|
2353
|
+
|
|
2354
|
+
## The following dependencies are licensed under the MIT License:
|
|
2355
|
+
|
|
2356
|
+
### Rust Crates:
|
|
2357
|
+
|
|
2358
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
2359
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
2360
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
2361
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2362
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
2363
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
2364
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
2365
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
2366
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
2367
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2368
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2369
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
2370
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
2371
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
2372
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
2373
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2374
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2375
|
+
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
2376
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
2377
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
2378
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
2379
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
2380
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
2381
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
2382
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2383
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2384
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2385
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2386
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
2387
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
2388
|
+
|
|
2389
|
+
````text
|
|
2390
|
+
Permission is hereby granted, free of charge, to any
|
|
2391
|
+
person obtaining a copy of this software and associated
|
|
2392
|
+
documentation files (the "Software"), to deal in the
|
|
2393
|
+
Software without restriction, including without
|
|
2394
|
+
limitation the rights to use, copy, modify, merge,
|
|
2395
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2396
|
+
the Software, and to permit persons to whom the Software
|
|
2397
|
+
is furnished to do so, subject to the following
|
|
2398
|
+
conditions:
|
|
2399
|
+
|
|
2400
|
+
The above copyright notice and this permission notice
|
|
2401
|
+
shall be included in all copies or substantial portions
|
|
2402
|
+
of the Software.
|
|
2403
|
+
|
|
2404
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2405
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2406
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2407
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2408
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2409
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2410
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2411
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2412
|
+
DEALINGS IN THE SOFTWARE.
|
|
2553
2413
|
|
|
2554
2414
|
````
|
|
2555
2415
|
|
|
@@ -2559,12 +2419,10 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
2559
2419
|
|
|
2560
2420
|
### Rust Crates:
|
|
2561
2421
|
|
|
2562
|
-
- [
|
|
2563
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
2564
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2422
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
2565
2423
|
|
|
2566
2424
|
````text
|
|
2567
|
-
Copyright (c)
|
|
2425
|
+
Copyright (c) 2018 Carl Lerche
|
|
2568
2426
|
|
|
2569
2427
|
Permission is hereby granted, free of charge, to any
|
|
2570
2428
|
person obtaining a copy of this software and associated
|
|
@@ -2635,13 +2493,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2635
2493
|
|
|
2636
2494
|
### Rust Crates:
|
|
2637
2495
|
|
|
2638
|
-
- [
|
|
2496
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
2639
2497
|
|
|
2640
2498
|
````text
|
|
2641
2499
|
MIT License
|
|
2642
2500
|
|
|
2643
|
-
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2644
|
-
|
|
2645
2501
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2646
2502
|
of this software and associated documentation files (the "Software"), to deal
|
|
2647
2503
|
in the Software without restriction, including without limitation the rights
|
|
@@ -2666,29 +2522,42 @@ SOFTWARE.
|
|
|
2666
2522
|
|
|
2667
2523
|
## The following dependencies are licensed under the MIT License:
|
|
2668
2524
|
|
|
2669
|
-
###
|
|
2525
|
+
### Rust Crates:
|
|
2670
2526
|
|
|
2671
|
-
- [
|
|
2527
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
2528
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
2529
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2530
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
2531
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2532
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2672
2533
|
|
|
2673
2534
|
````text
|
|
2674
|
-
|
|
2535
|
+
Copyright 2018 Developers of the Rand project
|
|
2536
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2675
2537
|
|
|
2676
|
-
Permission is hereby granted, free of charge, to any
|
|
2677
|
-
|
|
2678
|
-
the Software
|
|
2679
|
-
|
|
2680
|
-
the
|
|
2681
|
-
|
|
2538
|
+
Permission is hereby granted, free of charge, to any
|
|
2539
|
+
person obtaining a copy of this software and associated
|
|
2540
|
+
documentation files (the "Software"), to deal in the
|
|
2541
|
+
Software without restriction, including without
|
|
2542
|
+
limitation the rights to use, copy, modify, merge,
|
|
2543
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2544
|
+
the Software, and to permit persons to whom the Software
|
|
2545
|
+
is furnished to do so, subject to the following
|
|
2546
|
+
conditions:
|
|
2682
2547
|
|
|
2683
|
-
The above copyright notice and this permission notice
|
|
2684
|
-
copies or substantial portions
|
|
2548
|
+
The above copyright notice and this permission notice
|
|
2549
|
+
shall be included in all copies or substantial portions
|
|
2550
|
+
of the Software.
|
|
2685
2551
|
|
|
2686
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2687
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2552
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2553
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2554
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2555
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2556
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2557
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2558
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2559
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2560
|
+
DEALINGS IN THE SOFTWARE.
|
|
2692
2561
|
|
|
2693
2562
|
````
|
|
2694
2563
|
|
|
@@ -2698,63 +2567,34 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2698
2567
|
|
|
2699
2568
|
### Rust Crates:
|
|
2700
2569
|
|
|
2701
|
-
- [
|
|
2702
|
-
|
|
2703
|
-
````text
|
|
2704
|
-
Copyright (c) 2016-2025 Sean McArthur
|
|
2705
|
-
|
|
2706
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2707
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2708
|
-
in the Software without restriction, including without limitation the rights
|
|
2709
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2710
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2711
|
-
furnished to do so, subject to the following conditions:
|
|
2712
|
-
|
|
2713
|
-
The above copyright notice and this permission notice shall be included in
|
|
2714
|
-
all copies or substantial portions of the Software.
|
|
2715
|
-
|
|
2716
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2717
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2718
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2719
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2720
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2721
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2722
|
-
THE SOFTWARE.
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
````
|
|
2726
|
-
|
|
2727
|
-
---
|
|
2728
|
-
|
|
2729
|
-
## The following dependencies are licensed under the MIT License:
|
|
2730
|
-
|
|
2731
|
-
### NPM Packages:
|
|
2732
|
-
|
|
2733
|
-
- [ajv](https://github.com/ajv-validator/ajv) (8.17.1)
|
|
2570
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
2734
2571
|
|
|
2735
2572
|
````text
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
2739
|
-
|
|
2740
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2741
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2742
|
-
in the Software without restriction, including without limitation the rights
|
|
2743
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2744
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2745
|
-
furnished to do so, subject to the following conditions:
|
|
2573
|
+
Copyright (c) 2017 http-rs authors
|
|
2746
2574
|
|
|
2747
|
-
|
|
2748
|
-
|
|
2575
|
+
Permission is hereby granted, free of charge, to any
|
|
2576
|
+
person obtaining a copy of this software and associated
|
|
2577
|
+
documentation files (the "Software"), to deal in the
|
|
2578
|
+
Software without restriction, including without
|
|
2579
|
+
limitation the rights to use, copy, modify, merge,
|
|
2580
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2581
|
+
the Software, and to permit persons to whom the Software
|
|
2582
|
+
is furnished to do so, subject to the following
|
|
2583
|
+
conditions:
|
|
2749
2584
|
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2754
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2755
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2756
|
-
SOFTWARE.
|
|
2585
|
+
The above copyright notice and this permission notice
|
|
2586
|
+
shall be included in all copies or substantial portions
|
|
2587
|
+
of the Software.
|
|
2757
2588
|
|
|
2589
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2590
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2591
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2592
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2593
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2594
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2595
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2596
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2597
|
+
DEALINGS IN THE SOFTWARE.
|
|
2758
2598
|
|
|
2759
2599
|
````
|
|
2760
2600
|
|
|
@@ -2764,10 +2604,10 @@ SOFTWARE.
|
|
|
2764
2604
|
|
|
2765
2605
|
### Rust Crates:
|
|
2766
2606
|
|
|
2767
|
-
- [
|
|
2607
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
2768
2608
|
|
|
2769
2609
|
````text
|
|
2770
|
-
Copyright (c)
|
|
2610
|
+
Copyright (c) 2015 Steven Allen
|
|
2771
2611
|
|
|
2772
2612
|
Permission is hereby granted, free of charge, to any
|
|
2773
2613
|
person obtaining a copy of this software and associated
|
|
@@ -2799,12 +2639,46 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2799
2639
|
|
|
2800
2640
|
## The following dependencies are licensed under the MIT License:
|
|
2801
2641
|
|
|
2642
|
+
### NPM Packages:
|
|
2643
|
+
|
|
2644
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2645
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2646
|
+
|
|
2647
|
+
````text
|
|
2648
|
+
MIT License
|
|
2649
|
+
|
|
2650
|
+
Copyright (c) Microsoft Corporation.
|
|
2651
|
+
|
|
2652
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2653
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2654
|
+
in the Software without restriction, including without limitation the rights
|
|
2655
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2656
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2657
|
+
furnished to do so, subject to the following conditions:
|
|
2658
|
+
|
|
2659
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2660
|
+
copies or substantial portions of the Software.
|
|
2661
|
+
|
|
2662
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2663
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2664
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2665
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2666
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2667
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2668
|
+
SOFTWARE
|
|
2669
|
+
|
|
2670
|
+
````
|
|
2671
|
+
|
|
2672
|
+
---
|
|
2673
|
+
|
|
2674
|
+
## The following dependencies are licensed under the MIT License:
|
|
2675
|
+
|
|
2802
2676
|
### Rust Crates:
|
|
2803
2677
|
|
|
2804
|
-
- [
|
|
2678
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
2805
2679
|
|
|
2806
2680
|
````text
|
|
2807
|
-
Copyright (c)
|
|
2681
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
2808
2682
|
|
|
2809
2683
|
Permission is hereby granted, free of charge, to any
|
|
2810
2684
|
person obtaining a copy of this software and associated
|
|
@@ -2838,14 +2712,80 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2838
2712
|
|
|
2839
2713
|
### Rust Crates:
|
|
2840
2714
|
|
|
2841
|
-
- [
|
|
2715
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
2716
|
+
|
|
2717
|
+
````text
|
|
2718
|
+
MIT License
|
|
2719
|
+
|
|
2720
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2721
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2722
|
+
Copyright (c) 2017 Frommi
|
|
2723
|
+
Copyright (c) 2017-2024 oyvindln
|
|
2724
|
+
|
|
2725
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2726
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2727
|
+
in the Software without restriction, including without limitation the rights
|
|
2728
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2729
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2730
|
+
furnished to do so, subject to the following conditions:
|
|
2731
|
+
|
|
2732
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2733
|
+
copies or substantial portions of the Software.
|
|
2734
|
+
|
|
2735
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2736
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2737
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2738
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2739
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2740
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2741
|
+
SOFTWARE.
|
|
2742
|
+
|
|
2743
|
+
````
|
|
2744
|
+
|
|
2745
|
+
---
|
|
2746
|
+
|
|
2747
|
+
## The following dependencies are licensed under the MIT License:
|
|
2748
|
+
|
|
2749
|
+
### Rust Crates:
|
|
2750
|
+
|
|
2751
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
2752
|
+
|
|
2753
|
+
````text
|
|
2754
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
2755
|
+
|
|
2756
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2757
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2758
|
+
in the Software without restriction, including without limitation the rights
|
|
2759
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2760
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2761
|
+
furnished to do so, subject to the following conditions:
|
|
2762
|
+
|
|
2763
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2764
|
+
copies or substantial portions of the Software.
|
|
2765
|
+
|
|
2766
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2767
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2768
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2769
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2770
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2771
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2772
|
+
SOFTWARE.
|
|
2773
|
+
|
|
2774
|
+
````
|
|
2775
|
+
|
|
2776
|
+
---
|
|
2777
|
+
|
|
2778
|
+
## The following dependencies are licensed under the MIT License:
|
|
2779
|
+
|
|
2780
|
+
### Rust Crates:
|
|
2781
|
+
|
|
2782
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
2842
2783
|
|
|
2843
2784
|
````text
|
|
2844
2785
|
The MIT License (MIT)
|
|
2845
2786
|
|
|
2846
|
-
Copyright (c) 2015
|
|
2847
|
-
Copyright (c)
|
|
2848
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
2787
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
2788
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
2849
2789
|
|
|
2850
2790
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2851
2791
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2871,15 +2811,14 @@ SOFTWARE.
|
|
|
2871
2811
|
|
|
2872
2812
|
## The following dependencies are licensed under the MIT License:
|
|
2873
2813
|
|
|
2874
|
-
###
|
|
2814
|
+
### Rust Crates:
|
|
2875
2815
|
|
|
2876
|
-
- [
|
|
2877
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2816
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
2878
2817
|
|
|
2879
2818
|
````text
|
|
2880
2819
|
MIT License
|
|
2881
2820
|
|
|
2882
|
-
Copyright (c) 2017
|
|
2821
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
2883
2822
|
|
|
2884
2823
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2885
2824
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2907,15 +2846,10 @@ SOFTWARE.
|
|
|
2907
2846
|
|
|
2908
2847
|
### Rust Crates:
|
|
2909
2848
|
|
|
2910
|
-
- [
|
|
2911
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2912
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2913
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2914
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2915
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
2849
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
2916
2850
|
|
|
2917
2851
|
````text
|
|
2918
|
-
Copyright (c)
|
|
2852
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
2919
2853
|
|
|
2920
2854
|
Permission is hereby granted, free of charge, to any
|
|
2921
2855
|
person obtaining a copy of this software and associated
|
|
@@ -2949,10 +2883,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2949
2883
|
|
|
2950
2884
|
### Rust Crates:
|
|
2951
2885
|
|
|
2952
|
-
- [
|
|
2886
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
2953
2887
|
|
|
2954
2888
|
````text
|
|
2955
|
-
|
|
2889
|
+
MIT License
|
|
2890
|
+
|
|
2891
|
+
Copyright (c) 2025 Callum Oakley
|
|
2956
2892
|
|
|
2957
2893
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2958
2894
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2961,57 +2897,33 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2961
2897
|
copies of the Software, and to permit persons to whom the Software is
|
|
2962
2898
|
furnished to do so, subject to the following conditions:
|
|
2963
2899
|
|
|
2964
|
-
The above copyright notice and this permission notice shall be included in
|
|
2965
|
-
|
|
2900
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2901
|
+
copies or substantial portions of the Software.
|
|
2966
2902
|
|
|
2967
2903
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2968
2904
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2969
2905
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2970
2906
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2971
2907
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2972
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
````
|
|
2976
|
-
|
|
2977
|
-
---
|
|
2978
|
-
|
|
2979
|
-
## The following dependencies are licensed under the MIT License:
|
|
2980
|
-
|
|
2981
|
-
### Rust Crates:
|
|
2908
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2909
|
+
SOFTWARE.
|
|
2982
2910
|
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
- [
|
|
2992
|
-
- [
|
|
2993
|
-
- [
|
|
2994
|
-
- [
|
|
2995
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
2996
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
2997
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
2998
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2999
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3000
|
-
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
3001
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
3002
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
3003
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
3004
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
3005
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
3006
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
3007
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3008
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3009
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3010
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3011
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
3012
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
2911
|
+
````
|
|
2912
|
+
|
|
2913
|
+
---
|
|
2914
|
+
|
|
2915
|
+
## The following dependencies are licensed under the MIT License:
|
|
2916
|
+
|
|
2917
|
+
### Rust Crates:
|
|
2918
|
+
|
|
2919
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
2920
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
2921
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
2922
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
3013
2923
|
|
|
3014
2924
|
````text
|
|
2925
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
2926
|
+
|
|
3015
2927
|
Permission is hereby granted, free of charge, to any
|
|
3016
2928
|
person obtaining a copy of this software and associated
|
|
3017
2929
|
documentation files (the "Software"), to deal in the
|
|
@@ -3044,12 +2956,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3044
2956
|
|
|
3045
2957
|
### Rust Crates:
|
|
3046
2958
|
|
|
3047
|
-
- [
|
|
2959
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
3048
2960
|
|
|
3049
2961
|
````text
|
|
3050
|
-
Copyright (c) 2017
|
|
3051
|
-
Copyright (c) 2018 Bastian Köcher
|
|
3052
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2962
|
+
Copyright (c) 2016--2017
|
|
3053
2963
|
|
|
3054
2964
|
Permission is hereby granted, free of charge, to any
|
|
3055
2965
|
person obtaining a copy of this software and associated
|
|
@@ -3083,11 +2993,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3083
2993
|
|
|
3084
2994
|
### Rust Crates:
|
|
3085
2995
|
|
|
3086
|
-
- [
|
|
2996
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
3087
2997
|
|
|
3088
2998
|
````text
|
|
3089
|
-
|
|
3090
|
-
|
|
2999
|
+
The MIT License (MIT)
|
|
3000
|
+
|
|
3001
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
3091
3002
|
|
|
3092
3003
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3093
3004
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3115,10 +3026,105 @@ THE SOFTWARE.
|
|
|
3115
3026
|
|
|
3116
3027
|
### Rust Crates:
|
|
3117
3028
|
|
|
3118
|
-
- [
|
|
3029
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
3119
3030
|
|
|
3120
3031
|
````text
|
|
3121
|
-
|
|
3032
|
+
The MIT License (MIT)
|
|
3033
|
+
|
|
3034
|
+
Copyright (c) 2015 Alice Maz
|
|
3035
|
+
|
|
3036
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3037
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3038
|
+
in the Software without restriction, including without limitation the rights
|
|
3039
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3040
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3041
|
+
furnished to do so, subject to the following conditions:
|
|
3042
|
+
|
|
3043
|
+
The above copyright notice and this permission notice shall be included in
|
|
3044
|
+
all copies or substantial portions of the Software.
|
|
3045
|
+
|
|
3046
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3047
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3048
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3049
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3050
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3051
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3052
|
+
THE SOFTWARE.
|
|
3053
|
+
|
|
3054
|
+
````
|
|
3055
|
+
|
|
3056
|
+
---
|
|
3057
|
+
|
|
3058
|
+
## The following dependencies are licensed under the MIT License:
|
|
3059
|
+
|
|
3060
|
+
### NPM Packages:
|
|
3061
|
+
|
|
3062
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
3063
|
+
|
|
3064
|
+
````text
|
|
3065
|
+
This software is released under the MIT license:
|
|
3066
|
+
|
|
3067
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3068
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3069
|
+
the Software without restriction, including without limitation the rights to
|
|
3070
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3071
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3072
|
+
subject to the following conditions:
|
|
3073
|
+
|
|
3074
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3075
|
+
copies or substantial portions of the Software.
|
|
3076
|
+
|
|
3077
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3078
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3079
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3080
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3081
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3082
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3083
|
+
|
|
3084
|
+
````
|
|
3085
|
+
|
|
3086
|
+
---
|
|
3087
|
+
|
|
3088
|
+
## The following dependencies are licensed under the MIT License:
|
|
3089
|
+
|
|
3090
|
+
### NPM Packages:
|
|
3091
|
+
|
|
3092
|
+
- [pngjs](https://github.com/pngjs/pngjs) (7.0.0)
|
|
3093
|
+
|
|
3094
|
+
````text
|
|
3095
|
+
pngjs original work Copyright (c) 2015 Luke Page & Original Contributors
|
|
3096
|
+
pngjs derived work Copyright (c) 2012 Kuba Niegowski
|
|
3097
|
+
|
|
3098
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3099
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3100
|
+
in the Software without restriction, including without limitation the rights
|
|
3101
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3102
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3103
|
+
furnished to do so, subject to the following conditions:
|
|
3104
|
+
|
|
3105
|
+
The above copyright notice and this permission notice shall be included in
|
|
3106
|
+
all copies or substantial portions of the Software.
|
|
3107
|
+
|
|
3108
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3109
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3110
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3111
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3112
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3113
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3114
|
+
THE SOFTWARE.
|
|
3115
|
+
|
|
3116
|
+
````
|
|
3117
|
+
|
|
3118
|
+
---
|
|
3119
|
+
|
|
3120
|
+
## The following dependencies are licensed under the MIT License:
|
|
3121
|
+
|
|
3122
|
+
### Rust Crates:
|
|
3123
|
+
|
|
3124
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
3125
|
+
|
|
3126
|
+
````text
|
|
3127
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
3122
3128
|
|
|
3123
3129
|
Permission is hereby granted, free of charge, to any
|
|
3124
3130
|
person obtaining a copy of this software and associated
|
|
@@ -3152,10 +3158,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3152
3158
|
|
|
3153
3159
|
### Rust Crates:
|
|
3154
3160
|
|
|
3155
|
-
- [
|
|
3161
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
3156
3162
|
|
|
3157
3163
|
````text
|
|
3158
|
-
Copyright (c)
|
|
3164
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
3159
3165
|
|
|
3160
3166
|
Permission is hereby granted, free of charge, to any
|
|
3161
3167
|
person obtaining a copy of this software and associated
|
|
@@ -3189,43 +3195,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3189
3195
|
|
|
3190
3196
|
### Rust Crates:
|
|
3191
3197
|
|
|
3192
|
-
- [
|
|
3193
|
-
|
|
3194
|
-
````text
|
|
3195
|
-
The MIT License (MIT)
|
|
3196
|
-
|
|
3197
|
-
Copyright (c) 2014 Paho Lurie-Gregg
|
|
3198
|
-
|
|
3199
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3200
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3201
|
-
in the Software without restriction, including without limitation the rights
|
|
3202
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3203
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3204
|
-
furnished to do so, subject to the following conditions:
|
|
3205
|
-
|
|
3206
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3207
|
-
copies or substantial portions of the Software.
|
|
3208
|
-
|
|
3209
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3210
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3211
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3212
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3213
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3214
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3215
|
-
SOFTWARE.
|
|
3216
|
-
|
|
3217
|
-
````
|
|
3218
|
-
|
|
3219
|
-
---
|
|
3220
|
-
|
|
3221
|
-
## The following dependencies are licensed under the MIT License:
|
|
3222
|
-
|
|
3223
|
-
### Rust Crates:
|
|
3224
|
-
|
|
3225
|
-
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
3198
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
3199
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
3226
3200
|
|
|
3227
3201
|
````text
|
|
3228
|
-
Copyright (c)
|
|
3202
|
+
Copyright (c) 2014 Alex Crichton
|
|
3229
3203
|
|
|
3230
3204
|
Permission is hereby granted, free of charge, to any
|
|
3231
3205
|
person obtaining a copy of this software and associated
|
|
@@ -3259,29 +3233,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3259
3233
|
|
|
3260
3234
|
### Rust Crates:
|
|
3261
3235
|
|
|
3262
|
-
- [
|
|
3263
|
-
- [
|
|
3264
|
-
- [
|
|
3236
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
3237
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
3238
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
3239
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
3265
3240
|
|
|
3266
3241
|
````text
|
|
3267
|
-
MIT License
|
|
3242
|
+
The MIT License (MIT)
|
|
3268
3243
|
|
|
3269
|
-
Copyright (c)
|
|
3244
|
+
Copyright (c) 2015 Andrew Gallant
|
|
3270
3245
|
|
|
3271
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3272
|
-
associated documentation files (the "Software"), to deal
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3246
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3247
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3248
|
+
in the Software without restriction, including without limitation the rights
|
|
3249
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3250
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3251
|
+
furnished to do so, subject to the following conditions:
|
|
3276
3252
|
|
|
3277
|
-
The above copyright notice and this permission notice shall be included in
|
|
3278
|
-
portions of the Software.
|
|
3253
|
+
The above copyright notice and this permission notice shall be included in
|
|
3254
|
+
all copies or substantial portions of the Software.
|
|
3279
3255
|
|
|
3280
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3281
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3256
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3257
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3258
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3259
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3260
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3261
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3262
|
+
THE SOFTWARE.
|
|
3285
3263
|
|
|
3286
3264
|
````
|
|
3287
3265
|
|
|
@@ -3291,30 +3269,34 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3291
3269
|
|
|
3292
3270
|
### Rust Crates:
|
|
3293
3271
|
|
|
3294
|
-
- [
|
|
3272
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
3295
3273
|
|
|
3296
3274
|
````text
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
Copyright (c) 2017 Nikolai Vazquez
|
|
3275
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
3300
3276
|
|
|
3301
|
-
Permission is hereby granted, free of charge, to any
|
|
3302
|
-
of this software and associated
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3277
|
+
Permission is hereby granted, free of charge, to any
|
|
3278
|
+
person obtaining a copy of this software and associated
|
|
3279
|
+
documentation files (the "Software"), to deal in the
|
|
3280
|
+
Software without restriction, including without
|
|
3281
|
+
limitation the rights to use, copy, modify, merge,
|
|
3282
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3283
|
+
the Software, and to permit persons to whom the Software
|
|
3284
|
+
is furnished to do so, subject to the following
|
|
3285
|
+
conditions:
|
|
3307
3286
|
|
|
3308
|
-
The above copyright notice and this permission notice
|
|
3309
|
-
copies or substantial portions
|
|
3287
|
+
The above copyright notice and this permission notice
|
|
3288
|
+
shall be included in all copies or substantial portions
|
|
3289
|
+
of the Software.
|
|
3310
3290
|
|
|
3311
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3312
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3291
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3292
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3293
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3294
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3295
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3296
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3297
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3298
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3299
|
+
DEALINGS IN THE SOFTWARE.
|
|
3318
3300
|
|
|
3319
3301
|
````
|
|
3320
3302
|
|
|
@@ -3324,12 +3306,10 @@ SOFTWARE.
|
|
|
3324
3306
|
|
|
3325
3307
|
### Rust Crates:
|
|
3326
3308
|
|
|
3327
|
-
- [
|
|
3328
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3329
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3309
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
3330
3310
|
|
|
3331
3311
|
````text
|
|
3332
|
-
Copyright
|
|
3312
|
+
Copyright Mozilla Foundation
|
|
3333
3313
|
|
|
3334
3314
|
Permission is hereby granted, free of charge, to any
|
|
3335
3315
|
person obtaining a copy of this software and associated
|
|
@@ -3363,10 +3343,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3363
3343
|
|
|
3364
3344
|
### Rust Crates:
|
|
3365
3345
|
|
|
3366
|
-
- [
|
|
3346
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
3367
3347
|
|
|
3368
3348
|
````text
|
|
3369
|
-
Copyright (c)
|
|
3349
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
3370
3350
|
|
|
3371
3351
|
Permission is hereby granted, free of charge, to any
|
|
3372
3352
|
person obtaining a copy of this software and associated
|
|
@@ -3398,16 +3378,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3398
3378
|
|
|
3399
3379
|
## The following dependencies are licensed under the MIT License:
|
|
3400
3380
|
|
|
3401
|
-
###
|
|
3381
|
+
### NPM Packages:
|
|
3402
3382
|
|
|
3403
|
-
- [
|
|
3404
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3405
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3383
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
3406
3384
|
|
|
3407
3385
|
````text
|
|
3408
|
-
MIT License
|
|
3386
|
+
The MIT License (MIT)
|
|
3409
3387
|
|
|
3410
|
-
Copyright (c)
|
|
3388
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
3411
3389
|
|
|
3412
3390
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3413
3391
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3416,35 +3394,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3416
3394
|
copies of the Software, and to permit persons to whom the Software is
|
|
3417
3395
|
furnished to do so, subject to the following conditions:
|
|
3418
3396
|
|
|
3419
|
-
The above copyright notice and this permission notice shall be included in
|
|
3420
|
-
copies or substantial portions of the Software.
|
|
3397
|
+
The above copyright notice and this permission notice shall be included in
|
|
3398
|
+
all copies or substantial portions of the Software.
|
|
3421
3399
|
|
|
3422
3400
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3423
3401
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3424
3402
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3425
3403
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3426
3404
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3427
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3428
|
-
SOFTWARE.
|
|
3429
|
-
|
|
3430
|
-
````
|
|
3431
|
-
|
|
3432
|
-
---
|
|
3433
|
-
|
|
3434
|
-
## The following dependencies are licensed under the MIT License:
|
|
3435
|
-
|
|
3436
|
-
### Rust Crates:
|
|
3437
|
-
|
|
3438
|
-
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
3439
|
-
|
|
3440
|
-
````text
|
|
3441
|
-
Copyright 2017 Juniper Networks, Inc.
|
|
3442
|
-
|
|
3443
|
-
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:
|
|
3444
|
-
|
|
3445
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3446
|
-
|
|
3447
|
-
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.
|
|
3405
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3406
|
+
THE SOFTWARE.
|
|
3448
3407
|
|
|
3449
3408
|
````
|
|
3450
3409
|
|
|
@@ -3454,10 +3413,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3454
3413
|
|
|
3455
3414
|
### Rust Crates:
|
|
3456
3415
|
|
|
3457
|
-
- [
|
|
3416
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
3458
3417
|
|
|
3459
3418
|
````text
|
|
3460
|
-
Copyright (c)
|
|
3419
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
3461
3420
|
|
|
3462
3421
|
Permission is hereby granted, free of charge, to any
|
|
3463
3422
|
person obtaining a copy of this software and associated
|
|
@@ -3491,10 +3450,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3491
3450
|
|
|
3492
3451
|
### Rust Crates:
|
|
3493
3452
|
|
|
3494
|
-
- [
|
|
3453
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
3495
3454
|
|
|
3496
3455
|
````text
|
|
3497
|
-
Copyright (c)
|
|
3456
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
3457
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3498
3458
|
|
|
3499
3459
|
Permission is hereby granted, free of charge, to any
|
|
3500
3460
|
person obtaining a copy of this software and associated
|
|
@@ -3528,30 +3488,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3528
3488
|
|
|
3529
3489
|
### Rust Crates:
|
|
3530
3490
|
|
|
3531
|
-
- [
|
|
3532
|
-
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
3491
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
3533
3492
|
|
|
3534
3493
|
````text
|
|
3535
|
-
The MIT License (MIT)
|
|
3536
|
-
|
|
3537
|
-
Copyright (c)
|
|
3538
|
-
|
|
3539
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3540
|
-
this software and associated documentation files (the "Software"), to deal
|
|
3541
|
-
the Software without restriction, including without limitation the rights
|
|
3542
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3543
|
-
the Software, and to permit persons to whom the Software is
|
|
3544
|
-
subject to the following conditions:
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3494
|
+
The MIT License (MIT)
|
|
3495
|
+
|
|
3496
|
+
Copyright (c) 2016 Johann Tuffe
|
|
3497
|
+
|
|
3498
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3499
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3500
|
+
in the Software without restriction, including without limitation the rights
|
|
3501
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3502
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3503
|
+
furnished to do so, subject to the following conditions:
|
|
3504
|
+
|
|
3505
|
+
|
|
3506
|
+
The above copyright notice and this permission notice shall be included in
|
|
3507
|
+
all copies or substantial portions of the Software.
|
|
3508
|
+
|
|
3509
|
+
|
|
3510
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3511
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3512
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3513
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3514
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3515
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3516
|
+
THE SOFTWARE.
|
|
3555
3517
|
|
|
3556
3518
|
````
|
|
3557
3519
|
|
|
@@ -3561,10 +3523,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3561
3523
|
|
|
3562
3524
|
### Rust Crates:
|
|
3563
3525
|
|
|
3564
|
-
- [
|
|
3526
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
3565
3527
|
|
|
3566
3528
|
````text
|
|
3567
|
-
Copyright (c)
|
|
3529
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
3568
3530
|
|
|
3569
3531
|
Permission is hereby granted, free of charge, to any
|
|
3570
3532
|
person obtaining a copy of this software and associated
|
|
@@ -3598,41 +3560,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3598
3560
|
|
|
3599
3561
|
### Rust Crates:
|
|
3600
3562
|
|
|
3601
|
-
- [
|
|
3602
|
-
|
|
3603
|
-
````text
|
|
3604
|
-
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
3605
|
-
|
|
3606
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3607
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3608
|
-
in the Software without restriction, including without limitation the rights
|
|
3609
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3610
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3611
|
-
furnished to do so, subject to the following conditions:
|
|
3612
|
-
|
|
3613
|
-
The above copyright notice and this permission notice shall be included in
|
|
3614
|
-
all copies or substantial portions of the Software.
|
|
3615
|
-
|
|
3616
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3617
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3618
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3619
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3620
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3621
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3622
|
-
THE SOFTWARE.
|
|
3623
|
-
|
|
3624
|
-
````
|
|
3625
|
-
|
|
3626
|
-
---
|
|
3627
|
-
|
|
3628
|
-
## The following dependencies are licensed under the MIT License:
|
|
3629
|
-
|
|
3630
|
-
### Rust Crates:
|
|
3631
|
-
|
|
3632
|
-
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
3563
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
3633
3564
|
|
|
3634
3565
|
````text
|
|
3635
|
-
Copyright (c)
|
|
3566
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
3567
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3636
3568
|
|
|
3637
3569
|
Permission is hereby granted, free of charge, to any
|
|
3638
3570
|
person obtaining a copy of this software and associated
|
|
@@ -3666,10 +3598,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3666
3598
|
|
|
3667
3599
|
### Rust Crates:
|
|
3668
3600
|
|
|
3669
|
-
- [
|
|
3601
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
3602
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3603
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3670
3604
|
|
|
3671
3605
|
````text
|
|
3672
|
-
Copyright (c)
|
|
3606
|
+
Copyright (c) 2019 Tower Contributors
|
|
3673
3607
|
|
|
3674
3608
|
Permission is hereby granted, free of charge, to any
|
|
3675
3609
|
person obtaining a copy of this software and associated
|
|
@@ -3703,76 +3637,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3703
3637
|
|
|
3704
3638
|
### Rust Crates:
|
|
3705
3639
|
|
|
3706
|
-
- [
|
|
3707
|
-
|
|
3708
|
-
````text
|
|
3709
|
-
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
3710
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
3711
|
-
|
|
3712
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3713
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3714
|
-
in the Software without restriction, including without limitation the rights
|
|
3715
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3716
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3717
|
-
furnished to do so, subject to the following conditions:
|
|
3718
|
-
|
|
3719
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3720
|
-
copies or substantial portions of the Software.
|
|
3721
|
-
|
|
3722
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3723
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3724
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3725
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3726
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3727
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3728
|
-
SOFTWARE.
|
|
3729
|
-
|
|
3730
|
-
````
|
|
3731
|
-
|
|
3732
|
-
---
|
|
3733
|
-
|
|
3734
|
-
## The following dependencies are licensed under the MIT License:
|
|
3735
|
-
|
|
3736
|
-
### Rust Crates:
|
|
3737
|
-
|
|
3738
|
-
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
3739
|
-
|
|
3740
|
-
````text
|
|
3741
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
3742
|
-
Copyright (c) 2016 Jason Housley
|
|
3743
|
-
|
|
3744
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3745
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3746
|
-
in the Software without restriction, including without limitation the rights
|
|
3747
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3748
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3749
|
-
furnished to do so, subject to the following conditions:
|
|
3750
|
-
|
|
3751
|
-
The above copyright notice and this permission notice shall be included in
|
|
3752
|
-
all copies or substantial portions of the Software.
|
|
3753
|
-
|
|
3754
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3755
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3756
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3757
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3758
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3759
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3760
|
-
THE SOFTWARE.
|
|
3761
|
-
|
|
3762
|
-
````
|
|
3763
|
-
|
|
3764
|
-
---
|
|
3765
|
-
|
|
3766
|
-
## The following dependencies are licensed under the MIT License:
|
|
3767
|
-
|
|
3768
|
-
### NPM Packages:
|
|
3769
|
-
|
|
3770
|
-
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
3640
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
3771
3641
|
|
|
3772
3642
|
````text
|
|
3773
3643
|
MIT License
|
|
3774
3644
|
|
|
3775
|
-
Copyright (c)
|
|
3645
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
3776
3646
|
|
|
3777
3647
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3778
3648
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3792,8 +3662,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3792
3662
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3793
3663
|
SOFTWARE.
|
|
3794
3664
|
|
|
3795
|
-
[others]: https://github.com/json5/json5/contributors
|
|
3796
|
-
|
|
3797
3665
|
````
|
|
3798
3666
|
|
|
3799
3667
|
---
|
|
@@ -3802,31 +3670,34 @@ SOFTWARE.
|
|
|
3802
3670
|
|
|
3803
3671
|
### Rust Crates:
|
|
3804
3672
|
|
|
3805
|
-
- [
|
|
3673
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
3806
3674
|
|
|
3807
3675
|
````text
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
Copyright (c) 2015-2020 Julien Cretin
|
|
3811
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
3676
|
+
Copyright (c) 2016 Anthony Ramine
|
|
3812
3677
|
|
|
3813
|
-
Permission is hereby granted, free of charge, to any
|
|
3814
|
-
of this software and associated
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3678
|
+
Permission is hereby granted, free of charge, to any
|
|
3679
|
+
person obtaining a copy of this software and associated
|
|
3680
|
+
documentation files (the "Software"), to deal in the
|
|
3681
|
+
Software without restriction, including without
|
|
3682
|
+
limitation the rights to use, copy, modify, merge,
|
|
3683
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3684
|
+
the Software, and to permit persons to whom the Software
|
|
3685
|
+
is furnished to do so, subject to the following
|
|
3686
|
+
conditions:
|
|
3819
3687
|
|
|
3820
|
-
The above copyright notice and this permission notice
|
|
3821
|
-
copies or substantial portions
|
|
3688
|
+
The above copyright notice and this permission notice
|
|
3689
|
+
shall be included in all copies or substantial portions
|
|
3690
|
+
of the Software.
|
|
3822
3691
|
|
|
3823
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3824
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3825
|
-
|
|
3826
|
-
|
|
3827
|
-
|
|
3828
|
-
|
|
3829
|
-
|
|
3692
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3693
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3694
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3695
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3696
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3697
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3698
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3699
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3700
|
+
DEALINGS IN THE SOFTWARE.
|
|
3830
3701
|
|
|
3831
3702
|
````
|
|
3832
3703
|
|
|
@@ -3836,15 +3707,13 @@ SOFTWARE.
|
|
|
3836
3707
|
|
|
3837
3708
|
### Rust Crates:
|
|
3838
3709
|
|
|
3839
|
-
- [
|
|
3710
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
3711
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3840
3712
|
|
|
3841
3713
|
````text
|
|
3842
3714
|
MIT License
|
|
3843
3715
|
|
|
3844
|
-
Copyright
|
|
3845
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
3846
|
-
Copyright (c) 2017 Frommi
|
|
3847
|
-
Copyright (c) 2017-2024 oyvindln
|
|
3716
|
+
Copyright (c) 2019 Graham Esau
|
|
3848
3717
|
|
|
3849
3718
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3850
3719
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3904,10 +3773,15 @@ THE SOFTWARE.
|
|
|
3904
3773
|
|
|
3905
3774
|
### Rust Crates:
|
|
3906
3775
|
|
|
3907
|
-
- [
|
|
3776
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
3777
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
3778
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
3779
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
3780
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
3781
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
3908
3782
|
|
|
3909
3783
|
````text
|
|
3910
|
-
Copyright 2019
|
|
3784
|
+
Copyright (c) 2019 Tokio Contributors
|
|
3911
3785
|
|
|
3912
3786
|
Permission is hereby granted, free of charge, to any
|
|
3913
3787
|
person obtaining a copy of this software and associated
|
|
@@ -3941,12 +3815,48 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3941
3815
|
|
|
3942
3816
|
### Rust Crates:
|
|
3943
3817
|
|
|
3944
|
-
- [
|
|
3818
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
3945
3819
|
|
|
3946
3820
|
````text
|
|
3947
|
-
The
|
|
3821
|
+
Copyright (c) The Rust Project Developers
|
|
3948
3822
|
|
|
3949
|
-
|
|
3823
|
+
Permission is hereby granted, free of charge, to any
|
|
3824
|
+
person obtaining a copy of this software and associated
|
|
3825
|
+
documentation files (the "Software"), to deal in the
|
|
3826
|
+
Software without restriction, including without
|
|
3827
|
+
limitation the rights to use, copy, modify, merge,
|
|
3828
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3829
|
+
the Software, and to permit persons to whom the Software
|
|
3830
|
+
is furnished to do so, subject to the following
|
|
3831
|
+
conditions:
|
|
3832
|
+
|
|
3833
|
+
The above copyright notice and this permission notice
|
|
3834
|
+
shall be included in all copies or substantial portions
|
|
3835
|
+
of the Software.
|
|
3836
|
+
|
|
3837
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3838
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3839
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3840
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3841
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3842
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3843
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3844
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3845
|
+
DEALINGS IN THE SOFTWARE.
|
|
3846
|
+
|
|
3847
|
+
````
|
|
3848
|
+
|
|
3849
|
+
---
|
|
3850
|
+
|
|
3851
|
+
## The following dependencies are licensed under the MIT License:
|
|
3852
|
+
|
|
3853
|
+
### Rust Crates:
|
|
3854
|
+
|
|
3855
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
3856
|
+
|
|
3857
|
+
````text
|
|
3858
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
3859
|
+
Copyright (c) 2016 Alex Crichton
|
|
3950
3860
|
|
|
3951
3861
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3952
3862
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3966,6 +3876,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3966
3876
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3967
3877
|
THE SOFTWARE.
|
|
3968
3878
|
|
|
3879
|
+
|
|
3969
3880
|
````
|
|
3970
3881
|
|
|
3971
3882
|
---
|
|
@@ -3974,34 +3885,16 @@ THE SOFTWARE.
|
|
|
3974
3885
|
|
|
3975
3886
|
### Rust Crates:
|
|
3976
3887
|
|
|
3977
|
-
- [
|
|
3888
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
3978
3889
|
|
|
3979
3890
|
````text
|
|
3980
|
-
Copyright
|
|
3891
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
3981
3892
|
|
|
3982
|
-
Permission is hereby granted, free of charge, to any
|
|
3983
|
-
person obtaining a copy of this software and associated
|
|
3984
|
-
documentation files (the "Software"), to deal in the
|
|
3985
|
-
Software without restriction, including without
|
|
3986
|
-
limitation the rights to use, copy, modify, merge,
|
|
3987
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3988
|
-
the Software, and to permit persons to whom the Software
|
|
3989
|
-
is furnished to do so, subject to the following
|
|
3990
|
-
conditions:
|
|
3893
|
+
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:
|
|
3991
3894
|
|
|
3992
|
-
The above copyright notice and this permission notice
|
|
3993
|
-
shall be included in all copies or substantial portions
|
|
3994
|
-
of the Software.
|
|
3895
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3995
3896
|
|
|
3996
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3997
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3998
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3999
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
4000
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4001
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4002
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4003
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4004
|
-
DEALINGS IN THE SOFTWARE.
|
|
3897
|
+
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.
|
|
4005
3898
|
|
|
4006
3899
|
````
|
|
4007
3900
|
|
|
@@ -4011,10 +3904,74 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4011
3904
|
|
|
4012
3905
|
### Rust Crates:
|
|
4013
3906
|
|
|
4014
|
-
- [
|
|
3907
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
4015
3908
|
|
|
4016
3909
|
````text
|
|
4017
|
-
|
|
3910
|
+
The MIT License (MIT)
|
|
3911
|
+
|
|
3912
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
3913
|
+
|
|
3914
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3915
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3916
|
+
in the Software without restriction, including without limitation the rights
|
|
3917
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3918
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3919
|
+
furnished to do so, subject to the following conditions:
|
|
3920
|
+
|
|
3921
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3922
|
+
copies or substantial portions of the Software.
|
|
3923
|
+
|
|
3924
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3925
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3926
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3927
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3928
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3929
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3930
|
+
SOFTWARE.
|
|
3931
|
+
````
|
|
3932
|
+
|
|
3933
|
+
---
|
|
3934
|
+
|
|
3935
|
+
## The following dependencies are licensed under the MIT License:
|
|
3936
|
+
|
|
3937
|
+
### Rust Crates:
|
|
3938
|
+
|
|
3939
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
3940
|
+
|
|
3941
|
+
````text
|
|
3942
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
3943
|
+
|
|
3944
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3945
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3946
|
+
in the Software without restriction, including without limitation the rights
|
|
3947
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3948
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3949
|
+
furnished to do so, subject to the following conditions:
|
|
3950
|
+
|
|
3951
|
+
The above copyright notice and this permission notice shall be included in
|
|
3952
|
+
all copies or substantial portions of the Software.
|
|
3953
|
+
|
|
3954
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3955
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3956
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3957
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3958
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3959
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3960
|
+
THE SOFTWARE.
|
|
3961
|
+
|
|
3962
|
+
|
|
3963
|
+
````
|
|
3964
|
+
|
|
3965
|
+
---
|
|
3966
|
+
|
|
3967
|
+
## The following dependencies are licensed under the MIT License:
|
|
3968
|
+
|
|
3969
|
+
### Rust Crates:
|
|
3970
|
+
|
|
3971
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
3972
|
+
|
|
3973
|
+
````text
|
|
3974
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
4018
3975
|
|
|
4019
3976
|
Permission is hereby granted, free of charge, to any
|
|
4020
3977
|
person obtaining a copy of this software and associated
|
|
@@ -4048,11 +4005,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4048
4005
|
|
|
4049
4006
|
### Rust Crates:
|
|
4050
4007
|
|
|
4051
|
-
- [
|
|
4052
|
-
- [
|
|
4008
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
4009
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
4010
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
4053
4011
|
|
|
4054
4012
|
````text
|
|
4055
|
-
|
|
4013
|
+
MIT License
|
|
4014
|
+
|
|
4015
|
+
Copyright (c) Tokio Contributors
|
|
4056
4016
|
|
|
4057
4017
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4058
4018
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4080,34 +4040,31 @@ SOFTWARE.
|
|
|
4080
4040
|
|
|
4081
4041
|
### Rust Crates:
|
|
4082
4042
|
|
|
4083
|
-
- [
|
|
4043
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
4084
4044
|
|
|
4085
4045
|
````text
|
|
4086
|
-
|
|
4046
|
+
MIT License
|
|
4087
4047
|
|
|
4088
|
-
|
|
4089
|
-
|
|
4090
|
-
documentation files (the "Software"), to deal in the
|
|
4091
|
-
Software without restriction, including without
|
|
4092
|
-
limitation the rights to use, copy, modify, merge,
|
|
4093
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
4094
|
-
the Software, and to permit persons to whom the Software
|
|
4095
|
-
is furnished to do so, subject to the following
|
|
4096
|
-
conditions:
|
|
4048
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
4049
|
+
Copyright (c) Tokio Contributors
|
|
4097
4050
|
|
|
4098
|
-
|
|
4099
|
-
|
|
4100
|
-
|
|
4051
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4052
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4053
|
+
in the Software without restriction, including without limitation the rights
|
|
4054
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4055
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4056
|
+
furnished to do so, subject to the following conditions:
|
|
4101
4057
|
|
|
4102
|
-
|
|
4103
|
-
|
|
4104
|
-
|
|
4105
|
-
|
|
4106
|
-
|
|
4107
|
-
|
|
4108
|
-
|
|
4109
|
-
IN
|
|
4110
|
-
|
|
4058
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4059
|
+
copies or substantial portions of the Software.
|
|
4060
|
+
|
|
4061
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4062
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4063
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4064
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4065
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4066
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4067
|
+
SOFTWARE.
|
|
4111
4068
|
|
|
4112
4069
|
````
|
|
4113
4070
|
|
|
@@ -4117,10 +4074,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4117
4074
|
|
|
4118
4075
|
### Rust Crates:
|
|
4119
4076
|
|
|
4120
|
-
- [
|
|
4077
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4078
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4079
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4080
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4081
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4082
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4083
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4084
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4085
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4121
4086
|
|
|
4122
4087
|
````text
|
|
4123
|
-
Copyright (c)
|
|
4088
|
+
Copyright (c) 2016 Alex Crichton
|
|
4089
|
+
Copyright (c) 2017 The Tokio Authors
|
|
4124
4090
|
|
|
4125
4091
|
Permission is hereby granted, free of charge, to any
|
|
4126
4092
|
person obtaining a copy of this software and associated
|
|
@@ -4154,10 +4120,44 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4154
4120
|
|
|
4155
4121
|
### Rust Crates:
|
|
4156
4122
|
|
|
4157
|
-
- [
|
|
4123
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
4124
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
4125
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
4158
4126
|
|
|
4159
4127
|
````text
|
|
4160
|
-
|
|
4128
|
+
MIT License
|
|
4129
|
+
|
|
4130
|
+
Copyright (c) <year> <copyright holders>
|
|
4131
|
+
|
|
4132
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
4133
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
4134
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4135
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
4136
|
+
following conditions:
|
|
4137
|
+
|
|
4138
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
4139
|
+
portions of the Software.
|
|
4140
|
+
|
|
4141
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
4142
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
4143
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4144
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
4145
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4146
|
+
|
|
4147
|
+
````
|
|
4148
|
+
|
|
4149
|
+
---
|
|
4150
|
+
|
|
4151
|
+
## The following dependencies are licensed under the MIT License:
|
|
4152
|
+
|
|
4153
|
+
### Rust Crates:
|
|
4154
|
+
|
|
4155
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
4156
|
+
|
|
4157
|
+
````text
|
|
4158
|
+
Copyright (c) 2017 Carl Lerche
|
|
4159
|
+
Copyright (c) 2018 Bastian Köcher
|
|
4160
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
4161
4161
|
|
|
4162
4162
|
Permission is hereby granted, free of charge, to any
|
|
4163
4163
|
person obtaining a copy of this software and associated
|