@deveco-codegenie/mcp-win32-x64 0.2.4 → 0.2.6
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 +1154 -1134
- package/bin/codegenie-mcp-server.exe +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -7,13 +7,12 @@
|
|
|
7
7
|
|
|
8
8
|
### Licenses Breakdown:
|
|
9
9
|
|
|
10
|
-
- MIT:
|
|
10
|
+
- MIT: 189
|
|
11
11
|
- Unicode-3.0: 19
|
|
12
12
|
- Apache-2.0: 7
|
|
13
13
|
- 0BSD: 4
|
|
14
14
|
- BSD-3-Clause: 1
|
|
15
15
|
- MPL-2.0: 1
|
|
16
|
-
- UNKNOWN: 1
|
|
17
16
|
|
|
18
17
|
|
|
19
18
|
---
|
|
@@ -22,22 +21,23 @@
|
|
|
22
21
|
|
|
23
22
|
### Rust Crates:
|
|
24
23
|
|
|
25
|
-
- [
|
|
24
|
+
- [recvmsg](https://crates.io/crates/recvmsg) (1.0.0)
|
|
26
25
|
|
|
27
26
|
````text
|
|
28
|
-
|
|
27
|
+
BSD Zero Clause License
|
|
29
28
|
|
|
30
|
-
|
|
31
|
-
any purpose with or without fee is hereby granted.
|
|
29
|
+
Copyright (c) 2023 kotauskas
|
|
32
30
|
|
|
33
|
-
|
|
34
|
-
|
|
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.
|
|
31
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
32
|
+
purpose with or without fee is hereby granted.
|
|
40
33
|
|
|
34
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
35
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
36
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
37
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
38
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
39
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
40
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
41
41
|
````
|
|
42
42
|
|
|
43
43
|
---
|
|
@@ -46,12 +46,12 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
46
46
|
|
|
47
47
|
### Rust Crates:
|
|
48
48
|
|
|
49
|
-
- [
|
|
49
|
+
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
50
50
|
|
|
51
51
|
````text
|
|
52
52
|
BSD Zero Clause License
|
|
53
53
|
|
|
54
|
-
Copyright (c)
|
|
54
|
+
Copyright (c) 2025 Goat
|
|
55
55
|
|
|
56
56
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
57
57
|
purpose with or without fee is hereby granted.
|
|
@@ -72,23 +72,22 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
72
72
|
|
|
73
73
|
### Rust Crates:
|
|
74
74
|
|
|
75
|
-
- [
|
|
75
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
76
76
|
|
|
77
77
|
````text
|
|
78
|
-
|
|
78
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
79
79
|
|
|
80
|
-
|
|
80
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
81
|
+
any purpose with or without fee is hereby granted.
|
|
81
82
|
|
|
82
|
-
|
|
83
|
-
|
|
83
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
84
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
85
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
86
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
87
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
88
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
89
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
84
90
|
|
|
85
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
86
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
87
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
88
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
89
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
90
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
91
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
92
91
|
````
|
|
93
92
|
|
|
94
93
|
---
|
|
@@ -97,12 +96,12 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
97
96
|
|
|
98
97
|
### Rust Crates:
|
|
99
98
|
|
|
100
|
-
- [
|
|
99
|
+
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
101
100
|
|
|
102
101
|
````text
|
|
103
102
|
BSD Zero Clause License
|
|
104
103
|
|
|
105
|
-
Copyright (c)
|
|
104
|
+
Copyright (c) 2024 kotauskas
|
|
106
105
|
|
|
107
106
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
108
107
|
purpose with or without fee is hereby granted.
|
|
@@ -123,93 +122,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
123
122
|
|
|
124
123
|
### Rust Crates:
|
|
125
124
|
|
|
126
|
-
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
127
|
-
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
128
|
-
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
129
|
-
|
|
130
|
-
````text
|
|
131
|
-
Apache License
|
|
132
|
-
Version 2.0, January 2004
|
|
133
|
-
http://www.apache.org/licenses/
|
|
134
|
-
|
|
135
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
136
|
-
|
|
137
|
-
1. Definitions.
|
|
138
|
-
|
|
139
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
140
|
-
|
|
141
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
142
|
-
|
|
143
|
-
"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.
|
|
144
|
-
|
|
145
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
146
|
-
|
|
147
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
148
|
-
|
|
149
|
-
"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.
|
|
150
|
-
|
|
151
|
-
"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).
|
|
152
|
-
|
|
153
|
-
"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.
|
|
154
|
-
|
|
155
|
-
"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."
|
|
156
|
-
|
|
157
|
-
"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.
|
|
158
|
-
|
|
159
|
-
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.
|
|
160
|
-
|
|
161
|
-
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.
|
|
162
|
-
|
|
163
|
-
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:
|
|
164
|
-
|
|
165
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
166
|
-
|
|
167
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
168
|
-
|
|
169
|
-
(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
|
|
170
|
-
|
|
171
|
-
(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.
|
|
172
|
-
|
|
173
|
-
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.
|
|
174
|
-
|
|
175
|
-
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.
|
|
176
|
-
|
|
177
|
-
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.
|
|
178
|
-
|
|
179
|
-
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.
|
|
180
|
-
|
|
181
|
-
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.
|
|
182
|
-
|
|
183
|
-
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.
|
|
184
|
-
|
|
185
|
-
END OF TERMS AND CONDITIONS
|
|
186
|
-
|
|
187
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
188
|
-
|
|
189
|
-
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.
|
|
190
|
-
|
|
191
|
-
Copyright [yyyy] [name of copyright owner]
|
|
192
|
-
|
|
193
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
194
|
-
you may not use this file except in compliance with the License.
|
|
195
|
-
You may obtain a copy of the License at
|
|
196
|
-
|
|
197
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
198
|
-
|
|
199
|
-
Unless required by applicable law or agreed to in writing, software
|
|
200
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
201
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
202
|
-
See the License for the specific language governing permissions and
|
|
203
|
-
limitations under the License.
|
|
204
|
-
|
|
205
|
-
````
|
|
206
|
-
|
|
207
|
-
---
|
|
208
|
-
|
|
209
|
-
## The following dependencies are licensed under the Apache-2.0 License:
|
|
210
|
-
|
|
211
|
-
### Rust Crates:
|
|
212
|
-
|
|
213
125
|
- [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
|
|
214
126
|
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
215
127
|
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
@@ -425,6 +337,93 @@ limitations under the License.
|
|
|
425
337
|
|
|
426
338
|
### Rust Crates:
|
|
427
339
|
|
|
340
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
341
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
342
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
343
|
+
|
|
344
|
+
````text
|
|
345
|
+
Apache License
|
|
346
|
+
Version 2.0, January 2004
|
|
347
|
+
http://www.apache.org/licenses/
|
|
348
|
+
|
|
349
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
350
|
+
|
|
351
|
+
1. Definitions.
|
|
352
|
+
|
|
353
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
354
|
+
|
|
355
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
356
|
+
|
|
357
|
+
"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.
|
|
358
|
+
|
|
359
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
360
|
+
|
|
361
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
362
|
+
|
|
363
|
+
"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.
|
|
364
|
+
|
|
365
|
+
"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).
|
|
366
|
+
|
|
367
|
+
"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.
|
|
368
|
+
|
|
369
|
+
"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."
|
|
370
|
+
|
|
371
|
+
"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.
|
|
372
|
+
|
|
373
|
+
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.
|
|
374
|
+
|
|
375
|
+
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.
|
|
376
|
+
|
|
377
|
+
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:
|
|
378
|
+
|
|
379
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
380
|
+
|
|
381
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
382
|
+
|
|
383
|
+
(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
|
|
384
|
+
|
|
385
|
+
(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.
|
|
386
|
+
|
|
387
|
+
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.
|
|
388
|
+
|
|
389
|
+
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.
|
|
390
|
+
|
|
391
|
+
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.
|
|
392
|
+
|
|
393
|
+
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.
|
|
394
|
+
|
|
395
|
+
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.
|
|
396
|
+
|
|
397
|
+
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.
|
|
398
|
+
|
|
399
|
+
END OF TERMS AND CONDITIONS
|
|
400
|
+
|
|
401
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
402
|
+
|
|
403
|
+
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.
|
|
404
|
+
|
|
405
|
+
Copyright [yyyy] [name of copyright owner]
|
|
406
|
+
|
|
407
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
408
|
+
you may not use this file except in compliance with the License.
|
|
409
|
+
You may obtain a copy of the License at
|
|
410
|
+
|
|
411
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
412
|
+
|
|
413
|
+
Unless required by applicable law or agreed to in writing, software
|
|
414
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
415
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
416
|
+
See the License for the specific language governing permissions and
|
|
417
|
+
limitations under the License.
|
|
418
|
+
|
|
419
|
+
````
|
|
420
|
+
|
|
421
|
+
---
|
|
422
|
+
|
|
423
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
424
|
+
|
|
425
|
+
### Rust Crates:
|
|
426
|
+
|
|
428
427
|
- [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
|
|
429
428
|
|
|
430
429
|
````text
|
|
@@ -679,34 +678,28 @@ The complete list of contributors can be found at:
|
|
|
679
678
|
|
|
680
679
|
### Rust Crates:
|
|
681
680
|
|
|
682
|
-
- [
|
|
681
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
683
682
|
|
|
684
683
|
````text
|
|
685
|
-
Copyright (c) 2014
|
|
684
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
686
685
|
|
|
687
|
-
Permission is hereby granted, free of charge, to any
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
the Software, and to permit persons to whom the Software
|
|
694
|
-
is furnished to do so, subject to the following
|
|
695
|
-
conditions:
|
|
686
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
687
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
688
|
+
in the Software without restriction, including without limitation the rights
|
|
689
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
690
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
691
|
+
furnished to do so, subject to the following conditions:
|
|
696
692
|
|
|
697
|
-
The above copyright notice and this permission notice
|
|
698
|
-
|
|
699
|
-
of the Software.
|
|
693
|
+
The above copyright notice and this permission notice shall be included in
|
|
694
|
+
all copies or substantial portions of the Software.
|
|
700
695
|
|
|
701
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
709
|
-
DEALINGS IN THE SOFTWARE.
|
|
696
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
697
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
698
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
699
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
700
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
701
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
702
|
+
THE SOFTWARE.
|
|
710
703
|
|
|
711
704
|
````
|
|
712
705
|
|
|
@@ -716,10 +709,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
716
709
|
|
|
717
710
|
### Rust Crates:
|
|
718
711
|
|
|
719
|
-
- [
|
|
712
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
720
713
|
|
|
721
714
|
````text
|
|
722
|
-
Copyright (c)
|
|
715
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
723
716
|
|
|
724
717
|
Permission is hereby granted, free of charge, to any
|
|
725
718
|
person obtaining a copy of this software and associated
|
|
@@ -753,12 +746,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
753
746
|
|
|
754
747
|
### Rust Crates:
|
|
755
748
|
|
|
756
|
-
- [
|
|
749
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
757
750
|
|
|
758
751
|
````text
|
|
759
|
-
|
|
752
|
+
MIT License
|
|
760
753
|
|
|
761
|
-
Copyright (c)
|
|
754
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
762
755
|
|
|
763
756
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
764
757
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -778,8 +771,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
778
771
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
779
772
|
SOFTWARE.
|
|
780
773
|
|
|
781
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
782
|
-
licences; see files named LICENSE.*.txt for details.
|
|
783
774
|
````
|
|
784
775
|
|
|
785
776
|
---
|
|
@@ -788,70 +779,29 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
788
779
|
|
|
789
780
|
### Rust Crates:
|
|
790
781
|
|
|
791
|
-
- [
|
|
782
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
792
783
|
|
|
793
784
|
````text
|
|
794
|
-
Copyright (c) 2017
|
|
795
|
-
|
|
796
|
-
Permission is hereby granted, free of charge, to any
|
|
797
|
-
person obtaining a copy of this software and associated
|
|
798
|
-
documentation files (the "Software"), to deal in the
|
|
799
|
-
Software without restriction, including without
|
|
800
|
-
limitation the rights to use, copy, modify, merge,
|
|
801
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
802
|
-
the Software, and to permit persons to whom the Software
|
|
803
|
-
is furnished to do so, subject to the following
|
|
804
|
-
conditions:
|
|
805
|
-
|
|
806
|
-
The above copyright notice and this permission notice
|
|
807
|
-
shall be included in all copies or substantial portions
|
|
808
|
-
of the Software.
|
|
809
|
-
|
|
810
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
811
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
812
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
813
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
814
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
815
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
816
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
817
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
818
|
-
DEALINGS IN THE SOFTWARE.
|
|
819
|
-
````
|
|
820
|
-
|
|
821
|
-
---
|
|
822
|
-
|
|
823
|
-
## The following dependencies are licensed under the MIT License:
|
|
824
|
-
|
|
825
|
-
### Rust Crates:
|
|
826
|
-
|
|
827
|
-
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
785
|
+
Copyright (c) 2017 Sean McArthur
|
|
828
786
|
|
|
829
|
-
|
|
830
|
-
|
|
787
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
788
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
789
|
+
in the Software without restriction, including without limitation the rights
|
|
790
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
791
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
792
|
+
furnished to do so, subject to the following conditions:
|
|
831
793
|
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
documentation files (the "Software"), to deal in the
|
|
835
|
-
Software without restriction, including without
|
|
836
|
-
limitation the rights to use, copy, modify, merge,
|
|
837
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
838
|
-
the Software, and to permit persons to whom the Software
|
|
839
|
-
is furnished to do so, subject to the following
|
|
840
|
-
conditions:
|
|
794
|
+
The above copyright notice and this permission notice shall be included in
|
|
795
|
+
all copies or substantial portions of the Software.
|
|
841
796
|
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
797
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
798
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
799
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
800
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
801
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
802
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
803
|
+
THE SOFTWARE.
|
|
845
804
|
|
|
846
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
847
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
848
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
849
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
850
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
851
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
852
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
853
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
854
|
-
DEALINGS IN THE SOFTWARE.
|
|
855
805
|
|
|
856
806
|
````
|
|
857
807
|
|
|
@@ -861,51 +811,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
861
811
|
|
|
862
812
|
### Rust Crates:
|
|
863
813
|
|
|
864
|
-
- [
|
|
814
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
865
815
|
|
|
866
816
|
````text
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
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:
|
|
870
|
-
|
|
871
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
872
|
-
|
|
873
|
-
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.
|
|
874
|
-
|
|
875
|
-
````
|
|
876
|
-
|
|
877
|
-
---
|
|
817
|
+
MIT License
|
|
878
818
|
|
|
879
|
-
|
|
819
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
880
820
|
|
|
881
|
-
|
|
821
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
822
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
823
|
+
in the Software without restriction, including without limitation the rights
|
|
824
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
825
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
826
|
+
furnished to do so, subject to the following conditions:
|
|
882
827
|
|
|
883
|
-
|
|
828
|
+
The above copyright notice and this permission notice shall be included in all
|
|
829
|
+
copies or substantial portions of the Software.
|
|
884
830
|
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
in the Software without restriction, including without limitation the rights
|
|
893
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
894
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
895
|
-
furnished to do so, subject to the following conditions:
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
The above copyright notice and this permission notice shall be included in
|
|
899
|
-
all copies or substantial portions of the Software.
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
903
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
904
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
905
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
906
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
907
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
908
|
-
THE SOFTWARE.
|
|
831
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
832
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
833
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
834
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
835
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
836
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
837
|
+
SOFTWARE.
|
|
909
838
|
|
|
910
839
|
````
|
|
911
840
|
|
|
@@ -915,47 +844,16 @@ THE SOFTWARE.
|
|
|
915
844
|
|
|
916
845
|
### Rust Crates:
|
|
917
846
|
|
|
918
|
-
- [
|
|
919
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
920
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
921
|
-
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
922
|
-
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
923
|
-
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
924
|
-
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
925
|
-
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
926
|
-
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
927
|
-
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
928
|
-
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
929
|
-
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
930
|
-
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
931
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
932
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
933
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
934
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
935
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
936
|
-
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
937
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
938
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
847
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
939
848
|
|
|
940
849
|
````text
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
Copyright (c) <year> <copyright holders>
|
|
850
|
+
Copyright 2016 Nika Layzell
|
|
944
851
|
|
|
945
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
946
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
947
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
948
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
949
|
-
following conditions:
|
|
852
|
+
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:
|
|
950
853
|
|
|
951
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
952
|
-
portions of the Software.
|
|
854
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
953
855
|
|
|
954
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
955
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
956
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
957
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
958
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
856
|
+
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.
|
|
959
857
|
|
|
960
858
|
````
|
|
961
859
|
|
|
@@ -965,10 +863,11 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
965
863
|
|
|
966
864
|
### Rust Crates:
|
|
967
865
|
|
|
968
|
-
- [
|
|
866
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
969
867
|
|
|
970
868
|
````text
|
|
971
|
-
Copyright (c)
|
|
869
|
+
Copyright (c) 2017 Daniel Abramov
|
|
870
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
972
871
|
|
|
973
872
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
974
873
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -977,49 +876,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
977
876
|
copies of the Software, and to permit persons to whom the Software is
|
|
978
877
|
furnished to do so, subject to the following conditions:
|
|
979
878
|
|
|
980
|
-
The above copyright notice and this permission notice shall be included in
|
|
981
|
-
copies or substantial portions of the Software.
|
|
879
|
+
The above copyright notice and this permission notice shall be included in
|
|
880
|
+
all copies or substantial portions of the Software.
|
|
982
881
|
|
|
983
882
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
984
883
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
985
884
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
986
885
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
987
886
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
988
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
989
|
-
SOFTWARE.
|
|
990
|
-
|
|
991
|
-
````
|
|
992
|
-
|
|
993
|
-
---
|
|
994
|
-
|
|
995
|
-
## The following dependencies are licensed under the MIT License:
|
|
996
|
-
|
|
997
|
-
### Rust Crates:
|
|
998
|
-
|
|
999
|
-
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
887
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
888
|
+
THE SOFTWARE.
|
|
1000
889
|
|
|
1001
|
-
````text
|
|
1002
|
-
The MIT License (MIT)
|
|
1003
|
-
|
|
1004
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
1005
|
-
|
|
1006
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1007
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1008
|
-
in the Software without restriction, including without limitation the rights
|
|
1009
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1010
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1011
|
-
furnished to do so, subject to the following conditions:
|
|
1012
|
-
|
|
1013
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1014
|
-
copies or substantial portions of the Software.
|
|
1015
|
-
|
|
1016
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1017
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1018
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1019
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1020
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1021
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1022
|
-
SOFTWARE.
|
|
1023
890
|
````
|
|
1024
891
|
|
|
1025
892
|
---
|
|
@@ -1028,10 +895,14 @@ SOFTWARE.
|
|
|
1028
895
|
|
|
1029
896
|
### Rust Crates:
|
|
1030
897
|
|
|
1031
|
-
- [
|
|
898
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
899
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
900
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
901
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
902
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
903
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
1032
904
|
|
|
1033
905
|
````text
|
|
1034
|
-
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
1035
906
|
Copyright (c) 2014 The Rust Project Developers
|
|
1036
907
|
|
|
1037
908
|
Permission is hereby granted, free of charge, to any
|
|
@@ -1066,13 +937,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1066
937
|
|
|
1067
938
|
### Rust Crates:
|
|
1068
939
|
|
|
1069
|
-
- [
|
|
940
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
941
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1070
942
|
|
|
1071
943
|
````text
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
Copyright (c) 2015-2020 Julien Cretin
|
|
1075
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
944
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
1076
945
|
|
|
1077
946
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1078
947
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1100,37 +969,11 @@ SOFTWARE.
|
|
|
1100
969
|
|
|
1101
970
|
### Rust Crates:
|
|
1102
971
|
|
|
1103
|
-
- [
|
|
1104
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1105
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1106
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1107
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1108
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1109
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1110
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1111
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1112
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1113
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1114
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1115
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1116
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1117
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1118
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1119
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1120
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1121
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1122
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1123
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1124
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1125
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1126
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1127
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1128
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1129
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1130
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1131
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
972
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
1132
973
|
|
|
1133
974
|
````text
|
|
975
|
+
Copyright (c) 2017 http-rs authors
|
|
976
|
+
|
|
1134
977
|
Permission is hereby granted, free of charge, to any
|
|
1135
978
|
person obtaining a copy of this software and associated
|
|
1136
979
|
documentation files (the "Software"), to deal in the
|
|
@@ -1163,12 +1006,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1163
1006
|
|
|
1164
1007
|
### Rust Crates:
|
|
1165
1008
|
|
|
1166
|
-
- [
|
|
1009
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
1010
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1011
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1012
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1167
1013
|
|
|
1168
1014
|
````text
|
|
1169
|
-
MIT License
|
|
1015
|
+
The MIT License (MIT)
|
|
1170
1016
|
|
|
1171
|
-
Copyright (c)
|
|
1017
|
+
Copyright (c) 2015 Andrew Gallant
|
|
1172
1018
|
|
|
1173
1019
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1174
1020
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1177,16 +1023,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1177
1023
|
copies of the Software, and to permit persons to whom the Software is
|
|
1178
1024
|
furnished to do so, subject to the following conditions:
|
|
1179
1025
|
|
|
1180
|
-
The above copyright notice and this permission notice shall be included in
|
|
1181
|
-
copies or substantial portions of the Software.
|
|
1026
|
+
The above copyright notice and this permission notice shall be included in
|
|
1027
|
+
all copies or substantial portions of the Software.
|
|
1182
1028
|
|
|
1183
1029
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1184
1030
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1185
1031
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1186
1032
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1187
1033
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1188
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1189
|
-
SOFTWARE.
|
|
1034
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1035
|
+
THE SOFTWARE.
|
|
1190
1036
|
|
|
1191
1037
|
````
|
|
1192
1038
|
|
|
@@ -1196,14 +1042,11 @@ SOFTWARE.
|
|
|
1196
1042
|
|
|
1197
1043
|
### Rust Crates:
|
|
1198
1044
|
|
|
1199
|
-
- [
|
|
1045
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
1200
1046
|
|
|
1201
1047
|
````text
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
Copyright (c) 2015 Danny Guo
|
|
1205
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
1206
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
1048
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1049
|
+
Copyright (c) 2016 Jason Housley
|
|
1207
1050
|
|
|
1208
1051
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1209
1052
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1212,16 +1055,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1212
1055
|
copies of the Software, and to permit persons to whom the Software is
|
|
1213
1056
|
furnished to do so, subject to the following conditions:
|
|
1214
1057
|
|
|
1215
|
-
The above copyright notice and this permission notice shall be included in
|
|
1216
|
-
copies or substantial portions of the Software.
|
|
1058
|
+
The above copyright notice and this permission notice shall be included in
|
|
1059
|
+
all copies or substantial portions of the Software.
|
|
1217
1060
|
|
|
1218
1061
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1219
1062
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1220
1063
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1221
1064
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1222
1065
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1223
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1224
|
-
SOFTWARE.
|
|
1066
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1067
|
+
THE SOFTWARE.
|
|
1225
1068
|
|
|
1226
1069
|
````
|
|
1227
1070
|
|
|
@@ -1231,28 +1074,35 @@ SOFTWARE.
|
|
|
1231
1074
|
|
|
1232
1075
|
### Rust Crates:
|
|
1233
1076
|
|
|
1234
|
-
- [
|
|
1077
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
1235
1078
|
|
|
1236
1079
|
````text
|
|
1237
|
-
Copyright
|
|
1080
|
+
Copyright 2023 The Fuchsia Authors
|
|
1238
1081
|
|
|
1239
|
-
Permission is hereby granted, free of charge, to any
|
|
1240
|
-
of this software and associated
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1082
|
+
Permission is hereby granted, free of charge, to any
|
|
1083
|
+
person obtaining a copy of this software and associated
|
|
1084
|
+
documentation files (the "Software"), to deal in the
|
|
1085
|
+
Software without restriction, including without
|
|
1086
|
+
limitation the rights to use, copy, modify, merge,
|
|
1087
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1088
|
+
the Software, and to permit persons to whom the Software
|
|
1089
|
+
is furnished to do so, subject to the following
|
|
1090
|
+
conditions:
|
|
1245
1091
|
|
|
1246
|
-
The above copyright notice and this permission notice
|
|
1247
|
-
all copies or substantial portions
|
|
1092
|
+
The above copyright notice and this permission notice
|
|
1093
|
+
shall be included in all copies or substantial portions
|
|
1094
|
+
of the Software.
|
|
1095
|
+
|
|
1096
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1097
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1098
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1099
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1100
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1101
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1102
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1103
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1104
|
+
DEALINGS IN THE SOFTWARE.
|
|
1248
1105
|
|
|
1249
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1250
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1251
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1252
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1253
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1254
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1255
|
-
THE SOFTWARE.
|
|
1256
1106
|
|
|
1257
1107
|
````
|
|
1258
1108
|
|
|
@@ -1262,13 +1112,10 @@ THE SOFTWARE.
|
|
|
1262
1112
|
|
|
1263
1113
|
### Rust Crates:
|
|
1264
1114
|
|
|
1265
|
-
- [
|
|
1115
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
1266
1116
|
|
|
1267
1117
|
````text
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
1271
|
-
Copyright (c) Tokio Contributors
|
|
1118
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
1272
1119
|
|
|
1273
1120
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1274
1121
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1296,12 +1143,10 @@ SOFTWARE.
|
|
|
1296
1143
|
|
|
1297
1144
|
### Rust Crates:
|
|
1298
1145
|
|
|
1299
|
-
- [
|
|
1300
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1301
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1146
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
1302
1147
|
|
|
1303
1148
|
````text
|
|
1304
|
-
Copyright (c) 2019
|
|
1149
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
1305
1150
|
|
|
1306
1151
|
Permission is hereby granted, free of charge, to any
|
|
1307
1152
|
person obtaining a copy of this software and associated
|
|
@@ -1335,10 +1180,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1335
1180
|
|
|
1336
1181
|
### Rust Crates:
|
|
1337
1182
|
|
|
1338
|
-
- [
|
|
1183
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
1184
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1339
1185
|
|
|
1340
1186
|
````text
|
|
1341
|
-
Copyright (c)
|
|
1187
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
1188
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1189
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
1342
1190
|
|
|
1343
1191
|
Permission is hereby granted, free of charge, to any
|
|
1344
1192
|
person obtaining a copy of this software and associated
|
|
@@ -1372,10 +1220,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1372
1220
|
|
|
1373
1221
|
### Rust Crates:
|
|
1374
1222
|
|
|
1375
|
-
- [
|
|
1223
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
1376
1224
|
|
|
1377
1225
|
````text
|
|
1378
|
-
Copyright
|
|
1226
|
+
Copyright Mozilla Foundation
|
|
1379
1227
|
|
|
1380
1228
|
Permission is hereby granted, free of charge, to any
|
|
1381
1229
|
person obtaining a copy of this software and associated
|
|
@@ -1407,12 +1255,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1407
1255
|
|
|
1408
1256
|
## The following dependencies are licensed under the MIT License:
|
|
1409
1257
|
|
|
1410
|
-
###
|
|
1258
|
+
### NPM Packages:
|
|
1411
1259
|
|
|
1412
|
-
- [
|
|
1260
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
1413
1261
|
|
|
1414
1262
|
````text
|
|
1415
|
-
|
|
1263
|
+
MIT License
|
|
1264
|
+
|
|
1265
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
1416
1266
|
|
|
1417
1267
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1418
1268
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1421,17 +1271,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1421
1271
|
copies of the Software, and to permit persons to whom the Software is
|
|
1422
1272
|
furnished to do so, subject to the following conditions:
|
|
1423
1273
|
|
|
1424
|
-
The above copyright notice and this permission notice shall be included in
|
|
1425
|
-
|
|
1274
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1275
|
+
copies or substantial portions of the Software.
|
|
1426
1276
|
|
|
1427
1277
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1428
1278
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1429
1279
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1430
1280
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1431
1281
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1432
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1433
|
-
|
|
1434
|
-
|
|
1282
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1283
|
+
SOFTWARE.
|
|
1435
1284
|
|
|
1436
1285
|
````
|
|
1437
1286
|
|
|
@@ -1441,28 +1290,19 @@ THE SOFTWARE.
|
|
|
1441
1290
|
|
|
1442
1291
|
### Rust Crates:
|
|
1443
1292
|
|
|
1444
|
-
- [
|
|
1293
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
1294
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
1445
1295
|
|
|
1446
1296
|
````text
|
|
1447
|
-
|
|
1297
|
+
The MIT License (MIT)
|
|
1448
1298
|
|
|
1449
|
-
|
|
1450
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1451
|
-
in the Software without restriction, including without limitation the rights
|
|
1452
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1453
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1454
|
-
furnished to do so, subject to the following conditions:
|
|
1299
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
1455
1300
|
|
|
1456
|
-
|
|
1457
|
-
all copies or substantial portions of the Software.
|
|
1301
|
+
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:
|
|
1458
1302
|
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1462
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1463
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1464
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1465
|
-
THE SOFTWARE.
|
|
1303
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1304
|
+
|
|
1305
|
+
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.
|
|
1466
1306
|
|
|
1467
1307
|
````
|
|
1468
1308
|
|
|
@@ -1514,34 +1354,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1514
1354
|
|
|
1515
1355
|
### Rust Crates:
|
|
1516
1356
|
|
|
1517
|
-
- [
|
|
1357
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
1518
1358
|
|
|
1519
1359
|
````text
|
|
1520
|
-
Copyright (c) 2018
|
|
1360
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
1361
|
+
Copyright (c) 2016 Alex Crichton
|
|
1521
1362
|
|
|
1522
|
-
Permission is hereby granted, free of charge, to any
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
the Software, and to permit persons to whom the Software
|
|
1529
|
-
is furnished to do so, subject to the following
|
|
1530
|
-
conditions:
|
|
1363
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1364
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1365
|
+
in the Software without restriction, including without limitation the rights
|
|
1366
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1367
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1368
|
+
furnished to do so, subject to the following conditions:
|
|
1531
1369
|
|
|
1532
|
-
The above copyright notice and this permission notice
|
|
1533
|
-
|
|
1534
|
-
|
|
1370
|
+
The above copyright notice and this permission notice shall be included in
|
|
1371
|
+
all copies or substantial portions of the Software.
|
|
1372
|
+
|
|
1373
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1374
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1375
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1376
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1377
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1378
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1379
|
+
THE SOFTWARE.
|
|
1535
1380
|
|
|
1536
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1537
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1538
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1539
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1540
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1541
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1542
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1543
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1544
|
-
DEALINGS IN THE SOFTWARE.
|
|
1545
1381
|
|
|
1546
1382
|
````
|
|
1547
1383
|
|
|
@@ -1551,47 +1387,85 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1551
1387
|
|
|
1552
1388
|
### Rust Crates:
|
|
1553
1389
|
|
|
1554
|
-
- [
|
|
1390
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1391
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1392
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1555
1393
|
|
|
1556
1394
|
````text
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
Permission is hereby granted, free of charge, to any
|
|
1560
|
-
person obtaining a copy of this software and associated
|
|
1561
|
-
documentation files (the "Software"), to deal in the
|
|
1562
|
-
Software without restriction, including without
|
|
1563
|
-
limitation the rights to use, copy, modify, merge,
|
|
1564
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1565
|
-
the Software, and to permit persons to whom the Software
|
|
1566
|
-
is furnished to do so, subject to the following
|
|
1567
|
-
conditions:
|
|
1395
|
+
MIT License
|
|
1568
1396
|
|
|
1569
|
-
|
|
1570
|
-
shall be included in all copies or substantial portions
|
|
1571
|
-
of the Software.
|
|
1397
|
+
Copyright (c) 2017 Ted Driggs
|
|
1572
1398
|
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1580
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1581
|
-
DEALINGS IN THE SOFTWARE.
|
|
1399
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1400
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1401
|
+
in the Software without restriction, including without limitation the rights
|
|
1402
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1403
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1404
|
+
furnished to do so, subject to the following conditions:
|
|
1582
1405
|
|
|
1583
|
-
|
|
1406
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1407
|
+
copies or substantial portions of the Software.
|
|
1584
1408
|
|
|
1585
|
-
|
|
1409
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1410
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1411
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1412
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1413
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1414
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1415
|
+
SOFTWARE.
|
|
1416
|
+
|
|
1417
|
+
````
|
|
1418
|
+
|
|
1419
|
+
---
|
|
1586
1420
|
|
|
1587
1421
|
## The following dependencies are licensed under the MIT License:
|
|
1588
1422
|
|
|
1589
1423
|
### Rust Crates:
|
|
1590
1424
|
|
|
1591
|
-
- [
|
|
1425
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
1592
1426
|
|
|
1593
1427
|
````text
|
|
1594
|
-
|
|
1428
|
+
MIT License
|
|
1429
|
+
|
|
1430
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
1431
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
1432
|
+
Copyright (c) 2017 Frommi
|
|
1433
|
+
Copyright (c) 2017-2024 oyvindln
|
|
1434
|
+
|
|
1435
|
+
|
|
1436
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1437
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1438
|
+
in the Software without restriction, including without limitation the rights
|
|
1439
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1440
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1441
|
+
furnished to do so, subject to the following conditions:
|
|
1442
|
+
|
|
1443
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1444
|
+
copies or substantial portions of the Software.
|
|
1445
|
+
|
|
1446
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1447
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1448
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1449
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1450
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1451
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1452
|
+
SOFTWARE.
|
|
1453
|
+
|
|
1454
|
+
````
|
|
1455
|
+
|
|
1456
|
+
---
|
|
1457
|
+
|
|
1458
|
+
## The following dependencies are licensed under the MIT License:
|
|
1459
|
+
|
|
1460
|
+
### Rust Crates:
|
|
1461
|
+
|
|
1462
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
1463
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1464
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1465
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1466
|
+
|
|
1467
|
+
````text
|
|
1468
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
1595
1469
|
|
|
1596
1470
|
Permission is hereby granted, free of charge, to any
|
|
1597
1471
|
person obtaining a copy of this software and associated
|
|
@@ -1625,10 +1499,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1625
1499
|
|
|
1626
1500
|
### Rust Crates:
|
|
1627
1501
|
|
|
1628
|
-
- [
|
|
1502
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
1629
1503
|
|
|
1630
1504
|
````text
|
|
1631
|
-
Copyright (c)
|
|
1505
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
1632
1506
|
|
|
1633
1507
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1634
1508
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1657,45 +1531,10 @@ THE SOFTWARE.
|
|
|
1657
1531
|
|
|
1658
1532
|
### Rust Crates:
|
|
1659
1533
|
|
|
1660
|
-
- [
|
|
1661
|
-
|
|
1662
|
-
````text
|
|
1663
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
1664
|
-
Copyright (c) 2016 Jason Housley
|
|
1665
|
-
|
|
1666
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1667
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1668
|
-
in the Software without restriction, including without limitation the rights
|
|
1669
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1670
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1671
|
-
furnished to do so, subject to the following conditions:
|
|
1672
|
-
|
|
1673
|
-
The above copyright notice and this permission notice shall be included in
|
|
1674
|
-
all copies or substantial portions of the Software.
|
|
1675
|
-
|
|
1676
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1677
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1678
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1679
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1680
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1681
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1682
|
-
THE SOFTWARE.
|
|
1683
|
-
|
|
1684
|
-
````
|
|
1685
|
-
|
|
1686
|
-
---
|
|
1687
|
-
|
|
1688
|
-
## The following dependencies are licensed under the MIT License:
|
|
1689
|
-
|
|
1690
|
-
### Rust Crates:
|
|
1691
|
-
|
|
1692
|
-
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
1693
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1694
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1695
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1534
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
1696
1535
|
|
|
1697
1536
|
````text
|
|
1698
|
-
Copyright (c)
|
|
1537
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
1699
1538
|
|
|
1700
1539
|
Permission is hereby granted, free of charge, to any
|
|
1701
1540
|
person obtaining a copy of this software and associated
|
|
@@ -1727,19 +1566,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1727
1566
|
|
|
1728
1567
|
## The following dependencies are licensed under the MIT License:
|
|
1729
1568
|
|
|
1730
|
-
###
|
|
1569
|
+
### NPM Packages:
|
|
1731
1570
|
|
|
1732
|
-
- [
|
|
1571
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
1733
1572
|
|
|
1734
1573
|
````text
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
Includes parts of http date with the following copyright:
|
|
1738
|
-
Copyright (c) 2016 Pyfisch
|
|
1739
|
-
|
|
1740
|
-
Includes portions of musl libc with the following copyright:
|
|
1741
|
-
Copyright © 2005-2013 Rich Felker
|
|
1574
|
+
The MIT License (MIT)
|
|
1742
1575
|
|
|
1576
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1743
1577
|
|
|
1744
1578
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1745
1579
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1748,16 +1582,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1748
1582
|
copies of the Software, and to permit persons to whom the Software is
|
|
1749
1583
|
furnished to do so, subject to the following conditions:
|
|
1750
1584
|
|
|
1751
|
-
The above copyright notice and this permission notice shall be included in
|
|
1752
|
-
copies or substantial portions of the Software.
|
|
1585
|
+
The above copyright notice and this permission notice shall be included in
|
|
1586
|
+
all copies or substantial portions of the Software.
|
|
1753
1587
|
|
|
1754
1588
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1755
1589
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1756
1590
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1757
1591
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1758
1592
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1759
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1760
|
-
SOFTWARE.
|
|
1593
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1594
|
+
THE SOFTWARE.
|
|
1761
1595
|
|
|
1762
1596
|
````
|
|
1763
1597
|
|
|
@@ -1767,10 +1601,10 @@ SOFTWARE.
|
|
|
1767
1601
|
|
|
1768
1602
|
### Rust Crates:
|
|
1769
1603
|
|
|
1770
|
-
- [
|
|
1604
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
1771
1605
|
|
|
1772
1606
|
````text
|
|
1773
|
-
Copyright
|
|
1607
|
+
Copyright (c) 2015 Steven Allen
|
|
1774
1608
|
|
|
1775
1609
|
Permission is hereby granted, free of charge, to any
|
|
1776
1610
|
person obtaining a copy of this software and associated
|
|
@@ -1796,21 +1630,20 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1796
1630
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1797
1631
|
DEALINGS IN THE SOFTWARE.
|
|
1798
1632
|
|
|
1799
|
-
|
|
1800
1633
|
````
|
|
1801
1634
|
|
|
1802
1635
|
---
|
|
1803
1636
|
|
|
1804
1637
|
## The following dependencies are licensed under the MIT License:
|
|
1805
1638
|
|
|
1806
|
-
###
|
|
1639
|
+
### Rust Crates:
|
|
1807
1640
|
|
|
1808
|
-
- [
|
|
1641
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
1809
1642
|
|
|
1810
1643
|
````text
|
|
1811
|
-
MIT License
|
|
1644
|
+
The MIT License (MIT)
|
|
1812
1645
|
|
|
1813
|
-
Copyright (c)
|
|
1646
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
1814
1647
|
|
|
1815
1648
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1816
1649
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1830,8 +1663,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1830
1663
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1831
1664
|
SOFTWARE.
|
|
1832
1665
|
|
|
1833
|
-
[others]: https://github.com/json5/json5/contributors
|
|
1834
|
-
|
|
1835
1666
|
````
|
|
1836
1667
|
|
|
1837
1668
|
---
|
|
@@ -1840,16 +1671,14 @@ SOFTWARE.
|
|
|
1840
1671
|
|
|
1841
1672
|
### Rust Crates:
|
|
1842
1673
|
|
|
1843
|
-
- [
|
|
1674
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
1675
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1676
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1844
1677
|
|
|
1845
1678
|
````text
|
|
1846
1679
|
MIT License
|
|
1847
1680
|
|
|
1848
|
-
Copyright
|
|
1849
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
1850
|
-
Copyright (c) 2017 Frommi
|
|
1851
|
-
Copyright (c) 2017-2024 oyvindln
|
|
1852
|
-
|
|
1681
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
1853
1682
|
|
|
1854
1683
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1855
1684
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1875,42 +1704,12 @@ SOFTWARE.
|
|
|
1875
1704
|
|
|
1876
1705
|
## The following dependencies are licensed under the MIT License:
|
|
1877
1706
|
|
|
1878
|
-
### NPM Packages:
|
|
1879
|
-
|
|
1880
|
-
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
1881
|
-
|
|
1882
|
-
````text
|
|
1883
|
-
This software is released under the MIT license:
|
|
1884
|
-
|
|
1885
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1886
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
1887
|
-
the Software without restriction, including without limitation the rights to
|
|
1888
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1889
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1890
|
-
subject to the following conditions:
|
|
1891
|
-
|
|
1892
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1893
|
-
copies or substantial portions of the Software.
|
|
1894
|
-
|
|
1895
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1896
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1897
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1898
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1899
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1900
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1901
|
-
|
|
1902
|
-
````
|
|
1903
|
-
|
|
1904
|
-
---
|
|
1905
|
-
|
|
1906
|
-
## The following dependencies are licensed under the MIT License:
|
|
1907
|
-
|
|
1908
1707
|
### Rust Crates:
|
|
1909
1708
|
|
|
1910
|
-
- [
|
|
1709
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
1911
1710
|
|
|
1912
1711
|
````text
|
|
1913
|
-
Copyright
|
|
1712
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
1914
1713
|
|
|
1915
1714
|
Permission is hereby granted, free of charge, to any
|
|
1916
1715
|
person obtaining a copy of this software and associated
|
|
@@ -1944,11 +1743,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1944
1743
|
|
|
1945
1744
|
### Rust Crates:
|
|
1946
1745
|
|
|
1947
|
-
- [
|
|
1948
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1746
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
1949
1747
|
|
|
1950
1748
|
````text
|
|
1951
|
-
Copyright (c)
|
|
1749
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
1750
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
1952
1751
|
|
|
1953
1752
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1954
1753
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1976,34 +1775,30 @@ SOFTWARE.
|
|
|
1976
1775
|
|
|
1977
1776
|
### Rust Crates:
|
|
1978
1777
|
|
|
1979
|
-
- [
|
|
1778
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
1980
1779
|
|
|
1981
1780
|
````text
|
|
1982
|
-
|
|
1781
|
+
MIT License
|
|
1983
1782
|
|
|
1984
|
-
|
|
1985
|
-
person obtaining a copy of this software and associated
|
|
1986
|
-
documentation files (the "Software"), to deal in the
|
|
1987
|
-
Software without restriction, including without
|
|
1988
|
-
limitation the rights to use, copy, modify, merge,
|
|
1989
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1990
|
-
the Software, and to permit persons to whom the Software
|
|
1991
|
-
is furnished to do so, subject to the following
|
|
1992
|
-
conditions:
|
|
1783
|
+
Copyright (c) 2025 Callum Oakley
|
|
1993
1784
|
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1785
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1786
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1787
|
+
in the Software without restriction, including without limitation the rights
|
|
1788
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1789
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1790
|
+
furnished to do so, subject to the following conditions:
|
|
1997
1791
|
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
IN
|
|
2006
|
-
|
|
1792
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1793
|
+
copies or substantial portions of the Software.
|
|
1794
|
+
|
|
1795
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1796
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1797
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1798
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1799
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1800
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1801
|
+
SOFTWARE.
|
|
2007
1802
|
|
|
2008
1803
|
````
|
|
2009
1804
|
|
|
@@ -2013,11 +1808,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2013
1808
|
|
|
2014
1809
|
### Rust Crates:
|
|
2015
1810
|
|
|
2016
|
-
- [
|
|
1811
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
2017
1812
|
|
|
2018
1813
|
````text
|
|
2019
|
-
Copyright (c)
|
|
2020
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1814
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
2021
1815
|
|
|
2022
1816
|
Permission is hereby granted, free of charge, to any
|
|
2023
1817
|
person obtaining a copy of this software and associated
|
|
@@ -2051,11 +1845,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2051
1845
|
|
|
2052
1846
|
### Rust Crates:
|
|
2053
1847
|
|
|
2054
|
-
- [
|
|
1848
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
2055
1849
|
|
|
2056
1850
|
````text
|
|
2057
|
-
Copyright (c)
|
|
2058
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1851
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
2059
1852
|
|
|
2060
1853
|
Permission is hereby granted, free of charge, to any
|
|
2061
1854
|
person obtaining a copy of this software and associated
|
|
@@ -2089,10 +1882,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2089
1882
|
|
|
2090
1883
|
### Rust Crates:
|
|
2091
1884
|
|
|
2092
|
-
- [
|
|
1885
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
2093
1886
|
|
|
2094
1887
|
````text
|
|
2095
|
-
Copyright (c)
|
|
1888
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
1889
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2096
1890
|
|
|
2097
1891
|
Permission is hereby granted, free of charge, to any
|
|
2098
1892
|
person obtaining a copy of this software and associated
|
|
@@ -2126,10 +1920,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2126
1920
|
|
|
2127
1921
|
### Rust Crates:
|
|
2128
1922
|
|
|
2129
|
-
- [
|
|
1923
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
2130
1924
|
|
|
2131
1925
|
````text
|
|
2132
|
-
Copyright (c)
|
|
1926
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
2133
1927
|
|
|
2134
1928
|
Permission is hereby granted, free of charge, to any
|
|
2135
1929
|
person obtaining a copy of this software and associated
|
|
@@ -2163,39 +1957,64 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2163
1957
|
|
|
2164
1958
|
### Rust Crates:
|
|
2165
1959
|
|
|
2166
|
-
- [
|
|
2167
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2168
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2169
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2170
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2171
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
1960
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
2172
1961
|
|
|
2173
1962
|
````text
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
publish, distribute, sublicense, and/or sell
|
|
2182
|
-
the Software, and to permit persons to whom the Software
|
|
2183
|
-
|
|
2184
|
-
|
|
1963
|
+
The MIT License (MIT)
|
|
1964
|
+
|
|
1965
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
1966
|
+
|
|
1967
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1968
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1969
|
+
in the Software without restriction, including without limitation the rights
|
|
1970
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1971
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1972
|
+
furnished to do so, subject to the following conditions:
|
|
1973
|
+
|
|
1974
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1975
|
+
copies or substantial portions of the Software.
|
|
1976
|
+
|
|
1977
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1978
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1979
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1980
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1981
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1982
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1983
|
+
SOFTWARE.
|
|
1984
|
+
````
|
|
2185
1985
|
|
|
2186
|
-
|
|
2187
|
-
shall be included in all copies or substantial portions
|
|
2188
|
-
of the Software.
|
|
1986
|
+
---
|
|
2189
1987
|
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
1988
|
+
## The following dependencies are licensed under the MIT License:
|
|
1989
|
+
|
|
1990
|
+
### Rust Crates:
|
|
1991
|
+
|
|
1992
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
1993
|
+
|
|
1994
|
+
````text
|
|
1995
|
+
The MIT License (MIT)
|
|
1996
|
+
|
|
1997
|
+
Copyright (c) 2015 Danny Guo
|
|
1998
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
1999
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
2000
|
+
|
|
2001
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2002
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2003
|
+
in the Software without restriction, including without limitation the rights
|
|
2004
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2005
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2006
|
+
furnished to do so, subject to the following conditions:
|
|
2007
|
+
|
|
2008
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2009
|
+
copies or substantial portions of the Software.
|
|
2010
|
+
|
|
2011
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2012
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2013
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2014
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2015
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2016
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2017
|
+
SOFTWARE.
|
|
2199
2018
|
|
|
2200
2019
|
````
|
|
2201
2020
|
|
|
@@ -2205,12 +2024,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2205
2024
|
|
|
2206
2025
|
### Rust Crates:
|
|
2207
2026
|
|
|
2208
|
-
- [
|
|
2027
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
2209
2028
|
|
|
2210
2029
|
````text
|
|
2211
2030
|
MIT License
|
|
2212
2031
|
|
|
2213
|
-
Copyright (c)
|
|
2032
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
2033
|
+
Copyright (c) Tokio Contributors
|
|
2214
2034
|
|
|
2215
2035
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2216
2036
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2238,10 +2058,10 @@ SOFTWARE.
|
|
|
2238
2058
|
|
|
2239
2059
|
### Rust Crates:
|
|
2240
2060
|
|
|
2241
|
-
- [
|
|
2061
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
2242
2062
|
|
|
2243
2063
|
````text
|
|
2244
|
-
Copyright (c)
|
|
2064
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
2245
2065
|
|
|
2246
2066
|
Permission is hereby granted, free of charge, to any
|
|
2247
2067
|
person obtaining a copy of this software and associated
|
|
@@ -2275,43 +2095,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2275
2095
|
|
|
2276
2096
|
### Rust Crates:
|
|
2277
2097
|
|
|
2278
|
-
- [
|
|
2279
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2280
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2281
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2282
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2283
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2284
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2285
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2286
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2098
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2287
2099
|
|
|
2288
2100
|
````text
|
|
2289
|
-
|
|
2290
|
-
Copyright (c) 2017 The Tokio Authors
|
|
2101
|
+
MIT License
|
|
2291
2102
|
|
|
2292
|
-
|
|
2293
|
-
person obtaining a copy of this software and associated
|
|
2294
|
-
documentation files (the "Software"), to deal in the
|
|
2295
|
-
Software without restriction, including without
|
|
2296
|
-
limitation the rights to use, copy, modify, merge,
|
|
2297
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2298
|
-
the Software, and to permit persons to whom the Software
|
|
2299
|
-
is furnished to do so, subject to the following
|
|
2300
|
-
conditions:
|
|
2103
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2301
2104
|
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2105
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2106
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2107
|
+
in the Software without restriction, including without limitation the rights
|
|
2108
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2109
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2110
|
+
furnished to do so, subject to the following conditions:
|
|
2305
2111
|
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
IN
|
|
2314
|
-
|
|
2112
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2113
|
+
copies or substantial portions of the Software.
|
|
2114
|
+
|
|
2115
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2116
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2117
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2118
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2119
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2120
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2121
|
+
SOFTWARE.
|
|
2315
2122
|
|
|
2316
2123
|
````
|
|
2317
2124
|
|
|
@@ -2321,13 +2128,37 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2321
2128
|
|
|
2322
2129
|
### Rust Crates:
|
|
2323
2130
|
|
|
2324
|
-
- [
|
|
2325
|
-
- [
|
|
2326
|
-
- [
|
|
2131
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
2132
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
2133
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
2134
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2135
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
2136
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
2137
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
2138
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
2139
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
2140
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2141
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2142
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
2143
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
2144
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
2145
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
2146
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2147
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2148
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
2149
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
2150
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
2151
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
2152
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
2153
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
2154
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2155
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2156
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2157
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2158
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
2159
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
2327
2160
|
|
|
2328
2161
|
````text
|
|
2329
|
-
Copyright (c) 2013-2025 The rust-url developers
|
|
2330
|
-
|
|
2331
2162
|
Permission is hereby granted, free of charge, to any
|
|
2332
2163
|
person obtaining a copy of this software and associated
|
|
2333
2164
|
documentation files (the "Software"), to deal in the
|
|
@@ -2360,13 +2191,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2360
2191
|
|
|
2361
2192
|
### Rust Crates:
|
|
2362
2193
|
|
|
2363
|
-
- [
|
|
2194
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
2195
|
+
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
2364
2196
|
|
|
2365
2197
|
````text
|
|
2366
2198
|
MIT License
|
|
2367
2199
|
|
|
2368
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
2369
|
-
|
|
2370
2200
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2371
2201
|
of this software and associated documentation files (the "Software"), to deal
|
|
2372
2202
|
in the Software without restriction, including without limitation the rights
|
|
@@ -2393,32 +2223,10 @@ SOFTWARE.
|
|
|
2393
2223
|
|
|
2394
2224
|
### Rust Crates:
|
|
2395
2225
|
|
|
2396
|
-
- [
|
|
2397
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2398
|
-
|
|
2399
|
-
````text
|
|
2400
|
-
The MIT License (MIT)
|
|
2401
|
-
|
|
2402
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
2403
|
-
|
|
2404
|
-
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:
|
|
2405
|
-
|
|
2406
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2407
|
-
|
|
2408
|
-
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.
|
|
2409
|
-
|
|
2410
|
-
````
|
|
2411
|
-
|
|
2412
|
-
---
|
|
2413
|
-
|
|
2414
|
-
## The following dependencies are licensed under the MIT License:
|
|
2415
|
-
|
|
2416
|
-
### Rust Crates:
|
|
2417
|
-
|
|
2418
|
-
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
2226
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
2419
2227
|
|
|
2420
2228
|
````text
|
|
2421
|
-
Copyright (c)
|
|
2229
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
2422
2230
|
|
|
2423
2231
|
Permission is hereby granted, free of charge, to any
|
|
2424
2232
|
person obtaining a copy of this software and associated
|
|
@@ -2483,16 +2291,14 @@ THE SOFTWARE.
|
|
|
2483
2291
|
|
|
2484
2292
|
## The following dependencies are licensed under the MIT License:
|
|
2485
2293
|
|
|
2486
|
-
###
|
|
2294
|
+
### NPM Packages:
|
|
2487
2295
|
|
|
2488
|
-
- [
|
|
2489
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2490
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2296
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
2491
2297
|
|
|
2492
2298
|
````text
|
|
2493
|
-
MIT License
|
|
2299
|
+
The MIT License (MIT)
|
|
2494
2300
|
|
|
2495
|
-
Copyright (c)
|
|
2301
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
2496
2302
|
|
|
2497
2303
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2498
2304
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2512,6 +2318,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2512
2318
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2513
2319
|
SOFTWARE.
|
|
2514
2320
|
|
|
2321
|
+
|
|
2515
2322
|
````
|
|
2516
2323
|
|
|
2517
2324
|
---
|
|
@@ -2520,10 +2327,10 @@ SOFTWARE.
|
|
|
2520
2327
|
|
|
2521
2328
|
### Rust Crates:
|
|
2522
2329
|
|
|
2523
|
-
- [
|
|
2330
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
2524
2331
|
|
|
2525
2332
|
````text
|
|
2526
|
-
Copyright
|
|
2333
|
+
Copyright (c) 2016--2017
|
|
2527
2334
|
|
|
2528
2335
|
Permission is hereby granted, free of charge, to any
|
|
2529
2336
|
person obtaining a copy of this software and associated
|
|
@@ -2555,47 +2362,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2555
2362
|
|
|
2556
2363
|
## The following dependencies are licensed under the MIT License:
|
|
2557
2364
|
|
|
2558
|
-
###
|
|
2559
|
-
|
|
2560
|
-
- [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
|
|
2561
|
-
|
|
2562
|
-
````text
|
|
2563
|
-
Copyright (c) 2015 Igor Shaula
|
|
2564
|
-
|
|
2565
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2566
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2567
|
-
in the Software without restriction, including without limitation the rights
|
|
2568
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2569
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2570
|
-
furnished to do so, subject to the following conditions:
|
|
2571
|
-
|
|
2572
|
-
The above copyright notice and this permission notice shall be included in
|
|
2573
|
-
all copies or substantial portions of the Software.
|
|
2574
|
-
|
|
2575
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2576
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2577
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2578
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2579
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2580
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2581
|
-
THE SOFTWARE.
|
|
2582
|
-
|
|
2583
|
-
````
|
|
2584
|
-
|
|
2585
|
-
---
|
|
2586
|
-
|
|
2587
|
-
## The following dependencies are licensed under the MIT License:
|
|
2588
|
-
|
|
2589
|
-
### Rust Crates:
|
|
2365
|
+
### NPM Packages:
|
|
2590
2366
|
|
|
2591
|
-
- [
|
|
2592
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2593
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2367
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.10) (0.0.10)
|
|
2594
2368
|
|
|
2595
2369
|
````text
|
|
2596
2370
|
MIT License
|
|
2597
2371
|
|
|
2598
|
-
Copyright (c)
|
|
2372
|
+
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
2599
2373
|
|
|
2600
2374
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2601
2375
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2623,11 +2397,10 @@ SOFTWARE.
|
|
|
2623
2397
|
|
|
2624
2398
|
### Rust Crates:
|
|
2625
2399
|
|
|
2626
|
-
- [
|
|
2627
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
2400
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
2628
2401
|
|
|
2629
2402
|
````text
|
|
2630
|
-
Copyright (c)
|
|
2403
|
+
Copyright (c) 2016--2023
|
|
2631
2404
|
|
|
2632
2405
|
Permission is hereby granted, free of charge, to any
|
|
2633
2406
|
person obtaining a copy of this software and associated
|
|
@@ -2661,12 +2434,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2661
2434
|
|
|
2662
2435
|
### Rust Crates:
|
|
2663
2436
|
|
|
2664
|
-
- [
|
|
2665
|
-
|
|
2437
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
2438
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
2439
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2440
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
2441
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2442
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2443
|
+
|
|
2666
2444
|
````text
|
|
2667
|
-
Copyright
|
|
2668
|
-
Copyright (c)
|
|
2669
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2445
|
+
Copyright 2018 Developers of the Rand project
|
|
2446
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2670
2447
|
|
|
2671
2448
|
Permission is hereby granted, free of charge, to any
|
|
2672
2449
|
person obtaining a copy of this software and associated
|
|
@@ -2700,34 +2477,64 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2700
2477
|
|
|
2701
2478
|
### Rust Crates:
|
|
2702
2479
|
|
|
2703
|
-
- [
|
|
2480
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
2704
2481
|
|
|
2705
2482
|
````text
|
|
2706
|
-
|
|
2483
|
+
MIT License
|
|
2707
2484
|
|
|
2708
|
-
|
|
2709
|
-
person obtaining a copy of this software and associated
|
|
2710
|
-
documentation files (the "Software"), to deal in the
|
|
2711
|
-
Software without restriction, including without
|
|
2712
|
-
limitation the rights to use, copy, modify, merge,
|
|
2713
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2714
|
-
the Software, and to permit persons to whom the Software
|
|
2715
|
-
is furnished to do so, subject to the following
|
|
2716
|
-
conditions:
|
|
2485
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
2717
2486
|
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2487
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2488
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2489
|
+
in the Software without restriction, including without limitation the rights
|
|
2490
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2491
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2492
|
+
furnished to do so, subject to the following conditions:
|
|
2721
2493
|
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
IN
|
|
2730
|
-
|
|
2494
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2495
|
+
copies or substantial portions of the Software.
|
|
2496
|
+
|
|
2497
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2498
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2499
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2500
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2501
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2502
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2503
|
+
SOFTWARE.
|
|
2504
|
+
|
|
2505
|
+
````
|
|
2506
|
+
|
|
2507
|
+
---
|
|
2508
|
+
|
|
2509
|
+
## The following dependencies are licensed under the MIT License:
|
|
2510
|
+
|
|
2511
|
+
### NPM Packages:
|
|
2512
|
+
|
|
2513
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
2514
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2515
|
+
|
|
2516
|
+
````text
|
|
2517
|
+
MIT License
|
|
2518
|
+
|
|
2519
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
2520
|
+
|
|
2521
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2522
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2523
|
+
in the Software without restriction, including without limitation the rights
|
|
2524
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2525
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2526
|
+
furnished to do so, subject to the following conditions:
|
|
2527
|
+
|
|
2528
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2529
|
+
copies or substantial portions of the Software.
|
|
2530
|
+
|
|
2531
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2532
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2533
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2534
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2535
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2536
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2537
|
+
SOFTWARE.
|
|
2731
2538
|
|
|
2732
2539
|
````
|
|
2733
2540
|
|
|
@@ -2737,13 +2544,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2737
2544
|
|
|
2738
2545
|
### Rust Crates:
|
|
2739
2546
|
|
|
2740
|
-
- [
|
|
2741
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
2547
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
2742
2548
|
|
|
2743
2549
|
````text
|
|
2744
|
-
Copyright (c)
|
|
2745
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2746
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
2550
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
2747
2551
|
|
|
2748
2552
|
Permission is hereby granted, free of charge, to any
|
|
2749
2553
|
person obtaining a copy of this software and associated
|
|
@@ -2775,17 +2579,42 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2775
2579
|
|
|
2776
2580
|
## The following dependencies are licensed under the MIT License:
|
|
2777
2581
|
|
|
2778
|
-
###
|
|
2582
|
+
### NPM Packages:
|
|
2779
2583
|
|
|
2780
|
-
- [
|
|
2781
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2782
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2783
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2584
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
2784
2585
|
|
|
2785
2586
|
````text
|
|
2786
|
-
|
|
2587
|
+
This software is released under the MIT license:
|
|
2787
2588
|
|
|
2788
|
-
|
|
2589
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2590
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2591
|
+
the Software without restriction, including without limitation the rights to
|
|
2592
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2593
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2594
|
+
subject to the following conditions:
|
|
2595
|
+
|
|
2596
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2597
|
+
copies or substantial portions of the Software.
|
|
2598
|
+
|
|
2599
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2600
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2601
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2602
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2603
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2604
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2605
|
+
|
|
2606
|
+
````
|
|
2607
|
+
|
|
2608
|
+
---
|
|
2609
|
+
|
|
2610
|
+
## The following dependencies are licensed under the MIT License:
|
|
2611
|
+
|
|
2612
|
+
### Rust Crates:
|
|
2613
|
+
|
|
2614
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
2615
|
+
|
|
2616
|
+
````text
|
|
2617
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
2789
2618
|
|
|
2790
2619
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2791
2620
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2813,29 +2642,10 @@ THE SOFTWARE.
|
|
|
2813
2642
|
|
|
2814
2643
|
### Rust Crates:
|
|
2815
2644
|
|
|
2816
|
-
- [
|
|
2817
|
-
|
|
2818
|
-
````text
|
|
2819
|
-
Copyright (c) 2015 steffengy
|
|
2820
|
-
|
|
2821
|
-
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:
|
|
2822
|
-
|
|
2823
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2824
|
-
|
|
2825
|
-
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.
|
|
2826
|
-
|
|
2827
|
-
````
|
|
2828
|
-
|
|
2829
|
-
---
|
|
2830
|
-
|
|
2831
|
-
## The following dependencies are licensed under the MIT License:
|
|
2832
|
-
|
|
2833
|
-
### Rust Crates:
|
|
2834
|
-
|
|
2835
|
-
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
2645
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
2836
2646
|
|
|
2837
2647
|
````text
|
|
2838
|
-
Copyright (c)
|
|
2648
|
+
Copyright (c) The Rust Project Developers
|
|
2839
2649
|
|
|
2840
2650
|
Permission is hereby granted, free of charge, to any
|
|
2841
2651
|
person obtaining a copy of this software and associated
|
|
@@ -2869,12 +2679,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2869
2679
|
|
|
2870
2680
|
### Rust Crates:
|
|
2871
2681
|
|
|
2872
|
-
- [
|
|
2682
|
+
- [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
|
|
2873
2683
|
|
|
2874
2684
|
````text
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
Copyright (c) 2014 Paho Lurie-Gregg
|
|
2685
|
+
Copyright (c) 2015 Igor Shaula
|
|
2878
2686
|
|
|
2879
2687
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2880
2688
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2883,16 +2691,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2883
2691
|
copies of the Software, and to permit persons to whom the Software is
|
|
2884
2692
|
furnished to do so, subject to the following conditions:
|
|
2885
2693
|
|
|
2886
|
-
The above copyright notice and this permission notice shall be included in
|
|
2887
|
-
copies or substantial portions of the Software.
|
|
2694
|
+
The above copyright notice and this permission notice shall be included in
|
|
2695
|
+
all copies or substantial portions of the Software.
|
|
2888
2696
|
|
|
2889
2697
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2890
2698
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2891
2699
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2892
2700
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2893
2701
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2894
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2895
|
-
SOFTWARE.
|
|
2702
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2703
|
+
THE SOFTWARE.
|
|
2896
2704
|
|
|
2897
2705
|
````
|
|
2898
2706
|
|
|
@@ -2902,10 +2710,13 @@ SOFTWARE.
|
|
|
2902
2710
|
|
|
2903
2711
|
### Rust Crates:
|
|
2904
2712
|
|
|
2905
|
-
- [
|
|
2713
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
2906
2714
|
|
|
2907
2715
|
````text
|
|
2908
|
-
|
|
2716
|
+
The MIT License (MIT)
|
|
2717
|
+
|
|
2718
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
2719
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
2909
2720
|
|
|
2910
2721
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2911
2722
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2914,16 +2725,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2914
2725
|
copies of the Software, and to permit persons to whom the Software is
|
|
2915
2726
|
furnished to do so, subject to the following conditions:
|
|
2916
2727
|
|
|
2917
|
-
The above copyright notice and this permission notice shall be included in
|
|
2918
|
-
|
|
2728
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2729
|
+
copies or substantial portions of the Software.
|
|
2919
2730
|
|
|
2920
2731
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2921
2732
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2922
2733
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2923
2734
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2924
2735
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2925
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2926
|
-
|
|
2736
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2737
|
+
SOFTWARE.
|
|
2927
2738
|
|
|
2928
2739
|
````
|
|
2929
2740
|
|
|
@@ -2931,14 +2742,19 @@ THE SOFTWARE.
|
|
|
2931
2742
|
|
|
2932
2743
|
## The following dependencies are licensed under the MIT License:
|
|
2933
2744
|
|
|
2934
|
-
###
|
|
2745
|
+
### Rust Crates:
|
|
2935
2746
|
|
|
2936
|
-
- [
|
|
2747
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
2937
2748
|
|
|
2938
2749
|
````text
|
|
2939
|
-
The
|
|
2750
|
+
Copyright (c) 2016 The humantime Developers
|
|
2751
|
+
|
|
2752
|
+
Includes parts of http date with the following copyright:
|
|
2753
|
+
Copyright (c) 2016 Pyfisch
|
|
2754
|
+
|
|
2755
|
+
Includes portions of musl libc with the following copyright:
|
|
2756
|
+
Copyright © 2005-2013 Rich Felker
|
|
2940
2757
|
|
|
2941
|
-
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
2942
2758
|
|
|
2943
2759
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2944
2760
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2958,22 +2774,21 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2958
2774
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2959
2775
|
SOFTWARE.
|
|
2960
2776
|
|
|
2961
|
-
|
|
2962
2777
|
````
|
|
2963
2778
|
|
|
2964
2779
|
---
|
|
2965
2780
|
|
|
2966
2781
|
## The following dependencies are licensed under the MIT License:
|
|
2967
2782
|
|
|
2968
|
-
###
|
|
2783
|
+
### Rust Crates:
|
|
2969
2784
|
|
|
2970
|
-
- [
|
|
2971
|
-
- [
|
|
2785
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
2786
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
2972
2787
|
|
|
2973
2788
|
````text
|
|
2974
2789
|
MIT License
|
|
2975
2790
|
|
|
2976
|
-
Copyright (c)
|
|
2791
|
+
Copyright (c) 2019 Graham Esau
|
|
2977
2792
|
|
|
2978
2793
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2979
2794
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3001,11 +2816,48 @@ SOFTWARE.
|
|
|
3001
2816
|
|
|
3002
2817
|
### Rust Crates:
|
|
3003
2818
|
|
|
3004
|
-
- [
|
|
2819
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
3005
2820
|
|
|
3006
2821
|
````text
|
|
3007
|
-
Copyright (c) 2018-
|
|
3008
|
-
Copyright (c)
|
|
2822
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
2823
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2824
|
+
|
|
2825
|
+
Permission is hereby granted, free of charge, to any
|
|
2826
|
+
person obtaining a copy of this software and associated
|
|
2827
|
+
documentation files (the "Software"), to deal in the
|
|
2828
|
+
Software without restriction, including without
|
|
2829
|
+
limitation the rights to use, copy, modify, merge,
|
|
2830
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2831
|
+
the Software, and to permit persons to whom the Software
|
|
2832
|
+
is furnished to do so, subject to the following
|
|
2833
|
+
conditions:
|
|
2834
|
+
|
|
2835
|
+
The above copyright notice and this permission notice
|
|
2836
|
+
shall be included in all copies or substantial portions
|
|
2837
|
+
of the Software.
|
|
2838
|
+
|
|
2839
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2840
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2841
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2842
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2843
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2844
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2845
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2846
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2847
|
+
DEALINGS IN THE SOFTWARE.
|
|
2848
|
+
|
|
2849
|
+
````
|
|
2850
|
+
|
|
2851
|
+
---
|
|
2852
|
+
|
|
2853
|
+
## The following dependencies are licensed under the MIT License:
|
|
2854
|
+
|
|
2855
|
+
### Rust Crates:
|
|
2856
|
+
|
|
2857
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
2858
|
+
|
|
2859
|
+
````text
|
|
2860
|
+
Copyright (c) 2019 Eliza Weisman
|
|
3009
2861
|
|
|
3010
2862
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3011
2863
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3025,6 +2877,24 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3025
2877
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3026
2878
|
THE SOFTWARE.
|
|
3027
2879
|
|
|
2880
|
+
````
|
|
2881
|
+
|
|
2882
|
+
---
|
|
2883
|
+
|
|
2884
|
+
## The following dependencies are licensed under the MIT License:
|
|
2885
|
+
|
|
2886
|
+
### Rust Crates:
|
|
2887
|
+
|
|
2888
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
2889
|
+
|
|
2890
|
+
````text
|
|
2891
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
2892
|
+
|
|
2893
|
+
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:
|
|
2894
|
+
|
|
2895
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2896
|
+
|
|
2897
|
+
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.
|
|
3028
2898
|
|
|
3029
2899
|
````
|
|
3030
2900
|
|
|
@@ -3034,10 +2904,11 @@ THE SOFTWARE.
|
|
|
3034
2904
|
|
|
3035
2905
|
### Rust Crates:
|
|
3036
2906
|
|
|
3037
|
-
- [
|
|
2907
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
3038
2908
|
|
|
3039
2909
|
````text
|
|
3040
|
-
Copyright (c)
|
|
2910
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
2911
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3041
2912
|
|
|
3042
2913
|
Permission is hereby granted, free of charge, to any
|
|
3043
2914
|
person obtaining a copy of this software and associated
|
|
@@ -3069,14 +2940,95 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3069
2940
|
|
|
3070
2941
|
## The following dependencies are licensed under the MIT License:
|
|
3071
2942
|
|
|
3072
|
-
###
|
|
2943
|
+
### Rust Crates:
|
|
3073
2944
|
|
|
3074
|
-
- [
|
|
2945
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2946
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2947
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2948
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2949
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2950
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2951
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2952
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2953
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3075
2954
|
|
|
3076
2955
|
````text
|
|
3077
|
-
|
|
2956
|
+
Copyright (c) 2016 Alex Crichton
|
|
2957
|
+
Copyright (c) 2017 The Tokio Authors
|
|
3078
2958
|
|
|
3079
|
-
|
|
2959
|
+
Permission is hereby granted, free of charge, to any
|
|
2960
|
+
person obtaining a copy of this software and associated
|
|
2961
|
+
documentation files (the "Software"), to deal in the
|
|
2962
|
+
Software without restriction, including without
|
|
2963
|
+
limitation the rights to use, copy, modify, merge,
|
|
2964
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2965
|
+
the Software, and to permit persons to whom the Software
|
|
2966
|
+
is furnished to do so, subject to the following
|
|
2967
|
+
conditions:
|
|
2968
|
+
|
|
2969
|
+
The above copyright notice and this permission notice
|
|
2970
|
+
shall be included in all copies or substantial portions
|
|
2971
|
+
of the Software.
|
|
2972
|
+
|
|
2973
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2974
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2975
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2976
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2977
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2978
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2979
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2980
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2981
|
+
DEALINGS IN THE SOFTWARE.
|
|
2982
|
+
|
|
2983
|
+
````
|
|
2984
|
+
|
|
2985
|
+
---
|
|
2986
|
+
|
|
2987
|
+
## The following dependencies are licensed under the MIT License:
|
|
2988
|
+
|
|
2989
|
+
### Rust Crates:
|
|
2990
|
+
|
|
2991
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
2992
|
+
|
|
2993
|
+
````text
|
|
2994
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
2995
|
+
|
|
2996
|
+
Permission is hereby granted, free of charge, to any
|
|
2997
|
+
person obtaining a copy of this software and associated
|
|
2998
|
+
documentation files (the "Software"), to deal in the
|
|
2999
|
+
Software without restriction, including without
|
|
3000
|
+
limitation the rights to use, copy, modify, merge,
|
|
3001
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3002
|
+
the Software, and to permit persons to whom the Software
|
|
3003
|
+
is furnished to do so, subject to the following
|
|
3004
|
+
conditions:
|
|
3005
|
+
|
|
3006
|
+
The above copyright notice and this permission notice
|
|
3007
|
+
shall be included in all copies or substantial portions
|
|
3008
|
+
of the Software.
|
|
3009
|
+
|
|
3010
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3011
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3012
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3013
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3014
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3015
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3016
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3017
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3018
|
+
DEALINGS IN THE SOFTWARE.
|
|
3019
|
+
|
|
3020
|
+
````
|
|
3021
|
+
|
|
3022
|
+
---
|
|
3023
|
+
|
|
3024
|
+
## The following dependencies are licensed under the MIT License:
|
|
3025
|
+
|
|
3026
|
+
### Rust Crates:
|
|
3027
|
+
|
|
3028
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
3029
|
+
|
|
3030
|
+
````text
|
|
3031
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
3080
3032
|
|
|
3081
3033
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3082
3034
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3104,12 +3056,10 @@ THE SOFTWARE.
|
|
|
3104
3056
|
|
|
3105
3057
|
### Rust Crates:
|
|
3106
3058
|
|
|
3107
|
-
- [
|
|
3059
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
3108
3060
|
|
|
3109
3061
|
````text
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3062
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
3113
3063
|
|
|
3114
3064
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3115
3065
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3118,16 +3068,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3118
3068
|
copies of the Software, and to permit persons to whom the Software is
|
|
3119
3069
|
furnished to do so, subject to the following conditions:
|
|
3120
3070
|
|
|
3121
|
-
The above copyright notice and this permission notice shall be included in
|
|
3122
|
-
copies or substantial portions of the Software.
|
|
3071
|
+
The above copyright notice and this permission notice shall be included in
|
|
3072
|
+
all copies or substantial portions of the Software.
|
|
3123
3073
|
|
|
3124
3074
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3125
3075
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3126
3076
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3127
3077
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3128
3078
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3129
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3130
|
-
SOFTWARE.
|
|
3079
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3080
|
+
THE SOFTWARE.
|
|
3081
|
+
|
|
3131
3082
|
|
|
3132
3083
|
````
|
|
3133
3084
|
|
|
@@ -3137,29 +3088,109 @@ SOFTWARE.
|
|
|
3137
3088
|
|
|
3138
3089
|
### Rust Crates:
|
|
3139
3090
|
|
|
3140
|
-
- [
|
|
3091
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
3092
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
3141
3093
|
|
|
3142
3094
|
````text
|
|
3143
|
-
Copyright (c)
|
|
3095
|
+
Copyright (c) 2014 Alex Crichton
|
|
3144
3096
|
|
|
3145
|
-
Permission is hereby granted, free of charge, to any
|
|
3146
|
-
of this software and associated
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3097
|
+
Permission is hereby granted, free of charge, to any
|
|
3098
|
+
person obtaining a copy of this software and associated
|
|
3099
|
+
documentation files (the "Software"), to deal in the
|
|
3100
|
+
Software without restriction, including without
|
|
3101
|
+
limitation the rights to use, copy, modify, merge,
|
|
3102
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3103
|
+
the Software, and to permit persons to whom the Software
|
|
3104
|
+
is furnished to do so, subject to the following
|
|
3105
|
+
conditions:
|
|
3151
3106
|
|
|
3152
|
-
The above copyright notice and this permission notice
|
|
3153
|
-
copies or substantial portions
|
|
3107
|
+
The above copyright notice and this permission notice
|
|
3108
|
+
shall be included in all copies or substantial portions
|
|
3109
|
+
of the Software.
|
|
3154
3110
|
|
|
3155
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3156
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
3111
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3112
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3113
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3114
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3115
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3116
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3117
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3118
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3119
|
+
DEALINGS IN THE SOFTWARE.
|
|
3120
|
+
|
|
3121
|
+
````
|
|
3122
|
+
|
|
3123
|
+
---
|
|
3124
|
+
|
|
3125
|
+
## The following dependencies are licensed under the MIT License:
|
|
3126
|
+
|
|
3127
|
+
### Rust Crates:
|
|
3162
3128
|
|
|
3129
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
3130
|
+
|
|
3131
|
+
````text
|
|
3132
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
3133
|
+
|
|
3134
|
+
Permission is hereby granted, free of charge, to any
|
|
3135
|
+
person obtaining a copy of this software and associated
|
|
3136
|
+
documentation files (the "Software"), to deal in the
|
|
3137
|
+
Software without restriction, including without
|
|
3138
|
+
limitation the rights to use, copy, modify, merge,
|
|
3139
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3140
|
+
the Software, and to permit persons to whom the Software
|
|
3141
|
+
is furnished to do so, subject to the following
|
|
3142
|
+
conditions:
|
|
3143
|
+
|
|
3144
|
+
The above copyright notice and this permission notice
|
|
3145
|
+
shall be included in all copies or substantial portions
|
|
3146
|
+
of the Software.
|
|
3147
|
+
|
|
3148
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3149
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3150
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3151
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3152
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3153
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3154
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3155
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3156
|
+
DEALINGS IN THE SOFTWARE.
|
|
3157
|
+
|
|
3158
|
+
````
|
|
3159
|
+
|
|
3160
|
+
---
|
|
3161
|
+
|
|
3162
|
+
## The following dependencies are licensed under the MIT License:
|
|
3163
|
+
|
|
3164
|
+
### Rust Crates:
|
|
3165
|
+
|
|
3166
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
3167
|
+
|
|
3168
|
+
````text
|
|
3169
|
+
Copyright (c) 2017 Robert Grosse
|
|
3170
|
+
|
|
3171
|
+
Permission is hereby granted, free of charge, to any
|
|
3172
|
+
person obtaining a copy of this software and associated
|
|
3173
|
+
documentation files (the "Software"), to deal in the
|
|
3174
|
+
Software without restriction, including without
|
|
3175
|
+
limitation the rights to use, copy, modify, merge,
|
|
3176
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3177
|
+
the Software, and to permit persons to whom the Software
|
|
3178
|
+
is furnished to do so, subject to the following
|
|
3179
|
+
conditions:
|
|
3180
|
+
|
|
3181
|
+
The above copyright notice and this permission notice
|
|
3182
|
+
shall be included in all copies or substantial portions
|
|
3183
|
+
of the Software.
|
|
3184
|
+
|
|
3185
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3186
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3187
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3188
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3189
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3190
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3191
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3192
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3193
|
+
DEALINGS IN THE SOFTWARE.
|
|
3163
3194
|
````
|
|
3164
3195
|
|
|
3165
3196
|
---
|
|
@@ -3168,12 +3199,15 @@ SOFTWARE.
|
|
|
3168
3199
|
|
|
3169
3200
|
### Rust Crates:
|
|
3170
3201
|
|
|
3171
|
-
- [
|
|
3172
|
-
- [
|
|
3202
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
3203
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
3204
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3173
3205
|
|
|
3174
3206
|
````text
|
|
3175
3207
|
MIT License
|
|
3176
3208
|
|
|
3209
|
+
Copyright (c) Tokio Contributors
|
|
3210
|
+
|
|
3177
3211
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3178
3212
|
of this software and associated documentation files (the "Software"), to deal
|
|
3179
3213
|
in the Software without restriction, including without limitation the rights
|
|
@@ -3200,11 +3234,12 @@ SOFTWARE.
|
|
|
3200
3234
|
|
|
3201
3235
|
### Rust Crates:
|
|
3202
3236
|
|
|
3203
|
-
- [
|
|
3237
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
3204
3238
|
|
|
3205
3239
|
````text
|
|
3206
|
-
|
|
3207
|
-
|
|
3240
|
+
The MIT License (MIT)
|
|
3241
|
+
|
|
3242
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
3208
3243
|
|
|
3209
3244
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3210
3245
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3224,6 +3259,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3224
3259
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3225
3260
|
SOFTWARE.
|
|
3226
3261
|
|
|
3262
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
3263
|
+
licences; see files named LICENSE.*.txt for details.
|
|
3227
3264
|
````
|
|
3228
3265
|
|
|
3229
3266
|
---
|
|
@@ -3232,16 +3269,10 @@ SOFTWARE.
|
|
|
3232
3269
|
|
|
3233
3270
|
### Rust Crates:
|
|
3234
3271
|
|
|
3235
|
-
- [
|
|
3236
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
3237
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3238
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
3239
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3240
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
3272
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
3241
3273
|
|
|
3242
3274
|
````text
|
|
3243
|
-
Copyright
|
|
3244
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3275
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
3245
3276
|
|
|
3246
3277
|
Permission is hereby granted, free of charge, to any
|
|
3247
3278
|
person obtaining a copy of this software and associated
|
|
@@ -3275,30 +3306,31 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3275
3306
|
|
|
3276
3307
|
### NPM Packages:
|
|
3277
3308
|
|
|
3278
|
-
- [
|
|
3309
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
3310
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
3279
3311
|
|
|
3280
3312
|
````text
|
|
3281
|
-
MIT License
|
|
3313
|
+
MIT License
|
|
3282
3314
|
|
|
3283
|
-
Copyright (c)
|
|
3315
|
+
Copyright (c) Microsoft Corporation.
|
|
3284
3316
|
|
|
3285
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3286
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3287
|
-
in the Software without restriction, including without limitation the rights
|
|
3288
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3289
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3290
|
-
furnished to do so, subject to the following conditions:
|
|
3317
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3318
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3319
|
+
in the Software without restriction, including without limitation the rights
|
|
3320
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3321
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3322
|
+
furnished to do so, subject to the following conditions:
|
|
3291
3323
|
|
|
3292
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3293
|
-
copies or substantial portions of the Software.
|
|
3324
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3325
|
+
copies or substantial portions of the Software.
|
|
3294
3326
|
|
|
3295
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3296
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3297
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3298
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3299
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3300
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3301
|
-
SOFTWARE
|
|
3327
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3328
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3329
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3330
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3331
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3332
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3333
|
+
SOFTWARE
|
|
3302
3334
|
|
|
3303
3335
|
````
|
|
3304
3336
|
|
|
@@ -3308,10 +3340,12 @@ SOFTWARE.
|
|
|
3308
3340
|
|
|
3309
3341
|
### Rust Crates:
|
|
3310
3342
|
|
|
3311
|
-
- [
|
|
3343
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
3312
3344
|
|
|
3313
3345
|
````text
|
|
3314
|
-
Copyright (c)
|
|
3346
|
+
Copyright (c) 2017 Carl Lerche
|
|
3347
|
+
Copyright (c) 2018 Bastian Köcher
|
|
3348
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
3315
3349
|
|
|
3316
3350
|
Permission is hereby granted, free of charge, to any
|
|
3317
3351
|
person obtaining a copy of this software and associated
|
|
@@ -3343,14 +3377,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3343
3377
|
|
|
3344
3378
|
## The following dependencies are licensed under the MIT License:
|
|
3345
3379
|
|
|
3346
|
-
###
|
|
3380
|
+
### NPM Packages:
|
|
3347
3381
|
|
|
3348
|
-
- [
|
|
3382
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
3349
3383
|
|
|
3350
3384
|
````text
|
|
3351
3385
|
MIT License
|
|
3352
3386
|
|
|
3353
|
-
Copyright (c) 2018
|
|
3387
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
3354
3388
|
|
|
3355
3389
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3356
3390
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3370,6 +3404,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3370
3404
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3371
3405
|
SOFTWARE.
|
|
3372
3406
|
|
|
3407
|
+
[others]: https://github.com/json5/json5/contributors
|
|
3408
|
+
|
|
3373
3409
|
````
|
|
3374
3410
|
|
|
3375
3411
|
---
|
|
@@ -3378,10 +3414,10 @@ SOFTWARE.
|
|
|
3378
3414
|
|
|
3379
3415
|
### Rust Crates:
|
|
3380
3416
|
|
|
3381
|
-
- [
|
|
3417
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
3382
3418
|
|
|
3383
3419
|
````text
|
|
3384
|
-
Copyright (c) 2016
|
|
3420
|
+
Copyright (c) 2016 Anthony Ramine
|
|
3385
3421
|
|
|
3386
3422
|
Permission is hereby granted, free of charge, to any
|
|
3387
3423
|
person obtaining a copy of this software and associated
|
|
@@ -3415,50 +3451,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3415
3451
|
|
|
3416
3452
|
### Rust Crates:
|
|
3417
3453
|
|
|
3418
|
-
- [
|
|
3419
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3420
|
-
|
|
3421
|
-
````text
|
|
3422
|
-
MIT License
|
|
3423
|
-
|
|
3424
|
-
Copyright (c) 2019 Graham Esau
|
|
3425
|
-
|
|
3426
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3427
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3428
|
-
in the Software without restriction, including without limitation the rights
|
|
3429
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3430
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3431
|
-
furnished to do so, subject to the following conditions:
|
|
3432
|
-
|
|
3433
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3434
|
-
copies or substantial portions of the Software.
|
|
3435
|
-
|
|
3436
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3437
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3438
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3439
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3440
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3441
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3442
|
-
SOFTWARE.
|
|
3443
|
-
|
|
3444
|
-
````
|
|
3445
|
-
|
|
3446
|
-
---
|
|
3447
|
-
|
|
3448
|
-
## The following dependencies are licensed under the MIT License:
|
|
3449
|
-
|
|
3450
|
-
### Rust Crates:
|
|
3451
|
-
|
|
3452
|
-
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
3454
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
3453
3455
|
|
|
3454
3456
|
````text
|
|
3455
|
-
Copyright
|
|
3457
|
+
Copyright (c) The rust-url developers
|
|
3456
3458
|
|
|
3457
|
-
Permission is hereby granted, free of charge, to any
|
|
3459
|
+
Permission is hereby granted, free of charge, to any
|
|
3460
|
+
person obtaining a copy of this software and associated
|
|
3461
|
+
documentation files (the "Software"), to deal in the
|
|
3462
|
+
Software without restriction, including without
|
|
3463
|
+
limitation the rights to use, copy, modify, merge,
|
|
3464
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3465
|
+
the Software, and to permit persons to whom the Software
|
|
3466
|
+
is furnished to do so, subject to the following
|
|
3467
|
+
conditions:
|
|
3458
3468
|
|
|
3459
|
-
The above copyright notice and this permission notice
|
|
3469
|
+
The above copyright notice and this permission notice
|
|
3470
|
+
shall be included in all copies or substantial portions
|
|
3471
|
+
of the Software.
|
|
3460
3472
|
|
|
3461
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3473
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3474
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3475
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3476
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3477
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3478
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3479
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3480
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3481
|
+
DEALINGS IN THE SOFTWARE.
|
|
3462
3482
|
|
|
3463
3483
|
````
|
|
3464
3484
|
|
|
@@ -3468,10 +3488,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3468
3488
|
|
|
3469
3489
|
### Rust Crates:
|
|
3470
3490
|
|
|
3471
|
-
- [
|
|
3491
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
3472
3492
|
|
|
3473
3493
|
````text
|
|
3474
|
-
Copyright (c)
|
|
3494
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
3475
3495
|
|
|
3476
3496
|
Permission is hereby granted, free of charge, to any
|
|
3477
3497
|
person obtaining a copy of this software and associated
|
|
@@ -3505,11 +3525,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3505
3525
|
|
|
3506
3526
|
### Rust Crates:
|
|
3507
3527
|
|
|
3508
|
-
- [
|
|
3528
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
3509
3529
|
|
|
3510
3530
|
````text
|
|
3511
|
-
Copyright (c)
|
|
3512
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
3531
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
3513
3532
|
|
|
3514
3533
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3515
3534
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3529,6 +3548,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3529
3548
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3530
3549
|
THE SOFTWARE.
|
|
3531
3550
|
|
|
3551
|
+
|
|
3532
3552
|
````
|
|
3533
3553
|
|
|
3534
3554
|
---
|
|
@@ -3537,34 +3557,47 @@ THE SOFTWARE.
|
|
|
3537
3557
|
|
|
3538
3558
|
### Rust Crates:
|
|
3539
3559
|
|
|
3540
|
-
- [
|
|
3560
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
3561
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3562
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3563
|
+
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3564
|
+
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3565
|
+
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3566
|
+
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3567
|
+
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
3568
|
+
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
3569
|
+
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3570
|
+
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
3571
|
+
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
3572
|
+
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
3573
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
3574
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
3575
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
3576
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3577
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3578
|
+
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3579
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3580
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3541
3581
|
|
|
3542
3582
|
````text
|
|
3543
|
-
|
|
3583
|
+
MIT License
|
|
3544
3584
|
|
|
3545
|
-
|
|
3546
|
-
person obtaining a copy of this software and associated
|
|
3547
|
-
documentation files (the "Software"), to deal in the
|
|
3548
|
-
Software without restriction, including without
|
|
3549
|
-
limitation the rights to use, copy, modify, merge,
|
|
3550
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3551
|
-
the Software, and to permit persons to whom the Software
|
|
3552
|
-
is furnished to do so, subject to the following
|
|
3553
|
-
conditions:
|
|
3585
|
+
Copyright (c) <year> <copyright holders>
|
|
3554
3586
|
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3587
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3588
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3589
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3590
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3591
|
+
following conditions:
|
|
3558
3592
|
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3565
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3566
|
-
|
|
3567
|
-
DEALINGS IN THE SOFTWARE.
|
|
3593
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3594
|
+
portions of the Software.
|
|
3595
|
+
|
|
3596
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3597
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3598
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3599
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3600
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3568
3601
|
|
|
3569
3602
|
````
|
|
3570
3603
|
|
|
@@ -3574,14 +3607,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3574
3607
|
|
|
3575
3608
|
### Rust Crates:
|
|
3576
3609
|
|
|
3577
|
-
- [
|
|
3578
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3579
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3610
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3580
3611
|
|
|
3581
3612
|
````text
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
Copyright (c) 2017 Ted Driggs
|
|
3613
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3585
3614
|
|
|
3586
3615
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3587
3616
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3593,13 +3622,50 @@ furnished to do so, subject to the following conditions:
|
|
|
3593
3622
|
The above copyright notice and this permission notice shall be included in all
|
|
3594
3623
|
copies or substantial portions of the Software.
|
|
3595
3624
|
|
|
3596
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3597
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3598
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3599
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3600
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3601
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3602
|
-
SOFTWARE.
|
|
3625
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3626
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3627
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3628
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3629
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3630
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3631
|
+
SOFTWARE.
|
|
3632
|
+
|
|
3633
|
+
````
|
|
3634
|
+
|
|
3635
|
+
---
|
|
3636
|
+
|
|
3637
|
+
## The following dependencies are licensed under the MIT License:
|
|
3638
|
+
|
|
3639
|
+
### Rust Crates:
|
|
3640
|
+
|
|
3641
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
3642
|
+
|
|
3643
|
+
````text
|
|
3644
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
3645
|
+
|
|
3646
|
+
Permission is hereby granted, free of charge, to any
|
|
3647
|
+
person obtaining a copy of this software and associated
|
|
3648
|
+
documentation files (the "Software"), to deal in the
|
|
3649
|
+
Software without restriction, including without
|
|
3650
|
+
limitation the rights to use, copy, modify, merge,
|
|
3651
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3652
|
+
the Software, and to permit persons to whom the Software
|
|
3653
|
+
is furnished to do so, subject to the following
|
|
3654
|
+
conditions:
|
|
3655
|
+
|
|
3656
|
+
The above copyright notice and this permission notice
|
|
3657
|
+
shall be included in all copies or substantial portions
|
|
3658
|
+
of the Software.
|
|
3659
|
+
|
|
3660
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3661
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3662
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3663
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3664
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3665
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3666
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3667
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3668
|
+
DEALINGS IN THE SOFTWARE.
|
|
3603
3669
|
|
|
3604
3670
|
````
|
|
3605
3671
|
|
|
@@ -3609,10 +3675,10 @@ SOFTWARE.
|
|
|
3609
3675
|
|
|
3610
3676
|
### Rust Crates:
|
|
3611
3677
|
|
|
3612
|
-
- [
|
|
3678
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
3613
3679
|
|
|
3614
3680
|
````text
|
|
3615
|
-
Copyright (c)
|
|
3681
|
+
Copyright (c) 2017 Contributors
|
|
3616
3682
|
|
|
3617
3683
|
Permission is hereby granted, free of charge, to any
|
|
3618
3684
|
person obtaining a copy of this software and associated
|
|
@@ -3646,10 +3712,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3646
3712
|
|
|
3647
3713
|
### Rust Crates:
|
|
3648
3714
|
|
|
3649
|
-
- [
|
|
3715
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
3716
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3717
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
3650
3718
|
|
|
3651
3719
|
````text
|
|
3652
|
-
Copyright (c)
|
|
3720
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
3653
3721
|
|
|
3654
3722
|
Permission is hereby granted, free of charge, to any
|
|
3655
3723
|
person obtaining a copy of this software and associated
|
|
@@ -3683,29 +3751,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3683
3751
|
|
|
3684
3752
|
### Rust Crates:
|
|
3685
3753
|
|
|
3686
|
-
- [
|
|
3754
|
+
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
3687
3755
|
|
|
3688
3756
|
````text
|
|
3689
|
-
Copyright (c)
|
|
3690
|
-
|
|
3691
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3692
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3693
|
-
in the Software without restriction, including without limitation the rights
|
|
3694
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3695
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3696
|
-
furnished to do so, subject to the following conditions:
|
|
3757
|
+
Copyright (c) 2015 steffengy
|
|
3697
3758
|
|
|
3698
|
-
|
|
3699
|
-
all copies or substantial portions of the Software.
|
|
3759
|
+
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:
|
|
3700
3760
|
|
|
3701
|
-
|
|
3702
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3703
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3704
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3705
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3706
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3707
|
-
THE SOFTWARE.
|
|
3761
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3708
3762
|
|
|
3763
|
+
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.
|
|
3709
3764
|
|
|
3710
3765
|
````
|
|
3711
3766
|
|
|
@@ -3715,10 +3770,10 @@ THE SOFTWARE.
|
|
|
3715
3770
|
|
|
3716
3771
|
### Rust Crates:
|
|
3717
3772
|
|
|
3718
|
-
- [http-body](https://github.com/hyperium/http-body) (
|
|
3773
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
3719
3774
|
|
|
3720
3775
|
````text
|
|
3721
|
-
Copyright (c) 2019-
|
|
3776
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
3722
3777
|
|
|
3723
3778
|
Permission is hereby granted, free of charge, to any
|
|
3724
3779
|
person obtaining a copy of this software and associated
|
|
@@ -3752,60 +3807,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3752
3807
|
|
|
3753
3808
|
### Rust Crates:
|
|
3754
3809
|
|
|
3755
|
-
- [
|
|
3756
|
-
|
|
3757
|
-
````text
|
|
3758
|
-
Copyright (c) 2017 Sean McArthur
|
|
3759
|
-
|
|
3760
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3761
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3762
|
-
in the Software without restriction, including without limitation the rights
|
|
3763
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3764
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3765
|
-
furnished to do so, subject to the following conditions:
|
|
3766
|
-
|
|
3767
|
-
The above copyright notice and this permission notice shall be included in
|
|
3768
|
-
all copies or substantial portions of the Software.
|
|
3769
|
-
|
|
3770
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3771
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3772
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3773
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3774
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3775
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3776
|
-
THE SOFTWARE.
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
````
|
|
3780
|
-
|
|
3781
|
-
---
|
|
3782
|
-
|
|
3783
|
-
## The following dependencies are licensed under the MIT License:
|
|
3784
|
-
|
|
3785
|
-
### Rust Crates:
|
|
3786
|
-
|
|
3787
|
-
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
3810
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
3788
3811
|
|
|
3789
3812
|
````text
|
|
3790
|
-
Copyright (c)
|
|
3813
|
+
Copyright (c) 2019 Carl Lerche
|
|
3791
3814
|
|
|
3792
|
-
Permission is hereby granted, free of charge, to any
|
|
3793
|
-
of this software and associated
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
|
-
|
|
3797
|
-
|
|
3815
|
+
Permission is hereby granted, free of charge, to any
|
|
3816
|
+
person obtaining a copy of this software and associated
|
|
3817
|
+
documentation files (the "Software"), to deal in the
|
|
3818
|
+
Software without restriction, including without
|
|
3819
|
+
limitation the rights to use, copy, modify, merge,
|
|
3820
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3821
|
+
the Software, and to permit persons to whom the Software
|
|
3822
|
+
is furnished to do so, subject to the following
|
|
3823
|
+
conditions:
|
|
3798
3824
|
|
|
3799
|
-
The above copyright notice and this permission notice
|
|
3800
|
-
all copies or substantial portions
|
|
3825
|
+
The above copyright notice and this permission notice
|
|
3826
|
+
shall be included in all copies or substantial portions
|
|
3827
|
+
of the Software.
|
|
3801
3828
|
|
|
3802
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3803
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
|
|
3829
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3830
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3831
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3832
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3833
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3834
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3835
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3836
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3837
|
+
DEALINGS IN THE SOFTWARE.
|
|
3809
3838
|
|
|
3810
3839
|
````
|
|
3811
3840
|
|
|
@@ -3815,10 +3844,12 @@ THE SOFTWARE.
|
|
|
3815
3844
|
|
|
3816
3845
|
### Rust Crates:
|
|
3817
3846
|
|
|
3818
|
-
- [
|
|
3847
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
3848
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3849
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3819
3850
|
|
|
3820
3851
|
````text
|
|
3821
|
-
Copyright (c)
|
|
3852
|
+
Copyright (c) 2019 Tower Contributors
|
|
3822
3853
|
|
|
3823
3854
|
Permission is hereby granted, free of charge, to any
|
|
3824
3855
|
person obtaining a copy of this software and associated
|
|
@@ -3852,10 +3883,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3852
3883
|
|
|
3853
3884
|
### Rust Crates:
|
|
3854
3885
|
|
|
3855
|
-
- [
|
|
3886
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
3856
3887
|
|
|
3857
3888
|
````text
|
|
3858
|
-
Copyright (c)
|
|
3889
|
+
Copyright (c) 2018 Carl Lerche
|
|
3859
3890
|
|
|
3860
3891
|
Permission is hereby granted, free of charge, to any
|
|
3861
3892
|
person obtaining a copy of this software and associated
|
|
@@ -3889,10 +3920,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3889
3920
|
|
|
3890
3921
|
### Rust Crates:
|
|
3891
3922
|
|
|
3892
|
-
- [
|
|
3923
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
3893
3924
|
|
|
3894
3925
|
````text
|
|
3895
|
-
Copyright (c)
|
|
3926
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
3896
3927
|
|
|
3897
3928
|
Permission is hereby granted, free of charge, to any
|
|
3898
3929
|
person obtaining a copy of this software and associated
|
|
@@ -3924,33 +3955,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3924
3955
|
|
|
3925
3956
|
## The following dependencies are licensed under the MIT License:
|
|
3926
3957
|
|
|
3927
|
-
###
|
|
3958
|
+
### Rust Crates:
|
|
3928
3959
|
|
|
3929
|
-
- [
|
|
3930
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
3960
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
3931
3961
|
|
|
3932
3962
|
````text
|
|
3933
|
-
|
|
3934
|
-
|
|
3935
|
-
|
|
3936
|
-
|
|
3937
|
-
|
|
3938
|
-
|
|
3939
|
-
|
|
3940
|
-
|
|
3941
|
-
|
|
3942
|
-
|
|
3943
|
-
|
|
3944
|
-
|
|
3945
|
-
|
|
3946
|
-
|
|
3947
|
-
|
|
3948
|
-
|
|
3949
|
-
|
|
3950
|
-
|
|
3951
|
-
|
|
3952
|
-
|
|
3953
|
-
|
|
3963
|
+
The MIT License (MIT)
|
|
3964
|
+
|
|
3965
|
+
Copyright (c) 2016 Johann Tuffe
|
|
3966
|
+
|
|
3967
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3968
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3969
|
+
in the Software without restriction, including without limitation the rights
|
|
3970
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3971
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3972
|
+
furnished to do so, subject to the following conditions:
|
|
3973
|
+
|
|
3974
|
+
|
|
3975
|
+
The above copyright notice and this permission notice shall be included in
|
|
3976
|
+
all copies or substantial portions of the Software.
|
|
3977
|
+
|
|
3978
|
+
|
|
3979
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3980
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3981
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3982
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3983
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3984
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3985
|
+
THE SOFTWARE.
|
|
3954
3986
|
|
|
3955
3987
|
````
|
|
3956
3988
|
|
|
@@ -4341,47 +4373,18 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4341
4373
|
|
|
4342
4374
|
---
|
|
4343
4375
|
|
|
4344
|
-
## The following dependencies are licensed under the UNKNOWN License:
|
|
4345
|
-
|
|
4346
|
-
### NPM Packages:
|
|
4347
|
-
|
|
4348
|
-
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.6) (0.0.6)
|
|
4349
|
-
|
|
4350
|
-
````text
|
|
4351
|
-
Please refer to the package README for license details.
|
|
4352
|
-
````
|
|
4353
|
-
|
|
4354
|
-
---
|
|
4355
|
-
|
|
4356
4376
|
## The following dependencies are licensed under the Unicode-3.0 License:
|
|
4357
4377
|
|
|
4358
4378
|
### Rust Crates:
|
|
4359
4379
|
|
|
4360
|
-
- [
|
|
4361
|
-
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4362
|
-
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4363
|
-
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4364
|
-
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4365
|
-
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4366
|
-
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4367
|
-
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4368
|
-
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4369
|
-
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4370
|
-
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4371
|
-
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4372
|
-
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4373
|
-
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4374
|
-
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4375
|
-
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4376
|
-
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4377
|
-
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4380
|
+
- [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
|
|
4378
4381
|
|
|
4379
4382
|
````text
|
|
4380
4383
|
UNICODE LICENSE V3
|
|
4381
4384
|
|
|
4382
4385
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4383
4386
|
|
|
4384
|
-
Copyright ©
|
|
4387
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
4385
4388
|
|
|
4386
4389
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4387
4390
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4417,13 +4420,6 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4417
4420
|
dealings in these Data Files or Software without prior written
|
|
4418
4421
|
authorization of the copyright holder.
|
|
4419
4422
|
|
|
4420
|
-
SPDX-License-Identifier: Unicode-3.0
|
|
4421
|
-
|
|
4422
|
-
—
|
|
4423
|
-
|
|
4424
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4425
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4426
|
-
|
|
4427
4423
|
````
|
|
4428
4424
|
|
|
4429
4425
|
---
|
|
@@ -4432,14 +4428,31 @@ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation a
|
|
|
4432
4428
|
|
|
4433
4429
|
### Rust Crates:
|
|
4434
4430
|
|
|
4435
|
-
- [
|
|
4431
|
+
- [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4432
|
+
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4433
|
+
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4434
|
+
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4435
|
+
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4436
|
+
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4437
|
+
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4438
|
+
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4439
|
+
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4440
|
+
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4441
|
+
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4442
|
+
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4443
|
+
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4444
|
+
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4445
|
+
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4446
|
+
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4447
|
+
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4448
|
+
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4436
4449
|
|
|
4437
4450
|
````text
|
|
4438
4451
|
UNICODE LICENSE V3
|
|
4439
4452
|
|
|
4440
4453
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4441
4454
|
|
|
4442
|
-
Copyright ©
|
|
4455
|
+
Copyright © 2020-2024 Unicode, Inc.
|
|
4443
4456
|
|
|
4444
4457
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4445
4458
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4475,5 +4488,12 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4475
4488
|
dealings in these Data Files or Software without prior written
|
|
4476
4489
|
authorization of the copyright holder.
|
|
4477
4490
|
|
|
4491
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
4492
|
+
|
|
4493
|
+
—
|
|
4494
|
+
|
|
4495
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4496
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4497
|
+
|
|
4478
4498
|
````
|
|
4479
4499
|
|