@deveco-codegenie/mcp-darwin-x64 1.1.8 → 1.1.9
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 +968 -1516
- package/bin/codegenie-mcp-server +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -1,46 +1,20 @@
|
|
|
1
1
|
# SUMMARY
|
|
2
2
|
|
|
3
|
-
**Total Dependencies:**
|
|
3
|
+
**Total Dependencies:** 184
|
|
4
4
|
|
|
5
|
-
- **Rust Crates:**
|
|
5
|
+
- **Rust Crates:** 173 *(By cargo-about)*
|
|
6
6
|
- **NPM Packages:** 11 *(By license-checker-rseidelsohn)*
|
|
7
7
|
|
|
8
8
|
### Licenses Breakdown:
|
|
9
9
|
|
|
10
|
-
- MIT:
|
|
10
|
+
- MIT: 158
|
|
11
11
|
- Unicode-3.0: 19
|
|
12
|
-
- Apache-2.0:
|
|
13
|
-
- 0BSD:
|
|
12
|
+
- Apache-2.0: 4
|
|
13
|
+
- 0BSD: 1
|
|
14
14
|
- BSD-3-Clause: 1
|
|
15
15
|
- MPL-2.0: 1
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
---
|
|
19
|
-
|
|
20
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
21
|
-
|
|
22
|
-
### Rust Crates:
|
|
23
|
-
|
|
24
|
-
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
25
|
-
|
|
26
|
-
````text
|
|
27
|
-
BSD Zero Clause License
|
|
28
|
-
|
|
29
|
-
Copyright (c) 2025 Goat
|
|
30
|
-
|
|
31
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
32
|
-
purpose with or without fee is hereby granted.
|
|
33
|
-
|
|
34
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
35
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
36
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
37
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
38
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
39
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
40
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
41
|
-
|
|
42
|
-
````
|
|
43
|
-
|
|
44
18
|
---
|
|
45
19
|
|
|
46
20
|
## The following dependencies are licensed under the 0BSD License:
|
|
@@ -67,119 +41,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
67
41
|
|
|
68
42
|
---
|
|
69
43
|
|
|
70
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
71
|
-
|
|
72
|
-
### Rust Crates:
|
|
73
|
-
|
|
74
|
-
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
75
|
-
|
|
76
|
-
````text
|
|
77
|
-
BSD Zero Clause License
|
|
78
|
-
|
|
79
|
-
Copyright (c) 2024 kotauskas
|
|
80
|
-
|
|
81
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
82
|
-
purpose with or without fee is hereby granted.
|
|
83
|
-
|
|
84
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
85
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
86
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
87
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
88
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
89
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
90
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
91
|
-
|
|
92
|
-
````
|
|
93
|
-
|
|
94
|
-
---
|
|
95
|
-
|
|
96
|
-
## The following dependencies are licensed under the Apache-2.0 License:
|
|
97
|
-
|
|
98
|
-
### Rust Crates:
|
|
99
|
-
|
|
100
|
-
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
101
|
-
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
102
|
-
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
103
|
-
|
|
104
|
-
````text
|
|
105
|
-
Apache License
|
|
106
|
-
Version 2.0, January 2004
|
|
107
|
-
http://www.apache.org/licenses/
|
|
108
|
-
|
|
109
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
110
|
-
|
|
111
|
-
1. Definitions.
|
|
112
|
-
|
|
113
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
114
|
-
|
|
115
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
116
|
-
|
|
117
|
-
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
118
|
-
|
|
119
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
120
|
-
|
|
121
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
122
|
-
|
|
123
|
-
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
124
|
-
|
|
125
|
-
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
126
|
-
|
|
127
|
-
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
128
|
-
|
|
129
|
-
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
130
|
-
|
|
131
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
132
|
-
|
|
133
|
-
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
134
|
-
|
|
135
|
-
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
136
|
-
|
|
137
|
-
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
138
|
-
|
|
139
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
140
|
-
|
|
141
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
142
|
-
|
|
143
|
-
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
144
|
-
|
|
145
|
-
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
146
|
-
|
|
147
|
-
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
148
|
-
|
|
149
|
-
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
150
|
-
|
|
151
|
-
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
152
|
-
|
|
153
|
-
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
154
|
-
|
|
155
|
-
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
156
|
-
|
|
157
|
-
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
158
|
-
|
|
159
|
-
END OF TERMS AND CONDITIONS
|
|
160
|
-
|
|
161
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
162
|
-
|
|
163
|
-
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
164
|
-
|
|
165
|
-
Copyright [yyyy] [name of copyright owner]
|
|
166
|
-
|
|
167
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
168
|
-
you may not use this file except in compliance with the License.
|
|
169
|
-
You may obtain a copy of the License at
|
|
170
|
-
|
|
171
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
172
|
-
|
|
173
|
-
Unless required by applicable law or agreed to in writing, software
|
|
174
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
175
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
176
|
-
See the License for the specific language governing permissions and
|
|
177
|
-
limitations under the License.
|
|
178
|
-
|
|
179
|
-
````
|
|
180
|
-
|
|
181
|
-
---
|
|
182
|
-
|
|
183
44
|
## The following dependencies are licensed under the Apache-2.0 License:
|
|
184
45
|
|
|
185
46
|
### Rust Crates:
|
|
@@ -397,212 +258,84 @@ limitations under the License.
|
|
|
397
258
|
|
|
398
259
|
### Rust Crates:
|
|
399
260
|
|
|
400
|
-
- [
|
|
401
|
-
- [
|
|
402
|
-
- [
|
|
261
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
262
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
263
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
403
264
|
|
|
404
265
|
````text
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
266
|
+
Apache License
|
|
267
|
+
Version 2.0, January 2004
|
|
268
|
+
http://www.apache.org/licenses/
|
|
408
269
|
|
|
409
|
-
|
|
270
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
410
271
|
|
|
411
|
-
|
|
272
|
+
1. Definitions.
|
|
412
273
|
|
|
413
|
-
|
|
414
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
274
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
415
275
|
|
|
416
|
-
|
|
417
|
-
the copyright owner that is granting the License.
|
|
276
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
418
277
|
|
|
419
|
-
|
|
420
|
-
other entities that control, are controlled by, or are under common
|
|
421
|
-
control with that entity. For the purposes of this definition,
|
|
422
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
423
|
-
direction or management of such entity, whether by contract or
|
|
424
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
425
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
278
|
+
"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.
|
|
426
279
|
|
|
427
|
-
|
|
428
|
-
exercising permissions granted by this License.
|
|
280
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
429
281
|
|
|
430
|
-
|
|
431
|
-
including but not limited to software source code, documentation
|
|
432
|
-
source, and configuration files.
|
|
282
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
433
283
|
|
|
434
|
-
|
|
435
|
-
transformation or translation of a Source form, including but
|
|
436
|
-
not limited to compiled object code, generated documentation,
|
|
437
|
-
and conversions to other media types.
|
|
284
|
+
"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.
|
|
438
285
|
|
|
439
|
-
|
|
440
|
-
Object form, made available under the License, as indicated by a
|
|
441
|
-
copyright notice that is included in or attached to the work
|
|
442
|
-
(an example is provided in the Appendix below).
|
|
286
|
+
"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).
|
|
443
287
|
|
|
444
|
-
|
|
445
|
-
form, that is based on (or derived from) the Work and for which the
|
|
446
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
447
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
448
|
-
of this License, Derivative Works shall not include works that remain
|
|
449
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
450
|
-
the Work and Derivative Works thereof.
|
|
288
|
+
"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.
|
|
451
289
|
|
|
452
|
-
|
|
453
|
-
the original version of the Work and any modifications or additions
|
|
454
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
455
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
456
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
457
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
458
|
-
means any form of electronic, verbal, or written communication sent
|
|
459
|
-
to the Licensor or its representatives, including but not limited to
|
|
460
|
-
communication on electronic mailing lists, source code control systems,
|
|
461
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
462
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
463
|
-
excluding communication that is conspicuously marked or otherwise
|
|
464
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
290
|
+
"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."
|
|
465
291
|
|
|
466
|
-
|
|
467
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
468
|
-
subsequently incorporated within the Work.
|
|
292
|
+
"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.
|
|
469
293
|
|
|
470
|
-
|
|
471
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
472
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
473
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
474
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
475
|
-
Work and such Derivative Works in Source or Object form.
|
|
294
|
+
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.
|
|
476
295
|
|
|
477
|
-
|
|
478
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
479
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
480
|
-
(except as stated in this section) patent license to make, have made,
|
|
481
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
482
|
-
where such license applies only to those patent claims licensable
|
|
483
|
-
by such Contributor that are necessarily infringed by their
|
|
484
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
485
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
486
|
-
institute patent litigation against any entity (including a
|
|
487
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
488
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
489
|
-
or contributory patent infringement, then any patent licenses
|
|
490
|
-
granted to You under this License for that Work shall terminate
|
|
491
|
-
as of the date such litigation is filed.
|
|
296
|
+
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.
|
|
492
297
|
|
|
493
|
-
|
|
494
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
495
|
-
modifications, and in Source or Object form, provided that You
|
|
496
|
-
meet the following conditions:
|
|
298
|
+
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:
|
|
497
299
|
|
|
498
|
-
|
|
499
|
-
Derivative Works a copy of this License; and
|
|
300
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
500
301
|
|
|
501
|
-
|
|
502
|
-
stating that You changed the files; and
|
|
302
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
503
303
|
|
|
504
|
-
|
|
505
|
-
that You distribute, all copyright, patent, trademark, and
|
|
506
|
-
attribution notices from the Source form of the Work,
|
|
507
|
-
excluding those notices that do not pertain to any part of
|
|
508
|
-
the Derivative Works; and
|
|
304
|
+
(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
|
|
509
305
|
|
|
510
|
-
|
|
511
|
-
distribution, then any Derivative Works that You distribute must
|
|
512
|
-
include a readable copy of the attribution notices contained
|
|
513
|
-
within such NOTICE file, excluding those notices that do not
|
|
514
|
-
pertain to any part of the Derivative Works, in at least one
|
|
515
|
-
of the following places: within a NOTICE text file distributed
|
|
516
|
-
as part of the Derivative Works; within the Source form or
|
|
517
|
-
documentation, if provided along with the Derivative Works; or,
|
|
518
|
-
within a display generated by the Derivative Works, if and
|
|
519
|
-
wherever such third-party notices normally appear. The contents
|
|
520
|
-
of the NOTICE file are for informational purposes only and
|
|
521
|
-
do not modify the License. You may add Your own attribution
|
|
522
|
-
notices within Derivative Works that You distribute, alongside
|
|
523
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
524
|
-
that such additional attribution notices cannot be construed
|
|
525
|
-
as modifying the License.
|
|
306
|
+
(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.
|
|
526
307
|
|
|
527
|
-
|
|
528
|
-
may provide additional or different license terms and conditions
|
|
529
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
530
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
531
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
532
|
-
the conditions stated in this License.
|
|
308
|
+
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.
|
|
533
309
|
|
|
534
|
-
|
|
535
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
536
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
537
|
-
this License, without any additional terms or conditions.
|
|
538
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
539
|
-
the terms of any separate license agreement you may have executed
|
|
540
|
-
with Licensor regarding such Contributions.
|
|
310
|
+
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.
|
|
541
311
|
|
|
542
|
-
|
|
543
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
544
|
-
except as required for reasonable and customary use in describing the
|
|
545
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
312
|
+
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.
|
|
546
313
|
|
|
547
|
-
|
|
548
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
549
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
550
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
551
|
-
implied, including, without limitation, any warranties or conditions
|
|
552
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
553
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
554
|
-
appropriateness of using or redistributing the Work and assume any
|
|
555
|
-
risks associated with Your exercise of permissions under this License.
|
|
314
|
+
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.
|
|
556
315
|
|
|
557
|
-
|
|
558
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
559
|
-
unless required by applicable law (such as deliberate and grossly
|
|
560
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
561
|
-
liable to You for damages, including any direct, indirect, special,
|
|
562
|
-
incidental, or consequential damages of any character arising as a
|
|
563
|
-
result of this License or out of the use or inability to use the
|
|
564
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
565
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
566
|
-
other commercial damages or losses), even if such Contributor
|
|
567
|
-
has been advised of the possibility of such damages.
|
|
316
|
+
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.
|
|
568
317
|
|
|
569
|
-
|
|
570
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
571
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
572
|
-
or other liability obligations and/or rights consistent with this
|
|
573
|
-
License. However, in accepting such obligations, You may act only
|
|
574
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
575
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
576
|
-
defend, and hold each Contributor harmless for any liability
|
|
577
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
578
|
-
of your accepting any such warranty or additional liability.
|
|
318
|
+
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.
|
|
579
319
|
|
|
580
|
-
|
|
320
|
+
END OF TERMS AND CONDITIONS
|
|
581
321
|
|
|
582
|
-
|
|
322
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
583
323
|
|
|
584
|
-
|
|
585
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
586
|
-
replaced with your own identifying information. (Don't include
|
|
587
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
588
|
-
comment syntax for the file format. We also recommend that a
|
|
589
|
-
file or class name and description of purpose be included on the
|
|
590
|
-
same "printed page" as the copyright notice for easier
|
|
591
|
-
identification within third-party archives.
|
|
324
|
+
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
592
325
|
|
|
593
|
-
|
|
326
|
+
Copyright [yyyy] [name of copyright owner]
|
|
594
327
|
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
328
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
329
|
+
you may not use this file except in compliance with the License.
|
|
330
|
+
You may obtain a copy of the License at
|
|
598
331
|
|
|
599
|
-
|
|
332
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
600
333
|
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
334
|
+
Unless required by applicable law or agreed to in writing, software
|
|
335
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
336
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
337
|
+
See the License for the specific language governing permissions and
|
|
338
|
+
limitations under the License.
|
|
606
339
|
|
|
607
340
|
````
|
|
608
341
|
|
|
@@ -653,10 +386,11 @@ The complete list of contributors can be found at:
|
|
|
653
386
|
|
|
654
387
|
### Rust Crates:
|
|
655
388
|
|
|
656
|
-
- [
|
|
389
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
390
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
657
391
|
|
|
658
392
|
````text
|
|
659
|
-
Copyright
|
|
393
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
660
394
|
|
|
661
395
|
Permission is hereby granted, free of charge, to any
|
|
662
396
|
person obtaining a copy of this software and associated
|
|
@@ -682,7 +416,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
682
416
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
683
417
|
DEALINGS IN THE SOFTWARE.
|
|
684
418
|
|
|
685
|
-
|
|
686
419
|
````
|
|
687
420
|
|
|
688
421
|
---
|
|
@@ -691,10 +424,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
691
424
|
|
|
692
425
|
### Rust Crates:
|
|
693
426
|
|
|
694
|
-
- [
|
|
427
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
428
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
429
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
695
430
|
|
|
696
431
|
````text
|
|
697
|
-
Copyright
|
|
432
|
+
Copyright 2018 Developers of the Rand project
|
|
433
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
698
434
|
|
|
699
435
|
Permission is hereby granted, free of charge, to any
|
|
700
436
|
person obtaining a copy of this software and associated
|
|
@@ -728,13 +464,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
728
464
|
|
|
729
465
|
### NPM Packages:
|
|
730
466
|
|
|
731
|
-
- [
|
|
732
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
467
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
733
468
|
|
|
734
469
|
````text
|
|
735
470
|
MIT License
|
|
736
471
|
|
|
737
|
-
Copyright (c)
|
|
472
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
738
473
|
|
|
739
474
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
740
475
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -760,29 +495,103 @@ SOFTWARE.
|
|
|
760
495
|
|
|
761
496
|
## The following dependencies are licensed under the MIT License:
|
|
762
497
|
|
|
763
|
-
###
|
|
498
|
+
### Rust Crates:
|
|
764
499
|
|
|
765
|
-
- [
|
|
500
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
766
501
|
|
|
767
502
|
````text
|
|
768
|
-
|
|
503
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
769
504
|
|
|
770
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
771
|
-
this software and associated documentation files (the "Software"), to deal
|
|
772
|
-
the Software without restriction, including without limitation the rights
|
|
773
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
774
|
-
the Software, and to permit persons to whom the Software is
|
|
775
|
-
subject to the following conditions:
|
|
505
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
506
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
507
|
+
in the Software without restriction, including without limitation the rights
|
|
508
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
509
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
510
|
+
furnished to do so, subject to the following conditions:
|
|
511
|
+
|
|
512
|
+
The above copyright notice and this permission notice shall be included in
|
|
513
|
+
all copies or substantial portions of the Software.
|
|
514
|
+
|
|
515
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
516
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
517
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
518
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
519
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
520
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
521
|
+
THE SOFTWARE.
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
````
|
|
525
|
+
|
|
526
|
+
---
|
|
527
|
+
|
|
528
|
+
## The following dependencies are licensed under the MIT License:
|
|
529
|
+
|
|
530
|
+
### Rust Crates:
|
|
531
|
+
|
|
532
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
533
|
+
|
|
534
|
+
````text
|
|
535
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
536
|
+
|
|
537
|
+
Permission is hereby granted, free of charge, to any
|
|
538
|
+
person obtaining a copy of this software and associated
|
|
539
|
+
documentation files (the "Software"), to deal in the
|
|
540
|
+
Software without restriction, including without
|
|
541
|
+
limitation the rights to use, copy, modify, merge,
|
|
542
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
543
|
+
the Software, and to permit persons to whom the Software
|
|
544
|
+
is furnished to do so, subject to the following
|
|
545
|
+
conditions:
|
|
546
|
+
|
|
547
|
+
The above copyright notice and this permission notice
|
|
548
|
+
shall be included in all copies or substantial portions
|
|
549
|
+
of the Software.
|
|
550
|
+
|
|
551
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
552
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
553
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
554
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
555
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
556
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
557
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
558
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
559
|
+
DEALINGS IN THE SOFTWARE.
|
|
560
|
+
|
|
561
|
+
````
|
|
562
|
+
|
|
563
|
+
---
|
|
564
|
+
|
|
565
|
+
## The following dependencies are licensed under the MIT License:
|
|
566
|
+
|
|
567
|
+
### Rust Crates:
|
|
568
|
+
|
|
569
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
570
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
571
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
572
|
+
|
|
573
|
+
````text
|
|
574
|
+
MIT License
|
|
575
|
+
|
|
576
|
+
Copyright (c) 2017 Ted Driggs
|
|
577
|
+
|
|
578
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
579
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
580
|
+
in the Software without restriction, including without limitation the rights
|
|
581
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
582
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
583
|
+
furnished to do so, subject to the following conditions:
|
|
776
584
|
|
|
777
585
|
The above copyright notice and this permission notice shall be included in all
|
|
778
586
|
copies or substantial portions of the Software.
|
|
779
587
|
|
|
780
588
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
781
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
782
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
783
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
784
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
785
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
589
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
590
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
591
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
592
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
593
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
594
|
+
SOFTWARE.
|
|
786
595
|
|
|
787
596
|
````
|
|
788
597
|
|
|
@@ -792,10 +601,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
792
601
|
|
|
793
602
|
### Rust Crates:
|
|
794
603
|
|
|
795
|
-
- [
|
|
604
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
796
605
|
|
|
797
606
|
````text
|
|
798
|
-
Copyright (c)
|
|
607
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
799
608
|
|
|
800
609
|
Permission is hereby granted, free of charge, to any
|
|
801
610
|
person obtaining a copy of this software and associated
|
|
@@ -829,16 +638,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
829
638
|
|
|
830
639
|
### Rust Crates:
|
|
831
640
|
|
|
832
|
-
- [
|
|
833
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
834
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
835
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
836
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
837
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
641
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
838
642
|
|
|
839
643
|
````text
|
|
840
|
-
Copyright
|
|
841
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
644
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
842
645
|
|
|
843
646
|
Permission is hereby granted, free of charge, to any
|
|
844
647
|
person obtaining a copy of this software and associated
|
|
@@ -870,13 +673,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
870
673
|
|
|
871
674
|
## The following dependencies are licensed under the MIT License:
|
|
872
675
|
|
|
873
|
-
###
|
|
676
|
+
### NPM Packages:
|
|
874
677
|
|
|
875
|
-
- [
|
|
876
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
678
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
877
679
|
|
|
878
680
|
````text
|
|
879
|
-
|
|
681
|
+
The MIT License (MIT)
|
|
682
|
+
|
|
683
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
880
684
|
|
|
881
685
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
882
686
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -885,16 +689,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
885
689
|
copies of the Software, and to permit persons to whom the Software is
|
|
886
690
|
furnished to do so, subject to the following conditions:
|
|
887
691
|
|
|
888
|
-
The above copyright notice and this permission notice shall be included in
|
|
889
|
-
copies or substantial portions of the Software.
|
|
692
|
+
The above copyright notice and this permission notice shall be included in
|
|
693
|
+
all copies or substantial portions of the Software.
|
|
890
694
|
|
|
891
695
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
892
696
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
893
697
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
894
698
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
895
699
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
896
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
897
|
-
SOFTWARE.
|
|
700
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
701
|
+
THE SOFTWARE.
|
|
898
702
|
|
|
899
703
|
````
|
|
900
704
|
|
|
@@ -936,12 +740,11 @@ THE SOFTWARE.
|
|
|
936
740
|
|
|
937
741
|
### Rust Crates:
|
|
938
742
|
|
|
939
|
-
- [
|
|
743
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
744
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
940
745
|
|
|
941
746
|
````text
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
747
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
945
748
|
|
|
946
749
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
947
750
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -961,8 +764,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
961
764
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
962
765
|
SOFTWARE.
|
|
963
766
|
|
|
964
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
965
|
-
licences; see files named LICENSE.*.txt for details.
|
|
966
767
|
````
|
|
967
768
|
|
|
968
769
|
---
|
|
@@ -971,79 +772,10 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
971
772
|
|
|
972
773
|
### Rust Crates:
|
|
973
774
|
|
|
974
|
-
- [
|
|
775
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
975
776
|
|
|
976
777
|
````text
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
Copyright (c) 2016 Johann Tuffe
|
|
980
|
-
|
|
981
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
982
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
983
|
-
in the Software without restriction, including without limitation the rights
|
|
984
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
985
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
986
|
-
furnished to do so, subject to the following conditions:
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
The above copyright notice and this permission notice shall be included in
|
|
990
|
-
all copies or substantial portions of the Software.
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
994
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
995
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
996
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
997
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
998
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
999
|
-
THE SOFTWARE.
|
|
1000
|
-
|
|
1001
|
-
````
|
|
1002
|
-
|
|
1003
|
-
---
|
|
1004
|
-
|
|
1005
|
-
## The following dependencies are licensed under the MIT License:
|
|
1006
|
-
|
|
1007
|
-
### NPM Packages:
|
|
1008
|
-
|
|
1009
|
-
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
1010
|
-
|
|
1011
|
-
````text
|
|
1012
|
-
The MIT License (MIT)
|
|
1013
|
-
|
|
1014
|
-
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
1015
|
-
|
|
1016
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1017
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1018
|
-
in the Software without restriction, including without limitation the rights
|
|
1019
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1020
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1021
|
-
furnished to do so, subject to the following conditions:
|
|
1022
|
-
|
|
1023
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1024
|
-
copies or substantial portions of the Software.
|
|
1025
|
-
|
|
1026
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1027
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1028
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1029
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1030
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1031
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1032
|
-
SOFTWARE.
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
````
|
|
1036
|
-
|
|
1037
|
-
---
|
|
1038
|
-
|
|
1039
|
-
## The following dependencies are licensed under the MIT License:
|
|
1040
|
-
|
|
1041
|
-
### Rust Crates:
|
|
1042
|
-
|
|
1043
|
-
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
1044
|
-
|
|
1045
|
-
````text
|
|
1046
|
-
Copyright (c) 2019 Nick Fitzgerald
|
|
778
|
+
Copyright (c) 2014 Chris Wong
|
|
1047
779
|
|
|
1048
780
|
Permission is hereby granted, free of charge, to any
|
|
1049
781
|
person obtaining a copy of this software and associated
|
|
@@ -1077,34 +809,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1077
809
|
|
|
1078
810
|
### Rust Crates:
|
|
1079
811
|
|
|
1080
|
-
- [
|
|
812
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
1081
813
|
|
|
1082
814
|
````text
|
|
1083
|
-
|
|
815
|
+
MIT License
|
|
1084
816
|
|
|
1085
|
-
|
|
1086
|
-
person obtaining a copy of this software and associated
|
|
1087
|
-
documentation files (the "Software"), to deal in the
|
|
1088
|
-
Software without restriction, including without
|
|
1089
|
-
limitation the rights to use, copy, modify, merge,
|
|
1090
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1091
|
-
the Software, and to permit persons to whom the Software
|
|
1092
|
-
is furnished to do so, subject to the following
|
|
1093
|
-
conditions:
|
|
817
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
1094
818
|
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
819
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
820
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
821
|
+
in the Software without restriction, including without limitation the rights
|
|
822
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
823
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
824
|
+
furnished to do so, subject to the following conditions:
|
|
1098
825
|
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
IN
|
|
1107
|
-
|
|
826
|
+
The above copyright notice and this permission notice shall be included in all
|
|
827
|
+
copies or substantial portions of the Software.
|
|
828
|
+
|
|
829
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
830
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
831
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
832
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
833
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
834
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
835
|
+
SOFTWARE.
|
|
1108
836
|
|
|
1109
837
|
````
|
|
1110
838
|
|
|
@@ -1112,14 +840,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1112
840
|
|
|
1113
841
|
## The following dependencies are licensed under the MIT License:
|
|
1114
842
|
|
|
1115
|
-
###
|
|
843
|
+
### Rust Crates:
|
|
1116
844
|
|
|
1117
|
-
- [
|
|
845
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
1118
846
|
|
|
1119
847
|
````text
|
|
1120
|
-
MIT License
|
|
848
|
+
The MIT License (MIT)
|
|
1121
849
|
|
|
1122
|
-
Copyright (c)
|
|
850
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
1123
851
|
|
|
1124
852
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1125
853
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1147,15 +875,10 @@ SOFTWARE.
|
|
|
1147
875
|
|
|
1148
876
|
### Rust Crates:
|
|
1149
877
|
|
|
1150
|
-
- [
|
|
1151
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1152
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1153
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
878
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
1154
879
|
|
|
1155
880
|
````text
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
Copyright (c) 2015 Andrew Gallant
|
|
881
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
1159
882
|
|
|
1160
883
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1161
884
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1183,10 +906,41 @@ THE SOFTWARE.
|
|
|
1183
906
|
|
|
1184
907
|
### Rust Crates:
|
|
1185
908
|
|
|
1186
|
-
- [
|
|
909
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
1187
910
|
|
|
1188
911
|
````text
|
|
1189
|
-
|
|
912
|
+
MIT License
|
|
913
|
+
|
|
914
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
915
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
916
|
+
in the Software without restriction, including without limitation the rights
|
|
917
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
918
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
919
|
+
furnished to do so, subject to the following conditions:
|
|
920
|
+
|
|
921
|
+
The above copyright notice and this permission notice shall be included in all
|
|
922
|
+
copies or substantial portions of the Software.
|
|
923
|
+
|
|
924
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
925
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
926
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
927
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
928
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
929
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
930
|
+
SOFTWARE.
|
|
931
|
+
|
|
932
|
+
````
|
|
933
|
+
|
|
934
|
+
---
|
|
935
|
+
|
|
936
|
+
## The following dependencies are licensed under the MIT License:
|
|
937
|
+
|
|
938
|
+
### Rust Crates:
|
|
939
|
+
|
|
940
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
941
|
+
|
|
942
|
+
````text
|
|
943
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
1190
944
|
|
|
1191
945
|
Permission is hereby granted, free of charge, to any
|
|
1192
946
|
person obtaining a copy of this software and associated
|
|
@@ -1220,17 +974,50 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1220
974
|
|
|
1221
975
|
### Rust Crates:
|
|
1222
976
|
|
|
1223
|
-
- [
|
|
977
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
1224
978
|
|
|
1225
979
|
````text
|
|
1226
|
-
Copyright
|
|
980
|
+
Copyright 2023 The Fuchsia Authors
|
|
981
|
+
|
|
982
|
+
Permission is hereby granted, free of charge, to any
|
|
983
|
+
person obtaining a copy of this software and associated
|
|
984
|
+
documentation files (the "Software"), to deal in the
|
|
985
|
+
Software without restriction, including without
|
|
986
|
+
limitation the rights to use, copy, modify, merge,
|
|
987
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
988
|
+
the Software, and to permit persons to whom the Software
|
|
989
|
+
is furnished to do so, subject to the following
|
|
990
|
+
conditions:
|
|
991
|
+
|
|
992
|
+
The above copyright notice and this permission notice
|
|
993
|
+
shall be included in all copies or substantial portions
|
|
994
|
+
of the Software.
|
|
995
|
+
|
|
996
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
997
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
998
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
999
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1000
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1001
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1002
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1003
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1004
|
+
DEALINGS IN THE SOFTWARE.
|
|
1005
|
+
|
|
1006
|
+
|
|
1007
|
+
````
|
|
1008
|
+
|
|
1009
|
+
---
|
|
1010
|
+
|
|
1011
|
+
## The following dependencies are licensed under the MIT License:
|
|
1012
|
+
|
|
1013
|
+
### NPM Packages:
|
|
1227
1014
|
|
|
1228
|
-
|
|
1229
|
-
Copyright (c) 2016 Pyfisch
|
|
1015
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.11) (0.0.11)
|
|
1230
1016
|
|
|
1231
|
-
|
|
1232
|
-
|
|
1017
|
+
````text
|
|
1018
|
+
MIT License
|
|
1233
1019
|
|
|
1020
|
+
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
1234
1021
|
|
|
1235
1022
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1236
1023
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1258,29 +1045,12 @@ SOFTWARE.
|
|
|
1258
1045
|
|
|
1259
1046
|
### Rust Crates:
|
|
1260
1047
|
|
|
1261
|
-
- [
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
Copyright 2017 Juniper Networks, Inc.
|
|
1265
|
-
|
|
1266
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1267
|
-
|
|
1268
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1269
|
-
|
|
1270
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1271
|
-
|
|
1272
|
-
````
|
|
1273
|
-
|
|
1274
|
-
---
|
|
1275
|
-
|
|
1276
|
-
## The following dependencies are licensed under the MIT License:
|
|
1277
|
-
|
|
1278
|
-
### Rust Crates:
|
|
1279
|
-
|
|
1280
|
-
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
1048
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
1049
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1050
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1281
1051
|
|
|
1282
1052
|
````text
|
|
1283
|
-
Copyright (c)
|
|
1053
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
1284
1054
|
|
|
1285
1055
|
Permission is hereby granted, free of charge, to any
|
|
1286
1056
|
person obtaining a copy of this software and associated
|
|
@@ -1314,10 +1084,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1314
1084
|
|
|
1315
1085
|
### Rust Crates:
|
|
1316
1086
|
|
|
1317
|
-
- [
|
|
1087
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
1088
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1089
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1090
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1318
1091
|
|
|
1319
1092
|
````text
|
|
1320
|
-
Copyright (c)
|
|
1093
|
+
Copyright (c) 2019 Tokio Contributors
|
|
1321
1094
|
|
|
1322
1095
|
Permission is hereby granted, free of charge, to any
|
|
1323
1096
|
person obtaining a copy of this software and associated
|
|
@@ -1351,11 +1124,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1351
1124
|
|
|
1352
1125
|
### Rust Crates:
|
|
1353
1126
|
|
|
1354
|
-
- [
|
|
1127
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
1128
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1129
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1130
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1355
1131
|
|
|
1356
1132
|
````text
|
|
1357
|
-
|
|
1358
|
-
|
|
1133
|
+
The MIT License (MIT)
|
|
1134
|
+
|
|
1135
|
+
Copyright (c) 2015 Andrew Gallant
|
|
1359
1136
|
|
|
1360
1137
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1361
1138
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1375,23 +1152,20 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1375
1152
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1376
1153
|
THE SOFTWARE.
|
|
1377
1154
|
|
|
1378
|
-
|
|
1379
1155
|
````
|
|
1380
1156
|
|
|
1381
1157
|
---
|
|
1382
1158
|
|
|
1383
1159
|
## The following dependencies are licensed under the MIT License:
|
|
1384
1160
|
|
|
1385
|
-
###
|
|
1161
|
+
### NPM Packages:
|
|
1386
1162
|
|
|
1387
|
-
- [
|
|
1388
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1389
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1163
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
1390
1164
|
|
|
1391
1165
|
````text
|
|
1392
|
-
MIT License
|
|
1166
|
+
The MIT License (MIT)
|
|
1393
1167
|
|
|
1394
|
-
Copyright (c)
|
|
1168
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
1395
1169
|
|
|
1396
1170
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1397
1171
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1411,39 +1185,38 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1411
1185
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1412
1186
|
SOFTWARE.
|
|
1413
1187
|
|
|
1188
|
+
|
|
1414
1189
|
````
|
|
1415
1190
|
|
|
1416
1191
|
---
|
|
1417
1192
|
|
|
1418
1193
|
## The following dependencies are licensed under the MIT License:
|
|
1419
1194
|
|
|
1420
|
-
###
|
|
1195
|
+
### Rust Crates:
|
|
1421
1196
|
|
|
1422
|
-
- [
|
|
1423
|
-
- [
|
|
1197
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
1198
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1199
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1424
1200
|
|
|
1425
1201
|
````text
|
|
1426
|
-
|
|
1202
|
+
MIT License
|
|
1427
1203
|
|
|
1428
|
-
|
|
1204
|
+
Copyright (c) <year> <copyright holders>
|
|
1429
1205
|
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
furnished to do so, subject to the following conditions:
|
|
1206
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1207
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1208
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1209
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1210
|
+
following conditions:
|
|
1436
1211
|
|
|
1437
|
-
|
|
1438
|
-
|
|
1212
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1213
|
+
portions of the Software.
|
|
1439
1214
|
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1446
|
-
SOFTWARE
|
|
1215
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
1216
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
1217
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1218
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1219
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1447
1220
|
|
|
1448
1221
|
````
|
|
1449
1222
|
|
|
@@ -1451,14 +1224,13 @@ SOFTWARE.
|
|
|
1451
1224
|
|
|
1452
1225
|
## The following dependencies are licensed under the MIT License:
|
|
1453
1226
|
|
|
1454
|
-
###
|
|
1227
|
+
### Rust Crates:
|
|
1455
1228
|
|
|
1456
|
-
- [
|
|
1229
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
1457
1230
|
|
|
1458
1231
|
````text
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
1232
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
1233
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
1462
1234
|
|
|
1463
1235
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1464
1236
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1478,8 +1250,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1478
1250
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1479
1251
|
SOFTWARE.
|
|
1480
1252
|
|
|
1481
|
-
[others]: https://github.com/json5/json5/contributors
|
|
1482
|
-
|
|
1483
1253
|
````
|
|
1484
1254
|
|
|
1485
1255
|
---
|
|
@@ -1488,10 +1258,12 @@ SOFTWARE.
|
|
|
1488
1258
|
|
|
1489
1259
|
### Rust Crates:
|
|
1490
1260
|
|
|
1491
|
-
- [
|
|
1261
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
1492
1262
|
|
|
1493
1263
|
````text
|
|
1494
|
-
|
|
1264
|
+
MIT License
|
|
1265
|
+
|
|
1266
|
+
Copyright (c) 2025 Callum Oakley
|
|
1495
1267
|
|
|
1496
1268
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1497
1269
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1500,54 +1272,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1500
1272
|
copies of the Software, and to permit persons to whom the Software is
|
|
1501
1273
|
furnished to do so, subject to the following conditions:
|
|
1502
1274
|
|
|
1503
|
-
The above copyright notice and this permission notice shall be included in
|
|
1504
|
-
|
|
1275
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1276
|
+
copies or substantial portions of the Software.
|
|
1505
1277
|
|
|
1506
1278
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1507
1279
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1508
1280
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1509
1281
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1510
1282
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1511
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
````
|
|
1515
|
-
|
|
1516
|
-
---
|
|
1517
|
-
|
|
1518
|
-
## The following dependencies are licensed under the MIT License:
|
|
1519
|
-
|
|
1520
|
-
### Rust Crates:
|
|
1521
|
-
|
|
1522
|
-
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
1523
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1524
|
-
|
|
1525
|
-
````text
|
|
1526
|
-
Copyright (c) 2014 Alex Crichton
|
|
1527
|
-
|
|
1528
|
-
Permission is hereby granted, free of charge, to any
|
|
1529
|
-
person obtaining a copy of this software and associated
|
|
1530
|
-
documentation files (the "Software"), to deal in the
|
|
1531
|
-
Software without restriction, including without
|
|
1532
|
-
limitation the rights to use, copy, modify, merge,
|
|
1533
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1534
|
-
the Software, and to permit persons to whom the Software
|
|
1535
|
-
is furnished to do so, subject to the following
|
|
1536
|
-
conditions:
|
|
1537
|
-
|
|
1538
|
-
The above copyright notice and this permission notice
|
|
1539
|
-
shall be included in all copies or substantial portions
|
|
1540
|
-
of the Software.
|
|
1541
|
-
|
|
1542
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1543
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1544
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1545
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1546
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1547
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1548
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1549
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1550
|
-
DEALINGS IN THE SOFTWARE.
|
|
1283
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1284
|
+
SOFTWARE.
|
|
1551
1285
|
|
|
1552
1286
|
````
|
|
1553
1287
|
|
|
@@ -1557,13 +1291,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1557
1291
|
|
|
1558
1292
|
### Rust Crates:
|
|
1559
1293
|
|
|
1560
|
-
- [
|
|
1561
|
-
- [
|
|
1294
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
1295
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1296
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1562
1297
|
|
|
1563
1298
|
````text
|
|
1564
|
-
Copyright (c)
|
|
1565
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1566
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
1299
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
1567
1300
|
|
|
1568
1301
|
Permission is hereby granted, free of charge, to any
|
|
1569
1302
|
person obtaining a copy of this software and associated
|
|
@@ -1597,10 +1330,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1597
1330
|
|
|
1598
1331
|
### Rust Crates:
|
|
1599
1332
|
|
|
1600
|
-
- [
|
|
1333
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
1601
1334
|
|
|
1602
1335
|
````text
|
|
1603
|
-
Copyright (c)
|
|
1336
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
1604
1337
|
|
|
1605
1338
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1606
1339
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1609,240 +1342,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1609
1342
|
copies of the Software, and to permit persons to whom the Software is
|
|
1610
1343
|
furnished to do so, subject to the following conditions:
|
|
1611
1344
|
|
|
1612
|
-
The above copyright notice and this permission notice shall be included in
|
|
1613
|
-
|
|
1345
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1346
|
+
copies or substantial portions of the Software.
|
|
1614
1347
|
|
|
1615
1348
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1616
1349
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1617
1350
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1618
1351
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1619
1352
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1620
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
````
|
|
1624
|
-
|
|
1625
|
-
---
|
|
1626
|
-
|
|
1627
|
-
## The following dependencies are licensed under the MIT License:
|
|
1628
|
-
|
|
1629
|
-
### Rust Crates:
|
|
1630
|
-
|
|
1631
|
-
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
1632
|
-
|
|
1633
|
-
````text
|
|
1634
|
-
Copyright (c) 2018 The Servo Project Developers
|
|
1635
|
-
|
|
1636
|
-
Permission is hereby granted, free of charge, to any
|
|
1637
|
-
person obtaining a copy of this software and associated
|
|
1638
|
-
documentation files (the "Software"), to deal in the
|
|
1639
|
-
Software without restriction, including without
|
|
1640
|
-
limitation the rights to use, copy, modify, merge,
|
|
1641
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1642
|
-
the Software, and to permit persons to whom the Software
|
|
1643
|
-
is furnished to do so, subject to the following
|
|
1644
|
-
conditions:
|
|
1645
|
-
|
|
1646
|
-
The above copyright notice and this permission notice
|
|
1647
|
-
shall be included in all copies or substantial portions
|
|
1648
|
-
of the Software.
|
|
1649
|
-
|
|
1650
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1651
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1652
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1653
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1654
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1655
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1656
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1657
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1658
|
-
DEALINGS IN THE SOFTWARE.
|
|
1659
|
-
|
|
1660
|
-
````
|
|
1661
|
-
|
|
1662
|
-
---
|
|
1663
|
-
|
|
1664
|
-
## The following dependencies are licensed under the MIT License:
|
|
1665
|
-
|
|
1666
|
-
### Rust Crates:
|
|
1667
|
-
|
|
1668
|
-
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
1669
|
-
|
|
1670
|
-
````text
|
|
1671
|
-
Copyright (c) The Rust Project Developers
|
|
1672
|
-
|
|
1673
|
-
Permission is hereby granted, free of charge, to any
|
|
1674
|
-
person obtaining a copy of this software and associated
|
|
1675
|
-
documentation files (the "Software"), to deal in the
|
|
1676
|
-
Software without restriction, including without
|
|
1677
|
-
limitation the rights to use, copy, modify, merge,
|
|
1678
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1679
|
-
the Software, and to permit persons to whom the Software
|
|
1680
|
-
is furnished to do so, subject to the following
|
|
1681
|
-
conditions:
|
|
1682
|
-
|
|
1683
|
-
The above copyright notice and this permission notice
|
|
1684
|
-
shall be included in all copies or substantial portions
|
|
1685
|
-
of the Software.
|
|
1686
|
-
|
|
1687
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1688
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1689
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1690
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1691
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1692
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1693
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1694
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1695
|
-
DEALINGS IN THE SOFTWARE.
|
|
1696
|
-
|
|
1697
|
-
````
|
|
1698
|
-
|
|
1699
|
-
---
|
|
1700
|
-
|
|
1701
|
-
## The following dependencies are licensed under the MIT License:
|
|
1702
|
-
|
|
1703
|
-
### Rust Crates:
|
|
1704
|
-
|
|
1705
|
-
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
1706
|
-
|
|
1707
|
-
````text
|
|
1708
|
-
Copyright (c) 2015 Steven Allen
|
|
1709
|
-
|
|
1710
|
-
Permission is hereby granted, free of charge, to any
|
|
1711
|
-
person obtaining a copy of this software and associated
|
|
1712
|
-
documentation files (the "Software"), to deal in the
|
|
1713
|
-
Software without restriction, including without
|
|
1714
|
-
limitation the rights to use, copy, modify, merge,
|
|
1715
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1716
|
-
the Software, and to permit persons to whom the Software
|
|
1717
|
-
is furnished to do so, subject to the following
|
|
1718
|
-
conditions:
|
|
1719
|
-
|
|
1720
|
-
The above copyright notice and this permission notice
|
|
1721
|
-
shall be included in all copies or substantial portions
|
|
1722
|
-
of the Software.
|
|
1723
|
-
|
|
1724
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1725
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1726
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1727
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1728
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1729
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1730
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1731
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1732
|
-
DEALINGS IN THE SOFTWARE.
|
|
1733
|
-
|
|
1734
|
-
````
|
|
1735
|
-
|
|
1736
|
-
---
|
|
1737
|
-
|
|
1738
|
-
## The following dependencies are licensed under the MIT License:
|
|
1739
|
-
|
|
1740
|
-
### Rust Crates:
|
|
1741
|
-
|
|
1742
|
-
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
1743
|
-
|
|
1744
|
-
````text
|
|
1745
|
-
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1746
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1747
|
-
|
|
1748
|
-
Permission is hereby granted, free of charge, to any
|
|
1749
|
-
person obtaining a copy of this software and associated
|
|
1750
|
-
documentation files (the "Software"), to deal in the
|
|
1751
|
-
Software without restriction, including without
|
|
1752
|
-
limitation the rights to use, copy, modify, merge,
|
|
1753
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1754
|
-
the Software, and to permit persons to whom the Software
|
|
1755
|
-
is furnished to do so, subject to the following
|
|
1756
|
-
conditions:
|
|
1757
|
-
|
|
1758
|
-
The above copyright notice and this permission notice
|
|
1759
|
-
shall be included in all copies or substantial portions
|
|
1760
|
-
of the Software.
|
|
1761
|
-
|
|
1762
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1763
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1764
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1765
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1766
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1767
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1768
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1769
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1770
|
-
DEALINGS IN THE SOFTWARE.
|
|
1771
|
-
|
|
1772
|
-
````
|
|
1773
|
-
|
|
1774
|
-
---
|
|
1775
|
-
|
|
1776
|
-
## The following dependencies are licensed under the MIT License:
|
|
1777
|
-
|
|
1778
|
-
### Rust Crates:
|
|
1779
|
-
|
|
1780
|
-
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
1781
|
-
|
|
1782
|
-
````text
|
|
1783
|
-
Copyright (c) 2016--2017
|
|
1784
|
-
|
|
1785
|
-
Permission is hereby granted, free of charge, to any
|
|
1786
|
-
person obtaining a copy of this software and associated
|
|
1787
|
-
documentation files (the "Software"), to deal in the
|
|
1788
|
-
Software without restriction, including without
|
|
1789
|
-
limitation the rights to use, copy, modify, merge,
|
|
1790
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1791
|
-
the Software, and to permit persons to whom the Software
|
|
1792
|
-
is furnished to do so, subject to the following
|
|
1793
|
-
conditions:
|
|
1794
|
-
|
|
1795
|
-
The above copyright notice and this permission notice
|
|
1796
|
-
shall be included in all copies or substantial portions
|
|
1797
|
-
of the Software.
|
|
1798
|
-
|
|
1799
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1800
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1801
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1802
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1803
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1804
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1805
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1806
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1807
|
-
DEALINGS IN THE SOFTWARE.
|
|
1808
|
-
|
|
1809
|
-
````
|
|
1810
|
-
|
|
1811
|
-
---
|
|
1812
|
-
|
|
1813
|
-
## The following dependencies are licensed under the MIT License:
|
|
1814
|
-
|
|
1815
|
-
### Rust Crates:
|
|
1816
|
-
|
|
1817
|
-
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
1818
|
-
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
1819
|
-
|
|
1820
|
-
````text
|
|
1821
|
-
Copyright (c) 2012-2013 Mozilla Foundation
|
|
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.
|
|
1836
|
-
|
|
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.
|
|
1353
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1354
|
+
SOFTWARE.
|
|
1846
1355
|
|
|
1847
1356
|
````
|
|
1848
1357
|
|
|
@@ -1852,10 +1361,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1852
1361
|
|
|
1853
1362
|
### Rust Crates:
|
|
1854
1363
|
|
|
1855
|
-
- [
|
|
1364
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
1365
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1366
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1856
1367
|
|
|
1857
1368
|
````text
|
|
1858
|
-
Copyright 2019
|
|
1369
|
+
Copyright (c) 2019 Tower Contributors
|
|
1859
1370
|
|
|
1860
1371
|
Permission is hereby granted, free of charge, to any
|
|
1861
1372
|
person obtaining a copy of this software and associated
|
|
@@ -1871,62 +1382,30 @@ The above copyright notice and this permission notice
|
|
|
1871
1382
|
shall be included in all copies or substantial portions
|
|
1872
1383
|
of the Software.
|
|
1873
1384
|
|
|
1874
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1875
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1876
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1877
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1878
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1879
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1880
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1881
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1882
|
-
DEALINGS IN THE SOFTWARE.
|
|
1883
|
-
|
|
1884
|
-
````
|
|
1885
|
-
|
|
1886
|
-
---
|
|
1887
|
-
|
|
1888
|
-
## The following dependencies are licensed under the MIT License:
|
|
1889
|
-
|
|
1890
|
-
### Rust Crates:
|
|
1891
|
-
|
|
1892
|
-
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
1893
|
-
|
|
1894
|
-
````text
|
|
1895
|
-
MIT License
|
|
1896
|
-
|
|
1897
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
1898
|
-
|
|
1899
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1900
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1901
|
-
in the Software without restriction, including without limitation the rights
|
|
1902
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1903
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1904
|
-
furnished to do so, subject to the following conditions:
|
|
1905
|
-
|
|
1906
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1907
|
-
copies or substantial portions of the Software.
|
|
1908
|
-
|
|
1909
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1910
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1911
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1912
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1913
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1914
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1915
|
-
SOFTWARE.
|
|
1916
|
-
|
|
1385
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1386
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1387
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1388
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1389
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1390
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1391
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1392
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1393
|
+
DEALINGS IN THE SOFTWARE.
|
|
1394
|
+
|
|
1917
1395
|
````
|
|
1918
1396
|
|
|
1919
1397
|
---
|
|
1920
1398
|
|
|
1921
1399
|
## The following dependencies are licensed under the MIT License:
|
|
1922
1400
|
|
|
1923
|
-
###
|
|
1401
|
+
### NPM Packages:
|
|
1924
1402
|
|
|
1925
|
-
- [
|
|
1403
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
1926
1404
|
|
|
1927
1405
|
````text
|
|
1928
|
-
|
|
1929
|
-
|
|
1406
|
+
MIT License
|
|
1407
|
+
|
|
1408
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
1930
1409
|
|
|
1931
1410
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1932
1411
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1935,16 +1414,18 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1935
1414
|
copies of the Software, and to permit persons to whom the Software is
|
|
1936
1415
|
furnished to do so, subject to the following conditions:
|
|
1937
1416
|
|
|
1938
|
-
The above copyright notice and this permission notice shall be included in
|
|
1939
|
-
|
|
1417
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1418
|
+
copies or substantial portions of the Software.
|
|
1940
1419
|
|
|
1941
1420
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1942
1421
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1943
1422
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1944
1423
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1945
1424
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1946
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1947
|
-
|
|
1425
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1426
|
+
SOFTWARE.
|
|
1427
|
+
|
|
1428
|
+
[others]: https://github.com/json5/json5/contributors
|
|
1948
1429
|
|
|
1949
1430
|
````
|
|
1950
1431
|
|
|
@@ -1954,10 +1435,10 @@ THE SOFTWARE.
|
|
|
1954
1435
|
|
|
1955
1436
|
### Rust Crates:
|
|
1956
1437
|
|
|
1957
|
-
- [
|
|
1438
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
1958
1439
|
|
|
1959
1440
|
````text
|
|
1960
|
-
Copyright (c)
|
|
1441
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
1961
1442
|
|
|
1962
1443
|
Permission is hereby granted, free of charge, to any
|
|
1963
1444
|
person obtaining a copy of this software and associated
|
|
@@ -1991,10 +1472,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1991
1472
|
|
|
1992
1473
|
### Rust Crates:
|
|
1993
1474
|
|
|
1994
|
-
- [
|
|
1475
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
1476
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
1995
1477
|
|
|
1996
1478
|
````text
|
|
1997
|
-
|
|
1479
|
+
The MIT License (MIT)
|
|
1480
|
+
|
|
1481
|
+
Copyright (c) 2015 Steven Fackler
|
|
1482
|
+
|
|
1483
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1484
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1485
|
+
the Software without restriction, including without limitation the rights to
|
|
1486
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1487
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1488
|
+
subject to the following conditions:
|
|
1489
|
+
|
|
1490
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1491
|
+
copies or substantial portions of the Software.
|
|
1492
|
+
|
|
1493
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1494
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1495
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1496
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1497
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1498
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1499
|
+
|
|
1500
|
+
````
|
|
1501
|
+
|
|
1502
|
+
---
|
|
1503
|
+
|
|
1504
|
+
## The following dependencies are licensed under the MIT License:
|
|
1505
|
+
|
|
1506
|
+
### Rust Crates:
|
|
1507
|
+
|
|
1508
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
1509
|
+
|
|
1510
|
+
````text
|
|
1511
|
+
Copyright (c) 2017 http-rs authors
|
|
1998
1512
|
|
|
1999
1513
|
Permission is hereby granted, free of charge, to any
|
|
2000
1514
|
person obtaining a copy of this software and associated
|
|
@@ -2028,10 +1542,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2028
1542
|
|
|
2029
1543
|
### Rust Crates:
|
|
2030
1544
|
|
|
2031
|
-
- [
|
|
1545
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
2032
1546
|
|
|
2033
1547
|
````text
|
|
2034
|
-
Copyright (c)
|
|
1548
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
2035
1549
|
|
|
2036
1550
|
Permission is hereby granted, free of charge, to any
|
|
2037
1551
|
person obtaining a copy of this software and associated
|
|
@@ -2065,75 +1579,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2065
1579
|
|
|
2066
1580
|
### Rust Crates:
|
|
2067
1581
|
|
|
2068
|
-
- [
|
|
2069
|
-
|
|
2070
|
-
````text
|
|
2071
|
-
The MIT License (MIT)
|
|
2072
|
-
|
|
2073
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
2074
|
-
|
|
2075
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2076
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2077
|
-
in the Software without restriction, including without limitation the rights
|
|
2078
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2079
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2080
|
-
furnished to do so, subject to the following conditions:
|
|
2081
|
-
|
|
2082
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2083
|
-
copies or substantial portions of the Software.
|
|
2084
|
-
|
|
2085
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2086
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2087
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2088
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2089
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2090
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2091
|
-
SOFTWARE.
|
|
2092
|
-
````
|
|
2093
|
-
|
|
2094
|
-
---
|
|
2095
|
-
|
|
2096
|
-
## The following dependencies are licensed under the MIT License:
|
|
2097
|
-
|
|
2098
|
-
### NPM Packages:
|
|
2099
|
-
|
|
2100
|
-
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
2101
|
-
|
|
2102
|
-
````text
|
|
2103
|
-
MIT License
|
|
2104
|
-
|
|
2105
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
2106
|
-
|
|
2107
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2108
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2109
|
-
in the Software without restriction, including without limitation the rights
|
|
2110
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2111
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2112
|
-
furnished to do so, subject to the following conditions:
|
|
2113
|
-
|
|
2114
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2115
|
-
copies or substantial portions of the Software.
|
|
2116
|
-
|
|
2117
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2118
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2119
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2120
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2121
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2122
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2123
|
-
SOFTWARE.
|
|
2124
|
-
|
|
2125
|
-
````
|
|
2126
|
-
|
|
2127
|
-
---
|
|
2128
|
-
|
|
2129
|
-
## The following dependencies are licensed under the MIT License:
|
|
2130
|
-
|
|
2131
|
-
### Rust Crates:
|
|
2132
|
-
|
|
2133
|
-
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
1582
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
2134
1583
|
|
|
2135
1584
|
````text
|
|
2136
|
-
Copyright (c)
|
|
1585
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
2137
1586
|
|
|
2138
1587
|
Permission is hereby granted, free of charge, to any
|
|
2139
1588
|
person obtaining a copy of this software and associated
|
|
@@ -2167,10 +1616,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2167
1616
|
|
|
2168
1617
|
### Rust Crates:
|
|
2169
1618
|
|
|
2170
|
-
- [
|
|
1619
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
2171
1620
|
|
|
2172
1621
|
````text
|
|
2173
|
-
Copyright (c) 2017
|
|
1622
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
2174
1623
|
|
|
2175
1624
|
Permission is hereby granted, free of charge, to any
|
|
2176
1625
|
person obtaining a copy of this software and associated
|
|
@@ -2204,10 +1653,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2204
1653
|
|
|
2205
1654
|
### Rust Crates:
|
|
2206
1655
|
|
|
2207
|
-
- [
|
|
1656
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
2208
1657
|
|
|
2209
1658
|
````text
|
|
2210
|
-
Copyright (c)
|
|
1659
|
+
Copyright (c) 2017 Robert Grosse
|
|
2211
1660
|
|
|
2212
1661
|
Permission is hereby granted, free of charge, to any
|
|
2213
1662
|
person obtaining a copy of this software and associated
|
|
@@ -2232,7 +1681,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2232
1681
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2233
1682
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2234
1683
|
DEALINGS IN THE SOFTWARE.
|
|
2235
|
-
|
|
2236
1684
|
````
|
|
2237
1685
|
|
|
2238
1686
|
---
|
|
@@ -2241,29 +1689,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2241
1689
|
|
|
2242
1690
|
### Rust Crates:
|
|
2243
1691
|
|
|
2244
|
-
- [
|
|
1692
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
2245
1693
|
|
|
2246
1694
|
````text
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2250
|
-
|
|
2251
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2252
|
-
|
|
2253
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2254
|
-
|
|
2255
|
-
````
|
|
2256
|
-
|
|
2257
|
-
---
|
|
2258
|
-
|
|
2259
|
-
## The following dependencies are licensed under the MIT License:
|
|
2260
|
-
|
|
2261
|
-
### Rust Crates:
|
|
2262
|
-
|
|
2263
|
-
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
1695
|
+
The MIT License (MIT)
|
|
2264
1696
|
|
|
2265
|
-
|
|
2266
|
-
Copyright (c) 2018-2019 Sean McArthur
|
|
1697
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
2267
1698
|
|
|
2268
1699
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2269
1700
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2272,18 +1703,19 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2272
1703
|
copies of the Software, and to permit persons to whom the Software is
|
|
2273
1704
|
furnished to do so, subject to the following conditions:
|
|
2274
1705
|
|
|
2275
|
-
The above copyright notice and this permission notice shall be included in
|
|
2276
|
-
|
|
1706
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1707
|
+
copies or substantial portions of the Software.
|
|
2277
1708
|
|
|
2278
1709
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2279
1710
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2280
1711
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2281
1712
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2282
1713
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2283
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2284
|
-
|
|
2285
|
-
|
|
1714
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1715
|
+
SOFTWARE.
|
|
2286
1716
|
|
|
1717
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
1718
|
+
licences; see files named LICENSE.*.txt for details.
|
|
2287
1719
|
````
|
|
2288
1720
|
|
|
2289
1721
|
---
|
|
@@ -2292,12 +1724,12 @@ THE SOFTWARE.
|
|
|
2292
1724
|
|
|
2293
1725
|
### Rust Crates:
|
|
2294
1726
|
|
|
2295
|
-
- [
|
|
1727
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2296
1728
|
|
|
2297
1729
|
````text
|
|
2298
1730
|
MIT License
|
|
2299
1731
|
|
|
2300
|
-
Copyright (c)
|
|
1732
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2301
1733
|
|
|
2302
1734
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2303
1735
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2323,34 +1755,29 @@ SOFTWARE.
|
|
|
2323
1755
|
|
|
2324
1756
|
## The following dependencies are licensed under the MIT License:
|
|
2325
1757
|
|
|
2326
|
-
###
|
|
1758
|
+
### NPM Packages:
|
|
2327
1759
|
|
|
2328
|
-
- [
|
|
2329
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2330
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1760
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
2331
1761
|
|
|
2332
1762
|
````text
|
|
2333
|
-
MIT
|
|
2334
|
-
|
|
2335
|
-
Copyright (c) 2017 Ted Driggs
|
|
1763
|
+
This software is released under the MIT license:
|
|
2336
1764
|
|
|
2337
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
1765
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1766
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1767
|
+
the Software without restriction, including without limitation the rights to
|
|
1768
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1769
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1770
|
+
subject to the following conditions:
|
|
2343
1771
|
|
|
2344
1772
|
The above copyright notice and this permission notice shall be included in all
|
|
2345
1773
|
copies or substantial portions of the Software.
|
|
2346
1774
|
|
|
2347
1775
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2348
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
SOFTWARE.
|
|
1776
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1777
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1778
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1779
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1780
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2354
1781
|
|
|
2355
1782
|
````
|
|
2356
1783
|
|
|
@@ -2360,35 +1787,30 @@ SOFTWARE.
|
|
|
2360
1787
|
|
|
2361
1788
|
### Rust Crates:
|
|
2362
1789
|
|
|
2363
|
-
- [
|
|
1790
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
2364
1791
|
|
|
2365
1792
|
````text
|
|
2366
|
-
|
|
2367
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1793
|
+
MIT License
|
|
2368
1794
|
|
|
2369
|
-
|
|
2370
|
-
person obtaining a copy of this software and associated
|
|
2371
|
-
documentation files (the "Software"), to deal in the
|
|
2372
|
-
Software without restriction, including without
|
|
2373
|
-
limitation the rights to use, copy, modify, merge,
|
|
2374
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2375
|
-
the Software, and to permit persons to whom the Software
|
|
2376
|
-
is furnished to do so, subject to the following
|
|
2377
|
-
conditions:
|
|
1795
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2378
1796
|
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
1797
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1798
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1799
|
+
in the Software without restriction, including without limitation the rights
|
|
1800
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1801
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1802
|
+
furnished to do so, subject to the following conditions:
|
|
2382
1803
|
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
IN
|
|
2391
|
-
|
|
1804
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1805
|
+
copies or substantial portions of the Software.
|
|
1806
|
+
|
|
1807
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1808
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1809
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1810
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1811
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1812
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1813
|
+
SOFTWARE.
|
|
2392
1814
|
|
|
2393
1815
|
````
|
|
2394
1816
|
|
|
@@ -2398,10 +1820,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2398
1820
|
|
|
2399
1821
|
### Rust Crates:
|
|
2400
1822
|
|
|
2401
|
-
- [
|
|
1823
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
2402
1824
|
|
|
2403
1825
|
````text
|
|
2404
|
-
Copyright (c)
|
|
1826
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
2405
1827
|
|
|
2406
1828
|
Permission is hereby granted, free of charge, to any
|
|
2407
1829
|
person obtaining a copy of this software and associated
|
|
@@ -2435,10 +1857,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2435
1857
|
|
|
2436
1858
|
### Rust Crates:
|
|
2437
1859
|
|
|
2438
|
-
- [
|
|
1860
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
2439
1861
|
|
|
2440
1862
|
````text
|
|
2441
|
-
Copyright (c)
|
|
1863
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1864
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2442
1865
|
|
|
2443
1866
|
Permission is hereby granted, free of charge, to any
|
|
2444
1867
|
person obtaining a copy of this software and associated
|
|
@@ -2472,34 +1895,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2472
1895
|
|
|
2473
1896
|
### Rust Crates:
|
|
2474
1897
|
|
|
2475
|
-
- [
|
|
1898
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
2476
1899
|
|
|
2477
1900
|
````text
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
publish, distribute, sublicense, and/or sell
|
|
2486
|
-
the Software, and to permit persons to whom the Software
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
The above copyright notice and this permission notice
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2502
|
-
DEALINGS IN THE SOFTWARE.
|
|
1901
|
+
The MIT License (MIT)
|
|
1902
|
+
|
|
1903
|
+
Copyright (c) 2016 Johann Tuffe
|
|
1904
|
+
|
|
1905
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1906
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1907
|
+
in the Software without restriction, including without limitation the rights
|
|
1908
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1909
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1910
|
+
furnished to do so, subject to the following conditions:
|
|
1911
|
+
|
|
1912
|
+
|
|
1913
|
+
The above copyright notice and this permission notice shall be included in
|
|
1914
|
+
all copies or substantial portions of the Software.
|
|
1915
|
+
|
|
1916
|
+
|
|
1917
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1918
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1919
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1920
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1921
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1922
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1923
|
+
THE SOFTWARE.
|
|
2503
1924
|
|
|
2504
1925
|
````
|
|
2505
1926
|
|
|
@@ -2509,10 +1930,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2509
1930
|
|
|
2510
1931
|
### Rust Crates:
|
|
2511
1932
|
|
|
2512
|
-
- [
|
|
1933
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
2513
1934
|
|
|
2514
1935
|
````text
|
|
2515
|
-
|
|
1936
|
+
The MIT License (MIT)
|
|
1937
|
+
|
|
1938
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
1939
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
2516
1940
|
|
|
2517
1941
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2518
1942
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2521,17 +1945,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2521
1945
|
copies of the Software, and to permit persons to whom the Software is
|
|
2522
1946
|
furnished to do so, subject to the following conditions:
|
|
2523
1947
|
|
|
2524
|
-
The above copyright notice and this permission notice shall be included in
|
|
2525
|
-
|
|
1948
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1949
|
+
copies or substantial portions of the Software.
|
|
2526
1950
|
|
|
2527
1951
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2528
1952
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2529
1953
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2530
1954
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2531
1955
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2532
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2533
|
-
|
|
2534
|
-
|
|
1956
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1957
|
+
SOFTWARE.
|
|
2535
1958
|
|
|
2536
1959
|
````
|
|
2537
1960
|
|
|
@@ -2541,10 +1964,13 @@ THE SOFTWARE.
|
|
|
2541
1964
|
|
|
2542
1965
|
### Rust Crates:
|
|
2543
1966
|
|
|
2544
|
-
- [
|
|
1967
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
2545
1968
|
|
|
2546
1969
|
````text
|
|
2547
|
-
|
|
1970
|
+
MIT License
|
|
1971
|
+
|
|
1972
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
1973
|
+
Copyright (c) Tokio Contributors
|
|
2548
1974
|
|
|
2549
1975
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2550
1976
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2553,16 +1979,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2553
1979
|
copies of the Software, and to permit persons to whom the Software is
|
|
2554
1980
|
furnished to do so, subject to the following conditions:
|
|
2555
1981
|
|
|
2556
|
-
The above copyright notice and this permission notice shall be included in
|
|
2557
|
-
|
|
1982
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1983
|
+
copies or substantial portions of the Software.
|
|
2558
1984
|
|
|
2559
1985
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2560
1986
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2561
1987
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2562
1988
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2563
1989
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2564
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2565
|
-
|
|
1990
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1991
|
+
SOFTWARE.
|
|
2566
1992
|
|
|
2567
1993
|
````
|
|
2568
1994
|
|
|
@@ -2572,10 +1998,13 @@ THE SOFTWARE.
|
|
|
2572
1998
|
|
|
2573
1999
|
### Rust Crates:
|
|
2574
2000
|
|
|
2575
|
-
- [
|
|
2001
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
2002
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
2576
2003
|
|
|
2577
2004
|
````text
|
|
2578
|
-
Copyright (c)
|
|
2005
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
2006
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2007
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
2579
2008
|
|
|
2580
2009
|
Permission is hereby granted, free of charge, to any
|
|
2581
2010
|
person obtaining a copy of this software and associated
|
|
@@ -2609,19 +2038,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2609
2038
|
|
|
2610
2039
|
### Rust Crates:
|
|
2611
2040
|
|
|
2612
|
-
- [
|
|
2613
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2614
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2615
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2616
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2617
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2618
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2619
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2620
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2041
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
2621
2042
|
|
|
2622
2043
|
````text
|
|
2623
|
-
Copyright
|
|
2624
|
-
Copyright (c) 2017 The Tokio Authors
|
|
2044
|
+
Copyright Mozilla Foundation
|
|
2625
2045
|
|
|
2626
2046
|
Permission is hereby granted, free of charge, to any
|
|
2627
2047
|
person obtaining a copy of this software and associated
|
|
@@ -2655,10 +2075,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2655
2075
|
|
|
2656
2076
|
### Rust Crates:
|
|
2657
2077
|
|
|
2658
|
-
- [
|
|
2078
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
2659
2079
|
|
|
2660
2080
|
````text
|
|
2661
|
-
Copyright (c)
|
|
2081
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2082
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2662
2083
|
|
|
2663
2084
|
Permission is hereby granted, free of charge, to any
|
|
2664
2085
|
person obtaining a copy of this software and associated
|
|
@@ -2692,10 +2113,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2692
2113
|
|
|
2693
2114
|
### Rust Crates:
|
|
2694
2115
|
|
|
2695
|
-
- [
|
|
2116
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
2696
2117
|
|
|
2697
2118
|
````text
|
|
2698
|
-
Copyright
|
|
2119
|
+
Copyright (c) 2018 Carl Lerche
|
|
2699
2120
|
|
|
2700
2121
|
Permission is hereby granted, free of charge, to any
|
|
2701
2122
|
person obtaining a copy of this software and associated
|
|
@@ -2727,14 +2148,51 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2727
2148
|
|
|
2728
2149
|
## The following dependencies are licensed under the MIT License:
|
|
2729
2150
|
|
|
2730
|
-
###
|
|
2151
|
+
### Rust Crates:
|
|
2731
2152
|
|
|
2732
|
-
- [
|
|
2153
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
2154
|
+
|
|
2155
|
+
````text
|
|
2156
|
+
Copyright (c) The rust-url developers
|
|
2157
|
+
|
|
2158
|
+
Permission is hereby granted, free of charge, to any
|
|
2159
|
+
person obtaining a copy of this software and associated
|
|
2160
|
+
documentation files (the "Software"), to deal in the
|
|
2161
|
+
Software without restriction, including without
|
|
2162
|
+
limitation the rights to use, copy, modify, merge,
|
|
2163
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2164
|
+
the Software, and to permit persons to whom the Software
|
|
2165
|
+
is furnished to do so, subject to the following
|
|
2166
|
+
conditions:
|
|
2167
|
+
|
|
2168
|
+
The above copyright notice and this permission notice
|
|
2169
|
+
shall be included in all copies or substantial portions
|
|
2170
|
+
of the Software.
|
|
2171
|
+
|
|
2172
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2173
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2174
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2175
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2176
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2177
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2178
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2179
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2180
|
+
DEALINGS IN THE SOFTWARE.
|
|
2181
|
+
|
|
2182
|
+
````
|
|
2183
|
+
|
|
2184
|
+
---
|
|
2185
|
+
|
|
2186
|
+
## The following dependencies are licensed under the MIT License:
|
|
2187
|
+
|
|
2188
|
+
### Rust Crates:
|
|
2189
|
+
|
|
2190
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
2733
2191
|
|
|
2734
2192
|
````text
|
|
2735
2193
|
The MIT License (MIT)
|
|
2736
2194
|
|
|
2737
|
-
Copyright (c)
|
|
2195
|
+
Copyright (c) 2015 Alice Maz
|
|
2738
2196
|
|
|
2739
2197
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2740
2198
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2762,30 +2220,34 @@ THE SOFTWARE.
|
|
|
2762
2220
|
|
|
2763
2221
|
### Rust Crates:
|
|
2764
2222
|
|
|
2765
|
-
- [
|
|
2223
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
2766
2224
|
|
|
2767
2225
|
````text
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2226
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
2771
2227
|
|
|
2772
|
-
Permission is hereby granted, free of charge, to any
|
|
2773
|
-
of this software and associated
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2228
|
+
Permission is hereby granted, free of charge, to any
|
|
2229
|
+
person obtaining a copy of this software and associated
|
|
2230
|
+
documentation files (the "Software"), to deal in the
|
|
2231
|
+
Software without restriction, including without
|
|
2232
|
+
limitation the rights to use, copy, modify, merge,
|
|
2233
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2234
|
+
the Software, and to permit persons to whom the Software
|
|
2235
|
+
is furnished to do so, subject to the following
|
|
2236
|
+
conditions:
|
|
2778
2237
|
|
|
2779
|
-
The above copyright notice and this permission notice
|
|
2780
|
-
copies or substantial portions
|
|
2238
|
+
The above copyright notice and this permission notice
|
|
2239
|
+
shall be included in all copies or substantial portions
|
|
2240
|
+
of the Software.
|
|
2781
2241
|
|
|
2782
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2783
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2242
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2243
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2244
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2245
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2246
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2247
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2248
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2249
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2250
|
+
DEALINGS IN THE SOFTWARE.
|
|
2789
2251
|
|
|
2790
2252
|
````
|
|
2791
2253
|
|
|
@@ -2795,30 +2257,34 @@ SOFTWARE.
|
|
|
2795
2257
|
|
|
2796
2258
|
### Rust Crates:
|
|
2797
2259
|
|
|
2798
|
-
- [
|
|
2799
|
-
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
2260
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
2800
2261
|
|
|
2801
2262
|
````text
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
Copyright (c) 2015 Steven Fackler
|
|
2263
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
2805
2264
|
|
|
2806
|
-
Permission is hereby granted, free of charge, to any
|
|
2807
|
-
|
|
2808
|
-
the Software
|
|
2809
|
-
|
|
2810
|
-
the
|
|
2811
|
-
|
|
2265
|
+
Permission is hereby granted, free of charge, to any
|
|
2266
|
+
person obtaining a copy of this software and associated
|
|
2267
|
+
documentation files (the "Software"), to deal in the
|
|
2268
|
+
Software without restriction, including without
|
|
2269
|
+
limitation the rights to use, copy, modify, merge,
|
|
2270
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2271
|
+
the Software, and to permit persons to whom the Software
|
|
2272
|
+
is furnished to do so, subject to the following
|
|
2273
|
+
conditions:
|
|
2812
2274
|
|
|
2813
|
-
The above copyright notice and this permission notice
|
|
2814
|
-
copies or substantial portions
|
|
2275
|
+
The above copyright notice and this permission notice
|
|
2276
|
+
shall be included in all copies or substantial portions
|
|
2277
|
+
of the Software.
|
|
2815
2278
|
|
|
2816
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2817
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2279
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2280
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2281
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2282
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2283
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2284
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2285
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2286
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2287
|
+
DEALINGS IN THE SOFTWARE.
|
|
2822
2288
|
|
|
2823
2289
|
````
|
|
2824
2290
|
|
|
@@ -2828,12 +2294,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2828
2294
|
|
|
2829
2295
|
### Rust Crates:
|
|
2830
2296
|
|
|
2831
|
-
- [
|
|
2832
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
2833
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2297
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
2834
2298
|
|
|
2835
2299
|
````text
|
|
2836
|
-
Copyright (c)
|
|
2300
|
+
Copyright (c) 2016--2017
|
|
2837
2301
|
|
|
2838
2302
|
Permission is hereby granted, free of charge, to any
|
|
2839
2303
|
person obtaining a copy of this software and associated
|
|
@@ -2867,32 +2331,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2867
2331
|
|
|
2868
2332
|
### Rust Crates:
|
|
2869
2333
|
|
|
2870
|
-
- [
|
|
2871
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2872
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2334
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
2873
2335
|
|
|
2874
2336
|
````text
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
Copyright (c) Tokio Contributors
|
|
2337
|
+
Copyright (c) The Rust Project Developers
|
|
2878
2338
|
|
|
2879
|
-
Permission is hereby granted, free of charge, to any
|
|
2880
|
-
of this software and associated
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2339
|
+
Permission is hereby granted, free of charge, to any
|
|
2340
|
+
person obtaining a copy of this software and associated
|
|
2341
|
+
documentation files (the "Software"), to deal in the
|
|
2342
|
+
Software without restriction, including without
|
|
2343
|
+
limitation the rights to use, copy, modify, merge,
|
|
2344
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2345
|
+
the Software, and to permit persons to whom the Software
|
|
2346
|
+
is furnished to do so, subject to the following
|
|
2347
|
+
conditions:
|
|
2885
2348
|
|
|
2886
|
-
The above copyright notice and this permission notice
|
|
2887
|
-
copies or substantial portions
|
|
2349
|
+
The above copyright notice and this permission notice
|
|
2350
|
+
shall be included in all copies or substantial portions
|
|
2351
|
+
of the Software.
|
|
2888
2352
|
|
|
2889
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2890
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2353
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2354
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2355
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2356
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2357
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2358
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2359
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2360
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2361
|
+
DEALINGS IN THE SOFTWARE.
|
|
2896
2362
|
|
|
2897
2363
|
````
|
|
2898
2364
|
|
|
@@ -2902,33 +2368,35 @@ SOFTWARE.
|
|
|
2902
2368
|
|
|
2903
2369
|
### Rust Crates:
|
|
2904
2370
|
|
|
2905
|
-
- [
|
|
2371
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
2372
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
2906
2373
|
|
|
2907
2374
|
````text
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2911
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2912
|
-
Copyright (c) 2017 Frommi
|
|
2913
|
-
Copyright (c) 2017-2024 oyvindln
|
|
2375
|
+
Copyright (c) 2014 Alex Crichton
|
|
2914
2376
|
|
|
2915
|
-
Permission is hereby granted, free of charge, to any
|
|
2916
|
-
of this software and associated
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2377
|
+
Permission is hereby granted, free of charge, to any
|
|
2378
|
+
person obtaining a copy of this software and associated
|
|
2379
|
+
documentation files (the "Software"), to deal in the
|
|
2380
|
+
Software without restriction, including without
|
|
2381
|
+
limitation the rights to use, copy, modify, merge,
|
|
2382
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2383
|
+
the Software, and to permit persons to whom the Software
|
|
2384
|
+
is furnished to do so, subject to the following
|
|
2385
|
+
conditions:
|
|
2921
2386
|
|
|
2922
|
-
The above copyright notice and this permission notice
|
|
2923
|
-
copies or substantial portions
|
|
2387
|
+
The above copyright notice and this permission notice
|
|
2388
|
+
shall be included in all copies or substantial portions
|
|
2389
|
+
of the Software.
|
|
2924
2390
|
|
|
2925
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2926
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2391
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2392
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2393
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2394
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2395
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2396
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2397
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2398
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2399
|
+
DEALINGS IN THE SOFTWARE.
|
|
2932
2400
|
|
|
2933
2401
|
````
|
|
2934
2402
|
|
|
@@ -2938,10 +2406,12 @@ SOFTWARE.
|
|
|
2938
2406
|
|
|
2939
2407
|
### Rust Crates:
|
|
2940
2408
|
|
|
2941
|
-
- [
|
|
2409
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
2942
2410
|
|
|
2943
2411
|
````text
|
|
2944
|
-
|
|
2412
|
+
The MIT License (MIT)
|
|
2413
|
+
|
|
2414
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
2945
2415
|
|
|
2946
2416
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2947
2417
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2969,10 +2439,10 @@ THE SOFTWARE.
|
|
|
2969
2439
|
|
|
2970
2440
|
### Rust Crates:
|
|
2971
2441
|
|
|
2972
|
-
- [
|
|
2442
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
2973
2443
|
|
|
2974
2444
|
````text
|
|
2975
|
-
Copyright (c)
|
|
2445
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
2976
2446
|
|
|
2977
2447
|
Permission is hereby granted, free of charge, to any
|
|
2978
2448
|
person obtaining a copy of this software and associated
|
|
@@ -3006,10 +2476,49 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3006
2476
|
|
|
3007
2477
|
### Rust Crates:
|
|
3008
2478
|
|
|
3009
|
-
- [
|
|
2479
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
2480
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3010
2481
|
|
|
3011
2482
|
````text
|
|
3012
|
-
|
|
2483
|
+
MIT License
|
|
2484
|
+
|
|
2485
|
+
Copyright (c) 2019 Graham Esau
|
|
2486
|
+
|
|
2487
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2488
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2489
|
+
in the Software without restriction, including without limitation the rights
|
|
2490
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2491
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2492
|
+
furnished to do so, subject to the following conditions:
|
|
2493
|
+
|
|
2494
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2495
|
+
copies or substantial portions of the Software.
|
|
2496
|
+
|
|
2497
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2498
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2499
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2500
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2501
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2502
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2503
|
+
SOFTWARE.
|
|
2504
|
+
|
|
2505
|
+
````
|
|
2506
|
+
|
|
2507
|
+
---
|
|
2508
|
+
|
|
2509
|
+
## The following dependencies are licensed under the MIT License:
|
|
2510
|
+
|
|
2511
|
+
### Rust Crates:
|
|
2512
|
+
|
|
2513
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
2514
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2515
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2516
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2517
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2518
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
2519
|
+
|
|
2520
|
+
````text
|
|
2521
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3013
2522
|
|
|
3014
2523
|
Permission is hereby granted, free of charge, to any
|
|
3015
2524
|
person obtaining a copy of this software and associated
|
|
@@ -3034,27 +2543,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3034
2543
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3035
2544
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3036
2545
|
DEALINGS IN THE SOFTWARE.
|
|
3037
|
-
````
|
|
3038
|
-
|
|
3039
|
-
---
|
|
3040
|
-
|
|
3041
|
-
## The following dependencies are licensed under the MIT License:
|
|
3042
|
-
|
|
3043
|
-
### Rust Crates:
|
|
3044
|
-
|
|
3045
|
-
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
3046
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3047
|
-
|
|
3048
|
-
````text
|
|
3049
|
-
The MIT License (MIT)
|
|
3050
|
-
|
|
3051
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3052
|
-
|
|
3053
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
3054
|
-
|
|
3055
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3056
|
-
|
|
3057
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3058
2546
|
|
|
3059
2547
|
````
|
|
3060
2548
|
|
|
@@ -3064,70 +2552,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3064
2552
|
|
|
3065
2553
|
### Rust Crates:
|
|
3066
2554
|
|
|
3067
|
-
- [
|
|
2555
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
3068
2556
|
|
|
3069
2557
|
````text
|
|
3070
|
-
Copyright (c)
|
|
3071
|
-
|
|
3072
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3073
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3074
|
-
in the Software without restriction, including without limitation the rights
|
|
3075
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3076
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3077
|
-
furnished to do so, subject to the following conditions:
|
|
3078
|
-
|
|
3079
|
-
The above copyright notice and this permission notice shall be included in
|
|
3080
|
-
all copies or substantial portions of the Software.
|
|
3081
|
-
|
|
3082
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3083
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3084
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3085
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3086
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3087
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3088
|
-
THE SOFTWARE.
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
````
|
|
3092
|
-
|
|
3093
|
-
---
|
|
3094
|
-
|
|
3095
|
-
## The following dependencies are licensed under the MIT License:
|
|
3096
|
-
|
|
3097
|
-
### Rust Crates:
|
|
3098
|
-
|
|
3099
|
-
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
3100
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
3101
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
3102
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
3103
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
3104
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
3105
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
3106
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
3107
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
3108
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3109
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3110
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
3111
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
3112
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
3113
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
3114
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3115
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3116
|
-
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
3117
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
3118
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
3119
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
3120
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
3121
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
3122
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
3123
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3124
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3125
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3126
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3127
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
3128
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
2558
|
+
Copyright (c) 2019 Carl Lerche
|
|
3129
2559
|
|
|
3130
|
-
````text
|
|
3131
2560
|
Permission is hereby granted, free of charge, to any
|
|
3132
2561
|
person obtaining a copy of this software and associated
|
|
3133
2562
|
documentation files (the "Software"), to deal in the
|
|
@@ -3160,15 +2589,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3160
2589
|
|
|
3161
2590
|
### Rust Crates:
|
|
3162
2591
|
|
|
3163
|
-
- [
|
|
3164
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3165
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3166
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3167
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3168
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
2592
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
3169
2593
|
|
|
3170
2594
|
````text
|
|
3171
|
-
Copyright (c)
|
|
2595
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
3172
2596
|
|
|
3173
2597
|
Permission is hereby granted, free of charge, to any
|
|
3174
2598
|
person obtaining a copy of this software and associated
|
|
@@ -3202,13 +2626,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3202
2626
|
|
|
3203
2627
|
### Rust Crates:
|
|
3204
2628
|
|
|
3205
|
-
- [
|
|
3206
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
2629
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
3207
2630
|
|
|
3208
2631
|
````text
|
|
3209
|
-
MIT License
|
|
2632
|
+
The MIT License (MIT)
|
|
3210
2633
|
|
|
3211
|
-
Copyright (c)
|
|
2634
|
+
Copyright (c) 2015 Danny Guo
|
|
2635
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2636
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
3212
2637
|
|
|
3213
2638
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3214
2639
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3236,13 +2661,11 @@ SOFTWARE.
|
|
|
3236
2661
|
|
|
3237
2662
|
### Rust Crates:
|
|
3238
2663
|
|
|
3239
|
-
- [tokio-
|
|
2664
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
3240
2665
|
|
|
3241
2666
|
````text
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
3245
|
-
Copyright (c) Tokio Contributors
|
|
2667
|
+
Copyright (c) 2017 Daniel Abramov
|
|
2668
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3246
2669
|
|
|
3247
2670
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3248
2671
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3251,16 +2674,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3251
2674
|
copies of the Software, and to permit persons to whom the Software is
|
|
3252
2675
|
furnished to do so, subject to the following conditions:
|
|
3253
2676
|
|
|
3254
|
-
The above copyright notice and this permission notice shall be included in
|
|
3255
|
-
copies or substantial portions of the Software.
|
|
2677
|
+
The above copyright notice and this permission notice shall be included in
|
|
2678
|
+
all copies or substantial portions of the Software.
|
|
3256
2679
|
|
|
3257
2680
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3258
2681
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3259
2682
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3260
2683
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3261
2684
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3262
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3263
|
-
SOFTWARE.
|
|
2685
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2686
|
+
THE SOFTWARE.
|
|
3264
2687
|
|
|
3265
2688
|
````
|
|
3266
2689
|
|
|
@@ -3270,13 +2693,15 @@ SOFTWARE.
|
|
|
3270
2693
|
|
|
3271
2694
|
### Rust Crates:
|
|
3272
2695
|
|
|
3273
|
-
- [
|
|
2696
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
3274
2697
|
|
|
3275
2698
|
````text
|
|
3276
|
-
|
|
2699
|
+
MIT License
|
|
3277
2700
|
|
|
3278
|
-
Copyright
|
|
3279
|
-
Copyright
|
|
2701
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2702
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2703
|
+
Copyright (c) 2017 Frommi
|
|
2704
|
+
Copyright (c) 2017-2024 oyvindln
|
|
3280
2705
|
|
|
3281
2706
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3282
2707
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3304,34 +2729,16 @@ SOFTWARE.
|
|
|
3304
2729
|
|
|
3305
2730
|
### Rust Crates:
|
|
3306
2731
|
|
|
3307
|
-
- [
|
|
2732
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
3308
2733
|
|
|
3309
2734
|
````text
|
|
3310
|
-
Copyright
|
|
2735
|
+
Copyright 2016 Nika Layzell
|
|
3311
2736
|
|
|
3312
|
-
Permission is hereby granted, free of charge, to any
|
|
3313
|
-
person obtaining a copy of this software and associated
|
|
3314
|
-
documentation files (the "Software"), to deal in the
|
|
3315
|
-
Software without restriction, including without
|
|
3316
|
-
limitation the rights to use, copy, modify, merge,
|
|
3317
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3318
|
-
the Software, and to permit persons to whom the Software
|
|
3319
|
-
is furnished to do so, subject to the following
|
|
3320
|
-
conditions:
|
|
2737
|
+
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:
|
|
3321
2738
|
|
|
3322
|
-
The above copyright notice and this permission notice
|
|
3323
|
-
shall be included in all copies or substantial portions
|
|
3324
|
-
of the Software.
|
|
2739
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3325
2740
|
|
|
3326
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3327
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3328
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3329
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3330
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3331
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3332
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3333
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3334
|
-
DEALINGS IN THE SOFTWARE.
|
|
2741
|
+
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.
|
|
3335
2742
|
|
|
3336
2743
|
````
|
|
3337
2744
|
|
|
@@ -3341,12 +2748,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3341
2748
|
|
|
3342
2749
|
### Rust Crates:
|
|
3343
2750
|
|
|
3344
|
-
- [
|
|
2751
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
3345
2752
|
|
|
3346
2753
|
````text
|
|
3347
|
-
Copyright (c)
|
|
3348
|
-
Copyright (c) 2018 Bastian Köcher
|
|
3349
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2754
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
3350
2755
|
|
|
3351
2756
|
Permission is hereby granted, free of charge, to any
|
|
3352
2757
|
person obtaining a copy of this software and associated
|
|
@@ -3380,43 +2785,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3380
2785
|
|
|
3381
2786
|
### Rust Crates:
|
|
3382
2787
|
|
|
3383
|
-
- [
|
|
3384
|
-
|
|
3385
|
-
````text
|
|
3386
|
-
The MIT License (MIT)
|
|
3387
|
-
|
|
3388
|
-
Copyright (c) 2014 Paho Lurie-Gregg
|
|
3389
|
-
|
|
3390
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3391
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3392
|
-
in the Software without restriction, including without limitation the rights
|
|
3393
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3394
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3395
|
-
furnished to do so, subject to the following conditions:
|
|
3396
|
-
|
|
3397
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3398
|
-
copies or substantial portions of the Software.
|
|
3399
|
-
|
|
3400
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3401
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3402
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3403
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3404
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3405
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3406
|
-
SOFTWARE.
|
|
3407
|
-
|
|
3408
|
-
````
|
|
3409
|
-
|
|
3410
|
-
---
|
|
3411
|
-
|
|
3412
|
-
## The following dependencies are licensed under the MIT License:
|
|
3413
|
-
|
|
3414
|
-
### Rust Crates:
|
|
3415
|
-
|
|
3416
|
-
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
2788
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
3417
2789
|
|
|
3418
2790
|
````text
|
|
3419
|
-
Copyright (c)
|
|
2791
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
3420
2792
|
|
|
3421
2793
|
Permission is hereby granted, free of charge, to any
|
|
3422
2794
|
person obtaining a copy of this software and associated
|
|
@@ -3450,10 +2822,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3450
2822
|
|
|
3451
2823
|
### Rust Crates:
|
|
3452
2824
|
|
|
3453
|
-
- [
|
|
2825
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
2826
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2827
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3454
2828
|
|
|
3455
2829
|
````text
|
|
3456
|
-
|
|
2830
|
+
MIT License
|
|
2831
|
+
|
|
2832
|
+
Copyright (c) Tokio Contributors
|
|
3457
2833
|
|
|
3458
2834
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3459
2835
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3481,32 +2857,16 @@ SOFTWARE.
|
|
|
3481
2857
|
|
|
3482
2858
|
### Rust Crates:
|
|
3483
2859
|
|
|
3484
|
-
- [
|
|
2860
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
3485
2861
|
|
|
3486
2862
|
````text
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
Copyright (c) 2015 Danny Guo
|
|
3490
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3491
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
2863
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
3492
2864
|
|
|
3493
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3494
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3495
|
-
in the Software without restriction, including without limitation the rights
|
|
3496
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3497
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3498
|
-
furnished to do so, subject to the following conditions:
|
|
2865
|
+
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:
|
|
3499
2866
|
|
|
3500
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3501
|
-
copies or substantial portions of the Software.
|
|
2867
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3502
2868
|
|
|
3503
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3504
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3505
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3506
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3507
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3508
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3509
|
-
SOFTWARE.
|
|
2869
|
+
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.
|
|
3510
2870
|
|
|
3511
2871
|
````
|
|
3512
2872
|
|
|
@@ -3548,29 +2908,34 @@ THE SOFTWARE.
|
|
|
3548
2908
|
|
|
3549
2909
|
### Rust Crates:
|
|
3550
2910
|
|
|
3551
|
-
- [
|
|
2911
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
3552
2912
|
|
|
3553
2913
|
````text
|
|
3554
|
-
Copyright (c)
|
|
3555
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
2914
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
3556
2915
|
|
|
3557
|
-
Permission is hereby granted, free of charge, to any
|
|
3558
|
-
of this software and associated
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
2916
|
+
Permission is hereby granted, free of charge, to any
|
|
2917
|
+
person obtaining a copy of this software and associated
|
|
2918
|
+
documentation files (the "Software"), to deal in the
|
|
2919
|
+
Software without restriction, including without
|
|
2920
|
+
limitation the rights to use, copy, modify, merge,
|
|
2921
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2922
|
+
the Software, and to permit persons to whom the Software
|
|
2923
|
+
is furnished to do so, subject to the following
|
|
2924
|
+
conditions:
|
|
3563
2925
|
|
|
3564
|
-
The above copyright notice and this permission notice
|
|
3565
|
-
copies or substantial portions
|
|
2926
|
+
The above copyright notice and this permission notice
|
|
2927
|
+
shall be included in all copies or substantial portions
|
|
2928
|
+
of the Software.
|
|
3566
2929
|
|
|
3567
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3568
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
2930
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2931
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2932
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2933
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2934
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2935
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2936
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2937
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2938
|
+
DEALINGS IN THE SOFTWARE.
|
|
3574
2939
|
|
|
3575
2940
|
````
|
|
3576
2941
|
|
|
@@ -3580,10 +2945,19 @@ SOFTWARE.
|
|
|
3580
2945
|
|
|
3581
2946
|
### Rust Crates:
|
|
3582
2947
|
|
|
3583
|
-
- [
|
|
2948
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2949
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2950
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2951
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2952
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2953
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2954
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2955
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2956
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3584
2957
|
|
|
3585
2958
|
````text
|
|
3586
|
-
Copyright (c) 2016
|
|
2959
|
+
Copyright (c) 2016 Alex Crichton
|
|
2960
|
+
Copyright (c) 2017 The Tokio Authors
|
|
3587
2961
|
|
|
3588
2962
|
Permission is hereby granted, free of charge, to any
|
|
3589
2963
|
person obtaining a copy of this software and associated
|
|
@@ -3617,11 +2991,42 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3617
2991
|
|
|
3618
2992
|
### Rust Crates:
|
|
3619
2993
|
|
|
3620
|
-
- [
|
|
2994
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
3621
2995
|
|
|
3622
2996
|
````text
|
|
3623
|
-
Copyright (c)
|
|
3624
|
-
|
|
2997
|
+
Copyright (c) 2017 Sean McArthur
|
|
2998
|
+
|
|
2999
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3000
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3001
|
+
in the Software without restriction, including without limitation the rights
|
|
3002
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3003
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3004
|
+
furnished to do so, subject to the following conditions:
|
|
3005
|
+
|
|
3006
|
+
The above copyright notice and this permission notice shall be included in
|
|
3007
|
+
all copies or substantial portions of the Software.
|
|
3008
|
+
|
|
3009
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3010
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3011
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3012
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3013
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3014
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3015
|
+
THE SOFTWARE.
|
|
3016
|
+
|
|
3017
|
+
|
|
3018
|
+
````
|
|
3019
|
+
|
|
3020
|
+
---
|
|
3021
|
+
|
|
3022
|
+
## The following dependencies are licensed under the MIT License:
|
|
3023
|
+
|
|
3024
|
+
### Rust Crates:
|
|
3025
|
+
|
|
3026
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
3027
|
+
|
|
3028
|
+
````text
|
|
3029
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
3625
3030
|
|
|
3626
3031
|
Permission is hereby granted, free of charge, to any
|
|
3627
3032
|
person obtaining a copy of this software and associated
|
|
@@ -3653,12 +3058,46 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3653
3058
|
|
|
3654
3059
|
## The following dependencies are licensed under the MIT License:
|
|
3655
3060
|
|
|
3061
|
+
### NPM Packages:
|
|
3062
|
+
|
|
3063
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
3064
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
3065
|
+
|
|
3066
|
+
````text
|
|
3067
|
+
MIT License
|
|
3068
|
+
|
|
3069
|
+
Copyright (c) Microsoft Corporation.
|
|
3070
|
+
|
|
3071
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3072
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3073
|
+
in the Software without restriction, including without limitation the rights
|
|
3074
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3075
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3076
|
+
furnished to do so, subject to the following conditions:
|
|
3077
|
+
|
|
3078
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3079
|
+
copies or substantial portions of the Software.
|
|
3080
|
+
|
|
3081
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3082
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3083
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3084
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3085
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3086
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3087
|
+
SOFTWARE
|
|
3088
|
+
|
|
3089
|
+
````
|
|
3090
|
+
|
|
3091
|
+
---
|
|
3092
|
+
|
|
3093
|
+
## The following dependencies are licensed under the MIT License:
|
|
3094
|
+
|
|
3656
3095
|
### Rust Crates:
|
|
3657
3096
|
|
|
3658
|
-
- [
|
|
3097
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
3659
3098
|
|
|
3660
3099
|
````text
|
|
3661
|
-
Copyright (c) 2019
|
|
3100
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
3662
3101
|
|
|
3663
3102
|
Permission is hereby granted, free of charge, to any
|
|
3664
3103
|
person obtaining a copy of this software and associated
|
|
@@ -3690,14 +3129,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3690
3129
|
|
|
3691
3130
|
## The following dependencies are licensed under the MIT License:
|
|
3692
3131
|
|
|
3693
|
-
###
|
|
3132
|
+
### NPM Packages:
|
|
3694
3133
|
|
|
3695
|
-
- [
|
|
3134
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
3135
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3696
3136
|
|
|
3697
3137
|
````text
|
|
3698
3138
|
MIT License
|
|
3699
3139
|
|
|
3700
|
-
Copyright (c)
|
|
3140
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
3701
3141
|
|
|
3702
3142
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3703
3143
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3725,10 +3165,10 @@ SOFTWARE.
|
|
|
3725
3165
|
|
|
3726
3166
|
### Rust Crates:
|
|
3727
3167
|
|
|
3728
|
-
- [
|
|
3168
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
3729
3169
|
|
|
3730
3170
|
````text
|
|
3731
|
-
Copyright (c)
|
|
3171
|
+
Copyright (c) 2016--2023
|
|
3732
3172
|
|
|
3733
3173
|
Permission is hereby granted, free of charge, to any
|
|
3734
3174
|
person obtaining a copy of this software and associated
|
|
@@ -3762,12 +3202,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3762
3202
|
|
|
3763
3203
|
### Rust Crates:
|
|
3764
3204
|
|
|
3765
|
-
- [
|
|
3205
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
3766
3206
|
|
|
3767
3207
|
````text
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
Copyright (c) 2015 Alice Maz
|
|
3208
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
3771
3209
|
|
|
3772
3210
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3773
3211
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3795,12 +3233,10 @@ THE SOFTWARE.
|
|
|
3795
3233
|
|
|
3796
3234
|
### Rust Crates:
|
|
3797
3235
|
|
|
3798
|
-
- [
|
|
3236
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
3799
3237
|
|
|
3800
3238
|
````text
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
3239
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
3804
3240
|
|
|
3805
3241
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3806
3242
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3828,10 +3264,10 @@ THE SOFTWARE.
|
|
|
3828
3264
|
|
|
3829
3265
|
### Rust Crates:
|
|
3830
3266
|
|
|
3831
|
-
- [
|
|
3267
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3832
3268
|
|
|
3833
3269
|
````text
|
|
3834
|
-
|
|
3270
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3835
3271
|
|
|
3836
3272
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3837
3273
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3859,12 +3295,10 @@ SOFTWARE.
|
|
|
3859
3295
|
|
|
3860
3296
|
### Rust Crates:
|
|
3861
3297
|
|
|
3862
|
-
- [
|
|
3863
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3864
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3298
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
3865
3299
|
|
|
3866
3300
|
````text
|
|
3867
|
-
Copyright (c)
|
|
3301
|
+
Copyright (c) 2016 Anthony Ramine
|
|
3868
3302
|
|
|
3869
3303
|
Permission is hereby granted, free of charge, to any
|
|
3870
3304
|
person obtaining a copy of this software and associated
|
|
@@ -3898,42 +3332,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3898
3332
|
|
|
3899
3333
|
### Rust Crates:
|
|
3900
3334
|
|
|
3901
|
-
- [
|
|
3902
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3903
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3904
|
-
|
|
3905
|
-
````text
|
|
3906
|
-
MIT License
|
|
3907
|
-
|
|
3908
|
-
Copyright (c) <year> <copyright holders>
|
|
3909
|
-
|
|
3910
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3911
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3912
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3913
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3914
|
-
following conditions:
|
|
3915
|
-
|
|
3916
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3917
|
-
portions of the Software.
|
|
3918
|
-
|
|
3919
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3920
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3921
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3922
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3923
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3924
|
-
|
|
3925
|
-
````
|
|
3926
|
-
|
|
3927
|
-
---
|
|
3928
|
-
|
|
3929
|
-
## The following dependencies are licensed under the MIT License:
|
|
3930
|
-
|
|
3931
|
-
### Rust Crates:
|
|
3932
|
-
|
|
3933
|
-
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3335
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
3934
3336
|
|
|
3935
3337
|
````text
|
|
3936
|
-
Copyright (c) 2018
|
|
3338
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
3339
|
+
Copyright (c) 2016 Alex Crichton
|
|
3937
3340
|
|
|
3938
3341
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3939
3342
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3942,16 +3345,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3942
3345
|
copies of the Software, and to permit persons to whom the Software is
|
|
3943
3346
|
furnished to do so, subject to the following conditions:
|
|
3944
3347
|
|
|
3945
|
-
The above copyright notice and this permission notice shall be included in
|
|
3946
|
-
copies or substantial portions of the Software.
|
|
3348
|
+
The above copyright notice and this permission notice shall be included in
|
|
3349
|
+
all copies or substantial portions of the Software.
|
|
3947
3350
|
|
|
3948
3351
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3949
3352
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3950
3353
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3951
3354
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3952
3355
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3953
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3954
|
-
SOFTWARE.
|
|
3356
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3357
|
+
THE SOFTWARE.
|
|
3358
|
+
|
|
3955
3359
|
|
|
3956
3360
|
````
|
|
3957
3361
|
|
|
@@ -3961,14 +3365,36 @@ SOFTWARE.
|
|
|
3961
3365
|
|
|
3962
3366
|
### Rust Crates:
|
|
3963
3367
|
|
|
3964
|
-
- [
|
|
3965
|
-
- [
|
|
3966
|
-
- [
|
|
3967
|
-
- [
|
|
3368
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
3369
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
3370
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
3371
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
3372
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
3373
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
3374
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
3375
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
3376
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
3377
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
3378
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
3379
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
3380
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
3381
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3382
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3383
|
+
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
3384
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
3385
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
3386
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
3387
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
3388
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
3389
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
3390
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3391
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3392
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3393
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3394
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
3395
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
3968
3396
|
|
|
3969
3397
|
````text
|
|
3970
|
-
Copyright (c) 2016 The Rust Project Developers
|
|
3971
|
-
|
|
3972
3398
|
Permission is hereby granted, free of charge, to any
|
|
3973
3399
|
person obtaining a copy of this software and associated
|
|
3974
3400
|
documentation files (the "Software"), to deal in the
|
|
@@ -4001,39 +3427,6 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4001
3427
|
|
|
4002
3428
|
### Rust Crates:
|
|
4003
3429
|
|
|
4004
|
-
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
4005
|
-
|
|
4006
|
-
````text
|
|
4007
|
-
MIT License
|
|
4008
|
-
|
|
4009
|
-
Copyright (c) 2025 Callum Oakley
|
|
4010
|
-
|
|
4011
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4012
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4013
|
-
in the Software without restriction, including without limitation the rights
|
|
4014
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4015
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4016
|
-
furnished to do so, subject to the following conditions:
|
|
4017
|
-
|
|
4018
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4019
|
-
copies or substantial portions of the Software.
|
|
4020
|
-
|
|
4021
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4022
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4023
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4024
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4025
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4026
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4027
|
-
SOFTWARE.
|
|
4028
|
-
|
|
4029
|
-
````
|
|
4030
|
-
|
|
4031
|
-
---
|
|
4032
|
-
|
|
4033
|
-
## The following dependencies are licensed under the MIT License:
|
|
4034
|
-
|
|
4035
|
-
### Rust Crates:
|
|
4036
|
-
|
|
4037
3430
|
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
4038
3431
|
|
|
4039
3432
|
````text
|
|
@@ -4071,15 +3464,42 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4071
3464
|
|
|
4072
3465
|
### Rust Crates:
|
|
4073
3466
|
|
|
4074
|
-
- [
|
|
4075
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
4076
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
4077
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
4078
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
4079
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
3467
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
4080
3468
|
|
|
4081
3469
|
````text
|
|
4082
|
-
|
|
3470
|
+
The MIT License (MIT)
|
|
3471
|
+
|
|
3472
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
3473
|
+
|
|
3474
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3475
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3476
|
+
in the Software without restriction, including without limitation the rights
|
|
3477
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3478
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3479
|
+
furnished to do so, subject to the following conditions:
|
|
3480
|
+
|
|
3481
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3482
|
+
copies or substantial portions of the Software.
|
|
3483
|
+
|
|
3484
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3485
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3486
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3487
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3488
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3489
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3490
|
+
SOFTWARE.
|
|
3491
|
+
````
|
|
3492
|
+
|
|
3493
|
+
---
|
|
3494
|
+
|
|
3495
|
+
## The following dependencies are licensed under the MIT License:
|
|
3496
|
+
|
|
3497
|
+
### Rust Crates:
|
|
3498
|
+
|
|
3499
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
3500
|
+
|
|
3501
|
+
````text
|
|
3502
|
+
Copyright (c) 2015 Steven Allen
|
|
4083
3503
|
|
|
4084
3504
|
Permission is hereby granted, free of charge, to any
|
|
4085
3505
|
person obtaining a copy of this software and associated
|
|
@@ -4105,6 +3525,38 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
4105
3525
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4106
3526
|
DEALINGS IN THE SOFTWARE.
|
|
4107
3527
|
|
|
3528
|
+
````
|
|
3529
|
+
|
|
3530
|
+
---
|
|
3531
|
+
|
|
3532
|
+
## The following dependencies are licensed under the MIT License:
|
|
3533
|
+
|
|
3534
|
+
### Rust Crates:
|
|
3535
|
+
|
|
3536
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
3537
|
+
|
|
3538
|
+
````text
|
|
3539
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
3540
|
+
|
|
3541
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3542
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3543
|
+
in the Software without restriction, including without limitation the rights
|
|
3544
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3545
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3546
|
+
furnished to do so, subject to the following conditions:
|
|
3547
|
+
|
|
3548
|
+
The above copyright notice and this permission notice shall be included in
|
|
3549
|
+
all copies or substantial portions of the Software.
|
|
3550
|
+
|
|
3551
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3552
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3553
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3554
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3555
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3556
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3557
|
+
THE SOFTWARE.
|
|
3558
|
+
|
|
3559
|
+
|
|
4108
3560
|
````
|
|
4109
3561
|
|
|
4110
3562
|
---
|
|
@@ -4498,31 +3950,14 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4498
3950
|
|
|
4499
3951
|
### Rust Crates:
|
|
4500
3952
|
|
|
4501
|
-
- [
|
|
4502
|
-
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4503
|
-
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4504
|
-
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4505
|
-
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4506
|
-
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4507
|
-
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4508
|
-
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4509
|
-
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4510
|
-
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4511
|
-
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4512
|
-
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4513
|
-
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4514
|
-
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4515
|
-
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4516
|
-
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4517
|
-
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4518
|
-
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
3953
|
+
- [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
|
|
4519
3954
|
|
|
4520
3955
|
````text
|
|
4521
3956
|
UNICODE LICENSE V3
|
|
4522
3957
|
|
|
4523
3958
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4524
3959
|
|
|
4525
|
-
Copyright ©
|
|
3960
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
4526
3961
|
|
|
4527
3962
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4528
3963
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4558,13 +3993,6 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4558
3993
|
dealings in these Data Files or Software without prior written
|
|
4559
3994
|
authorization of the copyright holder.
|
|
4560
3995
|
|
|
4561
|
-
SPDX-License-Identifier: Unicode-3.0
|
|
4562
|
-
|
|
4563
|
-
—
|
|
4564
|
-
|
|
4565
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4566
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4567
|
-
|
|
4568
3996
|
````
|
|
4569
3997
|
|
|
4570
3998
|
---
|
|
@@ -4573,14 +4001,31 @@ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation a
|
|
|
4573
4001
|
|
|
4574
4002
|
### Rust Crates:
|
|
4575
4003
|
|
|
4576
|
-
- [
|
|
4004
|
+
- [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4005
|
+
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4006
|
+
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4007
|
+
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4008
|
+
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4009
|
+
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4010
|
+
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4011
|
+
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4012
|
+
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4013
|
+
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4014
|
+
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4015
|
+
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4016
|
+
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4017
|
+
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4018
|
+
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4019
|
+
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4020
|
+
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4021
|
+
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4577
4022
|
|
|
4578
4023
|
````text
|
|
4579
4024
|
UNICODE LICENSE V3
|
|
4580
4025
|
|
|
4581
4026
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4582
4027
|
|
|
4583
|
-
Copyright ©
|
|
4028
|
+
Copyright © 2020-2024 Unicode, Inc.
|
|
4584
4029
|
|
|
4585
4030
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4586
4031
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4616,5 +4061,12 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4616
4061
|
dealings in these Data Files or Software without prior written
|
|
4617
4062
|
authorization of the copyright holder.
|
|
4618
4063
|
|
|
4064
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
4065
|
+
|
|
4066
|
+
—
|
|
4067
|
+
|
|
4068
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4069
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4070
|
+
|
|
4619
4071
|
````
|
|
4620
4072
|
|