@deveco-codegenie/mcp-bridge-darwin-x64 0.2.5 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD_PARTY_LICENSES.md +1395 -1375
- package/napi_bridge.node +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -7,14 +7,13 @@
|
|
|
7
7
|
|
|
8
8
|
### Licenses Breakdown:
|
|
9
9
|
|
|
10
|
-
- MIT:
|
|
10
|
+
- MIT: 190
|
|
11
11
|
- Unicode-3.0: 19
|
|
12
12
|
- Apache-2.0: 7
|
|
13
13
|
- 0BSD: 3
|
|
14
14
|
- BSD-3-Clause: 1
|
|
15
15
|
- ISC: 1
|
|
16
16
|
- MPL-2.0: 1
|
|
17
|
-
- UNKNOWN: 1
|
|
18
17
|
|
|
19
18
|
|
|
20
19
|
---
|
|
@@ -49,6 +48,30 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
49
48
|
|
|
50
49
|
### Rust Crates:
|
|
51
50
|
|
|
51
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
52
|
+
|
|
53
|
+
````text
|
|
54
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
55
|
+
|
|
56
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
57
|
+
any purpose with or without fee is hereby granted.
|
|
58
|
+
|
|
59
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
60
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
61
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
62
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
63
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
64
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
65
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
66
|
+
|
|
67
|
+
````
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
72
|
+
|
|
73
|
+
### Rust Crates:
|
|
74
|
+
|
|
52
75
|
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
53
76
|
|
|
54
77
|
````text
|
|
@@ -71,25 +94,88 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
71
94
|
|
|
72
95
|
---
|
|
73
96
|
|
|
74
|
-
## The following dependencies are licensed under the
|
|
97
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
75
98
|
|
|
76
99
|
### Rust Crates:
|
|
77
100
|
|
|
78
|
-
- [
|
|
101
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
102
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
103
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
79
104
|
|
|
80
105
|
````text
|
|
81
|
-
|
|
106
|
+
Apache License
|
|
107
|
+
Version 2.0, January 2004
|
|
108
|
+
http://www.apache.org/licenses/
|
|
82
109
|
|
|
83
|
-
|
|
84
|
-
any purpose with or without fee is hereby granted.
|
|
110
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
85
111
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
112
|
+
1. Definitions.
|
|
113
|
+
|
|
114
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
115
|
+
|
|
116
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
117
|
+
|
|
118
|
+
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
119
|
+
|
|
120
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
121
|
+
|
|
122
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
123
|
+
|
|
124
|
+
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
125
|
+
|
|
126
|
+
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
127
|
+
|
|
128
|
+
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
129
|
+
|
|
130
|
+
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
131
|
+
|
|
132
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
133
|
+
|
|
134
|
+
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
135
|
+
|
|
136
|
+
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
137
|
+
|
|
138
|
+
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
139
|
+
|
|
140
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
141
|
+
|
|
142
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
143
|
+
|
|
144
|
+
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
145
|
+
|
|
146
|
+
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
147
|
+
|
|
148
|
+
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
149
|
+
|
|
150
|
+
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
151
|
+
|
|
152
|
+
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
153
|
+
|
|
154
|
+
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
155
|
+
|
|
156
|
+
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
157
|
+
|
|
158
|
+
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
159
|
+
|
|
160
|
+
END OF TERMS AND CONDITIONS
|
|
161
|
+
|
|
162
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
163
|
+
|
|
164
|
+
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
165
|
+
|
|
166
|
+
Copyright [yyyy] [name of copyright owner]
|
|
167
|
+
|
|
168
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
169
|
+
you may not use this file except in compliance with the License.
|
|
170
|
+
You may obtain a copy of the License at
|
|
171
|
+
|
|
172
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
173
|
+
|
|
174
|
+
Unless required by applicable law or agreed to in writing, software
|
|
175
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
176
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
177
|
+
See the License for the specific language governing permissions and
|
|
178
|
+
limitations under the License.
|
|
93
179
|
|
|
94
180
|
````
|
|
95
181
|
|
|
@@ -314,93 +400,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
314
400
|
|
|
315
401
|
### Rust Crates:
|
|
316
402
|
|
|
317
|
-
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
318
|
-
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
319
|
-
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
320
|
-
|
|
321
|
-
````text
|
|
322
|
-
Apache License
|
|
323
|
-
Version 2.0, January 2004
|
|
324
|
-
http://www.apache.org/licenses/
|
|
325
|
-
|
|
326
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
327
|
-
|
|
328
|
-
1. Definitions.
|
|
329
|
-
|
|
330
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
331
|
-
|
|
332
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
333
|
-
|
|
334
|
-
"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.
|
|
335
|
-
|
|
336
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
337
|
-
|
|
338
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
339
|
-
|
|
340
|
-
"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.
|
|
341
|
-
|
|
342
|
-
"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).
|
|
343
|
-
|
|
344
|
-
"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.
|
|
345
|
-
|
|
346
|
-
"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."
|
|
347
|
-
|
|
348
|
-
"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.
|
|
349
|
-
|
|
350
|
-
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.
|
|
351
|
-
|
|
352
|
-
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.
|
|
353
|
-
|
|
354
|
-
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:
|
|
355
|
-
|
|
356
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
357
|
-
|
|
358
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
359
|
-
|
|
360
|
-
(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
|
|
361
|
-
|
|
362
|
-
(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.
|
|
363
|
-
|
|
364
|
-
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.
|
|
365
|
-
|
|
366
|
-
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.
|
|
367
|
-
|
|
368
|
-
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.
|
|
369
|
-
|
|
370
|
-
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.
|
|
371
|
-
|
|
372
|
-
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.
|
|
373
|
-
|
|
374
|
-
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.
|
|
375
|
-
|
|
376
|
-
END OF TERMS AND CONDITIONS
|
|
377
|
-
|
|
378
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
379
|
-
|
|
380
|
-
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.
|
|
381
|
-
|
|
382
|
-
Copyright [yyyy] [name of copyright owner]
|
|
383
|
-
|
|
384
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
385
|
-
you may not use this file except in compliance with the License.
|
|
386
|
-
You may obtain a copy of the License at
|
|
387
|
-
|
|
388
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
389
|
-
|
|
390
|
-
Unless required by applicable law or agreed to in writing, software
|
|
391
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
392
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
393
|
-
See the License for the specific language governing permissions and
|
|
394
|
-
limitations under the License.
|
|
395
|
-
|
|
396
|
-
````
|
|
397
|
-
|
|
398
|
-
---
|
|
399
|
-
|
|
400
|
-
## The following dependencies are licensed under the Apache-2.0 License:
|
|
401
|
-
|
|
402
|
-
### Rust Crates:
|
|
403
|
-
|
|
404
403
|
- [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
|
|
405
404
|
|
|
406
405
|
````text
|
|
@@ -677,45 +676,12 @@ THIS SOFTWARE.
|
|
|
677
676
|
|
|
678
677
|
## The following dependencies are licensed under the MIT License:
|
|
679
678
|
|
|
680
|
-
### NPM Packages:
|
|
681
|
-
|
|
682
|
-
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
683
|
-
|
|
684
|
-
````text
|
|
685
|
-
MIT License
|
|
686
|
-
|
|
687
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
688
|
-
|
|
689
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
690
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
691
|
-
in the Software without restriction, including without limitation the rights
|
|
692
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
693
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
694
|
-
furnished to do so, subject to the following conditions:
|
|
695
|
-
|
|
696
|
-
The above copyright notice and this permission notice shall be included in all
|
|
697
|
-
copies or substantial portions of the Software.
|
|
698
|
-
|
|
699
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
700
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
701
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
702
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
703
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
704
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
705
|
-
SOFTWARE.
|
|
706
|
-
|
|
707
|
-
````
|
|
708
|
-
|
|
709
|
-
---
|
|
710
|
-
|
|
711
|
-
## The following dependencies are licensed under the MIT License:
|
|
712
|
-
|
|
713
679
|
### Rust Crates:
|
|
714
680
|
|
|
715
|
-
- [
|
|
681
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
716
682
|
|
|
717
683
|
````text
|
|
718
|
-
Copyright (c)
|
|
684
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
719
685
|
|
|
720
686
|
Permission is hereby granted, free of charge, to any
|
|
721
687
|
person obtaining a copy of this software and associated
|
|
@@ -749,30 +715,66 @@ DEALINGS IN THE SOFTWARE.
|
|
|
749
715
|
|
|
750
716
|
### Rust Crates:
|
|
751
717
|
|
|
752
|
-
- [
|
|
718
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
753
719
|
|
|
754
720
|
````text
|
|
755
|
-
MIT License
|
|
756
|
-
|
|
757
|
-
Copyright (c)
|
|
758
|
-
|
|
759
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
760
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
761
|
-
in the Software without restriction, including without limitation the rights
|
|
762
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
763
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
764
|
-
furnished to do so, subject to the following conditions:
|
|
765
|
-
|
|
766
|
-
The above copyright notice and this permission notice shall be included in all
|
|
767
|
-
copies or substantial portions of the Software.
|
|
768
|
-
|
|
769
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
770
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
771
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
772
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
773
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
774
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
721
|
+
The MIT License (MIT)
|
|
722
|
+
|
|
723
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
724
|
+
|
|
725
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
726
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
727
|
+
in the Software without restriction, including without limitation the rights
|
|
728
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
729
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
730
|
+
furnished to do so, subject to the following conditions:
|
|
731
|
+
|
|
732
|
+
The above copyright notice and this permission notice shall be included in all
|
|
733
|
+
copies or substantial portions of the Software.
|
|
734
|
+
|
|
735
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
736
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
737
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
738
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
739
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
740
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
775
741
|
SOFTWARE.
|
|
742
|
+
````
|
|
743
|
+
|
|
744
|
+
---
|
|
745
|
+
|
|
746
|
+
## The following dependencies are licensed under the MIT License:
|
|
747
|
+
|
|
748
|
+
### Rust Crates:
|
|
749
|
+
|
|
750
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
751
|
+
|
|
752
|
+
````text
|
|
753
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
754
|
+
|
|
755
|
+
Permission is hereby granted, free of charge, to any
|
|
756
|
+
person obtaining a copy of this software and associated
|
|
757
|
+
documentation files (the "Software"), to deal in the
|
|
758
|
+
Software without restriction, including without
|
|
759
|
+
limitation the rights to use, copy, modify, merge,
|
|
760
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
761
|
+
the Software, and to permit persons to whom the Software
|
|
762
|
+
is furnished to do so, subject to the following
|
|
763
|
+
conditions:
|
|
764
|
+
|
|
765
|
+
The above copyright notice and this permission notice
|
|
766
|
+
shall be included in all copies or substantial portions
|
|
767
|
+
of the Software.
|
|
768
|
+
|
|
769
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
770
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
771
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
772
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
773
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
774
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
775
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
776
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
777
|
+
DEALINGS IN THE SOFTWARE.
|
|
776
778
|
|
|
777
779
|
````
|
|
778
780
|
|
|
@@ -782,14 +784,43 @@ SOFTWARE.
|
|
|
782
784
|
|
|
783
785
|
### Rust Crates:
|
|
784
786
|
|
|
785
|
-
- [
|
|
787
|
+
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
786
788
|
|
|
787
789
|
````text
|
|
788
|
-
|
|
790
|
+
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
789
791
|
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
792
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
793
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
794
|
+
the Software without restriction, including without limitation the rights to
|
|
795
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
796
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
797
|
+
subject to the following conditions:
|
|
798
|
+
|
|
799
|
+
The above copyright notice and this permission notice shall be included in all
|
|
800
|
+
copies or substantial portions of the Software.
|
|
801
|
+
|
|
802
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
803
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
804
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
805
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
806
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
807
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
808
|
+
|
|
809
|
+
````
|
|
810
|
+
|
|
811
|
+
---
|
|
812
|
+
|
|
813
|
+
## The following dependencies are licensed under the MIT License:
|
|
814
|
+
|
|
815
|
+
### Rust Crates:
|
|
816
|
+
|
|
817
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
818
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
819
|
+
|
|
820
|
+
````text
|
|
821
|
+
MIT License
|
|
822
|
+
|
|
823
|
+
Copyright (c) 2019 Graham Esau
|
|
793
824
|
|
|
794
825
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
795
826
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -817,33 +848,34 @@ SOFTWARE.
|
|
|
817
848
|
|
|
818
849
|
### Rust Crates:
|
|
819
850
|
|
|
820
|
-
- [
|
|
821
|
-
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
822
|
-
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
823
|
-
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
824
|
-
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
825
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
826
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
851
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
827
852
|
|
|
828
853
|
````text
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
Copyright (c) <year> <copyright holders>
|
|
854
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
832
855
|
|
|
833
|
-
Permission is hereby granted, free of charge, to any
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
856
|
+
Permission is hereby granted, free of charge, to any
|
|
857
|
+
person obtaining a copy of this software and associated
|
|
858
|
+
documentation files (the "Software"), to deal in the
|
|
859
|
+
Software without restriction, including without
|
|
860
|
+
limitation the rights to use, copy, modify, merge,
|
|
861
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
862
|
+
the Software, and to permit persons to whom the Software
|
|
863
|
+
is furnished to do so, subject to the following
|
|
864
|
+
conditions:
|
|
838
865
|
|
|
839
|
-
The above copyright notice and this permission notice
|
|
840
|
-
|
|
866
|
+
The above copyright notice and this permission notice
|
|
867
|
+
shall be included in all copies or substantial portions
|
|
868
|
+
of the Software.
|
|
841
869
|
|
|
842
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
870
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
871
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
872
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
873
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
874
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
875
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
876
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
877
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
878
|
+
DEALINGS IN THE SOFTWARE.
|
|
847
879
|
|
|
848
880
|
````
|
|
849
881
|
|
|
@@ -853,11 +885,10 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
853
885
|
|
|
854
886
|
### Rust Crates:
|
|
855
887
|
|
|
856
|
-
- [
|
|
857
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
888
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
858
889
|
|
|
859
890
|
````text
|
|
860
|
-
Copyright (c)
|
|
891
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
861
892
|
|
|
862
893
|
Permission is hereby granted, free of charge, to any
|
|
863
894
|
person obtaining a copy of this software and associated
|
|
@@ -891,11 +922,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
891
922
|
|
|
892
923
|
### Rust Crates:
|
|
893
924
|
|
|
894
|
-
- [
|
|
925
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
895
926
|
|
|
896
927
|
````text
|
|
897
|
-
Copyright (c)
|
|
898
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
928
|
+
Copyright (c) The rust-url developers
|
|
899
929
|
|
|
900
930
|
Permission is hereby granted, free of charge, to any
|
|
901
931
|
person obtaining a copy of this software and associated
|
|
@@ -929,10 +959,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
929
959
|
|
|
930
960
|
### Rust Crates:
|
|
931
961
|
|
|
932
|
-
- [
|
|
962
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
963
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
964
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
965
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
966
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
967
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
933
968
|
|
|
934
969
|
````text
|
|
935
|
-
Copyright
|
|
970
|
+
Copyright 2018 Developers of the Rand project
|
|
971
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
936
972
|
|
|
937
973
|
Permission is hereby granted, free of charge, to any
|
|
938
974
|
person obtaining a copy of this software and associated
|
|
@@ -964,13 +1000,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
964
1000
|
|
|
965
1001
|
## The following dependencies are licensed under the MIT License:
|
|
966
1002
|
|
|
967
|
-
###
|
|
1003
|
+
### NPM Packages:
|
|
968
1004
|
|
|
969
|
-
- [
|
|
1005
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
1006
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
970
1007
|
|
|
971
1008
|
````text
|
|
972
|
-
|
|
973
|
-
|
|
1009
|
+
MIT License
|
|
1010
|
+
|
|
1011
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
974
1012
|
|
|
975
1013
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
976
1014
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -998,10 +1036,46 @@ SOFTWARE.
|
|
|
998
1036
|
|
|
999
1037
|
### Rust Crates:
|
|
1000
1038
|
|
|
1001
|
-
- [
|
|
1039
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
1040
|
+
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
1041
|
+
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
1042
|
+
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
1043
|
+
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
1044
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1045
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1002
1046
|
|
|
1003
1047
|
````text
|
|
1004
|
-
|
|
1048
|
+
MIT License
|
|
1049
|
+
|
|
1050
|
+
Copyright (c) <year> <copyright holders>
|
|
1051
|
+
|
|
1052
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1053
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1054
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1055
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1056
|
+
following conditions:
|
|
1057
|
+
|
|
1058
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1059
|
+
portions of the Software.
|
|
1060
|
+
|
|
1061
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
1062
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
1063
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1064
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1065
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1066
|
+
|
|
1067
|
+
````
|
|
1068
|
+
|
|
1069
|
+
---
|
|
1070
|
+
|
|
1071
|
+
## The following dependencies are licensed under the MIT License:
|
|
1072
|
+
|
|
1073
|
+
### Rust Crates:
|
|
1074
|
+
|
|
1075
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
1076
|
+
|
|
1077
|
+
````text
|
|
1078
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
1005
1079
|
|
|
1006
1080
|
Permission is hereby granted, free of charge, to any
|
|
1007
1081
|
person obtaining a copy of this software and associated
|
|
@@ -1027,40 +1101,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1027
1101
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1028
1102
|
DEALINGS IN THE SOFTWARE.
|
|
1029
1103
|
|
|
1030
|
-
````
|
|
1031
|
-
|
|
1032
|
-
---
|
|
1033
|
-
|
|
1034
|
-
## The following dependencies are licensed under the MIT License:
|
|
1035
|
-
|
|
1036
|
-
### NPM Packages:
|
|
1037
|
-
|
|
1038
|
-
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
1039
|
-
|
|
1040
|
-
````text
|
|
1041
|
-
The MIT License (MIT)
|
|
1042
|
-
|
|
1043
|
-
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
1044
|
-
|
|
1045
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1046
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1047
|
-
in the Software without restriction, including without limitation the rights
|
|
1048
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1049
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1050
|
-
furnished to do so, subject to the following conditions:
|
|
1051
|
-
|
|
1052
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1053
|
-
copies or substantial portions of the Software.
|
|
1054
|
-
|
|
1055
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1056
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1057
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1058
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1059
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1060
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1061
|
-
SOFTWARE.
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
1104
|
````
|
|
1065
1105
|
|
|
1066
1106
|
---
|
|
@@ -1069,12 +1109,10 @@ SOFTWARE.
|
|
|
1069
1109
|
|
|
1070
1110
|
### Rust Crates:
|
|
1071
1111
|
|
|
1072
|
-
- [
|
|
1073
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1074
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1112
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
1075
1113
|
|
|
1076
1114
|
````text
|
|
1077
|
-
Copyright (c)
|
|
1115
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
1078
1116
|
|
|
1079
1117
|
Permission is hereby granted, free of charge, to any
|
|
1080
1118
|
person obtaining a copy of this software and associated
|
|
@@ -1108,169 +1146,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1108
1146
|
|
|
1109
1147
|
### Rust Crates:
|
|
1110
1148
|
|
|
1111
|
-
- [
|
|
1149
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
1112
1150
|
|
|
1113
1151
|
````text
|
|
1114
|
-
Copyright (c)
|
|
1115
|
-
|
|
1116
|
-
Includes parts of http date with the following copyright:
|
|
1117
|
-
Copyright (c) 2016 Pyfisch
|
|
1118
|
-
|
|
1119
|
-
Includes portions of musl libc with the following copyright:
|
|
1120
|
-
Copyright © 2005-2013 Rich Felker
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1124
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1125
|
-
in the Software without restriction, including without limitation the rights
|
|
1126
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1127
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1128
|
-
furnished to do so, subject to the following conditions:
|
|
1129
|
-
|
|
1130
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1131
|
-
copies or substantial portions of the Software.
|
|
1132
|
-
|
|
1133
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1134
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1135
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1136
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1137
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1138
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1139
|
-
SOFTWARE.
|
|
1140
|
-
|
|
1141
|
-
````
|
|
1142
|
-
|
|
1143
|
-
---
|
|
1144
|
-
|
|
1145
|
-
## The following dependencies are licensed under the MIT License:
|
|
1146
|
-
|
|
1147
|
-
### Rust Crates:
|
|
1148
|
-
|
|
1149
|
-
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
1150
|
-
|
|
1151
|
-
````text
|
|
1152
|
-
Copyright (c) 2019 Eliza Weisman
|
|
1153
|
-
|
|
1154
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1155
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1156
|
-
in the Software without restriction, including without limitation the rights
|
|
1157
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1158
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1159
|
-
furnished to do so, subject to the following conditions:
|
|
1160
|
-
|
|
1161
|
-
The above copyright notice and this permission notice shall be included in
|
|
1162
|
-
all copies or substantial portions of the Software.
|
|
1163
|
-
|
|
1164
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1165
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1166
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1167
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1168
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1169
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1170
|
-
THE SOFTWARE.
|
|
1171
|
-
|
|
1172
|
-
````
|
|
1173
|
-
|
|
1174
|
-
---
|
|
1175
|
-
|
|
1176
|
-
## The following dependencies are licensed under the MIT License:
|
|
1177
|
-
|
|
1178
|
-
### NPM Packages:
|
|
1179
|
-
|
|
1180
|
-
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
1181
|
-
|
|
1182
|
-
````text
|
|
1183
|
-
MIT License
|
|
1184
|
-
|
|
1185
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
1186
|
-
|
|
1187
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1188
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1189
|
-
in the Software without restriction, including without limitation the rights
|
|
1190
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1191
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1192
|
-
furnished to do so, subject to the following conditions:
|
|
1193
|
-
|
|
1194
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1195
|
-
copies or substantial portions of the Software.
|
|
1196
|
-
|
|
1197
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1198
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1199
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1200
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1201
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1202
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1203
|
-
SOFTWARE.
|
|
1204
|
-
|
|
1205
|
-
[others]: https://github.com/json5/json5/contributors
|
|
1206
|
-
|
|
1207
|
-
````
|
|
1208
|
-
|
|
1209
|
-
---
|
|
1210
|
-
|
|
1211
|
-
## The following dependencies are licensed under the MIT License:
|
|
1212
|
-
|
|
1213
|
-
### Rust Crates:
|
|
1214
|
-
|
|
1215
|
-
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
1216
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
1217
|
-
|
|
1218
|
-
````text
|
|
1219
|
-
The MIT License (MIT)
|
|
1220
|
-
|
|
1221
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
1222
|
-
|
|
1223
|
-
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:
|
|
1224
|
-
|
|
1225
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1226
|
-
|
|
1227
|
-
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.
|
|
1228
|
-
|
|
1229
|
-
````
|
|
1230
|
-
|
|
1231
|
-
---
|
|
1232
|
-
|
|
1233
|
-
## The following dependencies are licensed under the MIT License:
|
|
1234
|
-
|
|
1235
|
-
### Rust Crates:
|
|
1236
|
-
|
|
1237
|
-
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
1238
|
-
|
|
1239
|
-
````text
|
|
1240
|
-
MIT License
|
|
1241
|
-
|
|
1242
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
1243
|
-
|
|
1244
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1245
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1246
|
-
in the Software without restriction, including without limitation the rights
|
|
1247
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1248
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1249
|
-
furnished to do so, subject to the following conditions:
|
|
1250
|
-
|
|
1251
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1252
|
-
copies or substantial portions of the Software.
|
|
1253
|
-
|
|
1254
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1255
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1256
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1257
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1258
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1259
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1260
|
-
SOFTWARE.
|
|
1261
|
-
|
|
1262
|
-
````
|
|
1263
|
-
|
|
1264
|
-
---
|
|
1265
|
-
|
|
1266
|
-
## The following dependencies are licensed under the MIT License:
|
|
1267
|
-
|
|
1268
|
-
### Rust Crates:
|
|
1269
|
-
|
|
1270
|
-
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
1271
|
-
|
|
1272
|
-
````text
|
|
1273
|
-
Copyright (c) 2019 Nick Fitzgerald
|
|
1152
|
+
Copyright (c) 2017 Robert Grosse
|
|
1274
1153
|
|
|
1275
1154
|
Permission is hereby granted, free of charge, to any
|
|
1276
1155
|
person obtaining a copy of this software and associated
|
|
@@ -1295,40 +1174,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1295
1174
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1296
1175
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1297
1176
|
DEALINGS IN THE SOFTWARE.
|
|
1298
|
-
|
|
1299
|
-
````
|
|
1300
|
-
|
|
1301
|
-
---
|
|
1302
|
-
|
|
1303
|
-
## The following dependencies are licensed under the MIT License:
|
|
1304
|
-
|
|
1305
|
-
### Rust Crates:
|
|
1306
|
-
|
|
1307
|
-
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
1308
|
-
|
|
1309
|
-
````text
|
|
1310
|
-
The MIT License (MIT)
|
|
1311
|
-
|
|
1312
|
-
Copyright (c) 2014 Paho Lurie-Gregg
|
|
1313
|
-
|
|
1314
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1315
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1316
|
-
in the Software without restriction, including without limitation the rights
|
|
1317
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1318
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1319
|
-
furnished to do so, subject to the following conditions:
|
|
1320
|
-
|
|
1321
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1322
|
-
copies or substantial portions of the Software.
|
|
1323
|
-
|
|
1324
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1325
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1326
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1327
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1328
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1329
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1330
|
-
SOFTWARE.
|
|
1331
|
-
|
|
1332
1177
|
````
|
|
1333
1178
|
|
|
1334
1179
|
---
|
|
@@ -1337,10 +1182,10 @@ SOFTWARE.
|
|
|
1337
1182
|
|
|
1338
1183
|
### Rust Crates:
|
|
1339
1184
|
|
|
1340
|
-
- [
|
|
1185
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
1341
1186
|
|
|
1342
1187
|
````text
|
|
1343
|
-
Copyright (c)
|
|
1188
|
+
Copyright (c) 2019 Carl Lerche
|
|
1344
1189
|
|
|
1345
1190
|
Permission is hereby granted, free of charge, to any
|
|
1346
1191
|
person obtaining a copy of this software and associated
|
|
@@ -1374,13 +1219,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1374
1219
|
|
|
1375
1220
|
### Rust Crates:
|
|
1376
1221
|
|
|
1377
|
-
- [
|
|
1378
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1379
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1380
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1222
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
1381
1223
|
|
|
1382
1224
|
````text
|
|
1383
|
-
Copyright (c)
|
|
1225
|
+
Copyright (c) 2018 Carl Lerche
|
|
1384
1226
|
|
|
1385
1227
|
Permission is hereby granted, free of charge, to any
|
|
1386
1228
|
person obtaining a copy of this software and associated
|
|
@@ -1414,10 +1256,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1414
1256
|
|
|
1415
1257
|
### Rust Crates:
|
|
1416
1258
|
|
|
1417
|
-
- [
|
|
1259
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
1418
1260
|
|
|
1419
1261
|
````text
|
|
1420
|
-
Copyright (c)
|
|
1262
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
1263
|
+
Copyright (c) 2016 Alex Crichton
|
|
1421
1264
|
|
|
1422
1265
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1423
1266
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1446,10 +1289,10 @@ THE SOFTWARE.
|
|
|
1446
1289
|
|
|
1447
1290
|
### Rust Crates:
|
|
1448
1291
|
|
|
1449
|
-
- [
|
|
1292
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
1450
1293
|
|
|
1451
1294
|
````text
|
|
1452
|
-
Copyright (c)
|
|
1295
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
1453
1296
|
|
|
1454
1297
|
Permission is hereby granted, free of charge, to any
|
|
1455
1298
|
person obtaining a copy of this software and associated
|
|
@@ -1483,12 +1326,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1483
1326
|
|
|
1484
1327
|
### Rust Crates:
|
|
1485
1328
|
|
|
1486
|
-
- [
|
|
1329
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
1330
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1331
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1487
1332
|
|
|
1488
1333
|
````text
|
|
1489
|
-
Copyright (c)
|
|
1490
|
-
Copyright (c) 2018 Bastian Köcher
|
|
1491
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
1334
|
+
Copyright (c) 2019 Tower Contributors
|
|
1492
1335
|
|
|
1493
1336
|
Permission is hereby granted, free of charge, to any
|
|
1494
1337
|
person obtaining a copy of this software and associated
|
|
@@ -1522,12 +1365,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1522
1365
|
|
|
1523
1366
|
### Rust Crates:
|
|
1524
1367
|
|
|
1525
|
-
- [
|
|
1526
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1527
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1368
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
1528
1369
|
|
|
1529
1370
|
````text
|
|
1530
|
-
Copyright (c)
|
|
1371
|
+
Copyright (c) 2016--2023
|
|
1531
1372
|
|
|
1532
1373
|
Permission is hereby granted, free of charge, to any
|
|
1533
1374
|
person obtaining a copy of this software and associated
|
|
@@ -1561,34 +1402,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1561
1402
|
|
|
1562
1403
|
### Rust Crates:
|
|
1563
1404
|
|
|
1564
|
-
- [
|
|
1405
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
1565
1406
|
|
|
1566
1407
|
````text
|
|
1567
|
-
Copyright (c)
|
|
1408
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
1568
1409
|
|
|
1569
|
-
Permission is hereby granted, free of charge, to any
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
the Software, and to permit persons to whom the Software
|
|
1576
|
-
is furnished to do so, subject to the following
|
|
1577
|
-
conditions:
|
|
1410
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1411
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1412
|
+
in the Software without restriction, including without limitation the rights
|
|
1413
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1414
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1415
|
+
furnished to do so, subject to the following conditions:
|
|
1578
1416
|
|
|
1579
|
-
The above copyright notice and this permission notice
|
|
1580
|
-
|
|
1581
|
-
|
|
1417
|
+
The above copyright notice and this permission notice shall be included in
|
|
1418
|
+
all copies or substantial portions of the Software.
|
|
1419
|
+
|
|
1420
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1421
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1422
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1423
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1424
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1425
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1426
|
+
THE SOFTWARE.
|
|
1582
1427
|
|
|
1583
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1584
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1585
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1586
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1587
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1588
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1589
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1590
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1591
|
-
DEALINGS IN THE SOFTWARE.
|
|
1592
1428
|
|
|
1593
1429
|
````
|
|
1594
1430
|
|
|
@@ -1598,33 +1434,35 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1598
1434
|
|
|
1599
1435
|
### Rust Crates:
|
|
1600
1436
|
|
|
1601
|
-
- [
|
|
1437
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
1602
1438
|
|
|
1603
1439
|
````text
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
1440
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
1607
1441
|
|
|
1608
|
-
Permission is hereby granted, free of charge, to any
|
|
1609
|
-
of this software and associated
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1442
|
+
Permission is hereby granted, free of charge, to any
|
|
1443
|
+
person obtaining a copy of this software and associated
|
|
1444
|
+
documentation files (the "Software"), to deal in the
|
|
1445
|
+
Software without restriction, including without
|
|
1446
|
+
limitation the rights to use, copy, modify, merge,
|
|
1447
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1448
|
+
the Software, and to permit persons to whom the Software
|
|
1449
|
+
is furnished to do so, subject to the following
|
|
1450
|
+
conditions:
|
|
1614
1451
|
|
|
1615
|
-
The above copyright notice and this permission notice
|
|
1616
|
-
copies or substantial portions
|
|
1452
|
+
The above copyright notice and this permission notice
|
|
1453
|
+
shall be included in all copies or substantial portions
|
|
1454
|
+
of the Software.
|
|
1617
1455
|
|
|
1618
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1619
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1456
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1457
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1458
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1459
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1460
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1461
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1462
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1463
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1464
|
+
DEALINGS IN THE SOFTWARE.
|
|
1625
1465
|
|
|
1626
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
1627
|
-
licences; see files named LICENSE.*.txt for details.
|
|
1628
1466
|
````
|
|
1629
1467
|
|
|
1630
1468
|
---
|
|
@@ -1633,15 +1471,10 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
1633
1471
|
|
|
1634
1472
|
### Rust Crates:
|
|
1635
1473
|
|
|
1636
|
-
- [
|
|
1474
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
1637
1475
|
|
|
1638
1476
|
````text
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
1642
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
1643
|
-
Copyright (c) 2017 Frommi
|
|
1644
|
-
Copyright (c) 2017-2024 oyvindln
|
|
1477
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
1645
1478
|
|
|
1646
1479
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1647
1480
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1650,16 +1483,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1650
1483
|
copies of the Software, and to permit persons to whom the Software is
|
|
1651
1484
|
furnished to do so, subject to the following conditions:
|
|
1652
1485
|
|
|
1653
|
-
The above copyright notice and this permission notice shall be included in
|
|
1654
|
-
copies or substantial portions of the Software.
|
|
1486
|
+
The above copyright notice and this permission notice shall be included in
|
|
1487
|
+
all copies or substantial portions of the Software.
|
|
1655
1488
|
|
|
1656
1489
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1657
1490
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1658
1491
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1659
1492
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1660
1493
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1661
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1662
|
-
SOFTWARE.
|
|
1494
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1495
|
+
THE SOFTWARE.
|
|
1496
|
+
|
|
1663
1497
|
|
|
1664
1498
|
````
|
|
1665
1499
|
|
|
@@ -1669,46 +1503,49 @@ SOFTWARE.
|
|
|
1669
1503
|
|
|
1670
1504
|
### Rust Crates:
|
|
1671
1505
|
|
|
1672
|
-
- [
|
|
1506
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
1673
1507
|
|
|
1674
1508
|
````text
|
|
1675
|
-
|
|
1509
|
+
Copyright (c) 2017 Contributors
|
|
1676
1510
|
|
|
1677
|
-
|
|
1511
|
+
Permission is hereby granted, free of charge, to any
|
|
1512
|
+
person obtaining a copy of this software and associated
|
|
1513
|
+
documentation files (the "Software"), to deal in the
|
|
1514
|
+
Software without restriction, including without
|
|
1515
|
+
limitation the rights to use, copy, modify, merge,
|
|
1516
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1517
|
+
the Software, and to permit persons to whom the Software
|
|
1518
|
+
is furnished to do so, subject to the following
|
|
1519
|
+
conditions:
|
|
1678
1520
|
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1683
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1684
|
-
furnished to do so, subject to the following conditions:
|
|
1521
|
+
The above copyright notice and this permission notice
|
|
1522
|
+
shall be included in all copies or substantial portions
|
|
1523
|
+
of the Software.
|
|
1685
1524
|
|
|
1686
|
-
|
|
1687
|
-
|
|
1525
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1526
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1527
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1528
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1529
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1530
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1531
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1532
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1533
|
+
DEALINGS IN THE SOFTWARE.
|
|
1688
1534
|
|
|
1689
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1690
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1691
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1692
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1693
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1694
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1695
|
-
SOFTWARE.
|
|
1696
1535
|
````
|
|
1697
1536
|
|
|
1698
1537
|
---
|
|
1699
1538
|
|
|
1700
1539
|
## The following dependencies are licensed under the MIT License:
|
|
1701
1540
|
|
|
1702
|
-
###
|
|
1541
|
+
### NPM Packages:
|
|
1703
1542
|
|
|
1704
|
-
- [
|
|
1705
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1706
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1543
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
1707
1544
|
|
|
1708
1545
|
````text
|
|
1709
|
-
MIT License
|
|
1546
|
+
The MIT License (MIT)
|
|
1710
1547
|
|
|
1711
|
-
Copyright (c)
|
|
1548
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1712
1549
|
|
|
1713
1550
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1714
1551
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1717,16 +1554,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1717
1554
|
copies of the Software, and to permit persons to whom the Software is
|
|
1718
1555
|
furnished to do so, subject to the following conditions:
|
|
1719
1556
|
|
|
1720
|
-
The above copyright notice and this permission notice shall be included in
|
|
1721
|
-
copies or substantial portions of the Software.
|
|
1557
|
+
The above copyright notice and this permission notice shall be included in
|
|
1558
|
+
all copies or substantial portions of the Software.
|
|
1722
1559
|
|
|
1723
1560
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1724
1561
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1725
1562
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1726
1563
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1727
1564
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1728
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1729
|
-
SOFTWARE.
|
|
1565
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1566
|
+
THE SOFTWARE.
|
|
1730
1567
|
|
|
1731
1568
|
````
|
|
1732
1569
|
|
|
@@ -1736,31 +1573,32 @@ SOFTWARE.
|
|
|
1736
1573
|
|
|
1737
1574
|
### Rust Crates:
|
|
1738
1575
|
|
|
1739
|
-
- [
|
|
1576
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
1740
1577
|
|
|
1741
1578
|
````text
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
furnished to do so, subject to the following conditions:
|
|
1752
|
-
|
|
1753
|
-
The above copyright notice and this permission notice shall be included in
|
|
1754
|
-
all copies or substantial portions of the Software.
|
|
1579
|
+
Permission is hereby granted, free of charge, to any
|
|
1580
|
+
person obtaining a copy of this software and associated
|
|
1581
|
+
documentation files (the "Software"), to deal in the
|
|
1582
|
+
Software without restriction, including without
|
|
1583
|
+
limitation the rights to use, copy, modify, merge,
|
|
1584
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1585
|
+
the Software, and to permit persons to whom the Software
|
|
1586
|
+
is furnished to do so, subject to the following
|
|
1587
|
+
conditions:
|
|
1755
1588
|
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1760
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1761
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1762
|
-
THE SOFTWARE.
|
|
1589
|
+
The above copyright notice and this permission notice
|
|
1590
|
+
shall be included in all copies or substantial portions
|
|
1591
|
+
of the Software.
|
|
1763
1592
|
|
|
1593
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1594
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1595
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1596
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1597
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1598
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1599
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1600
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1601
|
+
DEALINGS IN THE SOFTWARE.
|
|
1764
1602
|
````
|
|
1765
1603
|
|
|
1766
1604
|
---
|
|
@@ -1769,16 +1607,10 @@ THE SOFTWARE.
|
|
|
1769
1607
|
|
|
1770
1608
|
### Rust Crates:
|
|
1771
1609
|
|
|
1772
|
-
- [
|
|
1773
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
1774
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
1775
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
1776
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
1777
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
1610
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
1778
1611
|
|
|
1779
1612
|
````text
|
|
1780
|
-
Copyright
|
|
1781
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1613
|
+
Copyright (c) 2017 http-rs authors
|
|
1782
1614
|
|
|
1783
1615
|
Permission is hereby granted, free of charge, to any
|
|
1784
1616
|
person obtaining a copy of this software and associated
|
|
@@ -1812,12 +1644,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1812
1644
|
|
|
1813
1645
|
### Rust Crates:
|
|
1814
1646
|
|
|
1815
|
-
- [
|
|
1647
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
1816
1648
|
|
|
1817
1649
|
````text
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
1650
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1651
|
+
Copyright (c) 2016 Jason Housley
|
|
1821
1652
|
|
|
1822
1653
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1823
1654
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1826,16 +1657,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1826
1657
|
copies of the Software, and to permit persons to whom the Software is
|
|
1827
1658
|
furnished to do so, subject to the following conditions:
|
|
1828
1659
|
|
|
1829
|
-
The above copyright notice and this permission notice shall be included in
|
|
1830
|
-
copies or substantial portions of the Software.
|
|
1660
|
+
The above copyright notice and this permission notice shall be included in
|
|
1661
|
+
all copies or substantial portions of the Software.
|
|
1831
1662
|
|
|
1832
1663
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1833
1664
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1834
1665
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1835
1666
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1836
1667
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1837
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1838
|
-
SOFTWARE.
|
|
1668
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1669
|
+
THE SOFTWARE.
|
|
1839
1670
|
|
|
1840
1671
|
````
|
|
1841
1672
|
|
|
@@ -1845,17 +1676,17 @@ SOFTWARE.
|
|
|
1845
1676
|
|
|
1846
1677
|
### Rust Crates:
|
|
1847
1678
|
|
|
1848
|
-
- [
|
|
1849
|
-
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
1850
|
-
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
1851
|
-
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
1679
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
1852
1680
|
|
|
1853
1681
|
````text
|
|
1682
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
1683
|
+
|
|
1854
1684
|
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:
|
|
1855
1685
|
|
|
1856
1686
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1857
1687
|
|
|
1858
1688
|
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.
|
|
1689
|
+
|
|
1859
1690
|
````
|
|
1860
1691
|
|
|
1861
1692
|
---
|
|
@@ -1864,11 +1695,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1864
1695
|
|
|
1865
1696
|
### Rust Crates:
|
|
1866
1697
|
|
|
1867
|
-
- [
|
|
1868
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1698
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
1869
1699
|
|
|
1870
1700
|
````text
|
|
1871
|
-
Copyright (c)
|
|
1701
|
+
Copyright (c) 2017 Sean McArthur
|
|
1872
1702
|
|
|
1873
1703
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1874
1704
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1877,16 +1707,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1877
1707
|
copies of the Software, and to permit persons to whom the Software is
|
|
1878
1708
|
furnished to do so, subject to the following conditions:
|
|
1879
1709
|
|
|
1880
|
-
The above copyright notice and this permission notice shall be included in
|
|
1881
|
-
copies or substantial portions of the Software.
|
|
1710
|
+
The above copyright notice and this permission notice shall be included in
|
|
1711
|
+
all copies or substantial portions of the Software.
|
|
1882
1712
|
|
|
1883
1713
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1884
1714
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1885
1715
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1886
1716
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1887
1717
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1888
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1889
|
-
SOFTWARE.
|
|
1718
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1719
|
+
THE SOFTWARE.
|
|
1720
|
+
|
|
1890
1721
|
|
|
1891
1722
|
````
|
|
1892
1723
|
|
|
@@ -1896,10 +1727,11 @@ SOFTWARE.
|
|
|
1896
1727
|
|
|
1897
1728
|
### Rust Crates:
|
|
1898
1729
|
|
|
1899
|
-
- [
|
|
1730
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
1900
1731
|
|
|
1901
1732
|
````text
|
|
1902
|
-
Copyright (c)
|
|
1733
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
1734
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1903
1735
|
|
|
1904
1736
|
Permission is hereby granted, free of charge, to any
|
|
1905
1737
|
person obtaining a copy of this software and associated
|
|
@@ -1933,16 +1765,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1933
1765
|
|
|
1934
1766
|
### Rust Crates:
|
|
1935
1767
|
|
|
1936
|
-
- [
|
|
1768
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
1937
1769
|
|
|
1938
1770
|
````text
|
|
1939
|
-
|
|
1771
|
+
The MIT License (MIT)
|
|
1940
1772
|
|
|
1941
|
-
|
|
1773
|
+
Copyright (c) 2015 Alice Maz
|
|
1942
1774
|
|
|
1943
|
-
|
|
1775
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1776
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1777
|
+
in the Software without restriction, including without limitation the rights
|
|
1778
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1779
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1780
|
+
furnished to do so, subject to the following conditions:
|
|
1944
1781
|
|
|
1945
|
-
|
|
1782
|
+
The above copyright notice and this permission notice shall be included in
|
|
1783
|
+
all copies or substantial portions of the Software.
|
|
1784
|
+
|
|
1785
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1786
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1787
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1788
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1789
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1790
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1791
|
+
THE SOFTWARE.
|
|
1946
1792
|
|
|
1947
1793
|
````
|
|
1948
1794
|
|
|
@@ -1952,10 +1798,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1952
1798
|
|
|
1953
1799
|
### Rust Crates:
|
|
1954
1800
|
|
|
1955
|
-
- [
|
|
1801
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
1956
1802
|
|
|
1957
1803
|
````text
|
|
1958
|
-
Copyright (c)
|
|
1804
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
1959
1805
|
|
|
1960
1806
|
Permission is hereby granted, free of charge, to any
|
|
1961
1807
|
person obtaining a copy of this software and associated
|
|
@@ -1989,31 +1835,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1989
1835
|
|
|
1990
1836
|
### Rust Crates:
|
|
1991
1837
|
|
|
1992
|
-
- [
|
|
1838
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
1993
1839
|
|
|
1994
1840
|
````text
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
Copyright (c) 2015-2020 Julien Cretin
|
|
1998
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
1841
|
+
Copyright (c) 2015 Steven Allen
|
|
1999
1842
|
|
|
2000
|
-
Permission is hereby granted, free of charge, to any
|
|
2001
|
-
of this software and associated
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
1843
|
+
Permission is hereby granted, free of charge, to any
|
|
1844
|
+
person obtaining a copy of this software and associated
|
|
1845
|
+
documentation files (the "Software"), to deal in the
|
|
1846
|
+
Software without restriction, including without
|
|
1847
|
+
limitation the rights to use, copy, modify, merge,
|
|
1848
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1849
|
+
the Software, and to permit persons to whom the Software
|
|
1850
|
+
is furnished to do so, subject to the following
|
|
1851
|
+
conditions:
|
|
2006
1852
|
|
|
2007
|
-
The above copyright notice and this permission notice
|
|
2008
|
-
copies or substantial portions
|
|
1853
|
+
The above copyright notice and this permission notice
|
|
1854
|
+
shall be included in all copies or substantial portions
|
|
1855
|
+
of the Software.
|
|
2009
1856
|
|
|
2010
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2011
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
1857
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1858
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1859
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1860
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1861
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1862
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1863
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1864
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1865
|
+
DEALINGS IN THE SOFTWARE.
|
|
2017
1866
|
|
|
2018
1867
|
````
|
|
2019
1868
|
|
|
@@ -2060,43 +1909,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2060
1909
|
|
|
2061
1910
|
### Rust Crates:
|
|
2062
1911
|
|
|
2063
|
-
- [
|
|
2064
|
-
|
|
2065
|
-
````text
|
|
2066
|
-
Copyright (c) 2018-2023 Sean McArthur
|
|
2067
|
-
Copyright (c) 2016 Alex Crichton
|
|
2068
|
-
|
|
2069
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2070
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2071
|
-
in the Software without restriction, including without limitation the rights
|
|
2072
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2073
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2074
|
-
furnished to do so, subject to the following conditions:
|
|
2075
|
-
|
|
2076
|
-
The above copyright notice and this permission notice shall be included in
|
|
2077
|
-
all copies or substantial portions of the Software.
|
|
2078
|
-
|
|
2079
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2080
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2081
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2082
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2083
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2084
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2085
|
-
THE SOFTWARE.
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
````
|
|
2089
|
-
|
|
2090
|
-
---
|
|
2091
|
-
|
|
2092
|
-
## The following dependencies are licensed under the MIT License:
|
|
2093
|
-
|
|
2094
|
-
### Rust Crates:
|
|
2095
|
-
|
|
2096
|
-
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
1912
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
2097
1913
|
|
|
2098
1914
|
````text
|
|
2099
|
-
Copyright
|
|
1915
|
+
Copyright 2023 The Fuchsia Authors
|
|
2100
1916
|
|
|
2101
1917
|
Permission is hereby granted, free of charge, to any
|
|
2102
1918
|
person obtaining a copy of this software and associated
|
|
@@ -2122,6 +1938,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
2122
1938
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2123
1939
|
DEALINGS IN THE SOFTWARE.
|
|
2124
1940
|
|
|
1941
|
+
|
|
2125
1942
|
````
|
|
2126
1943
|
|
|
2127
1944
|
---
|
|
@@ -2130,10 +1947,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2130
1947
|
|
|
2131
1948
|
### Rust Crates:
|
|
2132
1949
|
|
|
2133
|
-
- [
|
|
1950
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
2134
1951
|
|
|
2135
1952
|
````text
|
|
2136
|
-
Copyright (c)
|
|
1953
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
2137
1954
|
|
|
2138
1955
|
Permission is hereby granted, free of charge, to any
|
|
2139
1956
|
person obtaining a copy of this software and associated
|
|
@@ -2167,10 +1984,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2167
1984
|
|
|
2168
1985
|
### Rust Crates:
|
|
2169
1986
|
|
|
2170
|
-
- [
|
|
1987
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
2171
1988
|
|
|
2172
1989
|
````text
|
|
2173
|
-
|
|
1990
|
+
MIT License
|
|
1991
|
+
|
|
1992
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2174
1993
|
|
|
2175
1994
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2176
1995
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2179,17 +1998,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2179
1998
|
copies of the Software, and to permit persons to whom the Software is
|
|
2180
1999
|
furnished to do so, subject to the following conditions:
|
|
2181
2000
|
|
|
2182
|
-
The above copyright notice and this permission notice shall be included in
|
|
2183
|
-
|
|
2001
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2002
|
+
copies or substantial portions of the Software.
|
|
2184
2003
|
|
|
2185
2004
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2186
2005
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2187
2006
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2188
2007
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2189
2008
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2190
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2191
|
-
|
|
2192
|
-
|
|
2009
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2010
|
+
SOFTWARE.
|
|
2193
2011
|
|
|
2194
2012
|
````
|
|
2195
2013
|
|
|
@@ -2199,10 +2017,10 @@ THE SOFTWARE.
|
|
|
2199
2017
|
|
|
2200
2018
|
### Rust Crates:
|
|
2201
2019
|
|
|
2202
|
-
- [
|
|
2020
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
2203
2021
|
|
|
2204
2022
|
````text
|
|
2205
|
-
Copyright (c)
|
|
2023
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
2206
2024
|
|
|
2207
2025
|
Permission is hereby granted, free of charge, to any
|
|
2208
2026
|
person obtaining a copy of this software and associated
|
|
@@ -2236,10 +2054,113 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2236
2054
|
|
|
2237
2055
|
### Rust Crates:
|
|
2238
2056
|
|
|
2239
|
-
- [
|
|
2057
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
2240
2058
|
|
|
2241
2059
|
````text
|
|
2242
|
-
|
|
2060
|
+
MIT License
|
|
2061
|
+
|
|
2062
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
2063
|
+
|
|
2064
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2065
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2066
|
+
in the Software without restriction, including without limitation the rights
|
|
2067
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2068
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2069
|
+
furnished to do so, subject to the following conditions:
|
|
2070
|
+
|
|
2071
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2072
|
+
copies or substantial portions of the Software.
|
|
2073
|
+
|
|
2074
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2075
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2076
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2077
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2078
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2079
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2080
|
+
SOFTWARE.
|
|
2081
|
+
|
|
2082
|
+
````
|
|
2083
|
+
|
|
2084
|
+
---
|
|
2085
|
+
|
|
2086
|
+
## The following dependencies are licensed under the MIT License:
|
|
2087
|
+
|
|
2088
|
+
### Rust Crates:
|
|
2089
|
+
|
|
2090
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
2091
|
+
|
|
2092
|
+
````text
|
|
2093
|
+
Copyright (c) 2018 directories-rs contributors
|
|
2094
|
+
|
|
2095
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2096
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2097
|
+
in the Software without restriction, including without limitation the rights
|
|
2098
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2099
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2100
|
+
furnished to do so, subject to the following conditions:
|
|
2101
|
+
|
|
2102
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2103
|
+
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 THE
|
|
2111
|
+
SOFTWARE.
|
|
2112
|
+
|
|
2113
|
+
````
|
|
2114
|
+
|
|
2115
|
+
---
|
|
2116
|
+
|
|
2117
|
+
## The following dependencies are licensed under the MIT License:
|
|
2118
|
+
|
|
2119
|
+
### NPM Packages:
|
|
2120
|
+
|
|
2121
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2122
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
2123
|
+
|
|
2124
|
+
````text
|
|
2125
|
+
MIT License
|
|
2126
|
+
|
|
2127
|
+
Copyright (c) Microsoft Corporation.
|
|
2128
|
+
|
|
2129
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2130
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2131
|
+
in the Software without restriction, including without limitation the rights
|
|
2132
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2133
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2134
|
+
furnished to do so, subject to the following conditions:
|
|
2135
|
+
|
|
2136
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2137
|
+
copies or substantial portions of the Software.
|
|
2138
|
+
|
|
2139
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2140
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2141
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2142
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2143
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2144
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2145
|
+
SOFTWARE
|
|
2146
|
+
|
|
2147
|
+
````
|
|
2148
|
+
|
|
2149
|
+
---
|
|
2150
|
+
|
|
2151
|
+
## The following dependencies are licensed under the MIT License:
|
|
2152
|
+
|
|
2153
|
+
### Rust Crates:
|
|
2154
|
+
|
|
2155
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
2156
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2157
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2158
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2159
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2160
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
2161
|
+
|
|
2162
|
+
````text
|
|
2163
|
+
Copyright (c) 2019 Tokio Contributors
|
|
2243
2164
|
|
|
2244
2165
|
Permission is hereby granted, free of charge, to any
|
|
2245
2166
|
person obtaining a copy of this software and associated
|
|
@@ -2273,9 +2194,20 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2273
2194
|
|
|
2274
2195
|
### Rust Crates:
|
|
2275
2196
|
|
|
2276
|
-
- [
|
|
2197
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2198
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2199
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2200
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2201
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2202
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2203
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2204
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2205
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2277
2206
|
|
|
2278
2207
|
````text
|
|
2208
|
+
Copyright (c) 2016 Alex Crichton
|
|
2209
|
+
Copyright (c) 2017 The Tokio Authors
|
|
2210
|
+
|
|
2279
2211
|
Permission is hereby granted, free of charge, to any
|
|
2280
2212
|
person obtaining a copy of this software and associated
|
|
2281
2213
|
documentation files (the "Software"), to deal in the
|
|
@@ -2299,6 +2231,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2299
2231
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2300
2232
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2301
2233
|
DEALINGS IN THE SOFTWARE.
|
|
2234
|
+
|
|
2302
2235
|
````
|
|
2303
2236
|
|
|
2304
2237
|
---
|
|
@@ -2307,62 +2240,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2307
2240
|
|
|
2308
2241
|
### Rust Crates:
|
|
2309
2242
|
|
|
2310
|
-
- [
|
|
2311
|
-
- [
|
|
2312
|
-
- [
|
|
2313
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2314
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
2315
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
2316
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
2317
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
2318
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
2319
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2320
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2321
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
2322
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
2323
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
2324
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
2325
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2326
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2327
|
-
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
2328
|
-
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
2329
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
2330
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
2331
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
2332
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
2333
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
2334
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
2335
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2336
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2337
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2338
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2339
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
2340
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
2341
|
-
|
|
2342
|
-
````text
|
|
2343
|
-
Permission is hereby granted, free of charge, to any
|
|
2344
|
-
person obtaining a copy of this software and associated
|
|
2345
|
-
documentation files (the "Software"), to deal in the
|
|
2346
|
-
Software without restriction, including without
|
|
2347
|
-
limitation the rights to use, copy, modify, merge,
|
|
2348
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2349
|
-
the Software, and to permit persons to whom the Software
|
|
2350
|
-
is furnished to do so, subject to the following
|
|
2351
|
-
conditions:
|
|
2243
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2244
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2245
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2352
2246
|
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
of the Software.
|
|
2247
|
+
````text
|
|
2248
|
+
MIT License
|
|
2356
2249
|
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2250
|
+
Copyright (c) 2017 Ted Driggs
|
|
2251
|
+
|
|
2252
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2253
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2254
|
+
in the Software without restriction, including without limitation the rights
|
|
2255
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2256
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2257
|
+
furnished to do so, subject to the following conditions:
|
|
2258
|
+
|
|
2259
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2260
|
+
copies or substantial portions of the Software.
|
|
2261
|
+
|
|
2262
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2263
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2264
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2265
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2266
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2267
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2268
|
+
SOFTWARE.
|
|
2366
2269
|
|
|
2367
2270
|
````
|
|
2368
2271
|
|
|
@@ -2372,10 +2275,77 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2372
2275
|
|
|
2373
2276
|
### Rust Crates:
|
|
2374
2277
|
|
|
2375
|
-
- [
|
|
2278
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
2376
2279
|
|
|
2377
2280
|
````text
|
|
2378
|
-
Copyright (c)
|
|
2281
|
+
Copyright (c) 2019 Eliza Weisman
|
|
2282
|
+
|
|
2283
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2284
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2285
|
+
in the Software without restriction, including without limitation the rights
|
|
2286
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2287
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2288
|
+
furnished to do so, subject to the following conditions:
|
|
2289
|
+
|
|
2290
|
+
The above copyright notice and this permission notice shall be included in
|
|
2291
|
+
all copies or substantial portions of the Software.
|
|
2292
|
+
|
|
2293
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2294
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2295
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2296
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2297
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2298
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2299
|
+
THE SOFTWARE.
|
|
2300
|
+
|
|
2301
|
+
````
|
|
2302
|
+
|
|
2303
|
+
---
|
|
2304
|
+
|
|
2305
|
+
## The following dependencies are licensed under the MIT License:
|
|
2306
|
+
|
|
2307
|
+
### Rust Crates:
|
|
2308
|
+
|
|
2309
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
2310
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2311
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2312
|
+
|
|
2313
|
+
````text
|
|
2314
|
+
MIT License
|
|
2315
|
+
|
|
2316
|
+
Copyright (c) Tokio Contributors
|
|
2317
|
+
|
|
2318
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2319
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2320
|
+
in the Software without restriction, including without limitation the rights
|
|
2321
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2322
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2323
|
+
furnished to do so, subject to the following conditions:
|
|
2324
|
+
|
|
2325
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2326
|
+
copies or substantial portions of the Software.
|
|
2327
|
+
|
|
2328
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2329
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2330
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2331
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2332
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2333
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2334
|
+
SOFTWARE.
|
|
2335
|
+
|
|
2336
|
+
````
|
|
2337
|
+
|
|
2338
|
+
---
|
|
2339
|
+
|
|
2340
|
+
## The following dependencies are licensed under the MIT License:
|
|
2341
|
+
|
|
2342
|
+
### Rust Crates:
|
|
2343
|
+
|
|
2344
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
2345
|
+
|
|
2346
|
+
````text
|
|
2347
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
2348
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2379
2349
|
|
|
2380
2350
|
Permission is hereby granted, free of charge, to any
|
|
2381
2351
|
person obtaining a copy of this software and associated
|
|
@@ -2409,10 +2379,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2409
2379
|
|
|
2410
2380
|
### Rust Crates:
|
|
2411
2381
|
|
|
2412
|
-
- [
|
|
2382
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
2383
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
2384
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
2385
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
2413
2386
|
|
|
2414
2387
|
````text
|
|
2415
|
-
Copyright (c)
|
|
2388
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
2416
2389
|
|
|
2417
2390
|
Permission is hereby granted, free of charge, to any
|
|
2418
2391
|
person obtaining a copy of this software and associated
|
|
@@ -2446,16 +2419,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2446
2419
|
|
|
2447
2420
|
### Rust Crates:
|
|
2448
2421
|
|
|
2449
|
-
- [
|
|
2422
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
2450
2423
|
|
|
2451
2424
|
````text
|
|
2452
|
-
|
|
2425
|
+
MIT License
|
|
2453
2426
|
|
|
2454
|
-
|
|
2427
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
2455
2428
|
|
|
2456
|
-
|
|
2429
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2430
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2431
|
+
in the Software without restriction, including without limitation the rights
|
|
2432
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2433
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2434
|
+
furnished to do so, subject to the following conditions:
|
|
2457
2435
|
|
|
2458
|
-
|
|
2436
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2437
|
+
copies or substantial portions of the Software.
|
|
2438
|
+
|
|
2439
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2440
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2441
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2442
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2443
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2444
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2445
|
+
SOFTWARE.
|
|
2459
2446
|
|
|
2460
2447
|
````
|
|
2461
2448
|
|
|
@@ -2465,19 +2452,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2465
2452
|
|
|
2466
2453
|
### Rust Crates:
|
|
2467
2454
|
|
|
2468
|
-
- [
|
|
2469
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2470
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2471
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2472
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2473
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2474
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2475
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2476
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2455
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
2477
2456
|
|
|
2478
2457
|
````text
|
|
2479
|
-
Copyright (c)
|
|
2480
|
-
Copyright (c) 2017 The Tokio Authors
|
|
2458
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
2481
2459
|
|
|
2482
2460
|
Permission is hereby granted, free of charge, to any
|
|
2483
2461
|
person obtaining a copy of this software and associated
|
|
@@ -2511,10 +2489,47 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2511
2489
|
|
|
2512
2490
|
### Rust Crates:
|
|
2513
2491
|
|
|
2514
|
-
- [
|
|
2492
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
2515
2493
|
|
|
2516
2494
|
````text
|
|
2517
|
-
|
|
2495
|
+
The MIT License (MIT)
|
|
2496
|
+
|
|
2497
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
2498
|
+
|
|
2499
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2500
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2501
|
+
in the Software without restriction, including without limitation the rights
|
|
2502
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2503
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2504
|
+
furnished to do so, subject to the following conditions:
|
|
2505
|
+
|
|
2506
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2507
|
+
copies or substantial portions of the Software.
|
|
2508
|
+
|
|
2509
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2510
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2511
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2512
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2513
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2514
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2515
|
+
SOFTWARE.
|
|
2516
|
+
|
|
2517
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2518
|
+
licences; see files named LICENSE.*.txt for details.
|
|
2519
|
+
````
|
|
2520
|
+
|
|
2521
|
+
---
|
|
2522
|
+
|
|
2523
|
+
## The following dependencies are licensed under the MIT License:
|
|
2524
|
+
|
|
2525
|
+
### Rust Crates:
|
|
2526
|
+
|
|
2527
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
2528
|
+
|
|
2529
|
+
````text
|
|
2530
|
+
Copyright (c) 2017 Carl Lerche
|
|
2531
|
+
Copyright (c) 2018 Bastian Köcher
|
|
2532
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2518
2533
|
|
|
2519
2534
|
Permission is hereby granted, free of charge, to any
|
|
2520
2535
|
person obtaining a copy of this software and associated
|
|
@@ -2548,10 +2563,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2548
2563
|
|
|
2549
2564
|
### Rust Crates:
|
|
2550
2565
|
|
|
2551
|
-
- [
|
|
2566
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
2552
2567
|
|
|
2553
2568
|
````text
|
|
2554
|
-
|
|
2569
|
+
MIT License
|
|
2570
|
+
|
|
2571
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2572
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2573
|
+
Copyright (c) 2017 Frommi
|
|
2574
|
+
Copyright (c) 2017-2024 oyvindln
|
|
2555
2575
|
|
|
2556
2576
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2557
2577
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2560,17 +2580,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2560
2580
|
copies of the Software, and to permit persons to whom the Software is
|
|
2561
2581
|
furnished to do so, subject to the following conditions:
|
|
2562
2582
|
|
|
2563
|
-
The above copyright notice and this permission notice shall be included in
|
|
2564
|
-
|
|
2583
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2584
|
+
copies or substantial portions of the Software.
|
|
2565
2585
|
|
|
2566
2586
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2567
2587
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2568
2588
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2569
2589
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2570
2590
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2571
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2572
|
-
|
|
2573
|
-
|
|
2591
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2592
|
+
SOFTWARE.
|
|
2574
2593
|
|
|
2575
2594
|
````
|
|
2576
2595
|
|
|
@@ -2580,10 +2599,10 @@ THE SOFTWARE.
|
|
|
2580
2599
|
|
|
2581
2600
|
### Rust Crates:
|
|
2582
2601
|
|
|
2583
|
-
- [
|
|
2602
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
2584
2603
|
|
|
2585
2604
|
````text
|
|
2586
|
-
Copyright (c)
|
|
2605
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
2587
2606
|
|
|
2588
2607
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2589
2608
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2603,6 +2622,24 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2603
2622
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2604
2623
|
THE SOFTWARE.
|
|
2605
2624
|
|
|
2625
|
+
````
|
|
2626
|
+
|
|
2627
|
+
---
|
|
2628
|
+
|
|
2629
|
+
## The following dependencies are licensed under the MIT License:
|
|
2630
|
+
|
|
2631
|
+
### Rust Crates:
|
|
2632
|
+
|
|
2633
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
2634
|
+
|
|
2635
|
+
````text
|
|
2636
|
+
Copyright 2016 Nika Layzell
|
|
2637
|
+
|
|
2638
|
+
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:
|
|
2639
|
+
|
|
2640
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2641
|
+
|
|
2642
|
+
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.
|
|
2606
2643
|
|
|
2607
2644
|
````
|
|
2608
2645
|
|
|
@@ -2612,12 +2649,12 @@ THE SOFTWARE.
|
|
|
2612
2649
|
|
|
2613
2650
|
### Rust Crates:
|
|
2614
2651
|
|
|
2615
|
-
- [
|
|
2652
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
2616
2653
|
|
|
2617
2654
|
````text
|
|
2618
2655
|
MIT License
|
|
2619
2656
|
|
|
2620
|
-
Copyright (c) 2025
|
|
2657
|
+
Copyright (c) 2025 rutrum
|
|
2621
2658
|
|
|
2622
2659
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2623
2660
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2636,7 +2673,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
2636
2673
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2637
2674
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2638
2675
|
SOFTWARE.
|
|
2639
|
-
|
|
2640
2676
|
````
|
|
2641
2677
|
|
|
2642
2678
|
---
|
|
@@ -2645,34 +2681,32 @@ SOFTWARE.
|
|
|
2645
2681
|
|
|
2646
2682
|
### Rust Crates:
|
|
2647
2683
|
|
|
2648
|
-
- [
|
|
2684
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
2685
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2686
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2649
2687
|
|
|
2650
2688
|
````text
|
|
2651
|
-
|
|
2689
|
+
MIT License
|
|
2652
2690
|
|
|
2653
|
-
|
|
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:
|
|
2691
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
2662
2692
|
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2693
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2694
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2695
|
+
in the Software without restriction, including without limitation the rights
|
|
2696
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2697
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2698
|
+
furnished to do so, subject to the following conditions:
|
|
2666
2699
|
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
IN
|
|
2675
|
-
|
|
2700
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2701
|
+
copies or substantial portions of the Software.
|
|
2702
|
+
|
|
2703
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2704
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2705
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2706
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2707
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2708
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2709
|
+
SOFTWARE.
|
|
2676
2710
|
|
|
2677
2711
|
````
|
|
2678
2712
|
|
|
@@ -2682,11 +2716,68 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2682
2716
|
|
|
2683
2717
|
### Rust Crates:
|
|
2684
2718
|
|
|
2685
|
-
- [
|
|
2719
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
2720
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
2721
|
+
|
|
2722
|
+
````text
|
|
2723
|
+
The MIT License (MIT)
|
|
2724
|
+
|
|
2725
|
+
Copyright (c) 2015 Steven Fackler
|
|
2726
|
+
|
|
2727
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2728
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2729
|
+
the Software without restriction, including without limitation the rights to
|
|
2730
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2731
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2732
|
+
subject to the following conditions:
|
|
2733
|
+
|
|
2734
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2735
|
+
copies or substantial portions of the Software.
|
|
2736
|
+
|
|
2737
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2738
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2739
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2740
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2741
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2742
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2743
|
+
|
|
2744
|
+
````
|
|
2745
|
+
|
|
2746
|
+
---
|
|
2747
|
+
|
|
2748
|
+
## The following dependencies are licensed under the MIT License:
|
|
2749
|
+
|
|
2750
|
+
### Rust Crates:
|
|
2751
|
+
|
|
2752
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
2753
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2754
|
+
|
|
2755
|
+
````text
|
|
2756
|
+
The MIT License (MIT)
|
|
2757
|
+
|
|
2758
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
2759
|
+
|
|
2760
|
+
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:
|
|
2761
|
+
|
|
2762
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2763
|
+
|
|
2764
|
+
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.
|
|
2765
|
+
|
|
2766
|
+
````
|
|
2767
|
+
|
|
2768
|
+
---
|
|
2769
|
+
|
|
2770
|
+
## The following dependencies are licensed under the MIT License:
|
|
2771
|
+
|
|
2772
|
+
### NPM Packages:
|
|
2773
|
+
|
|
2774
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
2686
2775
|
|
|
2687
2776
|
````text
|
|
2688
2777
|
MIT License
|
|
2689
2778
|
|
|
2779
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2780
|
+
|
|
2690
2781
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2691
2782
|
of this software and associated documentation files (the "Software"), to deal
|
|
2692
2783
|
in the Software without restriction, including without limitation the rights
|
|
@@ -2705,6 +2796,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2705
2796
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2706
2797
|
SOFTWARE.
|
|
2707
2798
|
|
|
2799
|
+
[others]: https://github.com/json5/json5/contributors
|
|
2800
|
+
|
|
2708
2801
|
````
|
|
2709
2802
|
|
|
2710
2803
|
---
|
|
@@ -2713,15 +2806,10 @@ SOFTWARE.
|
|
|
2713
2806
|
|
|
2714
2807
|
### Rust Crates:
|
|
2715
2808
|
|
|
2716
|
-
- [
|
|
2717
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2718
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2719
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2720
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2721
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
2809
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
2722
2810
|
|
|
2723
2811
|
````text
|
|
2724
|
-
Copyright (c)
|
|
2812
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
2725
2813
|
|
|
2726
2814
|
Permission is hereby granted, free of charge, to any
|
|
2727
2815
|
person obtaining a copy of this software and associated
|
|
@@ -2755,29 +2843,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2755
2843
|
|
|
2756
2844
|
### Rust Crates:
|
|
2757
2845
|
|
|
2758
|
-
- [
|
|
2846
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
2759
2847
|
|
|
2760
2848
|
````text
|
|
2761
|
-
Copyright (c)
|
|
2762
|
-
Copyright (c) 2016 Jason Housley
|
|
2849
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
2763
2850
|
|
|
2764
|
-
Permission is hereby granted, free of charge, to any
|
|
2765
|
-
of this software and associated
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2851
|
+
Permission is hereby granted, free of charge, to any
|
|
2852
|
+
person obtaining a copy of this software and associated
|
|
2853
|
+
documentation files (the "Software"), to deal in the
|
|
2854
|
+
Software without restriction, including without
|
|
2855
|
+
limitation the rights to use, copy, modify, merge,
|
|
2856
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2857
|
+
the Software, and to permit persons to whom the Software
|
|
2858
|
+
is furnished to do so, subject to the following
|
|
2859
|
+
conditions:
|
|
2770
2860
|
|
|
2771
|
-
The above copyright notice and this permission notice
|
|
2772
|
-
all copies or substantial portions
|
|
2861
|
+
The above copyright notice and this permission notice
|
|
2862
|
+
shall be included in all copies or substantial portions
|
|
2863
|
+
of the Software.
|
|
2773
2864
|
|
|
2774
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2775
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2865
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2866
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2867
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2868
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2869
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2870
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2871
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2872
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2873
|
+
DEALINGS IN THE SOFTWARE.
|
|
2781
2874
|
|
|
2782
2875
|
````
|
|
2783
2876
|
|
|
@@ -2787,10 +2880,10 @@ THE SOFTWARE.
|
|
|
2787
2880
|
|
|
2788
2881
|
### Rust Crates:
|
|
2789
2882
|
|
|
2790
|
-
- [getrandom](https://github.com/rust-random/getrandom) (0.
|
|
2883
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
2791
2884
|
|
|
2792
2885
|
````text
|
|
2793
|
-
Copyright (c) 2018-
|
|
2886
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
2794
2887
|
Copyright (c) 2014 The Rust Project Developers
|
|
2795
2888
|
|
|
2796
2889
|
Permission is hereby granted, free of charge, to any
|
|
@@ -2825,10 +2918,46 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2825
2918
|
|
|
2826
2919
|
### Rust Crates:
|
|
2827
2920
|
|
|
2828
|
-
- [
|
|
2921
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
2829
2922
|
|
|
2830
2923
|
````text
|
|
2831
|
-
|
|
2924
|
+
MIT License
|
|
2925
|
+
|
|
2926
|
+
Copyright (c) 2025 Callum Oakley
|
|
2927
|
+
|
|
2928
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2929
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2930
|
+
in the Software without restriction, including without limitation the rights
|
|
2931
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2932
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2933
|
+
furnished to do so, subject to the following conditions:
|
|
2934
|
+
|
|
2935
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2936
|
+
copies or substantial portions of the Software.
|
|
2937
|
+
|
|
2938
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2939
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2940
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2941
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2942
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2943
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2944
|
+
SOFTWARE.
|
|
2945
|
+
|
|
2946
|
+
````
|
|
2947
|
+
|
|
2948
|
+
---
|
|
2949
|
+
|
|
2950
|
+
## The following dependencies are licensed under the MIT License:
|
|
2951
|
+
|
|
2952
|
+
### Rust Crates:
|
|
2953
|
+
|
|
2954
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
2955
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
2956
|
+
|
|
2957
|
+
````text
|
|
2958
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
2959
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2960
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
2832
2961
|
|
|
2833
2962
|
Permission is hereby granted, free of charge, to any
|
|
2834
2963
|
person obtaining a copy of this software and associated
|
|
@@ -2862,45 +2991,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2862
2991
|
|
|
2863
2992
|
### Rust Crates:
|
|
2864
2993
|
|
|
2865
|
-
- [
|
|
2994
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2866
2995
|
|
|
2867
2996
|
````text
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
Copyright (c) 2016 Johann Tuffe
|
|
2871
|
-
|
|
2872
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2873
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2874
|
-
in the Software without restriction, including without limitation the rights
|
|
2875
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2876
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2877
|
-
furnished to do so, subject to the following conditions:
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
The above copyright notice and this permission notice shall be included in
|
|
2881
|
-
all copies or substantial portions of the Software.
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2885
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2886
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2887
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2888
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2889
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2890
|
-
THE SOFTWARE.
|
|
2891
|
-
|
|
2892
|
-
````
|
|
2893
|
-
|
|
2894
|
-
---
|
|
2895
|
-
|
|
2896
|
-
## The following dependencies are licensed under the MIT License:
|
|
2897
|
-
|
|
2898
|
-
### Rust Crates:
|
|
2899
|
-
|
|
2900
|
-
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
2997
|
+
MIT License
|
|
2901
2998
|
|
|
2902
|
-
|
|
2903
|
-
Copyright (c) 2018 directories-rs contributors
|
|
2999
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2904
3000
|
|
|
2905
3001
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2906
3002
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2928,10 +3024,10 @@ SOFTWARE.
|
|
|
2928
3024
|
|
|
2929
3025
|
### Rust Crates:
|
|
2930
3026
|
|
|
2931
|
-
- [
|
|
3027
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
2932
3028
|
|
|
2933
3029
|
````text
|
|
2934
|
-
Copyright (c)
|
|
3030
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
2935
3031
|
|
|
2936
3032
|
Permission is hereby granted, free of charge, to any
|
|
2937
3033
|
person obtaining a copy of this software and associated
|
|
@@ -2965,10 +3061,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2965
3061
|
|
|
2966
3062
|
### Rust Crates:
|
|
2967
3063
|
|
|
2968
|
-
- [
|
|
3064
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
3065
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
2969
3066
|
|
|
2970
3067
|
````text
|
|
2971
|
-
Copyright (c)
|
|
3068
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
2972
3069
|
|
|
2973
3070
|
Permission is hereby granted, free of charge, to any
|
|
2974
3071
|
person obtaining a copy of this software and associated
|
|
@@ -3002,28 +3099,62 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3002
3099
|
|
|
3003
3100
|
### Rust Crates:
|
|
3004
3101
|
|
|
3005
|
-
- [
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3102
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
3103
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
3104
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
3105
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
3106
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
3107
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
3108
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
3109
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
3110
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
3111
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3112
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3113
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
3114
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
3115
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
3116
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
3117
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3118
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3119
|
+
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
3120
|
+
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
3121
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
3122
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
3123
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
3124
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
3125
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
3126
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
3127
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3128
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3129
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3130
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3131
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
3132
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
3133
|
+
|
|
3134
|
+
````text
|
|
3135
|
+
Permission is hereby granted, free of charge, to any
|
|
3136
|
+
person obtaining a copy of this software and associated
|
|
3137
|
+
documentation files (the "Software"), to deal in the
|
|
3138
|
+
Software without restriction, including without
|
|
3139
|
+
limitation the rights to use, copy, modify, merge,
|
|
3140
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3141
|
+
the Software, and to permit persons to whom the Software
|
|
3142
|
+
is furnished to do so, subject to the following
|
|
3143
|
+
conditions:
|
|
3144
|
+
|
|
3145
|
+
The above copyright notice and this permission notice
|
|
3146
|
+
shall be included in all copies or substantial portions
|
|
3147
|
+
of the Software.
|
|
3148
|
+
|
|
3149
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3150
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3151
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3152
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3153
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3154
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3155
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3156
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3157
|
+
DEALINGS IN THE SOFTWARE.
|
|
3027
3158
|
|
|
3028
3159
|
````
|
|
3029
3160
|
|
|
@@ -3031,33 +3162,55 @@ THE SOFTWARE.
|
|
|
3031
3162
|
|
|
3032
3163
|
## The following dependencies are licensed under the MIT License:
|
|
3033
3164
|
|
|
3034
|
-
###
|
|
3165
|
+
### Rust Crates:
|
|
3035
3166
|
|
|
3036
|
-
- [
|
|
3037
|
-
- [
|
|
3167
|
+
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
3168
|
+
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
3169
|
+
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
3170
|
+
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
3038
3171
|
|
|
3039
3172
|
````text
|
|
3040
|
-
|
|
3173
|
+
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:
|
|
3041
3174
|
|
|
3042
|
-
|
|
3175
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3043
3176
|
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
in the Software without restriction, including without limitation the rights
|
|
3047
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3048
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3049
|
-
furnished to do so, subject to the following conditions:
|
|
3177
|
+
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.
|
|
3178
|
+
````
|
|
3050
3179
|
|
|
3051
|
-
|
|
3052
|
-
copies or substantial portions of the Software.
|
|
3180
|
+
---
|
|
3053
3181
|
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3182
|
+
## The following dependencies are licensed under the MIT License:
|
|
3183
|
+
|
|
3184
|
+
### Rust Crates:
|
|
3185
|
+
|
|
3186
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
3187
|
+
|
|
3188
|
+
````text
|
|
3189
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
3190
|
+
|
|
3191
|
+
Permission is hereby granted, free of charge, to any
|
|
3192
|
+
person obtaining a copy of this software and associated
|
|
3193
|
+
documentation files (the "Software"), to deal in the
|
|
3194
|
+
Software without restriction, including without
|
|
3195
|
+
limitation the rights to use, copy, modify, merge,
|
|
3196
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3197
|
+
the Software, and to permit persons to whom the Software
|
|
3198
|
+
is furnished to do so, subject to the following
|
|
3199
|
+
conditions:
|
|
3200
|
+
|
|
3201
|
+
The above copyright notice and this permission notice
|
|
3202
|
+
shall be included in all copies or substantial portions
|
|
3203
|
+
of the Software.
|
|
3204
|
+
|
|
3205
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3206
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3207
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3208
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3209
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3210
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3211
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3212
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3213
|
+
DEALINGS IN THE SOFTWARE.
|
|
3061
3214
|
|
|
3062
3215
|
````
|
|
3063
3216
|
|
|
@@ -3065,15 +3218,16 @@ THE SOFTWARE.
|
|
|
3065
3218
|
|
|
3066
3219
|
## The following dependencies are licensed under the MIT License:
|
|
3067
3220
|
|
|
3068
|
-
###
|
|
3221
|
+
### Rust Crates:
|
|
3069
3222
|
|
|
3070
|
-
- [
|
|
3071
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3223
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
3072
3224
|
|
|
3073
3225
|
````text
|
|
3074
|
-
MIT License
|
|
3226
|
+
The MIT License (MIT)
|
|
3075
3227
|
|
|
3076
|
-
Copyright (c)
|
|
3228
|
+
Copyright (c) 2015 Danny Guo
|
|
3229
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3230
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
3077
3231
|
|
|
3078
3232
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3079
3233
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3101,14 +3255,49 @@ SOFTWARE.
|
|
|
3101
3255
|
|
|
3102
3256
|
### Rust Crates:
|
|
3103
3257
|
|
|
3104
|
-
- [
|
|
3105
|
-
|
|
3106
|
-
|
|
3258
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
3259
|
+
|
|
3260
|
+
````text
|
|
3261
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
3262
|
+
|
|
3263
|
+
Permission is hereby granted, free of charge, to any
|
|
3264
|
+
person obtaining a copy of this software and associated
|
|
3265
|
+
documentation files (the "Software"), to deal in the
|
|
3266
|
+
Software without restriction, including without
|
|
3267
|
+
limitation the rights to use, copy, modify, merge,
|
|
3268
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3269
|
+
the Software, and to permit persons to whom the Software
|
|
3270
|
+
is furnished to do so, subject to the following
|
|
3271
|
+
conditions:
|
|
3272
|
+
|
|
3273
|
+
The above copyright notice and this permission notice
|
|
3274
|
+
shall be included in all copies or substantial portions
|
|
3275
|
+
of the Software.
|
|
3276
|
+
|
|
3277
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3278
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3279
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3280
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3281
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3282
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3283
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3284
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3285
|
+
DEALINGS IN THE SOFTWARE.
|
|
3286
|
+
|
|
3287
|
+
````
|
|
3288
|
+
|
|
3289
|
+
---
|
|
3290
|
+
|
|
3291
|
+
## The following dependencies are licensed under the MIT License:
|
|
3292
|
+
|
|
3293
|
+
### NPM Packages:
|
|
3294
|
+
|
|
3295
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
3107
3296
|
|
|
3108
3297
|
````text
|
|
3109
3298
|
MIT License
|
|
3110
3299
|
|
|
3111
|
-
Copyright (c)
|
|
3300
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
3112
3301
|
|
|
3113
3302
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3114
3303
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3136,10 +3325,12 @@ SOFTWARE.
|
|
|
3136
3325
|
|
|
3137
3326
|
### Rust Crates:
|
|
3138
3327
|
|
|
3139
|
-
- [
|
|
3328
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
3140
3329
|
|
|
3141
3330
|
````text
|
|
3142
|
-
|
|
3331
|
+
The MIT License (MIT)
|
|
3332
|
+
|
|
3333
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
3143
3334
|
|
|
3144
3335
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3145
3336
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3167,13 +3358,10 @@ THE SOFTWARE.
|
|
|
3167
3358
|
|
|
3168
3359
|
### Rust Crates:
|
|
3169
3360
|
|
|
3170
|
-
- [
|
|
3171
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3361
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
3172
3362
|
|
|
3173
3363
|
````text
|
|
3174
|
-
Copyright (c)
|
|
3175
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
3176
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
3364
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
3177
3365
|
|
|
3178
3366
|
Permission is hereby granted, free of charge, to any
|
|
3179
3367
|
person obtaining a copy of this software and associated
|
|
@@ -3207,10 +3395,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3207
3395
|
|
|
3208
3396
|
### Rust Crates:
|
|
3209
3397
|
|
|
3210
|
-
- [
|
|
3398
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
3211
3399
|
|
|
3212
3400
|
````text
|
|
3213
|
-
Copyright (c)
|
|
3401
|
+
Copyright (c) 2016--2017
|
|
3214
3402
|
|
|
3215
3403
|
Permission is hereby granted, free of charge, to any
|
|
3216
3404
|
person obtaining a copy of this software and associated
|
|
@@ -3244,10 +3432,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3244
3432
|
|
|
3245
3433
|
### Rust Crates:
|
|
3246
3434
|
|
|
3247
|
-
- [
|
|
3435
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
3248
3436
|
|
|
3249
3437
|
````text
|
|
3250
|
-
Copyright (c) 2016
|
|
3438
|
+
Copyright (c) 2016 Anthony Ramine
|
|
3251
3439
|
|
|
3252
3440
|
Permission is hereby granted, free of charge, to any
|
|
3253
3441
|
person obtaining a copy of this software and associated
|
|
@@ -3281,13 +3469,47 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3281
3469
|
|
|
3282
3470
|
### Rust Crates:
|
|
3283
3471
|
|
|
3284
|
-
- [
|
|
3285
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3472
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
3286
3473
|
|
|
3287
3474
|
````text
|
|
3288
|
-
|
|
3475
|
+
Copyright (c) The Rust Project Developers
|
|
3289
3476
|
|
|
3290
|
-
|
|
3477
|
+
Permission is hereby granted, free of charge, to any
|
|
3478
|
+
person obtaining a copy of this software and associated
|
|
3479
|
+
documentation files (the "Software"), to deal in the
|
|
3480
|
+
Software without restriction, including without
|
|
3481
|
+
limitation the rights to use, copy, modify, merge,
|
|
3482
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3483
|
+
the Software, and to permit persons to whom the Software
|
|
3484
|
+
is furnished to do so, subject to the following
|
|
3485
|
+
conditions:
|
|
3486
|
+
|
|
3487
|
+
The above copyright notice and this permission notice
|
|
3488
|
+
shall be included in all copies or substantial portions
|
|
3489
|
+
of the Software.
|
|
3490
|
+
|
|
3491
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3492
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3493
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3494
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3495
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3496
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3497
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3498
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3499
|
+
DEALINGS IN THE SOFTWARE.
|
|
3500
|
+
|
|
3501
|
+
````
|
|
3502
|
+
|
|
3503
|
+
---
|
|
3504
|
+
|
|
3505
|
+
## The following dependencies are licensed under the MIT License:
|
|
3506
|
+
|
|
3507
|
+
### Rust Crates:
|
|
3508
|
+
|
|
3509
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
3510
|
+
|
|
3511
|
+
````text
|
|
3512
|
+
MIT License
|
|
3291
3513
|
|
|
3292
3514
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3293
3515
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3313,48 +3535,14 @@ SOFTWARE.
|
|
|
3313
3535
|
|
|
3314
3536
|
## The following dependencies are licensed under the MIT License:
|
|
3315
3537
|
|
|
3316
|
-
###
|
|
3538
|
+
### NPM Packages:
|
|
3317
3539
|
|
|
3318
|
-
- [
|
|
3540
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
3319
3541
|
|
|
3320
3542
|
````text
|
|
3321
|
-
The MIT License (MIT)
|
|
3322
|
-
|
|
3323
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
3324
|
-
|
|
3325
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3326
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3327
|
-
in the Software without restriction, including without limitation the rights
|
|
3328
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3329
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3330
|
-
furnished to do so, subject to the following conditions:
|
|
3331
|
-
|
|
3332
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3333
|
-
copies or substantial portions of the Software.
|
|
3334
|
-
|
|
3335
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3336
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3337
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3338
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3339
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3340
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3341
|
-
SOFTWARE.
|
|
3342
|
-
````
|
|
3343
|
-
|
|
3344
|
-
---
|
|
3345
|
-
|
|
3346
|
-
## The following dependencies are licensed under the MIT License:
|
|
3347
|
-
|
|
3348
|
-
### Rust Crates:
|
|
3349
|
-
|
|
3350
|
-
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
3351
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
3352
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3353
|
-
|
|
3354
|
-
````text
|
|
3355
|
-
MIT License
|
|
3543
|
+
The MIT License (MIT)
|
|
3356
3544
|
|
|
3357
|
-
Copyright (c)
|
|
3545
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
3358
3546
|
|
|
3359
3547
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3360
3548
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3374,47 +3562,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3374
3562
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3375
3563
|
SOFTWARE.
|
|
3376
3564
|
|
|
3377
|
-
````
|
|
3378
|
-
|
|
3379
|
-
---
|
|
3380
|
-
|
|
3381
|
-
## The following dependencies are licensed under the MIT License:
|
|
3382
|
-
|
|
3383
|
-
### Rust Crates:
|
|
3384
|
-
|
|
3385
|
-
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
3386
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3387
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3388
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3389
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3390
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3391
|
-
|
|
3392
|
-
````text
|
|
3393
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3394
|
-
|
|
3395
|
-
Permission is hereby granted, free of charge, to any
|
|
3396
|
-
person obtaining a copy of this software and associated
|
|
3397
|
-
documentation files (the "Software"), to deal in the
|
|
3398
|
-
Software without restriction, including without
|
|
3399
|
-
limitation the rights to use, copy, modify, merge,
|
|
3400
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3401
|
-
the Software, and to permit persons to whom the Software
|
|
3402
|
-
is furnished to do so, subject to the following
|
|
3403
|
-
conditions:
|
|
3404
|
-
|
|
3405
|
-
The above copyright notice and this permission notice
|
|
3406
|
-
shall be included in all copies or substantial portions
|
|
3407
|
-
of the Software.
|
|
3408
|
-
|
|
3409
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3410
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3411
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3412
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3413
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3414
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3415
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3416
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3417
|
-
DEALINGS IN THE SOFTWARE.
|
|
3418
3565
|
|
|
3419
3566
|
````
|
|
3420
3567
|
|
|
@@ -3424,34 +3571,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3424
3571
|
|
|
3425
3572
|
### Rust Crates:
|
|
3426
3573
|
|
|
3427
|
-
- [
|
|
3574
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
3428
3575
|
|
|
3429
3576
|
````text
|
|
3430
|
-
Copyright (c) 2016
|
|
3577
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
3431
3578
|
|
|
3432
|
-
Permission is hereby granted, free of charge, to any
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
the Software, and to permit persons to whom the Software
|
|
3439
|
-
is furnished to do so, subject to the following
|
|
3440
|
-
conditions:
|
|
3579
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3580
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3581
|
+
in the Software without restriction, including without limitation the rights
|
|
3582
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3583
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3584
|
+
furnished to do so, subject to the following conditions:
|
|
3441
3585
|
|
|
3442
|
-
The above copyright notice and this permission notice
|
|
3443
|
-
|
|
3444
|
-
of the Software.
|
|
3586
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3587
|
+
copies or substantial portions of the Software.
|
|
3445
3588
|
|
|
3446
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3454
|
-
DEALINGS IN THE SOFTWARE.
|
|
3589
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3590
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3591
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3592
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3593
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3594
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3595
|
+
SOFTWARE.
|
|
3455
3596
|
|
|
3456
3597
|
````
|
|
3457
3598
|
|
|
@@ -3461,49 +3602,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3461
3602
|
|
|
3462
3603
|
### Rust Crates:
|
|
3463
3604
|
|
|
3464
|
-
- [
|
|
3465
|
-
|
|
3466
|
-
````text
|
|
3467
|
-
Copyright 2019-2024 YOSHIOKA Takuma
|
|
3468
|
-
|
|
3469
|
-
Permission is hereby granted, free of charge, to any
|
|
3470
|
-
person obtaining a copy of this software and associated
|
|
3471
|
-
documentation files (the "Software"), to deal in the
|
|
3472
|
-
Software without restriction, including without
|
|
3473
|
-
limitation the rights to use, copy, modify, merge,
|
|
3474
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3475
|
-
the Software, and to permit persons to whom the Software
|
|
3476
|
-
is furnished to do so, subject to the following
|
|
3477
|
-
conditions:
|
|
3478
|
-
|
|
3479
|
-
The above copyright notice and this permission notice
|
|
3480
|
-
shall be included in all copies or substantial portions
|
|
3481
|
-
of the Software.
|
|
3482
|
-
|
|
3483
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3484
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3485
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3486
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3487
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3488
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3489
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3490
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3491
|
-
DEALINGS IN THE SOFTWARE.
|
|
3492
|
-
|
|
3493
|
-
````
|
|
3494
|
-
|
|
3495
|
-
---
|
|
3496
|
-
|
|
3497
|
-
## The following dependencies are licensed under the MIT License:
|
|
3498
|
-
|
|
3499
|
-
### NPM Packages:
|
|
3500
|
-
|
|
3501
|
-
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
3605
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
3502
3606
|
|
|
3503
3607
|
````text
|
|
3504
3608
|
The MIT License (MIT)
|
|
3505
3609
|
|
|
3506
|
-
Copyright (c)
|
|
3610
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
3611
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
3507
3612
|
|
|
3508
3613
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3509
3614
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3512,16 +3617,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3512
3617
|
copies of the Software, and to permit persons to whom the Software is
|
|
3513
3618
|
furnished to do so, subject to the following conditions:
|
|
3514
3619
|
|
|
3515
|
-
The above copyright notice and this permission notice shall be included in
|
|
3516
|
-
|
|
3620
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3621
|
+
copies or substantial portions of the Software.
|
|
3517
3622
|
|
|
3518
3623
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3519
3624
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3520
3625
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3521
3626
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3522
3627
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3523
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3524
|
-
|
|
3628
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3629
|
+
SOFTWARE.
|
|
3525
3630
|
|
|
3526
3631
|
````
|
|
3527
3632
|
|
|
@@ -3531,12 +3636,12 @@ THE SOFTWARE.
|
|
|
3531
3636
|
|
|
3532
3637
|
### Rust Crates:
|
|
3533
3638
|
|
|
3534
|
-
- [
|
|
3639
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
3535
3640
|
|
|
3536
3641
|
````text
|
|
3537
|
-
MIT License
|
|
3642
|
+
The MIT License (MIT)
|
|
3538
3643
|
|
|
3539
|
-
Copyright (c)
|
|
3644
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
3540
3645
|
|
|
3541
3646
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3542
3647
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3564,27 +3669,30 @@ SOFTWARE.
|
|
|
3564
3669
|
|
|
3565
3670
|
### NPM Packages:
|
|
3566
3671
|
|
|
3567
|
-
- [
|
|
3672
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.10) (0.0.10)
|
|
3568
3673
|
|
|
3569
3674
|
````text
|
|
3570
|
-
|
|
3675
|
+
MIT License
|
|
3571
3676
|
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
the Software
|
|
3577
|
-
|
|
3677
|
+
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
3678
|
+
|
|
3679
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3680
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3681
|
+
in the Software without restriction, including without limitation the rights
|
|
3682
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3683
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3684
|
+
furnished to do so, subject to the following conditions:
|
|
3578
3685
|
|
|
3579
3686
|
The above copyright notice and this permission notice shall be included in all
|
|
3580
3687
|
copies or substantial portions of the Software.
|
|
3581
3688
|
|
|
3582
3689
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3583
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3584
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3585
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3586
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3587
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3690
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3691
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3692
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3693
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3694
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3695
|
+
SOFTWARE.
|
|
3588
3696
|
|
|
3589
3697
|
````
|
|
3590
3698
|
|
|
@@ -3594,10 +3702,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3594
3702
|
|
|
3595
3703
|
### Rust Crates:
|
|
3596
3704
|
|
|
3597
|
-
- [
|
|
3705
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
3706
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
3598
3707
|
|
|
3599
3708
|
````text
|
|
3600
|
-
Copyright (c)
|
|
3709
|
+
Copyright (c) 2014 Alex Crichton
|
|
3601
3710
|
|
|
3602
3711
|
Permission is hereby granted, free of charge, to any
|
|
3603
3712
|
person obtaining a copy of this software and associated
|
|
@@ -3631,10 +3740,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3631
3740
|
|
|
3632
3741
|
### Rust Crates:
|
|
3633
3742
|
|
|
3634
|
-
- [
|
|
3743
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
3635
3744
|
|
|
3636
3745
|
````text
|
|
3637
|
-
Copyright (c) 2014
|
|
3746
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
3638
3747
|
|
|
3639
3748
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3640
3749
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3662,10 +3771,11 @@ THE SOFTWARE.
|
|
|
3662
3771
|
|
|
3663
3772
|
### Rust Crates:
|
|
3664
3773
|
|
|
3665
|
-
- [
|
|
3774
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
3775
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
3666
3776
|
|
|
3667
3777
|
````text
|
|
3668
|
-
Copyright (c)
|
|
3778
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
3669
3779
|
|
|
3670
3780
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3671
3781
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3691,36 +3801,29 @@ SOFTWARE.
|
|
|
3691
3801
|
|
|
3692
3802
|
## The following dependencies are licensed under the MIT License:
|
|
3693
3803
|
|
|
3694
|
-
###
|
|
3804
|
+
### NPM Packages:
|
|
3695
3805
|
|
|
3696
|
-
- [
|
|
3806
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
3697
3807
|
|
|
3698
3808
|
````text
|
|
3699
|
-
|
|
3809
|
+
This software is released under the MIT license:
|
|
3700
3810
|
|
|
3701
|
-
Permission is hereby granted, free of charge, to any
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
the Software, and to permit persons to whom the Software
|
|
3708
|
-
is furnished to do so, subject to the following
|
|
3709
|
-
conditions:
|
|
3811
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3812
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3813
|
+
the Software without restriction, including without limitation the rights to
|
|
3814
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3815
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3816
|
+
subject to the following conditions:
|
|
3710
3817
|
|
|
3711
|
-
The above copyright notice and this permission notice
|
|
3712
|
-
|
|
3713
|
-
of the Software.
|
|
3818
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3819
|
+
copies or substantial portions of the Software.
|
|
3714
3820
|
|
|
3715
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3722
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3723
|
-
DEALINGS IN THE SOFTWARE.
|
|
3821
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3822
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3823
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3824
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3825
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3826
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3724
3827
|
|
|
3725
3828
|
````
|
|
3726
3829
|
|
|
@@ -3730,11 +3833,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3730
3833
|
|
|
3731
3834
|
### Rust Crates:
|
|
3732
3835
|
|
|
3733
|
-
- [
|
|
3836
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
3734
3837
|
|
|
3735
3838
|
````text
|
|
3736
|
-
Copyright (c)
|
|
3737
|
-
Copyright (c)
|
|
3839
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
3840
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
3738
3841
|
|
|
3739
3842
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3740
3843
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3743,16 +3846,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3743
3846
|
copies of the Software, and to permit persons to whom the Software is
|
|
3744
3847
|
furnished to do so, subject to the following conditions:
|
|
3745
3848
|
|
|
3746
|
-
The above copyright notice and this permission notice shall be included in
|
|
3747
|
-
|
|
3849
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3850
|
+
copies or substantial portions of the Software.
|
|
3748
3851
|
|
|
3749
3852
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3750
3853
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3751
3854
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3752
3855
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3753
3856
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3754
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3755
|
-
|
|
3857
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3858
|
+
SOFTWARE.
|
|
3756
3859
|
|
|
3757
3860
|
````
|
|
3758
3861
|
|
|
@@ -3762,11 +3865,10 @@ THE SOFTWARE.
|
|
|
3762
3865
|
|
|
3763
3866
|
### Rust Crates:
|
|
3764
3867
|
|
|
3765
|
-
- [
|
|
3868
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
3766
3869
|
|
|
3767
3870
|
````text
|
|
3768
|
-
Copyright (c)
|
|
3769
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3871
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
3770
3872
|
|
|
3771
3873
|
Permission is hereby granted, free of charge, to any
|
|
3772
3874
|
person obtaining a copy of this software and associated
|
|
@@ -3837,149 +3939,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3837
3939
|
|
|
3838
3940
|
### Rust Crates:
|
|
3839
3941
|
|
|
3840
|
-
- [
|
|
3841
|
-
|
|
3842
|
-
````text
|
|
3843
|
-
Copyright 2023 The Fuchsia Authors
|
|
3844
|
-
|
|
3845
|
-
Permission is hereby granted, free of charge, to any
|
|
3846
|
-
person obtaining a copy of this software and associated
|
|
3847
|
-
documentation files (the "Software"), to deal in the
|
|
3848
|
-
Software without restriction, including without
|
|
3849
|
-
limitation the rights to use, copy, modify, merge,
|
|
3850
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3851
|
-
the Software, and to permit persons to whom the Software
|
|
3852
|
-
is furnished to do so, subject to the following
|
|
3853
|
-
conditions:
|
|
3854
|
-
|
|
3855
|
-
The above copyright notice and this permission notice
|
|
3856
|
-
shall be included in all copies or substantial portions
|
|
3857
|
-
of the Software.
|
|
3858
|
-
|
|
3859
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3860
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3861
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3862
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3863
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3864
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3865
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3866
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3867
|
-
DEALINGS IN THE SOFTWARE.
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
````
|
|
3871
|
-
|
|
3872
|
-
---
|
|
3873
|
-
|
|
3874
|
-
## The following dependencies are licensed under the MIT License:
|
|
3875
|
-
|
|
3876
|
-
### Rust Crates:
|
|
3877
|
-
|
|
3878
|
-
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
3879
|
-
|
|
3880
|
-
````text
|
|
3881
|
-
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
3882
|
-
|
|
3883
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3884
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
3885
|
-
the Software without restriction, including without limitation the rights to
|
|
3886
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3887
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3888
|
-
subject to the following conditions:
|
|
3889
|
-
|
|
3890
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3891
|
-
copies or substantial portions of the Software.
|
|
3892
|
-
|
|
3893
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3894
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3895
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
3896
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
3897
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3898
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3899
|
-
|
|
3900
|
-
````
|
|
3901
|
-
|
|
3902
|
-
---
|
|
3903
|
-
|
|
3904
|
-
## The following dependencies are licensed under the MIT License:
|
|
3905
|
-
|
|
3906
|
-
### Rust Crates:
|
|
3907
|
-
|
|
3908
|
-
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
3909
|
-
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
3910
|
-
|
|
3911
|
-
````text
|
|
3912
|
-
The MIT License (MIT)
|
|
3913
|
-
|
|
3914
|
-
Copyright (c) 2015 Steven Fackler
|
|
3915
|
-
|
|
3916
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3917
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
3918
|
-
the Software without restriction, including without limitation the rights to
|
|
3919
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3920
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3921
|
-
subject to the following conditions:
|
|
3922
|
-
|
|
3923
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3924
|
-
copies or substantial portions of the Software.
|
|
3925
|
-
|
|
3926
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3927
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3928
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3929
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3930
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3931
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3932
|
-
|
|
3933
|
-
````
|
|
3934
|
-
|
|
3935
|
-
---
|
|
3936
|
-
|
|
3937
|
-
## The following dependencies are licensed under the MIT License:
|
|
3938
|
-
|
|
3939
|
-
### Rust Crates:
|
|
3940
|
-
|
|
3941
|
-
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
3942
|
-
|
|
3943
|
-
````text
|
|
3944
|
-
Copyright (c) 2017 Robert Grosse
|
|
3945
|
-
|
|
3946
|
-
Permission is hereby granted, free of charge, to any
|
|
3947
|
-
person obtaining a copy of this software and associated
|
|
3948
|
-
documentation files (the "Software"), to deal in the
|
|
3949
|
-
Software without restriction, including without
|
|
3950
|
-
limitation the rights to use, copy, modify, merge,
|
|
3951
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3952
|
-
the Software, and to permit persons to whom the Software
|
|
3953
|
-
is furnished to do so, subject to the following
|
|
3954
|
-
conditions:
|
|
3955
|
-
|
|
3956
|
-
The above copyright notice and this permission notice
|
|
3957
|
-
shall be included in all copies or substantial portions
|
|
3958
|
-
of the Software.
|
|
3959
|
-
|
|
3960
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3961
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3962
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3963
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3964
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3965
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3966
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3967
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3968
|
-
DEALINGS IN THE SOFTWARE.
|
|
3969
|
-
````
|
|
3970
|
-
|
|
3971
|
-
---
|
|
3972
|
-
|
|
3973
|
-
## The following dependencies are licensed under the MIT License:
|
|
3974
|
-
|
|
3975
|
-
### Rust Crates:
|
|
3976
|
-
|
|
3977
|
-
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
3942
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
3978
3943
|
|
|
3979
3944
|
````text
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
3945
|
+
Copyright (c) 2017 Daniel Abramov
|
|
3946
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3983
3947
|
|
|
3984
3948
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3985
3949
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4007,13 +3971,10 @@ THE SOFTWARE.
|
|
|
4007
3971
|
|
|
4008
3972
|
### Rust Crates:
|
|
4009
3973
|
|
|
4010
|
-
- [
|
|
3974
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
4011
3975
|
|
|
4012
3976
|
````text
|
|
4013
|
-
|
|
4014
|
-
|
|
4015
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
4016
|
-
Copyright (c) Tokio Contributors
|
|
3977
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
4017
3978
|
|
|
4018
3979
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4019
3980
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4022,53 +3983,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
4022
3983
|
copies of the Software, and to permit persons to whom the Software is
|
|
4023
3984
|
furnished to do so, subject to the following conditions:
|
|
4024
3985
|
|
|
4025
|
-
The above copyright notice and this permission notice shall be included in
|
|
4026
|
-
copies or substantial portions of the Software.
|
|
3986
|
+
The above copyright notice and this permission notice shall be included in
|
|
3987
|
+
all copies or substantial portions of the Software.
|
|
4027
3988
|
|
|
4028
3989
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4029
3990
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4030
3991
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4031
3992
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4032
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4033
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4034
|
-
SOFTWARE.
|
|
4035
|
-
|
|
4036
|
-
````
|
|
4037
|
-
|
|
4038
|
-
---
|
|
4039
|
-
|
|
4040
|
-
## The following dependencies are licensed under the MIT License:
|
|
4041
|
-
|
|
4042
|
-
### Rust Crates:
|
|
4043
|
-
|
|
4044
|
-
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
4045
|
-
|
|
4046
|
-
````text
|
|
4047
|
-
Copyright (c) 2017 http-rs authors
|
|
4048
|
-
|
|
4049
|
-
Permission is hereby granted, free of charge, to any
|
|
4050
|
-
person obtaining a copy of this software and associated
|
|
4051
|
-
documentation files (the "Software"), to deal in the
|
|
4052
|
-
Software without restriction, including without
|
|
4053
|
-
limitation the rights to use, copy, modify, merge,
|
|
4054
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
4055
|
-
the Software, and to permit persons to whom the Software
|
|
4056
|
-
is furnished to do so, subject to the following
|
|
4057
|
-
conditions:
|
|
4058
|
-
|
|
4059
|
-
The above copyright notice and this permission notice
|
|
4060
|
-
shall be included in all copies or substantial portions
|
|
4061
|
-
of the Software.
|
|
4062
|
-
|
|
4063
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4064
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4065
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
4066
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
4067
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4068
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4069
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4070
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4071
|
-
DEALINGS IN THE SOFTWARE.
|
|
3993
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3994
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3995
|
+
THE SOFTWARE.
|
|
3996
|
+
|
|
4072
3997
|
|
|
4073
3998
|
````
|
|
4074
3999
|
|
|
@@ -4078,15 +4003,17 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4078
4003
|
|
|
4079
4004
|
### Rust Crates:
|
|
4080
4005
|
|
|
4081
|
-
- [
|
|
4082
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
4083
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
4084
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
4006
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
4085
4007
|
|
|
4086
4008
|
````text
|
|
4087
|
-
The
|
|
4009
|
+
Copyright (c) 2016 The humantime Developers
|
|
4010
|
+
|
|
4011
|
+
Includes parts of http date with the following copyright:
|
|
4012
|
+
Copyright (c) 2016 Pyfisch
|
|
4013
|
+
|
|
4014
|
+
Includes portions of musl libc with the following copyright:
|
|
4015
|
+
Copyright © 2005-2013 Rich Felker
|
|
4088
4016
|
|
|
4089
|
-
Copyright (c) 2015 Andrew Gallant
|
|
4090
4017
|
|
|
4091
4018
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4092
4019
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4095,16 +4022,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
4095
4022
|
copies of the Software, and to permit persons to whom the Software is
|
|
4096
4023
|
furnished to do so, subject to the following conditions:
|
|
4097
4024
|
|
|
4098
|
-
The above copyright notice and this permission notice shall be included in
|
|
4099
|
-
|
|
4025
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4026
|
+
copies or substantial portions of the Software.
|
|
4100
4027
|
|
|
4101
4028
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4102
4029
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4103
4030
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4104
4031
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4105
4032
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4106
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4107
|
-
|
|
4033
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4034
|
+
SOFTWARE.
|
|
4108
4035
|
|
|
4109
4036
|
````
|
|
4110
4037
|
|
|
@@ -4114,10 +4041,10 @@ THE SOFTWARE.
|
|
|
4114
4041
|
|
|
4115
4042
|
### Rust Crates:
|
|
4116
4043
|
|
|
4117
|
-
- [
|
|
4044
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
4118
4045
|
|
|
4119
4046
|
````text
|
|
4120
|
-
Copyright (c)
|
|
4047
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
4121
4048
|
|
|
4122
4049
|
Permission is hereby granted, free of charge, to any
|
|
4123
4050
|
person obtaining a copy of this software and associated
|
|
@@ -4151,10 +4078,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4151
4078
|
|
|
4152
4079
|
### Rust Crates:
|
|
4153
4080
|
|
|
4154
|
-
- [
|
|
4081
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
4082
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
4083
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
4155
4084
|
|
|
4156
4085
|
````text
|
|
4157
|
-
Copyright (c)
|
|
4086
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
4158
4087
|
|
|
4159
4088
|
Permission is hereby granted, free of charge, to any
|
|
4160
4089
|
person obtaining a copy of this software and associated
|
|
@@ -4188,34 +4117,31 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4188
4117
|
|
|
4189
4118
|
### Rust Crates:
|
|
4190
4119
|
|
|
4191
|
-
- [
|
|
4120
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
4192
4121
|
|
|
4193
4122
|
````text
|
|
4194
|
-
|
|
4123
|
+
MIT License
|
|
4195
4124
|
|
|
4196
|
-
|
|
4197
|
-
|
|
4198
|
-
documentation files (the "Software"), to deal in the
|
|
4199
|
-
Software without restriction, including without
|
|
4200
|
-
limitation the rights to use, copy, modify, merge,
|
|
4201
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
4202
|
-
the Software, and to permit persons to whom the Software
|
|
4203
|
-
is furnished to do so, subject to the following
|
|
4204
|
-
conditions:
|
|
4125
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
4126
|
+
Copyright (c) Tokio Contributors
|
|
4205
4127
|
|
|
4206
|
-
|
|
4207
|
-
|
|
4208
|
-
|
|
4128
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4129
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4130
|
+
in the Software without restriction, including without limitation the rights
|
|
4131
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4132
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4133
|
+
furnished to do so, subject to the following conditions:
|
|
4209
4134
|
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
4215
|
-
|
|
4216
|
-
|
|
4217
|
-
IN
|
|
4218
|
-
|
|
4135
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4136
|
+
copies or substantial portions of the Software.
|
|
4137
|
+
|
|
4138
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4139
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4140
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4141
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4142
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4143
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4144
|
+
SOFTWARE.
|
|
4219
4145
|
|
|
4220
4146
|
````
|
|
4221
4147
|
|
|
@@ -4225,11 +4151,117 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4225
4151
|
|
|
4226
4152
|
### Rust Crates:
|
|
4227
4153
|
|
|
4228
|
-
- [
|
|
4229
|
-
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
4154
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
4230
4155
|
|
|
4231
4156
|
````text
|
|
4232
|
-
Copyright (c)
|
|
4157
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
4158
|
+
|
|
4159
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4160
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4161
|
+
in the Software without restriction, including without limitation the rights
|
|
4162
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4163
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4164
|
+
furnished to do so, subject to the following conditions:
|
|
4165
|
+
|
|
4166
|
+
The above copyright notice and this permission notice shall be included in
|
|
4167
|
+
all copies or substantial portions of the Software.
|
|
4168
|
+
|
|
4169
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4170
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4171
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4172
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4173
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4174
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4175
|
+
THE SOFTWARE.
|
|
4176
|
+
|
|
4177
|
+
````
|
|
4178
|
+
|
|
4179
|
+
---
|
|
4180
|
+
|
|
4181
|
+
## The following dependencies are licensed under the MIT License:
|
|
4182
|
+
|
|
4183
|
+
### Rust Crates:
|
|
4184
|
+
|
|
4185
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
4186
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
4187
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
4188
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
4189
|
+
|
|
4190
|
+
````text
|
|
4191
|
+
The MIT License (MIT)
|
|
4192
|
+
|
|
4193
|
+
Copyright (c) 2015 Andrew Gallant
|
|
4194
|
+
|
|
4195
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4196
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4197
|
+
in the Software without restriction, including without limitation the rights
|
|
4198
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4199
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4200
|
+
furnished to do so, subject to the following conditions:
|
|
4201
|
+
|
|
4202
|
+
The above copyright notice and this permission notice shall be included in
|
|
4203
|
+
all copies or substantial portions of the Software.
|
|
4204
|
+
|
|
4205
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4206
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4207
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4208
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4209
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4210
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4211
|
+
THE SOFTWARE.
|
|
4212
|
+
|
|
4213
|
+
````
|
|
4214
|
+
|
|
4215
|
+
---
|
|
4216
|
+
|
|
4217
|
+
## The following dependencies are licensed under the MIT License:
|
|
4218
|
+
|
|
4219
|
+
### Rust Crates:
|
|
4220
|
+
|
|
4221
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
4222
|
+
|
|
4223
|
+
````text
|
|
4224
|
+
The MIT License (MIT)
|
|
4225
|
+
|
|
4226
|
+
Copyright (c) 2016 Johann Tuffe
|
|
4227
|
+
|
|
4228
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4229
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4230
|
+
in the Software without restriction, including without limitation the rights
|
|
4231
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4232
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4233
|
+
furnished to do so, subject to the following conditions:
|
|
4234
|
+
|
|
4235
|
+
|
|
4236
|
+
The above copyright notice and this permission notice shall be included in
|
|
4237
|
+
all copies or substantial portions of the Software.
|
|
4238
|
+
|
|
4239
|
+
|
|
4240
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4241
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4242
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4243
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4244
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4245
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4246
|
+
THE SOFTWARE.
|
|
4247
|
+
|
|
4248
|
+
````
|
|
4249
|
+
|
|
4250
|
+
---
|
|
4251
|
+
|
|
4252
|
+
## The following dependencies are licensed under the MIT License:
|
|
4253
|
+
|
|
4254
|
+
### Rust Crates:
|
|
4255
|
+
|
|
4256
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
4257
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
4258
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
4259
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
4260
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
4261
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
4262
|
+
|
|
4263
|
+
````text
|
|
4264
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
4233
4265
|
|
|
4234
4266
|
Permission is hereby granted, free of charge, to any
|
|
4235
4267
|
person obtaining a copy of this software and associated
|
|
@@ -4644,47 +4676,18 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4644
4676
|
|
|
4645
4677
|
---
|
|
4646
4678
|
|
|
4647
|
-
## The following dependencies are licensed under the UNKNOWN License:
|
|
4648
|
-
|
|
4649
|
-
### NPM Packages:
|
|
4650
|
-
|
|
4651
|
-
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.6) (0.0.6)
|
|
4652
|
-
|
|
4653
|
-
````text
|
|
4654
|
-
Please refer to the package README for license details.
|
|
4655
|
-
````
|
|
4656
|
-
|
|
4657
|
-
---
|
|
4658
|
-
|
|
4659
4679
|
## The following dependencies are licensed under the Unicode-3.0 License:
|
|
4660
4680
|
|
|
4661
4681
|
### Rust Crates:
|
|
4662
4682
|
|
|
4663
|
-
- [
|
|
4664
|
-
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4665
|
-
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4666
|
-
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4667
|
-
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4668
|
-
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4669
|
-
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4670
|
-
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4671
|
-
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4672
|
-
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4673
|
-
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4674
|
-
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4675
|
-
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4676
|
-
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4677
|
-
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4678
|
-
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4679
|
-
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4680
|
-
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4683
|
+
- [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
|
|
4681
4684
|
|
|
4682
4685
|
````text
|
|
4683
4686
|
UNICODE LICENSE V3
|
|
4684
4687
|
|
|
4685
4688
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4686
4689
|
|
|
4687
|
-
Copyright ©
|
|
4690
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
4688
4691
|
|
|
4689
4692
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4690
4693
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4720,13 +4723,6 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4720
4723
|
dealings in these Data Files or Software without prior written
|
|
4721
4724
|
authorization of the copyright holder.
|
|
4722
4725
|
|
|
4723
|
-
SPDX-License-Identifier: Unicode-3.0
|
|
4724
|
-
|
|
4725
|
-
—
|
|
4726
|
-
|
|
4727
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4728
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4729
|
-
|
|
4730
4726
|
````
|
|
4731
4727
|
|
|
4732
4728
|
---
|
|
@@ -4735,14 +4731,31 @@ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation a
|
|
|
4735
4731
|
|
|
4736
4732
|
### Rust Crates:
|
|
4737
4733
|
|
|
4738
|
-
- [
|
|
4734
|
+
- [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4735
|
+
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4736
|
+
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4737
|
+
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4738
|
+
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4739
|
+
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4740
|
+
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4741
|
+
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4742
|
+
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4743
|
+
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4744
|
+
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4745
|
+
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4746
|
+
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4747
|
+
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4748
|
+
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4749
|
+
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4750
|
+
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4751
|
+
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4739
4752
|
|
|
4740
4753
|
````text
|
|
4741
4754
|
UNICODE LICENSE V3
|
|
4742
4755
|
|
|
4743
4756
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4744
4757
|
|
|
4745
|
-
Copyright ©
|
|
4758
|
+
Copyright © 2020-2024 Unicode, Inc.
|
|
4746
4759
|
|
|
4747
4760
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4748
4761
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4778,5 +4791,12 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4778
4791
|
dealings in these Data Files or Software without prior written
|
|
4779
4792
|
authorization of the copyright holder.
|
|
4780
4793
|
|
|
4794
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
4795
|
+
|
|
4796
|
+
—
|
|
4797
|
+
|
|
4798
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4799
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4800
|
+
|
|
4781
4801
|
````
|
|
4782
4802
|
|