@deveco-codegenie/mcp-darwin-x64 1.1.8 → 1.1.10
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 +900 -1448
- 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
|
|
|
@@ -612,7 +345,7 @@ limitations under the License.
|
|
|
612
345
|
|
|
613
346
|
### NPM Packages:
|
|
614
347
|
|
|
615
|
-
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.
|
|
348
|
+
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.3)
|
|
616
349
|
|
|
617
350
|
````text
|
|
618
351
|
Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
|
|
@@ -653,72 +386,29 @@ The complete list of contributors can be found at:
|
|
|
653
386
|
|
|
654
387
|
### Rust Crates:
|
|
655
388
|
|
|
656
|
-
- [
|
|
389
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
657
390
|
|
|
658
391
|
````text
|
|
659
|
-
Copyright
|
|
660
|
-
|
|
661
|
-
Permission is hereby granted, free of charge, to any
|
|
662
|
-
person obtaining a copy of this software and associated
|
|
663
|
-
documentation files (the "Software"), to deal in the
|
|
664
|
-
Software without restriction, including without
|
|
665
|
-
limitation the rights to use, copy, modify, merge,
|
|
666
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
667
|
-
the Software, and to permit persons to whom the Software
|
|
668
|
-
is furnished to do so, subject to the following
|
|
669
|
-
conditions:
|
|
670
|
-
|
|
671
|
-
The above copyright notice and this permission notice
|
|
672
|
-
shall be included in all copies or substantial portions
|
|
673
|
-
of the Software.
|
|
674
|
-
|
|
675
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
676
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
677
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
678
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
679
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
680
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
681
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
682
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
683
|
-
DEALINGS IN THE SOFTWARE.
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
````
|
|
687
|
-
|
|
688
|
-
---
|
|
689
|
-
|
|
690
|
-
## The following dependencies are licensed under the MIT License:
|
|
691
|
-
|
|
692
|
-
### Rust Crates:
|
|
693
|
-
|
|
694
|
-
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
392
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
695
393
|
|
|
696
|
-
|
|
697
|
-
|
|
394
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
395
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
396
|
+
in the Software without restriction, including without limitation the rights
|
|
397
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
398
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
399
|
+
furnished to do so, subject to the following conditions:
|
|
698
400
|
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
documentation files (the "Software"), to deal in the
|
|
702
|
-
Software without restriction, including without
|
|
703
|
-
limitation the rights to use, copy, modify, merge,
|
|
704
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
705
|
-
the Software, and to permit persons to whom the Software
|
|
706
|
-
is furnished to do so, subject to the following
|
|
707
|
-
conditions:
|
|
401
|
+
The above copyright notice and this permission notice shall be included in
|
|
402
|
+
all copies or substantial portions of the Software.
|
|
708
403
|
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
404
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
405
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
406
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
407
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
408
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
409
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
410
|
+
THE SOFTWARE.
|
|
712
411
|
|
|
713
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
714
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
715
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
716
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
717
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
718
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
719
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
720
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
721
|
-
DEALINGS IN THE SOFTWARE.
|
|
722
412
|
|
|
723
413
|
````
|
|
724
414
|
|
|
@@ -760,29 +450,30 @@ SOFTWARE.
|
|
|
760
450
|
|
|
761
451
|
## The following dependencies are licensed under the MIT License:
|
|
762
452
|
|
|
763
|
-
###
|
|
453
|
+
### Rust Crates:
|
|
764
454
|
|
|
765
|
-
- [
|
|
455
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
766
456
|
|
|
767
457
|
````text
|
|
768
|
-
|
|
458
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
769
459
|
|
|
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:
|
|
460
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
461
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
462
|
+
in the Software without restriction, including without limitation the rights
|
|
463
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
464
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
465
|
+
furnished to do so, subject to the following conditions:
|
|
776
466
|
|
|
777
|
-
The above copyright notice and this permission notice shall be included in
|
|
778
|
-
copies or substantial portions of the Software.
|
|
467
|
+
The above copyright notice and this permission notice shall be included in
|
|
468
|
+
all copies or substantial portions of the Software.
|
|
779
469
|
|
|
780
470
|
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
|
|
471
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
472
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
473
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
474
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
475
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
476
|
+
THE SOFTWARE.
|
|
786
477
|
|
|
787
478
|
````
|
|
788
479
|
|
|
@@ -792,10 +483,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
792
483
|
|
|
793
484
|
### Rust Crates:
|
|
794
485
|
|
|
795
|
-
- [
|
|
486
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
487
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
488
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
796
489
|
|
|
797
490
|
````text
|
|
798
|
-
Copyright (c)
|
|
491
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
799
492
|
|
|
800
493
|
Permission is hereby granted, free of charge, to any
|
|
801
494
|
person obtaining a copy of this software and associated
|
|
@@ -830,11 +523,8 @@ DEALINGS IN THE SOFTWARE.
|
|
|
830
523
|
### Rust Crates:
|
|
831
524
|
|
|
832
525
|
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
833
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
834
526
|
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
835
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
836
527
|
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
837
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
838
528
|
|
|
839
529
|
````text
|
|
840
530
|
Copyright 2018 Developers of the Rand project
|
|
@@ -872,29 +562,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
872
562
|
|
|
873
563
|
### Rust Crates:
|
|
874
564
|
|
|
875
|
-
- [
|
|
876
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
565
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
877
566
|
|
|
878
567
|
````text
|
|
879
|
-
Copyright (c)
|
|
568
|
+
Copyright (c) The rust-url developers
|
|
880
569
|
|
|
881
|
-
Permission is hereby granted, free of charge, to any
|
|
882
|
-
of this software and associated
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
570
|
+
Permission is hereby granted, free of charge, to any
|
|
571
|
+
person obtaining a copy of this software and associated
|
|
572
|
+
documentation files (the "Software"), to deal in the
|
|
573
|
+
Software without restriction, including without
|
|
574
|
+
limitation the rights to use, copy, modify, merge,
|
|
575
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
576
|
+
the Software, and to permit persons to whom the Software
|
|
577
|
+
is furnished to do so, subject to the following
|
|
578
|
+
conditions:
|
|
887
579
|
|
|
888
|
-
The above copyright notice and this permission notice
|
|
889
|
-
copies or substantial portions
|
|
580
|
+
The above copyright notice and this permission notice
|
|
581
|
+
shall be included in all copies or substantial portions
|
|
582
|
+
of the Software.
|
|
890
583
|
|
|
891
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
892
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
584
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
585
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
586
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
587
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
588
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
589
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
590
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
591
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
592
|
+
DEALINGS IN THE SOFTWARE.
|
|
898
593
|
|
|
899
594
|
````
|
|
900
595
|
|
|
@@ -902,12 +597,14 @@ SOFTWARE.
|
|
|
902
597
|
|
|
903
598
|
## The following dependencies are licensed under the MIT License:
|
|
904
599
|
|
|
905
|
-
###
|
|
600
|
+
### NPM Packages:
|
|
906
601
|
|
|
907
|
-
- [
|
|
602
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
908
603
|
|
|
909
604
|
````text
|
|
910
|
-
|
|
605
|
+
The MIT License (MIT)
|
|
606
|
+
|
|
607
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
911
608
|
|
|
912
609
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
913
610
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -927,7 +624,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
927
624
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
928
625
|
THE SOFTWARE.
|
|
929
626
|
|
|
930
|
-
|
|
931
627
|
````
|
|
932
628
|
|
|
933
629
|
---
|
|
@@ -936,12 +632,10 @@ THE SOFTWARE.
|
|
|
936
632
|
|
|
937
633
|
### Rust Crates:
|
|
938
634
|
|
|
939
|
-
- [
|
|
635
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
940
636
|
|
|
941
637
|
````text
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
638
|
+
Copyright (c) 2018 directories-rs contributors
|
|
945
639
|
|
|
946
640
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
947
641
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -961,8 +655,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
961
655
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
962
656
|
SOFTWARE.
|
|
963
657
|
|
|
964
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
965
|
-
licences; see files named LICENSE.*.txt for details.
|
|
966
658
|
````
|
|
967
659
|
|
|
968
660
|
---
|
|
@@ -971,66 +663,30 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
971
663
|
|
|
972
664
|
### Rust Crates:
|
|
973
665
|
|
|
974
|
-
- [
|
|
975
|
-
|
|
976
|
-
````text
|
|
977
|
-
The MIT License (MIT)
|
|
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)
|
|
666
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
667
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
1010
668
|
|
|
1011
669
|
````text
|
|
1012
670
|
The MIT License (MIT)
|
|
1013
671
|
|
|
1014
|
-
Copyright (c) 2015
|
|
672
|
+
Copyright (c) 2015 Steven Fackler
|
|
1015
673
|
|
|
1016
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
674
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
675
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
676
|
+
the Software without restriction, including without limitation the rights to
|
|
677
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
678
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
679
|
+
subject to the following conditions:
|
|
1022
680
|
|
|
1023
681
|
The above copyright notice and this permission notice shall be included in all
|
|
1024
682
|
copies or substantial portions of the Software.
|
|
1025
683
|
|
|
1026
684
|
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
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
SOFTWARE.
|
|
1033
|
-
|
|
685
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
686
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
687
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
688
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
689
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1034
690
|
|
|
1035
691
|
````
|
|
1036
692
|
|
|
@@ -1040,10 +696,10 @@ SOFTWARE.
|
|
|
1040
696
|
|
|
1041
697
|
### Rust Crates:
|
|
1042
698
|
|
|
1043
|
-
- [
|
|
699
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
1044
700
|
|
|
1045
701
|
````text
|
|
1046
|
-
Copyright (c)
|
|
702
|
+
Copyright (c) The Rust Project Developers
|
|
1047
703
|
|
|
1048
704
|
Permission is hereby granted, free of charge, to any
|
|
1049
705
|
person obtaining a copy of this software and associated
|
|
@@ -1077,10 +733,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1077
733
|
|
|
1078
734
|
### Rust Crates:
|
|
1079
735
|
|
|
1080
|
-
- [
|
|
736
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
1081
737
|
|
|
1082
738
|
````text
|
|
1083
|
-
Copyright (c)
|
|
739
|
+
Copyright (c) 2019 Carl Lerche
|
|
1084
740
|
|
|
1085
741
|
Permission is hereby granted, free of charge, to any
|
|
1086
742
|
person obtaining a copy of this software and associated
|
|
@@ -1112,14 +768,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1112
768
|
|
|
1113
769
|
## The following dependencies are licensed under the MIT License:
|
|
1114
770
|
|
|
1115
|
-
###
|
|
771
|
+
### Rust Crates:
|
|
1116
772
|
|
|
1117
|
-
- [
|
|
773
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
1118
774
|
|
|
1119
775
|
````text
|
|
1120
776
|
MIT License
|
|
1121
777
|
|
|
1122
|
-
Copyright (c)
|
|
778
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
779
|
+
Copyright (c) Tokio Contributors
|
|
1123
780
|
|
|
1124
781
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1125
782
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1147,46 +804,10 @@ SOFTWARE.
|
|
|
1147
804
|
|
|
1148
805
|
### Rust Crates:
|
|
1149
806
|
|
|
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)
|
|
1154
|
-
|
|
1155
|
-
````text
|
|
1156
|
-
The MIT License (MIT)
|
|
1157
|
-
|
|
1158
|
-
Copyright (c) 2015 Andrew Gallant
|
|
1159
|
-
|
|
1160
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1161
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1162
|
-
in the Software without restriction, including without limitation the rights
|
|
1163
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1164
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1165
|
-
furnished to do so, subject to the following conditions:
|
|
1166
|
-
|
|
1167
|
-
The above copyright notice and this permission notice shall be included in
|
|
1168
|
-
all copies or substantial portions of the Software.
|
|
1169
|
-
|
|
1170
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1171
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1172
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1173
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1174
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1175
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1176
|
-
THE SOFTWARE.
|
|
1177
|
-
|
|
1178
|
-
````
|
|
1179
|
-
|
|
1180
|
-
---
|
|
1181
|
-
|
|
1182
|
-
## The following dependencies are licensed under the MIT License:
|
|
1183
|
-
|
|
1184
|
-
### Rust Crates:
|
|
1185
|
-
|
|
1186
|
-
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
807
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
1187
808
|
|
|
1188
809
|
````text
|
|
1189
|
-
Copyright (c)
|
|
810
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
1190
811
|
|
|
1191
812
|
Permission is hereby granted, free of charge, to any
|
|
1192
813
|
person obtaining a copy of this software and associated
|
|
@@ -1220,44 +841,6 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1220
841
|
|
|
1221
842
|
### Rust Crates:
|
|
1222
843
|
|
|
1223
|
-
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
1224
|
-
|
|
1225
|
-
````text
|
|
1226
|
-
Copyright (c) 2016 The humantime Developers
|
|
1227
|
-
|
|
1228
|
-
Includes parts of http date with the following copyright:
|
|
1229
|
-
Copyright (c) 2016 Pyfisch
|
|
1230
|
-
|
|
1231
|
-
Includes portions of musl libc with the following copyright:
|
|
1232
|
-
Copyright © 2005-2013 Rich Felker
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1236
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1237
|
-
in the Software without restriction, including without limitation the rights
|
|
1238
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1239
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1240
|
-
furnished to do so, subject to the following conditions:
|
|
1241
|
-
|
|
1242
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1243
|
-
copies or substantial portions of the Software.
|
|
1244
|
-
|
|
1245
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1246
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1247
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1248
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1249
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1250
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1251
|
-
SOFTWARE.
|
|
1252
|
-
|
|
1253
|
-
````
|
|
1254
|
-
|
|
1255
|
-
---
|
|
1256
|
-
|
|
1257
|
-
## The following dependencies are licensed under the MIT License:
|
|
1258
|
-
|
|
1259
|
-
### Rust Crates:
|
|
1260
|
-
|
|
1261
844
|
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
1262
845
|
|
|
1263
846
|
````text
|
|
@@ -1277,209 +860,30 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1277
860
|
|
|
1278
861
|
### Rust Crates:
|
|
1279
862
|
|
|
1280
|
-
- [
|
|
1281
|
-
|
|
1282
|
-
````text
|
|
1283
|
-
Copyright (c) 2010 The Rust Project Developers
|
|
1284
|
-
|
|
1285
|
-
Permission is hereby granted, free of charge, to any
|
|
1286
|
-
person obtaining a copy of this software and associated
|
|
1287
|
-
documentation files (the "Software"), to deal in the
|
|
1288
|
-
Software without restriction, including without
|
|
1289
|
-
limitation the rights to use, copy, modify, merge,
|
|
1290
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1291
|
-
the Software, and to permit persons to whom the Software
|
|
1292
|
-
is furnished to do so, subject to the following
|
|
1293
|
-
conditions:
|
|
1294
|
-
|
|
1295
|
-
The above copyright notice and this permission notice
|
|
1296
|
-
shall be included in all copies or substantial portions
|
|
1297
|
-
of the Software.
|
|
1298
|
-
|
|
1299
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1300
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1301
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1302
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1303
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1304
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1305
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1306
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1307
|
-
DEALINGS IN THE SOFTWARE.
|
|
1308
|
-
|
|
1309
|
-
````
|
|
1310
|
-
|
|
1311
|
-
---
|
|
1312
|
-
|
|
1313
|
-
## The following dependencies are licensed under the MIT License:
|
|
1314
|
-
|
|
1315
|
-
### Rust Crates:
|
|
1316
|
-
|
|
1317
|
-
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
1318
|
-
|
|
1319
|
-
````text
|
|
1320
|
-
Copyright (c) 2014 Chris Wong
|
|
1321
|
-
|
|
1322
|
-
Permission is hereby granted, free of charge, to any
|
|
1323
|
-
person obtaining a copy of this software and associated
|
|
1324
|
-
documentation files (the "Software"), to deal in the
|
|
1325
|
-
Software without restriction, including without
|
|
1326
|
-
limitation the rights to use, copy, modify, merge,
|
|
1327
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1328
|
-
the Software, and to permit persons to whom the Software
|
|
1329
|
-
is furnished to do so, subject to the following
|
|
1330
|
-
conditions:
|
|
1331
|
-
|
|
1332
|
-
The above copyright notice and this permission notice
|
|
1333
|
-
shall be included in all copies or substantial portions
|
|
1334
|
-
of the Software.
|
|
1335
|
-
|
|
1336
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1337
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1338
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1339
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1340
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1341
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1342
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1343
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1344
|
-
DEALINGS IN THE SOFTWARE.
|
|
1345
|
-
|
|
1346
|
-
````
|
|
1347
|
-
|
|
1348
|
-
---
|
|
1349
|
-
|
|
1350
|
-
## The following dependencies are licensed under the MIT License:
|
|
1351
|
-
|
|
1352
|
-
### Rust Crates:
|
|
1353
|
-
|
|
1354
|
-
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
1355
|
-
|
|
1356
|
-
````text
|
|
1357
|
-
Copyright (c) 2018-2023 Sean McArthur
|
|
1358
|
-
Copyright (c) 2016 Alex Crichton
|
|
1359
|
-
|
|
1360
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1361
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1362
|
-
in the Software without restriction, including without limitation the rights
|
|
1363
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1364
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1365
|
-
furnished to do so, subject to the following conditions:
|
|
1366
|
-
|
|
1367
|
-
The above copyright notice and this permission notice shall be included in
|
|
1368
|
-
all copies or substantial portions of the Software.
|
|
1369
|
-
|
|
1370
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1371
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1372
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1373
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1374
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1375
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1376
|
-
THE SOFTWARE.
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
````
|
|
1380
|
-
|
|
1381
|
-
---
|
|
1382
|
-
|
|
1383
|
-
## The following dependencies are licensed under the MIT License:
|
|
1384
|
-
|
|
1385
|
-
### Rust Crates:
|
|
1386
|
-
|
|
1387
|
-
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
1388
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1389
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1390
|
-
|
|
1391
|
-
````text
|
|
1392
|
-
MIT License
|
|
1393
|
-
|
|
1394
|
-
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
1395
|
-
|
|
1396
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1397
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1398
|
-
in the Software without restriction, including without limitation the rights
|
|
1399
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1400
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1401
|
-
furnished to do so, subject to the following conditions:
|
|
1402
|
-
|
|
1403
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1404
|
-
copies or substantial portions of the Software.
|
|
1405
|
-
|
|
1406
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1407
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1408
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1409
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1410
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1411
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1412
|
-
SOFTWARE.
|
|
1413
|
-
|
|
1414
|
-
````
|
|
1415
|
-
|
|
1416
|
-
---
|
|
1417
|
-
|
|
1418
|
-
## The following dependencies are licensed under the MIT License:
|
|
1419
|
-
|
|
1420
|
-
### NPM Packages:
|
|
1421
|
-
|
|
1422
|
-
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
1423
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
1424
|
-
|
|
1425
|
-
````text
|
|
1426
|
-
MIT License
|
|
1427
|
-
|
|
1428
|
-
Copyright (c) Microsoft Corporation.
|
|
1429
|
-
|
|
1430
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1431
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1432
|
-
in the Software without restriction, including without limitation the rights
|
|
1433
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1434
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1435
|
-
furnished to do so, subject to the following conditions:
|
|
1436
|
-
|
|
1437
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1438
|
-
copies or substantial portions of the Software.
|
|
1439
|
-
|
|
1440
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1441
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1442
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1443
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1444
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1445
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1446
|
-
SOFTWARE
|
|
1447
|
-
|
|
1448
|
-
````
|
|
1449
|
-
|
|
1450
|
-
---
|
|
1451
|
-
|
|
1452
|
-
## The following dependencies are licensed under the MIT License:
|
|
1453
|
-
|
|
1454
|
-
### NPM Packages:
|
|
1455
|
-
|
|
1456
|
-
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
863
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
1457
864
|
|
|
1458
865
|
````text
|
|
1459
|
-
MIT License
|
|
1460
|
-
|
|
1461
|
-
Copyright (c)
|
|
1462
|
-
|
|
1463
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1464
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1465
|
-
in the Software without restriction, including without limitation the rights
|
|
1466
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1467
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1468
|
-
furnished to do so, subject to the following conditions:
|
|
1469
|
-
|
|
1470
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1471
|
-
copies or substantial portions of the Software.
|
|
1472
|
-
|
|
1473
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1474
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1475
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1476
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1477
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1478
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
866
|
+
The MIT License (MIT)
|
|
867
|
+
|
|
868
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
869
|
+
|
|
870
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
871
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
872
|
+
in the Software without restriction, including without limitation the rights
|
|
873
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
874
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
875
|
+
furnished to do so, subject to the following conditions:
|
|
876
|
+
|
|
877
|
+
The above copyright notice and this permission notice shall be included in all
|
|
878
|
+
copies or substantial portions of the Software.
|
|
879
|
+
|
|
880
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
881
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
882
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
883
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
884
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
885
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1479
886
|
SOFTWARE.
|
|
1480
|
-
|
|
1481
|
-
[others]: https://github.com/json5/json5/contributors
|
|
1482
|
-
|
|
1483
887
|
````
|
|
1484
888
|
|
|
1485
889
|
---
|
|
@@ -1488,66 +892,32 @@ SOFTWARE.
|
|
|
1488
892
|
|
|
1489
893
|
### Rust Crates:
|
|
1490
894
|
|
|
1491
|
-
- [
|
|
1492
|
-
|
|
1493
|
-
````text
|
|
1494
|
-
Copyright (c) 2023-2025 Sean McArthur
|
|
1495
|
-
|
|
1496
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1497
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1498
|
-
in the Software without restriction, including without limitation the rights
|
|
1499
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1500
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1501
|
-
furnished to do so, subject to the following conditions:
|
|
1502
|
-
|
|
1503
|
-
The above copyright notice and this permission notice shall be included in
|
|
1504
|
-
all copies or substantial portions of the Software.
|
|
1505
|
-
|
|
1506
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1507
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1508
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1509
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1510
|
-
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
|
-
THE SOFTWARE.
|
|
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)
|
|
895
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
1524
896
|
|
|
1525
897
|
````text
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
publish, distribute, sublicense, and/or sell
|
|
1534
|
-
the Software, and to permit persons to whom the Software
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
The above copyright notice and this permission notice
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1550
|
-
DEALINGS IN THE SOFTWARE.
|
|
898
|
+
The MIT License (MIT)
|
|
899
|
+
|
|
900
|
+
Copyright (c) 2016 Johann Tuffe
|
|
901
|
+
|
|
902
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
903
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
904
|
+
in the Software without restriction, including without limitation the rights
|
|
905
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
906
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
907
|
+
furnished to do so, subject to the following conditions:
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
The above copyright notice and this permission notice shall be included in
|
|
911
|
+
all copies or substantial portions of the Software.
|
|
912
|
+
|
|
913
|
+
|
|
914
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
915
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
916
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
917
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
918
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
919
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
920
|
+
THE SOFTWARE.
|
|
1551
921
|
|
|
1552
922
|
````
|
|
1553
923
|
|
|
@@ -1557,13 +927,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1557
927
|
|
|
1558
928
|
### Rust Crates:
|
|
1559
929
|
|
|
1560
|
-
- [
|
|
1561
|
-
- [
|
|
930
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
931
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
932
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1562
933
|
|
|
1563
934
|
````text
|
|
1564
|
-
Copyright (c)
|
|
1565
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1566
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
935
|
+
Copyright (c) 2019 Tower Contributors
|
|
1567
936
|
|
|
1568
937
|
Permission is hereby granted, free of charge, to any
|
|
1569
938
|
person obtaining a copy of this software and associated
|
|
@@ -1576,49 +945,18 @@ is furnished to do so, subject to the following
|
|
|
1576
945
|
conditions:
|
|
1577
946
|
|
|
1578
947
|
The above copyright notice and this permission notice
|
|
1579
|
-
shall be included in all copies or substantial portions
|
|
1580
|
-
of the Software.
|
|
1581
|
-
|
|
1582
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1583
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1584
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1585
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1586
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1587
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1588
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1589
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1590
|
-
DEALINGS IN THE SOFTWARE.
|
|
1591
|
-
|
|
1592
|
-
````
|
|
1593
|
-
|
|
1594
|
-
---
|
|
1595
|
-
|
|
1596
|
-
## The following dependencies are licensed under the MIT License:
|
|
1597
|
-
|
|
1598
|
-
### Rust Crates:
|
|
1599
|
-
|
|
1600
|
-
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
1601
|
-
|
|
1602
|
-
````text
|
|
1603
|
-
Copyright (c) 2019 Eliza Weisman
|
|
1604
|
-
|
|
1605
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1606
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1607
|
-
in the Software without restriction, including without limitation the rights
|
|
1608
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1609
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1610
|
-
furnished to do so, subject to the following conditions:
|
|
1611
|
-
|
|
1612
|
-
The above copyright notice and this permission notice shall be included in
|
|
1613
|
-
all copies or substantial portions of the Software.
|
|
948
|
+
shall be included in all copies or substantial portions
|
|
949
|
+
of the Software.
|
|
1614
950
|
|
|
1615
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1616
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
951
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
952
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
953
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
954
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
955
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
956
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
957
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
958
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
959
|
+
DEALINGS IN THE SOFTWARE.
|
|
1622
960
|
|
|
1623
961
|
````
|
|
1624
962
|
|
|
@@ -1628,10 +966,10 @@ THE SOFTWARE.
|
|
|
1628
966
|
|
|
1629
967
|
### Rust Crates:
|
|
1630
968
|
|
|
1631
|
-
- [
|
|
969
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
1632
970
|
|
|
1633
971
|
````text
|
|
1634
|
-
Copyright (c)
|
|
972
|
+
Copyright (c) 2016--2023
|
|
1635
973
|
|
|
1636
974
|
Permission is hereby granted, free of charge, to any
|
|
1637
975
|
person obtaining a copy of this software and associated
|
|
@@ -1665,10 +1003,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1665
1003
|
|
|
1666
1004
|
### Rust Crates:
|
|
1667
1005
|
|
|
1668
|
-
- [
|
|
1006
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
1669
1007
|
|
|
1670
1008
|
````text
|
|
1671
|
-
Copyright (c)
|
|
1009
|
+
Copyright (c) 2016 Anthony Ramine
|
|
1672
1010
|
|
|
1673
1011
|
Permission is hereby granted, free of charge, to any
|
|
1674
1012
|
person obtaining a copy of this software and associated
|
|
@@ -1739,11 +1077,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1739
1077
|
|
|
1740
1078
|
### Rust Crates:
|
|
1741
1079
|
|
|
1742
|
-
- [
|
|
1080
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
1743
1081
|
|
|
1744
1082
|
````text
|
|
1745
|
-
Copyright (c)
|
|
1746
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1083
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
1747
1084
|
|
|
1748
1085
|
Permission is hereby granted, free of charge, to any
|
|
1749
1086
|
person obtaining a copy of this software and associated
|
|
@@ -1777,10 +1114,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1777
1114
|
|
|
1778
1115
|
### Rust Crates:
|
|
1779
1116
|
|
|
1780
|
-
- [
|
|
1117
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
1118
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1119
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1781
1120
|
|
|
1782
1121
|
````text
|
|
1783
|
-
Copyright (c)
|
|
1122
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
1784
1123
|
|
|
1785
1124
|
Permission is hereby granted, free of charge, to any
|
|
1786
1125
|
person obtaining a copy of this software and associated
|
|
@@ -1814,11 +1153,46 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1814
1153
|
|
|
1815
1154
|
### Rust Crates:
|
|
1816
1155
|
|
|
1817
|
-
- [
|
|
1818
|
-
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
1156
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
1819
1157
|
|
|
1820
1158
|
````text
|
|
1821
|
-
Copyright (c)
|
|
1159
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
1160
|
+
Copyright (c) 2016 Alex Crichton
|
|
1161
|
+
|
|
1162
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1163
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1164
|
+
in the Software without restriction, including without limitation the rights
|
|
1165
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1166
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1167
|
+
furnished to do so, subject to the following conditions:
|
|
1168
|
+
|
|
1169
|
+
The above copyright notice and this permission notice shall be included in
|
|
1170
|
+
all copies or substantial portions of the Software.
|
|
1171
|
+
|
|
1172
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1173
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1174
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1175
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1176
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1177
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1178
|
+
THE SOFTWARE.
|
|
1179
|
+
|
|
1180
|
+
|
|
1181
|
+
````
|
|
1182
|
+
|
|
1183
|
+
---
|
|
1184
|
+
|
|
1185
|
+
## The following dependencies are licensed under the MIT License:
|
|
1186
|
+
|
|
1187
|
+
### Rust Crates:
|
|
1188
|
+
|
|
1189
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
1190
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1191
|
+
|
|
1192
|
+
````text
|
|
1193
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
1194
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1195
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
1822
1196
|
|
|
1823
1197
|
Permission is hereby granted, free of charge, to any
|
|
1824
1198
|
person obtaining a copy of this software and associated
|
|
@@ -1852,10 +1226,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1852
1226
|
|
|
1853
1227
|
### Rust Crates:
|
|
1854
1228
|
|
|
1855
|
-
- [
|
|
1229
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
1856
1230
|
|
|
1857
1231
|
````text
|
|
1858
|
-
Copyright
|
|
1232
|
+
Copyright (c) 2017 http-rs authors
|
|
1859
1233
|
|
|
1860
1234
|
Permission is hereby granted, free of charge, to any
|
|
1861
1235
|
person obtaining a copy of this software and associated
|
|
@@ -1889,12 +1263,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1889
1263
|
|
|
1890
1264
|
### Rust Crates:
|
|
1891
1265
|
|
|
1892
|
-
- [
|
|
1266
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
1893
1267
|
|
|
1894
1268
|
````text
|
|
1895
1269
|
MIT License
|
|
1896
1270
|
|
|
1897
|
-
Copyright
|
|
1271
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
1272
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
1273
|
+
Copyright (c) 2017 Frommi
|
|
1274
|
+
Copyright (c) 2017-2024 oyvindln
|
|
1898
1275
|
|
|
1899
1276
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1900
1277
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1922,11 +1299,10 @@ SOFTWARE.
|
|
|
1922
1299
|
|
|
1923
1300
|
### Rust Crates:
|
|
1924
1301
|
|
|
1925
|
-
- [
|
|
1302
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
1926
1303
|
|
|
1927
1304
|
````text
|
|
1928
|
-
Copyright (c)
|
|
1929
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
1305
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
1930
1306
|
|
|
1931
1307
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1932
1308
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1935,16 +1311,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1935
1311
|
copies of the Software, and to permit persons to whom the Software is
|
|
1936
1312
|
furnished to do so, subject to the following conditions:
|
|
1937
1313
|
|
|
1938
|
-
The above copyright notice and this permission notice shall be included in
|
|
1939
|
-
|
|
1314
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1315
|
+
copies or substantial portions of the Software.
|
|
1940
1316
|
|
|
1941
1317
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1942
1318
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1943
1319
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1944
1320
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1945
1321
|
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
|
-
|
|
1322
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1323
|
+
SOFTWARE.
|
|
1948
1324
|
|
|
1949
1325
|
````
|
|
1950
1326
|
|
|
@@ -1954,10 +1330,10 @@ THE SOFTWARE.
|
|
|
1954
1330
|
|
|
1955
1331
|
### Rust Crates:
|
|
1956
1332
|
|
|
1957
|
-
- [
|
|
1333
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
1958
1334
|
|
|
1959
1335
|
````text
|
|
1960
|
-
Copyright (c)
|
|
1336
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
1961
1337
|
|
|
1962
1338
|
Permission is hereby granted, free of charge, to any
|
|
1963
1339
|
person obtaining a copy of this software and associated
|
|
@@ -1991,10 +1367,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1991
1367
|
|
|
1992
1368
|
### Rust Crates:
|
|
1993
1369
|
|
|
1994
|
-
- [
|
|
1370
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
1995
1371
|
|
|
1996
1372
|
````text
|
|
1997
|
-
Copyright (c)
|
|
1373
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
1998
1374
|
|
|
1999
1375
|
Permission is hereby granted, free of charge, to any
|
|
2000
1376
|
person obtaining a copy of this software and associated
|
|
@@ -2028,10 +1404,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2028
1404
|
|
|
2029
1405
|
### Rust Crates:
|
|
2030
1406
|
|
|
2031
|
-
- [
|
|
1407
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
2032
1408
|
|
|
2033
1409
|
````text
|
|
2034
|
-
Copyright (c)
|
|
1410
|
+
Copyright (c) 2017 Robert Grosse
|
|
2035
1411
|
|
|
2036
1412
|
Permission is hereby granted, free of charge, to any
|
|
2037
1413
|
person obtaining a copy of this software and associated
|
|
@@ -2056,7 +1432,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2056
1432
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2057
1433
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2058
1434
|
DEALINGS IN THE SOFTWARE.
|
|
2059
|
-
|
|
2060
1435
|
````
|
|
2061
1436
|
|
|
2062
1437
|
---
|
|
@@ -2065,44 +1440,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2065
1440
|
|
|
2066
1441
|
### Rust Crates:
|
|
2067
1442
|
|
|
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)
|
|
1443
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
2101
1444
|
|
|
2102
1445
|
````text
|
|
2103
|
-
MIT License
|
|
1446
|
+
The MIT License (MIT)
|
|
2104
1447
|
|
|
2105
|
-
Copyright (c)
|
|
1448
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
2106
1449
|
|
|
2107
1450
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2108
1451
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2130,10 +1473,15 @@ SOFTWARE.
|
|
|
2130
1473
|
|
|
2131
1474
|
### Rust Crates:
|
|
2132
1475
|
|
|
2133
|
-
- [
|
|
1476
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
1477
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
1478
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
1479
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
1480
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
1481
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
2134
1482
|
|
|
2135
1483
|
````text
|
|
2136
|
-
Copyright (c)
|
|
1484
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2137
1485
|
|
|
2138
1486
|
Permission is hereby granted, free of charge, to any
|
|
2139
1487
|
person obtaining a copy of this software and associated
|
|
@@ -2167,10 +1515,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2167
1515
|
|
|
2168
1516
|
### Rust Crates:
|
|
2169
1517
|
|
|
2170
|
-
- [
|
|
1518
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
2171
1519
|
|
|
2172
1520
|
````text
|
|
2173
|
-
Copyright (c)
|
|
1521
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
2174
1522
|
|
|
2175
1523
|
Permission is hereby granted, free of charge, to any
|
|
2176
1524
|
person obtaining a copy of this software and associated
|
|
@@ -2204,10 +1552,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2204
1552
|
|
|
2205
1553
|
### Rust Crates:
|
|
2206
1554
|
|
|
2207
|
-
- [
|
|
1555
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
2208
1556
|
|
|
2209
1557
|
````text
|
|
2210
|
-
Copyright (c)
|
|
1558
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
2211
1559
|
|
|
2212
1560
|
Permission is hereby granted, free of charge, to any
|
|
2213
1561
|
person obtaining a copy of this software and associated
|
|
@@ -2241,63 +1589,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2241
1589
|
|
|
2242
1590
|
### Rust Crates:
|
|
2243
1591
|
|
|
2244
|
-
- [
|
|
2245
|
-
|
|
2246
|
-
````text
|
|
2247
|
-
Copyright 2016 Nika Layzell
|
|
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)
|
|
2264
|
-
|
|
2265
|
-
````text
|
|
2266
|
-
Copyright (c) 2018-2019 Sean McArthur
|
|
2267
|
-
|
|
2268
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2269
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2270
|
-
in the Software without restriction, including without limitation the rights
|
|
2271
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2272
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2273
|
-
furnished to do so, subject to the following conditions:
|
|
2274
|
-
|
|
2275
|
-
The above copyright notice and this permission notice shall be included in
|
|
2276
|
-
all copies or substantial portions of the Software.
|
|
2277
|
-
|
|
2278
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2279
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2280
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2281
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2282
|
-
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
|
-
THE SOFTWARE.
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
````
|
|
2288
|
-
|
|
2289
|
-
---
|
|
2290
|
-
|
|
2291
|
-
## The following dependencies are licensed under the MIT License:
|
|
2292
|
-
|
|
2293
|
-
### Rust Crates:
|
|
2294
|
-
|
|
2295
|
-
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
1592
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
2296
1593
|
|
|
2297
1594
|
````text
|
|
2298
|
-
MIT License
|
|
1595
|
+
The MIT License (MIT)
|
|
2299
1596
|
|
|
2300
|
-
Copyright (c)
|
|
1597
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
2301
1598
|
|
|
2302
1599
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2303
1600
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2317,6 +1614,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2317
1614
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2318
1615
|
SOFTWARE.
|
|
2319
1616
|
|
|
1617
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
1618
|
+
licences; see files named LICENSE.*.txt for details.
|
|
2320
1619
|
````
|
|
2321
1620
|
|
|
2322
1621
|
---
|
|
@@ -2325,32 +1624,29 @@ SOFTWARE.
|
|
|
2325
1624
|
|
|
2326
1625
|
### Rust Crates:
|
|
2327
1626
|
|
|
2328
|
-
- [
|
|
2329
|
-
- [
|
|
2330
|
-
- [
|
|
1627
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
1628
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1629
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2331
1630
|
|
|
2332
1631
|
````text
|
|
2333
1632
|
MIT License
|
|
2334
1633
|
|
|
2335
|
-
Copyright (c)
|
|
1634
|
+
Copyright (c) <year> <copyright holders>
|
|
2336
1635
|
|
|
2337
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
furnished to do so, subject to the following conditions:
|
|
1636
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1637
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1638
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1639
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1640
|
+
following conditions:
|
|
2343
1641
|
|
|
2344
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2345
|
-
|
|
1642
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1643
|
+
portions of the Software.
|
|
2346
1644
|
|
|
2347
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2353
|
-
SOFTWARE.
|
|
1645
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
1646
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
1647
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1648
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1649
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2354
1650
|
|
|
2355
1651
|
````
|
|
2356
1652
|
|
|
@@ -2360,10 +1656,10 @@ SOFTWARE.
|
|
|
2360
1656
|
|
|
2361
1657
|
### Rust Crates:
|
|
2362
1658
|
|
|
2363
|
-
- [getrandom](https://github.com/rust-random/getrandom) (0.2
|
|
1659
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
2364
1660
|
|
|
2365
1661
|
````text
|
|
2366
|
-
Copyright (c) 2018-
|
|
1662
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
2367
1663
|
Copyright (c) 2014 The Rust Project Developers
|
|
2368
1664
|
|
|
2369
1665
|
Permission is hereby granted, free of charge, to any
|
|
@@ -2398,10 +1694,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2398
1694
|
|
|
2399
1695
|
### Rust Crates:
|
|
2400
1696
|
|
|
2401
|
-
- [
|
|
1697
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
2402
1698
|
|
|
2403
1699
|
````text
|
|
2404
|
-
Copyright (c)
|
|
1700
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
1701
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2405
1702
|
|
|
2406
1703
|
Permission is hereby granted, free of charge, to any
|
|
2407
1704
|
person obtaining a copy of this software and associated
|
|
@@ -2435,10 +1732,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2435
1732
|
|
|
2436
1733
|
### Rust Crates:
|
|
2437
1734
|
|
|
2438
|
-
- [
|
|
1735
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
2439
1736
|
|
|
2440
1737
|
````text
|
|
2441
|
-
Copyright
|
|
1738
|
+
Copyright Mozilla Foundation
|
|
2442
1739
|
|
|
2443
1740
|
Permission is hereby granted, free of charge, to any
|
|
2444
1741
|
person obtaining a copy of this software and associated
|
|
@@ -2472,10 +1769,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2472
1769
|
|
|
2473
1770
|
### Rust Crates:
|
|
2474
1771
|
|
|
2475
|
-
- [
|
|
1772
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
1773
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1774
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1775
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2476
1776
|
|
|
2477
1777
|
````text
|
|
2478
|
-
Copyright (c)
|
|
1778
|
+
Copyright (c) 2019 Tokio Contributors
|
|
2479
1779
|
|
|
2480
1780
|
Permission is hereby granted, free of charge, to any
|
|
2481
1781
|
person obtaining a copy of this software and associated
|
|
@@ -2509,29 +1809,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2509
1809
|
|
|
2510
1810
|
### Rust Crates:
|
|
2511
1811
|
|
|
2512
|
-
- [
|
|
1812
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
2513
1813
|
|
|
2514
1814
|
````text
|
|
2515
|
-
Copyright (c)
|
|
2516
|
-
|
|
2517
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2518
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2519
|
-
in the Software without restriction, including without limitation the rights
|
|
2520
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2521
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2522
|
-
furnished to do so, subject to the following conditions:
|
|
1815
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
2523
1816
|
|
|
2524
|
-
|
|
2525
|
-
|
|
1817
|
+
Permission is hereby granted, free of charge, to any
|
|
1818
|
+
person obtaining a copy of this software and associated
|
|
1819
|
+
documentation files (the "Software"), to deal in the
|
|
1820
|
+
Software without restriction, including without
|
|
1821
|
+
limitation the rights to use, copy, modify, merge,
|
|
1822
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1823
|
+
the Software, and to permit persons to whom the Software
|
|
1824
|
+
is furnished to do so, subject to the following
|
|
1825
|
+
conditions:
|
|
2526
1826
|
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2531
|
-
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
|
-
THE SOFTWARE.
|
|
1827
|
+
The above copyright notice and this permission notice
|
|
1828
|
+
shall be included in all copies or substantial portions
|
|
1829
|
+
of the Software.
|
|
2534
1830
|
|
|
1831
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1832
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1833
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1834
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1835
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1836
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1837
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1838
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1839
|
+
DEALINGS IN THE SOFTWARE.
|
|
2535
1840
|
|
|
2536
1841
|
````
|
|
2537
1842
|
|
|
@@ -2541,10 +1846,10 @@ THE SOFTWARE.
|
|
|
2541
1846
|
|
|
2542
1847
|
### Rust Crates:
|
|
2543
1848
|
|
|
2544
|
-
- [
|
|
1849
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
2545
1850
|
|
|
2546
1851
|
````text
|
|
2547
|
-
|
|
1852
|
+
MIT License
|
|
2548
1853
|
|
|
2549
1854
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2550
1855
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2553,16 +1858,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2553
1858
|
copies of the Software, and to permit persons to whom the Software is
|
|
2554
1859
|
furnished to do so, subject to the following conditions:
|
|
2555
1860
|
|
|
2556
|
-
The above copyright notice and this permission notice shall be included in
|
|
2557
|
-
|
|
1861
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1862
|
+
copies or substantial portions of the Software.
|
|
2558
1863
|
|
|
2559
1864
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2560
1865
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2561
1866
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2562
1867
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2563
1868
|
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
|
-
|
|
1869
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1870
|
+
SOFTWARE.
|
|
2566
1871
|
|
|
2567
1872
|
````
|
|
2568
1873
|
|
|
@@ -2572,10 +1877,10 @@ THE SOFTWARE.
|
|
|
2572
1877
|
|
|
2573
1878
|
### Rust Crates:
|
|
2574
1879
|
|
|
2575
|
-
- [
|
|
1880
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
2576
1881
|
|
|
2577
1882
|
````text
|
|
2578
|
-
Copyright (c)
|
|
1883
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
2579
1884
|
|
|
2580
1885
|
Permission is hereby granted, free of charge, to any
|
|
2581
1886
|
person obtaining a copy of this software and associated
|
|
@@ -2609,43 +1914,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2609
1914
|
|
|
2610
1915
|
### Rust Crates:
|
|
2611
1916
|
|
|
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)
|
|
1917
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
2621
1918
|
|
|
2622
1919
|
````text
|
|
2623
|
-
|
|
2624
|
-
Copyright (c) 2017 The Tokio Authors
|
|
1920
|
+
MIT License
|
|
2625
1921
|
|
|
2626
|
-
|
|
2627
|
-
person obtaining a copy of this software and associated
|
|
2628
|
-
documentation files (the "Software"), to deal in the
|
|
2629
|
-
Software without restriction, including without
|
|
2630
|
-
limitation the rights to use, copy, modify, merge,
|
|
2631
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2632
|
-
the Software, and to permit persons to whom the Software
|
|
2633
|
-
is furnished to do so, subject to the following
|
|
2634
|
-
conditions:
|
|
1922
|
+
Copyright (c) 2025 Callum Oakley
|
|
2635
1923
|
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
1924
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1925
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1926
|
+
in the Software without restriction, including without limitation the rights
|
|
1927
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1928
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1929
|
+
furnished to do so, subject to the following conditions:
|
|
2639
1930
|
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
IN
|
|
2648
|
-
|
|
1931
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1932
|
+
copies or substantial portions of the Software.
|
|
1933
|
+
|
|
1934
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1935
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1936
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1937
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1938
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1939
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1940
|
+
SOFTWARE.
|
|
2649
1941
|
|
|
2650
1942
|
````
|
|
2651
1943
|
|
|
@@ -2655,34 +1947,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2655
1947
|
|
|
2656
1948
|
### Rust Crates:
|
|
2657
1949
|
|
|
2658
|
-
- [
|
|
1950
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
1951
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1952
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1953
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2659
1954
|
|
|
2660
1955
|
````text
|
|
2661
|
-
|
|
1956
|
+
The MIT License (MIT)
|
|
2662
1957
|
|
|
2663
|
-
|
|
2664
|
-
person obtaining a copy of this software and associated
|
|
2665
|
-
documentation files (the "Software"), to deal in the
|
|
2666
|
-
Software without restriction, including without
|
|
2667
|
-
limitation the rights to use, copy, modify, merge,
|
|
2668
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2669
|
-
the Software, and to permit persons to whom the Software
|
|
2670
|
-
is furnished to do so, subject to the following
|
|
2671
|
-
conditions:
|
|
1958
|
+
Copyright (c) 2015 Andrew Gallant
|
|
2672
1959
|
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
1960
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1961
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1962
|
+
in the Software without restriction, including without limitation the rights
|
|
1963
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1964
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1965
|
+
furnished to do so, subject to the following conditions:
|
|
2676
1966
|
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
IN
|
|
2685
|
-
|
|
1967
|
+
The above copyright notice and this permission notice shall be included in
|
|
1968
|
+
all copies or substantial portions of the Software.
|
|
1969
|
+
|
|
1970
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1971
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1972
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1973
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1974
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1975
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1976
|
+
THE SOFTWARE.
|
|
2686
1977
|
|
|
2687
1978
|
````
|
|
2688
1979
|
|
|
@@ -2692,10 +1983,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2692
1983
|
|
|
2693
1984
|
### Rust Crates:
|
|
2694
1985
|
|
|
2695
|
-
- [
|
|
1986
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
2696
1987
|
|
|
2697
1988
|
````text
|
|
2698
|
-
Copyright
|
|
1989
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
2699
1990
|
|
|
2700
1991
|
Permission is hereby granted, free of charge, to any
|
|
2701
1992
|
person obtaining a copy of this software and associated
|
|
@@ -2727,14 +2018,48 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2727
2018
|
|
|
2728
2019
|
## The following dependencies are licensed under the MIT License:
|
|
2729
2020
|
|
|
2730
|
-
###
|
|
2021
|
+
### Rust Crates:
|
|
2731
2022
|
|
|
2732
|
-
- [
|
|
2023
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2024
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2025
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2733
2026
|
|
|
2734
2027
|
````text
|
|
2735
|
-
|
|
2028
|
+
MIT License
|
|
2736
2029
|
|
|
2737
|
-
Copyright (c)
|
|
2030
|
+
Copyright (c) 2017 Ted Driggs
|
|
2031
|
+
|
|
2032
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2033
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2034
|
+
in the Software without restriction, including without limitation the rights
|
|
2035
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2036
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2037
|
+
furnished to do so, subject to the following conditions:
|
|
2038
|
+
|
|
2039
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2040
|
+
copies or substantial portions of the Software.
|
|
2041
|
+
|
|
2042
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2043
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2044
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2045
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2046
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2047
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2048
|
+
SOFTWARE.
|
|
2049
|
+
|
|
2050
|
+
````
|
|
2051
|
+
|
|
2052
|
+
---
|
|
2053
|
+
|
|
2054
|
+
## The following dependencies are licensed under the MIT License:
|
|
2055
|
+
|
|
2056
|
+
### Rust Crates:
|
|
2057
|
+
|
|
2058
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
2059
|
+
|
|
2060
|
+
````text
|
|
2061
|
+
Copyright (c) 2017 Daniel Abramov
|
|
2062
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2738
2063
|
|
|
2739
2064
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2740
2065
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2762,12 +2087,10 @@ THE SOFTWARE.
|
|
|
2762
2087
|
|
|
2763
2088
|
### Rust Crates:
|
|
2764
2089
|
|
|
2765
|
-
- [
|
|
2090
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
2766
2091
|
|
|
2767
2092
|
````text
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2093
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
2771
2094
|
|
|
2772
2095
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2773
2096
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2776,16 +2099,51 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2776
2099
|
copies of the Software, and to permit persons to whom the Software is
|
|
2777
2100
|
furnished to do so, subject to the following conditions:
|
|
2778
2101
|
|
|
2779
|
-
The above copyright notice and this permission notice shall be included in
|
|
2780
|
-
copies or substantial portions of the Software.
|
|
2102
|
+
The above copyright notice and this permission notice shall be included in
|
|
2103
|
+
all copies or substantial portions of the Software.
|
|
2104
|
+
|
|
2105
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2106
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2107
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2108
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2109
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2110
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2111
|
+
THE SOFTWARE.
|
|
2112
|
+
|
|
2113
|
+
|
|
2114
|
+
````
|
|
2115
|
+
|
|
2116
|
+
---
|
|
2117
|
+
|
|
2118
|
+
## The following dependencies are licensed under the MIT License:
|
|
2119
|
+
|
|
2120
|
+
### NPM Packages:
|
|
2121
|
+
|
|
2122
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2123
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.43)
|
|
2124
|
+
|
|
2125
|
+
````text
|
|
2126
|
+
MIT License
|
|
2127
|
+
|
|
2128
|
+
Copyright (c) Microsoft Corporation.
|
|
2129
|
+
|
|
2130
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2131
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2132
|
+
in the Software without restriction, including without limitation the rights
|
|
2133
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2134
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2135
|
+
furnished to do so, subject to the following conditions:
|
|
2781
2136
|
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2137
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2138
|
+
copies or substantial portions of the Software.
|
|
2139
|
+
|
|
2140
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2141
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2142
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2143
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2144
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2145
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2146
|
+
SOFTWARE
|
|
2789
2147
|
|
|
2790
2148
|
````
|
|
2791
2149
|
|
|
@@ -2793,15 +2151,12 @@ SOFTWARE.
|
|
|
2793
2151
|
|
|
2794
2152
|
## The following dependencies are licensed under the MIT License:
|
|
2795
2153
|
|
|
2796
|
-
###
|
|
2154
|
+
### NPM Packages:
|
|
2797
2155
|
|
|
2798
|
-
- [
|
|
2799
|
-
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
2156
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
2800
2157
|
|
|
2801
2158
|
````text
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
Copyright (c) 2015 Steven Fackler
|
|
2159
|
+
This software is released under the MIT license:
|
|
2805
2160
|
|
|
2806
2161
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2807
2162
|
this software and associated documentation files (the "Software"), to deal in
|
|
@@ -2828,12 +2183,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2828
2183
|
|
|
2829
2184
|
### Rust Crates:
|
|
2830
2185
|
|
|
2831
|
-
- [
|
|
2832
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
2833
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2186
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
2834
2187
|
|
|
2835
2188
|
````text
|
|
2836
|
-
Copyright (c)
|
|
2189
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
2837
2190
|
|
|
2838
2191
|
Permission is hereby granted, free of charge, to any
|
|
2839
2192
|
person obtaining a copy of this software and associated
|
|
@@ -2867,14 +2220,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2867
2220
|
|
|
2868
2221
|
### Rust Crates:
|
|
2869
2222
|
|
|
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)
|
|
2223
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2873
2224
|
|
|
2874
2225
|
````text
|
|
2875
2226
|
MIT License
|
|
2876
2227
|
|
|
2877
|
-
Copyright (c)
|
|
2228
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2878
2229
|
|
|
2879
2230
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2880
2231
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2902,15 +2253,44 @@ SOFTWARE.
|
|
|
2902
2253
|
|
|
2903
2254
|
### Rust Crates:
|
|
2904
2255
|
|
|
2905
|
-
- [
|
|
2256
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
2257
|
+
|
|
2258
|
+
````text
|
|
2259
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
2260
|
+
|
|
2261
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2262
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2263
|
+
in the Software without restriction, including without limitation the rights
|
|
2264
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2265
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2266
|
+
furnished to do so, subject to the following conditions:
|
|
2267
|
+
|
|
2268
|
+
The above copyright notice and this permission notice shall be included in
|
|
2269
|
+
all copies or substantial portions of the Software.
|
|
2270
|
+
|
|
2271
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2272
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2273
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2274
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2275
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2276
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2277
|
+
THE SOFTWARE.
|
|
2278
|
+
|
|
2279
|
+
````
|
|
2280
|
+
|
|
2281
|
+
---
|
|
2282
|
+
|
|
2283
|
+
## The following dependencies are licensed under the MIT License:
|
|
2284
|
+
|
|
2285
|
+
### Rust Crates:
|
|
2286
|
+
|
|
2287
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
2288
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
2906
2289
|
|
|
2907
2290
|
````text
|
|
2908
2291
|
MIT License
|
|
2909
2292
|
|
|
2910
|
-
Copyright
|
|
2911
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2912
|
-
Copyright (c) 2017 Frommi
|
|
2913
|
-
Copyright (c) 2017-2024 oyvindln
|
|
2293
|
+
Copyright (c) 2019 Graham Esau
|
|
2914
2294
|
|
|
2915
2295
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2916
2296
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2938,10 +2318,14 @@ SOFTWARE.
|
|
|
2938
2318
|
|
|
2939
2319
|
### Rust Crates:
|
|
2940
2320
|
|
|
2941
|
-
- [
|
|
2321
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
2942
2322
|
|
|
2943
2323
|
````text
|
|
2944
|
-
|
|
2324
|
+
The MIT License (MIT)
|
|
2325
|
+
|
|
2326
|
+
Copyright (c) 2015 Danny Guo
|
|
2327
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2328
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
2945
2329
|
|
|
2946
2330
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2947
2331
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2950,16 +2334,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2950
2334
|
copies of the Software, and to permit persons to whom the Software is
|
|
2951
2335
|
furnished to do so, subject to the following conditions:
|
|
2952
2336
|
|
|
2953
|
-
The above copyright notice and this permission notice shall be included in
|
|
2954
|
-
|
|
2337
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2338
|
+
copies or substantial portions of the Software.
|
|
2955
2339
|
|
|
2956
2340
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2957
2341
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2958
2342
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2959
2343
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2960
2344
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2961
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2962
|
-
|
|
2345
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2346
|
+
SOFTWARE.
|
|
2963
2347
|
|
|
2964
2348
|
````
|
|
2965
2349
|
|
|
@@ -2969,10 +2353,10 @@ THE SOFTWARE.
|
|
|
2969
2353
|
|
|
2970
2354
|
### Rust Crates:
|
|
2971
2355
|
|
|
2972
|
-
- [
|
|
2356
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
2973
2357
|
|
|
2974
2358
|
````text
|
|
2975
|
-
Copyright (c)
|
|
2359
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
2976
2360
|
|
|
2977
2361
|
Permission is hereby granted, free of charge, to any
|
|
2978
2362
|
person obtaining a copy of this software and associated
|
|
@@ -3006,10 +2390,41 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3006
2390
|
|
|
3007
2391
|
### Rust Crates:
|
|
3008
2392
|
|
|
3009
|
-
- [
|
|
2393
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
3010
2394
|
|
|
3011
2395
|
````text
|
|
3012
|
-
Copyright (c)
|
|
2396
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
2397
|
+
|
|
2398
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2399
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2400
|
+
in the Software without restriction, including without limitation the rights
|
|
2401
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2402
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2403
|
+
furnished to do so, subject to the following conditions:
|
|
2404
|
+
|
|
2405
|
+
The above copyright notice and this permission notice shall be included in
|
|
2406
|
+
all copies or substantial portions of the Software.
|
|
2407
|
+
|
|
2408
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2409
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2410
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2411
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2412
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2413
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2414
|
+
THE SOFTWARE.
|
|
2415
|
+
|
|
2416
|
+
````
|
|
2417
|
+
|
|
2418
|
+
---
|
|
2419
|
+
|
|
2420
|
+
## The following dependencies are licensed under the MIT License:
|
|
2421
|
+
|
|
2422
|
+
### Rust Crates:
|
|
2423
|
+
|
|
2424
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
2425
|
+
|
|
2426
|
+
````text
|
|
2427
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
3013
2428
|
|
|
3014
2429
|
Permission is hereby granted, free of charge, to any
|
|
3015
2430
|
person obtaining a copy of this software and associated
|
|
@@ -3034,6 +2449,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3034
2449
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3035
2450
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3036
2451
|
DEALINGS IN THE SOFTWARE.
|
|
2452
|
+
|
|
3037
2453
|
````
|
|
3038
2454
|
|
|
3039
2455
|
---
|
|
@@ -3042,13 +2458,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3042
2458
|
|
|
3043
2459
|
### Rust Crates:
|
|
3044
2460
|
|
|
3045
|
-
- [
|
|
3046
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2461
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
3047
2462
|
|
|
3048
2463
|
````text
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
2464
|
+
Copyright 2016 Nika Layzell
|
|
3052
2465
|
|
|
3053
2466
|
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
2467
|
|
|
@@ -3064,10 +2477,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3064
2477
|
|
|
3065
2478
|
### Rust Crates:
|
|
3066
2479
|
|
|
3067
|
-
- [
|
|
2480
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
2481
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
3068
2482
|
|
|
3069
2483
|
````text
|
|
3070
|
-
Copyright (c)
|
|
2484
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
3071
2485
|
|
|
3072
2486
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3073
2487
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3076,17 +2490,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3076
2490
|
copies of the Software, and to permit persons to whom the Software is
|
|
3077
2491
|
furnished to do so, subject to the following conditions:
|
|
3078
2492
|
|
|
3079
|
-
The above copyright notice and this permission notice shall be included in
|
|
3080
|
-
|
|
2493
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2494
|
+
copies or substantial portions of the Software.
|
|
3081
2495
|
|
|
3082
2496
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3083
2497
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3084
2498
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3085
2499
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3086
2500
|
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
|
-
|
|
3089
|
-
|
|
2501
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2502
|
+
SOFTWARE.
|
|
3090
2503
|
|
|
3091
2504
|
````
|
|
3092
2505
|
|
|
@@ -3105,8 +2518,6 @@ THE SOFTWARE.
|
|
|
3105
2518
|
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
3106
2519
|
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
3107
2520
|
- [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
2521
|
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
3111
2522
|
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
3112
2523
|
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
@@ -3160,15 +2571,122 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3160
2571
|
|
|
3161
2572
|
### Rust Crates:
|
|
3162
2573
|
|
|
3163
|
-
- [
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
2574
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
2575
|
+
|
|
2576
|
+
````text
|
|
2577
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
2578
|
+
|
|
2579
|
+
Permission is hereby granted, free of charge, to any
|
|
2580
|
+
person obtaining a copy of this software and associated
|
|
2581
|
+
documentation files (the "Software"), to deal in the
|
|
2582
|
+
Software without restriction, including without
|
|
2583
|
+
limitation the rights to use, copy, modify, merge,
|
|
2584
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2585
|
+
the Software, and to permit persons to whom the Software
|
|
2586
|
+
is furnished to do so, subject to the following
|
|
2587
|
+
conditions:
|
|
2588
|
+
|
|
2589
|
+
The above copyright notice and this permission notice
|
|
2590
|
+
shall be included in all copies or substantial portions
|
|
2591
|
+
of the Software.
|
|
2592
|
+
|
|
2593
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2594
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2595
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2596
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2597
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2598
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2599
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2600
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2601
|
+
DEALINGS IN THE SOFTWARE.
|
|
2602
|
+
|
|
2603
|
+
````
|
|
2604
|
+
|
|
2605
|
+
---
|
|
2606
|
+
|
|
2607
|
+
## The following dependencies are licensed under the MIT License:
|
|
2608
|
+
|
|
2609
|
+
### Rust Crates:
|
|
2610
|
+
|
|
2611
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
2612
|
+
|
|
2613
|
+
````text
|
|
2614
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
2615
|
+
|
|
2616
|
+
Permission is hereby granted, free of charge, to any
|
|
2617
|
+
person obtaining a copy of this software and associated
|
|
2618
|
+
documentation files (the "Software"), to deal in the
|
|
2619
|
+
Software without restriction, including without
|
|
2620
|
+
limitation the rights to use, copy, modify, merge,
|
|
2621
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2622
|
+
the Software, and to permit persons to whom the Software
|
|
2623
|
+
is furnished to do so, subject to the following
|
|
2624
|
+
conditions:
|
|
2625
|
+
|
|
2626
|
+
The above copyright notice and this permission notice
|
|
2627
|
+
shall be included in all copies or substantial portions
|
|
2628
|
+
of the Software.
|
|
2629
|
+
|
|
2630
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2631
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2632
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2633
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2634
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2635
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2636
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2637
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2638
|
+
DEALINGS IN THE SOFTWARE.
|
|
2639
|
+
|
|
2640
|
+
````
|
|
2641
|
+
|
|
2642
|
+
---
|
|
2643
|
+
|
|
2644
|
+
## The following dependencies are licensed under the MIT License:
|
|
2645
|
+
|
|
2646
|
+
### Rust Crates:
|
|
2647
|
+
|
|
2648
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
2649
|
+
|
|
2650
|
+
````text
|
|
2651
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
2652
|
+
|
|
2653
|
+
Permission is hereby granted, free of charge, to any
|
|
2654
|
+
person obtaining a copy of this software and associated
|
|
2655
|
+
documentation files (the "Software"), to deal in the
|
|
2656
|
+
Software without restriction, including without
|
|
2657
|
+
limitation the rights to use, copy, modify, merge,
|
|
2658
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2659
|
+
the Software, and to permit persons to whom the Software
|
|
2660
|
+
is furnished to do so, subject to the following
|
|
2661
|
+
conditions:
|
|
2662
|
+
|
|
2663
|
+
The above copyright notice and this permission notice
|
|
2664
|
+
shall be included in all copies or substantial portions
|
|
2665
|
+
of the Software.
|
|
2666
|
+
|
|
2667
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2668
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2669
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2670
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2671
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2672
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2673
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2674
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2675
|
+
DEALINGS IN THE SOFTWARE.
|
|
2676
|
+
|
|
2677
|
+
````
|
|
2678
|
+
|
|
2679
|
+
---
|
|
2680
|
+
|
|
2681
|
+
## The following dependencies are licensed under the MIT License:
|
|
2682
|
+
|
|
2683
|
+
### Rust Crates:
|
|
2684
|
+
|
|
2685
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
2686
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
3169
2687
|
|
|
3170
2688
|
````text
|
|
3171
|
-
Copyright (c)
|
|
2689
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
3172
2690
|
|
|
3173
2691
|
Permission is hereby granted, free of charge, to any
|
|
3174
2692
|
person obtaining a copy of this software and associated
|
|
@@ -3202,13 +2720,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3202
2720
|
|
|
3203
2721
|
### Rust Crates:
|
|
3204
2722
|
|
|
3205
|
-
- [
|
|
3206
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
2723
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
3207
2724
|
|
|
3208
2725
|
````text
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
Copyright (c) 2019 Graham Esau
|
|
2726
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
3212
2727
|
|
|
3213
2728
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3214
2729
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3217,16 +2732,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3217
2732
|
copies of the Software, and to permit persons to whom the Software is
|
|
3218
2733
|
furnished to do so, subject to the following conditions:
|
|
3219
2734
|
|
|
3220
|
-
The above copyright notice and this permission notice shall be included in
|
|
3221
|
-
copies or substantial portions of the Software.
|
|
2735
|
+
The above copyright notice and this permission notice shall be included in
|
|
2736
|
+
all copies or substantial portions of the Software.
|
|
3222
2737
|
|
|
3223
2738
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3224
2739
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3225
2740
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3226
2741
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3227
2742
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3228
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3229
|
-
SOFTWARE.
|
|
2743
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2744
|
+
THE SOFTWARE.
|
|
2745
|
+
|
|
3230
2746
|
|
|
3231
2747
|
````
|
|
3232
2748
|
|
|
@@ -3236,31 +2752,34 @@ SOFTWARE.
|
|
|
3236
2752
|
|
|
3237
2753
|
### Rust Crates:
|
|
3238
2754
|
|
|
3239
|
-
- [
|
|
2755
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
3240
2756
|
|
|
3241
2757
|
````text
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
3245
|
-
Copyright (c) Tokio Contributors
|
|
2758
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
3246
2759
|
|
|
3247
|
-
Permission is hereby granted, free of charge, to any
|
|
3248
|
-
of this software and associated
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
2760
|
+
Permission is hereby granted, free of charge, to any
|
|
2761
|
+
person obtaining a copy of this software and associated
|
|
2762
|
+
documentation files (the "Software"), to deal in the
|
|
2763
|
+
Software without restriction, including without
|
|
2764
|
+
limitation the rights to use, copy, modify, merge,
|
|
2765
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2766
|
+
the Software, and to permit persons to whom the Software
|
|
2767
|
+
is furnished to do so, subject to the following
|
|
2768
|
+
conditions:
|
|
3253
2769
|
|
|
3254
|
-
The above copyright notice and this permission notice
|
|
3255
|
-
copies or substantial portions
|
|
2770
|
+
The above copyright notice and this permission notice
|
|
2771
|
+
shall be included in all copies or substantial portions
|
|
2772
|
+
of the Software.
|
|
3256
2773
|
|
|
3257
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3258
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
2774
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2775
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2776
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2777
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2778
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2779
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2780
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2781
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2782
|
+
DEALINGS IN THE SOFTWARE.
|
|
3264
2783
|
|
|
3265
2784
|
````
|
|
3266
2785
|
|
|
@@ -3268,15 +2787,14 @@ SOFTWARE.
|
|
|
3268
2787
|
|
|
3269
2788
|
## The following dependencies are licensed under the MIT License:
|
|
3270
2789
|
|
|
3271
|
-
###
|
|
2790
|
+
### NPM Packages:
|
|
3272
2791
|
|
|
3273
|
-
- [
|
|
2792
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
3274
2793
|
|
|
3275
2794
|
````text
|
|
3276
|
-
|
|
2795
|
+
MIT License
|
|
3277
2796
|
|
|
3278
|
-
Copyright (c)
|
|
3279
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
2797
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
3280
2798
|
|
|
3281
2799
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3282
2800
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3296,42 +2814,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3296
2814
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3297
2815
|
SOFTWARE.
|
|
3298
2816
|
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
---
|
|
3302
|
-
|
|
3303
|
-
## The following dependencies are licensed under the MIT License:
|
|
3304
|
-
|
|
3305
|
-
### Rust Crates:
|
|
3306
|
-
|
|
3307
|
-
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
3308
|
-
|
|
3309
|
-
````text
|
|
3310
|
-
Copyright (c) The rust-url developers
|
|
3311
|
-
|
|
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:
|
|
3321
|
-
|
|
3322
|
-
The above copyright notice and this permission notice
|
|
3323
|
-
shall be included in all copies or substantial portions
|
|
3324
|
-
of the Software.
|
|
3325
|
-
|
|
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.
|
|
2817
|
+
[others]: https://github.com/json5/json5/contributors
|
|
3335
2818
|
|
|
3336
2819
|
````
|
|
3337
2820
|
|
|
@@ -3341,12 +2824,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3341
2824
|
|
|
3342
2825
|
### Rust Crates:
|
|
3343
2826
|
|
|
3344
|
-
- [
|
|
2827
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
3345
2828
|
|
|
3346
2829
|
````text
|
|
3347
|
-
Copyright (c)
|
|
3348
|
-
Copyright (c) 2018 Bastian Köcher
|
|
3349
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2830
|
+
Copyright (c) 2014 Chris Wong
|
|
3350
2831
|
|
|
3351
2832
|
Permission is hereby granted, free of charge, to any
|
|
3352
2833
|
person obtaining a copy of this software and associated
|
|
@@ -3380,43 +2861,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3380
2861
|
|
|
3381
2862
|
### Rust Crates:
|
|
3382
2863
|
|
|
3383
|
-
- [
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
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)
|
|
2864
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2865
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2866
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2867
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2868
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2869
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2870
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2871
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2872
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3417
2873
|
|
|
3418
2874
|
````text
|
|
3419
|
-
Copyright (c) 2016
|
|
2875
|
+
Copyright (c) 2016 Alex Crichton
|
|
2876
|
+
Copyright (c) 2017 The Tokio Authors
|
|
3420
2877
|
|
|
3421
2878
|
Permission is hereby granted, free of charge, to any
|
|
3422
2879
|
person obtaining a copy of this software and associated
|
|
@@ -3450,10 +2907,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3450
2907
|
|
|
3451
2908
|
### Rust Crates:
|
|
3452
2909
|
|
|
3453
|
-
- [
|
|
2910
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
3454
2911
|
|
|
3455
2912
|
````text
|
|
3456
|
-
|
|
2913
|
+
MIT License
|
|
2914
|
+
|
|
2915
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
3457
2916
|
|
|
3458
2917
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3459
2918
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3481,14 +2940,13 @@ SOFTWARE.
|
|
|
3481
2940
|
|
|
3482
2941
|
### Rust Crates:
|
|
3483
2942
|
|
|
3484
|
-
- [
|
|
2943
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
3485
2944
|
|
|
3486
2945
|
````text
|
|
3487
2946
|
The MIT License (MIT)
|
|
3488
2947
|
|
|
3489
|
-
Copyright (c) 2015
|
|
3490
|
-
Copyright (c)
|
|
3491
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
2948
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
2949
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
3492
2950
|
|
|
3493
2951
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3494
2952
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3516,61 +2974,34 @@ SOFTWARE.
|
|
|
3516
2974
|
|
|
3517
2975
|
### Rust Crates:
|
|
3518
2976
|
|
|
3519
|
-
- [
|
|
3520
|
-
|
|
3521
|
-
````text
|
|
3522
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
3523
|
-
Copyright (c) 2016 Jason Housley
|
|
3524
|
-
|
|
3525
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3526
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3527
|
-
in the Software without restriction, including without limitation the rights
|
|
3528
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3529
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3530
|
-
furnished to do so, subject to the following conditions:
|
|
3531
|
-
|
|
3532
|
-
The above copyright notice and this permission notice shall be included in
|
|
3533
|
-
all copies or substantial portions of the Software.
|
|
3534
|
-
|
|
3535
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3536
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3537
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3538
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3539
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3540
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3541
|
-
THE SOFTWARE.
|
|
3542
|
-
|
|
3543
|
-
````
|
|
3544
|
-
|
|
3545
|
-
---
|
|
3546
|
-
|
|
3547
|
-
## The following dependencies are licensed under the MIT License:
|
|
3548
|
-
|
|
3549
|
-
### Rust Crates:
|
|
3550
|
-
|
|
3551
|
-
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
2977
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
3552
2978
|
|
|
3553
2979
|
````text
|
|
3554
|
-
Copyright (c)
|
|
3555
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
2980
|
+
Copyright (c) 2016--2017
|
|
3556
2981
|
|
|
3557
|
-
Permission is hereby granted, free of charge, to any
|
|
3558
|
-
of this software and associated
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
2982
|
+
Permission is hereby granted, free of charge, to any
|
|
2983
|
+
person obtaining a copy of this software and associated
|
|
2984
|
+
documentation files (the "Software"), to deal in the
|
|
2985
|
+
Software without restriction, including without
|
|
2986
|
+
limitation the rights to use, copy, modify, merge,
|
|
2987
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2988
|
+
the Software, and to permit persons to whom the Software
|
|
2989
|
+
is furnished to do so, subject to the following
|
|
2990
|
+
conditions:
|
|
3563
2991
|
|
|
3564
|
-
The above copyright notice and this permission notice
|
|
3565
|
-
copies or substantial portions
|
|
2992
|
+
The above copyright notice and this permission notice
|
|
2993
|
+
shall be included in all copies or substantial portions
|
|
2994
|
+
of the Software.
|
|
3566
2995
|
|
|
3567
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3568
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
2996
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2997
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2998
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2999
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3000
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3001
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3002
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3003
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3004
|
+
DEALINGS IN THE SOFTWARE.
|
|
3574
3005
|
|
|
3575
3006
|
````
|
|
3576
3007
|
|
|
@@ -3580,10 +3011,10 @@ SOFTWARE.
|
|
|
3580
3011
|
|
|
3581
3012
|
### Rust Crates:
|
|
3582
3013
|
|
|
3583
|
-
- [
|
|
3014
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
3584
3015
|
|
|
3585
3016
|
````text
|
|
3586
|
-
Copyright (c) 2016
|
|
3017
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
3587
3018
|
|
|
3588
3019
|
Permission is hereby granted, free of charge, to any
|
|
3589
3020
|
person obtaining a copy of this software and associated
|
|
@@ -3615,13 +3046,45 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3615
3046
|
|
|
3616
3047
|
## The following dependencies are licensed under the MIT License:
|
|
3617
3048
|
|
|
3049
|
+
### NPM Packages:
|
|
3050
|
+
|
|
3051
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
3052
|
+
|
|
3053
|
+
````text
|
|
3054
|
+
MIT License
|
|
3055
|
+
|
|
3056
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
3057
|
+
|
|
3058
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3059
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3060
|
+
in the Software without restriction, including without limitation the rights
|
|
3061
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3062
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3063
|
+
furnished to do so, subject to the following conditions:
|
|
3064
|
+
|
|
3065
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3066
|
+
copies or substantial portions of the Software.
|
|
3067
|
+
|
|
3068
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3069
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3070
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3071
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3072
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3073
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3074
|
+
SOFTWARE.
|
|
3075
|
+
|
|
3076
|
+
````
|
|
3077
|
+
|
|
3078
|
+
---
|
|
3079
|
+
|
|
3080
|
+
## The following dependencies are licensed under the MIT License:
|
|
3081
|
+
|
|
3618
3082
|
### Rust Crates:
|
|
3619
3083
|
|
|
3620
|
-
- [
|
|
3084
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
3621
3085
|
|
|
3622
3086
|
````text
|
|
3623
|
-
Copyright (c) 2018
|
|
3624
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3087
|
+
Copyright (c) 2018 Carl Lerche
|
|
3625
3088
|
|
|
3626
3089
|
Permission is hereby granted, free of charge, to any
|
|
3627
3090
|
person obtaining a copy of this software and associated
|
|
@@ -3655,10 +3118,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3655
3118
|
|
|
3656
3119
|
### Rust Crates:
|
|
3657
3120
|
|
|
3658
|
-
- [
|
|
3121
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
3122
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
3659
3123
|
|
|
3660
3124
|
````text
|
|
3661
|
-
Copyright (c)
|
|
3125
|
+
Copyright (c) 2014 Alex Crichton
|
|
3662
3126
|
|
|
3663
3127
|
Permission is hereby granted, free of charge, to any
|
|
3664
3128
|
person obtaining a copy of this software and associated
|
|
@@ -3690,14 +3154,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3690
3154
|
|
|
3691
3155
|
## The following dependencies are licensed under the MIT License:
|
|
3692
3156
|
|
|
3693
|
-
###
|
|
3157
|
+
### NPM Packages:
|
|
3694
3158
|
|
|
3695
|
-
- [
|
|
3159
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.13) (0.0.13)
|
|
3696
3160
|
|
|
3697
3161
|
````text
|
|
3698
3162
|
MIT License
|
|
3699
3163
|
|
|
3700
|
-
Copyright (c)
|
|
3164
|
+
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
3701
3165
|
|
|
3702
3166
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3703
3167
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3725,34 +3189,29 @@ SOFTWARE.
|
|
|
3725
3189
|
|
|
3726
3190
|
### Rust Crates:
|
|
3727
3191
|
|
|
3728
|
-
- [
|
|
3192
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
3729
3193
|
|
|
3730
3194
|
````text
|
|
3731
|
-
Copyright (c)
|
|
3195
|
+
Copyright (c) 2017 Sean McArthur
|
|
3732
3196
|
|
|
3733
|
-
Permission is hereby granted, free of charge, to any
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
the Software, and to permit persons to whom the Software
|
|
3740
|
-
is furnished to do so, subject to the following
|
|
3741
|
-
conditions:
|
|
3197
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3198
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3199
|
+
in the Software without restriction, including without limitation the rights
|
|
3200
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3201
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3202
|
+
furnished to do so, subject to the following conditions:
|
|
3742
3203
|
|
|
3743
|
-
The above copyright notice and this permission notice
|
|
3744
|
-
|
|
3745
|
-
|
|
3204
|
+
The above copyright notice and this permission notice shall be included in
|
|
3205
|
+
all copies or substantial portions of the Software.
|
|
3206
|
+
|
|
3207
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3208
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3209
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3210
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3211
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3212
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3213
|
+
THE SOFTWARE.
|
|
3746
3214
|
|
|
3747
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3748
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3749
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3750
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3751
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3752
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3753
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3754
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3755
|
-
DEALINGS IN THE SOFTWARE.
|
|
3756
3215
|
|
|
3757
3216
|
````
|
|
3758
3217
|
|
|
@@ -3795,12 +3254,46 @@ THE SOFTWARE.
|
|
|
3795
3254
|
|
|
3796
3255
|
### Rust Crates:
|
|
3797
3256
|
|
|
3798
|
-
- [
|
|
3257
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
3258
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
3259
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3799
3260
|
|
|
3800
3261
|
````text
|
|
3801
|
-
|
|
3262
|
+
MIT License
|
|
3802
3263
|
|
|
3803
|
-
Copyright (c)
|
|
3264
|
+
Copyright (c) Tokio Contributors
|
|
3265
|
+
|
|
3266
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3267
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3268
|
+
in the Software without restriction, including without limitation the rights
|
|
3269
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3270
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3271
|
+
furnished to do so, subject to the following conditions:
|
|
3272
|
+
|
|
3273
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3274
|
+
copies or substantial portions of the Software.
|
|
3275
|
+
|
|
3276
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3277
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3278
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3279
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3280
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3281
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3282
|
+
SOFTWARE.
|
|
3283
|
+
|
|
3284
|
+
````
|
|
3285
|
+
|
|
3286
|
+
---
|
|
3287
|
+
|
|
3288
|
+
## The following dependencies are licensed under the MIT License:
|
|
3289
|
+
|
|
3290
|
+
### Rust Crates:
|
|
3291
|
+
|
|
3292
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
3293
|
+
|
|
3294
|
+
````text
|
|
3295
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3296
|
+
Copyright (c) 2016 Jason Housley
|
|
3804
3297
|
|
|
3805
3298
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3806
3299
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3826,12 +3319,14 @@ THE SOFTWARE.
|
|
|
3826
3319
|
|
|
3827
3320
|
## The following dependencies are licensed under the MIT License:
|
|
3828
3321
|
|
|
3829
|
-
###
|
|
3322
|
+
### NPM Packages:
|
|
3830
3323
|
|
|
3831
|
-
- [
|
|
3324
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
3832
3325
|
|
|
3833
3326
|
````text
|
|
3834
|
-
MIT License
|
|
3327
|
+
The MIT License (MIT)
|
|
3328
|
+
|
|
3329
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
3835
3330
|
|
|
3836
3331
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3837
3332
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3851,6 +3346,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3851
3346
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3852
3347
|
SOFTWARE.
|
|
3853
3348
|
|
|
3349
|
+
|
|
3854
3350
|
````
|
|
3855
3351
|
|
|
3856
3352
|
---
|
|
@@ -3859,12 +3355,10 @@ SOFTWARE.
|
|
|
3859
3355
|
|
|
3860
3356
|
### Rust Crates:
|
|
3861
3357
|
|
|
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)
|
|
3358
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
3865
3359
|
|
|
3866
3360
|
````text
|
|
3867
|
-
Copyright (c)
|
|
3361
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
3868
3362
|
|
|
3869
3363
|
Permission is hereby granted, free of charge, to any
|
|
3870
3364
|
person obtaining a copy of this software and associated
|
|
@@ -3898,29 +3392,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3898
3392
|
|
|
3899
3393
|
### Rust Crates:
|
|
3900
3394
|
|
|
3901
|
-
- [
|
|
3902
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3903
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3395
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
3904
3396
|
|
|
3905
3397
|
````text
|
|
3906
3398
|
MIT License
|
|
3907
3399
|
|
|
3908
|
-
Copyright (c)
|
|
3400
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
3909
3401
|
|
|
3910
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3911
|
-
associated documentation files (the "Software"), to deal
|
|
3912
|
-
|
|
3913
|
-
|
|
3914
|
-
|
|
3402
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3403
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3404
|
+
in the Software without restriction, including without limitation the rights
|
|
3405
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3406
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3407
|
+
furnished to do so, subject to the following conditions:
|
|
3915
3408
|
|
|
3916
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3917
|
-
portions of the Software.
|
|
3409
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3410
|
+
copies or substantial portions of the Software.
|
|
3918
3411
|
|
|
3919
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3920
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3921
|
-
|
|
3922
|
-
|
|
3923
|
-
|
|
3412
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3413
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3414
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3415
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3416
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3417
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3418
|
+
SOFTWARE.
|
|
3924
3419
|
|
|
3925
3420
|
````
|
|
3926
3421
|
|
|
@@ -3930,10 +3425,12 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3930
3425
|
|
|
3931
3426
|
### Rust Crates:
|
|
3932
3427
|
|
|
3933
|
-
- [
|
|
3428
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
3934
3429
|
|
|
3935
3430
|
````text
|
|
3936
|
-
|
|
3431
|
+
The MIT License (MIT)
|
|
3432
|
+
|
|
3433
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
3937
3434
|
|
|
3938
3435
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3939
3436
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3942,16 +3439,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3942
3439
|
copies of the Software, and to permit persons to whom the Software is
|
|
3943
3440
|
furnished to do so, subject to the following conditions:
|
|
3944
3441
|
|
|
3945
|
-
The above copyright notice and this permission notice shall be included in
|
|
3946
|
-
copies or substantial portions of the Software.
|
|
3442
|
+
The above copyright notice and this permission notice shall be included in
|
|
3443
|
+
all copies or substantial portions of the Software.
|
|
3947
3444
|
|
|
3948
3445
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3949
3446
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3950
3447
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3951
3448
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3952
3449
|
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.
|
|
3450
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3451
|
+
THE SOFTWARE.
|
|
3955
3452
|
|
|
3956
3453
|
````
|
|
3957
3454
|
|
|
@@ -3961,13 +3458,10 @@ SOFTWARE.
|
|
|
3961
3458
|
|
|
3962
3459
|
### Rust Crates:
|
|
3963
3460
|
|
|
3964
|
-
- [
|
|
3965
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
3966
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
3967
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
3461
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
3968
3462
|
|
|
3969
3463
|
````text
|
|
3970
|
-
Copyright (c)
|
|
3464
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
3971
3465
|
|
|
3972
3466
|
Permission is hereby granted, free of charge, to any
|
|
3973
3467
|
person obtaining a copy of this software and associated
|
|
@@ -4001,12 +3495,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4001
3495
|
|
|
4002
3496
|
### Rust Crates:
|
|
4003
3497
|
|
|
4004
|
-
- [
|
|
3498
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
4005
3499
|
|
|
4006
3500
|
````text
|
|
4007
|
-
|
|
4008
|
-
|
|
4009
|
-
Copyright (c) 2025 Callum Oakley
|
|
3501
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
3502
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
4010
3503
|
|
|
4011
3504
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4012
3505
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4034,10 +3527,10 @@ SOFTWARE.
|
|
|
4034
3527
|
|
|
4035
3528
|
### Rust Crates:
|
|
4036
3529
|
|
|
4037
|
-
- [
|
|
3530
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
4038
3531
|
|
|
4039
3532
|
````text
|
|
4040
|
-
Copyright
|
|
3533
|
+
Copyright 2023 The Fuchsia Authors
|
|
4041
3534
|
|
|
4042
3535
|
Permission is hereby granted, free of charge, to any
|
|
4043
3536
|
person obtaining a copy of this software and associated
|
|
@@ -4063,47 +3556,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
4063
3556
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4064
3557
|
DEALINGS IN THE SOFTWARE.
|
|
4065
3558
|
|
|
4066
|
-
````
|
|
4067
|
-
|
|
4068
|
-
---
|
|
4069
|
-
|
|
4070
|
-
## The following dependencies are licensed under the MIT License:
|
|
4071
|
-
|
|
4072
|
-
### Rust Crates:
|
|
4073
|
-
|
|
4074
|
-
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
4075
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
4076
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
4077
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
4078
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
4079
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
4080
|
-
|
|
4081
|
-
````text
|
|
4082
|
-
Copyright (c) 2019 Tokio Contributors
|
|
4083
|
-
|
|
4084
|
-
Permission is hereby granted, free of charge, to any
|
|
4085
|
-
person obtaining a copy of this software and associated
|
|
4086
|
-
documentation files (the "Software"), to deal in the
|
|
4087
|
-
Software without restriction, including without
|
|
4088
|
-
limitation the rights to use, copy, modify, merge,
|
|
4089
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
4090
|
-
the Software, and to permit persons to whom the Software
|
|
4091
|
-
is furnished to do so, subject to the following
|
|
4092
|
-
conditions:
|
|
4093
|
-
|
|
4094
|
-
The above copyright notice and this permission notice
|
|
4095
|
-
shall be included in all copies or substantial portions
|
|
4096
|
-
of the Software.
|
|
4097
|
-
|
|
4098
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4099
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4100
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
4101
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
4102
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4103
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4104
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4105
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4106
|
-
DEALINGS IN THE SOFTWARE.
|
|
4107
3559
|
|
|
4108
3560
|
````
|
|
4109
3561
|
|