@deveco-codegenie/mcp-darwin-x64 1.1.7 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD_PARTY_LICENSES.md +1231 -1231
- package/bin/codegenie-mcp-server +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -15,6 +15,32 @@
|
|
|
15
15
|
- MPL-2.0: 1
|
|
16
16
|
|
|
17
17
|
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
21
|
+
|
|
22
|
+
### Rust Crates:
|
|
23
|
+
|
|
24
|
+
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
25
|
+
|
|
26
|
+
````text
|
|
27
|
+
BSD Zero Clause License
|
|
28
|
+
|
|
29
|
+
Copyright (c) 2025 Goat
|
|
30
|
+
|
|
31
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
32
|
+
purpose with or without fee is hereby granted.
|
|
33
|
+
|
|
34
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
35
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
36
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
37
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
38
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
39
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
40
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
41
|
+
|
|
42
|
+
````
|
|
43
|
+
|
|
18
44
|
---
|
|
19
45
|
|
|
20
46
|
## The following dependencies are licensed under the 0BSD License:
|
|
@@ -67,27 +93,88 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
67
93
|
|
|
68
94
|
---
|
|
69
95
|
|
|
70
|
-
## The following dependencies are licensed under the
|
|
96
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
71
97
|
|
|
72
98
|
### Rust Crates:
|
|
73
99
|
|
|
74
|
-
- [
|
|
100
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
101
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
102
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
75
103
|
|
|
76
104
|
````text
|
|
77
|
-
|
|
105
|
+
Apache License
|
|
106
|
+
Version 2.0, January 2004
|
|
107
|
+
http://www.apache.org/licenses/
|
|
78
108
|
|
|
79
|
-
|
|
109
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
80
110
|
|
|
81
|
-
|
|
82
|
-
purpose with or without fee is hereby granted.
|
|
111
|
+
1. Definitions.
|
|
83
112
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
113
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
114
|
+
|
|
115
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
116
|
+
|
|
117
|
+
"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.
|
|
118
|
+
|
|
119
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
120
|
+
|
|
121
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
122
|
+
|
|
123
|
+
"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.
|
|
124
|
+
|
|
125
|
+
"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).
|
|
126
|
+
|
|
127
|
+
"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.
|
|
128
|
+
|
|
129
|
+
"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."
|
|
130
|
+
|
|
131
|
+
"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.
|
|
132
|
+
|
|
133
|
+
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.
|
|
134
|
+
|
|
135
|
+
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.
|
|
136
|
+
|
|
137
|
+
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:
|
|
138
|
+
|
|
139
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
140
|
+
|
|
141
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
142
|
+
|
|
143
|
+
(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
|
|
144
|
+
|
|
145
|
+
(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.
|
|
146
|
+
|
|
147
|
+
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.
|
|
148
|
+
|
|
149
|
+
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.
|
|
150
|
+
|
|
151
|
+
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.
|
|
152
|
+
|
|
153
|
+
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.
|
|
154
|
+
|
|
155
|
+
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.
|
|
156
|
+
|
|
157
|
+
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.
|
|
158
|
+
|
|
159
|
+
END OF TERMS AND CONDITIONS
|
|
160
|
+
|
|
161
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
162
|
+
|
|
163
|
+
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.
|
|
164
|
+
|
|
165
|
+
Copyright [yyyy] [name of copyright owner]
|
|
166
|
+
|
|
167
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
168
|
+
you may not use this file except in compliance with the License.
|
|
169
|
+
You may obtain a copy of the License at
|
|
170
|
+
|
|
171
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
172
|
+
|
|
173
|
+
Unless required by applicable law or agreed to in writing, software
|
|
174
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
175
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
176
|
+
See the License for the specific language governing permissions and
|
|
177
|
+
limitations under the License.
|
|
91
178
|
|
|
92
179
|
````
|
|
93
180
|
|
|
@@ -521,93 +608,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
521
608
|
|
|
522
609
|
---
|
|
523
610
|
|
|
524
|
-
## The following dependencies are licensed under the Apache-2.0 License:
|
|
525
|
-
|
|
526
|
-
### Rust Crates:
|
|
527
|
-
|
|
528
|
-
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
529
|
-
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
530
|
-
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
531
|
-
|
|
532
|
-
````text
|
|
533
|
-
Apache License
|
|
534
|
-
Version 2.0, January 2004
|
|
535
|
-
http://www.apache.org/licenses/
|
|
536
|
-
|
|
537
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
538
|
-
|
|
539
|
-
1. Definitions.
|
|
540
|
-
|
|
541
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
542
|
-
|
|
543
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
544
|
-
|
|
545
|
-
"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.
|
|
546
|
-
|
|
547
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
548
|
-
|
|
549
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
550
|
-
|
|
551
|
-
"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.
|
|
552
|
-
|
|
553
|
-
"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).
|
|
554
|
-
|
|
555
|
-
"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.
|
|
556
|
-
|
|
557
|
-
"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."
|
|
558
|
-
|
|
559
|
-
"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.
|
|
560
|
-
|
|
561
|
-
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.
|
|
562
|
-
|
|
563
|
-
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.
|
|
564
|
-
|
|
565
|
-
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:
|
|
566
|
-
|
|
567
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
568
|
-
|
|
569
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
570
|
-
|
|
571
|
-
(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
|
|
572
|
-
|
|
573
|
-
(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.
|
|
574
|
-
|
|
575
|
-
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.
|
|
576
|
-
|
|
577
|
-
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.
|
|
578
|
-
|
|
579
|
-
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.
|
|
580
|
-
|
|
581
|
-
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.
|
|
582
|
-
|
|
583
|
-
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.
|
|
584
|
-
|
|
585
|
-
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.
|
|
586
|
-
|
|
587
|
-
END OF TERMS AND CONDITIONS
|
|
588
|
-
|
|
589
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
590
|
-
|
|
591
|
-
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.
|
|
592
|
-
|
|
593
|
-
Copyright [yyyy] [name of copyright owner]
|
|
594
|
-
|
|
595
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
596
|
-
you may not use this file except in compliance with the License.
|
|
597
|
-
You may obtain a copy of the License at
|
|
598
|
-
|
|
599
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
600
|
-
|
|
601
|
-
Unless required by applicable law or agreed to in writing, software
|
|
602
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
603
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
604
|
-
See the License for the specific language governing permissions and
|
|
605
|
-
limitations under the License.
|
|
606
|
-
|
|
607
|
-
````
|
|
608
|
-
|
|
609
|
-
---
|
|
610
|
-
|
|
611
611
|
## The following dependencies are licensed under the BSD-3-Clause License:
|
|
612
612
|
|
|
613
613
|
### NPM Packages:
|
|
@@ -653,16 +653,35 @@ The complete list of contributors can be found at:
|
|
|
653
653
|
|
|
654
654
|
### Rust Crates:
|
|
655
655
|
|
|
656
|
-
- [
|
|
656
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
657
657
|
|
|
658
658
|
````text
|
|
659
|
-
Copyright
|
|
659
|
+
Copyright 2023 The Fuchsia Authors
|
|
660
660
|
|
|
661
|
-
Permission is hereby granted, free of charge, to any
|
|
661
|
+
Permission is hereby granted, free of charge, to any
|
|
662
|
+
person obtaining a copy of this software and associated
|
|
663
|
+
documentation files (the "Software"), to deal in the
|
|
664
|
+
Software without restriction, including without
|
|
665
|
+
limitation the rights to use, copy, modify, merge,
|
|
666
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
667
|
+
the Software, and to permit persons to whom the Software
|
|
668
|
+
is furnished to do so, subject to the following
|
|
669
|
+
conditions:
|
|
662
670
|
|
|
663
|
-
The above copyright notice and this permission notice
|
|
671
|
+
The above copyright notice and this permission notice
|
|
672
|
+
shall be included in all copies or substantial portions
|
|
673
|
+
of the Software.
|
|
674
|
+
|
|
675
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
676
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
677
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
678
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
679
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
680
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
681
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
682
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
683
|
+
DEALINGS IN THE SOFTWARE.
|
|
664
684
|
|
|
665
|
-
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.
|
|
666
685
|
|
|
667
686
|
````
|
|
668
687
|
|
|
@@ -672,34 +691,50 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
672
691
|
|
|
673
692
|
### Rust Crates:
|
|
674
693
|
|
|
675
|
-
- [
|
|
676
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
694
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
677
695
|
|
|
678
696
|
````text
|
|
679
|
-
The
|
|
680
|
-
|
|
681
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
682
|
-
|
|
683
|
-
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:
|
|
684
|
-
|
|
685
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
686
|
-
|
|
687
|
-
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.
|
|
697
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
688
698
|
|
|
689
|
-
|
|
699
|
+
Permission is hereby granted, free of charge, to any
|
|
700
|
+
person obtaining a copy of this software and associated
|
|
701
|
+
documentation files (the "Software"), to deal in the
|
|
702
|
+
Software without restriction, including without
|
|
703
|
+
limitation the rights to use, copy, modify, merge,
|
|
704
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
705
|
+
the Software, and to permit persons to whom the Software
|
|
706
|
+
is furnished to do so, subject to the following
|
|
707
|
+
conditions:
|
|
690
708
|
|
|
691
|
-
|
|
709
|
+
The above copyright notice and this permission notice
|
|
710
|
+
shall be included in all copies or substantial portions
|
|
711
|
+
of the Software.
|
|
712
|
+
|
|
713
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
714
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
715
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
716
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
717
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
718
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
719
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
720
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
721
|
+
DEALINGS IN THE SOFTWARE.
|
|
722
|
+
|
|
723
|
+
````
|
|
724
|
+
|
|
725
|
+
---
|
|
692
726
|
|
|
693
727
|
## The following dependencies are licensed under the MIT License:
|
|
694
728
|
|
|
695
|
-
###
|
|
729
|
+
### NPM Packages:
|
|
696
730
|
|
|
697
|
-
- [
|
|
731
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
732
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
698
733
|
|
|
699
734
|
````text
|
|
700
735
|
MIT License
|
|
701
736
|
|
|
702
|
-
Copyright (c)
|
|
737
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
703
738
|
|
|
704
739
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
705
740
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -725,30 +760,29 @@ SOFTWARE.
|
|
|
725
760
|
|
|
726
761
|
## The following dependencies are licensed under the MIT License:
|
|
727
762
|
|
|
728
|
-
###
|
|
763
|
+
### NPM Packages:
|
|
729
764
|
|
|
730
|
-
- [
|
|
765
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
731
766
|
|
|
732
767
|
````text
|
|
733
|
-
|
|
768
|
+
This software is released under the MIT license:
|
|
734
769
|
|
|
735
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
770
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
771
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
772
|
+
the Software without restriction, including without limitation the rights to
|
|
773
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
774
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
775
|
+
subject to the following conditions:
|
|
741
776
|
|
|
742
|
-
The above copyright notice and this permission notice shall be included in
|
|
743
|
-
|
|
777
|
+
The above copyright notice and this permission notice shall be included in all
|
|
778
|
+
copies or substantial portions of the Software.
|
|
744
779
|
|
|
745
780
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
746
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
THE SOFTWARE.
|
|
781
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
782
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
783
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
784
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
785
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
752
786
|
|
|
753
787
|
````
|
|
754
788
|
|
|
@@ -758,30 +792,34 @@ THE SOFTWARE.
|
|
|
758
792
|
|
|
759
793
|
### Rust Crates:
|
|
760
794
|
|
|
761
|
-
- [
|
|
795
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
762
796
|
|
|
763
797
|
````text
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
798
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
767
799
|
|
|
768
|
-
Permission is hereby granted, free of charge, to any
|
|
769
|
-
of this software and associated
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
800
|
+
Permission is hereby granted, free of charge, to any
|
|
801
|
+
person obtaining a copy of this software and associated
|
|
802
|
+
documentation files (the "Software"), to deal in the
|
|
803
|
+
Software without restriction, including without
|
|
804
|
+
limitation the rights to use, copy, modify, merge,
|
|
805
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
806
|
+
the Software, and to permit persons to whom the Software
|
|
807
|
+
is furnished to do so, subject to the following
|
|
808
|
+
conditions:
|
|
774
809
|
|
|
775
|
-
The above copyright notice and this permission notice
|
|
776
|
-
copies or substantial portions
|
|
810
|
+
The above copyright notice and this permission notice
|
|
811
|
+
shall be included in all copies or substantial portions
|
|
812
|
+
of the Software.
|
|
777
813
|
|
|
778
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
779
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
814
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
815
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
816
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
817
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
818
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
819
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
820
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
821
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
822
|
+
DEALINGS IN THE SOFTWARE.
|
|
785
823
|
|
|
786
824
|
````
|
|
787
825
|
|
|
@@ -791,10 +829,16 @@ SOFTWARE.
|
|
|
791
829
|
|
|
792
830
|
### Rust Crates:
|
|
793
831
|
|
|
794
|
-
- [
|
|
832
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
833
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
834
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
835
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
836
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
837
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
795
838
|
|
|
796
839
|
````text
|
|
797
|
-
Copyright
|
|
840
|
+
Copyright 2018 Developers of the Rand project
|
|
841
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
798
842
|
|
|
799
843
|
Permission is hereby granted, free of charge, to any
|
|
800
844
|
person obtaining a copy of this software and associated
|
|
@@ -828,12 +872,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
828
872
|
|
|
829
873
|
### Rust Crates:
|
|
830
874
|
|
|
831
|
-
- [
|
|
875
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
876
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
832
877
|
|
|
833
878
|
````text
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
879
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
837
880
|
|
|
838
881
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
839
882
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -853,8 +896,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
853
896
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
854
897
|
SOFTWARE.
|
|
855
898
|
|
|
856
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
857
|
-
licences; see files named LICENSE.*.txt for details.
|
|
858
899
|
````
|
|
859
900
|
|
|
860
901
|
---
|
|
@@ -863,35 +904,29 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
863
904
|
|
|
864
905
|
### Rust Crates:
|
|
865
906
|
|
|
866
|
-
- [
|
|
867
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
907
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
868
908
|
|
|
869
909
|
````text
|
|
870
|
-
Copyright (c)
|
|
910
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
871
911
|
|
|
872
|
-
Permission is hereby granted, free of charge, to any
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
the Software, and to permit persons to whom the Software
|
|
879
|
-
is furnished to do so, subject to the following
|
|
880
|
-
conditions:
|
|
912
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
913
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
914
|
+
in the Software without restriction, including without limitation the rights
|
|
915
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
916
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
917
|
+
furnished to do so, subject to the following conditions:
|
|
881
918
|
|
|
882
|
-
The above copyright notice and this permission notice
|
|
883
|
-
|
|
884
|
-
|
|
919
|
+
The above copyright notice and this permission notice shall be included in
|
|
920
|
+
all copies or substantial portions of the Software.
|
|
921
|
+
|
|
922
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
923
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
924
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
925
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
926
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
927
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
928
|
+
THE SOFTWARE.
|
|
885
929
|
|
|
886
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
887
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
888
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
889
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
890
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
891
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
892
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
893
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
894
|
-
DEALINGS IN THE SOFTWARE.
|
|
895
930
|
|
|
896
931
|
````
|
|
897
932
|
|
|
@@ -901,35 +936,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
901
936
|
|
|
902
937
|
### Rust Crates:
|
|
903
938
|
|
|
904
|
-
- [
|
|
939
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
905
940
|
|
|
906
941
|
````text
|
|
907
|
-
|
|
942
|
+
The MIT License (MIT)
|
|
908
943
|
|
|
909
|
-
|
|
910
|
-
person obtaining a copy of this software and associated
|
|
911
|
-
documentation files (the "Software"), to deal in the
|
|
912
|
-
Software without restriction, including without
|
|
913
|
-
limitation the rights to use, copy, modify, merge,
|
|
914
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
915
|
-
the Software, and to permit persons to whom the Software
|
|
916
|
-
is furnished to do so, subject to the following
|
|
917
|
-
conditions:
|
|
944
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
918
945
|
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
946
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
947
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
948
|
+
in the Software without restriction, including without limitation the rights
|
|
949
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
950
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
951
|
+
furnished to do so, subject to the following conditions:
|
|
922
952
|
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
IN
|
|
931
|
-
|
|
953
|
+
The above copyright notice and this permission notice shall be included in all
|
|
954
|
+
copies or substantial portions of the Software.
|
|
955
|
+
|
|
956
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
957
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
958
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
959
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
960
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
961
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
962
|
+
SOFTWARE.
|
|
932
963
|
|
|
964
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
965
|
+
licences; see files named LICENSE.*.txt for details.
|
|
933
966
|
````
|
|
934
967
|
|
|
935
968
|
---
|
|
@@ -971,48 +1004,14 @@ THE SOFTWARE.
|
|
|
971
1004
|
|
|
972
1005
|
## The following dependencies are licensed under the MIT License:
|
|
973
1006
|
|
|
974
|
-
###
|
|
1007
|
+
### NPM Packages:
|
|
975
1008
|
|
|
976
|
-
- [
|
|
1009
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
977
1010
|
|
|
978
1011
|
````text
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
Permission is hereby granted, free of charge, to any
|
|
982
|
-
person obtaining a copy of this software and associated
|
|
983
|
-
documentation files (the "Software"), to deal in the
|
|
984
|
-
Software without restriction, including without
|
|
985
|
-
limitation the rights to use, copy, modify, merge,
|
|
986
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
987
|
-
the Software, and to permit persons to whom the Software
|
|
988
|
-
is furnished to do so, subject to the following
|
|
989
|
-
conditions:
|
|
990
|
-
|
|
991
|
-
The above copyright notice and this permission notice
|
|
992
|
-
shall be included in all copies or substantial portions
|
|
993
|
-
of the Software.
|
|
994
|
-
|
|
995
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
996
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
997
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
998
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
999
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1000
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1001
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1002
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1003
|
-
DEALINGS IN THE SOFTWARE.
|
|
1004
|
-
````
|
|
1005
|
-
|
|
1006
|
-
---
|
|
1007
|
-
|
|
1008
|
-
## The following dependencies are licensed under the MIT License:
|
|
1009
|
-
|
|
1010
|
-
### Rust Crates:
|
|
1011
|
-
|
|
1012
|
-
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
1012
|
+
The MIT License (MIT)
|
|
1013
1013
|
|
|
1014
|
-
|
|
1015
|
-
Copyright (c) 2016-2025 Sean McArthur
|
|
1014
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
1016
1015
|
|
|
1017
1016
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1018
1017
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1021,16 +1020,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1021
1020
|
copies of the Software, and to permit persons to whom the Software is
|
|
1022
1021
|
furnished to do so, subject to the following conditions:
|
|
1023
1022
|
|
|
1024
|
-
The above copyright notice and this permission notice shall be included in
|
|
1025
|
-
|
|
1023
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1024
|
+
copies or substantial portions of the Software.
|
|
1026
1025
|
|
|
1027
1026
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1028
1027
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1029
1028
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1030
1029
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1031
1030
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1032
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1033
|
-
|
|
1031
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1032
|
+
SOFTWARE.
|
|
1034
1033
|
|
|
1035
1034
|
|
|
1036
1035
|
````
|
|
@@ -1041,10 +1040,10 @@ THE SOFTWARE.
|
|
|
1041
1040
|
|
|
1042
1041
|
### Rust Crates:
|
|
1043
1042
|
|
|
1044
|
-
- [
|
|
1043
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
1045
1044
|
|
|
1046
1045
|
````text
|
|
1047
|
-
Copyright (c)
|
|
1046
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
1048
1047
|
|
|
1049
1048
|
Permission is hereby granted, free of charge, to any
|
|
1050
1049
|
person obtaining a copy of this software and associated
|
|
@@ -1078,35 +1077,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1078
1077
|
|
|
1079
1078
|
### Rust Crates:
|
|
1080
1079
|
|
|
1081
|
-
- [
|
|
1080
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
1082
1081
|
|
|
1083
1082
|
````text
|
|
1084
|
-
Copyright (c)
|
|
1085
|
-
|
|
1086
|
-
Includes parts of http date with the following copyright:
|
|
1087
|
-
Copyright (c) 2016 Pyfisch
|
|
1088
|
-
|
|
1089
|
-
Includes portions of musl libc with the following copyright:
|
|
1090
|
-
Copyright © 2005-2013 Rich Felker
|
|
1091
|
-
|
|
1083
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
1092
1084
|
|
|
1093
|
-
Permission is hereby granted, free of charge, to any
|
|
1094
|
-
of this software and associated
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1085
|
+
Permission is hereby granted, free of charge, to any
|
|
1086
|
+
person obtaining a copy of this software and associated
|
|
1087
|
+
documentation files (the "Software"), to deal in the
|
|
1088
|
+
Software without restriction, including without
|
|
1089
|
+
limitation the rights to use, copy, modify, merge,
|
|
1090
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1091
|
+
the Software, and to permit persons to whom the Software
|
|
1092
|
+
is furnished to do so, subject to the following
|
|
1093
|
+
conditions:
|
|
1099
1094
|
|
|
1100
|
-
The above copyright notice and this permission notice
|
|
1101
|
-
copies or substantial portions
|
|
1095
|
+
The above copyright notice and this permission notice
|
|
1096
|
+
shall be included in all copies or substantial portions
|
|
1097
|
+
of the Software.
|
|
1102
1098
|
|
|
1103
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1104
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1099
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1100
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1101
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1102
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1103
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1104
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1105
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1106
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1107
|
+
DEALINGS IN THE SOFTWARE.
|
|
1110
1108
|
|
|
1111
1109
|
````
|
|
1112
1110
|
|
|
@@ -1114,14 +1112,14 @@ SOFTWARE.
|
|
|
1114
1112
|
|
|
1115
1113
|
## The following dependencies are licensed under the MIT License:
|
|
1116
1114
|
|
|
1117
|
-
###
|
|
1115
|
+
### NPM Packages:
|
|
1118
1116
|
|
|
1119
|
-
- [
|
|
1117
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.10) (0.0.10)
|
|
1120
1118
|
|
|
1121
1119
|
````text
|
|
1122
|
-
|
|
1120
|
+
MIT License
|
|
1123
1121
|
|
|
1124
|
-
Copyright (c)
|
|
1122
|
+
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
1125
1123
|
|
|
1126
1124
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1127
1125
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1130,16 +1128,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1130
1128
|
copies of the Software, and to permit persons to whom the Software is
|
|
1131
1129
|
furnished to do so, subject to the following conditions:
|
|
1132
1130
|
|
|
1133
|
-
The above copyright notice and this permission notice shall be included in
|
|
1134
|
-
|
|
1131
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1132
|
+
copies or substantial portions of the Software.
|
|
1135
1133
|
|
|
1136
1134
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1137
1135
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1138
1136
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1139
1137
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1140
1138
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1141
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1142
|
-
|
|
1139
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1140
|
+
SOFTWARE.
|
|
1143
1141
|
|
|
1144
1142
|
````
|
|
1145
1143
|
|
|
@@ -1149,11 +1147,15 @@ THE SOFTWARE.
|
|
|
1149
1147
|
|
|
1150
1148
|
### Rust Crates:
|
|
1151
1149
|
|
|
1152
|
-
- [
|
|
1150
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
1151
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1152
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1153
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1153
1154
|
|
|
1154
1155
|
````text
|
|
1155
|
-
|
|
1156
|
-
|
|
1156
|
+
The MIT License (MIT)
|
|
1157
|
+
|
|
1158
|
+
Copyright (c) 2015 Andrew Gallant
|
|
1157
1159
|
|
|
1158
1160
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1159
1161
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1173,7 +1175,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1173
1175
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1174
1176
|
THE SOFTWARE.
|
|
1175
1177
|
|
|
1176
|
-
|
|
1177
1178
|
````
|
|
1178
1179
|
|
|
1179
1180
|
---
|
|
@@ -1182,13 +1183,10 @@ THE SOFTWARE.
|
|
|
1182
1183
|
|
|
1183
1184
|
### Rust Crates:
|
|
1184
1185
|
|
|
1185
|
-
- [
|
|
1186
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1187
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1188
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1186
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
1189
1187
|
|
|
1190
1188
|
````text
|
|
1191
|
-
Copyright (c)
|
|
1189
|
+
Copyright (c) 2018 Carl Lerche
|
|
1192
1190
|
|
|
1193
1191
|
Permission is hereby granted, free of charge, to any
|
|
1194
1192
|
person obtaining a copy of this software and associated
|
|
@@ -1222,11 +1220,17 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1222
1220
|
|
|
1223
1221
|
### Rust Crates:
|
|
1224
1222
|
|
|
1225
|
-
- [
|
|
1223
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
1226
1224
|
|
|
1227
1225
|
````text
|
|
1228
|
-
Copyright (c)
|
|
1229
|
-
|
|
1226
|
+
Copyright (c) 2016 The humantime Developers
|
|
1227
|
+
|
|
1228
|
+
Includes parts of http date with the following copyright:
|
|
1229
|
+
Copyright (c) 2016 Pyfisch
|
|
1230
|
+
|
|
1231
|
+
Includes portions of musl libc with the following copyright:
|
|
1232
|
+
Copyright © 2005-2013 Rich Felker
|
|
1233
|
+
|
|
1230
1234
|
|
|
1231
1235
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1232
1236
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1235,16 +1239,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1235
1239
|
copies of the Software, and to permit persons to whom the Software is
|
|
1236
1240
|
furnished to do so, subject to the following conditions:
|
|
1237
1241
|
|
|
1238
|
-
The above copyright notice and this permission notice shall be included in
|
|
1239
|
-
|
|
1242
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1243
|
+
copies or substantial portions of the Software.
|
|
1240
1244
|
|
|
1241
1245
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1242
1246
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1243
1247
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1244
1248
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1245
1249
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1246
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1247
|
-
|
|
1250
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1251
|
+
SOFTWARE.
|
|
1248
1252
|
|
|
1249
1253
|
````
|
|
1250
1254
|
|
|
@@ -1254,34 +1258,16 @@ THE SOFTWARE.
|
|
|
1254
1258
|
|
|
1255
1259
|
### Rust Crates:
|
|
1256
1260
|
|
|
1257
|
-
- [
|
|
1261
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
1258
1262
|
|
|
1259
1263
|
````text
|
|
1260
|
-
Copyright
|
|
1264
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
1261
1265
|
|
|
1262
|
-
Permission is hereby granted, free of charge, to any
|
|
1263
|
-
person obtaining a copy of this software and associated
|
|
1264
|
-
documentation files (the "Software"), to deal in the
|
|
1265
|
-
Software without restriction, including without
|
|
1266
|
-
limitation the rights to use, copy, modify, merge,
|
|
1267
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1268
|
-
the Software, and to permit persons to whom the Software
|
|
1269
|
-
is furnished to do so, subject to the following
|
|
1270
|
-
conditions:
|
|
1266
|
+
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:
|
|
1271
1267
|
|
|
1272
|
-
The above copyright notice and this permission notice
|
|
1273
|
-
shall be included in all copies or substantial portions
|
|
1274
|
-
of the Software.
|
|
1268
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1275
1269
|
|
|
1276
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1277
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1278
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1279
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1280
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1281
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1282
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1283
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1284
|
-
DEALINGS IN THE SOFTWARE.
|
|
1270
|
+
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.
|
|
1285
1271
|
|
|
1286
1272
|
````
|
|
1287
1273
|
|
|
@@ -1291,12 +1277,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1291
1277
|
|
|
1292
1278
|
### Rust Crates:
|
|
1293
1279
|
|
|
1294
|
-
- [
|
|
1295
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1296
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1280
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
1297
1281
|
|
|
1298
1282
|
````text
|
|
1299
|
-
Copyright (c)
|
|
1283
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
1300
1284
|
|
|
1301
1285
|
Permission is hereby granted, free of charge, to any
|
|
1302
1286
|
person obtaining a copy of this software and associated
|
|
@@ -1330,10 +1314,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1330
1314
|
|
|
1331
1315
|
### Rust Crates:
|
|
1332
1316
|
|
|
1333
|
-
- [
|
|
1317
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
1334
1318
|
|
|
1335
1319
|
````text
|
|
1336
|
-
Copyright
|
|
1320
|
+
Copyright (c) 2014 Chris Wong
|
|
1337
1321
|
|
|
1338
1322
|
Permission is hereby granted, free of charge, to any
|
|
1339
1323
|
person obtaining a copy of this software and associated
|
|
@@ -1359,7 +1343,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1359
1343
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1360
1344
|
DEALINGS IN THE SOFTWARE.
|
|
1361
1345
|
|
|
1362
|
-
|
|
1363
1346
|
````
|
|
1364
1347
|
|
|
1365
1348
|
---
|
|
@@ -1368,15 +1351,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1368
1351
|
|
|
1369
1352
|
### Rust Crates:
|
|
1370
1353
|
|
|
1371
|
-
- [
|
|
1372
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1373
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1374
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1354
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
1375
1355
|
|
|
1376
1356
|
````text
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
Copyright (c) 2015 Andrew Gallant
|
|
1357
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
1358
|
+
Copyright (c) 2016 Alex Crichton
|
|
1380
1359
|
|
|
1381
1360
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1382
1361
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1396,6 +1375,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1396
1375
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1397
1376
|
THE SOFTWARE.
|
|
1398
1377
|
|
|
1378
|
+
|
|
1399
1379
|
````
|
|
1400
1380
|
|
|
1401
1381
|
---
|
|
@@ -1404,39 +1384,32 @@ THE SOFTWARE.
|
|
|
1404
1384
|
|
|
1405
1385
|
### Rust Crates:
|
|
1406
1386
|
|
|
1407
|
-
- [
|
|
1408
|
-
- [
|
|
1409
|
-
- [
|
|
1410
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
1411
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
1412
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
1387
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
1388
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1389
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1413
1390
|
|
|
1414
1391
|
````text
|
|
1415
|
-
|
|
1392
|
+
MIT License
|
|
1416
1393
|
|
|
1417
|
-
|
|
1418
|
-
person obtaining a copy of this software and associated
|
|
1419
|
-
documentation files (the "Software"), to deal in the
|
|
1420
|
-
Software without restriction, including without
|
|
1421
|
-
limitation the rights to use, copy, modify, merge,
|
|
1422
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1423
|
-
the Software, and to permit persons to whom the Software
|
|
1424
|
-
is furnished to do so, subject to the following
|
|
1425
|
-
conditions:
|
|
1394
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
1426
1395
|
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1396
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1397
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1398
|
+
in the Software without restriction, including without limitation the rights
|
|
1399
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1400
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1401
|
+
furnished to do so, subject to the following conditions:
|
|
1430
1402
|
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
IN
|
|
1439
|
-
|
|
1403
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1404
|
+
copies or substantial portions of the Software.
|
|
1405
|
+
|
|
1406
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1407
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1408
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1409
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1410
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1411
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1412
|
+
SOFTWARE.
|
|
1440
1413
|
|
|
1441
1414
|
````
|
|
1442
1415
|
|
|
@@ -1444,36 +1417,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1444
1417
|
|
|
1445
1418
|
## The following dependencies are licensed under the MIT License:
|
|
1446
1419
|
|
|
1447
|
-
###
|
|
1420
|
+
### NPM Packages:
|
|
1448
1421
|
|
|
1449
|
-
- [
|
|
1422
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
1423
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
1450
1424
|
|
|
1451
1425
|
````text
|
|
1452
|
-
|
|
1426
|
+
MIT License
|
|
1453
1427
|
|
|
1454
|
-
|
|
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:
|
|
1428
|
+
Copyright (c) Microsoft Corporation.
|
|
1463
1429
|
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1430
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1431
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1432
|
+
in the Software without restriction, including without limitation the rights
|
|
1433
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1434
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1435
|
+
furnished to do so, subject to the following conditions:
|
|
1467
1436
|
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
IN
|
|
1476
|
-
|
|
1437
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1438
|
+
copies or substantial portions of the Software.
|
|
1439
|
+
|
|
1440
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1441
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1442
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1443
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1444
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1445
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1446
|
+
SOFTWARE
|
|
1477
1447
|
|
|
1478
1448
|
````
|
|
1479
1449
|
|
|
@@ -1481,36 +1451,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1481
1451
|
|
|
1482
1452
|
## The following dependencies are licensed under the MIT License:
|
|
1483
1453
|
|
|
1484
|
-
###
|
|
1454
|
+
### NPM Packages:
|
|
1485
1455
|
|
|
1486
|
-
- [
|
|
1456
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
1487
1457
|
|
|
1488
1458
|
````text
|
|
1489
|
-
|
|
1459
|
+
MIT License
|
|
1490
1460
|
|
|
1491
|
-
|
|
1492
|
-
person obtaining a copy of this software and associated
|
|
1493
|
-
documentation files (the "Software"), to deal in the
|
|
1494
|
-
Software without restriction, including without
|
|
1495
|
-
limitation the rights to use, copy, modify, merge,
|
|
1496
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1497
|
-
the Software, and to permit persons to whom the Software
|
|
1498
|
-
is furnished to do so, subject to the following
|
|
1499
|
-
conditions:
|
|
1461
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
1500
1462
|
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1463
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1464
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1465
|
+
in the Software without restriction, including without limitation the rights
|
|
1466
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1467
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1468
|
+
furnished to do so, subject to the following conditions:
|
|
1504
1469
|
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
IN
|
|
1513
|
-
|
|
1470
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1471
|
+
copies or substantial portions of the Software.
|
|
1472
|
+
|
|
1473
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1474
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1475
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1476
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1477
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1478
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1479
|
+
SOFTWARE.
|
|
1480
|
+
|
|
1481
|
+
[others]: https://github.com/json5/json5/contributors
|
|
1514
1482
|
|
|
1515
1483
|
````
|
|
1516
1484
|
|
|
@@ -1520,11 +1488,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1520
1488
|
|
|
1521
1489
|
### Rust Crates:
|
|
1522
1490
|
|
|
1523
|
-
- [
|
|
1491
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
1524
1492
|
|
|
1525
1493
|
````text
|
|
1526
|
-
Copyright (c)
|
|
1527
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
1494
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
1528
1495
|
|
|
1529
1496
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1530
1497
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1533,16 +1500,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1533
1500
|
copies of the Software, and to permit persons to whom the Software is
|
|
1534
1501
|
furnished to do so, subject to the following conditions:
|
|
1535
1502
|
|
|
1536
|
-
The above copyright notice and this permission notice shall be included in
|
|
1537
|
-
copies or substantial portions of the Software.
|
|
1503
|
+
The above copyright notice and this permission notice shall be included in
|
|
1504
|
+
all copies or substantial portions of the Software.
|
|
1538
1505
|
|
|
1539
1506
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1540
1507
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1541
1508
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1542
1509
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1543
1510
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1544
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1545
|
-
SOFTWARE.
|
|
1511
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1512
|
+
THE SOFTWARE.
|
|
1546
1513
|
|
|
1547
1514
|
````
|
|
1548
1515
|
|
|
@@ -1552,10 +1519,11 @@ SOFTWARE.
|
|
|
1552
1519
|
|
|
1553
1520
|
### Rust Crates:
|
|
1554
1521
|
|
|
1555
|
-
- [
|
|
1522
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
1523
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1556
1524
|
|
|
1557
1525
|
````text
|
|
1558
|
-
Copyright
|
|
1526
|
+
Copyright (c) 2014 Alex Crichton
|
|
1559
1527
|
|
|
1560
1528
|
Permission is hereby granted, free of charge, to any
|
|
1561
1529
|
person obtaining a copy of this software and associated
|
|
@@ -1589,31 +1557,37 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1589
1557
|
|
|
1590
1558
|
### Rust Crates:
|
|
1591
1559
|
|
|
1592
|
-
- [
|
|
1593
|
-
- [
|
|
1560
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
1561
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1594
1562
|
|
|
1595
1563
|
````text
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
Copyright (c)
|
|
1564
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
1565
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1566
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
1599
1567
|
|
|
1600
|
-
Permission is hereby granted, free of charge, to any
|
|
1601
|
-
of this software and associated
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1568
|
+
Permission is hereby granted, free of charge, to any
|
|
1569
|
+
person obtaining a copy of this software and associated
|
|
1570
|
+
documentation files (the "Software"), to deal in the
|
|
1571
|
+
Software without restriction, including without
|
|
1572
|
+
limitation the rights to use, copy, modify, merge,
|
|
1573
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1574
|
+
the Software, and to permit persons to whom the Software
|
|
1575
|
+
is furnished to do so, subject to the following
|
|
1576
|
+
conditions:
|
|
1606
1577
|
|
|
1607
|
-
The above copyright notice and this permission notice
|
|
1608
|
-
copies or substantial portions
|
|
1578
|
+
The above copyright notice and this permission notice
|
|
1579
|
+
shall be included in all copies or substantial portions
|
|
1580
|
+
of the Software.
|
|
1609
1581
|
|
|
1610
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1611
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1582
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1583
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1584
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1585
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1586
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1587
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1588
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1589
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1590
|
+
DEALINGS IN THE SOFTWARE.
|
|
1617
1591
|
|
|
1618
1592
|
````
|
|
1619
1593
|
|
|
@@ -1623,12 +1597,10 @@ SOFTWARE.
|
|
|
1623
1597
|
|
|
1624
1598
|
### Rust Crates:
|
|
1625
1599
|
|
|
1626
|
-
- [
|
|
1600
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
1627
1601
|
|
|
1628
1602
|
````text
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
Copyright (c) 2017 Nikolai Vazquez
|
|
1603
|
+
Copyright (c) 2019 Eliza Weisman
|
|
1632
1604
|
|
|
1633
1605
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1634
1606
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1637,16 +1609,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1637
1609
|
copies of the Software, and to permit persons to whom the Software is
|
|
1638
1610
|
furnished to do so, subject to the following conditions:
|
|
1639
1611
|
|
|
1640
|
-
The above copyright notice and this permission notice shall be included in
|
|
1641
|
-
copies or substantial portions of the Software.
|
|
1612
|
+
The above copyright notice and this permission notice shall be included in
|
|
1613
|
+
all copies or substantial portions of the Software.
|
|
1642
1614
|
|
|
1643
1615
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1644
1616
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1645
1617
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1646
1618
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1647
1619
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1648
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1649
|
-
SOFTWARE.
|
|
1620
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1621
|
+
THE SOFTWARE.
|
|
1650
1622
|
|
|
1651
1623
|
````
|
|
1652
1624
|
|
|
@@ -1656,10 +1628,10 @@ SOFTWARE.
|
|
|
1656
1628
|
|
|
1657
1629
|
### Rust Crates:
|
|
1658
1630
|
|
|
1659
|
-
- [
|
|
1631
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
1660
1632
|
|
|
1661
1633
|
````text
|
|
1662
|
-
Copyright (c)
|
|
1634
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
1663
1635
|
|
|
1664
1636
|
Permission is hereby granted, free of charge, to any
|
|
1665
1637
|
person obtaining a copy of this software and associated
|
|
@@ -1693,28 +1665,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1693
1665
|
|
|
1694
1666
|
### Rust Crates:
|
|
1695
1667
|
|
|
1696
|
-
- [
|
|
1668
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
1697
1669
|
|
|
1698
1670
|
````text
|
|
1699
|
-
Copyright (c)
|
|
1671
|
+
Copyright (c) The Rust Project Developers
|
|
1700
1672
|
|
|
1701
|
-
Permission is hereby granted, free of charge, to any
|
|
1702
|
-
of this software and associated
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1673
|
+
Permission is hereby granted, free of charge, to any
|
|
1674
|
+
person obtaining a copy of this software and associated
|
|
1675
|
+
documentation files (the "Software"), to deal in the
|
|
1676
|
+
Software without restriction, including without
|
|
1677
|
+
limitation the rights to use, copy, modify, merge,
|
|
1678
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1679
|
+
the Software, and to permit persons to whom the Software
|
|
1680
|
+
is furnished to do so, subject to the following
|
|
1681
|
+
conditions:
|
|
1707
1682
|
|
|
1708
|
-
The above copyright notice and this permission notice
|
|
1709
|
-
all copies or substantial portions
|
|
1683
|
+
The above copyright notice and this permission notice
|
|
1684
|
+
shall be included in all copies or substantial portions
|
|
1685
|
+
of the Software.
|
|
1710
1686
|
|
|
1711
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1712
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1687
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1688
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1689
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1690
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1691
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1692
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1693
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1694
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1695
|
+
DEALINGS IN THE SOFTWARE.
|
|
1718
1696
|
|
|
1719
1697
|
````
|
|
1720
1698
|
|
|
@@ -1724,10 +1702,10 @@ THE SOFTWARE.
|
|
|
1724
1702
|
|
|
1725
1703
|
### Rust Crates:
|
|
1726
1704
|
|
|
1727
|
-
- [
|
|
1705
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
1728
1706
|
|
|
1729
1707
|
````text
|
|
1730
|
-
Copyright (c)
|
|
1708
|
+
Copyright (c) 2015 Steven Allen
|
|
1731
1709
|
|
|
1732
1710
|
Permission is hereby granted, free of charge, to any
|
|
1733
1711
|
person obtaining a copy of this software and associated
|
|
@@ -1761,32 +1739,35 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1761
1739
|
|
|
1762
1740
|
### Rust Crates:
|
|
1763
1741
|
|
|
1764
|
-
- [
|
|
1742
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
1765
1743
|
|
|
1766
1744
|
````text
|
|
1767
|
-
The
|
|
1768
|
-
|
|
1769
|
-
Copyright (c) 2015 Danny Guo
|
|
1770
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
1771
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
1745
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1746
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1772
1747
|
|
|
1773
|
-
Permission is hereby granted, free of charge, to any
|
|
1774
|
-
of this software and associated
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1748
|
+
Permission is hereby granted, free of charge, to any
|
|
1749
|
+
person obtaining a copy of this software and associated
|
|
1750
|
+
documentation files (the "Software"), to deal in the
|
|
1751
|
+
Software without restriction, including without
|
|
1752
|
+
limitation the rights to use, copy, modify, merge,
|
|
1753
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1754
|
+
the Software, and to permit persons to whom the Software
|
|
1755
|
+
is furnished to do so, subject to the following
|
|
1756
|
+
conditions:
|
|
1779
1757
|
|
|
1780
|
-
The above copyright notice and this permission notice
|
|
1781
|
-
copies or substantial portions
|
|
1758
|
+
The above copyright notice and this permission notice
|
|
1759
|
+
shall be included in all copies or substantial portions
|
|
1760
|
+
of the Software.
|
|
1782
1761
|
|
|
1783
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1784
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1762
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1763
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1764
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1765
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1766
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1767
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1768
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1769
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1770
|
+
DEALINGS IN THE SOFTWARE.
|
|
1790
1771
|
|
|
1791
1772
|
````
|
|
1792
1773
|
|
|
@@ -1796,10 +1777,10 @@ SOFTWARE.
|
|
|
1796
1777
|
|
|
1797
1778
|
### Rust Crates:
|
|
1798
1779
|
|
|
1799
|
-
- [
|
|
1780
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
1800
1781
|
|
|
1801
1782
|
````text
|
|
1802
|
-
Copyright (c)
|
|
1783
|
+
Copyright (c) 2016--2017
|
|
1803
1784
|
|
|
1804
1785
|
Permission is hereby granted, free of charge, to any
|
|
1805
1786
|
person obtaining a copy of this software and associated
|
|
@@ -1833,10 +1814,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1833
1814
|
|
|
1834
1815
|
### Rust Crates:
|
|
1835
1816
|
|
|
1836
|
-
- [
|
|
1817
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
1818
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
1837
1819
|
|
|
1838
1820
|
````text
|
|
1839
|
-
Copyright (c)
|
|
1821
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
1840
1822
|
|
|
1841
1823
|
Permission is hereby granted, free of charge, to any
|
|
1842
1824
|
person obtaining a copy of this software and associated
|
|
@@ -1870,13 +1852,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1870
1852
|
|
|
1871
1853
|
### Rust Crates:
|
|
1872
1854
|
|
|
1873
|
-
- [
|
|
1874
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1855
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
1875
1856
|
|
|
1876
1857
|
````text
|
|
1877
|
-
Copyright
|
|
1878
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1879
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
1858
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
1880
1859
|
|
|
1881
1860
|
Permission is hereby granted, free of charge, to any
|
|
1882
1861
|
person obtaining a copy of this software and associated
|
|
@@ -1908,14 +1887,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1908
1887
|
|
|
1909
1888
|
## The following dependencies are licensed under the MIT License:
|
|
1910
1889
|
|
|
1911
|
-
###
|
|
1890
|
+
### Rust Crates:
|
|
1912
1891
|
|
|
1913
|
-
- [
|
|
1892
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
1914
1893
|
|
|
1915
1894
|
````text
|
|
1916
1895
|
MIT License
|
|
1917
1896
|
|
|
1918
|
-
Copyright (c)
|
|
1897
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
1919
1898
|
|
|
1920
1899
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1921
1900
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1935,8 +1914,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1935
1914
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1936
1915
|
SOFTWARE.
|
|
1937
1916
|
|
|
1938
|
-
[others]: https://github.com/json5/json5/contributors
|
|
1939
|
-
|
|
1940
1917
|
````
|
|
1941
1918
|
|
|
1942
1919
|
---
|
|
@@ -1945,34 +1922,29 @@ SOFTWARE.
|
|
|
1945
1922
|
|
|
1946
1923
|
### Rust Crates:
|
|
1947
1924
|
|
|
1948
|
-
- [
|
|
1925
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
1949
1926
|
|
|
1950
1927
|
````text
|
|
1951
|
-
Copyright (c)
|
|
1928
|
+
Copyright (c) 2017 Daniel Abramov
|
|
1929
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1952
1930
|
|
|
1953
|
-
Permission is hereby granted, free of charge, to any
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
the Software, and to permit persons to whom the Software
|
|
1960
|
-
is furnished to do so, subject to the following
|
|
1961
|
-
conditions:
|
|
1931
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1932
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1933
|
+
in the Software without restriction, including without limitation the rights
|
|
1934
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1935
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1936
|
+
furnished to do so, subject to the following conditions:
|
|
1962
1937
|
|
|
1963
|
-
The above copyright notice and this permission notice
|
|
1964
|
-
|
|
1965
|
-
of the Software.
|
|
1938
|
+
The above copyright notice and this permission notice shall be included in
|
|
1939
|
+
all copies or substantial portions of the Software.
|
|
1966
1940
|
|
|
1967
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1975
|
-
DEALINGS IN THE SOFTWARE.
|
|
1941
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1942
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1943
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1944
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1945
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1946
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1947
|
+
THE SOFTWARE.
|
|
1976
1948
|
|
|
1977
1949
|
````
|
|
1978
1950
|
|
|
@@ -1982,16 +1954,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1982
1954
|
|
|
1983
1955
|
### Rust Crates:
|
|
1984
1956
|
|
|
1985
|
-
- [
|
|
1957
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
1986
1958
|
|
|
1987
1959
|
````text
|
|
1988
|
-
Copyright
|
|
1960
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
1989
1961
|
|
|
1990
|
-
Permission is hereby granted, free of charge, to any
|
|
1962
|
+
Permission is hereby granted, free of charge, to any
|
|
1963
|
+
person obtaining a copy of this software and associated
|
|
1964
|
+
documentation files (the "Software"), to deal in the
|
|
1965
|
+
Software without restriction, including without
|
|
1966
|
+
limitation the rights to use, copy, modify, merge,
|
|
1967
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1968
|
+
the Software, and to permit persons to whom the Software
|
|
1969
|
+
is furnished to do so, subject to the following
|
|
1970
|
+
conditions:
|
|
1991
1971
|
|
|
1992
|
-
The above copyright notice and this permission notice
|
|
1972
|
+
The above copyright notice and this permission notice
|
|
1973
|
+
shall be included in all copies or substantial portions
|
|
1974
|
+
of the Software.
|
|
1993
1975
|
|
|
1994
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1976
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1977
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1978
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1979
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1980
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1981
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1982
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1983
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1984
|
+
DEALINGS IN THE SOFTWARE.
|
|
1995
1985
|
|
|
1996
1986
|
````
|
|
1997
1987
|
|
|
@@ -2001,31 +1991,34 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2001
1991
|
|
|
2002
1992
|
### Rust Crates:
|
|
2003
1993
|
|
|
2004
|
-
- [
|
|
1994
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
2005
1995
|
|
|
2006
1996
|
````text
|
|
2007
|
-
The
|
|
2008
|
-
|
|
2009
|
-
Copyright (c) 2015-2020 Julien Cretin
|
|
2010
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
1997
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
2011
1998
|
|
|
2012
|
-
Permission is hereby granted, free of charge, to any
|
|
2013
|
-
of this software and associated
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
1999
|
+
Permission is hereby granted, free of charge, to any
|
|
2000
|
+
person obtaining a copy of this software and associated
|
|
2001
|
+
documentation files (the "Software"), to deal in the
|
|
2002
|
+
Software without restriction, including without
|
|
2003
|
+
limitation the rights to use, copy, modify, merge,
|
|
2004
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2005
|
+
the Software, and to permit persons to whom the Software
|
|
2006
|
+
is furnished to do so, subject to the following
|
|
2007
|
+
conditions:
|
|
2018
2008
|
|
|
2019
|
-
The above copyright notice and this permission notice
|
|
2020
|
-
copies or substantial portions
|
|
2009
|
+
The above copyright notice and this permission notice
|
|
2010
|
+
shall be included in all copies or substantial portions
|
|
2011
|
+
of the Software.
|
|
2021
2012
|
|
|
2022
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2023
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2013
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2014
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2015
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2016
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2017
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2018
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2019
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2020
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2021
|
+
DEALINGS IN THE SOFTWARE.
|
|
2029
2022
|
|
|
2030
2023
|
````
|
|
2031
2024
|
|
|
@@ -2035,30 +2028,34 @@ SOFTWARE.
|
|
|
2035
2028
|
|
|
2036
2029
|
### Rust Crates:
|
|
2037
2030
|
|
|
2038
|
-
- [
|
|
2031
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
2039
2032
|
|
|
2040
2033
|
````text
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2034
|
+
Copyright (c) 2016--2023
|
|
2044
2035
|
|
|
2045
|
-
Permission is hereby granted, free of charge, to any
|
|
2046
|
-
of this software and associated
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2036
|
+
Permission is hereby granted, free of charge, to any
|
|
2037
|
+
person obtaining a copy of this software and associated
|
|
2038
|
+
documentation files (the "Software"), to deal in the
|
|
2039
|
+
Software without restriction, including without
|
|
2040
|
+
limitation the rights to use, copy, modify, merge,
|
|
2041
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2042
|
+
the Software, and to permit persons to whom the Software
|
|
2043
|
+
is furnished to do so, subject to the following
|
|
2044
|
+
conditions:
|
|
2051
2045
|
|
|
2052
|
-
The above copyright notice and this permission notice
|
|
2053
|
-
copies or substantial portions
|
|
2046
|
+
The above copyright notice and this permission notice
|
|
2047
|
+
shall be included in all copies or substantial portions
|
|
2048
|
+
of the Software.
|
|
2054
2049
|
|
|
2055
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2056
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2050
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2051
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2052
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2053
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2054
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2055
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2056
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2057
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2058
|
+
DEALINGS IN THE SOFTWARE.
|
|
2062
2059
|
|
|
2063
2060
|
````
|
|
2064
2061
|
|
|
@@ -2068,29 +2065,30 @@ SOFTWARE.
|
|
|
2068
2065
|
|
|
2069
2066
|
### Rust Crates:
|
|
2070
2067
|
|
|
2071
|
-
- [
|
|
2068
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
2072
2069
|
|
|
2073
2070
|
````text
|
|
2074
|
-
MIT License
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2071
|
+
The MIT License (MIT)
|
|
2072
|
+
|
|
2073
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
2074
|
+
|
|
2075
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2076
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2077
|
+
in the Software without restriction, including without limitation the rights
|
|
2078
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2079
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2080
|
+
furnished to do so, subject to the following conditions:
|
|
2081
|
+
|
|
2082
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2083
|
+
copies or substantial portions of the Software.
|
|
2084
|
+
|
|
2085
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2086
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2087
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2088
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2089
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2090
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2092
2091
|
SOFTWARE.
|
|
2093
|
-
|
|
2094
2092
|
````
|
|
2095
2093
|
|
|
2096
2094
|
---
|
|
@@ -2099,12 +2097,12 @@ SOFTWARE.
|
|
|
2099
2097
|
|
|
2100
2098
|
### NPM Packages:
|
|
2101
2099
|
|
|
2102
|
-
- [
|
|
2100
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
2103
2101
|
|
|
2104
2102
|
````text
|
|
2105
|
-
|
|
2103
|
+
MIT License
|
|
2106
2104
|
|
|
2107
|
-
Copyright (c)
|
|
2105
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
2108
2106
|
|
|
2109
2107
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2110
2108
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2124,7 +2122,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2124
2122
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2125
2123
|
SOFTWARE.
|
|
2126
2124
|
|
|
2127
|
-
|
|
2128
2125
|
````
|
|
2129
2126
|
|
|
2130
2127
|
---
|
|
@@ -2133,11 +2130,10 @@ SOFTWARE.
|
|
|
2133
2130
|
|
|
2134
2131
|
### Rust Crates:
|
|
2135
2132
|
|
|
2136
|
-
- [
|
|
2133
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
2137
2134
|
|
|
2138
2135
|
````text
|
|
2139
|
-
Copyright (c)
|
|
2140
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2136
|
+
Copyright (c) 2017 Contributors
|
|
2141
2137
|
|
|
2142
2138
|
Permission is hereby granted, free of charge, to any
|
|
2143
2139
|
person obtaining a copy of this software and associated
|
|
@@ -2171,65 +2167,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2171
2167
|
|
|
2172
2168
|
### Rust Crates:
|
|
2173
2169
|
|
|
2174
|
-
- [
|
|
2175
|
-
|
|
2176
|
-
````text
|
|
2177
|
-
The MIT License (MIT)
|
|
2178
|
-
|
|
2179
|
-
Copyright (c) 2015 Alice Maz
|
|
2180
|
-
|
|
2181
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2182
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2183
|
-
in the Software without restriction, including without limitation the rights
|
|
2184
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2185
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2186
|
-
furnished to do so, subject to the following conditions:
|
|
2187
|
-
|
|
2188
|
-
The above copyright notice and this permission notice shall be included in
|
|
2189
|
-
all copies or substantial portions of the Software.
|
|
2190
|
-
|
|
2191
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2192
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2193
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2194
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2195
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2196
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2197
|
-
THE SOFTWARE.
|
|
2198
|
-
|
|
2199
|
-
````
|
|
2200
|
-
|
|
2201
|
-
---
|
|
2202
|
-
|
|
2203
|
-
## The following dependencies are licensed under the MIT License:
|
|
2204
|
-
|
|
2205
|
-
### Rust Crates:
|
|
2206
|
-
|
|
2207
|
-
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
2208
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2209
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2170
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
2210
2171
|
|
|
2211
2172
|
````text
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
2173
|
+
Copyright (c) 2017 http-rs authors
|
|
2215
2174
|
|
|
2216
|
-
Permission is hereby granted, free of charge, to any
|
|
2217
|
-
of this software and associated
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2175
|
+
Permission is hereby granted, free of charge, to any
|
|
2176
|
+
person obtaining a copy of this software and associated
|
|
2177
|
+
documentation files (the "Software"), to deal in the
|
|
2178
|
+
Software without restriction, including without
|
|
2179
|
+
limitation the rights to use, copy, modify, merge,
|
|
2180
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2181
|
+
the Software, and to permit persons to whom the Software
|
|
2182
|
+
is furnished to do so, subject to the following
|
|
2183
|
+
conditions:
|
|
2222
2184
|
|
|
2223
|
-
The above copyright notice and this permission notice
|
|
2224
|
-
copies or substantial portions
|
|
2185
|
+
The above copyright notice and this permission notice
|
|
2186
|
+
shall be included in all copies or substantial portions
|
|
2187
|
+
of the Software.
|
|
2225
2188
|
|
|
2226
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2227
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2189
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2190
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2191
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2192
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2193
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2194
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2195
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2196
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2197
|
+
DEALINGS IN THE SOFTWARE.
|
|
2233
2198
|
|
|
2234
2199
|
````
|
|
2235
2200
|
|
|
@@ -2239,15 +2204,10 @@ SOFTWARE.
|
|
|
2239
2204
|
|
|
2240
2205
|
### Rust Crates:
|
|
2241
2206
|
|
|
2242
|
-
- [
|
|
2243
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2244
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2245
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2246
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2247
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
2207
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
2248
2208
|
|
|
2249
2209
|
````text
|
|
2250
|
-
Copyright (c) 2019
|
|
2210
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
2251
2211
|
|
|
2252
2212
|
Permission is hereby granted, free of charge, to any
|
|
2253
2213
|
person obtaining a copy of this software and associated
|
|
@@ -2279,15 +2239,31 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2279
2239
|
|
|
2280
2240
|
## The following dependencies are licensed under the MIT License:
|
|
2281
2241
|
|
|
2282
|
-
###
|
|
2242
|
+
### Rust Crates:
|
|
2283
2243
|
|
|
2284
|
-
- [
|
|
2285
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2244
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
2286
2245
|
|
|
2287
2246
|
````text
|
|
2288
|
-
|
|
2247
|
+
Copyright 2016 Nika Layzell
|
|
2289
2248
|
|
|
2290
|
-
|
|
2249
|
+
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:
|
|
2250
|
+
|
|
2251
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2252
|
+
|
|
2253
|
+
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.
|
|
2254
|
+
|
|
2255
|
+
````
|
|
2256
|
+
|
|
2257
|
+
---
|
|
2258
|
+
|
|
2259
|
+
## The following dependencies are licensed under the MIT License:
|
|
2260
|
+
|
|
2261
|
+
### Rust Crates:
|
|
2262
|
+
|
|
2263
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
2264
|
+
|
|
2265
|
+
````text
|
|
2266
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
2291
2267
|
|
|
2292
2268
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2293
2269
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2296,16 +2272,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2296
2272
|
copies of the Software, and to permit persons to whom the Software is
|
|
2297
2273
|
furnished to do so, subject to the following conditions:
|
|
2298
2274
|
|
|
2299
|
-
The above copyright notice and this permission notice shall be included in
|
|
2300
|
-
copies or substantial portions of the Software.
|
|
2275
|
+
The above copyright notice and this permission notice shall be included in
|
|
2276
|
+
all copies or substantial portions of the Software.
|
|
2301
2277
|
|
|
2302
2278
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2303
2279
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2304
2280
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2305
2281
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2306
2282
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2307
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2308
|
-
SOFTWARE.
|
|
2283
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2284
|
+
THE SOFTWARE.
|
|
2285
|
+
|
|
2309
2286
|
|
|
2310
2287
|
````
|
|
2311
2288
|
|
|
@@ -2313,14 +2290,14 @@ SOFTWARE.
|
|
|
2313
2290
|
|
|
2314
2291
|
## The following dependencies are licensed under the MIT License:
|
|
2315
2292
|
|
|
2316
|
-
###
|
|
2293
|
+
### Rust Crates:
|
|
2317
2294
|
|
|
2318
|
-
- [
|
|
2295
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
2319
2296
|
|
|
2320
2297
|
````text
|
|
2321
2298
|
MIT License
|
|
2322
2299
|
|
|
2323
|
-
Copyright (c)
|
|
2300
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
2324
2301
|
|
|
2325
2302
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2326
2303
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2348,47 +2325,14 @@ SOFTWARE.
|
|
|
2348
2325
|
|
|
2349
2326
|
### Rust Crates:
|
|
2350
2327
|
|
|
2351
|
-
- [
|
|
2328
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2329
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2330
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2352
2331
|
|
|
2353
2332
|
````text
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
Permission is hereby granted, free of charge, to any
|
|
2357
|
-
person obtaining a copy of this software and associated
|
|
2358
|
-
documentation files (the "Software"), to deal in the
|
|
2359
|
-
Software without restriction, including without
|
|
2360
|
-
limitation the rights to use, copy, modify, merge,
|
|
2361
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2362
|
-
the Software, and to permit persons to whom the Software
|
|
2363
|
-
is furnished to do so, subject to the following
|
|
2364
|
-
conditions:
|
|
2365
|
-
|
|
2366
|
-
The above copyright notice and this permission notice
|
|
2367
|
-
shall be included in all copies or substantial portions
|
|
2368
|
-
of the Software.
|
|
2369
|
-
|
|
2370
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2371
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2372
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2373
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2374
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2375
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2376
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2377
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2378
|
-
DEALINGS IN THE SOFTWARE.
|
|
2379
|
-
|
|
2380
|
-
````
|
|
2381
|
-
|
|
2382
|
-
---
|
|
2383
|
-
|
|
2384
|
-
## The following dependencies are licensed under the MIT License:
|
|
2385
|
-
|
|
2386
|
-
### Rust Crates:
|
|
2387
|
-
|
|
2388
|
-
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
2333
|
+
MIT License
|
|
2389
2334
|
|
|
2390
|
-
|
|
2391
|
-
Copyright (c) 2018-2019 Sean McArthur
|
|
2335
|
+
Copyright (c) 2017 Ted Driggs
|
|
2392
2336
|
|
|
2393
2337
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2394
2338
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2397,17 +2341,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2397
2341
|
copies of the Software, and to permit persons to whom the Software is
|
|
2398
2342
|
furnished to do so, subject to the following conditions:
|
|
2399
2343
|
|
|
2400
|
-
The above copyright notice and this permission notice shall be included in
|
|
2401
|
-
|
|
2344
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2345
|
+
copies or substantial portions of the Software.
|
|
2402
2346
|
|
|
2403
2347
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2404
2348
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2405
2349
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2406
2350
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2407
2351
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2408
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2409
|
-
|
|
2410
|
-
|
|
2352
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2353
|
+
SOFTWARE.
|
|
2411
2354
|
|
|
2412
2355
|
````
|
|
2413
2356
|
|
|
@@ -2417,10 +2360,11 @@ THE SOFTWARE.
|
|
|
2417
2360
|
|
|
2418
2361
|
### Rust Crates:
|
|
2419
2362
|
|
|
2420
|
-
- [
|
|
2363
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
2421
2364
|
|
|
2422
2365
|
````text
|
|
2423
|
-
Copyright (c)
|
|
2366
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2367
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2424
2368
|
|
|
2425
2369
|
Permission is hereby granted, free of charge, to any
|
|
2426
2370
|
person obtaining a copy of this software and associated
|
|
@@ -2454,16 +2398,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2454
2398
|
|
|
2455
2399
|
### Rust Crates:
|
|
2456
2400
|
|
|
2457
|
-
- [
|
|
2458
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
2459
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2460
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
2461
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2462
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2401
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
2463
2402
|
|
|
2464
2403
|
````text
|
|
2465
|
-
Copyright
|
|
2466
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2404
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
2467
2405
|
|
|
2468
2406
|
Permission is hereby granted, free of charge, to any
|
|
2469
2407
|
person obtaining a copy of this software and associated
|
|
@@ -2497,10 +2435,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2497
2435
|
|
|
2498
2436
|
### Rust Crates:
|
|
2499
2437
|
|
|
2500
|
-
- [
|
|
2438
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
2501
2439
|
|
|
2502
2440
|
````text
|
|
2503
|
-
Copyright (c)
|
|
2441
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
2504
2442
|
|
|
2505
2443
|
Permission is hereby granted, free of charge, to any
|
|
2506
2444
|
person obtaining a copy of this software and associated
|
|
@@ -2522,42 +2460,9 @@ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
|
2522
2460
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2523
2461
|
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2524
2462
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2525
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2526
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2527
|
-
DEALINGS IN THE SOFTWARE.
|
|
2528
|
-
|
|
2529
|
-
````
|
|
2530
|
-
|
|
2531
|
-
---
|
|
2532
|
-
|
|
2533
|
-
## The following dependencies are licensed under the MIT License:
|
|
2534
|
-
|
|
2535
|
-
### Rust Crates:
|
|
2536
|
-
|
|
2537
|
-
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
2538
|
-
|
|
2539
|
-
````text
|
|
2540
|
-
MIT License
|
|
2541
|
-
|
|
2542
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2543
|
-
|
|
2544
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2545
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2546
|
-
in the Software without restriction, including without limitation the rights
|
|
2547
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2548
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2549
|
-
furnished to do so, subject to the following conditions:
|
|
2550
|
-
|
|
2551
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2552
|
-
copies or substantial portions of the Software.
|
|
2553
|
-
|
|
2554
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2555
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2556
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2557
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2558
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2559
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2560
|
-
SOFTWARE.
|
|
2463
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2464
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2465
|
+
DEALINGS IN THE SOFTWARE.
|
|
2561
2466
|
|
|
2562
2467
|
````
|
|
2563
2468
|
|
|
@@ -2567,29 +2472,34 @@ SOFTWARE.
|
|
|
2567
2472
|
|
|
2568
2473
|
### Rust Crates:
|
|
2569
2474
|
|
|
2570
|
-
- [
|
|
2571
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2475
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
2572
2476
|
|
|
2573
2477
|
````text
|
|
2574
|
-
Copyright (c)
|
|
2478
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
2575
2479
|
|
|
2576
|
-
Permission is hereby granted, free of charge, to any
|
|
2577
|
-
of this software and associated
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2480
|
+
Permission is hereby granted, free of charge, to any
|
|
2481
|
+
person obtaining a copy of this software and associated
|
|
2482
|
+
documentation files (the "Software"), to deal in the
|
|
2483
|
+
Software without restriction, including without
|
|
2484
|
+
limitation the rights to use, copy, modify, merge,
|
|
2485
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2486
|
+
the Software, and to permit persons to whom the Software
|
|
2487
|
+
is furnished to do so, subject to the following
|
|
2488
|
+
conditions:
|
|
2582
2489
|
|
|
2583
|
-
The above copyright notice and this permission notice
|
|
2584
|
-
copies or substantial portions
|
|
2490
|
+
The above copyright notice and this permission notice
|
|
2491
|
+
shall be included in all copies or substantial portions
|
|
2492
|
+
of the Software.
|
|
2585
2493
|
|
|
2586
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2587
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2494
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2495
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2496
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2497
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2498
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2499
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2500
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2501
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2502
|
+
DEALINGS IN THE SOFTWARE.
|
|
2593
2503
|
|
|
2594
2504
|
````
|
|
2595
2505
|
|
|
@@ -2599,14 +2509,10 @@ SOFTWARE.
|
|
|
2599
2509
|
|
|
2600
2510
|
### Rust Crates:
|
|
2601
2511
|
|
|
2602
|
-
- [
|
|
2603
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2604
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2512
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
2605
2513
|
|
|
2606
2514
|
````text
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
Copyright (c) Tokio Contributors
|
|
2515
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
2610
2516
|
|
|
2611
2517
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2612
2518
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2615,16 +2521,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2615
2521
|
copies of the Software, and to permit persons to whom the Software is
|
|
2616
2522
|
furnished to do so, subject to the following conditions:
|
|
2617
2523
|
|
|
2618
|
-
The above copyright notice and this permission notice shall be included in
|
|
2619
|
-
copies or substantial portions of the Software.
|
|
2524
|
+
The above copyright notice and this permission notice shall be included in
|
|
2525
|
+
all copies or substantial portions of the Software.
|
|
2620
2526
|
|
|
2621
2527
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2622
2528
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2623
2529
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2624
2530
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2625
2531
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2626
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2627
|
-
SOFTWARE.
|
|
2532
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2533
|
+
THE SOFTWARE.
|
|
2534
|
+
|
|
2628
2535
|
|
|
2629
2536
|
````
|
|
2630
2537
|
|
|
@@ -2634,13 +2541,10 @@ SOFTWARE.
|
|
|
2634
2541
|
|
|
2635
2542
|
### Rust Crates:
|
|
2636
2543
|
|
|
2637
|
-
- [
|
|
2544
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
2638
2545
|
|
|
2639
2546
|
````text
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
2643
|
-
Copyright (c) Tokio Contributors
|
|
2547
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
2644
2548
|
|
|
2645
2549
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2646
2550
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2649,16 +2553,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2649
2553
|
copies of the Software, and to permit persons to whom the Software is
|
|
2650
2554
|
furnished to do so, subject to the following conditions:
|
|
2651
2555
|
|
|
2652
|
-
The above copyright notice and this permission notice shall be included in
|
|
2653
|
-
copies or substantial portions of the Software.
|
|
2556
|
+
The above copyright notice and this permission notice shall be included in
|
|
2557
|
+
all copies or substantial portions of the Software.
|
|
2654
2558
|
|
|
2655
2559
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2656
2560
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2657
2561
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2658
2562
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2659
2563
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2660
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2661
|
-
SOFTWARE.
|
|
2564
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2565
|
+
THE SOFTWARE.
|
|
2662
2566
|
|
|
2663
2567
|
````
|
|
2664
2568
|
|
|
@@ -2668,12 +2572,10 @@ SOFTWARE.
|
|
|
2668
2572
|
|
|
2669
2573
|
### Rust Crates:
|
|
2670
2574
|
|
|
2671
|
-
- [
|
|
2575
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
2672
2576
|
|
|
2673
2577
|
````text
|
|
2674
|
-
Copyright (c)
|
|
2675
|
-
Copyright (c) 2018 Bastian Köcher
|
|
2676
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2578
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
2677
2579
|
|
|
2678
2580
|
Permission is hereby granted, free of charge, to any
|
|
2679
2581
|
person obtaining a copy of this software and associated
|
|
@@ -2707,10 +2609,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2707
2609
|
|
|
2708
2610
|
### Rust Crates:
|
|
2709
2611
|
|
|
2710
|
-
- [
|
|
2612
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2613
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2614
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2615
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2616
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2617
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2618
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2619
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2620
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2711
2621
|
|
|
2712
2622
|
````text
|
|
2713
|
-
Copyright (c) 2016
|
|
2623
|
+
Copyright (c) 2016 Alex Crichton
|
|
2624
|
+
Copyright (c) 2017 The Tokio Authors
|
|
2714
2625
|
|
|
2715
2626
|
Permission is hereby granted, free of charge, to any
|
|
2716
2627
|
person obtaining a copy of this software and associated
|
|
@@ -2742,33 +2653,36 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2742
2653
|
|
|
2743
2654
|
## The following dependencies are licensed under the MIT License:
|
|
2744
2655
|
|
|
2745
|
-
###
|
|
2656
|
+
### Rust Crates:
|
|
2746
2657
|
|
|
2747
|
-
- [
|
|
2748
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
2658
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
2749
2659
|
|
|
2750
2660
|
````text
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
Copyright (c) Microsoft Corporation.
|
|
2661
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
2754
2662
|
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2663
|
+
Permission is hereby granted, free of charge, to any
|
|
2664
|
+
person obtaining a copy of this software and associated
|
|
2665
|
+
documentation files (the "Software"), to deal in the
|
|
2666
|
+
Software without restriction, including without
|
|
2667
|
+
limitation the rights to use, copy, modify, merge,
|
|
2668
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2669
|
+
the Software, and to permit persons to whom the Software
|
|
2670
|
+
is furnished to do so, subject to the following
|
|
2671
|
+
conditions:
|
|
2761
2672
|
|
|
2762
|
-
|
|
2763
|
-
|
|
2673
|
+
The above copyright notice and this permission notice
|
|
2674
|
+
shall be included in all copies or substantial portions
|
|
2675
|
+
of the Software.
|
|
2764
2676
|
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2677
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2678
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2679
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2680
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2681
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2682
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2683
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2684
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2685
|
+
DEALINGS IN THE SOFTWARE.
|
|
2772
2686
|
|
|
2773
2687
|
````
|
|
2774
2688
|
|
|
@@ -2778,11 +2692,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2778
2692
|
|
|
2779
2693
|
### Rust Crates:
|
|
2780
2694
|
|
|
2781
|
-
- [
|
|
2695
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
2782
2696
|
|
|
2783
2697
|
````text
|
|
2784
|
-
Copyright
|
|
2785
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2698
|
+
Copyright Mozilla Foundation
|
|
2786
2699
|
|
|
2787
2700
|
Permission is hereby granted, free of charge, to any
|
|
2788
2701
|
person obtaining a copy of this software and associated
|
|
@@ -2849,30 +2762,103 @@ THE SOFTWARE.
|
|
|
2849
2762
|
|
|
2850
2763
|
### Rust Crates:
|
|
2851
2764
|
|
|
2852
|
-
- [
|
|
2765
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
2853
2766
|
|
|
2854
2767
|
````text
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
Copyright (c)
|
|
2858
|
-
|
|
2859
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2860
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2861
|
-
in the Software without restriction, including without limitation the rights
|
|
2862
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2863
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2864
|
-
furnished to do so, subject to the following conditions:
|
|
2865
|
-
|
|
2866
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2867
|
-
copies or substantial portions of the Software.
|
|
2868
|
-
|
|
2869
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2870
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2871
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2872
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2873
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2874
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2768
|
+
MIT License
|
|
2769
|
+
|
|
2770
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2771
|
+
|
|
2772
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2773
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2774
|
+
in the Software without restriction, including without limitation the rights
|
|
2775
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2776
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2777
|
+
furnished to do so, subject to the following conditions:
|
|
2778
|
+
|
|
2779
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2780
|
+
copies or substantial portions of the Software.
|
|
2781
|
+
|
|
2782
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2783
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2784
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2785
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2786
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2787
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2875
2788
|
SOFTWARE.
|
|
2789
|
+
|
|
2790
|
+
````
|
|
2791
|
+
|
|
2792
|
+
---
|
|
2793
|
+
|
|
2794
|
+
## The following dependencies are licensed under the MIT License:
|
|
2795
|
+
|
|
2796
|
+
### Rust Crates:
|
|
2797
|
+
|
|
2798
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
2799
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
2800
|
+
|
|
2801
|
+
````text
|
|
2802
|
+
The MIT License (MIT)
|
|
2803
|
+
|
|
2804
|
+
Copyright (c) 2015 Steven Fackler
|
|
2805
|
+
|
|
2806
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2807
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2808
|
+
the Software without restriction, including without limitation the rights to
|
|
2809
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2810
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2811
|
+
subject to the following conditions:
|
|
2812
|
+
|
|
2813
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2814
|
+
copies or substantial portions of the Software.
|
|
2815
|
+
|
|
2816
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2817
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2818
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2819
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2820
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2821
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2822
|
+
|
|
2823
|
+
````
|
|
2824
|
+
|
|
2825
|
+
---
|
|
2826
|
+
|
|
2827
|
+
## The following dependencies are licensed under the MIT License:
|
|
2828
|
+
|
|
2829
|
+
### Rust Crates:
|
|
2830
|
+
|
|
2831
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
2832
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
2833
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2834
|
+
|
|
2835
|
+
````text
|
|
2836
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
2837
|
+
|
|
2838
|
+
Permission is hereby granted, free of charge, to any
|
|
2839
|
+
person obtaining a copy of this software and associated
|
|
2840
|
+
documentation files (the "Software"), to deal in the
|
|
2841
|
+
Software without restriction, including without
|
|
2842
|
+
limitation the rights to use, copy, modify, merge,
|
|
2843
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2844
|
+
the Software, and to permit persons to whom the Software
|
|
2845
|
+
is furnished to do so, subject to the following
|
|
2846
|
+
conditions:
|
|
2847
|
+
|
|
2848
|
+
The above copyright notice and this permission notice
|
|
2849
|
+
shall be included in all copies or substantial portions
|
|
2850
|
+
of the Software.
|
|
2851
|
+
|
|
2852
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2853
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2854
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2855
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2856
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2857
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2858
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2859
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2860
|
+
DEALINGS IN THE SOFTWARE.
|
|
2861
|
+
|
|
2876
2862
|
````
|
|
2877
2863
|
|
|
2878
2864
|
---
|
|
@@ -2881,14 +2867,14 @@ SOFTWARE.
|
|
|
2881
2867
|
|
|
2882
2868
|
### Rust Crates:
|
|
2883
2869
|
|
|
2884
|
-
- [
|
|
2885
|
-
- [
|
|
2886
|
-
- [
|
|
2870
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
2871
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2872
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2887
2873
|
|
|
2888
2874
|
````text
|
|
2889
2875
|
MIT License
|
|
2890
2876
|
|
|
2891
|
-
Copyright (c)
|
|
2877
|
+
Copyright (c) Tokio Contributors
|
|
2892
2878
|
|
|
2893
2879
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2894
2880
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2916,10 +2902,15 @@ SOFTWARE.
|
|
|
2916
2902
|
|
|
2917
2903
|
### Rust Crates:
|
|
2918
2904
|
|
|
2919
|
-
- [
|
|
2905
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
2920
2906
|
|
|
2921
2907
|
````text
|
|
2922
|
-
|
|
2908
|
+
MIT License
|
|
2909
|
+
|
|
2910
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2911
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2912
|
+
Copyright (c) 2017 Frommi
|
|
2913
|
+
Copyright (c) 2017-2024 oyvindln
|
|
2923
2914
|
|
|
2924
2915
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2925
2916
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2947,10 +2938,10 @@ SOFTWARE.
|
|
|
2947
2938
|
|
|
2948
2939
|
### Rust Crates:
|
|
2949
2940
|
|
|
2950
|
-
- [
|
|
2941
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
2951
2942
|
|
|
2952
2943
|
````text
|
|
2953
|
-
Copyright (c)
|
|
2944
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
2954
2945
|
|
|
2955
2946
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2956
2947
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2970,69 +2961,42 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2970
2961
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2971
2962
|
THE SOFTWARE.
|
|
2972
2963
|
|
|
2973
|
-
|
|
2974
|
-
````
|
|
2975
|
-
|
|
2976
|
-
---
|
|
2977
|
-
|
|
2978
|
-
## The following dependencies are licensed under the MIT License:
|
|
2979
|
-
|
|
2980
|
-
### NPM Packages:
|
|
2981
|
-
|
|
2982
|
-
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
2983
|
-
|
|
2984
|
-
````text
|
|
2985
|
-
This software is released under the MIT license:
|
|
2986
|
-
|
|
2987
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2988
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
2989
|
-
the Software without restriction, including without limitation the rights to
|
|
2990
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2991
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2992
|
-
subject to the following conditions:
|
|
2993
|
-
|
|
2994
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2995
|
-
copies or substantial portions of the Software.
|
|
2996
|
-
|
|
2997
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2998
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2999
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3000
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3001
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3002
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3003
|
-
|
|
3004
2964
|
````
|
|
3005
2965
|
|
|
3006
2966
|
---
|
|
3007
2967
|
|
|
3008
2968
|
## The following dependencies are licensed under the MIT License:
|
|
3009
2969
|
|
|
3010
|
-
###
|
|
2970
|
+
### Rust Crates:
|
|
3011
2971
|
|
|
3012
|
-
- [
|
|
2972
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
3013
2973
|
|
|
3014
2974
|
````text
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
2975
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
3018
2976
|
|
|
3019
|
-
Permission is hereby granted, free of charge, to any
|
|
3020
|
-
of this software and associated
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
2977
|
+
Permission is hereby granted, free of charge, to any
|
|
2978
|
+
person obtaining a copy of this software and associated
|
|
2979
|
+
documentation files (the "Software"), to deal in the
|
|
2980
|
+
Software without restriction, including without
|
|
2981
|
+
limitation the rights to use, copy, modify, merge,
|
|
2982
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2983
|
+
the Software, and to permit persons to whom the Software
|
|
2984
|
+
is furnished to do so, subject to the following
|
|
2985
|
+
conditions:
|
|
3025
2986
|
|
|
3026
|
-
The above copyright notice and this permission notice
|
|
3027
|
-
copies or substantial portions
|
|
2987
|
+
The above copyright notice and this permission notice
|
|
2988
|
+
shall be included in all copies or substantial portions
|
|
2989
|
+
of the Software.
|
|
3028
2990
|
|
|
3029
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3030
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
2991
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2992
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2993
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2994
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2995
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2996
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2997
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2998
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2999
|
+
DEALINGS IN THE SOFTWARE.
|
|
3036
3000
|
|
|
3037
3001
|
````
|
|
3038
3002
|
|
|
@@ -3042,10 +3006,10 @@ SOFTWARE.
|
|
|
3042
3006
|
|
|
3043
3007
|
### Rust Crates:
|
|
3044
3008
|
|
|
3045
|
-
- [
|
|
3009
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
3046
3010
|
|
|
3047
3011
|
````text
|
|
3048
|
-
Copyright (c) 2017
|
|
3012
|
+
Copyright (c) 2017 Robert Grosse
|
|
3049
3013
|
|
|
3050
3014
|
Permission is hereby granted, free of charge, to any
|
|
3051
3015
|
person obtaining a copy of this software and associated
|
|
@@ -3070,6 +3034,59 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3070
3034
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3071
3035
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3072
3036
|
DEALINGS IN THE SOFTWARE.
|
|
3037
|
+
````
|
|
3038
|
+
|
|
3039
|
+
---
|
|
3040
|
+
|
|
3041
|
+
## The following dependencies are licensed under the MIT License:
|
|
3042
|
+
|
|
3043
|
+
### Rust Crates:
|
|
3044
|
+
|
|
3045
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
3046
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3047
|
+
|
|
3048
|
+
````text
|
|
3049
|
+
The MIT License (MIT)
|
|
3050
|
+
|
|
3051
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3052
|
+
|
|
3053
|
+
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:
|
|
3054
|
+
|
|
3055
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3056
|
+
|
|
3057
|
+
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.
|
|
3058
|
+
|
|
3059
|
+
````
|
|
3060
|
+
|
|
3061
|
+
---
|
|
3062
|
+
|
|
3063
|
+
## The following dependencies are licensed under the MIT License:
|
|
3064
|
+
|
|
3065
|
+
### Rust Crates:
|
|
3066
|
+
|
|
3067
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
3068
|
+
|
|
3069
|
+
````text
|
|
3070
|
+
Copyright (c) 2017 Sean McArthur
|
|
3071
|
+
|
|
3072
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3073
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3074
|
+
in the Software without restriction, including without limitation the rights
|
|
3075
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3076
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3077
|
+
furnished to do so, subject to the following conditions:
|
|
3078
|
+
|
|
3079
|
+
The above copyright notice and this permission notice shall be included in
|
|
3080
|
+
all copies or substantial portions of the Software.
|
|
3081
|
+
|
|
3082
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3083
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3084
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3085
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3086
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3087
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3088
|
+
THE SOFTWARE.
|
|
3089
|
+
|
|
3073
3090
|
|
|
3074
3091
|
````
|
|
3075
3092
|
|
|
@@ -3143,19 +3160,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3143
3160
|
|
|
3144
3161
|
### Rust Crates:
|
|
3145
3162
|
|
|
3146
|
-
- [
|
|
3147
|
-
- [
|
|
3148
|
-
- [
|
|
3149
|
-
- [
|
|
3150
|
-
- [
|
|
3151
|
-
- [
|
|
3152
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3153
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3154
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3163
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
3164
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3165
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3166
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3167
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3168
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3155
3169
|
|
|
3156
3170
|
````text
|
|
3157
|
-
Copyright (c)
|
|
3158
|
-
Copyright (c) 2017 The Tokio Authors
|
|
3171
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3159
3172
|
|
|
3160
3173
|
Permission is hereby granted, free of charge, to any
|
|
3161
3174
|
person obtaining a copy of this software and associated
|
|
@@ -3189,15 +3202,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3189
3202
|
|
|
3190
3203
|
### Rust Crates:
|
|
3191
3204
|
|
|
3192
|
-
- [
|
|
3205
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
3206
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3193
3207
|
|
|
3194
3208
|
````text
|
|
3195
3209
|
MIT License
|
|
3196
3210
|
|
|
3197
|
-
Copyright
|
|
3198
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
3199
|
-
Copyright (c) 2017 Frommi
|
|
3200
|
-
Copyright (c) 2017-2024 oyvindln
|
|
3211
|
+
Copyright (c) 2019 Graham Esau
|
|
3201
3212
|
|
|
3202
3213
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3203
3214
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3225,10 +3236,78 @@ SOFTWARE.
|
|
|
3225
3236
|
|
|
3226
3237
|
### Rust Crates:
|
|
3227
3238
|
|
|
3228
|
-
- [
|
|
3239
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
3229
3240
|
|
|
3230
3241
|
````text
|
|
3231
|
-
|
|
3242
|
+
MIT License
|
|
3243
|
+
|
|
3244
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
3245
|
+
Copyright (c) Tokio Contributors
|
|
3246
|
+
|
|
3247
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3248
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3249
|
+
in the Software without restriction, including without limitation the rights
|
|
3250
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3251
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3252
|
+
furnished to do so, subject to the following conditions:
|
|
3253
|
+
|
|
3254
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3255
|
+
copies or substantial portions of the Software.
|
|
3256
|
+
|
|
3257
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3258
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3259
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3260
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3261
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3262
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3263
|
+
SOFTWARE.
|
|
3264
|
+
|
|
3265
|
+
````
|
|
3266
|
+
|
|
3267
|
+
---
|
|
3268
|
+
|
|
3269
|
+
## The following dependencies are licensed under the MIT License:
|
|
3270
|
+
|
|
3271
|
+
### Rust Crates:
|
|
3272
|
+
|
|
3273
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
3274
|
+
|
|
3275
|
+
````text
|
|
3276
|
+
The MIT License (MIT)
|
|
3277
|
+
|
|
3278
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
3279
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
3280
|
+
|
|
3281
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3282
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3283
|
+
in the Software without restriction, including without limitation the rights
|
|
3284
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3285
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3286
|
+
furnished to do so, subject to the following conditions:
|
|
3287
|
+
|
|
3288
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3289
|
+
copies or substantial portions of the Software.
|
|
3290
|
+
|
|
3291
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3292
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3293
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3294
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3295
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3296
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3297
|
+
SOFTWARE.
|
|
3298
|
+
|
|
3299
|
+
````
|
|
3300
|
+
|
|
3301
|
+
---
|
|
3302
|
+
|
|
3303
|
+
## The following dependencies are licensed under the MIT License:
|
|
3304
|
+
|
|
3305
|
+
### Rust Crates:
|
|
3306
|
+
|
|
3307
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
3308
|
+
|
|
3309
|
+
````text
|
|
3310
|
+
Copyright (c) The rust-url developers
|
|
3232
3311
|
|
|
3233
3312
|
Permission is hereby granted, free of charge, to any
|
|
3234
3313
|
person obtaining a copy of this software and associated
|
|
@@ -3262,10 +3341,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3262
3341
|
|
|
3263
3342
|
### Rust Crates:
|
|
3264
3343
|
|
|
3265
|
-
- [
|
|
3344
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
3266
3345
|
|
|
3267
3346
|
````text
|
|
3268
|
-
Copyright (c)
|
|
3347
|
+
Copyright (c) 2017 Carl Lerche
|
|
3348
|
+
Copyright (c) 2018 Bastian Köcher
|
|
3349
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
3269
3350
|
|
|
3270
3351
|
Permission is hereby granted, free of charge, to any
|
|
3271
3352
|
person obtaining a copy of this software and associated
|
|
@@ -3299,11 +3380,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3299
3380
|
|
|
3300
3381
|
### Rust Crates:
|
|
3301
3382
|
|
|
3302
|
-
- [
|
|
3383
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
3303
3384
|
|
|
3304
3385
|
````text
|
|
3305
|
-
|
|
3306
|
-
|
|
3386
|
+
The MIT License (MIT)
|
|
3387
|
+
|
|
3388
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
3307
3389
|
|
|
3308
3390
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3309
3391
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3312,16 +3394,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3312
3394
|
copies of the Software, and to permit persons to whom the Software is
|
|
3313
3395
|
furnished to do so, subject to the following conditions:
|
|
3314
3396
|
|
|
3315
|
-
The above copyright notice and this permission notice shall be included in
|
|
3316
|
-
|
|
3397
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3398
|
+
copies or substantial portions of the Software.
|
|
3317
3399
|
|
|
3318
3400
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3319
3401
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3320
3402
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3321
3403
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3322
3404
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3323
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3324
|
-
|
|
3405
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3406
|
+
SOFTWARE.
|
|
3325
3407
|
|
|
3326
3408
|
````
|
|
3327
3409
|
|
|
@@ -3331,10 +3413,10 @@ THE SOFTWARE.
|
|
|
3331
3413
|
|
|
3332
3414
|
### Rust Crates:
|
|
3333
3415
|
|
|
3334
|
-
- [
|
|
3416
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
3335
3417
|
|
|
3336
3418
|
````text
|
|
3337
|
-
Copyright (c)
|
|
3419
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
3338
3420
|
|
|
3339
3421
|
Permission is hereby granted, free of charge, to any
|
|
3340
3422
|
person obtaining a copy of this software and associated
|
|
@@ -3368,34 +3450,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3368
3450
|
|
|
3369
3451
|
### Rust Crates:
|
|
3370
3452
|
|
|
3371
|
-
- [
|
|
3453
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
3372
3454
|
|
|
3373
3455
|
````text
|
|
3374
|
-
Copyright (c)
|
|
3456
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
3375
3457
|
|
|
3376
|
-
Permission is hereby granted, free of charge, to any
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
the Software, and to permit persons to whom the Software
|
|
3383
|
-
is furnished to do so, subject to the following
|
|
3384
|
-
conditions:
|
|
3458
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3459
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3460
|
+
in the Software without restriction, including without limitation the rights
|
|
3461
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3462
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3463
|
+
furnished to do so, subject to the following conditions:
|
|
3385
3464
|
|
|
3386
|
-
The above copyright notice and this permission notice
|
|
3387
|
-
|
|
3388
|
-
of the Software.
|
|
3465
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3466
|
+
copies or substantial portions of the Software.
|
|
3389
3467
|
|
|
3390
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3398
|
-
DEALINGS IN THE SOFTWARE.
|
|
3468
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3469
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3470
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3471
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3472
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3473
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3474
|
+
SOFTWARE.
|
|
3399
3475
|
|
|
3400
3476
|
````
|
|
3401
3477
|
|
|
@@ -3405,34 +3481,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3405
3481
|
|
|
3406
3482
|
### Rust Crates:
|
|
3407
3483
|
|
|
3408
|
-
- [
|
|
3484
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
3409
3485
|
|
|
3410
3486
|
````text
|
|
3411
|
-
|
|
3487
|
+
The MIT License (MIT)
|
|
3412
3488
|
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
Software without restriction, including without
|
|
3417
|
-
limitation the rights to use, copy, modify, merge,
|
|
3418
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3419
|
-
the Software, and to permit persons to whom the Software
|
|
3420
|
-
is furnished to do so, subject to the following
|
|
3421
|
-
conditions:
|
|
3489
|
+
Copyright (c) 2015 Danny Guo
|
|
3490
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3491
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
3422
3492
|
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
|
|
3493
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3494
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3495
|
+
in the Software without restriction, including without limitation the rights
|
|
3496
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3497
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3498
|
+
furnished to do so, subject to the following conditions:
|
|
3426
3499
|
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
IN
|
|
3435
|
-
|
|
3500
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3501
|
+
copies or substantial portions of the Software.
|
|
3502
|
+
|
|
3503
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3504
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3505
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3506
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3507
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3508
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3509
|
+
SOFTWARE.
|
|
3436
3510
|
|
|
3437
3511
|
````
|
|
3438
3512
|
|
|
@@ -3442,10 +3516,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3442
3516
|
|
|
3443
3517
|
### Rust Crates:
|
|
3444
3518
|
|
|
3445
|
-
- [
|
|
3519
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
3446
3520
|
|
|
3447
3521
|
````text
|
|
3448
|
-
Copyright (c) 2017
|
|
3522
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3523
|
+
Copyright (c) 2016 Jason Housley
|
|
3449
3524
|
|
|
3450
3525
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3451
3526
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3465,7 +3540,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3465
3540
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3466
3541
|
THE SOFTWARE.
|
|
3467
3542
|
|
|
3468
|
-
|
|
3469
3543
|
````
|
|
3470
3544
|
|
|
3471
3545
|
---
|
|
@@ -3474,34 +3548,29 @@ THE SOFTWARE.
|
|
|
3474
3548
|
|
|
3475
3549
|
### Rust Crates:
|
|
3476
3550
|
|
|
3477
|
-
- [
|
|
3551
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
3478
3552
|
|
|
3479
3553
|
````text
|
|
3480
|
-
Copyright (c)
|
|
3554
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
3555
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
3481
3556
|
|
|
3482
|
-
Permission is hereby granted, free of charge, to any
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
the Software, and to permit persons to whom the Software
|
|
3489
|
-
is furnished to do so, subject to the following
|
|
3490
|
-
conditions:
|
|
3557
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3558
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3559
|
+
in the Software without restriction, including without limitation the rights
|
|
3560
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3561
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3562
|
+
furnished to do so, subject to the following conditions:
|
|
3491
3563
|
|
|
3492
|
-
The above copyright notice and this permission notice
|
|
3493
|
-
|
|
3494
|
-
of the Software.
|
|
3564
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3565
|
+
copies or substantial portions of the Software.
|
|
3495
3566
|
|
|
3496
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3504
|
-
DEALINGS IN THE SOFTWARE.
|
|
3567
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3568
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3569
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3570
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3571
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3572
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3573
|
+
SOFTWARE.
|
|
3505
3574
|
|
|
3506
3575
|
````
|
|
3507
3576
|
|
|
@@ -3511,10 +3580,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3511
3580
|
|
|
3512
3581
|
### Rust Crates:
|
|
3513
3582
|
|
|
3514
|
-
- [
|
|
3583
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
3515
3584
|
|
|
3516
3585
|
````text
|
|
3517
|
-
Copyright (c)
|
|
3586
|
+
Copyright (c) 2016 Anthony Ramine
|
|
3518
3587
|
|
|
3519
3588
|
Permission is hereby granted, free of charge, to any
|
|
3520
3589
|
person obtaining a copy of this software and associated
|
|
@@ -3548,12 +3617,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3548
3617
|
|
|
3549
3618
|
### Rust Crates:
|
|
3550
3619
|
|
|
3551
|
-
- [
|
|
3552
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3553
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
3620
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
3554
3621
|
|
|
3555
3622
|
````text
|
|
3556
|
-
Copyright (c)
|
|
3623
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
3624
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3557
3625
|
|
|
3558
3626
|
Permission is hereby granted, free of charge, to any
|
|
3559
3627
|
person obtaining a copy of this software and associated
|
|
@@ -3587,10 +3655,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3587
3655
|
|
|
3588
3656
|
### Rust Crates:
|
|
3589
3657
|
|
|
3590
|
-
- [
|
|
3658
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
3591
3659
|
|
|
3592
3660
|
````text
|
|
3593
|
-
Copyright (c)
|
|
3661
|
+
Copyright (c) 2019 Carl Lerche
|
|
3594
3662
|
|
|
3595
3663
|
Permission is hereby granted, free of charge, to any
|
|
3596
3664
|
person obtaining a copy of this software and associated
|
|
@@ -3624,45 +3692,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3624
3692
|
|
|
3625
3693
|
### Rust Crates:
|
|
3626
3694
|
|
|
3627
|
-
- [
|
|
3628
|
-
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
3629
|
-
|
|
3630
|
-
````text
|
|
3631
|
-
The MIT License (MIT)
|
|
3632
|
-
|
|
3633
|
-
Copyright (c) 2015 Steven Fackler
|
|
3634
|
-
|
|
3635
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3636
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
3637
|
-
the Software without restriction, including without limitation the rights to
|
|
3638
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3639
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3640
|
-
subject to the following conditions:
|
|
3641
|
-
|
|
3642
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3643
|
-
copies or substantial portions of the Software.
|
|
3644
|
-
|
|
3645
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3646
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3647
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3648
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3649
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3650
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3651
|
-
|
|
3652
|
-
````
|
|
3653
|
-
|
|
3654
|
-
---
|
|
3655
|
-
|
|
3656
|
-
## The following dependencies are licensed under the MIT License:
|
|
3657
|
-
|
|
3658
|
-
### Rust Crates:
|
|
3659
|
-
|
|
3660
|
-
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
3695
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
3661
3696
|
|
|
3662
3697
|
````text
|
|
3663
|
-
|
|
3698
|
+
MIT License
|
|
3664
3699
|
|
|
3665
|
-
Copyright (c)
|
|
3700
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3666
3701
|
|
|
3667
3702
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3668
3703
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3671,53 +3706,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3671
3706
|
copies of the Software, and to permit persons to whom the Software is
|
|
3672
3707
|
furnished to do so, subject to the following conditions:
|
|
3673
3708
|
|
|
3674
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3675
|
-
copies or substantial portions of the Software.
|
|
3676
|
-
|
|
3677
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3678
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3679
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3680
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3681
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3682
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3683
|
-
SOFTWARE.
|
|
3684
|
-
|
|
3685
|
-
````
|
|
3686
|
-
|
|
3687
|
-
---
|
|
3688
|
-
|
|
3689
|
-
## The following dependencies are licensed under the MIT License:
|
|
3690
|
-
|
|
3691
|
-
### Rust Crates:
|
|
3692
|
-
|
|
3693
|
-
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
3694
|
-
|
|
3695
|
-
````text
|
|
3696
|
-
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
3697
|
-
|
|
3698
|
-
Permission is hereby granted, free of charge, to any
|
|
3699
|
-
person obtaining a copy of this software and associated
|
|
3700
|
-
documentation files (the "Software"), to deal in the
|
|
3701
|
-
Software without restriction, including without
|
|
3702
|
-
limitation the rights to use, copy, modify, merge,
|
|
3703
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3704
|
-
the Software, and to permit persons to whom the Software
|
|
3705
|
-
is furnished to do so, subject to the following
|
|
3706
|
-
conditions:
|
|
3707
|
-
|
|
3708
|
-
The above copyright notice and this permission notice
|
|
3709
|
-
shall be included in all copies or substantial portions
|
|
3710
|
-
of the Software.
|
|
3711
|
-
|
|
3712
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3713
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3714
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3715
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3716
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3717
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3718
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3719
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3720
|
-
DEALINGS IN THE SOFTWARE.
|
|
3709
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3710
|
+
copies or substantial portions of the Software.
|
|
3711
|
+
|
|
3712
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3713
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3714
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3715
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3716
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3717
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3718
|
+
SOFTWARE.
|
|
3721
3719
|
|
|
3722
3720
|
````
|
|
3723
3721
|
|
|
@@ -3727,10 +3725,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3727
3725
|
|
|
3728
3726
|
### Rust Crates:
|
|
3729
3727
|
|
|
3730
|
-
- [
|
|
3728
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
3731
3729
|
|
|
3732
3730
|
````text
|
|
3733
|
-
Copyright (c)
|
|
3731
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
3734
3732
|
|
|
3735
3733
|
Permission is hereby granted, free of charge, to any
|
|
3736
3734
|
person obtaining a copy of this software and associated
|
|
@@ -3764,34 +3762,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3764
3762
|
|
|
3765
3763
|
### Rust Crates:
|
|
3766
3764
|
|
|
3767
|
-
- [
|
|
3765
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
3768
3766
|
|
|
3769
3767
|
````text
|
|
3770
|
-
|
|
3768
|
+
The MIT License (MIT)
|
|
3771
3769
|
|
|
3772
|
-
|
|
3773
|
-
person obtaining a copy of this software and associated
|
|
3774
|
-
documentation files (the "Software"), to deal in the
|
|
3775
|
-
Software without restriction, including without
|
|
3776
|
-
limitation the rights to use, copy, modify, merge,
|
|
3777
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3778
|
-
the Software, and to permit persons to whom the Software
|
|
3779
|
-
is furnished to do so, subject to the following
|
|
3780
|
-
conditions:
|
|
3770
|
+
Copyright (c) 2015 Alice Maz
|
|
3781
3771
|
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3772
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3773
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3774
|
+
in the Software without restriction, including without limitation the rights
|
|
3775
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3776
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3777
|
+
furnished to do so, subject to the following conditions:
|
|
3785
3778
|
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
3793
|
-
IN
|
|
3794
|
-
|
|
3779
|
+
The above copyright notice and this permission notice shall be included in
|
|
3780
|
+
all copies or substantial portions of the Software.
|
|
3781
|
+
|
|
3782
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3783
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3784
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3785
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3786
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3787
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3788
|
+
THE SOFTWARE.
|
|
3795
3789
|
|
|
3796
3790
|
````
|
|
3797
3791
|
|
|
@@ -3801,10 +3795,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3801
3795
|
|
|
3802
3796
|
### Rust Crates:
|
|
3803
3797
|
|
|
3804
|
-
- [
|
|
3798
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
3805
3799
|
|
|
3806
3800
|
````text
|
|
3807
|
-
|
|
3801
|
+
The MIT License (MIT)
|
|
3802
|
+
|
|
3803
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
3808
3804
|
|
|
3809
3805
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3810
3806
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3832,34 +3828,28 @@ THE SOFTWARE.
|
|
|
3832
3828
|
|
|
3833
3829
|
### Rust Crates:
|
|
3834
3830
|
|
|
3835
|
-
- [
|
|
3831
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
3836
3832
|
|
|
3837
3833
|
````text
|
|
3838
|
-
|
|
3834
|
+
MIT License
|
|
3839
3835
|
|
|
3840
|
-
Permission is hereby granted, free of charge, to any
|
|
3841
|
-
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
the Software, and to permit persons to whom the Software
|
|
3847
|
-
is furnished to do so, subject to the following
|
|
3848
|
-
conditions:
|
|
3836
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3837
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3838
|
+
in the Software without restriction, including without limitation the rights
|
|
3839
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3840
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3841
|
+
furnished to do so, subject to the following conditions:
|
|
3849
3842
|
|
|
3850
|
-
The above copyright notice and this permission notice
|
|
3851
|
-
|
|
3852
|
-
of the Software.
|
|
3843
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3844
|
+
copies or substantial portions of the Software.
|
|
3853
3845
|
|
|
3854
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3862
|
-
DEALINGS IN THE SOFTWARE.
|
|
3846
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3847
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3848
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3849
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3850
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3851
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3852
|
+
SOFTWARE.
|
|
3863
3853
|
|
|
3864
3854
|
````
|
|
3865
3855
|
|
|
@@ -3869,10 +3859,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3869
3859
|
|
|
3870
3860
|
### Rust Crates:
|
|
3871
3861
|
|
|
3872
|
-
- [
|
|
3862
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
3863
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3864
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3873
3865
|
|
|
3874
3866
|
````text
|
|
3875
|
-
Copyright (c)
|
|
3867
|
+
Copyright (c) 2019 Tower Contributors
|
|
3876
3868
|
|
|
3877
3869
|
Permission is hereby granted, free of charge, to any
|
|
3878
3870
|
person obtaining a copy of this software and associated
|
|
@@ -3938,11 +3930,44 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3938
3930
|
|
|
3939
3931
|
### Rust Crates:
|
|
3940
3932
|
|
|
3941
|
-
- [
|
|
3942
|
-
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
3933
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3943
3934
|
|
|
3944
3935
|
````text
|
|
3945
|
-
Copyright (c)
|
|
3936
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3937
|
+
|
|
3938
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3939
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3940
|
+
in the Software without restriction, including without limitation the rights
|
|
3941
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3942
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3943
|
+
furnished to do so, subject to the following conditions:
|
|
3944
|
+
|
|
3945
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3946
|
+
copies or substantial portions of the Software.
|
|
3947
|
+
|
|
3948
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3949
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3950
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3951
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3952
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3953
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3954
|
+
SOFTWARE.
|
|
3955
|
+
|
|
3956
|
+
````
|
|
3957
|
+
|
|
3958
|
+
---
|
|
3959
|
+
|
|
3960
|
+
## The following dependencies are licensed under the MIT License:
|
|
3961
|
+
|
|
3962
|
+
### Rust Crates:
|
|
3963
|
+
|
|
3964
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
3965
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
3966
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
3967
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
3968
|
+
|
|
3969
|
+
````text
|
|
3970
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
3946
3971
|
|
|
3947
3972
|
Permission is hereby granted, free of charge, to any
|
|
3948
3973
|
person obtaining a copy of this software and associated
|
|
@@ -3976,11 +4001,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3976
4001
|
|
|
3977
4002
|
### Rust Crates:
|
|
3978
4003
|
|
|
3979
|
-
- [
|
|
4004
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
3980
4005
|
|
|
3981
4006
|
````text
|
|
3982
|
-
|
|
3983
|
-
|
|
4007
|
+
MIT License
|
|
4008
|
+
|
|
4009
|
+
Copyright (c) 2025 Callum Oakley
|
|
4010
|
+
|
|
4011
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4012
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4013
|
+
in the Software without restriction, including without limitation the rights
|
|
4014
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4015
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4016
|
+
furnished to do so, subject to the following conditions:
|
|
4017
|
+
|
|
4018
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4019
|
+
copies or substantial portions of the Software.
|
|
4020
|
+
|
|
4021
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4022
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4023
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4024
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4025
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4026
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4027
|
+
SOFTWARE.
|
|
4028
|
+
|
|
4029
|
+
````
|
|
4030
|
+
|
|
4031
|
+
---
|
|
4032
|
+
|
|
4033
|
+
## The following dependencies are licensed under the MIT License:
|
|
4034
|
+
|
|
4035
|
+
### Rust Crates:
|
|
4036
|
+
|
|
4037
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
4038
|
+
|
|
4039
|
+
````text
|
|
4040
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
3984
4041
|
|
|
3985
4042
|
Permission is hereby granted, free of charge, to any
|
|
3986
4043
|
person obtaining a copy of this software and associated
|
|
@@ -4014,10 +4071,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4014
4071
|
|
|
4015
4072
|
### Rust Crates:
|
|
4016
4073
|
|
|
4017
|
-
- [
|
|
4074
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
4075
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
4076
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
4077
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
4078
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
4079
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
4018
4080
|
|
|
4019
4081
|
````text
|
|
4020
|
-
Copyright (c)
|
|
4082
|
+
Copyright (c) 2019 Tokio Contributors
|
|
4021
4083
|
|
|
4022
4084
|
Permission is hereby granted, free of charge, to any
|
|
4023
4085
|
person obtaining a copy of this software and associated
|
|
@@ -4047,68 +4109,6 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4047
4109
|
|
|
4048
4110
|
---
|
|
4049
4111
|
|
|
4050
|
-
## The following dependencies are licensed under the MIT License:
|
|
4051
|
-
|
|
4052
|
-
### Rust Crates:
|
|
4053
|
-
|
|
4054
|
-
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
4055
|
-
|
|
4056
|
-
````text
|
|
4057
|
-
Copyright (c) 2014-2026 Sean McArthur
|
|
4058
|
-
|
|
4059
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4060
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4061
|
-
in the Software without restriction, including without limitation the rights
|
|
4062
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4063
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4064
|
-
furnished to do so, subject to the following conditions:
|
|
4065
|
-
|
|
4066
|
-
The above copyright notice and this permission notice shall be included in
|
|
4067
|
-
all copies or substantial portions of the Software.
|
|
4068
|
-
|
|
4069
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4070
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4071
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4072
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4073
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4074
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4075
|
-
THE SOFTWARE.
|
|
4076
|
-
|
|
4077
|
-
````
|
|
4078
|
-
|
|
4079
|
-
---
|
|
4080
|
-
|
|
4081
|
-
## The following dependencies are licensed under the MIT License:
|
|
4082
|
-
|
|
4083
|
-
### Rust Crates:
|
|
4084
|
-
|
|
4085
|
-
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
4086
|
-
|
|
4087
|
-
````text
|
|
4088
|
-
Copyright (c) 2016 The rust-native-tls Developers
|
|
4089
|
-
|
|
4090
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4091
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4092
|
-
in the Software without restriction, including without limitation the rights
|
|
4093
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4094
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4095
|
-
furnished to do so, subject to the following conditions:
|
|
4096
|
-
|
|
4097
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4098
|
-
copies or substantial portions of the Software.
|
|
4099
|
-
|
|
4100
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4101
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4102
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4103
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4104
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4105
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4106
|
-
SOFTWARE.
|
|
4107
|
-
|
|
4108
|
-
````
|
|
4109
|
-
|
|
4110
|
-
---
|
|
4111
|
-
|
|
4112
4112
|
## The following dependencies are licensed under the MPL-2.0 License:
|
|
4113
4113
|
|
|
4114
4114
|
### Rust Crates:
|