@deveco-codegenie/mcp-darwin-x64 1.1.2 → 1.1.4
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 +1129 -1227
- package/bin/codegenie-mcp-server +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
# SUMMARY
|
|
2
2
|
|
|
3
|
-
**Total Dependencies:**
|
|
3
|
+
**Total Dependencies:** 208
|
|
4
4
|
|
|
5
5
|
- **Rust Crates:** 197 *(By cargo-about)*
|
|
6
|
-
- **NPM Packages:**
|
|
6
|
+
- **NPM Packages:** 11 *(By license-checker-rseidelsohn)*
|
|
7
7
|
|
|
8
8
|
### Licenses Breakdown:
|
|
9
9
|
|
|
10
|
-
- MIT:
|
|
10
|
+
- MIT: 176
|
|
11
11
|
- Unicode-3.0: 19
|
|
12
12
|
- Apache-2.0: 7
|
|
13
13
|
- 0BSD: 3
|
|
14
|
-
- BSD-3-Clause:
|
|
15
|
-
- ISC: 2
|
|
14
|
+
- BSD-3-Clause: 1
|
|
16
15
|
- MPL-2.0: 1
|
|
16
|
+
- UNKNOWN: 1
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
---
|
|
@@ -22,12 +22,36 @@
|
|
|
22
22
|
|
|
23
23
|
### Rust Crates:
|
|
24
24
|
|
|
25
|
-
- [
|
|
25
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
26
|
+
|
|
27
|
+
````text
|
|
28
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
29
|
+
|
|
30
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
31
|
+
any purpose with or without fee is hereby granted.
|
|
32
|
+
|
|
33
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
34
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
35
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
36
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
37
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
38
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
39
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
40
|
+
|
|
41
|
+
````
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
46
|
+
|
|
47
|
+
### Rust Crates:
|
|
48
|
+
|
|
49
|
+
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
26
50
|
|
|
27
51
|
````text
|
|
28
52
|
BSD Zero Clause License
|
|
29
53
|
|
|
30
|
-
Copyright (c)
|
|
54
|
+
Copyright (c) 2025 Goat
|
|
31
55
|
|
|
32
56
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
33
57
|
purpose with or without fee is hereby granted.
|
|
@@ -48,12 +72,12 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
48
72
|
|
|
49
73
|
### Rust Crates:
|
|
50
74
|
|
|
51
|
-
- [
|
|
75
|
+
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
52
76
|
|
|
53
77
|
````text
|
|
54
78
|
BSD Zero Clause License
|
|
55
79
|
|
|
56
|
-
Copyright (c)
|
|
80
|
+
Copyright (c) 2024 kotauskas
|
|
57
81
|
|
|
58
82
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
59
83
|
purpose with or without fee is hereby granted.
|
|
@@ -70,25 +94,88 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
70
94
|
|
|
71
95
|
---
|
|
72
96
|
|
|
73
|
-
## The following dependencies are licensed under the
|
|
97
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
74
98
|
|
|
75
99
|
### Rust Crates:
|
|
76
100
|
|
|
77
|
-
- [
|
|
101
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
102
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
103
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
78
104
|
|
|
79
105
|
````text
|
|
80
|
-
|
|
106
|
+
Apache License
|
|
107
|
+
Version 2.0, January 2004
|
|
108
|
+
http://www.apache.org/licenses/
|
|
81
109
|
|
|
82
|
-
|
|
83
|
-
any purpose with or without fee is hereby granted.
|
|
110
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
84
111
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
112
|
+
1. Definitions.
|
|
113
|
+
|
|
114
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
115
|
+
|
|
116
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
117
|
+
|
|
118
|
+
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
119
|
+
|
|
120
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
121
|
+
|
|
122
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
123
|
+
|
|
124
|
+
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
125
|
+
|
|
126
|
+
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
127
|
+
|
|
128
|
+
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
129
|
+
|
|
130
|
+
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
131
|
+
|
|
132
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
133
|
+
|
|
134
|
+
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
135
|
+
|
|
136
|
+
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
137
|
+
|
|
138
|
+
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
139
|
+
|
|
140
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
141
|
+
|
|
142
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
143
|
+
|
|
144
|
+
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
145
|
+
|
|
146
|
+
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
147
|
+
|
|
148
|
+
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
149
|
+
|
|
150
|
+
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
151
|
+
|
|
152
|
+
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
153
|
+
|
|
154
|
+
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
155
|
+
|
|
156
|
+
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
157
|
+
|
|
158
|
+
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
159
|
+
|
|
160
|
+
END OF TERMS AND CONDITIONS
|
|
161
|
+
|
|
162
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
163
|
+
|
|
164
|
+
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
165
|
+
|
|
166
|
+
Copyright [yyyy] [name of copyright owner]
|
|
167
|
+
|
|
168
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
169
|
+
you may not use this file except in compliance with the License.
|
|
170
|
+
You may obtain a copy of the License at
|
|
171
|
+
|
|
172
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
173
|
+
|
|
174
|
+
Unless required by applicable law or agreed to in writing, software
|
|
175
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
176
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
177
|
+
See the License for the specific language governing permissions and
|
|
178
|
+
limitations under the License.
|
|
92
179
|
|
|
93
180
|
````
|
|
94
181
|
|
|
@@ -522,106 +609,17 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
522
609
|
|
|
523
610
|
---
|
|
524
611
|
|
|
525
|
-
## The following dependencies are licensed under the Apache-2.0 License:
|
|
526
|
-
|
|
527
|
-
### Rust Crates:
|
|
528
|
-
|
|
529
|
-
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
530
|
-
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
531
|
-
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
532
|
-
|
|
533
|
-
````text
|
|
534
|
-
Apache License
|
|
535
|
-
Version 2.0, January 2004
|
|
536
|
-
http://www.apache.org/licenses/
|
|
537
|
-
|
|
538
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
539
|
-
|
|
540
|
-
1. Definitions.
|
|
541
|
-
|
|
542
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
543
|
-
|
|
544
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
545
|
-
|
|
546
|
-
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
547
|
-
|
|
548
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
549
|
-
|
|
550
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
551
|
-
|
|
552
|
-
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
553
|
-
|
|
554
|
-
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
555
|
-
|
|
556
|
-
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
557
|
-
|
|
558
|
-
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
559
|
-
|
|
560
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
561
|
-
|
|
562
|
-
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
563
|
-
|
|
564
|
-
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
565
|
-
|
|
566
|
-
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
567
|
-
|
|
568
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
569
|
-
|
|
570
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
571
|
-
|
|
572
|
-
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
573
|
-
|
|
574
|
-
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
575
|
-
|
|
576
|
-
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
577
|
-
|
|
578
|
-
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
579
|
-
|
|
580
|
-
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
581
|
-
|
|
582
|
-
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
583
|
-
|
|
584
|
-
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
585
|
-
|
|
586
|
-
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
587
|
-
|
|
588
|
-
END OF TERMS AND CONDITIONS
|
|
589
|
-
|
|
590
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
591
|
-
|
|
592
|
-
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
593
|
-
|
|
594
|
-
Copyright [yyyy] [name of copyright owner]
|
|
595
|
-
|
|
596
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
597
|
-
you may not use this file except in compliance with the License.
|
|
598
|
-
You may obtain a copy of the License at
|
|
599
|
-
|
|
600
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
601
|
-
|
|
602
|
-
Unless required by applicable law or agreed to in writing, software
|
|
603
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
604
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
605
|
-
See the License for the specific language governing permissions and
|
|
606
|
-
limitations under the License.
|
|
607
|
-
|
|
608
|
-
````
|
|
609
|
-
|
|
610
|
-
---
|
|
611
|
-
|
|
612
612
|
## The following dependencies are licensed under the BSD-3-Clause License:
|
|
613
613
|
|
|
614
614
|
### NPM Packages:
|
|
615
615
|
|
|
616
|
-
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.
|
|
616
|
+
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.2)
|
|
617
617
|
|
|
618
618
|
````text
|
|
619
619
|
Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
|
|
620
|
-
Copyright (c) 2021-present The Fastify team
|
|
620
|
+
Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
|
|
621
621
|
All rights reserved.
|
|
622
622
|
|
|
623
|
-
The Fastify team members are listed at https://github.com/fastify/fastify#team.
|
|
624
|
-
|
|
625
623
|
Redistribution and use in source and binary forms, with or without
|
|
626
624
|
modification, are permitted provided that the following conditions are met:
|
|
627
625
|
* Redistributions of source code must retain the above copyright
|
|
@@ -652,90 +650,15 @@ The complete list of contributors can be found at:
|
|
|
652
650
|
|
|
653
651
|
---
|
|
654
652
|
|
|
655
|
-
## The following dependencies are licensed under the BSD-3-Clause License:
|
|
656
|
-
|
|
657
|
-
### NPM Packages:
|
|
658
|
-
|
|
659
|
-
- [jpeg-js](https://github.com/eugeneware/jpeg-js) (0.4.4)
|
|
660
|
-
|
|
661
|
-
````text
|
|
662
|
-
Copyright (c) 2014, Eugene Ware
|
|
663
|
-
All rights reserved.
|
|
664
|
-
|
|
665
|
-
Redistribution and use in source and binary forms, with or without
|
|
666
|
-
modification, are permitted provided that the following conditions are met:
|
|
667
|
-
|
|
668
|
-
1. Redistributions of source code must retain the above copyright
|
|
669
|
-
notice, this list of conditions and the following disclaimer.
|
|
670
|
-
2. Redistributions in binary form must reproduce the above copyright
|
|
671
|
-
notice, this list of conditions and the following disclaimer in the
|
|
672
|
-
documentation and/or other materials provided with the distribution.
|
|
673
|
-
3. Neither the name of Eugene Ware nor the names of its contributors
|
|
674
|
-
may be used to endorse or promote products derived from this software
|
|
675
|
-
without specific prior written permission.
|
|
676
|
-
|
|
677
|
-
THIS SOFTWARE IS PROVIDED BY EUGENE WARE ''AS IS'' AND ANY
|
|
678
|
-
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
679
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
680
|
-
DISCLAIMED. IN NO EVENT SHALL EUGENE WARE BE LIABLE FOR ANY
|
|
681
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
682
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
683
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
684
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
685
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
686
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
687
|
-
|
|
688
|
-
````
|
|
689
|
-
|
|
690
|
-
---
|
|
691
|
-
|
|
692
|
-
## The following dependencies are licensed under the ISC License:
|
|
693
|
-
|
|
694
|
-
### NPM Packages:
|
|
695
|
-
|
|
696
|
-
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.3) (0.0.3)
|
|
697
|
-
|
|
698
|
-
````text
|
|
699
|
-
Please refer to the package README for license details.
|
|
700
|
-
````
|
|
701
|
-
|
|
702
|
-
---
|
|
703
|
-
|
|
704
|
-
## The following dependencies are licensed under the ISC License:
|
|
705
|
-
|
|
706
|
-
### NPM Packages:
|
|
707
|
-
|
|
708
|
-
- [pixelmatch](https://github.com/mapbox/pixelmatch) (7.1.0)
|
|
709
|
-
|
|
710
|
-
````text
|
|
711
|
-
ISC License
|
|
712
|
-
|
|
713
|
-
Copyright (c) 2025, Mapbox
|
|
714
|
-
|
|
715
|
-
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
716
|
-
with or without fee is hereby granted, provided that the above copyright notice
|
|
717
|
-
and this permission notice appear in all copies.
|
|
718
|
-
|
|
719
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
720
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
721
|
-
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
722
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
723
|
-
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
724
|
-
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
725
|
-
THIS SOFTWARE.
|
|
726
|
-
|
|
727
|
-
````
|
|
728
|
-
|
|
729
|
-
---
|
|
730
|
-
|
|
731
653
|
## The following dependencies are licensed under the MIT License:
|
|
732
654
|
|
|
733
655
|
### Rust Crates:
|
|
734
656
|
|
|
735
|
-
- [
|
|
657
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
658
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
736
659
|
|
|
737
660
|
````text
|
|
738
|
-
Copyright (c)
|
|
661
|
+
Copyright (c) 2014 Alex Crichton
|
|
739
662
|
|
|
740
663
|
Permission is hereby granted, free of charge, to any
|
|
741
664
|
person obtaining a copy of this software and associated
|
|
@@ -769,10 +692,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
769
692
|
|
|
770
693
|
### Rust Crates:
|
|
771
694
|
|
|
772
|
-
- [
|
|
695
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
773
696
|
|
|
774
697
|
````text
|
|
775
|
-
Copyright (c) The
|
|
698
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
776
699
|
|
|
777
700
|
Permission is hereby granted, free of charge, to any
|
|
778
701
|
person obtaining a copy of this software and associated
|
|
@@ -806,42 +729,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
806
729
|
|
|
807
730
|
### Rust Crates:
|
|
808
731
|
|
|
809
|
-
- [
|
|
810
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
811
|
-
|
|
812
|
-
````text
|
|
813
|
-
Copyright (c) 2018-2019 dirs-rs contributors
|
|
814
|
-
|
|
815
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
816
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
817
|
-
in the Software without restriction, including without limitation the rights
|
|
818
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
819
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
820
|
-
furnished to do so, subject to the following conditions:
|
|
821
|
-
|
|
822
|
-
The above copyright notice and this permission notice shall be included in all
|
|
823
|
-
copies or substantial portions of the Software.
|
|
824
|
-
|
|
825
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
826
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
827
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
828
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
829
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
830
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
831
|
-
SOFTWARE.
|
|
832
|
-
|
|
833
|
-
````
|
|
834
|
-
|
|
835
|
-
---
|
|
836
|
-
|
|
837
|
-
## The following dependencies are licensed under the MIT License:
|
|
838
|
-
|
|
839
|
-
### Rust Crates:
|
|
840
|
-
|
|
841
|
-
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
732
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
842
733
|
|
|
843
734
|
````text
|
|
844
|
-
Copyright (c)
|
|
735
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
736
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
845
737
|
|
|
846
738
|
Permission is hereby granted, free of charge, to any
|
|
847
739
|
person obtaining a copy of this software and associated
|
|
@@ -875,43 +767,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
875
767
|
|
|
876
768
|
### Rust Crates:
|
|
877
769
|
|
|
878
|
-
- [
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
The MIT License (MIT)
|
|
882
|
-
|
|
883
|
-
Copyright (c) 2015 Alice Maz
|
|
884
|
-
|
|
885
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
886
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
887
|
-
in the Software without restriction, including without limitation the rights
|
|
888
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
889
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
890
|
-
furnished to do so, subject to the following conditions:
|
|
891
|
-
|
|
892
|
-
The above copyright notice and this permission notice shall be included in
|
|
893
|
-
all copies or substantial portions of the Software.
|
|
894
|
-
|
|
895
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
896
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
897
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
898
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
899
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
900
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
901
|
-
THE SOFTWARE.
|
|
902
|
-
|
|
903
|
-
````
|
|
904
|
-
|
|
905
|
-
---
|
|
906
|
-
|
|
907
|
-
## The following dependencies are licensed under the MIT License:
|
|
908
|
-
|
|
909
|
-
### Rust Crates:
|
|
910
|
-
|
|
911
|
-
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
770
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
771
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
772
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
912
773
|
|
|
913
774
|
````text
|
|
914
|
-
Copyright (c)
|
|
775
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
915
776
|
|
|
916
777
|
Permission is hereby granted, free of charge, to any
|
|
917
778
|
person obtaining a copy of this software and associated
|
|
@@ -945,34 +806,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
945
806
|
|
|
946
807
|
### Rust Crates:
|
|
947
808
|
|
|
948
|
-
- [
|
|
809
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
810
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
811
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
949
812
|
|
|
950
813
|
````text
|
|
951
|
-
|
|
814
|
+
MIT License
|
|
952
815
|
|
|
953
|
-
|
|
954
|
-
person obtaining a copy of this software and associated
|
|
955
|
-
documentation files (the "Software"), to deal in the
|
|
956
|
-
Software without restriction, including without
|
|
957
|
-
limitation the rights to use, copy, modify, merge,
|
|
958
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
959
|
-
the Software, and to permit persons to whom the Software
|
|
960
|
-
is furnished to do so, subject to the following
|
|
961
|
-
conditions:
|
|
816
|
+
Copyright (c) <year> <copyright holders>
|
|
962
817
|
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
818
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
819
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
820
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
821
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
822
|
+
following conditions:
|
|
966
823
|
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
973
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
974
|
-
|
|
975
|
-
DEALINGS IN THE SOFTWARE.
|
|
824
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
825
|
+
portions of the Software.
|
|
826
|
+
|
|
827
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
828
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
829
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
830
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
831
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
976
832
|
|
|
977
833
|
````
|
|
978
834
|
|
|
@@ -982,12 +838,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
982
838
|
|
|
983
839
|
### Rust Crates:
|
|
984
840
|
|
|
985
|
-
- [
|
|
841
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
986
842
|
|
|
987
843
|
````text
|
|
988
|
-
Copyright (c)
|
|
989
|
-
Copyright (c) 2018 Bastian Köcher
|
|
990
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
844
|
+
Copyright (c) 2014 Chris Wong
|
|
991
845
|
|
|
992
846
|
Permission is hereby granted, free of charge, to any
|
|
993
847
|
person obtaining a copy of this software and associated
|
|
@@ -1019,34 +873,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1019
873
|
|
|
1020
874
|
## The following dependencies are licensed under the MIT License:
|
|
1021
875
|
|
|
1022
|
-
###
|
|
876
|
+
### Rust Crates:
|
|
1023
877
|
|
|
1024
|
-
- [
|
|
1025
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
878
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
1026
879
|
|
|
1027
880
|
````text
|
|
1028
|
-
MIT License
|
|
1029
|
-
|
|
1030
|
-
Copyright (c)
|
|
1031
|
-
|
|
1032
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1033
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1034
|
-
in the Software without restriction, including without limitation the rights
|
|
1035
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1036
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1037
|
-
furnished to do so, subject to the following conditions:
|
|
1038
|
-
|
|
1039
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1040
|
-
copies or substantial portions of the Software.
|
|
1041
|
-
|
|
1042
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1043
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1044
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1045
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1046
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1047
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
881
|
+
The MIT License (MIT)
|
|
882
|
+
|
|
883
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
884
|
+
|
|
885
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
886
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
887
|
+
in the Software without restriction, including without limitation the rights
|
|
888
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
889
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
890
|
+
furnished to do so, subject to the following conditions:
|
|
891
|
+
|
|
892
|
+
The above copyright notice and this permission notice shall be included in all
|
|
893
|
+
copies or substantial portions of the Software.
|
|
894
|
+
|
|
895
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
896
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
897
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
898
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
899
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
900
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1048
901
|
SOFTWARE.
|
|
1049
|
-
|
|
1050
902
|
````
|
|
1051
903
|
|
|
1052
904
|
---
|
|
@@ -1055,10 +907,10 @@ SOFTWARE.
|
|
|
1055
907
|
|
|
1056
908
|
### Rust Crates:
|
|
1057
909
|
|
|
1058
|
-
- [
|
|
910
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
1059
911
|
|
|
1060
912
|
````text
|
|
1061
|
-
Copyright (c)
|
|
913
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
1062
914
|
|
|
1063
915
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1064
916
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1067,16 +919,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1067
919
|
copies of the Software, and to permit persons to whom the Software is
|
|
1068
920
|
furnished to do so, subject to the following conditions:
|
|
1069
921
|
|
|
1070
|
-
The above copyright notice and this permission notice shall be included in
|
|
1071
|
-
copies or substantial portions of the Software.
|
|
922
|
+
The above copyright notice and this permission notice shall be included in
|
|
923
|
+
all copies or substantial portions of the Software.
|
|
1072
924
|
|
|
1073
925
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1074
926
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1075
927
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1076
928
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1077
929
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1078
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1079
|
-
SOFTWARE.
|
|
930
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
931
|
+
THE SOFTWARE.
|
|
1080
932
|
|
|
1081
933
|
````
|
|
1082
934
|
|
|
@@ -1086,17 +938,12 @@ SOFTWARE.
|
|
|
1086
938
|
|
|
1087
939
|
### Rust Crates:
|
|
1088
940
|
|
|
1089
|
-
- [
|
|
941
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
1090
942
|
|
|
1091
943
|
````text
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
Includes parts of http date with the following copyright:
|
|
1095
|
-
Copyright (c) 2016 Pyfisch
|
|
1096
|
-
|
|
1097
|
-
Includes portions of musl libc with the following copyright:
|
|
1098
|
-
Copyright © 2005-2013 Rich Felker
|
|
944
|
+
The MIT License (MIT)
|
|
1099
945
|
|
|
946
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
1100
947
|
|
|
1101
948
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1102
949
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1105,16 +952,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1105
952
|
copies of the Software, and to permit persons to whom the Software is
|
|
1106
953
|
furnished to do so, subject to the following conditions:
|
|
1107
954
|
|
|
1108
|
-
The above copyright notice and this permission notice shall be included in
|
|
1109
|
-
copies or substantial portions of the Software.
|
|
955
|
+
The above copyright notice and this permission notice shall be included in
|
|
956
|
+
all copies or substantial portions of the Software.
|
|
1110
957
|
|
|
1111
958
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1112
959
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1113
960
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1114
961
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1115
962
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1116
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1117
|
-
SOFTWARE.
|
|
963
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
964
|
+
THE SOFTWARE.
|
|
1118
965
|
|
|
1119
966
|
````
|
|
1120
967
|
|
|
@@ -1122,13 +969,14 @@ SOFTWARE.
|
|
|
1122
969
|
|
|
1123
970
|
## The following dependencies are licensed under the MIT License:
|
|
1124
971
|
|
|
1125
|
-
###
|
|
972
|
+
### NPM Packages:
|
|
1126
973
|
|
|
1127
|
-
- [
|
|
974
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
1128
975
|
|
|
1129
976
|
````text
|
|
1130
|
-
|
|
1131
|
-
|
|
977
|
+
The MIT License (MIT)
|
|
978
|
+
|
|
979
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1132
980
|
|
|
1133
981
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1134
982
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1156,29 +1004,10 @@ THE SOFTWARE.
|
|
|
1156
1004
|
|
|
1157
1005
|
### Rust Crates:
|
|
1158
1006
|
|
|
1159
|
-
- [
|
|
1160
|
-
|
|
1161
|
-
````text
|
|
1162
|
-
Copyright 2017 Juniper Networks, Inc.
|
|
1163
|
-
|
|
1164
|
-
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:
|
|
1165
|
-
|
|
1166
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1167
|
-
|
|
1168
|
-
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.
|
|
1169
|
-
|
|
1170
|
-
````
|
|
1171
|
-
|
|
1172
|
-
---
|
|
1173
|
-
|
|
1174
|
-
## The following dependencies are licensed under the MIT License:
|
|
1175
|
-
|
|
1176
|
-
### Rust Crates:
|
|
1177
|
-
|
|
1178
|
-
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
1007
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
1179
1008
|
|
|
1180
1009
|
````text
|
|
1181
|
-
Copyright (c)
|
|
1010
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
1182
1011
|
|
|
1183
1012
|
Permission is hereby granted, free of charge, to any
|
|
1184
1013
|
person obtaining a copy of this software and associated
|
|
@@ -1212,11 +1041,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1212
1041
|
|
|
1213
1042
|
### Rust Crates:
|
|
1214
1043
|
|
|
1215
|
-
- [
|
|
1044
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
1216
1045
|
|
|
1217
1046
|
````text
|
|
1218
1047
|
MIT License
|
|
1219
1048
|
|
|
1049
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
1050
|
+
|
|
1220
1051
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1221
1052
|
of this software and associated documentation files (the "Software"), to deal
|
|
1222
1053
|
in the Software without restriction, including without limitation the rights
|
|
@@ -1243,10 +1074,10 @@ SOFTWARE.
|
|
|
1243
1074
|
|
|
1244
1075
|
### Rust Crates:
|
|
1245
1076
|
|
|
1246
|
-
- [
|
|
1077
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
1247
1078
|
|
|
1248
1079
|
````text
|
|
1249
|
-
Copyright (c)
|
|
1080
|
+
Copyright (c) 2017 http-rs authors
|
|
1250
1081
|
|
|
1251
1082
|
Permission is hereby granted, free of charge, to any
|
|
1252
1083
|
person obtaining a copy of this software and associated
|
|
@@ -1278,14 +1109,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1278
1109
|
|
|
1279
1110
|
## The following dependencies are licensed under the MIT License:
|
|
1280
1111
|
|
|
1281
|
-
###
|
|
1112
|
+
### NPM Packages:
|
|
1282
1113
|
|
|
1283
|
-
- [
|
|
1114
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
1284
1115
|
|
|
1285
1116
|
````text
|
|
1286
|
-
MIT License
|
|
1117
|
+
The MIT License (MIT)
|
|
1287
1118
|
|
|
1288
|
-
Copyright (c)
|
|
1119
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
1289
1120
|
|
|
1290
1121
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1291
1122
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1305,6 +1136,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1305
1136
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1306
1137
|
SOFTWARE.
|
|
1307
1138
|
|
|
1139
|
+
|
|
1308
1140
|
````
|
|
1309
1141
|
|
|
1310
1142
|
---
|
|
@@ -1313,10 +1145,66 @@ SOFTWARE.
|
|
|
1313
1145
|
|
|
1314
1146
|
### Rust Crates:
|
|
1315
1147
|
|
|
1316
|
-
- [
|
|
1148
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
1149
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1317
1150
|
|
|
1318
1151
|
````text
|
|
1319
|
-
Copyright (c) 2019
|
|
1152
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
1153
|
+
|
|
1154
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1155
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1156
|
+
in the Software without restriction, including without limitation the rights
|
|
1157
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1158
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1159
|
+
furnished to do so, subject to the following conditions:
|
|
1160
|
+
|
|
1161
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1162
|
+
copies or substantial portions of the Software.
|
|
1163
|
+
|
|
1164
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1165
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1166
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1167
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1168
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1169
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1170
|
+
SOFTWARE.
|
|
1171
|
+
|
|
1172
|
+
````
|
|
1173
|
+
|
|
1174
|
+
---
|
|
1175
|
+
|
|
1176
|
+
## The following dependencies are licensed under the MIT License:
|
|
1177
|
+
|
|
1178
|
+
### Rust Crates:
|
|
1179
|
+
|
|
1180
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
1181
|
+
|
|
1182
|
+
````text
|
|
1183
|
+
Copyright 2016 Nika Layzell
|
|
1184
|
+
|
|
1185
|
+
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:
|
|
1186
|
+
|
|
1187
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1188
|
+
|
|
1189
|
+
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.
|
|
1190
|
+
|
|
1191
|
+
````
|
|
1192
|
+
|
|
1193
|
+
---
|
|
1194
|
+
|
|
1195
|
+
## The following dependencies are licensed under the MIT License:
|
|
1196
|
+
|
|
1197
|
+
### Rust Crates:
|
|
1198
|
+
|
|
1199
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
1200
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1201
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1202
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1203
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1204
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1205
|
+
|
|
1206
|
+
````text
|
|
1207
|
+
Copyright (c) 2019 Tokio Contributors
|
|
1320
1208
|
|
|
1321
1209
|
Permission is hereby granted, free of charge, to any
|
|
1322
1210
|
person obtaining a copy of this software and associated
|
|
@@ -1350,10 +1238,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1350
1238
|
|
|
1351
1239
|
### Rust Crates:
|
|
1352
1240
|
|
|
1353
|
-
- [
|
|
1241
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
1354
1242
|
|
|
1355
1243
|
````text
|
|
1356
|
-
Copyright (c) 2019
|
|
1244
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
1357
1245
|
|
|
1358
1246
|
Permission is hereby granted, free of charge, to any
|
|
1359
1247
|
person obtaining a copy of this software and associated
|
|
@@ -1387,12 +1275,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1387
1275
|
|
|
1388
1276
|
### Rust Crates:
|
|
1389
1277
|
|
|
1390
|
-
- [
|
|
1278
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
1391
1279
|
|
|
1392
1280
|
````text
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
1281
|
+
Copyright (c) 2019 Eliza Weisman
|
|
1396
1282
|
|
|
1397
1283
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1398
1284
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1401,16 +1287,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1401
1287
|
copies of the Software, and to permit persons to whom the Software is
|
|
1402
1288
|
furnished to do so, subject to the following conditions:
|
|
1403
1289
|
|
|
1404
|
-
The above copyright notice and this permission notice shall be included in
|
|
1405
|
-
copies or substantial portions of the Software.
|
|
1290
|
+
The above copyright notice and this permission notice shall be included in
|
|
1291
|
+
all copies or substantial portions of the Software.
|
|
1406
1292
|
|
|
1407
1293
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1408
1294
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1409
1295
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1410
1296
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1411
1297
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1412
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1413
|
-
SOFTWARE.
|
|
1298
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1299
|
+
THE SOFTWARE.
|
|
1414
1300
|
|
|
1415
1301
|
````
|
|
1416
1302
|
|
|
@@ -1420,14 +1306,13 @@ SOFTWARE.
|
|
|
1420
1306
|
|
|
1421
1307
|
### Rust Crates:
|
|
1422
1308
|
|
|
1423
|
-
- [
|
|
1309
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
1424
1310
|
|
|
1425
1311
|
````text
|
|
1426
|
-
|
|
1312
|
+
MIT License
|
|
1427
1313
|
|
|
1428
|
-
Copyright (c)
|
|
1429
|
-
Copyright (c)
|
|
1430
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
1314
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
1315
|
+
Copyright (c) Tokio Contributors
|
|
1431
1316
|
|
|
1432
1317
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1433
1318
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1455,14 +1340,49 @@ SOFTWARE.
|
|
|
1455
1340
|
|
|
1456
1341
|
### Rust Crates:
|
|
1457
1342
|
|
|
1458
|
-
- [
|
|
1459
|
-
|
|
1460
|
-
|
|
1343
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
1344
|
+
|
|
1345
|
+
````text
|
|
1346
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
1347
|
+
|
|
1348
|
+
Permission is hereby granted, free of charge, to any
|
|
1349
|
+
person obtaining a copy of this software and associated
|
|
1350
|
+
documentation files (the "Software"), to deal in the
|
|
1351
|
+
Software without restriction, including without
|
|
1352
|
+
limitation the rights to use, copy, modify, merge,
|
|
1353
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1354
|
+
the Software, and to permit persons to whom the Software
|
|
1355
|
+
is furnished to do so, subject to the following
|
|
1356
|
+
conditions:
|
|
1357
|
+
|
|
1358
|
+
The above copyright notice and this permission notice
|
|
1359
|
+
shall be included in all copies or substantial portions
|
|
1360
|
+
of the Software.
|
|
1361
|
+
|
|
1362
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1363
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1364
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1365
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1366
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1367
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1368
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1369
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1370
|
+
DEALINGS IN THE SOFTWARE.
|
|
1371
|
+
|
|
1372
|
+
````
|
|
1373
|
+
|
|
1374
|
+
---
|
|
1375
|
+
|
|
1376
|
+
## The following dependencies are licensed under the MIT License:
|
|
1377
|
+
|
|
1378
|
+
### Rust Crates:
|
|
1379
|
+
|
|
1380
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
1461
1381
|
|
|
1462
1382
|
````text
|
|
1463
1383
|
MIT License
|
|
1464
1384
|
|
|
1465
|
-
Copyright (c)
|
|
1385
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
1466
1386
|
|
|
1467
1387
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1468
1388
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1490,16 +1410,28 @@ SOFTWARE.
|
|
|
1490
1410
|
|
|
1491
1411
|
### Rust Crates:
|
|
1492
1412
|
|
|
1493
|
-
- [
|
|
1413
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1494
1414
|
|
|
1495
1415
|
````text
|
|
1496
|
-
Copyright
|
|
1416
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
1497
1417
|
|
|
1498
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1418
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1419
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1420
|
+
in the Software without restriction, including without limitation the rights
|
|
1421
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1422
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1423
|
+
furnished to do so, subject to the following conditions:
|
|
1499
1424
|
|
|
1500
|
-
The above copyright notice and this permission notice shall be included in
|
|
1425
|
+
The above copyright notice and this permission notice shall be included in
|
|
1426
|
+
all copies or substantial portions of the Software.
|
|
1501
1427
|
|
|
1502
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1428
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1429
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1430
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1431
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1432
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1433
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1434
|
+
THE SOFTWARE.
|
|
1503
1435
|
|
|
1504
1436
|
````
|
|
1505
1437
|
|
|
@@ -1509,15 +1441,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1509
1441
|
|
|
1510
1442
|
### Rust Crates:
|
|
1511
1443
|
|
|
1512
|
-
- [
|
|
1513
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1514
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1515
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1516
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1517
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1444
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
1518
1445
|
|
|
1519
1446
|
````text
|
|
1520
|
-
Copyright (c)
|
|
1447
|
+
Copyright (c) 2016 Anthony Ramine
|
|
1521
1448
|
|
|
1522
1449
|
Permission is hereby granted, free of charge, to any
|
|
1523
1450
|
person obtaining a copy of this software and associated
|
|
@@ -1551,13 +1478,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1551
1478
|
|
|
1552
1479
|
### Rust Crates:
|
|
1553
1480
|
|
|
1554
|
-
- [
|
|
1481
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
1555
1482
|
|
|
1556
1483
|
````text
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
Copyright (c) 2015-2020 Julien Cretin
|
|
1560
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
1484
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
1561
1485
|
|
|
1562
1486
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1563
1487
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1566,16 +1490,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1566
1490
|
copies of the Software, and to permit persons to whom the Software is
|
|
1567
1491
|
furnished to do so, subject to the following conditions:
|
|
1568
1492
|
|
|
1569
|
-
The above copyright notice and this permission notice shall be included in
|
|
1570
|
-
copies or substantial portions of the Software.
|
|
1493
|
+
The above copyright notice and this permission notice shall be included in
|
|
1494
|
+
all copies or substantial portions of the Software.
|
|
1571
1495
|
|
|
1572
1496
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1573
1497
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1574
1498
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1575
1499
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1576
1500
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1577
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1578
|
-
SOFTWARE.
|
|
1501
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1502
|
+
THE SOFTWARE.
|
|
1503
|
+
|
|
1579
1504
|
|
|
1580
1505
|
````
|
|
1581
1506
|
|
|
@@ -1585,11 +1510,17 @@ SOFTWARE.
|
|
|
1585
1510
|
|
|
1586
1511
|
### Rust Crates:
|
|
1587
1512
|
|
|
1588
|
-
- [
|
|
1513
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
1589
1514
|
|
|
1590
1515
|
````text
|
|
1591
|
-
Copyright (c)
|
|
1592
|
-
|
|
1516
|
+
Copyright (c) 2016 The humantime Developers
|
|
1517
|
+
|
|
1518
|
+
Includes parts of http date with the following copyright:
|
|
1519
|
+
Copyright (c) 2016 Pyfisch
|
|
1520
|
+
|
|
1521
|
+
Includes portions of musl libc with the following copyright:
|
|
1522
|
+
Copyright © 2005-2013 Rich Felker
|
|
1523
|
+
|
|
1593
1524
|
|
|
1594
1525
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1595
1526
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1617,12 +1548,14 @@ SOFTWARE.
|
|
|
1617
1548
|
|
|
1618
1549
|
### Rust Crates:
|
|
1619
1550
|
|
|
1620
|
-
- [
|
|
1551
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1552
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1553
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1621
1554
|
|
|
1622
1555
|
````text
|
|
1623
1556
|
MIT License
|
|
1624
1557
|
|
|
1625
|
-
Copyright (c)
|
|
1558
|
+
Copyright (c) 2017 Ted Driggs
|
|
1626
1559
|
|
|
1627
1560
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1628
1561
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1650,31 +1583,34 @@ SOFTWARE.
|
|
|
1650
1583
|
|
|
1651
1584
|
### Rust Crates:
|
|
1652
1585
|
|
|
1653
|
-
- [
|
|
1654
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
1586
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
1655
1587
|
|
|
1656
1588
|
````text
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
Copyright (c) 2019 Graham Esau
|
|
1589
|
+
Copyright Mozilla Foundation
|
|
1660
1590
|
|
|
1661
|
-
Permission is hereby granted, free of charge, to any
|
|
1662
|
-
of this software and associated
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1591
|
+
Permission is hereby granted, free of charge, to any
|
|
1592
|
+
person obtaining a copy of this software and associated
|
|
1593
|
+
documentation files (the "Software"), to deal in the
|
|
1594
|
+
Software without restriction, including without
|
|
1595
|
+
limitation the rights to use, copy, modify, merge,
|
|
1596
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1597
|
+
the Software, and to permit persons to whom the Software
|
|
1598
|
+
is furnished to do so, subject to the following
|
|
1599
|
+
conditions:
|
|
1667
1600
|
|
|
1668
|
-
The above copyright notice and this permission notice
|
|
1669
|
-
copies or substantial portions
|
|
1601
|
+
The above copyright notice and this permission notice
|
|
1602
|
+
shall be included in all copies or substantial portions
|
|
1603
|
+
of the Software.
|
|
1670
1604
|
|
|
1671
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1672
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1605
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1606
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1607
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1608
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1609
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1610
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1611
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1612
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1613
|
+
DEALINGS IN THE SOFTWARE.
|
|
1678
1614
|
|
|
1679
1615
|
````
|
|
1680
1616
|
|
|
@@ -1717,69 +1653,29 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1717
1653
|
|
|
1718
1654
|
### Rust Crates:
|
|
1719
1655
|
|
|
1720
|
-
- [
|
|
1656
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
1721
1657
|
|
|
1722
1658
|
````text
|
|
1723
|
-
Copyright (c) 2017
|
|
1659
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1660
|
+
Copyright (c) 2016 Jason Housley
|
|
1724
1661
|
|
|
1725
|
-
Permission is hereby granted, free of charge, to any
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
the Software, and to permit persons to whom the Software
|
|
1732
|
-
is furnished to do so, subject to the following
|
|
1733
|
-
conditions:
|
|
1662
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1663
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1664
|
+
in the Software without restriction, including without limitation the rights
|
|
1665
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1666
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1667
|
+
furnished to do so, subject to the following conditions:
|
|
1734
1668
|
|
|
1735
|
-
The above copyright notice and this permission notice
|
|
1736
|
-
|
|
1737
|
-
of the Software.
|
|
1738
|
-
|
|
1739
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1740
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1741
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1742
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1743
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1744
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1745
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1746
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1747
|
-
DEALINGS IN THE SOFTWARE.
|
|
1748
|
-
|
|
1749
|
-
````
|
|
1750
|
-
|
|
1751
|
-
---
|
|
1752
|
-
|
|
1753
|
-
## The following dependencies are licensed under the MIT License:
|
|
1754
|
-
|
|
1755
|
-
### Rust Crates:
|
|
1756
|
-
|
|
1757
|
-
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
1758
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1759
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1760
|
-
|
|
1761
|
-
````text
|
|
1762
|
-
MIT License
|
|
1763
|
-
|
|
1764
|
-
Copyright (c) Tokio Contributors
|
|
1765
|
-
|
|
1766
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1767
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1768
|
-
in the Software without restriction, including without limitation the rights
|
|
1769
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1770
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1771
|
-
furnished to do so, subject to the following conditions:
|
|
1772
|
-
|
|
1773
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1774
|
-
copies or substantial portions of the Software.
|
|
1669
|
+
The above copyright notice and this permission notice shall be included in
|
|
1670
|
+
all copies or substantial portions of the Software.
|
|
1775
1671
|
|
|
1776
1672
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1777
1673
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1778
1674
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1779
1675
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1780
1676
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1781
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1782
|
-
SOFTWARE.
|
|
1677
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1678
|
+
THE SOFTWARE.
|
|
1783
1679
|
|
|
1784
1680
|
````
|
|
1785
1681
|
|
|
@@ -1789,12 +1685,12 @@ SOFTWARE.
|
|
|
1789
1685
|
|
|
1790
1686
|
### Rust Crates:
|
|
1791
1687
|
|
|
1792
|
-
- [
|
|
1688
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
1793
1689
|
|
|
1794
1690
|
````text
|
|
1795
1691
|
MIT License
|
|
1796
1692
|
|
|
1797
|
-
Copyright (c)
|
|
1693
|
+
Copyright (c) 2025 Callum Oakley
|
|
1798
1694
|
|
|
1799
1695
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1800
1696
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1820,31 +1716,36 @@ SOFTWARE.
|
|
|
1820
1716
|
|
|
1821
1717
|
## The following dependencies are licensed under the MIT License:
|
|
1822
1718
|
|
|
1823
|
-
###
|
|
1719
|
+
### Rust Crates:
|
|
1824
1720
|
|
|
1825
|
-
- [
|
|
1721
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
1826
1722
|
|
|
1827
1723
|
````text
|
|
1828
|
-
|
|
1829
|
-
pngjs derived work Copyright (c) 2012 Kuba Niegowski
|
|
1724
|
+
Copyright (c) 2016--2023
|
|
1830
1725
|
|
|
1831
|
-
Permission is hereby granted, free of charge, to any
|
|
1832
|
-
of this software and associated
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1726
|
+
Permission is hereby granted, free of charge, to any
|
|
1727
|
+
person obtaining a copy of this software and associated
|
|
1728
|
+
documentation files (the "Software"), to deal in the
|
|
1729
|
+
Software without restriction, including without
|
|
1730
|
+
limitation the rights to use, copy, modify, merge,
|
|
1731
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1732
|
+
the Software, and to permit persons to whom the Software
|
|
1733
|
+
is furnished to do so, subject to the following
|
|
1734
|
+
conditions:
|
|
1837
1735
|
|
|
1838
|
-
The above copyright notice and this permission notice
|
|
1839
|
-
all copies or substantial portions
|
|
1736
|
+
The above copyright notice and this permission notice
|
|
1737
|
+
shall be included in all copies or substantial portions
|
|
1738
|
+
of the Software.
|
|
1840
1739
|
|
|
1841
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1842
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1740
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1741
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1742
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1743
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1744
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1745
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1746
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1747
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1748
|
+
DEALINGS IN THE SOFTWARE.
|
|
1848
1749
|
|
|
1849
1750
|
````
|
|
1850
1751
|
|
|
@@ -1854,28 +1755,34 @@ THE SOFTWARE.
|
|
|
1854
1755
|
|
|
1855
1756
|
### Rust Crates:
|
|
1856
1757
|
|
|
1857
|
-
- [
|
|
1758
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
1858
1759
|
|
|
1859
1760
|
````text
|
|
1860
|
-
Copyright (c)
|
|
1761
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
1861
1762
|
|
|
1862
|
-
Permission is hereby granted, free of charge, to any
|
|
1863
|
-
of this software and associated
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1763
|
+
Permission is hereby granted, free of charge, to any
|
|
1764
|
+
person obtaining a copy of this software and associated
|
|
1765
|
+
documentation files (the "Software"), to deal in the
|
|
1766
|
+
Software without restriction, including without
|
|
1767
|
+
limitation the rights to use, copy, modify, merge,
|
|
1768
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1769
|
+
the Software, and to permit persons to whom the Software
|
|
1770
|
+
is furnished to do so, subject to the following
|
|
1771
|
+
conditions:
|
|
1868
1772
|
|
|
1869
|
-
The above copyright notice and this permission notice
|
|
1870
|
-
all copies or substantial portions
|
|
1773
|
+
The above copyright notice and this permission notice
|
|
1774
|
+
shall be included in all copies or substantial portions
|
|
1775
|
+
of the Software.
|
|
1871
1776
|
|
|
1872
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1873
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1777
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1778
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1779
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1780
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1781
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1782
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1783
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1784
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1785
|
+
DEALINGS IN THE SOFTWARE.
|
|
1879
1786
|
|
|
1880
1787
|
````
|
|
1881
1788
|
|
|
@@ -1885,10 +1792,10 @@ THE SOFTWARE.
|
|
|
1885
1792
|
|
|
1886
1793
|
### Rust Crates:
|
|
1887
1794
|
|
|
1888
|
-
- [
|
|
1795
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
1889
1796
|
|
|
1890
1797
|
````text
|
|
1891
|
-
Copyright (c)
|
|
1798
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
1892
1799
|
|
|
1893
1800
|
Permission is hereby granted, free of charge, to any
|
|
1894
1801
|
person obtaining a copy of this software and associated
|
|
@@ -1922,10 +1829,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1922
1829
|
|
|
1923
1830
|
### Rust Crates:
|
|
1924
1831
|
|
|
1925
|
-
- [
|
|
1832
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
1833
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1834
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1835
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1926
1836
|
|
|
1927
1837
|
````text
|
|
1928
|
-
Copyright (c)
|
|
1838
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
1929
1839
|
|
|
1930
1840
|
Permission is hereby granted, free of charge, to any
|
|
1931
1841
|
person obtaining a copy of this software and associated
|
|
@@ -1959,12 +1869,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1959
1869
|
|
|
1960
1870
|
### NPM Packages:
|
|
1961
1871
|
|
|
1962
|
-
- [
|
|
1872
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
1963
1873
|
|
|
1964
1874
|
````text
|
|
1965
1875
|
MIT License
|
|
1966
1876
|
|
|
1967
|
-
Copyright (c)
|
|
1877
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
1968
1878
|
|
|
1969
1879
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1970
1880
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1984,8 +1894,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1984
1894
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1985
1895
|
SOFTWARE.
|
|
1986
1896
|
|
|
1987
|
-
[others]: https://github.com/json5/json5/contributors
|
|
1988
|
-
|
|
1989
1897
|
````
|
|
1990
1898
|
|
|
1991
1899
|
---
|
|
@@ -1994,30 +1902,34 @@ SOFTWARE.
|
|
|
1994
1902
|
|
|
1995
1903
|
### Rust Crates:
|
|
1996
1904
|
|
|
1997
|
-
- [
|
|
1905
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
1998
1906
|
|
|
1999
1907
|
````text
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
Copyright (c) 2014 Paho Lurie-Gregg
|
|
1908
|
+
Copyright (c) 2018 Carl Lerche
|
|
2003
1909
|
|
|
2004
|
-
Permission is hereby granted, free of charge, to any
|
|
2005
|
-
of this software and associated
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
1910
|
+
Permission is hereby granted, free of charge, to any
|
|
1911
|
+
person obtaining a copy of this software and associated
|
|
1912
|
+
documentation files (the "Software"), to deal in the
|
|
1913
|
+
Software without restriction, including without
|
|
1914
|
+
limitation the rights to use, copy, modify, merge,
|
|
1915
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1916
|
+
the Software, and to permit persons to whom the Software
|
|
1917
|
+
is furnished to do so, subject to the following
|
|
1918
|
+
conditions:
|
|
2010
1919
|
|
|
2011
|
-
The above copyright notice and this permission notice
|
|
2012
|
-
copies or substantial portions
|
|
1920
|
+
The above copyright notice and this permission notice
|
|
1921
|
+
shall be included in all copies or substantial portions
|
|
1922
|
+
of the Software.
|
|
2013
1923
|
|
|
2014
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2015
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
1924
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1925
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1926
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1927
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1928
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1929
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1930
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1931
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1932
|
+
DEALINGS IN THE SOFTWARE.
|
|
2021
1933
|
|
|
2022
1934
|
````
|
|
2023
1935
|
|
|
@@ -2027,12 +1939,10 @@ SOFTWARE.
|
|
|
2027
1939
|
|
|
2028
1940
|
### Rust Crates:
|
|
2029
1941
|
|
|
2030
|
-
- [
|
|
2031
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
2032
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1942
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
2033
1943
|
|
|
2034
1944
|
````text
|
|
2035
|
-
Copyright (c)
|
|
1945
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
2036
1946
|
|
|
2037
1947
|
Permission is hereby granted, free of charge, to any
|
|
2038
1948
|
person obtaining a copy of this software and associated
|
|
@@ -2066,10 +1976,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2066
1976
|
|
|
2067
1977
|
### Rust Crates:
|
|
2068
1978
|
|
|
2069
|
-
- [
|
|
1979
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
2070
1980
|
|
|
2071
1981
|
````text
|
|
2072
|
-
Copyright (c)
|
|
1982
|
+
Copyright (c) 2019 Carl Lerche
|
|
2073
1983
|
|
|
2074
1984
|
Permission is hereby granted, free of charge, to any
|
|
2075
1985
|
person obtaining a copy of this software and associated
|
|
@@ -2103,10 +2013,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2103
2013
|
|
|
2104
2014
|
### Rust Crates:
|
|
2105
2015
|
|
|
2106
|
-
- [
|
|
2016
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2017
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2018
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2019
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2020
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2021
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2022
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2023
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2024
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2107
2025
|
|
|
2108
2026
|
````text
|
|
2109
|
-
Copyright (c)
|
|
2027
|
+
Copyright (c) 2016 Alex Crichton
|
|
2028
|
+
Copyright (c) 2017 The Tokio Authors
|
|
2110
2029
|
|
|
2111
2030
|
Permission is hereby granted, free of charge, to any
|
|
2112
2031
|
person obtaining a copy of this software and associated
|
|
@@ -2172,12 +2091,10 @@ THE SOFTWARE.
|
|
|
2172
2091
|
|
|
2173
2092
|
### Rust Crates:
|
|
2174
2093
|
|
|
2175
|
-
- [
|
|
2176
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
2177
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
2094
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
2178
2095
|
|
|
2179
2096
|
````text
|
|
2180
|
-
Copyright
|
|
2097
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
2181
2098
|
|
|
2182
2099
|
Permission is hereby granted, free of charge, to any
|
|
2183
2100
|
person obtaining a copy of this software and associated
|
|
@@ -2211,15 +2128,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2211
2128
|
|
|
2212
2129
|
### Rust Crates:
|
|
2213
2130
|
|
|
2214
|
-
- [
|
|
2131
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
2132
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2133
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2215
2134
|
|
|
2216
2135
|
````text
|
|
2217
2136
|
MIT License
|
|
2218
2137
|
|
|
2219
|
-
Copyright
|
|
2220
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2221
|
-
Copyright (c) 2017 Frommi
|
|
2222
|
-
Copyright (c) 2017-2024 oyvindln
|
|
2138
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
2223
2139
|
|
|
2224
2140
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2225
2141
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2247,12 +2163,14 @@ SOFTWARE.
|
|
|
2247
2163
|
|
|
2248
2164
|
### Rust Crates:
|
|
2249
2165
|
|
|
2250
|
-
- [
|
|
2166
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
2251
2167
|
|
|
2252
2168
|
````text
|
|
2253
2169
|
The MIT License (MIT)
|
|
2254
2170
|
|
|
2255
|
-
Copyright (c)
|
|
2171
|
+
Copyright (c) 2015 Danny Guo
|
|
2172
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2173
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
2256
2174
|
|
|
2257
2175
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2258
2176
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2272,8 +2190,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2272
2190
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2273
2191
|
SOFTWARE.
|
|
2274
2192
|
|
|
2275
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2276
|
-
licences; see files named LICENSE.*.txt for details.
|
|
2277
2193
|
````
|
|
2278
2194
|
|
|
2279
2195
|
---
|
|
@@ -2282,61 +2198,35 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
2282
2198
|
|
|
2283
2199
|
### Rust Crates:
|
|
2284
2200
|
|
|
2285
|
-
- [
|
|
2201
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
2286
2202
|
|
|
2287
2203
|
````text
|
|
2288
|
-
The
|
|
2289
|
-
|
|
2290
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
2291
|
-
|
|
2292
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2293
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2294
|
-
in the Software without restriction, including without limitation the rights
|
|
2295
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2296
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2297
|
-
furnished to do so, subject to the following conditions:
|
|
2298
|
-
|
|
2299
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2300
|
-
copies or substantial portions of the Software.
|
|
2301
|
-
|
|
2302
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2303
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2304
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2305
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2306
|
-
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 THE
|
|
2308
|
-
SOFTWARE.
|
|
2309
|
-
````
|
|
2310
|
-
|
|
2311
|
-
---
|
|
2312
|
-
|
|
2313
|
-
## The following dependencies are licensed under the MIT License:
|
|
2314
|
-
|
|
2315
|
-
### Rust Crates:
|
|
2316
|
-
|
|
2317
|
-
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
2318
|
-
|
|
2319
|
-
````text
|
|
2320
|
-
Copyright (c) 2015-2025 Sean McArthur
|
|
2321
|
-
|
|
2322
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2323
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2324
|
-
in the Software without restriction, including without limitation the rights
|
|
2325
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2326
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2327
|
-
furnished to do so, subject to the following conditions:
|
|
2204
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
2205
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2328
2206
|
|
|
2329
|
-
|
|
2330
|
-
|
|
2207
|
+
Permission is hereby granted, free of charge, to any
|
|
2208
|
+
person obtaining a copy of this software and associated
|
|
2209
|
+
documentation files (the "Software"), to deal in the
|
|
2210
|
+
Software without restriction, including without
|
|
2211
|
+
limitation the rights to use, copy, modify, merge,
|
|
2212
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2213
|
+
the Software, and to permit persons to whom the Software
|
|
2214
|
+
is furnished to do so, subject to the following
|
|
2215
|
+
conditions:
|
|
2331
2216
|
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2336
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2337
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2338
|
-
THE SOFTWARE.
|
|
2217
|
+
The above copyright notice and this permission notice
|
|
2218
|
+
shall be included in all copies or substantial portions
|
|
2219
|
+
of the Software.
|
|
2339
2220
|
|
|
2221
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2222
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2223
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2224
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2225
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2226
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2227
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2228
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2229
|
+
DEALINGS IN THE SOFTWARE.
|
|
2340
2230
|
|
|
2341
2231
|
````
|
|
2342
2232
|
|
|
@@ -2346,10 +2236,15 @@ THE SOFTWARE.
|
|
|
2346
2236
|
|
|
2347
2237
|
### Rust Crates:
|
|
2348
2238
|
|
|
2349
|
-
- [
|
|
2239
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
2240
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2241
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2242
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2350
2243
|
|
|
2351
2244
|
````text
|
|
2352
|
-
|
|
2245
|
+
The MIT License (MIT)
|
|
2246
|
+
|
|
2247
|
+
Copyright (c) 2015 Andrew Gallant
|
|
2353
2248
|
|
|
2354
2249
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2355
2250
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2377,49 +2272,34 @@ THE SOFTWARE.
|
|
|
2377
2272
|
|
|
2378
2273
|
### Rust Crates:
|
|
2379
2274
|
|
|
2380
|
-
- [
|
|
2381
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2382
|
-
|
|
2383
|
-
````text
|
|
2384
|
-
The MIT License (MIT)
|
|
2385
|
-
|
|
2386
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
2387
|
-
|
|
2388
|
-
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:
|
|
2389
|
-
|
|
2390
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2391
|
-
|
|
2392
|
-
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.
|
|
2393
|
-
|
|
2394
|
-
````
|
|
2395
|
-
|
|
2396
|
-
---
|
|
2397
|
-
|
|
2398
|
-
## The following dependencies are licensed under the MIT License:
|
|
2399
|
-
|
|
2400
|
-
### NPM Packages:
|
|
2401
|
-
|
|
2402
|
-
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
2275
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
2403
2276
|
|
|
2404
2277
|
````text
|
|
2405
|
-
|
|
2278
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
2406
2279
|
|
|
2407
|
-
Permission is hereby granted, free of charge, to any
|
|
2408
|
-
|
|
2409
|
-
the Software
|
|
2410
|
-
|
|
2411
|
-
the
|
|
2412
|
-
|
|
2280
|
+
Permission is hereby granted, free of charge, to any
|
|
2281
|
+
person obtaining a copy of this software and associated
|
|
2282
|
+
documentation files (the "Software"), to deal in the
|
|
2283
|
+
Software without restriction, including without
|
|
2284
|
+
limitation the rights to use, copy, modify, merge,
|
|
2285
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2286
|
+
the Software, and to permit persons to whom the Software
|
|
2287
|
+
is furnished to do so, subject to the following
|
|
2288
|
+
conditions:
|
|
2413
2289
|
|
|
2414
|
-
The above copyright notice and this permission notice
|
|
2415
|
-
copies or substantial portions
|
|
2290
|
+
The above copyright notice and this permission notice
|
|
2291
|
+
shall be included in all copies or substantial portions
|
|
2292
|
+
of the Software.
|
|
2416
2293
|
|
|
2417
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2418
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2294
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2295
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2296
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2297
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2298
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2299
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2300
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2301
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2302
|
+
DEALINGS IN THE SOFTWARE.
|
|
2423
2303
|
|
|
2424
2304
|
````
|
|
2425
2305
|
|
|
@@ -2429,31 +2309,34 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2429
2309
|
|
|
2430
2310
|
### Rust Crates:
|
|
2431
2311
|
|
|
2432
|
-
- [
|
|
2312
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
2433
2313
|
|
|
2434
2314
|
````text
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
2438
|
-
Copyright (c) Tokio Contributors
|
|
2315
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
2439
2316
|
|
|
2440
|
-
Permission is hereby granted, free of charge, to any
|
|
2441
|
-
of this software and associated
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2317
|
+
Permission is hereby granted, free of charge, to any
|
|
2318
|
+
person obtaining a copy of this software and associated
|
|
2319
|
+
documentation files (the "Software"), to deal in the
|
|
2320
|
+
Software without restriction, including without
|
|
2321
|
+
limitation the rights to use, copy, modify, merge,
|
|
2322
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2323
|
+
the Software, and to permit persons to whom the Software
|
|
2324
|
+
is furnished to do so, subject to the following
|
|
2325
|
+
conditions:
|
|
2446
2326
|
|
|
2447
|
-
The above copyright notice and this permission notice
|
|
2448
|
-
copies or substantial portions
|
|
2327
|
+
The above copyright notice and this permission notice
|
|
2328
|
+
shall be included in all copies or substantial portions
|
|
2329
|
+
of the Software.
|
|
2449
2330
|
|
|
2450
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2451
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2331
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2332
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2333
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2334
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2335
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2336
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2337
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2338
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2339
|
+
DEALINGS IN THE SOFTWARE.
|
|
2457
2340
|
|
|
2458
2341
|
````
|
|
2459
2342
|
|
|
@@ -2463,10 +2346,13 @@ SOFTWARE.
|
|
|
2463
2346
|
|
|
2464
2347
|
### Rust Crates:
|
|
2465
2348
|
|
|
2466
|
-
- [
|
|
2349
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
2350
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
2467
2351
|
|
|
2468
2352
|
````text
|
|
2469
|
-
Copyright (c)
|
|
2353
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
2354
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2355
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
2470
2356
|
|
|
2471
2357
|
Permission is hereby granted, free of charge, to any
|
|
2472
2358
|
person obtaining a copy of this software and associated
|
|
@@ -2500,11 +2386,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2500
2386
|
|
|
2501
2387
|
### Rust Crates:
|
|
2502
2388
|
|
|
2503
|
-
- [
|
|
2504
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
2389
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
2505
2390
|
|
|
2506
2391
|
````text
|
|
2507
|
-
Copyright (c)
|
|
2392
|
+
Copyright (c) 2017 Contributors
|
|
2508
2393
|
|
|
2509
2394
|
Permission is hereby granted, free of charge, to any
|
|
2510
2395
|
person obtaining a copy of this software and associated
|
|
@@ -2538,10 +2423,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2538
2423
|
|
|
2539
2424
|
### Rust Crates:
|
|
2540
2425
|
|
|
2541
|
-
- [
|
|
2426
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
2542
2427
|
|
|
2543
2428
|
````text
|
|
2544
|
-
Copyright (c)
|
|
2429
|
+
Copyright (c) 2017 Carl Lerche
|
|
2430
|
+
Copyright (c) 2018 Bastian Köcher
|
|
2431
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2545
2432
|
|
|
2546
2433
|
Permission is hereby granted, free of charge, to any
|
|
2547
2434
|
person obtaining a copy of this software and associated
|
|
@@ -2575,16 +2462,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2575
2462
|
|
|
2576
2463
|
### Rust Crates:
|
|
2577
2464
|
|
|
2578
|
-
- [
|
|
2579
|
-
- [
|
|
2580
|
-
- [
|
|
2581
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
2582
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2583
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2465
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
2466
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
2467
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
2584
2468
|
|
|
2585
2469
|
````text
|
|
2586
|
-
Copyright
|
|
2587
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2470
|
+
Copyright (c) 2019 Tower Contributors
|
|
2588
2471
|
|
|
2589
2472
|
Permission is hereby granted, free of charge, to any
|
|
2590
2473
|
person obtaining a copy of this software and associated
|
|
@@ -2616,47 +2499,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2616
2499
|
|
|
2617
2500
|
## The following dependencies are licensed under the MIT License:
|
|
2618
2501
|
|
|
2619
|
-
### NPM Packages:
|
|
2620
|
-
|
|
2621
|
-
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2622
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2623
|
-
|
|
2624
|
-
````text
|
|
2625
|
-
MIT License
|
|
2626
|
-
|
|
2627
|
-
Copyright (c) Microsoft Corporation.
|
|
2628
|
-
|
|
2629
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2630
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2631
|
-
in the Software without restriction, including without limitation the rights
|
|
2632
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2633
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2634
|
-
furnished to do so, subject to the following conditions:
|
|
2635
|
-
|
|
2636
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2637
|
-
copies or substantial portions of the Software.
|
|
2638
|
-
|
|
2639
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2640
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2641
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2642
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2643
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2644
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2645
|
-
SOFTWARE
|
|
2646
|
-
|
|
2647
|
-
````
|
|
2648
|
-
|
|
2649
|
-
---
|
|
2650
|
-
|
|
2651
|
-
## The following dependencies are licensed under the MIT License:
|
|
2652
|
-
|
|
2653
2502
|
### Rust Crates:
|
|
2654
2503
|
|
|
2655
|
-
- [
|
|
2504
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
2656
2505
|
|
|
2657
2506
|
````text
|
|
2658
|
-
|
|
2659
|
-
|
|
2507
|
+
The MIT License (MIT)
|
|
2508
|
+
|
|
2509
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
2660
2510
|
|
|
2661
2511
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2662
2512
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2665,16 +2515,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2665
2515
|
copies of the Software, and to permit persons to whom the Software is
|
|
2666
2516
|
furnished to do so, subject to the following conditions:
|
|
2667
2517
|
|
|
2668
|
-
The above copyright notice and this permission notice shall be included in
|
|
2669
|
-
|
|
2518
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2519
|
+
copies or substantial portions of the Software.
|
|
2670
2520
|
|
|
2671
2521
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2672
2522
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2673
2523
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2674
2524
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2675
2525
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2676
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2677
|
-
|
|
2526
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2527
|
+
SOFTWARE.
|
|
2678
2528
|
|
|
2679
2529
|
````
|
|
2680
2530
|
|
|
@@ -2682,14 +2532,14 @@ THE SOFTWARE.
|
|
|
2682
2532
|
|
|
2683
2533
|
## The following dependencies are licensed under the MIT License:
|
|
2684
2534
|
|
|
2685
|
-
###
|
|
2535
|
+
### Rust Crates:
|
|
2686
2536
|
|
|
2687
|
-
- [
|
|
2537
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
2688
2538
|
|
|
2689
2539
|
````text
|
|
2690
2540
|
The MIT License (MIT)
|
|
2691
2541
|
|
|
2692
|
-
Copyright (c)
|
|
2542
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
2693
2543
|
|
|
2694
2544
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2695
2545
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2698,17 +2548,19 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2698
2548
|
copies of the Software, and to permit persons to whom the Software is
|
|
2699
2549
|
furnished to do so, subject to the following conditions:
|
|
2700
2550
|
|
|
2701
|
-
The above copyright notice and this permission notice shall be included in
|
|
2702
|
-
|
|
2551
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2552
|
+
copies or substantial portions of the Software.
|
|
2703
2553
|
|
|
2704
2554
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2705
2555
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2706
2556
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2707
2557
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2708
2558
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2709
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2710
|
-
|
|
2711
|
-
|
|
2559
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2560
|
+
SOFTWARE.
|
|
2561
|
+
|
|
2562
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2563
|
+
licences; see files named LICENSE.*.txt for details.
|
|
2712
2564
|
````
|
|
2713
2565
|
|
|
2714
2566
|
---
|
|
@@ -2717,29 +2569,35 @@ THE SOFTWARE.
|
|
|
2717
2569
|
|
|
2718
2570
|
### Rust Crates:
|
|
2719
2571
|
|
|
2720
|
-
- [
|
|
2572
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
2721
2573
|
|
|
2722
2574
|
````text
|
|
2723
|
-
Copyright (c)
|
|
2724
|
-
|
|
2725
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2726
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2727
|
-
in the Software without restriction, including without limitation the rights
|
|
2728
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2729
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2730
|
-
furnished to do so, subject to the following conditions:
|
|
2575
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2576
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2731
2577
|
|
|
2732
|
-
|
|
2733
|
-
|
|
2578
|
+
Permission is hereby granted, free of charge, to any
|
|
2579
|
+
person obtaining a copy of this software and associated
|
|
2580
|
+
documentation files (the "Software"), to deal in the
|
|
2581
|
+
Software without restriction, including without
|
|
2582
|
+
limitation the rights to use, copy, modify, merge,
|
|
2583
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2584
|
+
the Software, and to permit persons to whom the Software
|
|
2585
|
+
is furnished to do so, subject to the following
|
|
2586
|
+
conditions:
|
|
2734
2587
|
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2739
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2740
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2741
|
-
THE SOFTWARE.
|
|
2588
|
+
The above copyright notice and this permission notice
|
|
2589
|
+
shall be included in all copies or substantial portions
|
|
2590
|
+
of the Software.
|
|
2742
2591
|
|
|
2592
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2593
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2594
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2595
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2596
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2597
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2598
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2599
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2600
|
+
DEALINGS IN THE SOFTWARE.
|
|
2743
2601
|
|
|
2744
2602
|
````
|
|
2745
2603
|
|
|
@@ -2749,30 +2607,34 @@ THE SOFTWARE.
|
|
|
2749
2607
|
|
|
2750
2608
|
### Rust Crates:
|
|
2751
2609
|
|
|
2752
|
-
- [
|
|
2610
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
2753
2611
|
|
|
2754
2612
|
````text
|
|
2755
|
-
The
|
|
2756
|
-
|
|
2757
|
-
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
2613
|
+
Copyright (c) The Rust Project Developers
|
|
2758
2614
|
|
|
2759
|
-
Permission is hereby granted, free of charge, to any
|
|
2760
|
-
of this software and associated
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2615
|
+
Permission is hereby granted, free of charge, to any
|
|
2616
|
+
person obtaining a copy of this software and associated
|
|
2617
|
+
documentation files (the "Software"), to deal in the
|
|
2618
|
+
Software without restriction, including without
|
|
2619
|
+
limitation the rights to use, copy, modify, merge,
|
|
2620
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2621
|
+
the Software, and to permit persons to whom the Software
|
|
2622
|
+
is furnished to do so, subject to the following
|
|
2623
|
+
conditions:
|
|
2765
2624
|
|
|
2766
|
-
The above copyright notice and this permission notice
|
|
2767
|
-
all copies or substantial portions
|
|
2625
|
+
The above copyright notice and this permission notice
|
|
2626
|
+
shall be included in all copies or substantial portions
|
|
2627
|
+
of the Software.
|
|
2768
2628
|
|
|
2769
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2770
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2629
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2630
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2631
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2632
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2633
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2634
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2635
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2636
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2637
|
+
DEALINGS IN THE SOFTWARE.
|
|
2776
2638
|
|
|
2777
2639
|
````
|
|
2778
2640
|
|
|
@@ -2782,10 +2644,13 @@ THE SOFTWARE.
|
|
|
2782
2644
|
|
|
2783
2645
|
### Rust Crates:
|
|
2784
2646
|
|
|
2785
|
-
- [
|
|
2647
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
2648
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
2786
2649
|
|
|
2787
2650
|
````text
|
|
2788
|
-
|
|
2651
|
+
MIT License
|
|
2652
|
+
|
|
2653
|
+
Copyright (c) 2019 Graham Esau
|
|
2789
2654
|
|
|
2790
2655
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2791
2656
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2813,19 +2678,10 @@ SOFTWARE.
|
|
|
2813
2678
|
|
|
2814
2679
|
### Rust Crates:
|
|
2815
2680
|
|
|
2816
|
-
- [
|
|
2817
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2818
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2819
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2820
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2821
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2822
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2823
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2824
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2681
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
2825
2682
|
|
|
2826
2683
|
````text
|
|
2827
|
-
Copyright (c)
|
|
2828
|
-
Copyright (c) 2017 The Tokio Authors
|
|
2684
|
+
Copyright (c) The rust-url developers
|
|
2829
2685
|
|
|
2830
2686
|
Permission is hereby granted, free of charge, to any
|
|
2831
2687
|
person obtaining a copy of this software and associated
|
|
@@ -2859,34 +2715,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2859
2715
|
|
|
2860
2716
|
### Rust Crates:
|
|
2861
2717
|
|
|
2862
|
-
- [
|
|
2718
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
2863
2719
|
|
|
2864
2720
|
````text
|
|
2865
|
-
Copyright (c)
|
|
2721
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
2722
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
2866
2723
|
|
|
2867
|
-
Permission is hereby granted, free of charge, to any
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
the Software, and to permit persons to whom the Software
|
|
2874
|
-
is furnished to do so, subject to the following
|
|
2875
|
-
conditions:
|
|
2724
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2725
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2726
|
+
in the Software without restriction, including without limitation the rights
|
|
2727
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2728
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2729
|
+
furnished to do so, subject to the following conditions:
|
|
2876
2730
|
|
|
2877
|
-
The above copyright notice and this permission notice
|
|
2878
|
-
|
|
2879
|
-
of the Software.
|
|
2731
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2732
|
+
copies or substantial portions of the Software.
|
|
2880
2733
|
|
|
2881
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2889
|
-
DEALINGS IN THE SOFTWARE.
|
|
2734
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2735
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2736
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2737
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2738
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2739
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2740
|
+
SOFTWARE.
|
|
2890
2741
|
|
|
2891
2742
|
````
|
|
2892
2743
|
|
|
@@ -2896,11 +2747,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2896
2747
|
|
|
2897
2748
|
### Rust Crates:
|
|
2898
2749
|
|
|
2899
|
-
- [
|
|
2750
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
2900
2751
|
|
|
2901
2752
|
````text
|
|
2902
|
-
Copyright (c)
|
|
2903
|
-
Copyright (c) 2016 Alex Crichton
|
|
2753
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
2904
2754
|
|
|
2905
2755
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2906
2756
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2920,44 +2770,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2920
2770
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2921
2771
|
THE SOFTWARE.
|
|
2922
2772
|
|
|
2923
|
-
|
|
2924
|
-
````
|
|
2925
|
-
|
|
2926
|
-
---
|
|
2927
|
-
|
|
2928
|
-
## The following dependencies are licensed under the MIT License:
|
|
2929
|
-
|
|
2930
|
-
### Rust Crates:
|
|
2931
|
-
|
|
2932
|
-
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
2933
|
-
|
|
2934
|
-
````text
|
|
2935
|
-
Copyright (c) 2021 RustCrypto Developers
|
|
2936
|
-
|
|
2937
|
-
Permission is hereby granted, free of charge, to any
|
|
2938
|
-
person obtaining a copy of this software and associated
|
|
2939
|
-
documentation files (the "Software"), to deal in the
|
|
2940
|
-
Software without restriction, including without
|
|
2941
|
-
limitation the rights to use, copy, modify, merge,
|
|
2942
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2943
|
-
the Software, and to permit persons to whom the Software
|
|
2944
|
-
is furnished to do so, subject to the following
|
|
2945
|
-
conditions:
|
|
2946
|
-
|
|
2947
|
-
The above copyright notice and this permission notice
|
|
2948
|
-
shall be included in all copies or substantial portions
|
|
2949
|
-
of the Software.
|
|
2950
|
-
|
|
2951
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2952
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2953
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2954
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2955
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2956
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2957
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2958
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2959
|
-
DEALINGS IN THE SOFTWARE.
|
|
2960
|
-
|
|
2961
2773
|
````
|
|
2962
2774
|
|
|
2963
2775
|
---
|
|
@@ -3001,12 +2813,12 @@ THE SOFTWARE.
|
|
|
3001
2813
|
|
|
3002
2814
|
### Rust Crates:
|
|
3003
2815
|
|
|
3004
|
-
- [
|
|
2816
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
3005
2817
|
|
|
3006
2818
|
````text
|
|
3007
2819
|
MIT License
|
|
3008
2820
|
|
|
3009
|
-
Copyright (c)
|
|
2821
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
3010
2822
|
|
|
3011
2823
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3012
2824
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3032,37 +2844,34 @@ SOFTWARE.
|
|
|
3032
2844
|
|
|
3033
2845
|
## The following dependencies are licensed under the MIT License:
|
|
3034
2846
|
|
|
3035
|
-
###
|
|
2847
|
+
### NPM Packages:
|
|
3036
2848
|
|
|
3037
|
-
- [
|
|
3038
|
-
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
2849
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
3039
2850
|
|
|
3040
2851
|
````text
|
|
3041
|
-
|
|
2852
|
+
MIT License
|
|
3042
2853
|
|
|
3043
|
-
|
|
3044
|
-
person obtaining a copy of this software and associated
|
|
3045
|
-
documentation files (the "Software"), to deal in the
|
|
3046
|
-
Software without restriction, including without
|
|
3047
|
-
limitation the rights to use, copy, modify, merge,
|
|
3048
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3049
|
-
the Software, and to permit persons to whom the Software
|
|
3050
|
-
is furnished to do so, subject to the following
|
|
3051
|
-
conditions:
|
|
2854
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
3052
2855
|
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
2856
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2857
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2858
|
+
in the Software without restriction, including without limitation the rights
|
|
2859
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2860
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2861
|
+
furnished to do so, subject to the following conditions:
|
|
3056
2862
|
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
IN
|
|
3065
|
-
|
|
2863
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2864
|
+
copies or substantial portions of the Software.
|
|
2865
|
+
|
|
2866
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2867
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2868
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2869
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2870
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2871
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2872
|
+
SOFTWARE.
|
|
2873
|
+
|
|
2874
|
+
[others]: https://github.com/json5/json5/contributors
|
|
3066
2875
|
|
|
3067
2876
|
````
|
|
3068
2877
|
|
|
@@ -3070,14 +2879,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3070
2879
|
|
|
3071
2880
|
## The following dependencies are licensed under the MIT License:
|
|
3072
2881
|
|
|
3073
|
-
###
|
|
2882
|
+
### Rust Crates:
|
|
3074
2883
|
|
|
3075
|
-
- [
|
|
2884
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
3076
2885
|
|
|
3077
2886
|
````text
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
2887
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
3081
2888
|
|
|
3082
2889
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3083
2890
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3086,16 +2893,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3086
2893
|
copies of the Software, and to permit persons to whom the Software is
|
|
3087
2894
|
furnished to do so, subject to the following conditions:
|
|
3088
2895
|
|
|
3089
|
-
The above copyright notice and this permission notice shall be included in
|
|
3090
|
-
copies or substantial portions of the Software.
|
|
2896
|
+
The above copyright notice and this permission notice shall be included in
|
|
2897
|
+
all copies or substantial portions of the Software.
|
|
3091
2898
|
|
|
3092
2899
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3093
2900
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3094
2901
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3095
2902
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3096
2903
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3097
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3098
|
-
SOFTWARE.
|
|
2904
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2905
|
+
THE SOFTWARE.
|
|
3099
2906
|
|
|
3100
2907
|
|
|
3101
2908
|
````
|
|
@@ -3106,11 +2913,38 @@ SOFTWARE.
|
|
|
3106
2913
|
|
|
3107
2914
|
### Rust Crates:
|
|
3108
2915
|
|
|
3109
|
-
- [
|
|
2916
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
2917
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
2918
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
2919
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2920
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
2921
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
2922
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
2923
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
2924
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
2925
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2926
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2927
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
2928
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
2929
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
2930
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
2931
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2932
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2933
|
+
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
2934
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
2935
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
2936
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
2937
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
2938
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
2939
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
2940
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2941
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2942
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2943
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2944
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
2945
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
3110
2946
|
|
|
3111
2947
|
````text
|
|
3112
|
-
Copyright (c) 2018 The Servo Project Developers
|
|
3113
|
-
|
|
3114
2948
|
Permission is hereby granted, free of charge, to any
|
|
3115
2949
|
person obtaining a copy of this software and associated
|
|
3116
2950
|
documentation files (the "Software"), to deal in the
|
|
@@ -3143,34 +2977,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3143
2977
|
|
|
3144
2978
|
### Rust Crates:
|
|
3145
2979
|
|
|
3146
|
-
- [
|
|
2980
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
3147
2981
|
|
|
3148
2982
|
````text
|
|
3149
|
-
Copyright (c)
|
|
2983
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
3150
2984
|
|
|
3151
|
-
Permission is hereby granted, free of charge, to any
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
2985
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2986
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2987
|
+
in the Software without restriction, including without limitation the rights
|
|
2988
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2989
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2990
|
+
furnished to do so, subject to the following conditions:
|
|
2991
|
+
|
|
2992
|
+
The above copyright notice and this permission notice shall be included in
|
|
2993
|
+
all copies or substantial portions of the Software.
|
|
2994
|
+
|
|
2995
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2996
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2997
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2998
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2999
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3000
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3001
|
+
THE SOFTWARE.
|
|
3160
3002
|
|
|
3161
|
-
The above copyright notice and this permission notice
|
|
3162
|
-
shall be included in all copies or substantial portions
|
|
3163
|
-
of the Software.
|
|
3164
3003
|
|
|
3165
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3166
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3167
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3168
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3169
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3170
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3171
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3172
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3173
|
-
DEALINGS IN THE SOFTWARE.
|
|
3174
3004
|
````
|
|
3175
3005
|
|
|
3176
3006
|
---
|
|
@@ -3179,10 +3009,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3179
3009
|
|
|
3180
3010
|
### Rust Crates:
|
|
3181
3011
|
|
|
3182
|
-
- [
|
|
3012
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
3183
3013
|
|
|
3184
3014
|
````text
|
|
3185
|
-
Copyright (c) 2017
|
|
3015
|
+
Copyright (c) 2016--2017
|
|
3186
3016
|
|
|
3187
3017
|
Permission is hereby granted, free of charge, to any
|
|
3188
3018
|
person obtaining a copy of this software and associated
|
|
@@ -3216,33 +3046,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3216
3046
|
|
|
3217
3047
|
### Rust Crates:
|
|
3218
3048
|
|
|
3219
|
-
- [
|
|
3220
|
-
- [
|
|
3221
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
3222
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
3049
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
3050
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3223
3051
|
|
|
3224
3052
|
````text
|
|
3225
3053
|
The MIT License (MIT)
|
|
3226
3054
|
|
|
3227
|
-
Copyright
|
|
3055
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3228
3056
|
|
|
3229
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3230
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3231
|
-
in the Software without restriction, including without limitation the rights
|
|
3232
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3233
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3234
|
-
furnished to do so, subject to the following conditions:
|
|
3057
|
+
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:
|
|
3235
3058
|
|
|
3236
|
-
The above copyright notice and this permission notice shall be included in
|
|
3237
|
-
all copies or substantial portions of the Software.
|
|
3059
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3238
3060
|
|
|
3239
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3240
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3241
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3242
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3243
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3244
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3245
|
-
THE SOFTWARE.
|
|
3061
|
+
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.
|
|
3246
3062
|
|
|
3247
3063
|
````
|
|
3248
3064
|
|
|
@@ -3252,10 +3068,10 @@ THE SOFTWARE.
|
|
|
3252
3068
|
|
|
3253
3069
|
### Rust Crates:
|
|
3254
3070
|
|
|
3255
|
-
- [
|
|
3071
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
3256
3072
|
|
|
3257
3073
|
````text
|
|
3258
|
-
Copyright (c)
|
|
3074
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
3259
3075
|
|
|
3260
3076
|
Permission is hereby granted, free of charge, to any
|
|
3261
3077
|
person obtaining a copy of this software and associated
|
|
@@ -3289,13 +3105,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3289
3105
|
|
|
3290
3106
|
### Rust Crates:
|
|
3291
3107
|
|
|
3292
|
-
- [
|
|
3293
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3108
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
3294
3109
|
|
|
3295
3110
|
````text
|
|
3296
|
-
Copyright
|
|
3297
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
3298
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
3111
|
+
Copyright 2023 The Fuchsia Authors
|
|
3299
3112
|
|
|
3300
3113
|
Permission is hereby granted, free of charge, to any
|
|
3301
3114
|
person obtaining a copy of this software and associated
|
|
@@ -3321,42 +3134,104 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3321
3134
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3322
3135
|
DEALINGS IN THE SOFTWARE.
|
|
3323
3136
|
|
|
3137
|
+
|
|
3324
3138
|
````
|
|
3325
3139
|
|
|
3326
3140
|
---
|
|
3327
3141
|
|
|
3328
3142
|
## The following dependencies are licensed under the MIT License:
|
|
3329
3143
|
|
|
3330
|
-
###
|
|
3144
|
+
### NPM Packages:
|
|
3331
3145
|
|
|
3332
|
-
- [
|
|
3146
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
3147
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
3333
3148
|
|
|
3334
3149
|
````text
|
|
3335
|
-
|
|
3150
|
+
MIT License
|
|
3336
3151
|
|
|
3337
|
-
|
|
3338
|
-
person obtaining a copy of this software and associated
|
|
3339
|
-
documentation files (the "Software"), to deal in the
|
|
3340
|
-
Software without restriction, including without
|
|
3341
|
-
limitation the rights to use, copy, modify, merge,
|
|
3342
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3343
|
-
the Software, and to permit persons to whom the Software
|
|
3344
|
-
is furnished to do so, subject to the following
|
|
3345
|
-
conditions:
|
|
3152
|
+
Copyright (c) Microsoft Corporation.
|
|
3346
3153
|
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3154
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3155
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3156
|
+
in the Software without restriction, including without limitation the rights
|
|
3157
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3158
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3159
|
+
furnished to do so, subject to the following conditions:
|
|
3350
3160
|
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
IN
|
|
3359
|
-
|
|
3161
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3162
|
+
copies or substantial portions of the Software.
|
|
3163
|
+
|
|
3164
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3165
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3166
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3167
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3168
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3169
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3170
|
+
SOFTWARE
|
|
3171
|
+
|
|
3172
|
+
````
|
|
3173
|
+
|
|
3174
|
+
---
|
|
3175
|
+
|
|
3176
|
+
## The following dependencies are licensed under the MIT License:
|
|
3177
|
+
|
|
3178
|
+
### NPM Packages:
|
|
3179
|
+
|
|
3180
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
3181
|
+
|
|
3182
|
+
````text
|
|
3183
|
+
This software is released under the MIT license:
|
|
3184
|
+
|
|
3185
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3186
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3187
|
+
the Software without restriction, including without limitation the rights to
|
|
3188
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3189
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3190
|
+
subject to the following conditions:
|
|
3191
|
+
|
|
3192
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3193
|
+
copies or substantial portions of the Software.
|
|
3194
|
+
|
|
3195
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3196
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3197
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3198
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3199
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3200
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3201
|
+
|
|
3202
|
+
````
|
|
3203
|
+
|
|
3204
|
+
---
|
|
3205
|
+
|
|
3206
|
+
## The following dependencies are licensed under the MIT License:
|
|
3207
|
+
|
|
3208
|
+
### NPM Packages:
|
|
3209
|
+
|
|
3210
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
3211
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3212
|
+
|
|
3213
|
+
````text
|
|
3214
|
+
MIT License
|
|
3215
|
+
|
|
3216
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
3217
|
+
|
|
3218
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3219
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3220
|
+
in the Software without restriction, including without limitation the rights
|
|
3221
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3222
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3223
|
+
furnished to do so, subject to the following conditions:
|
|
3224
|
+
|
|
3225
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3226
|
+
copies or substantial portions of the Software.
|
|
3227
|
+
|
|
3228
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3229
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3230
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3231
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3232
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3233
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3234
|
+
SOFTWARE.
|
|
3360
3235
|
|
|
3361
3236
|
````
|
|
3362
3237
|
|
|
@@ -3366,34 +3241,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3366
3241
|
|
|
3367
3242
|
### Rust Crates:
|
|
3368
3243
|
|
|
3369
|
-
- [
|
|
3244
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
3370
3245
|
|
|
3371
3246
|
````text
|
|
3372
|
-
|
|
3247
|
+
The MIT License (MIT)
|
|
3373
3248
|
|
|
3374
|
-
|
|
3375
|
-
person obtaining a copy of this software and associated
|
|
3376
|
-
documentation files (the "Software"), to deal in the
|
|
3377
|
-
Software without restriction, including without
|
|
3378
|
-
limitation the rights to use, copy, modify, merge,
|
|
3379
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3380
|
-
the Software, and to permit persons to whom the Software
|
|
3381
|
-
is furnished to do so, subject to the following
|
|
3382
|
-
conditions:
|
|
3249
|
+
Copyright (c) 2015 Alice Maz
|
|
3383
3250
|
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3251
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3252
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3253
|
+
in the Software without restriction, including without limitation the rights
|
|
3254
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3255
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3256
|
+
furnished to do so, subject to the following conditions:
|
|
3257
|
+
|
|
3258
|
+
The above copyright notice and this permission notice shall be included in
|
|
3259
|
+
all copies or substantial portions of the Software.
|
|
3387
3260
|
|
|
3388
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3396
|
-
DEALINGS IN THE SOFTWARE.
|
|
3261
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3262
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3263
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3264
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3265
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3266
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3267
|
+
THE SOFTWARE.
|
|
3397
3268
|
|
|
3398
3269
|
````
|
|
3399
3270
|
|
|
@@ -3403,29 +3274,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3403
3274
|
|
|
3404
3275
|
### Rust Crates:
|
|
3405
3276
|
|
|
3406
|
-
- [
|
|
3407
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3408
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3277
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
3409
3278
|
|
|
3410
3279
|
````text
|
|
3411
3280
|
MIT License
|
|
3412
3281
|
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
following conditions:
|
|
3282
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3283
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3284
|
+
in the Software without restriction, including without limitation the rights
|
|
3285
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3286
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3287
|
+
furnished to do so, subject to the following conditions:
|
|
3420
3288
|
|
|
3421
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3422
|
-
portions of the Software.
|
|
3289
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3290
|
+
copies or substantial portions of the Software.
|
|
3423
3291
|
|
|
3424
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3425
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
|
|
3292
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3293
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3294
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3295
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3296
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3297
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3298
|
+
SOFTWARE.
|
|
3429
3299
|
|
|
3430
3300
|
````
|
|
3431
3301
|
|
|
@@ -3435,11 +3305,10 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3435
3305
|
|
|
3436
3306
|
### Rust Crates:
|
|
3437
3307
|
|
|
3438
|
-
- [
|
|
3308
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
3439
3309
|
|
|
3440
3310
|
````text
|
|
3441
|
-
Copyright (c)
|
|
3442
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3311
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
3443
3312
|
|
|
3444
3313
|
Permission is hereby granted, free of charge, to any
|
|
3445
3314
|
person obtaining a copy of this software and associated
|
|
@@ -3473,34 +3342,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3473
3342
|
|
|
3474
3343
|
### Rust Crates:
|
|
3475
3344
|
|
|
3476
|
-
- [
|
|
3345
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
3477
3346
|
|
|
3478
3347
|
````text
|
|
3479
|
-
|
|
3348
|
+
MIT License
|
|
3480
3349
|
|
|
3481
|
-
|
|
3482
|
-
person obtaining a copy of this software and associated
|
|
3483
|
-
documentation files (the "Software"), to deal in the
|
|
3484
|
-
Software without restriction, including without
|
|
3485
|
-
limitation the rights to use, copy, modify, merge,
|
|
3486
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3487
|
-
the Software, and to permit persons to whom the Software
|
|
3488
|
-
is furnished to do so, subject to the following
|
|
3489
|
-
conditions:
|
|
3350
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
3490
3351
|
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3352
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3353
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3354
|
+
in the Software without restriction, including without limitation the rights
|
|
3355
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3356
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3357
|
+
furnished to do so, subject to the following conditions:
|
|
3494
3358
|
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
IN
|
|
3503
|
-
|
|
3359
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3360
|
+
copies or substantial portions of the Software.
|
|
3361
|
+
|
|
3362
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3363
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3364
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3365
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3366
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3367
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3368
|
+
SOFTWARE.
|
|
3504
3369
|
|
|
3505
3370
|
````
|
|
3506
3371
|
|
|
@@ -3510,10 +3375,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3510
3375
|
|
|
3511
3376
|
### Rust Crates:
|
|
3512
3377
|
|
|
3513
|
-
- [
|
|
3378
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
3379
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3380
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3381
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3382
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3383
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3514
3384
|
|
|
3515
3385
|
````text
|
|
3516
|
-
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
3517
3386
|
Copyright (c) 2014 The Rust Project Developers
|
|
3518
3387
|
|
|
3519
3388
|
Permission is hereby granted, free of charge, to any
|
|
@@ -3548,34 +3417,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3548
3417
|
|
|
3549
3418
|
### Rust Crates:
|
|
3550
3419
|
|
|
3551
|
-
- [
|
|
3420
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
3552
3421
|
|
|
3553
3422
|
````text
|
|
3554
|
-
Copyright
|
|
3423
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
3555
3424
|
|
|
3556
|
-
Permission is hereby granted, free of charge, to any
|
|
3557
|
-
person obtaining a copy of this software and associated
|
|
3558
|
-
documentation files (the "Software"), to deal in the
|
|
3559
|
-
Software without restriction, including without
|
|
3560
|
-
limitation the rights to use, copy, modify, merge,
|
|
3561
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3562
|
-
the Software, and to permit persons to whom the Software
|
|
3563
|
-
is furnished to do so, subject to the following
|
|
3564
|
-
conditions:
|
|
3425
|
+
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:
|
|
3565
3426
|
|
|
3566
|
-
The above copyright notice and this permission notice
|
|
3567
|
-
shall be included in all copies or substantial portions
|
|
3568
|
-
of the Software.
|
|
3427
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3569
3428
|
|
|
3570
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3571
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3572
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3573
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3574
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3575
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3576
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3577
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3578
|
-
DEALINGS IN THE SOFTWARE.
|
|
3429
|
+
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.
|
|
3579
3430
|
|
|
3580
3431
|
````
|
|
3581
3432
|
|
|
@@ -3585,10 +3436,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3585
3436
|
|
|
3586
3437
|
### Rust Crates:
|
|
3587
3438
|
|
|
3588
|
-
- [
|
|
3439
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3589
3440
|
|
|
3590
3441
|
````text
|
|
3591
|
-
Copyright (c) 2018-
|
|
3442
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3592
3443
|
|
|
3593
3444
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3594
3445
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3597,17 +3448,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3597
3448
|
copies of the Software, and to permit persons to whom the Software is
|
|
3598
3449
|
furnished to do so, subject to the following conditions:
|
|
3599
3450
|
|
|
3600
|
-
The above copyright notice and this permission notice shall be included in
|
|
3601
|
-
|
|
3451
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3452
|
+
copies or substantial portions of the Software.
|
|
3602
3453
|
|
|
3603
3454
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3604
3455
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3605
3456
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3606
3457
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3607
3458
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3608
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3609
|
-
|
|
3610
|
-
|
|
3459
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3460
|
+
SOFTWARE.
|
|
3611
3461
|
|
|
3612
3462
|
````
|
|
3613
3463
|
|
|
@@ -3617,28 +3467,34 @@ THE SOFTWARE.
|
|
|
3617
3467
|
|
|
3618
3468
|
### Rust Crates:
|
|
3619
3469
|
|
|
3620
|
-
- [
|
|
3470
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
3621
3471
|
|
|
3622
3472
|
````text
|
|
3623
|
-
Copyright (c)
|
|
3473
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
3624
3474
|
|
|
3625
|
-
Permission is hereby granted, free of charge, to any
|
|
3626
|
-
of this software and associated
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3475
|
+
Permission is hereby granted, free of charge, to any
|
|
3476
|
+
person obtaining a copy of this software and associated
|
|
3477
|
+
documentation files (the "Software"), to deal in the
|
|
3478
|
+
Software without restriction, including without
|
|
3479
|
+
limitation the rights to use, copy, modify, merge,
|
|
3480
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3481
|
+
the Software, and to permit persons to whom the Software
|
|
3482
|
+
is furnished to do so, subject to the following
|
|
3483
|
+
conditions:
|
|
3631
3484
|
|
|
3632
|
-
The above copyright notice and this permission notice
|
|
3633
|
-
all copies or substantial portions
|
|
3485
|
+
The above copyright notice and this permission notice
|
|
3486
|
+
shall be included in all copies or substantial portions
|
|
3487
|
+
of the Software.
|
|
3634
3488
|
|
|
3635
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3636
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3489
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3490
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3491
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3492
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3493
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3494
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3495
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3496
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3497
|
+
DEALINGS IN THE SOFTWARE.
|
|
3642
3498
|
|
|
3643
3499
|
````
|
|
3644
3500
|
|
|
@@ -3648,10 +3504,10 @@ THE SOFTWARE.
|
|
|
3648
3504
|
|
|
3649
3505
|
### Rust Crates:
|
|
3650
3506
|
|
|
3651
|
-
- [
|
|
3507
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
3652
3508
|
|
|
3653
3509
|
````text
|
|
3654
|
-
Copyright (c)
|
|
3510
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
3655
3511
|
|
|
3656
3512
|
Permission is hereby granted, free of charge, to any
|
|
3657
3513
|
person obtaining a copy of this software and associated
|
|
@@ -3685,10 +3541,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3685
3541
|
|
|
3686
3542
|
### Rust Crates:
|
|
3687
3543
|
|
|
3688
|
-
- [
|
|
3544
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
3689
3545
|
|
|
3690
3546
|
````text
|
|
3691
|
-
|
|
3547
|
+
The MIT License (MIT)
|
|
3548
|
+
|
|
3549
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
3550
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
3692
3551
|
|
|
3693
3552
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3694
3553
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3697,16 +3556,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3697
3556
|
copies of the Software, and to permit persons to whom the Software is
|
|
3698
3557
|
furnished to do so, subject to the following conditions:
|
|
3699
3558
|
|
|
3700
|
-
The above copyright notice and this permission notice shall be included in
|
|
3701
|
-
|
|
3559
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3560
|
+
copies or substantial portions of the Software.
|
|
3702
3561
|
|
|
3703
3562
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3704
3563
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3705
3564
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3706
3565
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3707
3566
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3708
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3709
|
-
|
|
3567
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3568
|
+
SOFTWARE.
|
|
3710
3569
|
|
|
3711
3570
|
````
|
|
3712
3571
|
|
|
@@ -3716,15 +3575,10 @@ THE SOFTWARE.
|
|
|
3716
3575
|
|
|
3717
3576
|
### Rust Crates:
|
|
3718
3577
|
|
|
3719
|
-
- [
|
|
3720
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3721
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3722
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3723
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3724
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3578
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
3725
3579
|
|
|
3726
3580
|
````text
|
|
3727
|
-
Copyright (c)
|
|
3581
|
+
Copyright (c) 2015 Steven Allen
|
|
3728
3582
|
|
|
3729
3583
|
Permission is hereby granted, free of charge, to any
|
|
3730
3584
|
person obtaining a copy of this software and associated
|
|
@@ -3758,10 +3612,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3758
3612
|
|
|
3759
3613
|
### Rust Crates:
|
|
3760
3614
|
|
|
3761
|
-
- [
|
|
3615
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
3616
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
3617
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3618
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
3619
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3620
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
3762
3621
|
|
|
3763
3622
|
````text
|
|
3764
|
-
Copyright
|
|
3623
|
+
Copyright 2018 Developers of the Rand project
|
|
3624
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3765
3625
|
|
|
3766
3626
|
Permission is hereby granted, free of charge, to any
|
|
3767
3627
|
person obtaining a copy of this software and associated
|
|
@@ -3795,10 +3655,45 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3795
3655
|
|
|
3796
3656
|
### Rust Crates:
|
|
3797
3657
|
|
|
3798
|
-
- [
|
|
3658
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
3659
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
3660
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3661
|
+
|
|
3662
|
+
````text
|
|
3663
|
+
MIT License
|
|
3664
|
+
|
|
3665
|
+
Copyright (c) Tokio Contributors
|
|
3666
|
+
|
|
3667
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3668
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3669
|
+
in the Software without restriction, including without limitation the rights
|
|
3670
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3671
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3672
|
+
furnished to do so, subject to the following conditions:
|
|
3673
|
+
|
|
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
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
3799
3694
|
|
|
3800
3695
|
````text
|
|
3801
|
-
Copyright (c) 2016
|
|
3696
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
3802
3697
|
|
|
3803
3698
|
Permission is hereby granted, free of charge, to any
|
|
3804
3699
|
person obtaining a copy of this software and associated
|
|
@@ -3832,13 +3727,111 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3832
3727
|
|
|
3833
3728
|
### Rust Crates:
|
|
3834
3729
|
|
|
3835
|
-
- [
|
|
3836
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
3837
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
3838
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
3730
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
3839
3731
|
|
|
3840
3732
|
````text
|
|
3841
|
-
Copyright (c)
|
|
3733
|
+
Copyright (c) 2017 Daniel Abramov
|
|
3734
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3735
|
+
|
|
3736
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3737
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3738
|
+
in the Software without restriction, including without limitation the rights
|
|
3739
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3740
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3741
|
+
furnished to do so, subject to the following conditions:
|
|
3742
|
+
|
|
3743
|
+
The above copyright notice and this permission notice shall be included in
|
|
3744
|
+
all copies or substantial portions of the Software.
|
|
3745
|
+
|
|
3746
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3747
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3748
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3749
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3750
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3751
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3752
|
+
THE SOFTWARE.
|
|
3753
|
+
|
|
3754
|
+
````
|
|
3755
|
+
|
|
3756
|
+
---
|
|
3757
|
+
|
|
3758
|
+
## The following dependencies are licensed under the MIT License:
|
|
3759
|
+
|
|
3760
|
+
### Rust Crates:
|
|
3761
|
+
|
|
3762
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
3763
|
+
|
|
3764
|
+
````text
|
|
3765
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
3766
|
+
Copyright (c) 2016 Alex Crichton
|
|
3767
|
+
|
|
3768
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3769
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3770
|
+
in the Software without restriction, including without limitation the rights
|
|
3771
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3772
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3773
|
+
furnished to do so, subject to the following conditions:
|
|
3774
|
+
|
|
3775
|
+
The above copyright notice and this permission notice shall be included in
|
|
3776
|
+
all copies or substantial portions of the Software.
|
|
3777
|
+
|
|
3778
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3779
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3780
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3781
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3782
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3783
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3784
|
+
THE SOFTWARE.
|
|
3785
|
+
|
|
3786
|
+
|
|
3787
|
+
````
|
|
3788
|
+
|
|
3789
|
+
---
|
|
3790
|
+
|
|
3791
|
+
## The following dependencies are licensed under the MIT License:
|
|
3792
|
+
|
|
3793
|
+
### Rust Crates:
|
|
3794
|
+
|
|
3795
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
3796
|
+
|
|
3797
|
+
````text
|
|
3798
|
+
MIT License
|
|
3799
|
+
|
|
3800
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
3801
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
3802
|
+
Copyright (c) 2017 Frommi
|
|
3803
|
+
Copyright (c) 2017-2024 oyvindln
|
|
3804
|
+
|
|
3805
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3806
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3807
|
+
in the Software without restriction, including without limitation the rights
|
|
3808
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3809
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3810
|
+
furnished to do so, subject to the following conditions:
|
|
3811
|
+
|
|
3812
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3813
|
+
copies or substantial portions of the Software.
|
|
3814
|
+
|
|
3815
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3816
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3817
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3818
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3819
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3820
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3821
|
+
SOFTWARE.
|
|
3822
|
+
|
|
3823
|
+
````
|
|
3824
|
+
|
|
3825
|
+
---
|
|
3826
|
+
|
|
3827
|
+
## The following dependencies are licensed under the MIT License:
|
|
3828
|
+
|
|
3829
|
+
### Rust Crates:
|
|
3830
|
+
|
|
3831
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
3832
|
+
|
|
3833
|
+
````text
|
|
3834
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
3842
3835
|
|
|
3843
3836
|
Permission is hereby granted, free of charge, to any
|
|
3844
3837
|
person obtaining a copy of this software and associated
|
|
@@ -3872,10 +3865,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3872
3865
|
|
|
3873
3866
|
### Rust Crates:
|
|
3874
3867
|
|
|
3875
|
-
- [
|
|
3868
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
3876
3869
|
|
|
3877
3870
|
````text
|
|
3878
|
-
Copyright (c)
|
|
3871
|
+
Copyright (c) 2017 Robert Grosse
|
|
3879
3872
|
|
|
3880
3873
|
Permission is hereby granted, free of charge, to any
|
|
3881
3874
|
person obtaining a copy of this software and associated
|
|
@@ -3900,7 +3893,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3900
3893
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3901
3894
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3902
3895
|
DEALINGS IN THE SOFTWARE.
|
|
3903
|
-
|
|
3904
3896
|
````
|
|
3905
3897
|
|
|
3906
3898
|
---
|
|
@@ -3909,10 +3901,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3909
3901
|
|
|
3910
3902
|
### Rust Crates:
|
|
3911
3903
|
|
|
3912
|
-
- [
|
|
3904
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
3905
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
3913
3906
|
|
|
3914
3907
|
````text
|
|
3915
|
-
Copyright Mozilla Foundation
|
|
3908
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
3916
3909
|
|
|
3917
3910
|
Permission is hereby granted, free of charge, to any
|
|
3918
3911
|
person obtaining a copy of this software and associated
|
|
@@ -3946,38 +3939,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3946
3939
|
|
|
3947
3940
|
### Rust Crates:
|
|
3948
3941
|
|
|
3949
|
-
- [
|
|
3950
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
3951
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
3952
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
3953
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
3954
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
3955
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
3956
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
3957
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
3958
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3959
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3960
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
3961
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
3962
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
3963
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
3964
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3965
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3966
|
-
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
3967
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
3968
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
3969
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
3970
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
3971
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
3972
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
3973
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3974
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3975
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3976
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3977
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
3978
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
3942
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
3979
3943
|
|
|
3980
3944
|
````text
|
|
3945
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
3946
|
+
|
|
3981
3947
|
Permission is hereby granted, free of charge, to any
|
|
3982
3948
|
person obtaining a copy of this software and associated
|
|
3983
3949
|
documentation files (the "Software"), to deal in the
|
|
@@ -4008,49 +3974,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4008
3974
|
|
|
4009
3975
|
## The following dependencies are licensed under the MIT License:
|
|
4010
3976
|
|
|
4011
|
-
### NPM Packages:
|
|
4012
|
-
|
|
4013
|
-
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
4014
|
-
|
|
4015
|
-
````text
|
|
4016
|
-
MIT License
|
|
4017
|
-
|
|
4018
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
4019
|
-
|
|
4020
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4021
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4022
|
-
in the Software without restriction, including without limitation the rights
|
|
4023
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4024
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4025
|
-
furnished to do so, subject to the following conditions:
|
|
4026
|
-
|
|
4027
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4028
|
-
copies or substantial portions of the Software.
|
|
4029
|
-
|
|
4030
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4031
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4032
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4033
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4034
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4035
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4036
|
-
SOFTWARE.
|
|
4037
|
-
|
|
4038
|
-
````
|
|
4039
|
-
|
|
4040
|
-
---
|
|
4041
|
-
|
|
4042
|
-
## The following dependencies are licensed under the MIT License:
|
|
4043
|
-
|
|
4044
3977
|
### Rust Crates:
|
|
4045
3978
|
|
|
4046
|
-
- [
|
|
4047
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
4048
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3979
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
4049
3980
|
|
|
4050
3981
|
````text
|
|
4051
|
-
|
|
4052
|
-
|
|
4053
|
-
Copyright (c) 2017 Ted Driggs
|
|
3982
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
4054
3983
|
|
|
4055
3984
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4056
3985
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4078,47 +4007,10 @@ SOFTWARE.
|
|
|
4078
4007
|
|
|
4079
4008
|
### Rust Crates:
|
|
4080
4009
|
|
|
4081
|
-
- [
|
|
4082
|
-
|
|
4083
|
-
````text
|
|
4084
|
-
Copyright (c) 2017 Artyom Pavlov
|
|
4085
|
-
|
|
4086
|
-
Permission is hereby granted, free of charge, to any
|
|
4087
|
-
person obtaining a copy of this software and associated
|
|
4088
|
-
documentation files (the "Software"), to deal in the
|
|
4089
|
-
Software without restriction, including without
|
|
4090
|
-
limitation the rights to use, copy, modify, merge,
|
|
4091
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
4092
|
-
the Software, and to permit persons to whom the Software
|
|
4093
|
-
is furnished to do so, subject to the following
|
|
4094
|
-
conditions:
|
|
4095
|
-
|
|
4096
|
-
The above copyright notice and this permission notice
|
|
4097
|
-
shall be included in all copies or substantial portions
|
|
4098
|
-
of the Software.
|
|
4099
|
-
|
|
4100
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4101
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4102
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
4103
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
4104
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4105
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4106
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4107
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4108
|
-
DEALINGS IN THE SOFTWARE.
|
|
4109
|
-
|
|
4110
|
-
````
|
|
4111
|
-
|
|
4112
|
-
---
|
|
4113
|
-
|
|
4114
|
-
## The following dependencies are licensed under the MIT License:
|
|
4115
|
-
|
|
4116
|
-
### Rust Crates:
|
|
4117
|
-
|
|
4118
|
-
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
4010
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
4119
4011
|
|
|
4120
4012
|
````text
|
|
4121
|
-
Copyright
|
|
4013
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
4122
4014
|
|
|
4123
4015
|
Permission is hereby granted, free of charge, to any
|
|
4124
4016
|
person obtaining a copy of this software and associated
|
|
@@ -4144,7 +4036,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
4144
4036
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4145
4037
|
DEALINGS IN THE SOFTWARE.
|
|
4146
4038
|
|
|
4147
|
-
|
|
4148
4039
|
````
|
|
4149
4040
|
|
|
4150
4041
|
---
|
|
@@ -4153,11 +4044,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4153
4044
|
|
|
4154
4045
|
### Rust Crates:
|
|
4155
4046
|
|
|
4156
|
-
- [
|
|
4047
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
4157
4048
|
|
|
4158
4049
|
````text
|
|
4159
|
-
Copyright (c)
|
|
4160
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
4050
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
4161
4051
|
|
|
4162
4052
|
Permission is hereby granted, free of charge, to any
|
|
4163
4053
|
person obtaining a copy of this software and associated
|
|
@@ -4572,6 +4462,18 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4572
4462
|
|
|
4573
4463
|
---
|
|
4574
4464
|
|
|
4465
|
+
## The following dependencies are licensed under the UNKNOWN License:
|
|
4466
|
+
|
|
4467
|
+
### NPM Packages:
|
|
4468
|
+
|
|
4469
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.5) (0.0.5)
|
|
4470
|
+
|
|
4471
|
+
````text
|
|
4472
|
+
Please refer to the package README for license details.
|
|
4473
|
+
````
|
|
4474
|
+
|
|
4475
|
+
---
|
|
4476
|
+
|
|
4575
4477
|
## The following dependencies are licensed under the Unicode-3.0 License:
|
|
4576
4478
|
|
|
4577
4479
|
### Rust Crates:
|