@deveco-codegenie/mcp-darwin-x64 1.1.4 → 1.1.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 +1174 -1174
- package/bin/codegenie-mcp-server +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -16,30 +16,6 @@
|
|
|
16
16
|
- UNKNOWN: 1
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
---
|
|
20
|
-
|
|
21
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
22
|
-
|
|
23
|
-
### Rust Crates:
|
|
24
|
-
|
|
25
|
-
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
26
|
-
|
|
27
|
-
````text
|
|
28
|
-
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
29
|
-
|
|
30
|
-
Permission to use, copy, modify, and/or distribute this software for
|
|
31
|
-
any purpose with or without fee is hereby granted.
|
|
32
|
-
|
|
33
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
34
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
35
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
36
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
37
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
38
|
-
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
39
|
-
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
40
|
-
|
|
41
|
-
````
|
|
42
|
-
|
|
43
19
|
---
|
|
44
20
|
|
|
45
21
|
## The following dependencies are licensed under the 0BSD License:
|
|
@@ -94,88 +70,25 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
94
70
|
|
|
95
71
|
---
|
|
96
72
|
|
|
97
|
-
## The following dependencies are licensed under the
|
|
73
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
98
74
|
|
|
99
75
|
### Rust Crates:
|
|
100
76
|
|
|
101
|
-
- [
|
|
102
|
-
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
103
|
-
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
77
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
104
78
|
|
|
105
79
|
````text
|
|
106
|
-
|
|
107
|
-
Version 2.0, January 2004
|
|
108
|
-
http://www.apache.org/licenses/
|
|
109
|
-
|
|
110
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
111
|
-
|
|
112
|
-
1. Definitions.
|
|
113
|
-
|
|
114
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
115
|
-
|
|
116
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
117
|
-
|
|
118
|
-
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
119
|
-
|
|
120
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
121
|
-
|
|
122
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
123
|
-
|
|
124
|
-
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
125
|
-
|
|
126
|
-
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
127
|
-
|
|
128
|
-
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
129
|
-
|
|
130
|
-
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
131
|
-
|
|
132
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
133
|
-
|
|
134
|
-
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
135
|
-
|
|
136
|
-
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
137
|
-
|
|
138
|
-
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
139
|
-
|
|
140
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
141
|
-
|
|
142
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
143
|
-
|
|
144
|
-
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
145
|
-
|
|
146
|
-
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
147
|
-
|
|
148
|
-
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
149
|
-
|
|
150
|
-
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
151
|
-
|
|
152
|
-
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
153
|
-
|
|
154
|
-
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
155
|
-
|
|
156
|
-
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
157
|
-
|
|
158
|
-
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
159
|
-
|
|
160
|
-
END OF TERMS AND CONDITIONS
|
|
161
|
-
|
|
162
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
163
|
-
|
|
164
|
-
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
165
|
-
|
|
166
|
-
Copyright [yyyy] [name of copyright owner]
|
|
167
|
-
|
|
168
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
169
|
-
you may not use this file except in compliance with the License.
|
|
170
|
-
You may obtain a copy of the License at
|
|
80
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
171
81
|
|
|
172
|
-
|
|
82
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
83
|
+
any purpose with or without fee is hereby granted.
|
|
173
84
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
85
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
86
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
87
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
88
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
89
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
90
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
91
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
179
92
|
|
|
180
93
|
````
|
|
181
94
|
|
|
@@ -185,9 +98,7 @@ limitations under the License.
|
|
|
185
98
|
|
|
186
99
|
### Rust Crates:
|
|
187
100
|
|
|
188
|
-
- [
|
|
189
|
-
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
190
|
-
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
101
|
+
- [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
|
|
191
102
|
|
|
192
103
|
````text
|
|
193
104
|
Apache License
|
|
@@ -378,7 +289,7 @@ limitations under the License.
|
|
|
378
289
|
same "printed page" as the copyright notice for easier
|
|
379
290
|
identification within third-party archives.
|
|
380
291
|
|
|
381
|
-
Copyright
|
|
292
|
+
Copyright 2011 Google Inc.
|
|
382
293
|
|
|
383
294
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
384
295
|
you may not use this file except in compliance with the License.
|
|
@@ -400,7 +311,96 @@ limitations under the License.
|
|
|
400
311
|
|
|
401
312
|
### Rust Crates:
|
|
402
313
|
|
|
403
|
-
- [
|
|
314
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
315
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
316
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
317
|
+
|
|
318
|
+
````text
|
|
319
|
+
Apache License
|
|
320
|
+
Version 2.0, January 2004
|
|
321
|
+
http://www.apache.org/licenses/
|
|
322
|
+
|
|
323
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
324
|
+
|
|
325
|
+
1. Definitions.
|
|
326
|
+
|
|
327
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
328
|
+
|
|
329
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
330
|
+
|
|
331
|
+
"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.
|
|
332
|
+
|
|
333
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
334
|
+
|
|
335
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
336
|
+
|
|
337
|
+
"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.
|
|
338
|
+
|
|
339
|
+
"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).
|
|
340
|
+
|
|
341
|
+
"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.
|
|
342
|
+
|
|
343
|
+
"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."
|
|
344
|
+
|
|
345
|
+
"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.
|
|
346
|
+
|
|
347
|
+
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.
|
|
348
|
+
|
|
349
|
+
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.
|
|
350
|
+
|
|
351
|
+
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:
|
|
352
|
+
|
|
353
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
354
|
+
|
|
355
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
356
|
+
|
|
357
|
+
(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
|
|
358
|
+
|
|
359
|
+
(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.
|
|
360
|
+
|
|
361
|
+
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.
|
|
362
|
+
|
|
363
|
+
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.
|
|
364
|
+
|
|
365
|
+
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.
|
|
366
|
+
|
|
367
|
+
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.
|
|
368
|
+
|
|
369
|
+
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.
|
|
370
|
+
|
|
371
|
+
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.
|
|
372
|
+
|
|
373
|
+
END OF TERMS AND CONDITIONS
|
|
374
|
+
|
|
375
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
376
|
+
|
|
377
|
+
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.
|
|
378
|
+
|
|
379
|
+
Copyright [yyyy] [name of copyright owner]
|
|
380
|
+
|
|
381
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
382
|
+
you may not use this file except in compliance with the License.
|
|
383
|
+
You may obtain a copy of the License at
|
|
384
|
+
|
|
385
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
386
|
+
|
|
387
|
+
Unless required by applicable law or agreed to in writing, software
|
|
388
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
389
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
390
|
+
See the License for the specific language governing permissions and
|
|
391
|
+
limitations under the License.
|
|
392
|
+
|
|
393
|
+
````
|
|
394
|
+
|
|
395
|
+
---
|
|
396
|
+
|
|
397
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
398
|
+
|
|
399
|
+
### Rust Crates:
|
|
400
|
+
|
|
401
|
+
- [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
|
|
402
|
+
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
403
|
+
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
404
404
|
|
|
405
405
|
````text
|
|
406
406
|
Apache License
|
|
@@ -591,7 +591,7 @@ limitations under the License.
|
|
|
591
591
|
same "printed page" as the copyright notice for easier
|
|
592
592
|
identification within third-party archives.
|
|
593
593
|
|
|
594
|
-
Copyright
|
|
594
|
+
Copyright [yyyy] [name of copyright owner]
|
|
595
595
|
|
|
596
596
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
597
597
|
you may not use this file except in compliance with the License.
|
|
@@ -654,35 +654,28 @@ The complete list of contributors can be found at:
|
|
|
654
654
|
|
|
655
655
|
### Rust Crates:
|
|
656
656
|
|
|
657
|
-
- [
|
|
658
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
657
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
659
658
|
|
|
660
659
|
````text
|
|
661
|
-
Copyright (c)
|
|
660
|
+
Copyright (c) 2018 directories-rs contributors
|
|
662
661
|
|
|
663
|
-
Permission is hereby granted, free of charge, to any
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
the Software, and to permit persons to whom the Software
|
|
670
|
-
is furnished to do so, subject to the following
|
|
671
|
-
conditions:
|
|
662
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
663
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
664
|
+
in the Software without restriction, including without limitation the rights
|
|
665
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
666
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
667
|
+
furnished to do so, subject to the following conditions:
|
|
672
668
|
|
|
673
|
-
The above copyright notice and this permission notice
|
|
674
|
-
|
|
675
|
-
of the Software.
|
|
669
|
+
The above copyright notice and this permission notice shall be included in all
|
|
670
|
+
copies or substantial portions of the Software.
|
|
676
671
|
|
|
677
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
685
|
-
DEALINGS IN THE SOFTWARE.
|
|
672
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
673
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
674
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
675
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
676
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
677
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
678
|
+
SOFTWARE.
|
|
686
679
|
|
|
687
680
|
````
|
|
688
681
|
|
|
@@ -692,34 +685,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
692
685
|
|
|
693
686
|
### Rust Crates:
|
|
694
687
|
|
|
695
|
-
- [
|
|
688
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
696
689
|
|
|
697
690
|
````text
|
|
698
|
-
Copyright (c)
|
|
691
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
699
692
|
|
|
700
|
-
Permission is hereby granted, free of charge, to any
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
the Software, and to permit persons to whom the Software
|
|
707
|
-
is furnished to do so, subject to the following
|
|
708
|
-
conditions:
|
|
693
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
694
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
695
|
+
in the Software without restriction, including without limitation the rights
|
|
696
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
697
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
698
|
+
furnished to do so, subject to the following conditions:
|
|
709
699
|
|
|
710
|
-
The above copyright notice and this permission notice
|
|
711
|
-
|
|
712
|
-
of the Software.
|
|
700
|
+
The above copyright notice and this permission notice shall be included in all
|
|
701
|
+
copies or substantial portions of the Software.
|
|
713
702
|
|
|
714
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
722
|
-
DEALINGS IN THE SOFTWARE.
|
|
703
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
704
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
705
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
706
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
707
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
708
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
709
|
+
SOFTWARE.
|
|
723
710
|
|
|
724
711
|
````
|
|
725
712
|
|
|
@@ -729,11 +716,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
729
716
|
|
|
730
717
|
### Rust Crates:
|
|
731
718
|
|
|
732
|
-
- [
|
|
719
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
733
720
|
|
|
734
721
|
````text
|
|
735
|
-
Copyright (c)
|
|
736
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
722
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
737
723
|
|
|
738
724
|
Permission is hereby granted, free of charge, to any
|
|
739
725
|
person obtaining a copy of this software and associated
|
|
@@ -767,12 +753,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
767
753
|
|
|
768
754
|
### Rust Crates:
|
|
769
755
|
|
|
770
|
-
- [
|
|
771
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
772
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
756
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
773
757
|
|
|
774
758
|
````text
|
|
775
|
-
Copyright (c)
|
|
759
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
760
|
+
Copyright (c) 2016 Alex Crichton
|
|
761
|
+
|
|
762
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
763
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
764
|
+
in the Software without restriction, including without limitation the rights
|
|
765
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
766
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
767
|
+
furnished to do so, subject to the following conditions:
|
|
768
|
+
|
|
769
|
+
The above copyright notice and this permission notice shall be included in
|
|
770
|
+
all copies or substantial portions of the Software.
|
|
771
|
+
|
|
772
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
773
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
774
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
775
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
776
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
777
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
778
|
+
THE SOFTWARE.
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
````
|
|
782
|
+
|
|
783
|
+
---
|
|
784
|
+
|
|
785
|
+
## The following dependencies are licensed under the MIT License:
|
|
786
|
+
|
|
787
|
+
### Rust Crates:
|
|
788
|
+
|
|
789
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
790
|
+
|
|
791
|
+
````text
|
|
792
|
+
Copyright 2023 The Fuchsia Authors
|
|
776
793
|
|
|
777
794
|
Permission is hereby granted, free of charge, to any
|
|
778
795
|
person obtaining a copy of this software and associated
|
|
@@ -798,37 +815,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
798
815
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
799
816
|
DEALINGS IN THE SOFTWARE.
|
|
800
817
|
|
|
801
|
-
````
|
|
802
|
-
|
|
803
|
-
---
|
|
804
|
-
|
|
805
|
-
## The following dependencies are licensed under the MIT License:
|
|
806
|
-
|
|
807
|
-
### Rust Crates:
|
|
808
|
-
|
|
809
|
-
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
810
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
811
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
812
|
-
|
|
813
|
-
````text
|
|
814
|
-
MIT License
|
|
815
|
-
|
|
816
|
-
Copyright (c) <year> <copyright holders>
|
|
817
|
-
|
|
818
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
819
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
820
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
821
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
822
|
-
following conditions:
|
|
823
|
-
|
|
824
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
825
|
-
portions of the Software.
|
|
826
|
-
|
|
827
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
828
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
829
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
830
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
831
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
832
818
|
|
|
833
819
|
````
|
|
834
820
|
|
|
@@ -838,10 +824,10 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
838
824
|
|
|
839
825
|
### Rust Crates:
|
|
840
826
|
|
|
841
|
-
- [
|
|
827
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
842
828
|
|
|
843
829
|
````text
|
|
844
|
-
Copyright (c)
|
|
830
|
+
Copyright (c) The Rust Project Developers
|
|
845
831
|
|
|
846
832
|
Permission is hereby granted, free of charge, to any
|
|
847
833
|
person obtaining a copy of this software and associated
|
|
@@ -875,6 +861,41 @@ DEALINGS IN THE SOFTWARE.
|
|
|
875
861
|
|
|
876
862
|
### Rust Crates:
|
|
877
863
|
|
|
864
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
865
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
866
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
867
|
+
|
|
868
|
+
````text
|
|
869
|
+
MIT License
|
|
870
|
+
|
|
871
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
872
|
+
|
|
873
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
874
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
875
|
+
in the Software without restriction, including without limitation the rights
|
|
876
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
877
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
878
|
+
furnished to do so, subject to the following conditions:
|
|
879
|
+
|
|
880
|
+
The above copyright notice and this permission notice shall be included in all
|
|
881
|
+
copies or substantial portions of the Software.
|
|
882
|
+
|
|
883
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
884
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
885
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
886
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
887
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
888
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
889
|
+
SOFTWARE.
|
|
890
|
+
|
|
891
|
+
````
|
|
892
|
+
|
|
893
|
+
---
|
|
894
|
+
|
|
895
|
+
## The following dependencies are licensed under the MIT License:
|
|
896
|
+
|
|
897
|
+
### Rust Crates:
|
|
898
|
+
|
|
878
899
|
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
879
900
|
|
|
880
901
|
````text
|
|
@@ -907,28 +928,40 @@ SOFTWARE.
|
|
|
907
928
|
|
|
908
929
|
### Rust Crates:
|
|
909
930
|
|
|
910
|
-
- [
|
|
931
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
932
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
933
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
934
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
935
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
936
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
911
937
|
|
|
912
938
|
````text
|
|
913
|
-
Copyright
|
|
939
|
+
Copyright 2018 Developers of the Rand project
|
|
940
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
914
941
|
|
|
915
|
-
Permission is hereby granted, free of charge, to any
|
|
916
|
-
of this software and associated
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
942
|
+
Permission is hereby granted, free of charge, to any
|
|
943
|
+
person obtaining a copy of this software and associated
|
|
944
|
+
documentation files (the "Software"), to deal in the
|
|
945
|
+
Software without restriction, including without
|
|
946
|
+
limitation the rights to use, copy, modify, merge,
|
|
947
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
948
|
+
the Software, and to permit persons to whom the Software
|
|
949
|
+
is furnished to do so, subject to the following
|
|
950
|
+
conditions:
|
|
921
951
|
|
|
922
|
-
The above copyright notice and this permission notice
|
|
923
|
-
all copies or substantial portions
|
|
952
|
+
The above copyright notice and this permission notice
|
|
953
|
+
shall be included in all copies or substantial portions
|
|
954
|
+
of the Software.
|
|
924
955
|
|
|
925
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
926
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
956
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
957
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
958
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
959
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
960
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
961
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
962
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
963
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
964
|
+
DEALINGS IN THE SOFTWARE.
|
|
932
965
|
|
|
933
966
|
````
|
|
934
967
|
|
|
@@ -938,45 +971,12 @@ THE SOFTWARE.
|
|
|
938
971
|
|
|
939
972
|
### Rust Crates:
|
|
940
973
|
|
|
941
|
-
- [
|
|
942
|
-
|
|
943
|
-
````text
|
|
944
|
-
The MIT License (MIT)
|
|
945
|
-
|
|
946
|
-
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
947
|
-
|
|
948
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
949
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
950
|
-
in the Software without restriction, including without limitation the rights
|
|
951
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
952
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
953
|
-
furnished to do so, subject to the following conditions:
|
|
954
|
-
|
|
955
|
-
The above copyright notice and this permission notice shall be included in
|
|
956
|
-
all copies or substantial portions of the Software.
|
|
957
|
-
|
|
958
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
959
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
960
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
961
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
962
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
963
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
964
|
-
THE SOFTWARE.
|
|
965
|
-
|
|
966
|
-
````
|
|
967
|
-
|
|
968
|
-
---
|
|
969
|
-
|
|
970
|
-
## The following dependencies are licensed under the MIT License:
|
|
971
|
-
|
|
972
|
-
### NPM Packages:
|
|
973
|
-
|
|
974
|
-
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
974
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
975
975
|
|
|
976
976
|
````text
|
|
977
|
-
|
|
977
|
+
MIT License
|
|
978
978
|
|
|
979
|
-
Copyright (c)
|
|
979
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
980
980
|
|
|
981
981
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
982
982
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -985,16 +985,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
985
985
|
copies of the Software, and to permit persons to whom the Software is
|
|
986
986
|
furnished to do so, subject to the following conditions:
|
|
987
987
|
|
|
988
|
-
The above copyright notice and this permission notice shall be included in
|
|
989
|
-
|
|
988
|
+
The above copyright notice and this permission notice shall be included in all
|
|
989
|
+
copies or substantial portions of the Software.
|
|
990
990
|
|
|
991
991
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
992
992
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
993
993
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
994
994
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
995
995
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
996
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
997
|
-
|
|
996
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
997
|
+
SOFTWARE.
|
|
998
998
|
|
|
999
999
|
````
|
|
1000
1000
|
|
|
@@ -1004,10 +1004,12 @@ THE SOFTWARE.
|
|
|
1004
1004
|
|
|
1005
1005
|
### Rust Crates:
|
|
1006
1006
|
|
|
1007
|
-
- [
|
|
1007
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
1008
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1009
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1008
1010
|
|
|
1009
1011
|
````text
|
|
1010
|
-
Copyright (c)
|
|
1012
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
1011
1013
|
|
|
1012
1014
|
Permission is hereby granted, free of charge, to any
|
|
1013
1015
|
person obtaining a copy of this software and associated
|
|
@@ -1041,43 +1043,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1041
1043
|
|
|
1042
1044
|
### Rust Crates:
|
|
1043
1045
|
|
|
1044
|
-
- [
|
|
1046
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
1045
1047
|
|
|
1046
1048
|
````text
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
1050
|
-
|
|
1051
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1052
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1053
|
-
in the Software without restriction, including without limitation the rights
|
|
1054
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1055
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1056
|
-
furnished to do so, subject to the following conditions:
|
|
1057
|
-
|
|
1058
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1059
|
-
copies or substantial portions of the Software.
|
|
1060
|
-
|
|
1061
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1062
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1063
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1064
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1065
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1066
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1067
|
-
SOFTWARE.
|
|
1068
|
-
|
|
1069
|
-
````
|
|
1070
|
-
|
|
1071
|
-
---
|
|
1072
|
-
|
|
1073
|
-
## The following dependencies are licensed under the MIT License:
|
|
1074
|
-
|
|
1075
|
-
### Rust Crates:
|
|
1076
|
-
|
|
1077
|
-
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
1078
|
-
|
|
1079
|
-
````text
|
|
1080
|
-
Copyright (c) 2017 http-rs authors
|
|
1049
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
1081
1050
|
|
|
1082
1051
|
Permission is hereby granted, free of charge, to any
|
|
1083
1052
|
person obtaining a copy of this software and associated
|
|
@@ -1109,14 +1078,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1109
1078
|
|
|
1110
1079
|
## The following dependencies are licensed under the MIT License:
|
|
1111
1080
|
|
|
1112
|
-
###
|
|
1081
|
+
### Rust Crates:
|
|
1113
1082
|
|
|
1114
|
-
- [
|
|
1083
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
1115
1084
|
|
|
1116
1085
|
````text
|
|
1117
|
-
|
|
1086
|
+
MIT License
|
|
1118
1087
|
|
|
1119
|
-
Copyright (c)
|
|
1088
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
1120
1089
|
|
|
1121
1090
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1122
1091
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1136,7 +1105,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1136
1105
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1137
1106
|
SOFTWARE.
|
|
1138
1107
|
|
|
1139
|
-
|
|
1140
1108
|
````
|
|
1141
1109
|
|
|
1142
1110
|
---
|
|
@@ -1145,11 +1113,12 @@ SOFTWARE.
|
|
|
1145
1113
|
|
|
1146
1114
|
### Rust Crates:
|
|
1147
1115
|
|
|
1148
|
-
- [
|
|
1149
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1116
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
1150
1117
|
|
|
1151
1118
|
````text
|
|
1152
|
-
|
|
1119
|
+
The MIT License (MIT)
|
|
1120
|
+
|
|
1121
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
1153
1122
|
|
|
1154
1123
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1155
1124
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1169,6 +1138,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1169
1138
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1170
1139
|
SOFTWARE.
|
|
1171
1140
|
|
|
1141
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
1142
|
+
licences; see files named LICENSE.*.txt for details.
|
|
1172
1143
|
````
|
|
1173
1144
|
|
|
1174
1145
|
---
|
|
@@ -1177,34 +1148,10 @@ SOFTWARE.
|
|
|
1177
1148
|
|
|
1178
1149
|
### Rust Crates:
|
|
1179
1150
|
|
|
1180
|
-
- [
|
|
1181
|
-
|
|
1182
|
-
````text
|
|
1183
|
-
Copyright 2016 Nika Layzell
|
|
1184
|
-
|
|
1185
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1186
|
-
|
|
1187
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1188
|
-
|
|
1189
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1190
|
-
|
|
1191
|
-
````
|
|
1192
|
-
|
|
1193
|
-
---
|
|
1194
|
-
|
|
1195
|
-
## The following dependencies are licensed under the MIT License:
|
|
1196
|
-
|
|
1197
|
-
### Rust Crates:
|
|
1198
|
-
|
|
1199
|
-
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
1200
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1201
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1202
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1203
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1204
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1151
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
1205
1152
|
|
|
1206
1153
|
````text
|
|
1207
|
-
Copyright (c)
|
|
1154
|
+
Copyright (c) 2014 Chris Wong
|
|
1208
1155
|
|
|
1209
1156
|
Permission is hereby granted, free of charge, to any
|
|
1210
1157
|
person obtaining a copy of this software and associated
|
|
@@ -1238,34 +1185,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1238
1185
|
|
|
1239
1186
|
### Rust Crates:
|
|
1240
1187
|
|
|
1241
|
-
- [
|
|
1188
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
1189
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1190
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1242
1191
|
|
|
1243
1192
|
````text
|
|
1244
|
-
|
|
1193
|
+
MIT License
|
|
1245
1194
|
|
|
1246
|
-
|
|
1247
|
-
person obtaining a copy of this software and associated
|
|
1248
|
-
documentation files (the "Software"), to deal in the
|
|
1249
|
-
Software without restriction, including without
|
|
1250
|
-
limitation the rights to use, copy, modify, merge,
|
|
1251
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1252
|
-
the Software, and to permit persons to whom the Software
|
|
1253
|
-
is furnished to do so, subject to the following
|
|
1254
|
-
conditions:
|
|
1195
|
+
Copyright (c) <year> <copyright holders>
|
|
1255
1196
|
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1197
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1198
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1199
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1200
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1201
|
+
following conditions:
|
|
1259
1202
|
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1266
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1267
|
-
|
|
1268
|
-
DEALINGS IN THE SOFTWARE.
|
|
1203
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1204
|
+
portions of the Software.
|
|
1205
|
+
|
|
1206
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
1207
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
1208
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1209
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1210
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1269
1211
|
|
|
1270
1212
|
````
|
|
1271
1213
|
|
|
@@ -1275,10 +1217,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1275
1217
|
|
|
1276
1218
|
### Rust Crates:
|
|
1277
1219
|
|
|
1278
|
-
- [
|
|
1220
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
1279
1221
|
|
|
1280
1222
|
````text
|
|
1281
|
-
|
|
1223
|
+
MIT License
|
|
1224
|
+
|
|
1225
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
1226
|
+
Copyright (c) Tokio Contributors
|
|
1282
1227
|
|
|
1283
1228
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1284
1229
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1287,16 +1232,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1287
1232
|
copies of the Software, and to permit persons to whom the Software is
|
|
1288
1233
|
furnished to do so, subject to the following conditions:
|
|
1289
1234
|
|
|
1290
|
-
The above copyright notice and this permission notice shall be included in
|
|
1291
|
-
|
|
1235
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1236
|
+
copies or substantial portions of the Software.
|
|
1292
1237
|
|
|
1293
1238
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1294
1239
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1295
1240
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1296
1241
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1297
1242
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1298
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1299
|
-
|
|
1243
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1244
|
+
SOFTWARE.
|
|
1300
1245
|
|
|
1301
1246
|
````
|
|
1302
1247
|
|
|
@@ -1306,13 +1251,12 @@ THE SOFTWARE.
|
|
|
1306
1251
|
|
|
1307
1252
|
### Rust Crates:
|
|
1308
1253
|
|
|
1309
|
-
- [
|
|
1254
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
1310
1255
|
|
|
1311
1256
|
````text
|
|
1312
1257
|
MIT License
|
|
1313
1258
|
|
|
1314
|
-
Copyright (c)
|
|
1315
|
-
Copyright (c) Tokio Contributors
|
|
1259
|
+
Copyright (c) 2025 Callum Oakley
|
|
1316
1260
|
|
|
1317
1261
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1318
1262
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1340,49 +1284,13 @@ SOFTWARE.
|
|
|
1340
1284
|
|
|
1341
1285
|
### Rust Crates:
|
|
1342
1286
|
|
|
1343
|
-
- [
|
|
1344
|
-
|
|
1345
|
-
````text
|
|
1346
|
-
Copyright (c) 2013-2016 The rust-url developers
|
|
1347
|
-
|
|
1348
|
-
Permission is hereby granted, free of charge, to any
|
|
1349
|
-
person obtaining a copy of this software and associated
|
|
1350
|
-
documentation files (the "Software"), to deal in the
|
|
1351
|
-
Software without restriction, including without
|
|
1352
|
-
limitation the rights to use, copy, modify, merge,
|
|
1353
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1354
|
-
the Software, and to permit persons to whom the Software
|
|
1355
|
-
is furnished to do so, subject to the following
|
|
1356
|
-
conditions:
|
|
1357
|
-
|
|
1358
|
-
The above copyright notice and this permission notice
|
|
1359
|
-
shall be included in all copies or substantial portions
|
|
1360
|
-
of the Software.
|
|
1361
|
-
|
|
1362
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1363
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1364
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1365
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1366
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1367
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1368
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1369
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1370
|
-
DEALINGS IN THE SOFTWARE.
|
|
1371
|
-
|
|
1372
|
-
````
|
|
1373
|
-
|
|
1374
|
-
---
|
|
1375
|
-
|
|
1376
|
-
## The following dependencies are licensed under the MIT License:
|
|
1377
|
-
|
|
1378
|
-
### Rust Crates:
|
|
1379
|
-
|
|
1380
|
-
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
1287
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
1381
1288
|
|
|
1382
1289
|
````text
|
|
1383
|
-
MIT License
|
|
1290
|
+
The MIT License (MIT)
|
|
1384
1291
|
|
|
1385
|
-
Copyright (c)
|
|
1292
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
1293
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
1386
1294
|
|
|
1387
1295
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1388
1296
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1410,28 +1318,36 @@ SOFTWARE.
|
|
|
1410
1318
|
|
|
1411
1319
|
### Rust Crates:
|
|
1412
1320
|
|
|
1413
|
-
- [
|
|
1321
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
1414
1322
|
|
|
1415
1323
|
````text
|
|
1416
|
-
Copyright (c)
|
|
1324
|
+
Copyright (c) 2017 Carl Lerche
|
|
1325
|
+
Copyright (c) 2018 Bastian Köcher
|
|
1326
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
1417
1327
|
|
|
1418
|
-
Permission is hereby granted, free of charge, to any
|
|
1419
|
-
of this software and associated
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1328
|
+
Permission is hereby granted, free of charge, to any
|
|
1329
|
+
person obtaining a copy of this software and associated
|
|
1330
|
+
documentation files (the "Software"), to deal in the
|
|
1331
|
+
Software without restriction, including without
|
|
1332
|
+
limitation the rights to use, copy, modify, merge,
|
|
1333
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1334
|
+
the Software, and to permit persons to whom the Software
|
|
1335
|
+
is furnished to do so, subject to the following
|
|
1336
|
+
conditions:
|
|
1424
1337
|
|
|
1425
|
-
The above copyright notice and this permission notice
|
|
1426
|
-
all copies or substantial portions
|
|
1338
|
+
The above copyright notice and this permission notice
|
|
1339
|
+
shall be included in all copies or substantial portions
|
|
1340
|
+
of the Software.
|
|
1427
1341
|
|
|
1428
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1429
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1342
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1343
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1344
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1345
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1346
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1347
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1348
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1349
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1350
|
+
DEALINGS IN THE SOFTWARE.
|
|
1435
1351
|
|
|
1436
1352
|
````
|
|
1437
1353
|
|
|
@@ -1441,10 +1357,12 @@ THE SOFTWARE.
|
|
|
1441
1357
|
|
|
1442
1358
|
### Rust Crates:
|
|
1443
1359
|
|
|
1444
|
-
- [
|
|
1360
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
1361
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1362
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1445
1363
|
|
|
1446
1364
|
````text
|
|
1447
|
-
Copyright (c)
|
|
1365
|
+
Copyright (c) 2019 Tower Contributors
|
|
1448
1366
|
|
|
1449
1367
|
Permission is hereby granted, free of charge, to any
|
|
1450
1368
|
person obtaining a copy of this software and associated
|
|
@@ -1478,10 +1396,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1478
1396
|
|
|
1479
1397
|
### Rust Crates:
|
|
1480
1398
|
|
|
1481
|
-
- [
|
|
1399
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
1482
1400
|
|
|
1483
1401
|
````text
|
|
1484
|
-
|
|
1402
|
+
MIT License
|
|
1485
1403
|
|
|
1486
1404
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1487
1405
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1490,17 +1408,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1490
1408
|
copies of the Software, and to permit persons to whom the Software is
|
|
1491
1409
|
furnished to do so, subject to the following conditions:
|
|
1492
1410
|
|
|
1493
|
-
The above copyright notice and this permission notice shall be included in
|
|
1494
|
-
|
|
1411
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1412
|
+
copies or substantial portions of the Software.
|
|
1495
1413
|
|
|
1496
1414
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1497
1415
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1498
1416
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1499
1417
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1500
1418
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1501
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1502
|
-
|
|
1503
|
-
|
|
1419
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1420
|
+
SOFTWARE.
|
|
1504
1421
|
|
|
1505
1422
|
````
|
|
1506
1423
|
|
|
@@ -1510,35 +1427,16 @@ THE SOFTWARE.
|
|
|
1510
1427
|
|
|
1511
1428
|
### Rust Crates:
|
|
1512
1429
|
|
|
1513
|
-
- [
|
|
1430
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
1514
1431
|
|
|
1515
1432
|
````text
|
|
1516
|
-
Copyright
|
|
1433
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
1517
1434
|
|
|
1518
|
-
|
|
1519
|
-
Copyright (c) 2016 Pyfisch
|
|
1435
|
+
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:
|
|
1520
1436
|
|
|
1521
|
-
|
|
1522
|
-
Copyright © 2005-2013 Rich Felker
|
|
1437
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1523
1438
|
|
|
1524
|
-
|
|
1525
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1526
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1527
|
-
in the Software without restriction, including without limitation the rights
|
|
1528
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1529
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1530
|
-
furnished to do so, subject to the following conditions:
|
|
1531
|
-
|
|
1532
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1533
|
-
copies or substantial portions of the Software.
|
|
1534
|
-
|
|
1535
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1536
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1537
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1538
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1539
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1540
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1541
|
-
SOFTWARE.
|
|
1439
|
+
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.
|
|
1542
1440
|
|
|
1543
1441
|
````
|
|
1544
1442
|
|
|
@@ -1546,16 +1444,14 @@ SOFTWARE.
|
|
|
1546
1444
|
|
|
1547
1445
|
## The following dependencies are licensed under the MIT License:
|
|
1548
1446
|
|
|
1549
|
-
###
|
|
1447
|
+
### NPM Packages:
|
|
1550
1448
|
|
|
1551
|
-
- [
|
|
1552
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1553
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1449
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
1554
1450
|
|
|
1555
1451
|
````text
|
|
1556
|
-
MIT License
|
|
1452
|
+
The MIT License (MIT)
|
|
1557
1453
|
|
|
1558
|
-
Copyright (c)
|
|
1454
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
1559
1455
|
|
|
1560
1456
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1561
1457
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1575,6 +1471,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1575
1471
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1576
1472
|
SOFTWARE.
|
|
1577
1473
|
|
|
1474
|
+
|
|
1578
1475
|
````
|
|
1579
1476
|
|
|
1580
1477
|
---
|
|
@@ -1583,11 +1480,38 @@ SOFTWARE.
|
|
|
1583
1480
|
|
|
1584
1481
|
### Rust Crates:
|
|
1585
1482
|
|
|
1586
|
-
- [
|
|
1483
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
1484
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1485
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1486
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1487
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1488
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1489
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1490
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1491
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1492
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1493
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1494
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1495
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1496
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1497
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1498
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1499
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1500
|
+
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
1501
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1502
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1503
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1504
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1505
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1506
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1507
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1508
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1509
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1510
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1511
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1512
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1587
1513
|
|
|
1588
1514
|
````text
|
|
1589
|
-
Copyright Mozilla Foundation
|
|
1590
|
-
|
|
1591
1515
|
Permission is hereby granted, free of charge, to any
|
|
1592
1516
|
person obtaining a copy of this software and associated
|
|
1593
1517
|
documentation files (the "Software"), to deal in the
|
|
@@ -1620,62 +1544,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1620
1544
|
|
|
1621
1545
|
### Rust Crates:
|
|
1622
1546
|
|
|
1623
|
-
- [
|
|
1624
|
-
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
1625
|
-
|
|
1626
|
-
````text
|
|
1627
|
-
The MIT License (MIT)
|
|
1628
|
-
|
|
1629
|
-
Copyright (c) 2015 Steven Fackler
|
|
1630
|
-
|
|
1631
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1632
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
1633
|
-
the Software without restriction, including without limitation the rights to
|
|
1634
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1635
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1636
|
-
subject to the following conditions:
|
|
1637
|
-
|
|
1638
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1639
|
-
copies or substantial portions of the Software.
|
|
1640
|
-
|
|
1641
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1642
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1643
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1644
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1645
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1646
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1647
|
-
|
|
1648
|
-
````
|
|
1649
|
-
|
|
1650
|
-
---
|
|
1651
|
-
|
|
1652
|
-
## The following dependencies are licensed under the MIT License:
|
|
1653
|
-
|
|
1654
|
-
### Rust Crates:
|
|
1655
|
-
|
|
1656
|
-
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
1547
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
1657
1548
|
|
|
1658
1549
|
````text
|
|
1659
|
-
Copyright (c)
|
|
1660
|
-
Copyright (c) 2016 Jason Housley
|
|
1550
|
+
Copyright (c) The rust-url developers
|
|
1661
1551
|
|
|
1662
|
-
Permission is hereby granted, free of charge, to any
|
|
1663
|
-
of this software and associated
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1552
|
+
Permission is hereby granted, free of charge, to any
|
|
1553
|
+
person obtaining a copy of this software and associated
|
|
1554
|
+
documentation files (the "Software"), to deal in the
|
|
1555
|
+
Software without restriction, including without
|
|
1556
|
+
limitation the rights to use, copy, modify, merge,
|
|
1557
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1558
|
+
the Software, and to permit persons to whom the Software
|
|
1559
|
+
is furnished to do so, subject to the following
|
|
1560
|
+
conditions:
|
|
1668
1561
|
|
|
1669
|
-
The above copyright notice and this permission notice
|
|
1670
|
-
all copies or substantial portions
|
|
1562
|
+
The above copyright notice and this permission notice
|
|
1563
|
+
shall be included in all copies or substantial portions
|
|
1564
|
+
of the Software.
|
|
1671
1565
|
|
|
1672
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1673
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1566
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1567
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1568
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1569
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1570
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1571
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1572
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1573
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1574
|
+
DEALINGS IN THE SOFTWARE.
|
|
1679
1575
|
|
|
1680
1576
|
````
|
|
1681
1577
|
|
|
@@ -1685,30 +1581,19 @@ THE SOFTWARE.
|
|
|
1685
1581
|
|
|
1686
1582
|
### Rust Crates:
|
|
1687
1583
|
|
|
1688
|
-
- [
|
|
1584
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
1585
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
1689
1586
|
|
|
1690
1587
|
````text
|
|
1691
|
-
MIT License
|
|
1588
|
+
The MIT License (MIT)
|
|
1692
1589
|
|
|
1693
|
-
Copyright
|
|
1590
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
1694
1591
|
|
|
1695
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1696
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1697
|
-
in the Software without restriction, including without limitation the rights
|
|
1698
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1699
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1700
|
-
furnished to do so, subject to the following conditions:
|
|
1592
|
+
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:
|
|
1701
1593
|
|
|
1702
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1703
|
-
copies or substantial portions of the Software.
|
|
1594
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1704
1595
|
|
|
1705
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1706
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1707
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1708
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1709
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1710
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1711
|
-
SOFTWARE.
|
|
1596
|
+
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.
|
|
1712
1597
|
|
|
1713
1598
|
````
|
|
1714
1599
|
|
|
@@ -1718,10 +1603,10 @@ SOFTWARE.
|
|
|
1718
1603
|
|
|
1719
1604
|
### Rust Crates:
|
|
1720
1605
|
|
|
1721
|
-
- [
|
|
1606
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
1722
1607
|
|
|
1723
1608
|
````text
|
|
1724
|
-
Copyright
|
|
1609
|
+
Copyright Mozilla Foundation
|
|
1725
1610
|
|
|
1726
1611
|
Permission is hereby granted, free of charge, to any
|
|
1727
1612
|
person obtaining a copy of this software and associated
|
|
@@ -1755,10 +1640,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1755
1640
|
|
|
1756
1641
|
### Rust Crates:
|
|
1757
1642
|
|
|
1758
|
-
- [
|
|
1643
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
1759
1644
|
|
|
1760
1645
|
````text
|
|
1761
|
-
Copyright (c)
|
|
1646
|
+
Copyright (c) 2018 Carl Lerche
|
|
1762
1647
|
|
|
1763
1648
|
Permission is hereby granted, free of charge, to any
|
|
1764
1649
|
person obtaining a copy of this software and associated
|
|
@@ -1792,34 +1677,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1792
1677
|
|
|
1793
1678
|
### Rust Crates:
|
|
1794
1679
|
|
|
1795
|
-
- [
|
|
1680
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
1796
1681
|
|
|
1797
1682
|
````text
|
|
1798
|
-
Copyright (c)
|
|
1683
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1684
|
+
Copyright (c) 2016 Jason Housley
|
|
1799
1685
|
|
|
1800
|
-
Permission is hereby granted, free of charge, to any
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
the Software, and to permit persons to whom the Software
|
|
1807
|
-
is furnished to do so, subject to the following
|
|
1808
|
-
conditions:
|
|
1686
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1687
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1688
|
+
in the Software without restriction, including without limitation the rights
|
|
1689
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1690
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1691
|
+
furnished to do so, subject to the following conditions:
|
|
1809
1692
|
|
|
1810
|
-
The above copyright notice and this permission notice
|
|
1811
|
-
|
|
1812
|
-
of the Software.
|
|
1693
|
+
The above copyright notice and this permission notice shall be included in
|
|
1694
|
+
all copies or substantial portions of the Software.
|
|
1813
1695
|
|
|
1814
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1822
|
-
DEALINGS IN THE SOFTWARE.
|
|
1696
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1697
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1698
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1699
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1700
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1701
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1702
|
+
THE SOFTWARE.
|
|
1823
1703
|
|
|
1824
1704
|
````
|
|
1825
1705
|
|
|
@@ -1829,13 +1709,46 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1829
1709
|
|
|
1830
1710
|
### Rust Crates:
|
|
1831
1711
|
|
|
1832
|
-
- [
|
|
1833
|
-
- [
|
|
1834
|
-
- [
|
|
1835
|
-
- [
|
|
1712
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
1713
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1714
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1715
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1836
1716
|
|
|
1837
1717
|
````text
|
|
1838
|
-
|
|
1718
|
+
The MIT License (MIT)
|
|
1719
|
+
|
|
1720
|
+
Copyright (c) 2015 Andrew Gallant
|
|
1721
|
+
|
|
1722
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1723
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1724
|
+
in the Software without restriction, including without limitation the rights
|
|
1725
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1726
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1727
|
+
furnished to do so, subject to the following conditions:
|
|
1728
|
+
|
|
1729
|
+
The above copyright notice and this permission notice shall be included in
|
|
1730
|
+
all copies or substantial portions of the Software.
|
|
1731
|
+
|
|
1732
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1733
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1734
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1735
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1736
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1737
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1738
|
+
THE SOFTWARE.
|
|
1739
|
+
|
|
1740
|
+
````
|
|
1741
|
+
|
|
1742
|
+
---
|
|
1743
|
+
|
|
1744
|
+
## The following dependencies are licensed under the MIT License:
|
|
1745
|
+
|
|
1746
|
+
### Rust Crates:
|
|
1747
|
+
|
|
1748
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
1749
|
+
|
|
1750
|
+
````text
|
|
1751
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
1839
1752
|
|
|
1840
1753
|
Permission is hereby granted, free of charge, to any
|
|
1841
1754
|
person obtaining a copy of this software and associated
|
|
@@ -1867,14 +1780,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1867
1780
|
|
|
1868
1781
|
## The following dependencies are licensed under the MIT License:
|
|
1869
1782
|
|
|
1870
|
-
###
|
|
1783
|
+
### Rust Crates:
|
|
1871
1784
|
|
|
1872
|
-
- [
|
|
1785
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
1873
1786
|
|
|
1874
1787
|
````text
|
|
1875
|
-
MIT License
|
|
1788
|
+
The MIT License (MIT)
|
|
1876
1789
|
|
|
1877
|
-
Copyright (c)
|
|
1790
|
+
Copyright (c) 2015 Alice Maz
|
|
1878
1791
|
|
|
1879
1792
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1880
1793
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1883,16 +1796,53 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1883
1796
|
copies of the Software, and to permit persons to whom the Software is
|
|
1884
1797
|
furnished to do so, subject to the following conditions:
|
|
1885
1798
|
|
|
1886
|
-
The above copyright notice and this permission notice shall be included in
|
|
1887
|
-
copies or substantial portions of the Software.
|
|
1799
|
+
The above copyright notice and this permission notice shall be included in
|
|
1800
|
+
all copies or substantial portions of the Software.
|
|
1801
|
+
|
|
1802
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1803
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1804
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1805
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1806
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1807
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1808
|
+
THE SOFTWARE.
|
|
1809
|
+
|
|
1810
|
+
````
|
|
1811
|
+
|
|
1812
|
+
---
|
|
1813
|
+
|
|
1814
|
+
## The following dependencies are licensed under the MIT License:
|
|
1815
|
+
|
|
1816
|
+
### Rust Crates:
|
|
1817
|
+
|
|
1818
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
1819
|
+
|
|
1820
|
+
````text
|
|
1821
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
1822
|
+
|
|
1823
|
+
Permission is hereby granted, free of charge, to any
|
|
1824
|
+
person obtaining a copy of this software and associated
|
|
1825
|
+
documentation files (the "Software"), to deal in the
|
|
1826
|
+
Software without restriction, including without
|
|
1827
|
+
limitation the rights to use, copy, modify, merge,
|
|
1828
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1829
|
+
the Software, and to permit persons to whom the Software
|
|
1830
|
+
is furnished to do so, subject to the following
|
|
1831
|
+
conditions:
|
|
1832
|
+
|
|
1833
|
+
The above copyright notice and this permission notice
|
|
1834
|
+
shall be included in all copies or substantial portions
|
|
1835
|
+
of the Software.
|
|
1888
1836
|
|
|
1889
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1890
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1837
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1838
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1839
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1840
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1841
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1842
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1843
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1844
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1845
|
+
DEALINGS IN THE SOFTWARE.
|
|
1896
1846
|
|
|
1897
1847
|
````
|
|
1898
1848
|
|
|
@@ -1902,10 +1852,10 @@ SOFTWARE.
|
|
|
1902
1852
|
|
|
1903
1853
|
### Rust Crates:
|
|
1904
1854
|
|
|
1905
|
-
- [
|
|
1855
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
1906
1856
|
|
|
1907
1857
|
````text
|
|
1908
|
-
Copyright (c)
|
|
1858
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
1909
1859
|
|
|
1910
1860
|
Permission is hereby granted, free of charge, to any
|
|
1911
1861
|
person obtaining a copy of this software and associated
|
|
@@ -1939,10 +1889,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1939
1889
|
|
|
1940
1890
|
### Rust Crates:
|
|
1941
1891
|
|
|
1942
|
-
- [
|
|
1892
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
1893
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
1943
1894
|
|
|
1944
1895
|
````text
|
|
1945
|
-
Copyright (c)
|
|
1896
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
1946
1897
|
|
|
1947
1898
|
Permission is hereby granted, free of charge, to any
|
|
1948
1899
|
person obtaining a copy of this software and associated
|
|
@@ -1976,10 +1927,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1976
1927
|
|
|
1977
1928
|
### Rust Crates:
|
|
1978
1929
|
|
|
1979
|
-
- [
|
|
1930
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
1980
1931
|
|
|
1981
1932
|
````text
|
|
1982
|
-
Copyright (c)
|
|
1933
|
+
Copyright (c) 2016 Anthony Ramine
|
|
1983
1934
|
|
|
1984
1935
|
Permission is hereby granted, free of charge, to any
|
|
1985
1936
|
person obtaining a copy of this software and associated
|
|
@@ -2013,19 +1964,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2013
1964
|
|
|
2014
1965
|
### Rust Crates:
|
|
2015
1966
|
|
|
2016
|
-
- [
|
|
2017
|
-
- [
|
|
2018
|
-
- [
|
|
2019
|
-
- [
|
|
2020
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2021
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2022
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2023
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2024
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1967
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
1968
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1969
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1970
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
2025
1971
|
|
|
2026
1972
|
````text
|
|
2027
|
-
Copyright (c) 2016
|
|
2028
|
-
Copyright (c) 2017 The Tokio Authors
|
|
1973
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
2029
1974
|
|
|
2030
1975
|
Permission is hereby granted, free of charge, to any
|
|
2031
1976
|
person obtaining a copy of this software and associated
|
|
@@ -2059,10 +2004,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2059
2004
|
|
|
2060
2005
|
### Rust Crates:
|
|
2061
2006
|
|
|
2062
|
-
- [
|
|
2007
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
2063
2008
|
|
|
2064
2009
|
````text
|
|
2065
|
-
|
|
2010
|
+
MIT License
|
|
2011
|
+
|
|
2012
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2013
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2014
|
+
Copyright (c) 2017 Frommi
|
|
2015
|
+
Copyright (c) 2017-2024 oyvindln
|
|
2066
2016
|
|
|
2067
2017
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2068
2018
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2071,17 +2021,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2071
2021
|
copies of the Software, and to permit persons to whom the Software is
|
|
2072
2022
|
furnished to do so, subject to the following conditions:
|
|
2073
2023
|
|
|
2074
|
-
The above copyright notice and this permission notice shall be included in
|
|
2075
|
-
|
|
2024
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2025
|
+
copies or substantial portions of the Software.
|
|
2076
2026
|
|
|
2077
2027
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2078
2028
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2079
2029
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2080
2030
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2081
2031
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2082
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2083
|
-
|
|
2084
|
-
|
|
2032
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2033
|
+
SOFTWARE.
|
|
2085
2034
|
|
|
2086
2035
|
````
|
|
2087
2036
|
|
|
@@ -2091,10 +2040,10 @@ THE SOFTWARE.
|
|
|
2091
2040
|
|
|
2092
2041
|
### Rust Crates:
|
|
2093
2042
|
|
|
2094
|
-
- [
|
|
2043
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
2095
2044
|
|
|
2096
2045
|
````text
|
|
2097
|
-
Copyright
|
|
2046
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
2098
2047
|
|
|
2099
2048
|
Permission is hereby granted, free of charge, to any
|
|
2100
2049
|
person obtaining a copy of this software and associated
|
|
@@ -2128,49 +2077,17 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2128
2077
|
|
|
2129
2078
|
### Rust Crates:
|
|
2130
2079
|
|
|
2131
|
-
- [
|
|
2132
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2133
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2080
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
2134
2081
|
|
|
2135
2082
|
````text
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
2139
|
-
|
|
2140
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2141
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2142
|
-
in the Software without restriction, including without limitation the rights
|
|
2143
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2144
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2145
|
-
furnished to do so, subject to the following conditions:
|
|
2146
|
-
|
|
2147
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2148
|
-
copies or substantial portions of the Software.
|
|
2149
|
-
|
|
2150
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2151
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2152
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2153
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2154
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2155
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2156
|
-
SOFTWARE.
|
|
2157
|
-
|
|
2158
|
-
````
|
|
2159
|
-
|
|
2160
|
-
---
|
|
2161
|
-
|
|
2162
|
-
## The following dependencies are licensed under the MIT License:
|
|
2163
|
-
|
|
2164
|
-
### Rust Crates:
|
|
2083
|
+
Copyright (c) 2016 The humantime Developers
|
|
2165
2084
|
|
|
2166
|
-
|
|
2085
|
+
Includes parts of http date with the following copyright:
|
|
2086
|
+
Copyright (c) 2016 Pyfisch
|
|
2167
2087
|
|
|
2168
|
-
|
|
2169
|
-
|
|
2088
|
+
Includes portions of musl libc with the following copyright:
|
|
2089
|
+
Copyright © 2005-2013 Rich Felker
|
|
2170
2090
|
|
|
2171
|
-
Copyright (c) 2015 Danny Guo
|
|
2172
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2173
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
2174
2091
|
|
|
2175
2092
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2176
2093
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2198,10 +2115,10 @@ SOFTWARE.
|
|
|
2198
2115
|
|
|
2199
2116
|
### Rust Crates:
|
|
2200
2117
|
|
|
2201
|
-
- [getrandom](https://github.com/rust-random/getrandom) (0.
|
|
2118
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
2202
2119
|
|
|
2203
2120
|
````text
|
|
2204
|
-
Copyright (c) 2018-
|
|
2121
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2205
2122
|
Copyright (c) 2014 The Rust Project Developers
|
|
2206
2123
|
|
|
2207
2124
|
Permission is hereby granted, free of charge, to any
|
|
@@ -2236,15 +2153,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2236
2153
|
|
|
2237
2154
|
### Rust Crates:
|
|
2238
2155
|
|
|
2239
|
-
- [
|
|
2240
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2241
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2242
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2156
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
2243
2157
|
|
|
2244
2158
|
````text
|
|
2245
2159
|
The MIT License (MIT)
|
|
2246
2160
|
|
|
2247
|
-
Copyright (c) 2015
|
|
2161
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
2248
2162
|
|
|
2249
2163
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2250
2164
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2272,10 +2186,10 @@ THE SOFTWARE.
|
|
|
2272
2186
|
|
|
2273
2187
|
### Rust Crates:
|
|
2274
2188
|
|
|
2275
|
-
- [
|
|
2189
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
2276
2190
|
|
|
2277
2191
|
````text
|
|
2278
|
-
Copyright
|
|
2192
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
2279
2193
|
|
|
2280
2194
|
Permission is hereby granted, free of charge, to any
|
|
2281
2195
|
person obtaining a copy of this software and associated
|
|
@@ -2309,10 +2223,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2309
2223
|
|
|
2310
2224
|
### Rust Crates:
|
|
2311
2225
|
|
|
2312
|
-
- [
|
|
2226
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
2313
2227
|
|
|
2314
2228
|
````text
|
|
2315
|
-
Copyright (c)
|
|
2229
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
2316
2230
|
|
|
2317
2231
|
Permission is hereby granted, free of charge, to any
|
|
2318
2232
|
person obtaining a copy of this software and associated
|
|
@@ -2346,74 +2260,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2346
2260
|
|
|
2347
2261
|
### Rust Crates:
|
|
2348
2262
|
|
|
2349
|
-
- [
|
|
2350
|
-
- [
|
|
2263
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2264
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2265
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2351
2266
|
|
|
2352
2267
|
````text
|
|
2353
|
-
|
|
2354
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2355
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
2356
|
-
|
|
2357
|
-
Permission is hereby granted, free of charge, to any
|
|
2358
|
-
person obtaining a copy of this software and associated
|
|
2359
|
-
documentation files (the "Software"), to deal in the
|
|
2360
|
-
Software without restriction, including without
|
|
2361
|
-
limitation the rights to use, copy, modify, merge,
|
|
2362
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2363
|
-
the Software, and to permit persons to whom the Software
|
|
2364
|
-
is furnished to do so, subject to the following
|
|
2365
|
-
conditions:
|
|
2366
|
-
|
|
2367
|
-
The above copyright notice and this permission notice
|
|
2368
|
-
shall be included in all copies or substantial portions
|
|
2369
|
-
of the Software.
|
|
2370
|
-
|
|
2371
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2372
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2373
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2374
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2375
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2376
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2377
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2378
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2379
|
-
DEALINGS IN THE SOFTWARE.
|
|
2380
|
-
|
|
2381
|
-
````
|
|
2382
|
-
|
|
2383
|
-
---
|
|
2384
|
-
|
|
2385
|
-
## The following dependencies are licensed under the MIT License:
|
|
2386
|
-
|
|
2387
|
-
### Rust Crates:
|
|
2388
|
-
|
|
2389
|
-
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
2268
|
+
MIT License
|
|
2390
2269
|
|
|
2391
|
-
|
|
2392
|
-
Copyright (c) 2017 Contributors
|
|
2270
|
+
Copyright (c) 2017 Ted Driggs
|
|
2393
2271
|
|
|
2394
|
-
Permission is hereby granted, free of charge, to any
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
the Software, and to permit persons to whom the Software
|
|
2401
|
-
is furnished to do so, subject to the following
|
|
2402
|
-
conditions:
|
|
2272
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2273
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2274
|
+
in the Software without restriction, including without limitation the rights
|
|
2275
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2276
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2277
|
+
furnished to do so, subject to the following conditions:
|
|
2403
2278
|
|
|
2404
|
-
The above copyright notice and this permission notice
|
|
2405
|
-
|
|
2406
|
-
of the Software.
|
|
2279
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2280
|
+
copies or substantial portions of the Software.
|
|
2407
2281
|
|
|
2408
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2416
|
-
DEALINGS IN THE SOFTWARE.
|
|
2282
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2283
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2284
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2285
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2286
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2287
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2288
|
+
SOFTWARE.
|
|
2417
2289
|
|
|
2418
2290
|
````
|
|
2419
2291
|
|
|
@@ -2423,12 +2295,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2423
2295
|
|
|
2424
2296
|
### Rust Crates:
|
|
2425
2297
|
|
|
2426
|
-
- [
|
|
2298
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
2427
2299
|
|
|
2428
2300
|
````text
|
|
2429
|
-
Copyright (c) 2017
|
|
2430
|
-
Copyright (c) 2018 Bastian Köcher
|
|
2431
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2301
|
+
Copyright (c) 2017 Robert Grosse
|
|
2432
2302
|
|
|
2433
2303
|
Permission is hereby granted, free of charge, to any
|
|
2434
2304
|
person obtaining a copy of this software and associated
|
|
@@ -2453,7 +2323,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2453
2323
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2454
2324
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2455
2325
|
DEALINGS IN THE SOFTWARE.
|
|
2456
|
-
|
|
2457
2326
|
````
|
|
2458
2327
|
|
|
2459
2328
|
---
|
|
@@ -2462,36 +2331,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2462
2331
|
|
|
2463
2332
|
### Rust Crates:
|
|
2464
2333
|
|
|
2465
|
-
- [
|
|
2466
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
2467
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
2334
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
2468
2335
|
|
|
2469
2336
|
````text
|
|
2470
|
-
Copyright (c) 2019
|
|
2337
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
2471
2338
|
|
|
2472
|
-
Permission is hereby granted, free of charge, to any
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
the Software, and to permit persons to whom the Software
|
|
2479
|
-
is furnished to do so, subject to the following
|
|
2480
|
-
conditions:
|
|
2339
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2340
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2341
|
+
in the Software without restriction, including without limitation the rights
|
|
2342
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2343
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2344
|
+
furnished to do so, subject to the following conditions:
|
|
2481
2345
|
|
|
2482
|
-
The above copyright notice and this permission notice
|
|
2483
|
-
|
|
2484
|
-
|
|
2346
|
+
The above copyright notice and this permission notice shall be included in
|
|
2347
|
+
all copies or substantial portions of the Software.
|
|
2348
|
+
|
|
2349
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2350
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2351
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2352
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2353
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2354
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2355
|
+
THE SOFTWARE.
|
|
2485
2356
|
|
|
2486
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2487
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2488
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2489
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2490
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2491
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2492
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2493
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2494
|
-
DEALINGS IN THE SOFTWARE.
|
|
2495
2357
|
|
|
2496
2358
|
````
|
|
2497
2359
|
|
|
@@ -2501,12 +2363,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2501
2363
|
|
|
2502
2364
|
### Rust Crates:
|
|
2503
2365
|
|
|
2504
|
-
- [
|
|
2366
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
2505
2367
|
|
|
2506
2368
|
````text
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
Copyright (c) 2014 Paho Lurie-Gregg
|
|
2369
|
+
Copyright (c) 2017 Sean McArthur
|
|
2510
2370
|
|
|
2511
2371
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2512
2372
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2515,16 +2375,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2515
2375
|
copies of the Software, and to permit persons to whom the Software is
|
|
2516
2376
|
furnished to do so, subject to the following conditions:
|
|
2517
2377
|
|
|
2518
|
-
The above copyright notice and this permission notice shall be included in
|
|
2519
|
-
copies or substantial portions of the Software.
|
|
2378
|
+
The above copyright notice and this permission notice shall be included in
|
|
2379
|
+
all copies or substantial portions of the Software.
|
|
2520
2380
|
|
|
2521
2381
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2522
2382
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2523
2383
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2524
2384
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2525
2385
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2526
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2527
|
-
SOFTWARE.
|
|
2386
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2387
|
+
THE SOFTWARE.
|
|
2388
|
+
|
|
2528
2389
|
|
|
2529
2390
|
````
|
|
2530
2391
|
|
|
@@ -2534,12 +2395,12 @@ SOFTWARE.
|
|
|
2534
2395
|
|
|
2535
2396
|
### Rust Crates:
|
|
2536
2397
|
|
|
2537
|
-
- [
|
|
2398
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2538
2399
|
|
|
2539
2400
|
````text
|
|
2540
|
-
|
|
2401
|
+
MIT License
|
|
2541
2402
|
|
|
2542
|
-
Copyright (c)
|
|
2403
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2543
2404
|
|
|
2544
2405
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2545
2406
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2559,83 +2420,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2559
2420
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2560
2421
|
SOFTWARE.
|
|
2561
2422
|
|
|
2562
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2563
|
-
licences; see files named LICENSE.*.txt for details.
|
|
2564
|
-
````
|
|
2565
|
-
|
|
2566
|
-
---
|
|
2567
|
-
|
|
2568
|
-
## The following dependencies are licensed under the MIT License:
|
|
2569
|
-
|
|
2570
|
-
### Rust Crates:
|
|
2571
|
-
|
|
2572
|
-
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
2573
|
-
|
|
2574
|
-
````text
|
|
2575
|
-
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2576
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2577
|
-
|
|
2578
|
-
Permission is hereby granted, free of charge, to any
|
|
2579
|
-
person obtaining a copy of this software and associated
|
|
2580
|
-
documentation files (the "Software"), to deal in the
|
|
2581
|
-
Software without restriction, including without
|
|
2582
|
-
limitation the rights to use, copy, modify, merge,
|
|
2583
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2584
|
-
the Software, and to permit persons to whom the Software
|
|
2585
|
-
is furnished to do so, subject to the following
|
|
2586
|
-
conditions:
|
|
2587
|
-
|
|
2588
|
-
The above copyright notice and this permission notice
|
|
2589
|
-
shall be included in all copies or substantial portions
|
|
2590
|
-
of the Software.
|
|
2591
|
-
|
|
2592
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2593
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2594
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2595
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2596
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2597
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2598
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2599
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2600
|
-
DEALINGS IN THE SOFTWARE.
|
|
2601
|
-
|
|
2602
|
-
````
|
|
2603
|
-
|
|
2604
|
-
---
|
|
2605
|
-
|
|
2606
|
-
## The following dependencies are licensed under the MIT License:
|
|
2607
|
-
|
|
2608
|
-
### Rust Crates:
|
|
2609
|
-
|
|
2610
|
-
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
2611
|
-
|
|
2612
|
-
````text
|
|
2613
|
-
Copyright (c) The Rust Project Developers
|
|
2614
|
-
|
|
2615
|
-
Permission is hereby granted, free of charge, to any
|
|
2616
|
-
person obtaining a copy of this software and associated
|
|
2617
|
-
documentation files (the "Software"), to deal in the
|
|
2618
|
-
Software without restriction, including without
|
|
2619
|
-
limitation the rights to use, copy, modify, merge,
|
|
2620
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2621
|
-
the Software, and to permit persons to whom the Software
|
|
2622
|
-
is furnished to do so, subject to the following
|
|
2623
|
-
conditions:
|
|
2624
|
-
|
|
2625
|
-
The above copyright notice and this permission notice
|
|
2626
|
-
shall be included in all copies or substantial portions
|
|
2627
|
-
of the Software.
|
|
2628
|
-
|
|
2629
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2630
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2631
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2632
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2633
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2634
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2635
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2636
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2637
|
-
DEALINGS IN THE SOFTWARE.
|
|
2638
|
-
|
|
2639
2423
|
````
|
|
2640
2424
|
|
|
2641
2425
|
---
|
|
@@ -2644,13 +2428,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2644
2428
|
|
|
2645
2429
|
### Rust Crates:
|
|
2646
2430
|
|
|
2647
|
-
- [
|
|
2648
|
-
- [
|
|
2431
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
2432
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2649
2433
|
|
|
2650
2434
|
````text
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
Copyright (c) 2019 Graham Esau
|
|
2435
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
2654
2436
|
|
|
2655
2437
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2656
2438
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2678,10 +2460,11 @@ SOFTWARE.
|
|
|
2678
2460
|
|
|
2679
2461
|
### Rust Crates:
|
|
2680
2462
|
|
|
2681
|
-
- [
|
|
2463
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
2682
2464
|
|
|
2683
2465
|
````text
|
|
2684
|
-
Copyright (c) The rust-
|
|
2466
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
2467
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2685
2468
|
|
|
2686
2469
|
Permission is hereby granted, free of charge, to any
|
|
2687
2470
|
person obtaining a copy of this software and associated
|
|
@@ -2715,11 +2498,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2715
2498
|
|
|
2716
2499
|
### Rust Crates:
|
|
2717
2500
|
|
|
2718
|
-
- [
|
|
2501
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
2719
2502
|
|
|
2720
2503
|
````text
|
|
2721
|
-
|
|
2722
|
-
|
|
2504
|
+
The MIT License (MIT)
|
|
2505
|
+
|
|
2506
|
+
Copyright (c) 2015 Danny Guo
|
|
2507
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2508
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
2723
2509
|
|
|
2724
2510
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2725
2511
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2747,10 +2533,10 @@ SOFTWARE.
|
|
|
2747
2533
|
|
|
2748
2534
|
### Rust Crates:
|
|
2749
2535
|
|
|
2750
|
-
- [
|
|
2536
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
2751
2537
|
|
|
2752
2538
|
````text
|
|
2753
|
-
Copyright (c)
|
|
2539
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
2754
2540
|
|
|
2755
2541
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2756
2542
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2770,6 +2556,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2770
2556
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2771
2557
|
THE SOFTWARE.
|
|
2772
2558
|
|
|
2559
|
+
|
|
2773
2560
|
````
|
|
2774
2561
|
|
|
2775
2562
|
---
|
|
@@ -2813,12 +2600,14 @@ THE SOFTWARE.
|
|
|
2813
2600
|
|
|
2814
2601
|
### Rust Crates:
|
|
2815
2602
|
|
|
2816
|
-
- [
|
|
2603
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
2604
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2605
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2817
2606
|
|
|
2818
2607
|
````text
|
|
2819
2608
|
MIT License
|
|
2820
2609
|
|
|
2821
|
-
Copyright (c)
|
|
2610
|
+
Copyright (c) Tokio Contributors
|
|
2822
2611
|
|
|
2823
2612
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2824
2613
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2844,34 +2633,36 @@ SOFTWARE.
|
|
|
2844
2633
|
|
|
2845
2634
|
## The following dependencies are licensed under the MIT License:
|
|
2846
2635
|
|
|
2847
|
-
###
|
|
2636
|
+
### Rust Crates:
|
|
2848
2637
|
|
|
2849
|
-
- [
|
|
2638
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
2850
2639
|
|
|
2851
2640
|
````text
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2855
|
-
|
|
2856
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2857
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2858
|
-
in the Software without restriction, including without limitation the rights
|
|
2859
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2860
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2861
|
-
furnished to do so, subject to the following conditions:
|
|
2641
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
2862
2642
|
|
|
2863
|
-
|
|
2864
|
-
|
|
2643
|
+
Permission is hereby granted, free of charge, to any
|
|
2644
|
+
person obtaining a copy of this software and associated
|
|
2645
|
+
documentation files (the "Software"), to deal in the
|
|
2646
|
+
Software without restriction, including without
|
|
2647
|
+
limitation the rights to use, copy, modify, merge,
|
|
2648
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2649
|
+
the Software, and to permit persons to whom the Software
|
|
2650
|
+
is furnished to do so, subject to the following
|
|
2651
|
+
conditions:
|
|
2865
2652
|
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2870
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2871
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2872
|
-
SOFTWARE.
|
|
2653
|
+
The above copyright notice and this permission notice
|
|
2654
|
+
shall be included in all copies or substantial portions
|
|
2655
|
+
of the Software.
|
|
2873
2656
|
|
|
2874
|
-
|
|
2657
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2658
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2659
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2660
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2661
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2662
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2663
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2664
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2665
|
+
DEALINGS IN THE SOFTWARE.
|
|
2875
2666
|
|
|
2876
2667
|
````
|
|
2877
2668
|
|
|
@@ -2881,29 +2672,34 @@ SOFTWARE.
|
|
|
2881
2672
|
|
|
2882
2673
|
### Rust Crates:
|
|
2883
2674
|
|
|
2884
|
-
- [
|
|
2675
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
2885
2676
|
|
|
2886
2677
|
````text
|
|
2887
|
-
Copyright (c) 2016
|
|
2888
|
-
|
|
2889
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2890
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2891
|
-
in the Software without restriction, including without limitation the rights
|
|
2892
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2893
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2894
|
-
furnished to do so, subject to the following conditions:
|
|
2678
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
2895
2679
|
|
|
2896
|
-
|
|
2897
|
-
|
|
2680
|
+
Permission is hereby granted, free of charge, to any
|
|
2681
|
+
person obtaining a copy of this software and associated
|
|
2682
|
+
documentation files (the "Software"), to deal in the
|
|
2683
|
+
Software without restriction, including without
|
|
2684
|
+
limitation the rights to use, copy, modify, merge,
|
|
2685
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2686
|
+
the Software, and to permit persons to whom the Software
|
|
2687
|
+
is furnished to do so, subject to the following
|
|
2688
|
+
conditions:
|
|
2898
2689
|
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2903
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2904
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2905
|
-
THE SOFTWARE.
|
|
2690
|
+
The above copyright notice and this permission notice
|
|
2691
|
+
shall be included in all copies or substantial portions
|
|
2692
|
+
of the Software.
|
|
2906
2693
|
|
|
2694
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2695
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2696
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2697
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2698
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2699
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2700
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2701
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2702
|
+
DEALINGS IN THE SOFTWARE.
|
|
2907
2703
|
|
|
2908
2704
|
````
|
|
2909
2705
|
|
|
@@ -2911,40 +2707,14 @@ THE SOFTWARE.
|
|
|
2911
2707
|
|
|
2912
2708
|
## The following dependencies are licensed under the MIT License:
|
|
2913
2709
|
|
|
2914
|
-
### Rust Crates:
|
|
2915
|
-
|
|
2916
|
-
- [
|
|
2917
|
-
- [
|
|
2918
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
2919
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2920
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
2921
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
2922
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
2923
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
2924
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
2925
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2926
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2927
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
2928
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
2929
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
2930
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
2931
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2932
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2933
|
-
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
2934
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
2935
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
2936
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
2937
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
2938
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
2939
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
2940
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2941
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2942
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2943
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2944
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
2945
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
2710
|
+
### Rust Crates:
|
|
2711
|
+
|
|
2712
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
2713
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
2946
2714
|
|
|
2947
2715
|
````text
|
|
2716
|
+
Copyright (c) 2014 Alex Crichton
|
|
2717
|
+
|
|
2948
2718
|
Permission is hereby granted, free of charge, to any
|
|
2949
2719
|
person obtaining a copy of this software and associated
|
|
2950
2720
|
documentation files (the "Software"), to deal in the
|
|
@@ -2977,29 +2747,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2977
2747
|
|
|
2978
2748
|
### Rust Crates:
|
|
2979
2749
|
|
|
2980
|
-
- [
|
|
2750
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
2981
2751
|
|
|
2982
2752
|
````text
|
|
2983
|
-
Copyright (c)
|
|
2984
|
-
|
|
2985
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2986
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2987
|
-
in the Software without restriction, including without limitation the rights
|
|
2988
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2989
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2990
|
-
furnished to do so, subject to the following conditions:
|
|
2753
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
2991
2754
|
|
|
2992
|
-
|
|
2993
|
-
|
|
2755
|
+
Permission is hereby granted, free of charge, to any
|
|
2756
|
+
person obtaining a copy of this software and associated
|
|
2757
|
+
documentation files (the "Software"), to deal in the
|
|
2758
|
+
Software without restriction, including without
|
|
2759
|
+
limitation the rights to use, copy, modify, merge,
|
|
2760
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2761
|
+
the Software, and to permit persons to whom the Software
|
|
2762
|
+
is furnished to do so, subject to the following
|
|
2763
|
+
conditions:
|
|
2994
2764
|
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2999
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3000
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3001
|
-
THE SOFTWARE.
|
|
2765
|
+
The above copyright notice and this permission notice
|
|
2766
|
+
shall be included in all copies or substantial portions
|
|
2767
|
+
of the Software.
|
|
3002
2768
|
|
|
2769
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2770
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2771
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2772
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2773
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2774
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2775
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2776
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2777
|
+
DEALINGS IN THE SOFTWARE.
|
|
3003
2778
|
|
|
3004
2779
|
````
|
|
3005
2780
|
|
|
@@ -3009,10 +2784,10 @@ THE SOFTWARE.
|
|
|
3009
2784
|
|
|
3010
2785
|
### Rust Crates:
|
|
3011
2786
|
|
|
3012
|
-
- [
|
|
2787
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
3013
2788
|
|
|
3014
2789
|
````text
|
|
3015
|
-
Copyright (c)
|
|
2790
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
3016
2791
|
|
|
3017
2792
|
Permission is hereby granted, free of charge, to any
|
|
3018
2793
|
person obtaining a copy of this software and associated
|
|
@@ -3046,19 +2821,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3046
2821
|
|
|
3047
2822
|
### Rust Crates:
|
|
3048
2823
|
|
|
3049
|
-
- [
|
|
3050
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2824
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
3051
2825
|
|
|
3052
2826
|
````text
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
2827
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
3056
2828
|
|
|
3057
|
-
Permission is hereby granted, free of charge, to any
|
|
2829
|
+
Permission is hereby granted, free of charge, to any
|
|
2830
|
+
person obtaining a copy of this software and associated
|
|
2831
|
+
documentation files (the "Software"), to deal in the
|
|
2832
|
+
Software without restriction, including without
|
|
2833
|
+
limitation the rights to use, copy, modify, merge,
|
|
2834
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2835
|
+
the Software, and to permit persons to whom the Software
|
|
2836
|
+
is furnished to do so, subject to the following
|
|
2837
|
+
conditions:
|
|
3058
2838
|
|
|
3059
|
-
The above copyright notice and this permission notice
|
|
2839
|
+
The above copyright notice and this permission notice
|
|
2840
|
+
shall be included in all copies or substantial portions
|
|
2841
|
+
of the Software.
|
|
3060
2842
|
|
|
3061
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2843
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2844
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2845
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2846
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2847
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2848
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2849
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2850
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2851
|
+
DEALINGS IN THE SOFTWARE.
|
|
3062
2852
|
|
|
3063
2853
|
````
|
|
3064
2854
|
|
|
@@ -3068,10 +2858,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3068
2858
|
|
|
3069
2859
|
### Rust Crates:
|
|
3070
2860
|
|
|
3071
|
-
- [
|
|
2861
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
3072
2862
|
|
|
3073
2863
|
````text
|
|
3074
|
-
Copyright (c)
|
|
2864
|
+
Copyright (c) 2016--2023
|
|
3075
2865
|
|
|
3076
2866
|
Permission is hereby granted, free of charge, to any
|
|
3077
2867
|
person obtaining a copy of this software and associated
|
|
@@ -3105,10 +2895,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3105
2895
|
|
|
3106
2896
|
### Rust Crates:
|
|
3107
2897
|
|
|
3108
|
-
- [
|
|
2898
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
3109
2899
|
|
|
3110
2900
|
````text
|
|
3111
|
-
Copyright
|
|
2901
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
3112
2902
|
|
|
3113
2903
|
Permission is hereby granted, free of charge, to any
|
|
3114
2904
|
person obtaining a copy of this software and associated
|
|
@@ -3134,40 +2924,36 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3134
2924
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3135
2925
|
DEALINGS IN THE SOFTWARE.
|
|
3136
2926
|
|
|
3137
|
-
|
|
3138
2927
|
````
|
|
3139
2928
|
|
|
3140
2929
|
---
|
|
3141
2930
|
|
|
3142
2931
|
## The following dependencies are licensed under the MIT License:
|
|
3143
2932
|
|
|
3144
|
-
###
|
|
2933
|
+
### Rust Crates:
|
|
3145
2934
|
|
|
3146
|
-
- [
|
|
3147
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2935
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
3148
2936
|
|
|
3149
2937
|
````text
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
Copyright (c) Microsoft Corporation.
|
|
2938
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
3153
2939
|
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
2940
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2941
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2942
|
+
in the Software without restriction, including without limitation the rights
|
|
2943
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2944
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2945
|
+
furnished to do so, subject to the following conditions:
|
|
3160
2946
|
|
|
3161
|
-
|
|
3162
|
-
|
|
2947
|
+
The above copyright notice and this permission notice shall be included in
|
|
2948
|
+
all copies or substantial portions of the Software.
|
|
3163
2949
|
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
2950
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2951
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2952
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2953
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2954
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2955
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2956
|
+
THE SOFTWARE.
|
|
3171
2957
|
|
|
3172
2958
|
````
|
|
3173
2959
|
|
|
@@ -3175,29 +2961,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3175
2961
|
|
|
3176
2962
|
## The following dependencies are licensed under the MIT License:
|
|
3177
2963
|
|
|
3178
|
-
###
|
|
2964
|
+
### Rust Crates:
|
|
3179
2965
|
|
|
3180
|
-
- [
|
|
2966
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
3181
2967
|
|
|
3182
2968
|
````text
|
|
3183
|
-
|
|
2969
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
3184
2970
|
|
|
3185
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3186
|
-
this software and associated documentation files (the "Software"), to deal
|
|
3187
|
-
the Software without restriction, including without limitation the rights
|
|
3188
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3189
|
-
the Software, and to permit persons to whom the Software is
|
|
3190
|
-
subject to the following conditions:
|
|
2971
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2972
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2973
|
+
in the Software without restriction, including without limitation the rights
|
|
2974
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2975
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2976
|
+
furnished to do so, subject to the following conditions:
|
|
3191
2977
|
|
|
3192
|
-
The above copyright notice and this permission notice shall be included in
|
|
3193
|
-
copies or substantial portions of the Software.
|
|
2978
|
+
The above copyright notice and this permission notice shall be included in
|
|
2979
|
+
all copies or substantial portions of the Software.
|
|
3194
2980
|
|
|
3195
2981
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3196
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3197
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3198
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3199
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3200
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2982
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2983
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2984
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2985
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2986
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2987
|
+
THE SOFTWARE.
|
|
3201
2988
|
|
|
3202
2989
|
````
|
|
3203
2990
|
|
|
@@ -3205,15 +2992,52 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3205
2992
|
|
|
3206
2993
|
## The following dependencies are licensed under the MIT License:
|
|
3207
2994
|
|
|
3208
|
-
###
|
|
2995
|
+
### Rust Crates:
|
|
3209
2996
|
|
|
3210
|
-
- [
|
|
3211
|
-
|
|
2997
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
2998
|
+
|
|
2999
|
+
````text
|
|
3000
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
3001
|
+
|
|
3002
|
+
Permission is hereby granted, free of charge, to any
|
|
3003
|
+
person obtaining a copy of this software and associated
|
|
3004
|
+
documentation files (the "Software"), to deal in the
|
|
3005
|
+
Software without restriction, including without
|
|
3006
|
+
limitation the rights to use, copy, modify, merge,
|
|
3007
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3008
|
+
the Software, and to permit persons to whom the Software
|
|
3009
|
+
is furnished to do so, subject to the following
|
|
3010
|
+
conditions:
|
|
3011
|
+
|
|
3012
|
+
The above copyright notice and this permission notice
|
|
3013
|
+
shall be included in all copies or substantial portions
|
|
3014
|
+
of the Software.
|
|
3015
|
+
|
|
3016
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3017
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3018
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3019
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3020
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3021
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3022
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3023
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3024
|
+
DEALINGS IN THE SOFTWARE.
|
|
3025
|
+
|
|
3026
|
+
````
|
|
3027
|
+
|
|
3028
|
+
---
|
|
3029
|
+
|
|
3030
|
+
## The following dependencies are licensed under the MIT License:
|
|
3031
|
+
|
|
3032
|
+
### Rust Crates:
|
|
3033
|
+
|
|
3034
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
3035
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3212
3036
|
|
|
3213
3037
|
````text
|
|
3214
3038
|
MIT License
|
|
3215
3039
|
|
|
3216
|
-
Copyright (c)
|
|
3040
|
+
Copyright (c) 2019 Graham Esau
|
|
3217
3041
|
|
|
3218
3042
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3219
3043
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3239,32 +3063,33 @@ SOFTWARE.
|
|
|
3239
3063
|
|
|
3240
3064
|
## The following dependencies are licensed under the MIT License:
|
|
3241
3065
|
|
|
3242
|
-
###
|
|
3066
|
+
### NPM Packages:
|
|
3243
3067
|
|
|
3244
|
-
- [
|
|
3068
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
3069
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.40)
|
|
3245
3070
|
|
|
3246
3071
|
````text
|
|
3247
|
-
|
|
3072
|
+
MIT License
|
|
3248
3073
|
|
|
3249
|
-
Copyright (c)
|
|
3074
|
+
Copyright (c) Microsoft Corporation.
|
|
3250
3075
|
|
|
3251
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3252
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3253
|
-
in the Software without restriction, including without limitation the rights
|
|
3254
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3255
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3256
|
-
furnished to do so, subject to the following conditions:
|
|
3076
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3077
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3078
|
+
in the Software without restriction, including without limitation the rights
|
|
3079
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3080
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3081
|
+
furnished to do so, subject to the following conditions:
|
|
3257
3082
|
|
|
3258
|
-
The above copyright notice and this permission notice shall be included in
|
|
3259
|
-
|
|
3083
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3084
|
+
copies or substantial portions of the Software.
|
|
3260
3085
|
|
|
3261
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3262
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3263
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3264
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3265
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3266
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3267
|
-
|
|
3086
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3087
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3088
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3089
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3090
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3091
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3092
|
+
SOFTWARE
|
|
3268
3093
|
|
|
3269
3094
|
````
|
|
3270
3095
|
|
|
@@ -3274,10 +3099,10 @@ THE SOFTWARE.
|
|
|
3274
3099
|
|
|
3275
3100
|
### Rust Crates:
|
|
3276
3101
|
|
|
3277
|
-
- [
|
|
3102
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
3278
3103
|
|
|
3279
3104
|
````text
|
|
3280
|
-
|
|
3105
|
+
Copyright (c) 2019 Eliza Weisman
|
|
3281
3106
|
|
|
3282
3107
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3283
3108
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3286,16 +3111,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3286
3111
|
copies of the Software, and to permit persons to whom the Software is
|
|
3287
3112
|
furnished to do so, subject to the following conditions:
|
|
3288
3113
|
|
|
3289
|
-
The above copyright notice and this permission notice shall be included in
|
|
3290
|
-
copies or substantial portions of the Software.
|
|
3114
|
+
The above copyright notice and this permission notice shall be included in
|
|
3115
|
+
all copies or substantial portions of the Software.
|
|
3291
3116
|
|
|
3292
3117
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3293
3118
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3294
3119
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3295
3120
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3296
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3297
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3298
|
-
SOFTWARE.
|
|
3121
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3122
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3123
|
+
THE SOFTWARE.
|
|
3299
3124
|
|
|
3300
3125
|
````
|
|
3301
3126
|
|
|
@@ -3305,10 +3130,10 @@ SOFTWARE.
|
|
|
3305
3130
|
|
|
3306
3131
|
### Rust Crates:
|
|
3307
3132
|
|
|
3308
|
-
- [
|
|
3133
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
3309
3134
|
|
|
3310
3135
|
````text
|
|
3311
|
-
Copyright (c) 2019
|
|
3136
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
3312
3137
|
|
|
3313
3138
|
Permission is hereby granted, free of charge, to any
|
|
3314
3139
|
person obtaining a copy of this software and associated
|
|
@@ -3342,39 +3167,6 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3342
3167
|
|
|
3343
3168
|
### Rust Crates:
|
|
3344
3169
|
|
|
3345
|
-
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
3346
|
-
|
|
3347
|
-
````text
|
|
3348
|
-
MIT License
|
|
3349
|
-
|
|
3350
|
-
Copyright (c) 2017 Nikolai Vazquez
|
|
3351
|
-
|
|
3352
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3353
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3354
|
-
in the Software without restriction, including without limitation the rights
|
|
3355
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3356
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3357
|
-
furnished to do so, subject to the following conditions:
|
|
3358
|
-
|
|
3359
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3360
|
-
copies or substantial portions of the Software.
|
|
3361
|
-
|
|
3362
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3363
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3364
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3365
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3366
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3367
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3368
|
-
SOFTWARE.
|
|
3369
|
-
|
|
3370
|
-
````
|
|
3371
|
-
|
|
3372
|
-
---
|
|
3373
|
-
|
|
3374
|
-
## The following dependencies are licensed under the MIT License:
|
|
3375
|
-
|
|
3376
|
-
### Rust Crates:
|
|
3377
|
-
|
|
3378
3170
|
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
3379
3171
|
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3380
3172
|
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
@@ -3417,16 +3209,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3417
3209
|
|
|
3418
3210
|
### Rust Crates:
|
|
3419
3211
|
|
|
3420
|
-
- [
|
|
3212
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
3421
3213
|
|
|
3422
3214
|
````text
|
|
3423
|
-
Copyright
|
|
3215
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
3424
3216
|
|
|
3425
|
-
Permission is hereby granted, free of charge, to any
|
|
3217
|
+
Permission is hereby granted, free of charge, to any
|
|
3218
|
+
person obtaining a copy of this software and associated
|
|
3219
|
+
documentation files (the "Software"), to deal in the
|
|
3220
|
+
Software without restriction, including without
|
|
3221
|
+
limitation the rights to use, copy, modify, merge,
|
|
3222
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3223
|
+
the Software, and to permit persons to whom the Software
|
|
3224
|
+
is furnished to do so, subject to the following
|
|
3225
|
+
conditions:
|
|
3426
3226
|
|
|
3427
|
-
The above copyright notice and this permission notice
|
|
3227
|
+
The above copyright notice and this permission notice
|
|
3228
|
+
shall be included in all copies or substantial portions
|
|
3229
|
+
of the Software.
|
|
3428
3230
|
|
|
3429
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3231
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3232
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3233
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3234
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3235
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3236
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3237
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3238
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3239
|
+
DEALINGS IN THE SOFTWARE.
|
|
3430
3240
|
|
|
3431
3241
|
````
|
|
3432
3242
|
|
|
@@ -3436,28 +3246,16 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3436
3246
|
|
|
3437
3247
|
### Rust Crates:
|
|
3438
3248
|
|
|
3439
|
-
- [
|
|
3249
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
3440
3250
|
|
|
3441
3251
|
````text
|
|
3442
|
-
Copyright
|
|
3252
|
+
Copyright 2016 Nika Layzell
|
|
3443
3253
|
|
|
3444
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3445
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3446
|
-
in the Software without restriction, including without limitation the rights
|
|
3447
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3448
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3449
|
-
furnished to do so, subject to the following conditions:
|
|
3254
|
+
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:
|
|
3450
3255
|
|
|
3451
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3452
|
-
copies or substantial portions of the Software.
|
|
3256
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3453
3257
|
|
|
3454
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3455
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3456
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3457
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3458
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3459
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3460
|
-
SOFTWARE.
|
|
3258
|
+
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.
|
|
3461
3259
|
|
|
3462
3260
|
````
|
|
3463
3261
|
|
|
@@ -3467,10 +3265,10 @@ SOFTWARE.
|
|
|
3467
3265
|
|
|
3468
3266
|
### Rust Crates:
|
|
3469
3267
|
|
|
3470
|
-
- [
|
|
3268
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
3471
3269
|
|
|
3472
3270
|
````text
|
|
3473
|
-
Copyright (c)
|
|
3271
|
+
Copyright (c) 2015 Steven Allen
|
|
3474
3272
|
|
|
3475
3273
|
Permission is hereby granted, free of charge, to any
|
|
3476
3274
|
person obtaining a copy of this software and associated
|
|
@@ -3504,10 +3302,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3504
3302
|
|
|
3505
3303
|
### Rust Crates:
|
|
3506
3304
|
|
|
3507
|
-
- [
|
|
3305
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
3306
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
3508
3307
|
|
|
3509
3308
|
````text
|
|
3510
|
-
|
|
3309
|
+
The MIT License (MIT)
|
|
3310
|
+
|
|
3311
|
+
Copyright (c) 2015 Steven Fackler
|
|
3312
|
+
|
|
3313
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3314
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3315
|
+
the Software without restriction, including without limitation the rights to
|
|
3316
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3317
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3318
|
+
subject to the following conditions:
|
|
3319
|
+
|
|
3320
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3321
|
+
copies or substantial portions of the Software.
|
|
3322
|
+
|
|
3323
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3324
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3325
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3326
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3327
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3328
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3329
|
+
|
|
3330
|
+
````
|
|
3331
|
+
|
|
3332
|
+
---
|
|
3333
|
+
|
|
3334
|
+
## The following dependencies are licensed under the MIT License:
|
|
3335
|
+
|
|
3336
|
+
### Rust Crates:
|
|
3337
|
+
|
|
3338
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
3339
|
+
|
|
3340
|
+
````text
|
|
3341
|
+
Copyright (c) 2019 Carl Lerche
|
|
3511
3342
|
|
|
3512
3343
|
Permission is hereby granted, free of charge, to any
|
|
3513
3344
|
person obtaining a copy of this software and associated
|
|
@@ -3539,15 +3370,44 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3539
3370
|
|
|
3540
3371
|
## The following dependencies are licensed under the MIT License:
|
|
3541
3372
|
|
|
3373
|
+
### NPM Packages:
|
|
3374
|
+
|
|
3375
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
3376
|
+
|
|
3377
|
+
````text
|
|
3378
|
+
This software is released under the MIT license:
|
|
3379
|
+
|
|
3380
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3381
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3382
|
+
the Software without restriction, including without limitation the rights to
|
|
3383
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3384
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3385
|
+
subject to the following conditions:
|
|
3386
|
+
|
|
3387
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3388
|
+
copies or substantial portions of the Software.
|
|
3389
|
+
|
|
3390
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3391
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3392
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3393
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3394
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3395
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3396
|
+
|
|
3397
|
+
````
|
|
3398
|
+
|
|
3399
|
+
---
|
|
3400
|
+
|
|
3401
|
+
## The following dependencies are licensed under the MIT License:
|
|
3402
|
+
|
|
3542
3403
|
### Rust Crates:
|
|
3543
3404
|
|
|
3544
|
-
- [
|
|
3405
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
3545
3406
|
|
|
3546
3407
|
````text
|
|
3547
|
-
|
|
3408
|
+
MIT License
|
|
3548
3409
|
|
|
3549
|
-
Copyright (c)
|
|
3550
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
3410
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
3551
3411
|
|
|
3552
3412
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3553
3413
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3575,10 +3435,10 @@ SOFTWARE.
|
|
|
3575
3435
|
|
|
3576
3436
|
### Rust Crates:
|
|
3577
3437
|
|
|
3578
|
-
- [
|
|
3438
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
3579
3439
|
|
|
3580
3440
|
````text
|
|
3581
|
-
Copyright (c)
|
|
3441
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
3582
3442
|
|
|
3583
3443
|
Permission is hereby granted, free of charge, to any
|
|
3584
3444
|
person obtaining a copy of this software and associated
|
|
@@ -3612,15 +3472,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3612
3472
|
|
|
3613
3473
|
### Rust Crates:
|
|
3614
3474
|
|
|
3615
|
-
- [
|
|
3616
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
3617
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3618
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
3619
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3620
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
3475
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
3621
3476
|
|
|
3622
3477
|
````text
|
|
3623
|
-
Copyright 2018
|
|
3478
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
3624
3479
|
Copyright (c) 2014 The Rust Project Developers
|
|
3625
3480
|
|
|
3626
3481
|
Permission is hereby granted, free of charge, to any
|
|
@@ -3655,14 +3510,48 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3655
3510
|
|
|
3656
3511
|
### Rust Crates:
|
|
3657
3512
|
|
|
3658
|
-
- [
|
|
3659
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
3660
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3513
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
3661
3514
|
|
|
3662
3515
|
````text
|
|
3663
|
-
|
|
3516
|
+
Copyright (c) 2016--2017
|
|
3664
3517
|
|
|
3665
|
-
|
|
3518
|
+
Permission is hereby granted, free of charge, to any
|
|
3519
|
+
person obtaining a copy of this software and associated
|
|
3520
|
+
documentation files (the "Software"), to deal in the
|
|
3521
|
+
Software without restriction, including without
|
|
3522
|
+
limitation the rights to use, copy, modify, merge,
|
|
3523
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3524
|
+
the Software, and to permit persons to whom the Software
|
|
3525
|
+
is furnished to do so, subject to the following
|
|
3526
|
+
conditions:
|
|
3527
|
+
|
|
3528
|
+
The above copyright notice and this permission notice
|
|
3529
|
+
shall be included in all copies or substantial portions
|
|
3530
|
+
of the Software.
|
|
3531
|
+
|
|
3532
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3533
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3534
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3535
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3536
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3537
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3538
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3539
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3540
|
+
DEALINGS IN THE SOFTWARE.
|
|
3541
|
+
|
|
3542
|
+
````
|
|
3543
|
+
|
|
3544
|
+
---
|
|
3545
|
+
|
|
3546
|
+
## The following dependencies are licensed under the MIT License:
|
|
3547
|
+
|
|
3548
|
+
### Rust Crates:
|
|
3549
|
+
|
|
3550
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
3551
|
+
|
|
3552
|
+
````text
|
|
3553
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
3554
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
3666
3555
|
|
|
3667
3556
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3668
3557
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3690,10 +3579,10 @@ SOFTWARE.
|
|
|
3690
3579
|
|
|
3691
3580
|
### Rust Crates:
|
|
3692
3581
|
|
|
3693
|
-
- [
|
|
3582
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
3694
3583
|
|
|
3695
3584
|
````text
|
|
3696
|
-
Copyright (c)
|
|
3585
|
+
Copyright (c) 2017 http-rs authors
|
|
3697
3586
|
|
|
3698
3587
|
Permission is hereby granted, free of charge, to any
|
|
3699
3588
|
person obtaining a copy of this software and associated
|
|
@@ -3725,13 +3614,50 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3725
3614
|
|
|
3726
3615
|
## The following dependencies are licensed under the MIT License:
|
|
3727
3616
|
|
|
3728
|
-
###
|
|
3617
|
+
### NPM Packages:
|
|
3618
|
+
|
|
3619
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
3620
|
+
|
|
3621
|
+
````text
|
|
3622
|
+
MIT License
|
|
3623
|
+
|
|
3624
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
3625
|
+
|
|
3626
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3627
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3628
|
+
in the Software without restriction, including without limitation the rights
|
|
3629
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3630
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3631
|
+
furnished to do so, subject to the following conditions:
|
|
3632
|
+
|
|
3633
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3634
|
+
copies or substantial portions of the Software.
|
|
3635
|
+
|
|
3636
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3637
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3638
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3639
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3640
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3641
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3642
|
+
SOFTWARE.
|
|
3643
|
+
|
|
3644
|
+
[others]: https://github.com/json5/json5/contributors
|
|
3645
|
+
|
|
3646
|
+
````
|
|
3647
|
+
|
|
3648
|
+
---
|
|
3649
|
+
|
|
3650
|
+
## The following dependencies are licensed under the MIT License:
|
|
3651
|
+
|
|
3652
|
+
### NPM Packages:
|
|
3729
3653
|
|
|
3730
|
-
- [
|
|
3654
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
3655
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3731
3656
|
|
|
3732
3657
|
````text
|
|
3733
|
-
|
|
3734
|
-
|
|
3658
|
+
MIT License
|
|
3659
|
+
|
|
3660
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
3735
3661
|
|
|
3736
3662
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3737
3663
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3740,16 +3666,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3740
3666
|
copies of the Software, and to permit persons to whom the Software is
|
|
3741
3667
|
furnished to do so, subject to the following conditions:
|
|
3742
3668
|
|
|
3743
|
-
The above copyright notice and this permission notice shall be included in
|
|
3744
|
-
|
|
3669
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3670
|
+
copies or substantial portions of the Software.
|
|
3745
3671
|
|
|
3746
3672
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3747
3673
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3748
3674
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3749
3675
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3750
3676
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3751
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3752
|
-
|
|
3677
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3678
|
+
SOFTWARE.
|
|
3753
3679
|
|
|
3754
3680
|
````
|
|
3755
3681
|
|
|
@@ -3759,11 +3685,11 @@ THE SOFTWARE.
|
|
|
3759
3685
|
|
|
3760
3686
|
### Rust Crates:
|
|
3761
3687
|
|
|
3762
|
-
- [
|
|
3688
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
3763
3689
|
|
|
3764
3690
|
````text
|
|
3765
|
-
Copyright (c)
|
|
3766
|
-
Copyright (c)
|
|
3691
|
+
Copyright (c) 2017 Daniel Abramov
|
|
3692
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3767
3693
|
|
|
3768
3694
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3769
3695
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3783,24 +3709,20 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3783
3709
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3784
3710
|
THE SOFTWARE.
|
|
3785
3711
|
|
|
3786
|
-
|
|
3787
3712
|
````
|
|
3788
3713
|
|
|
3789
3714
|
---
|
|
3790
3715
|
|
|
3791
3716
|
## The following dependencies are licensed under the MIT License:
|
|
3792
3717
|
|
|
3793
|
-
###
|
|
3718
|
+
### NPM Packages:
|
|
3794
3719
|
|
|
3795
|
-
- [
|
|
3720
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
3796
3721
|
|
|
3797
3722
|
````text
|
|
3798
3723
|
MIT License
|
|
3799
3724
|
|
|
3800
|
-
Copyright
|
|
3801
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
3802
|
-
Copyright (c) 2017 Frommi
|
|
3803
|
-
Copyright (c) 2017-2024 oyvindln
|
|
3725
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
3804
3726
|
|
|
3805
3727
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3806
3728
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3828,10 +3750,15 @@ SOFTWARE.
|
|
|
3828
3750
|
|
|
3829
3751
|
### Rust Crates:
|
|
3830
3752
|
|
|
3831
|
-
- [
|
|
3753
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
3754
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
3755
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
3756
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
3757
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
3758
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
3832
3759
|
|
|
3833
3760
|
````text
|
|
3834
|
-
Copyright (c) 2019
|
|
3761
|
+
Copyright (c) 2019 Tokio Contributors
|
|
3835
3762
|
|
|
3836
3763
|
Permission is hereby granted, free of charge, to any
|
|
3837
3764
|
person obtaining a copy of this software and associated
|
|
@@ -3865,34 +3792,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3865
3792
|
|
|
3866
3793
|
### Rust Crates:
|
|
3867
3794
|
|
|
3868
|
-
- [
|
|
3795
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
3869
3796
|
|
|
3870
3797
|
````text
|
|
3871
|
-
Copyright (c)
|
|
3798
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
3872
3799
|
|
|
3873
|
-
Permission is hereby granted, free of charge, to any
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
|
|
3800
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3801
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3802
|
+
in the Software without restriction, including without limitation the rights
|
|
3803
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3804
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3805
|
+
furnished to do so, subject to the following conditions:
|
|
3806
|
+
|
|
3807
|
+
The above copyright notice and this permission notice shall be included in
|
|
3808
|
+
all copies or substantial portions of the Software.
|
|
3809
|
+
|
|
3810
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3811
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3812
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3813
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3814
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3815
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3816
|
+
THE SOFTWARE.
|
|
3882
3817
|
|
|
3883
|
-
The above copyright notice and this permission notice
|
|
3884
|
-
shall be included in all copies or substantial portions
|
|
3885
|
-
of the Software.
|
|
3886
3818
|
|
|
3887
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3888
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3889
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3890
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3891
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3892
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3893
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3894
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3895
|
-
DEALINGS IN THE SOFTWARE.
|
|
3896
3819
|
````
|
|
3897
3820
|
|
|
3898
3821
|
---
|
|
@@ -3901,11 +3824,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3901
3824
|
|
|
3902
3825
|
### Rust Crates:
|
|
3903
3826
|
|
|
3904
|
-
- [
|
|
3905
|
-
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
3827
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
3906
3828
|
|
|
3907
3829
|
````text
|
|
3908
|
-
Copyright (c)
|
|
3830
|
+
Copyright (c) 2017 Contributors
|
|
3909
3831
|
|
|
3910
3832
|
Permission is hereby granted, free of charge, to any
|
|
3911
3833
|
person obtaining a copy of this software and associated
|
|
@@ -3937,12 +3859,87 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3937
3859
|
|
|
3938
3860
|
## The following dependencies are licensed under the MIT License:
|
|
3939
3861
|
|
|
3862
|
+
### NPM Packages:
|
|
3863
|
+
|
|
3864
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
3865
|
+
|
|
3866
|
+
````text
|
|
3867
|
+
The MIT License (MIT)
|
|
3868
|
+
|
|
3869
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
3870
|
+
|
|
3871
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3872
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3873
|
+
in the Software without restriction, including without limitation the rights
|
|
3874
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3875
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3876
|
+
furnished to do so, subject to the following conditions:
|
|
3877
|
+
|
|
3878
|
+
The above copyright notice and this permission notice shall be included in
|
|
3879
|
+
all copies or substantial portions of the Software.
|
|
3880
|
+
|
|
3881
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3882
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3883
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3884
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3885
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3886
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3887
|
+
THE SOFTWARE.
|
|
3888
|
+
|
|
3889
|
+
````
|
|
3890
|
+
|
|
3891
|
+
---
|
|
3892
|
+
|
|
3893
|
+
## The following dependencies are licensed under the MIT License:
|
|
3894
|
+
|
|
3940
3895
|
### Rust Crates:
|
|
3941
3896
|
|
|
3942
|
-
- [
|
|
3897
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
3943
3898
|
|
|
3944
3899
|
````text
|
|
3945
|
-
|
|
3900
|
+
The MIT License (MIT)
|
|
3901
|
+
|
|
3902
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
3903
|
+
|
|
3904
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3905
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3906
|
+
in the Software without restriction, including without limitation the rights
|
|
3907
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3908
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3909
|
+
furnished to do so, subject to the following conditions:
|
|
3910
|
+
|
|
3911
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3912
|
+
copies or substantial portions of the Software.
|
|
3913
|
+
|
|
3914
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3915
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3916
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3917
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3918
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3919
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3920
|
+
SOFTWARE.
|
|
3921
|
+
|
|
3922
|
+
````
|
|
3923
|
+
|
|
3924
|
+
---
|
|
3925
|
+
|
|
3926
|
+
## The following dependencies are licensed under the MIT License:
|
|
3927
|
+
|
|
3928
|
+
### Rust Crates:
|
|
3929
|
+
|
|
3930
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3931
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3932
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3933
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3934
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3935
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3936
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3937
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3938
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3939
|
+
|
|
3940
|
+
````text
|
|
3941
|
+
Copyright (c) 2016 Alex Crichton
|
|
3942
|
+
Copyright (c) 2017 The Tokio Authors
|
|
3946
3943
|
|
|
3947
3944
|
Permission is hereby granted, free of charge, to any
|
|
3948
3945
|
person obtaining a copy of this software and associated
|
|
@@ -3976,10 +3973,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3976
3973
|
|
|
3977
3974
|
### Rust Crates:
|
|
3978
3975
|
|
|
3979
|
-
- [
|
|
3976
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
3980
3977
|
|
|
3981
3978
|
````text
|
|
3982
|
-
Copyright (c)
|
|
3979
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
3983
3980
|
|
|
3984
3981
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3985
3982
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3988,16 +3985,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3988
3985
|
copies of the Software, and to permit persons to whom the Software is
|
|
3989
3986
|
furnished to do so, subject to the following conditions:
|
|
3990
3987
|
|
|
3991
|
-
The above copyright notice and this permission notice shall be included in
|
|
3992
|
-
copies or substantial portions of the Software.
|
|
3988
|
+
The above copyright notice and this permission notice shall be included in
|
|
3989
|
+
all copies or substantial portions of the Software.
|
|
3993
3990
|
|
|
3994
3991
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3995
3992
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3996
3993
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3997
3994
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3998
3995
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3999
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4000
|
-
SOFTWARE.
|
|
3996
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3997
|
+
THE SOFTWARE.
|
|
4001
3998
|
|
|
4002
3999
|
````
|
|
4003
4000
|
|
|
@@ -4007,10 +4004,13 @@ SOFTWARE.
|
|
|
4007
4004
|
|
|
4008
4005
|
### Rust Crates:
|
|
4009
4006
|
|
|
4010
|
-
- [
|
|
4007
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
4008
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
4011
4009
|
|
|
4012
4010
|
````text
|
|
4013
|
-
Copyright (c)
|
|
4011
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
4012
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
4013
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
4014
4014
|
|
|
4015
4015
|
Permission is hereby granted, free of charge, to any
|
|
4016
4016
|
person obtaining a copy of this software and associated
|
|
@@ -4044,10 +4044,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4044
4044
|
|
|
4045
4045
|
### Rust Crates:
|
|
4046
4046
|
|
|
4047
|
-
- [
|
|
4047
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
4048
4048
|
|
|
4049
4049
|
````text
|
|
4050
|
-
Copyright (c)
|
|
4050
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
4051
4051
|
|
|
4052
4052
|
Permission is hereby granted, free of charge, to any
|
|
4053
4053
|
person obtaining a copy of this software and associated
|
|
@@ -4466,7 +4466,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4466
4466
|
|
|
4467
4467
|
### NPM Packages:
|
|
4468
4468
|
|
|
4469
|
-
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.
|
|
4469
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.6) (0.0.6)
|
|
4470
4470
|
|
|
4471
4471
|
````text
|
|
4472
4472
|
Please refer to the package README for license details.
|
|
@@ -4478,14 +4478,31 @@ Please refer to the package README for license details.
|
|
|
4478
4478
|
|
|
4479
4479
|
### Rust Crates:
|
|
4480
4480
|
|
|
4481
|
-
- [
|
|
4481
|
+
- [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4482
|
+
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4483
|
+
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4484
|
+
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4485
|
+
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4486
|
+
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4487
|
+
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4488
|
+
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4489
|
+
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4490
|
+
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4491
|
+
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4492
|
+
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4493
|
+
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4494
|
+
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4495
|
+
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4496
|
+
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4497
|
+
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4498
|
+
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4482
4499
|
|
|
4483
4500
|
````text
|
|
4484
4501
|
UNICODE LICENSE V3
|
|
4485
4502
|
|
|
4486
4503
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4487
4504
|
|
|
4488
|
-
Copyright ©
|
|
4505
|
+
Copyright © 2020-2024 Unicode, Inc.
|
|
4489
4506
|
|
|
4490
4507
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4491
4508
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4521,6 +4538,13 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4521
4538
|
dealings in these Data Files or Software without prior written
|
|
4522
4539
|
authorization of the copyright holder.
|
|
4523
4540
|
|
|
4541
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
4542
|
+
|
|
4543
|
+
—
|
|
4544
|
+
|
|
4545
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4546
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4547
|
+
|
|
4524
4548
|
````
|
|
4525
4549
|
|
|
4526
4550
|
---
|
|
@@ -4529,31 +4553,14 @@ authorization of the copyright holder.
|
|
|
4529
4553
|
|
|
4530
4554
|
### Rust Crates:
|
|
4531
4555
|
|
|
4532
|
-
- [
|
|
4533
|
-
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4534
|
-
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4535
|
-
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4536
|
-
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4537
|
-
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4538
|
-
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4539
|
-
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4540
|
-
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4541
|
-
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4542
|
-
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4543
|
-
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4544
|
-
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4545
|
-
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4546
|
-
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4547
|
-
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4548
|
-
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4549
|
-
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4556
|
+
- [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
|
|
4550
4557
|
|
|
4551
4558
|
````text
|
|
4552
4559
|
UNICODE LICENSE V3
|
|
4553
4560
|
|
|
4554
4561
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4555
4562
|
|
|
4556
|
-
Copyright ©
|
|
4563
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
4557
4564
|
|
|
4558
4565
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4559
4566
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4589,12 +4596,5 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4589
4596
|
dealings in these Data Files or Software without prior written
|
|
4590
4597
|
authorization of the copyright holder.
|
|
4591
4598
|
|
|
4592
|
-
SPDX-License-Identifier: Unicode-3.0
|
|
4593
|
-
|
|
4594
|
-
—
|
|
4595
|
-
|
|
4596
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4597
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4598
|
-
|
|
4599
4599
|
````
|
|
4600
4600
|
|