@deveco-codegenie/mcp-darwin-arm64 1.1.5 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD_PARTY_LICENSES.md +1213 -1213
- package/bin/codegenie-mcp-server +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -22,21 +22,23 @@
|
|
|
22
22
|
|
|
23
23
|
### Rust Crates:
|
|
24
24
|
|
|
25
|
-
- [
|
|
25
|
+
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
26
26
|
|
|
27
27
|
````text
|
|
28
|
-
|
|
28
|
+
BSD Zero Clause License
|
|
29
29
|
|
|
30
|
-
|
|
31
|
-
any purpose with or without fee is hereby granted.
|
|
30
|
+
Copyright (c) 2024 kotauskas
|
|
32
31
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
32
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
33
|
+
purpose with or without fee is hereby granted.
|
|
34
|
+
|
|
35
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
36
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
37
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
38
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
39
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
40
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
41
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
40
42
|
|
|
41
43
|
````
|
|
42
44
|
|
|
@@ -72,23 +74,108 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
72
74
|
|
|
73
75
|
### Rust Crates:
|
|
74
76
|
|
|
75
|
-
- [
|
|
77
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
76
78
|
|
|
77
79
|
````text
|
|
78
|
-
|
|
80
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
79
81
|
|
|
80
|
-
|
|
82
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
83
|
+
any purpose with or without fee is hereby granted.
|
|
81
84
|
|
|
82
|
-
|
|
83
|
-
|
|
85
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
86
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
87
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
88
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
89
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
90
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
91
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
84
92
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
93
|
+
````
|
|
94
|
+
|
|
95
|
+
---
|
|
96
|
+
|
|
97
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
98
|
+
|
|
99
|
+
### Rust Crates:
|
|
100
|
+
|
|
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)
|
|
104
|
+
|
|
105
|
+
````text
|
|
106
|
+
Apache License
|
|
107
|
+
Version 2.0, January 2004
|
|
108
|
+
http://www.apache.org/licenses/
|
|
109
|
+
|
|
110
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
111
|
+
|
|
112
|
+
1. Definitions.
|
|
113
|
+
|
|
114
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
115
|
+
|
|
116
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
117
|
+
|
|
118
|
+
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
119
|
+
|
|
120
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
121
|
+
|
|
122
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
123
|
+
|
|
124
|
+
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
125
|
+
|
|
126
|
+
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
127
|
+
|
|
128
|
+
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
129
|
+
|
|
130
|
+
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
131
|
+
|
|
132
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
133
|
+
|
|
134
|
+
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
135
|
+
|
|
136
|
+
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
137
|
+
|
|
138
|
+
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
139
|
+
|
|
140
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
141
|
+
|
|
142
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
143
|
+
|
|
144
|
+
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
145
|
+
|
|
146
|
+
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
147
|
+
|
|
148
|
+
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
149
|
+
|
|
150
|
+
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
151
|
+
|
|
152
|
+
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
153
|
+
|
|
154
|
+
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
155
|
+
|
|
156
|
+
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
157
|
+
|
|
158
|
+
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
159
|
+
|
|
160
|
+
END OF TERMS AND CONDITIONS
|
|
161
|
+
|
|
162
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
163
|
+
|
|
164
|
+
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
165
|
+
|
|
166
|
+
Copyright [yyyy] [name of copyright owner]
|
|
167
|
+
|
|
168
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
169
|
+
you may not use this file except in compliance with the License.
|
|
170
|
+
You may obtain a copy of the License at
|
|
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.
|
|
92
179
|
|
|
93
180
|
````
|
|
94
181
|
|
|
@@ -311,93 +398,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
311
398
|
|
|
312
399
|
### Rust Crates:
|
|
313
400
|
|
|
314
|
-
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
315
|
-
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
316
|
-
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
317
|
-
|
|
318
|
-
````text
|
|
319
|
-
Apache License
|
|
320
|
-
Version 2.0, January 2004
|
|
321
|
-
http://www.apache.org/licenses/
|
|
322
|
-
|
|
323
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
324
|
-
|
|
325
|
-
1. Definitions.
|
|
326
|
-
|
|
327
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
328
|
-
|
|
329
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
330
|
-
|
|
331
|
-
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
332
|
-
|
|
333
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
334
|
-
|
|
335
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
336
|
-
|
|
337
|
-
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
338
|
-
|
|
339
|
-
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
340
|
-
|
|
341
|
-
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
342
|
-
|
|
343
|
-
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
344
|
-
|
|
345
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
346
|
-
|
|
347
|
-
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
348
|
-
|
|
349
|
-
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
350
|
-
|
|
351
|
-
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
352
|
-
|
|
353
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
354
|
-
|
|
355
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
356
|
-
|
|
357
|
-
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
358
|
-
|
|
359
|
-
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
360
|
-
|
|
361
|
-
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
362
|
-
|
|
363
|
-
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
364
|
-
|
|
365
|
-
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
366
|
-
|
|
367
|
-
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
368
|
-
|
|
369
|
-
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
370
|
-
|
|
371
|
-
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
372
|
-
|
|
373
|
-
END OF TERMS AND CONDITIONS
|
|
374
|
-
|
|
375
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
376
|
-
|
|
377
|
-
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
378
|
-
|
|
379
|
-
Copyright [yyyy] [name of copyright owner]
|
|
380
|
-
|
|
381
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
382
|
-
you may not use this file except in compliance with the License.
|
|
383
|
-
You may obtain a copy of the License at
|
|
384
|
-
|
|
385
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
386
|
-
|
|
387
|
-
Unless required by applicable law or agreed to in writing, software
|
|
388
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
389
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
390
|
-
See the License for the specific language governing permissions and
|
|
391
|
-
limitations under the License.
|
|
392
|
-
|
|
393
|
-
````
|
|
394
|
-
|
|
395
|
-
---
|
|
396
|
-
|
|
397
|
-
## The following dependencies are licensed under the Apache-2.0 License:
|
|
398
|
-
|
|
399
|
-
### Rust Crates:
|
|
400
|
-
|
|
401
401
|
- [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
|
|
402
402
|
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
403
403
|
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
@@ -654,14 +654,17 @@ The complete list of contributors can be found at:
|
|
|
654
654
|
|
|
655
655
|
### Rust Crates:
|
|
656
656
|
|
|
657
|
-
- [
|
|
658
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
659
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
657
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
660
658
|
|
|
661
659
|
````text
|
|
662
|
-
|
|
660
|
+
Copyright (c) 2016 The humantime Developers
|
|
661
|
+
|
|
662
|
+
Includes parts of http date with the following copyright:
|
|
663
|
+
Copyright (c) 2016 Pyfisch
|
|
664
|
+
|
|
665
|
+
Includes portions of musl libc with the following copyright:
|
|
666
|
+
Copyright © 2005-2013 Rich Felker
|
|
663
667
|
|
|
664
|
-
Copyright (c) 2017 Ted Driggs
|
|
665
668
|
|
|
666
669
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
667
670
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -689,30 +692,34 @@ SOFTWARE.
|
|
|
689
692
|
|
|
690
693
|
### Rust Crates:
|
|
691
694
|
|
|
692
|
-
- [
|
|
695
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
693
696
|
|
|
694
697
|
````text
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
698
|
+
The MIT License (MIT)
|
|
699
|
+
|
|
700
|
+
Copyright (c) 2016 Johann Tuffe
|
|
701
|
+
|
|
702
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
703
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
704
|
+
in the Software without restriction, including without limitation the rights
|
|
705
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
706
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
707
|
+
furnished to do so, subject to the following conditions:
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
The above copyright notice and this permission notice shall be included in
|
|
711
|
+
all copies or substantial portions of the Software.
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
715
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
716
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
717
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
718
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
719
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
720
|
+
THE SOFTWARE.
|
|
721
|
+
|
|
722
|
+
````
|
|
716
723
|
|
|
717
724
|
---
|
|
718
725
|
|
|
@@ -720,10 +727,10 @@ THE SOFTWARE.
|
|
|
720
727
|
|
|
721
728
|
### Rust Crates:
|
|
722
729
|
|
|
723
|
-
- [
|
|
730
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
724
731
|
|
|
725
732
|
````text
|
|
726
|
-
Copyright (c)
|
|
733
|
+
Copyright (c) 2015 Steven Allen
|
|
727
734
|
|
|
728
735
|
Permission is hereby granted, free of charge, to any
|
|
729
736
|
person obtaining a copy of this software and associated
|
|
@@ -748,6 +755,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
748
755
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
749
756
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
750
757
|
DEALINGS IN THE SOFTWARE.
|
|
758
|
+
|
|
751
759
|
````
|
|
752
760
|
|
|
753
761
|
---
|
|
@@ -756,10 +764,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
756
764
|
|
|
757
765
|
### Rust Crates:
|
|
758
766
|
|
|
759
|
-
- [
|
|
767
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
760
768
|
|
|
761
769
|
````text
|
|
762
|
-
Copyright (c)
|
|
770
|
+
Copyright (c) 2017 Carl Lerche
|
|
771
|
+
Copyright (c) 2018 Bastian Köcher
|
|
772
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
763
773
|
|
|
764
774
|
Permission is hereby granted, free of charge, to any
|
|
765
775
|
person obtaining a copy of this software and associated
|
|
@@ -793,10 +803,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
793
803
|
|
|
794
804
|
### Rust Crates:
|
|
795
805
|
|
|
796
|
-
- [
|
|
806
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
797
807
|
|
|
798
808
|
````text
|
|
799
|
-
MIT License
|
|
809
|
+
The MIT License (MIT)
|
|
810
|
+
|
|
811
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
812
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
800
813
|
|
|
801
814
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
802
815
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -824,34 +837,30 @@ SOFTWARE.
|
|
|
824
837
|
|
|
825
838
|
### Rust Crates:
|
|
826
839
|
|
|
827
|
-
- [
|
|
828
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
829
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
830
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
840
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
831
841
|
|
|
832
842
|
````text
|
|
833
|
-
The MIT License (MIT)
|
|
834
|
-
|
|
835
|
-
Copyright (c) 2015
|
|
836
|
-
|
|
837
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
838
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
839
|
-
in the Software without restriction, including without limitation the rights
|
|
840
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
841
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
842
|
-
furnished to do so, subject to the following conditions:
|
|
843
|
-
|
|
844
|
-
The above copyright notice and this permission notice shall be included in
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
848
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
849
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
850
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
851
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
852
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
853
|
-
|
|
854
|
-
|
|
843
|
+
The MIT License (MIT)
|
|
844
|
+
|
|
845
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
846
|
+
|
|
847
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
848
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
849
|
+
in the Software without restriction, including without limitation the rights
|
|
850
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
851
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
852
|
+
furnished to do so, subject to the following conditions:
|
|
853
|
+
|
|
854
|
+
The above copyright notice and this permission notice shall be included in all
|
|
855
|
+
copies or substantial portions of the Software.
|
|
856
|
+
|
|
857
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
858
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
859
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
860
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
861
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
862
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
863
|
+
SOFTWARE.
|
|
855
864
|
````
|
|
856
865
|
|
|
857
866
|
---
|
|
@@ -860,10 +869,10 @@ THE SOFTWARE.
|
|
|
860
869
|
|
|
861
870
|
### Rust Crates:
|
|
862
871
|
|
|
863
|
-
- [
|
|
872
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
864
873
|
|
|
865
874
|
````text
|
|
866
|
-
Copyright
|
|
875
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
867
876
|
|
|
868
877
|
Permission is hereby granted, free of charge, to any
|
|
869
878
|
person obtaining a copy of this software and associated
|
|
@@ -897,19 +906,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
897
906
|
|
|
898
907
|
### Rust Crates:
|
|
899
908
|
|
|
900
|
-
- [
|
|
901
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
902
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
903
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
904
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
905
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
906
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
907
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
908
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
909
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
909
910
|
|
|
910
911
|
````text
|
|
911
|
-
Copyright (c)
|
|
912
|
-
Copyright (c) 2017 The Tokio Authors
|
|
912
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
913
913
|
|
|
914
914
|
Permission is hereby granted, free of charge, to any
|
|
915
915
|
person obtaining a copy of this software and associated
|
|
@@ -943,74 +943,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
943
943
|
|
|
944
944
|
### Rust Crates:
|
|
945
945
|
|
|
946
|
-
- [
|
|
947
|
-
|
|
948
|
-
````text
|
|
949
|
-
Copyright (c) 2019 Eliza Weisman
|
|
950
|
-
|
|
951
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
952
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
953
|
-
in the Software without restriction, including without limitation the rights
|
|
954
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
955
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
956
|
-
furnished to do so, subject to the following conditions:
|
|
957
|
-
|
|
958
|
-
The above copyright notice and this permission notice shall be included in
|
|
959
|
-
all copies or substantial portions of the Software.
|
|
960
|
-
|
|
961
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
962
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
963
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
964
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
965
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
966
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
967
|
-
THE SOFTWARE.
|
|
968
|
-
|
|
969
|
-
````
|
|
970
|
-
|
|
971
|
-
---
|
|
972
|
-
|
|
973
|
-
## The following dependencies are licensed under the MIT License:
|
|
974
|
-
|
|
975
|
-
### Rust Crates:
|
|
976
|
-
|
|
977
|
-
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
978
|
-
|
|
979
|
-
````text
|
|
980
|
-
Copyright (c) 2014-2026 Sean McArthur
|
|
981
|
-
|
|
982
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
983
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
984
|
-
in the Software without restriction, including without limitation the rights
|
|
985
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
986
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
987
|
-
furnished to do so, subject to the following conditions:
|
|
988
|
-
|
|
989
|
-
The above copyright notice and this permission notice shall be included in
|
|
990
|
-
all copies or substantial portions of the Software.
|
|
991
|
-
|
|
992
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
993
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
994
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
995
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
996
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
997
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
998
|
-
THE SOFTWARE.
|
|
999
|
-
|
|
1000
|
-
````
|
|
1001
|
-
|
|
1002
|
-
---
|
|
1003
|
-
|
|
1004
|
-
## The following dependencies are licensed under the MIT License:
|
|
1005
|
-
|
|
1006
|
-
### Rust Crates:
|
|
1007
|
-
|
|
1008
|
-
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
946
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
1009
947
|
|
|
1010
948
|
````text
|
|
1011
|
-
The
|
|
1012
|
-
|
|
1013
|
-
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
949
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
1014
950
|
|
|
1015
951
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1016
952
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1019,16 +955,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1019
955
|
copies of the Software, and to permit persons to whom the Software is
|
|
1020
956
|
furnished to do so, subject to the following conditions:
|
|
1021
957
|
|
|
1022
|
-
The above copyright notice and this permission notice shall be included in
|
|
1023
|
-
|
|
958
|
+
The above copyright notice and this permission notice shall be included in all
|
|
959
|
+
copies or substantial portions of the Software.
|
|
1024
960
|
|
|
1025
961
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1026
962
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1027
963
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1028
964
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1029
965
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1030
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1031
|
-
|
|
966
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
967
|
+
SOFTWARE.
|
|
1032
968
|
|
|
1033
969
|
````
|
|
1034
970
|
|
|
@@ -1038,12 +974,12 @@ THE SOFTWARE.
|
|
|
1038
974
|
|
|
1039
975
|
### Rust Crates:
|
|
1040
976
|
|
|
1041
|
-
- [
|
|
977
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
1042
978
|
|
|
1043
979
|
````text
|
|
1044
980
|
MIT License
|
|
1045
981
|
|
|
1046
|
-
Copyright (c)
|
|
982
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
1047
983
|
|
|
1048
984
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1049
985
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1071,46 +1007,14 @@ SOFTWARE.
|
|
|
1071
1007
|
|
|
1072
1008
|
### Rust Crates:
|
|
1073
1009
|
|
|
1074
|
-
- [
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
Copyright (c) 2016-2025 Sean McArthur
|
|
1078
|
-
|
|
1079
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1080
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1081
|
-
in the Software without restriction, including without limitation the rights
|
|
1082
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1083
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1084
|
-
furnished to do so, subject to the following conditions:
|
|
1085
|
-
|
|
1086
|
-
The above copyright notice and this permission notice shall be included in
|
|
1087
|
-
all copies or substantial portions of the Software.
|
|
1088
|
-
|
|
1089
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1090
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1091
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1092
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1093
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1094
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1095
|
-
THE SOFTWARE.
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
````
|
|
1099
|
-
|
|
1100
|
-
---
|
|
1101
|
-
|
|
1102
|
-
## The following dependencies are licensed under the MIT License:
|
|
1103
|
-
|
|
1104
|
-
### Rust Crates:
|
|
1105
|
-
|
|
1106
|
-
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
1010
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
1011
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1012
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1107
1013
|
|
|
1108
1014
|
````text
|
|
1109
|
-
|
|
1015
|
+
MIT License
|
|
1110
1016
|
|
|
1111
|
-
Copyright (c)
|
|
1112
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
1113
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
1017
|
+
Copyright (c) Tokio Contributors
|
|
1114
1018
|
|
|
1115
1019
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1116
1020
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1138,10 +1042,12 @@ SOFTWARE.
|
|
|
1138
1042
|
|
|
1139
1043
|
### Rust Crates:
|
|
1140
1044
|
|
|
1141
|
-
- [tower
|
|
1045
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
1046
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1047
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1142
1048
|
|
|
1143
1049
|
````text
|
|
1144
|
-
Copyright (c) 2019
|
|
1050
|
+
Copyright (c) 2019 Tower Contributors
|
|
1145
1051
|
|
|
1146
1052
|
Permission is hereby granted, free of charge, to any
|
|
1147
1053
|
person obtaining a copy of this software and associated
|
|
@@ -1210,36 +1116,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1210
1116
|
|
|
1211
1117
|
## The following dependencies are licensed under the MIT License:
|
|
1212
1118
|
|
|
1213
|
-
###
|
|
1119
|
+
### NPM Packages:
|
|
1214
1120
|
|
|
1215
|
-
- [
|
|
1121
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
1216
1122
|
|
|
1217
1123
|
````text
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
Permission is hereby granted, free of charge, to any
|
|
1221
|
-
person obtaining a copy of this software and associated
|
|
1222
|
-
documentation files (the "Software"), to deal in the
|
|
1223
|
-
Software without restriction, including without
|
|
1224
|
-
limitation the rights to use, copy, modify, merge,
|
|
1225
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1226
|
-
the Software, and to permit persons to whom the Software
|
|
1227
|
-
is furnished to do so, subject to the following
|
|
1228
|
-
conditions:
|
|
1229
|
-
|
|
1230
|
-
The above copyright notice and this permission notice
|
|
1231
|
-
shall be included in all copies or substantial portions
|
|
1232
|
-
of the Software.
|
|
1124
|
+
This software is released under the MIT license:
|
|
1233
1125
|
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1126
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1127
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1128
|
+
the Software without restriction, including without limitation the rights to
|
|
1129
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1130
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1131
|
+
subject to the following conditions:
|
|
1132
|
+
|
|
1133
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1134
|
+
copies or substantial portions of the Software.
|
|
1135
|
+
|
|
1136
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1137
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1138
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1139
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1140
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1141
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1243
1142
|
|
|
1244
1143
|
````
|
|
1245
1144
|
|
|
@@ -1249,10 +1148,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1249
1148
|
|
|
1250
1149
|
### Rust Crates:
|
|
1251
1150
|
|
|
1252
|
-
- [
|
|
1151
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
1152
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1153
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1154
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1155
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1156
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1253
1157
|
|
|
1254
1158
|
````text
|
|
1255
|
-
Copyright (c) 2019
|
|
1159
|
+
Copyright (c) 2019 Tokio Contributors
|
|
1256
1160
|
|
|
1257
1161
|
Permission is hereby granted, free of charge, to any
|
|
1258
1162
|
person obtaining a copy of this software and associated
|
|
@@ -1286,43 +1190,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1286
1190
|
|
|
1287
1191
|
### Rust Crates:
|
|
1288
1192
|
|
|
1289
|
-
- [
|
|
1290
|
-
|
|
1291
|
-
````text
|
|
1292
|
-
The MIT License (MIT)
|
|
1293
|
-
|
|
1294
|
-
Copyright (c) 2015 Alice Maz
|
|
1295
|
-
|
|
1296
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1297
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1298
|
-
in the Software without restriction, including without limitation the rights
|
|
1299
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1300
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1301
|
-
furnished to do so, subject to the following conditions:
|
|
1302
|
-
|
|
1303
|
-
The above copyright notice and this permission notice shall be included in
|
|
1304
|
-
all copies or substantial portions of the Software.
|
|
1305
|
-
|
|
1306
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1307
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1308
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1309
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1310
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1311
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1312
|
-
THE SOFTWARE.
|
|
1313
|
-
|
|
1314
|
-
````
|
|
1315
|
-
|
|
1316
|
-
---
|
|
1317
|
-
|
|
1318
|
-
## The following dependencies are licensed under the MIT License:
|
|
1319
|
-
|
|
1320
|
-
### Rust Crates:
|
|
1321
|
-
|
|
1322
|
-
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
1193
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
1323
1194
|
|
|
1324
1195
|
````text
|
|
1325
|
-
Copyright (c)
|
|
1196
|
+
Copyright (c) 2018 Carl Lerche
|
|
1326
1197
|
|
|
1327
1198
|
Permission is hereby granted, free of charge, to any
|
|
1328
1199
|
person obtaining a copy of this software and associated
|
|
@@ -1356,42 +1227,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1356
1227
|
|
|
1357
1228
|
### Rust Crates:
|
|
1358
1229
|
|
|
1359
|
-
- [
|
|
1360
|
-
|
|
1361
|
-
````text
|
|
1362
|
-
Copyright (c) 2017 Daniel Abramov
|
|
1363
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
1364
|
-
|
|
1365
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1366
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1367
|
-
in the Software without restriction, including without limitation the rights
|
|
1368
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1369
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1370
|
-
furnished to do so, subject to the following conditions:
|
|
1371
|
-
|
|
1372
|
-
The above copyright notice and this permission notice shall be included in
|
|
1373
|
-
all copies or substantial portions of the Software.
|
|
1374
|
-
|
|
1375
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1376
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1377
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1378
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1379
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1380
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1381
|
-
THE SOFTWARE.
|
|
1382
|
-
|
|
1383
|
-
````
|
|
1384
|
-
|
|
1385
|
-
---
|
|
1386
|
-
|
|
1387
|
-
## The following dependencies are licensed under the MIT License:
|
|
1388
|
-
|
|
1389
|
-
### Rust Crates:
|
|
1390
|
-
|
|
1391
|
-
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
1230
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
1392
1231
|
|
|
1393
1232
|
````text
|
|
1394
|
-
Copyright (c)
|
|
1233
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
1395
1234
|
|
|
1396
1235
|
Permission is hereby granted, free of charge, to any
|
|
1397
1236
|
person obtaining a copy of this software and associated
|
|
@@ -1425,10 +1264,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1425
1264
|
|
|
1426
1265
|
### Rust Crates:
|
|
1427
1266
|
|
|
1428
|
-
- [
|
|
1267
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
1429
1268
|
|
|
1430
1269
|
````text
|
|
1431
|
-
Copyright (c)
|
|
1270
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
1271
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1432
1272
|
|
|
1433
1273
|
Permission is hereby granted, free of charge, to any
|
|
1434
1274
|
person obtaining a copy of this software and associated
|
|
@@ -1462,11 +1302,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1462
1302
|
|
|
1463
1303
|
### Rust Crates:
|
|
1464
1304
|
|
|
1465
|
-
- [
|
|
1466
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1305
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
1467
1306
|
|
|
1468
1307
|
````text
|
|
1469
|
-
Copyright (c)
|
|
1308
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
1470
1309
|
|
|
1471
1310
|
Permission is hereby granted, free of charge, to any
|
|
1472
1311
|
person obtaining a copy of this software and associated
|
|
@@ -1500,45 +1339,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1500
1339
|
|
|
1501
1340
|
### Rust Crates:
|
|
1502
1341
|
|
|
1503
|
-
- [
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
The MIT License (MIT)
|
|
1507
|
-
|
|
1508
|
-
Copyright (c) 2016 Johann Tuffe
|
|
1509
|
-
|
|
1510
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1511
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1512
|
-
in the Software without restriction, including without limitation the rights
|
|
1513
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1514
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1515
|
-
furnished to do so, subject to the following conditions:
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
The above copyright notice and this permission notice shall be included in
|
|
1519
|
-
all copies or substantial portions of the Software.
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1523
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1524
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1525
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1526
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1527
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1528
|
-
THE SOFTWARE.
|
|
1529
|
-
|
|
1530
|
-
````
|
|
1531
|
-
|
|
1532
|
-
---
|
|
1533
|
-
|
|
1534
|
-
## The following dependencies are licensed under the MIT License:
|
|
1535
|
-
|
|
1536
|
-
### Rust Crates:
|
|
1537
|
-
|
|
1538
|
-
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
1342
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
1343
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1344
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1539
1345
|
|
|
1540
1346
|
````text
|
|
1541
|
-
Copyright (c)
|
|
1347
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
1542
1348
|
|
|
1543
1349
|
Permission is hereby granted, free of charge, to any
|
|
1544
1350
|
person obtaining a copy of this software and associated
|
|
@@ -1572,13 +1378,44 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1572
1378
|
|
|
1573
1379
|
### Rust Crates:
|
|
1574
1380
|
|
|
1575
|
-
- [
|
|
1381
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
1382
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1383
|
+
|
|
1384
|
+
````text
|
|
1385
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
1386
|
+
|
|
1387
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1388
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1389
|
+
in the Software without restriction, including without limitation the rights
|
|
1390
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1391
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1392
|
+
furnished to do so, subject to the following conditions:
|
|
1393
|
+
|
|
1394
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1395
|
+
copies or substantial portions of the Software.
|
|
1396
|
+
|
|
1397
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1398
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1399
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1400
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1401
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1402
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1403
|
+
SOFTWARE.
|
|
1404
|
+
|
|
1405
|
+
````
|
|
1406
|
+
|
|
1407
|
+
---
|
|
1408
|
+
|
|
1409
|
+
## The following dependencies are licensed under the MIT License:
|
|
1410
|
+
|
|
1411
|
+
### Rust Crates:
|
|
1412
|
+
|
|
1413
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
1576
1414
|
|
|
1577
1415
|
````text
|
|
1578
1416
|
MIT License
|
|
1579
1417
|
|
|
1580
|
-
Copyright (c)
|
|
1581
|
-
Copyright (c) Tokio Contributors
|
|
1418
|
+
Copyright (c) 2025 Callum Oakley
|
|
1582
1419
|
|
|
1583
1420
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1584
1421
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1606,15 +1443,10 @@ SOFTWARE.
|
|
|
1606
1443
|
|
|
1607
1444
|
### Rust Crates:
|
|
1608
1445
|
|
|
1609
|
-
- [
|
|
1610
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
1611
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
1612
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
1613
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
1614
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
1446
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
1615
1447
|
|
|
1616
1448
|
````text
|
|
1617
|
-
Copyright (c)
|
|
1449
|
+
Copyright (c) The Rust Project Developers
|
|
1618
1450
|
|
|
1619
1451
|
Permission is hereby granted, free of charge, to any
|
|
1620
1452
|
person obtaining a copy of this software and associated
|
|
@@ -1648,10 +1480,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1648
1480
|
|
|
1649
1481
|
### Rust Crates:
|
|
1650
1482
|
|
|
1651
|
-
- [
|
|
1483
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
1652
1484
|
|
|
1653
1485
|
````text
|
|
1654
|
-
Copyright (c)
|
|
1486
|
+
Copyright (c) 2016 Anthony Ramine
|
|
1655
1487
|
|
|
1656
1488
|
Permission is hereby granted, free of charge, to any
|
|
1657
1489
|
person obtaining a copy of this software and associated
|
|
@@ -1683,12 +1515,48 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1683
1515
|
|
|
1684
1516
|
## The following dependencies are licensed under the MIT License:
|
|
1685
1517
|
|
|
1518
|
+
### NPM Packages:
|
|
1519
|
+
|
|
1520
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
1521
|
+
|
|
1522
|
+
````text
|
|
1523
|
+
MIT License
|
|
1524
|
+
|
|
1525
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
1526
|
+
|
|
1527
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1528
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1529
|
+
in the Software without restriction, including without limitation the rights
|
|
1530
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1531
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1532
|
+
furnished to do so, subject to the following conditions:
|
|
1533
|
+
|
|
1534
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1535
|
+
copies or substantial portions of the Software.
|
|
1536
|
+
|
|
1537
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1538
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1539
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1540
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1541
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1542
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1543
|
+
SOFTWARE.
|
|
1544
|
+
|
|
1545
|
+
[others]: https://github.com/json5/json5/contributors
|
|
1546
|
+
|
|
1547
|
+
````
|
|
1548
|
+
|
|
1549
|
+
---
|
|
1550
|
+
|
|
1551
|
+
## The following dependencies are licensed under the MIT License:
|
|
1552
|
+
|
|
1686
1553
|
### Rust Crates:
|
|
1687
1554
|
|
|
1688
|
-
- [
|
|
1555
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
1689
1556
|
|
|
1690
1557
|
````text
|
|
1691
|
-
Copyright (c)
|
|
1558
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1559
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1692
1560
|
|
|
1693
1561
|
Permission is hereby granted, free of charge, to any
|
|
1694
1562
|
person obtaining a copy of this software and associated
|
|
@@ -1722,12 +1590,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1722
1590
|
|
|
1723
1591
|
### NPM Packages:
|
|
1724
1592
|
|
|
1725
|
-
- [
|
|
1593
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
1726
1594
|
|
|
1727
1595
|
````text
|
|
1728
1596
|
The MIT License (MIT)
|
|
1729
1597
|
|
|
1730
|
-
Copyright (c)
|
|
1598
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1731
1599
|
|
|
1732
1600
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1733
1601
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1736,8 +1604,42 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1736
1604
|
copies of the Software, and to permit persons to whom the Software is
|
|
1737
1605
|
furnished to do so, subject to the following conditions:
|
|
1738
1606
|
|
|
1739
|
-
The above copyright notice and this permission notice shall be included in
|
|
1740
|
-
copies or substantial portions of the Software.
|
|
1607
|
+
The above copyright notice and this permission notice shall be included in
|
|
1608
|
+
all copies or substantial portions of the Software.
|
|
1609
|
+
|
|
1610
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1611
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1612
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1613
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1614
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1615
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1616
|
+
THE SOFTWARE.
|
|
1617
|
+
|
|
1618
|
+
````
|
|
1619
|
+
|
|
1620
|
+
---
|
|
1621
|
+
|
|
1622
|
+
## The following dependencies are licensed under the MIT License:
|
|
1623
|
+
|
|
1624
|
+
### Rust Crates:
|
|
1625
|
+
|
|
1626
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
1627
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
1628
|
+
|
|
1629
|
+
````text
|
|
1630
|
+
MIT License
|
|
1631
|
+
|
|
1632
|
+
Copyright (c) 2019 Graham Esau
|
|
1633
|
+
|
|
1634
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1635
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1636
|
+
in the Software without restriction, including without limitation the rights
|
|
1637
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1638
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1639
|
+
furnished to do so, subject to the following conditions:
|
|
1640
|
+
|
|
1641
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1642
|
+
copies or substantial portions of the Software.
|
|
1741
1643
|
|
|
1742
1644
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1743
1645
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
@@ -1747,6 +1649,38 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1747
1649
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1748
1650
|
SOFTWARE.
|
|
1749
1651
|
|
|
1652
|
+
````
|
|
1653
|
+
|
|
1654
|
+
---
|
|
1655
|
+
|
|
1656
|
+
## The following dependencies are licensed under the MIT License:
|
|
1657
|
+
|
|
1658
|
+
### NPM Packages:
|
|
1659
|
+
|
|
1660
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
1661
|
+
|
|
1662
|
+
````text
|
|
1663
|
+
MIT License
|
|
1664
|
+
|
|
1665
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
1666
|
+
|
|
1667
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1668
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1669
|
+
in the Software without restriction, including without limitation the rights
|
|
1670
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1671
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1672
|
+
furnished to do so, subject to the following conditions:
|
|
1673
|
+
|
|
1674
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1675
|
+
copies or substantial portions of the Software.
|
|
1676
|
+
|
|
1677
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1678
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1679
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1680
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1681
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1682
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1683
|
+
SOFTWARE.
|
|
1750
1684
|
|
|
1751
1685
|
````
|
|
1752
1686
|
|
|
@@ -1756,38 +1690,11 @@ SOFTWARE.
|
|
|
1756
1690
|
|
|
1757
1691
|
### Rust Crates:
|
|
1758
1692
|
|
|
1759
|
-
- [
|
|
1760
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1761
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1762
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1763
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1764
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1765
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1766
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1767
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1768
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1769
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1770
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1771
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1772
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1773
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1774
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1775
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1776
|
-
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
1777
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1778
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1779
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1780
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1781
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1782
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1783
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1784
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1785
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1786
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1787
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1788
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1693
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
1789
1694
|
|
|
1790
1695
|
````text
|
|
1696
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
1697
|
+
|
|
1791
1698
|
Permission is hereby granted, free of charge, to any
|
|
1792
1699
|
person obtaining a copy of this software and associated
|
|
1793
1700
|
documentation files (the "Software"), to deal in the
|
|
@@ -1820,10 +1727,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1820
1727
|
|
|
1821
1728
|
### Rust Crates:
|
|
1822
1729
|
|
|
1823
|
-
- [
|
|
1730
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
1824
1731
|
|
|
1825
1732
|
````text
|
|
1826
|
-
Copyright (c) 2016--
|
|
1733
|
+
Copyright (c) 2016--2023
|
|
1827
1734
|
|
|
1828
1735
|
Permission is hereby granted, free of charge, to any
|
|
1829
1736
|
person obtaining a copy of this software and associated
|
|
@@ -1855,34 +1762,64 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1855
1762
|
|
|
1856
1763
|
## The following dependencies are licensed under the MIT License:
|
|
1857
1764
|
|
|
1858
|
-
###
|
|
1765
|
+
### Rust Crates:
|
|
1859
1766
|
|
|
1860
|
-
- [
|
|
1767
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1768
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1769
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1770
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1771
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1772
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1773
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1774
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1775
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1861
1776
|
|
|
1862
1777
|
````text
|
|
1863
|
-
|
|
1778
|
+
Copyright (c) 2016 Alex Crichton
|
|
1779
|
+
Copyright (c) 2017 The Tokio Authors
|
|
1864
1780
|
|
|
1865
|
-
|
|
1781
|
+
Permission is hereby granted, free of charge, to any
|
|
1782
|
+
person obtaining a copy of this software and associated
|
|
1783
|
+
documentation files (the "Software"), to deal in the
|
|
1784
|
+
Software without restriction, including without
|
|
1785
|
+
limitation the rights to use, copy, modify, merge,
|
|
1786
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1787
|
+
the Software, and to permit persons to whom the Software
|
|
1788
|
+
is furnished to do so, subject to the following
|
|
1789
|
+
conditions:
|
|
1866
1790
|
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1871
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1872
|
-
furnished to do so, subject to the following conditions:
|
|
1791
|
+
The above copyright notice and this permission notice
|
|
1792
|
+
shall be included in all copies or substantial portions
|
|
1793
|
+
of the Software.
|
|
1873
1794
|
|
|
1874
|
-
|
|
1875
|
-
|
|
1795
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1796
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1797
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1798
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1799
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1800
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1801
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1802
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1803
|
+
DEALINGS IN THE SOFTWARE.
|
|
1876
1804
|
|
|
1877
|
-
|
|
1878
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1879
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1880
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1881
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1882
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1883
|
-
SOFTWARE.
|
|
1805
|
+
````
|
|
1884
1806
|
|
|
1885
|
-
|
|
1807
|
+
---
|
|
1808
|
+
|
|
1809
|
+
## The following dependencies are licensed under the MIT License:
|
|
1810
|
+
|
|
1811
|
+
### Rust Crates:
|
|
1812
|
+
|
|
1813
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
1814
|
+
|
|
1815
|
+
````text
|
|
1816
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
1817
|
+
|
|
1818
|
+
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:
|
|
1819
|
+
|
|
1820
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1821
|
+
|
|
1822
|
+
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.
|
|
1886
1823
|
|
|
1887
1824
|
````
|
|
1888
1825
|
|
|
@@ -1892,15 +1829,11 @@ SOFTWARE.
|
|
|
1892
1829
|
|
|
1893
1830
|
### Rust Crates:
|
|
1894
1831
|
|
|
1895
|
-
- [
|
|
1896
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1897
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1898
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1899
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1900
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1832
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
1901
1833
|
|
|
1902
1834
|
````text
|
|
1903
|
-
Copyright (c)
|
|
1835
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
1836
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1904
1837
|
|
|
1905
1838
|
Permission is hereby granted, free of charge, to any
|
|
1906
1839
|
person obtaining a copy of this software and associated
|
|
@@ -1932,32 +1865,39 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1932
1865
|
|
|
1933
1866
|
## The following dependencies are licensed under the MIT License:
|
|
1934
1867
|
|
|
1935
|
-
###
|
|
1868
|
+
### Rust Crates:
|
|
1936
1869
|
|
|
1937
|
-
- [
|
|
1870
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
1871
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1938
1872
|
|
|
1939
1873
|
````text
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
Copyright (c)
|
|
1874
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
1875
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1876
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
1943
1877
|
|
|
1944
|
-
Permission is hereby granted, free of charge, to any
|
|
1945
|
-
of this software and associated
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1878
|
+
Permission is hereby granted, free of charge, to any
|
|
1879
|
+
person obtaining a copy of this software and associated
|
|
1880
|
+
documentation files (the "Software"), to deal in the
|
|
1881
|
+
Software without restriction, including without
|
|
1882
|
+
limitation the rights to use, copy, modify, merge,
|
|
1883
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1884
|
+
the Software, and to permit persons to whom the Software
|
|
1885
|
+
is furnished to do so, subject to the following
|
|
1886
|
+
conditions:
|
|
1950
1887
|
|
|
1951
|
-
The above copyright notice and this permission notice
|
|
1952
|
-
all copies or substantial portions
|
|
1888
|
+
The above copyright notice and this permission notice
|
|
1889
|
+
shall be included in all copies or substantial portions
|
|
1890
|
+
of the Software.
|
|
1953
1891
|
|
|
1954
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1955
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1892
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1893
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1894
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1895
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1896
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1897
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1898
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1899
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1900
|
+
DEALINGS IN THE SOFTWARE.
|
|
1961
1901
|
|
|
1962
1902
|
````
|
|
1963
1903
|
|
|
@@ -1967,35 +1907,34 @@ THE SOFTWARE.
|
|
|
1967
1907
|
|
|
1968
1908
|
### Rust Crates:
|
|
1969
1909
|
|
|
1970
|
-
- [
|
|
1910
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
1971
1911
|
|
|
1972
1912
|
````text
|
|
1973
|
-
Copyright (c) 2016
|
|
1974
|
-
|
|
1975
|
-
Includes parts of http date with the following copyright:
|
|
1976
|
-
Copyright (c) 2016 Pyfisch
|
|
1977
|
-
|
|
1978
|
-
Includes portions of musl libc with the following copyright:
|
|
1979
|
-
Copyright © 2005-2013 Rich Felker
|
|
1980
|
-
|
|
1913
|
+
Copyright (c) 2016--2017
|
|
1981
1914
|
|
|
1982
|
-
Permission is hereby granted, free of charge, to any
|
|
1983
|
-
of this software and associated
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1915
|
+
Permission is hereby granted, free of charge, to any
|
|
1916
|
+
person obtaining a copy of this software and associated
|
|
1917
|
+
documentation files (the "Software"), to deal in the
|
|
1918
|
+
Software without restriction, including without
|
|
1919
|
+
limitation the rights to use, copy, modify, merge,
|
|
1920
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1921
|
+
the Software, and to permit persons to whom the Software
|
|
1922
|
+
is furnished to do so, subject to the following
|
|
1923
|
+
conditions:
|
|
1988
1924
|
|
|
1989
|
-
The above copyright notice and this permission notice
|
|
1990
|
-
copies or substantial portions
|
|
1925
|
+
The above copyright notice and this permission notice
|
|
1926
|
+
shall be included in all copies or substantial portions
|
|
1927
|
+
of the Software.
|
|
1991
1928
|
|
|
1992
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1993
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1929
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1930
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1931
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1932
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1933
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1934
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1935
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1936
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1937
|
+
DEALINGS IN THE SOFTWARE.
|
|
1999
1938
|
|
|
2000
1939
|
````
|
|
2001
1940
|
|
|
@@ -2005,10 +1944,10 @@ SOFTWARE.
|
|
|
2005
1944
|
|
|
2006
1945
|
### Rust Crates:
|
|
2007
1946
|
|
|
2008
|
-
- [
|
|
1947
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
2009
1948
|
|
|
2010
1949
|
````text
|
|
2011
|
-
Copyright 2019-2024
|
|
1950
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
2012
1951
|
|
|
2013
1952
|
Permission is hereby granted, free of charge, to any
|
|
2014
1953
|
person obtaining a copy of this software and associated
|
|
@@ -2042,29 +1981,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2042
1981
|
|
|
2043
1982
|
### Rust Crates:
|
|
2044
1983
|
|
|
2045
|
-
- [
|
|
2046
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1984
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
2047
1985
|
|
|
2048
1986
|
````text
|
|
2049
|
-
Copyright (c)
|
|
1987
|
+
Copyright (c) The rust-url developers
|
|
2050
1988
|
|
|
2051
|
-
Permission is hereby granted, free of charge, to any
|
|
2052
|
-
of this software and associated
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
1989
|
+
Permission is hereby granted, free of charge, to any
|
|
1990
|
+
person obtaining a copy of this software and associated
|
|
1991
|
+
documentation files (the "Software"), to deal in the
|
|
1992
|
+
Software without restriction, including without
|
|
1993
|
+
limitation the rights to use, copy, modify, merge,
|
|
1994
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1995
|
+
the Software, and to permit persons to whom the Software
|
|
1996
|
+
is furnished to do so, subject to the following
|
|
1997
|
+
conditions:
|
|
2057
1998
|
|
|
2058
|
-
The above copyright notice and this permission notice
|
|
2059
|
-
copies or substantial portions
|
|
1999
|
+
The above copyright notice and this permission notice
|
|
2000
|
+
shall be included in all copies or substantial portions
|
|
2001
|
+
of the Software.
|
|
2060
2002
|
|
|
2061
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2062
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2003
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2004
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2005
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2006
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2007
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2008
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2009
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2010
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2011
|
+
DEALINGS IN THE SOFTWARE.
|
|
2068
2012
|
|
|
2069
2013
|
````
|
|
2070
2014
|
|
|
@@ -2074,12 +2018,10 @@ SOFTWARE.
|
|
|
2074
2018
|
|
|
2075
2019
|
### Rust Crates:
|
|
2076
2020
|
|
|
2077
|
-
- [
|
|
2078
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
2079
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2021
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
2080
2022
|
|
|
2081
2023
|
````text
|
|
2082
|
-
Copyright (c)
|
|
2024
|
+
Copyright (c) 2017 Robert Grosse
|
|
2083
2025
|
|
|
2084
2026
|
Permission is hereby granted, free of charge, to any
|
|
2085
2027
|
person obtaining a copy of this software and associated
|
|
@@ -2104,7 +2046,74 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2104
2046
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2105
2047
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2106
2048
|
DEALINGS IN THE SOFTWARE.
|
|
2049
|
+
````
|
|
2050
|
+
|
|
2051
|
+
---
|
|
2052
|
+
|
|
2053
|
+
## The following dependencies are licensed under the MIT License:
|
|
2054
|
+
|
|
2055
|
+
### Rust Crates:
|
|
2056
|
+
|
|
2057
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2058
|
+
|
|
2059
|
+
````text
|
|
2060
|
+
MIT License
|
|
2061
|
+
|
|
2062
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
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
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
2091
|
+
|
|
2092
|
+
````text
|
|
2093
|
+
The MIT License (MIT)
|
|
2094
|
+
|
|
2095
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
2096
|
+
|
|
2097
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2098
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2099
|
+
in the Software without restriction, including without limitation the rights
|
|
2100
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2101
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2102
|
+
furnished to do so, subject to the following conditions:
|
|
2103
|
+
|
|
2104
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2105
|
+
copies or substantial portions of the Software.
|
|
2106
|
+
|
|
2107
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2108
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2109
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2110
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2111
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2112
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2113
|
+
SOFTWARE.
|
|
2107
2114
|
|
|
2115
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2116
|
+
licences; see files named LICENSE.*.txt for details.
|
|
2108
2117
|
````
|
|
2109
2118
|
|
|
2110
2119
|
---
|
|
@@ -2113,16 +2122,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2113
2122
|
|
|
2114
2123
|
### Rust Crates:
|
|
2115
2124
|
|
|
2116
|
-
- [
|
|
2117
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
2118
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2119
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
2120
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2121
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2125
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
2122
2126
|
|
|
2123
2127
|
````text
|
|
2124
|
-
Copyright
|
|
2125
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2128
|
+
Copyright (c) 2019 Carl Lerche
|
|
2126
2129
|
|
|
2127
2130
|
Permission is hereby granted, free of charge, to any
|
|
2128
2131
|
person obtaining a copy of this software and associated
|
|
@@ -2156,34 +2159,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2156
2159
|
|
|
2157
2160
|
### Rust Crates:
|
|
2158
2161
|
|
|
2159
|
-
- [
|
|
2162
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
2160
2163
|
|
|
2161
2164
|
````text
|
|
2162
|
-
Copyright (c)
|
|
2165
|
+
Copyright (c) 2019 Eliza Weisman
|
|
2163
2166
|
|
|
2164
|
-
Permission is hereby granted, free of charge, to any
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
the Software, and to permit persons to whom the Software
|
|
2171
|
-
is furnished to do so, subject to the following
|
|
2172
|
-
conditions:
|
|
2167
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2168
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2169
|
+
in the Software without restriction, including without limitation the rights
|
|
2170
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2171
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2172
|
+
furnished to do so, subject to the following conditions:
|
|
2173
2173
|
|
|
2174
|
-
The above copyright notice and this permission notice
|
|
2175
|
-
|
|
2176
|
-
of the Software.
|
|
2174
|
+
The above copyright notice and this permission notice shall be included in
|
|
2175
|
+
all copies or substantial portions of the Software.
|
|
2177
2176
|
|
|
2178
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2186
|
-
DEALINGS IN THE SOFTWARE.
|
|
2177
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2178
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2179
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2180
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2181
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2182
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2183
|
+
THE SOFTWARE.
|
|
2187
2184
|
|
|
2188
2185
|
````
|
|
2189
2186
|
|
|
@@ -2193,10 +2190,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2193
2190
|
|
|
2194
2191
|
### Rust Crates:
|
|
2195
2192
|
|
|
2196
|
-
- [
|
|
2193
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
2197
2194
|
|
|
2198
2195
|
````text
|
|
2199
|
-
|
|
2196
|
+
MIT License
|
|
2200
2197
|
|
|
2201
2198
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2202
2199
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2224,34 +2221,33 @@ SOFTWARE.
|
|
|
2224
2221
|
|
|
2225
2222
|
### Rust Crates:
|
|
2226
2223
|
|
|
2227
|
-
- [
|
|
2224
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
2225
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2226
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2227
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2228
2228
|
|
|
2229
2229
|
````text
|
|
2230
|
-
|
|
2230
|
+
The MIT License (MIT)
|
|
2231
2231
|
|
|
2232
|
-
|
|
2233
|
-
person obtaining a copy of this software and associated
|
|
2234
|
-
documentation files (the "Software"), to deal in the
|
|
2235
|
-
Software without restriction, including without
|
|
2236
|
-
limitation the rights to use, copy, modify, merge,
|
|
2237
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2238
|
-
the Software, and to permit persons to whom the Software
|
|
2239
|
-
is furnished to do so, subject to the following
|
|
2240
|
-
conditions:
|
|
2232
|
+
Copyright (c) 2015 Andrew Gallant
|
|
2241
2233
|
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2234
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2235
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2236
|
+
in the Software without restriction, including without limitation the rights
|
|
2237
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2238
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2239
|
+
furnished to do so, subject to the following conditions:
|
|
2245
2240
|
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
IN
|
|
2254
|
-
|
|
2241
|
+
The above copyright notice and this permission notice shall be included in
|
|
2242
|
+
all copies or substantial portions of the Software.
|
|
2243
|
+
|
|
2244
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2245
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2246
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2247
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2248
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2249
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2250
|
+
THE SOFTWARE.
|
|
2255
2251
|
|
|
2256
2252
|
````
|
|
2257
2253
|
|
|
@@ -2261,12 +2257,45 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2261
2257
|
|
|
2262
2258
|
### Rust Crates:
|
|
2263
2259
|
|
|
2264
|
-
- [
|
|
2260
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
2261
|
+
|
|
2262
|
+
````text
|
|
2263
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
2264
|
+
|
|
2265
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2266
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2267
|
+
in the Software without restriction, including without limitation the rights
|
|
2268
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2269
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2270
|
+
furnished to do so, subject to the following conditions:
|
|
2271
|
+
|
|
2272
|
+
The above copyright notice and this permission notice shall be included in
|
|
2273
|
+
all copies or substantial portions of the Software.
|
|
2274
|
+
|
|
2275
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2276
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2277
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2278
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2279
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2280
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2281
|
+
THE SOFTWARE.
|
|
2282
|
+
|
|
2283
|
+
|
|
2284
|
+
````
|
|
2285
|
+
|
|
2286
|
+
---
|
|
2287
|
+
|
|
2288
|
+
## The following dependencies are licensed under the MIT License:
|
|
2289
|
+
|
|
2290
|
+
### NPM Packages:
|
|
2291
|
+
|
|
2292
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
2293
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2265
2294
|
|
|
2266
2295
|
````text
|
|
2267
2296
|
MIT License
|
|
2268
2297
|
|
|
2269
|
-
Copyright (c)
|
|
2298
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
2270
2299
|
|
|
2271
2300
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2272
2301
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2294,10 +2323,13 @@ SOFTWARE.
|
|
|
2294
2323
|
|
|
2295
2324
|
### Rust Crates:
|
|
2296
2325
|
|
|
2297
|
-
- [
|
|
2326
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
2327
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
2328
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
2329
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
2298
2330
|
|
|
2299
2331
|
````text
|
|
2300
|
-
Copyright (c)
|
|
2332
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
2301
2333
|
|
|
2302
2334
|
Permission is hereby granted, free of charge, to any
|
|
2303
2335
|
person obtaining a copy of this software and associated
|
|
@@ -2331,10 +2363,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2331
2363
|
|
|
2332
2364
|
### Rust Crates:
|
|
2333
2365
|
|
|
2334
|
-
- [
|
|
2366
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
2335
2367
|
|
|
2336
2368
|
````text
|
|
2337
|
-
Copyright (c)
|
|
2369
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
2338
2370
|
|
|
2339
2371
|
Permission is hereby granted, free of charge, to any
|
|
2340
2372
|
person obtaining a copy of this software and associated
|
|
@@ -2368,11 +2400,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2368
2400
|
|
|
2369
2401
|
### Rust Crates:
|
|
2370
2402
|
|
|
2371
|
-
- [
|
|
2403
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
2372
2404
|
|
|
2373
2405
|
````text
|
|
2374
|
-
Copyright (c)
|
|
2375
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2406
|
+
Copyright (c) 2017 http-rs authors
|
|
2376
2407
|
|
|
2377
2408
|
Permission is hereby granted, free of charge, to any
|
|
2378
2409
|
person obtaining a copy of this software and associated
|
|
@@ -2406,63 +2437,35 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2406
2437
|
|
|
2407
2438
|
### Rust Crates:
|
|
2408
2439
|
|
|
2409
|
-
- [
|
|
2410
|
-
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
2440
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
2411
2441
|
|
|
2412
2442
|
````text
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
Copyright (c) 2015 Steven Fackler
|
|
2416
|
-
|
|
2417
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2418
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
2419
|
-
the Software without restriction, including without limitation the rights to
|
|
2420
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2421
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2422
|
-
subject to the following conditions:
|
|
2423
|
-
|
|
2424
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2425
|
-
copies or substantial portions of the Software.
|
|
2426
|
-
|
|
2427
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2428
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2429
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2430
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2431
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2432
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2433
|
-
|
|
2434
|
-
````
|
|
2435
|
-
|
|
2436
|
-
---
|
|
2443
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
2437
2444
|
|
|
2438
|
-
|
|
2445
|
+
Permission is hereby granted, free of charge, to any
|
|
2446
|
+
person obtaining a copy of this software and associated
|
|
2447
|
+
documentation files (the "Software"), to deal in the
|
|
2448
|
+
Software without restriction, including without
|
|
2449
|
+
limitation the rights to use, copy, modify, merge,
|
|
2450
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2451
|
+
the Software, and to permit persons to whom the Software
|
|
2452
|
+
is furnished to do so, subject to the following
|
|
2453
|
+
conditions:
|
|
2439
2454
|
|
|
2440
|
-
|
|
2455
|
+
The above copyright notice and this permission notice
|
|
2456
|
+
shall be included in all copies or substantial portions
|
|
2457
|
+
of the Software.
|
|
2441
2458
|
|
|
2442
|
-
|
|
2459
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2460
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2461
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2462
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2463
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2464
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2465
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2466
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2467
|
+
DEALINGS IN THE SOFTWARE.
|
|
2443
2468
|
|
|
2444
|
-
````text
|
|
2445
|
-
The MIT License (MIT)
|
|
2446
|
-
|
|
2447
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
2448
|
-
|
|
2449
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2450
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2451
|
-
in the Software without restriction, including without limitation the rights
|
|
2452
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2453
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2454
|
-
furnished to do so, subject to the following conditions:
|
|
2455
|
-
|
|
2456
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2457
|
-
copies or substantial portions of the Software.
|
|
2458
|
-
|
|
2459
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2460
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2461
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2462
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2463
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2464
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2465
|
-
SOFTWARE.
|
|
2466
2469
|
````
|
|
2467
2470
|
|
|
2468
2471
|
---
|
|
@@ -2471,28 +2474,16 @@ SOFTWARE.
|
|
|
2471
2474
|
|
|
2472
2475
|
### Rust Crates:
|
|
2473
2476
|
|
|
2474
|
-
- [
|
|
2477
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
2475
2478
|
|
|
2476
2479
|
````text
|
|
2477
|
-
Copyright
|
|
2480
|
+
Copyright 2016 Nika Layzell
|
|
2478
2481
|
|
|
2479
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2480
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2481
|
-
in the Software without restriction, including without limitation the rights
|
|
2482
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2483
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2484
|
-
furnished to do so, subject to the following conditions:
|
|
2482
|
+
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:
|
|
2485
2483
|
|
|
2486
|
-
The above copyright notice and this permission notice shall be included in
|
|
2487
|
-
all copies or substantial portions of the Software.
|
|
2484
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2488
2485
|
|
|
2489
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2490
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2491
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2492
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2493
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2494
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2495
|
-
THE SOFTWARE.
|
|
2486
|
+
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.
|
|
2496
2487
|
|
|
2497
2488
|
````
|
|
2498
2489
|
|
|
@@ -2502,10 +2493,15 @@ THE SOFTWARE.
|
|
|
2502
2493
|
|
|
2503
2494
|
### Rust Crates:
|
|
2504
2495
|
|
|
2505
|
-
- [
|
|
2496
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
2497
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2498
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2499
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2500
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2501
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
2506
2502
|
|
|
2507
2503
|
````text
|
|
2508
|
-
Copyright (c) 2014
|
|
2504
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2509
2505
|
|
|
2510
2506
|
Permission is hereby granted, free of charge, to any
|
|
2511
2507
|
person obtaining a copy of this software and associated
|
|
@@ -2539,13 +2535,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2539
2535
|
|
|
2540
2536
|
### Rust Crates:
|
|
2541
2537
|
|
|
2542
|
-
- [
|
|
2543
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
2538
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
2544
2539
|
|
|
2545
2540
|
````text
|
|
2546
|
-
Copyright (c)
|
|
2547
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2548
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
2541
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
2549
2542
|
|
|
2550
2543
|
Permission is hereby granted, free of charge, to any
|
|
2551
2544
|
person obtaining a copy of this software and associated
|
|
@@ -2579,10 +2572,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2579
2572
|
|
|
2580
2573
|
### Rust Crates:
|
|
2581
2574
|
|
|
2582
|
-
- [
|
|
2575
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
2583
2576
|
|
|
2584
2577
|
````text
|
|
2585
|
-
Copyright (c) 2017
|
|
2578
|
+
Copyright (c) 2017 Contributors
|
|
2586
2579
|
|
|
2587
2580
|
Permission is hereby granted, free of charge, to any
|
|
2588
2581
|
person obtaining a copy of this software and associated
|
|
@@ -2616,43 +2609,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2616
2609
|
|
|
2617
2610
|
### Rust Crates:
|
|
2618
2611
|
|
|
2619
|
-
- [
|
|
2620
|
-
|
|
2621
|
-
````text
|
|
2622
|
-
MIT License
|
|
2623
|
-
|
|
2624
|
-
Copyright (c) 2017 Nikolai Vazquez
|
|
2625
|
-
|
|
2626
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2627
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2628
|
-
in the Software without restriction, including without limitation the rights
|
|
2629
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2630
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2631
|
-
furnished to do so, subject to the following conditions:
|
|
2632
|
-
|
|
2633
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2634
|
-
copies or substantial portions of the Software.
|
|
2635
|
-
|
|
2636
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2637
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2638
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2639
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2640
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2641
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2642
|
-
SOFTWARE.
|
|
2643
|
-
|
|
2644
|
-
````
|
|
2645
|
-
|
|
2646
|
-
---
|
|
2647
|
-
|
|
2648
|
-
## The following dependencies are licensed under the MIT License:
|
|
2649
|
-
|
|
2650
|
-
### Rust Crates:
|
|
2651
|
-
|
|
2652
|
-
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
2612
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
2613
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
2653
2614
|
|
|
2654
2615
|
````text
|
|
2655
|
-
Copyright (c)
|
|
2616
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
2656
2617
|
|
|
2657
2618
|
Permission is hereby granted, free of charge, to any
|
|
2658
2619
|
person obtaining a copy of this software and associated
|
|
@@ -2686,67 +2647,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2686
2647
|
|
|
2687
2648
|
### Rust Crates:
|
|
2688
2649
|
|
|
2689
|
-
- [
|
|
2690
|
-
|
|
2691
|
-
````text
|
|
2692
|
-
MIT License
|
|
2693
|
-
|
|
2694
|
-
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2695
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2696
|
-
Copyright (c) 2017 Frommi
|
|
2697
|
-
Copyright (c) 2017-2024 oyvindln
|
|
2698
|
-
|
|
2699
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2700
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2701
|
-
in the Software without restriction, including without limitation the rights
|
|
2702
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2703
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2704
|
-
furnished to do so, subject to the following conditions:
|
|
2705
|
-
|
|
2706
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2707
|
-
copies or substantial portions of the Software.
|
|
2708
|
-
|
|
2709
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2710
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2711
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2712
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2713
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2714
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2715
|
-
SOFTWARE.
|
|
2716
|
-
|
|
2717
|
-
````
|
|
2718
|
-
|
|
2719
|
-
---
|
|
2720
|
-
|
|
2721
|
-
## The following dependencies are licensed under the MIT License:
|
|
2722
|
-
|
|
2723
|
-
### Rust Crates:
|
|
2724
|
-
|
|
2725
|
-
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
2726
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
2650
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
2651
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
2727
2652
|
|
|
2728
2653
|
````text
|
|
2729
|
-
MIT License
|
|
2654
|
+
The MIT License (MIT)
|
|
2730
2655
|
|
|
2731
|
-
Copyright (c)
|
|
2656
|
+
Copyright (c) 2015 Steven Fackler
|
|
2732
2657
|
|
|
2733
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2658
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2659
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2660
|
+
the Software without restriction, including without limitation the rights to
|
|
2661
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2662
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2663
|
+
subject to the following conditions:
|
|
2739
2664
|
|
|
2740
2665
|
The above copyright notice and this permission notice shall be included in all
|
|
2741
2666
|
copies or substantial portions of the Software.
|
|
2742
2667
|
|
|
2743
2668
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2744
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
SOFTWARE.
|
|
2669
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2670
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2671
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2672
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2673
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2750
2674
|
|
|
2751
2675
|
````
|
|
2752
2676
|
|
|
@@ -2756,12 +2680,10 @@ SOFTWARE.
|
|
|
2756
2680
|
|
|
2757
2681
|
### Rust Crates:
|
|
2758
2682
|
|
|
2759
|
-
- [
|
|
2683
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
2760
2684
|
|
|
2761
2685
|
````text
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
Copyright (c) 2014 Paho Lurie-Gregg
|
|
2686
|
+
Copyright (c) 2018 directories-rs contributors
|
|
2765
2687
|
|
|
2766
2688
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2767
2689
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2789,11 +2711,10 @@ SOFTWARE.
|
|
|
2789
2711
|
|
|
2790
2712
|
### Rust Crates:
|
|
2791
2713
|
|
|
2792
|
-
- [
|
|
2714
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
2793
2715
|
|
|
2794
2716
|
````text
|
|
2795
|
-
Copyright (c)
|
|
2796
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2717
|
+
Copyright (c) 2014 Chris Wong
|
|
2797
2718
|
|
|
2798
2719
|
Permission is hereby granted, free of charge, to any
|
|
2799
2720
|
person obtaining a copy of this software and associated
|
|
@@ -2827,12 +2748,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2827
2748
|
|
|
2828
2749
|
### Rust Crates:
|
|
2829
2750
|
|
|
2830
|
-
- [
|
|
2751
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
2831
2752
|
|
|
2832
2753
|
````text
|
|
2833
|
-
|
|
2754
|
+
MIT License
|
|
2834
2755
|
|
|
2835
|
-
Copyright (c)
|
|
2756
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
2757
|
+
Copyright (c) Tokio Contributors
|
|
2836
2758
|
|
|
2837
2759
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2838
2760
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2852,8 +2774,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2852
2774
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2853
2775
|
SOFTWARE.
|
|
2854
2776
|
|
|
2855
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2856
|
-
licences; see files named LICENSE.*.txt for details.
|
|
2857
2777
|
````
|
|
2858
2778
|
|
|
2859
2779
|
---
|
|
@@ -2862,83 +2782,15 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
2862
2782
|
|
|
2863
2783
|
### Rust Crates:
|
|
2864
2784
|
|
|
2865
|
-
- [
|
|
2866
|
-
|
|
2867
|
-
````text
|
|
2868
|
-
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
2869
|
-
|
|
2870
|
-
Permission is hereby granted, free of charge, to any
|
|
2871
|
-
person obtaining a copy of this software and associated
|
|
2872
|
-
documentation files (the "Software"), to deal in the
|
|
2873
|
-
Software without restriction, including without
|
|
2874
|
-
limitation the rights to use, copy, modify, merge,
|
|
2875
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2876
|
-
the Software, and to permit persons to whom the Software
|
|
2877
|
-
is furnished to do so, subject to the following
|
|
2878
|
-
conditions:
|
|
2879
|
-
|
|
2880
|
-
The above copyright notice and this permission notice
|
|
2881
|
-
shall be included in all copies or substantial portions
|
|
2882
|
-
of the Software.
|
|
2883
|
-
|
|
2884
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2885
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2886
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2887
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2888
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2889
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2890
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2891
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2892
|
-
DEALINGS IN THE SOFTWARE.
|
|
2893
|
-
|
|
2894
|
-
````
|
|
2895
|
-
|
|
2896
|
-
---
|
|
2897
|
-
|
|
2898
|
-
## The following dependencies are licensed under the MIT License:
|
|
2899
|
-
|
|
2900
|
-
### NPM Packages:
|
|
2901
|
-
|
|
2902
|
-
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2903
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.40)
|
|
2904
|
-
|
|
2905
|
-
````text
|
|
2906
|
-
MIT License
|
|
2907
|
-
|
|
2908
|
-
Copyright (c) Microsoft Corporation.
|
|
2909
|
-
|
|
2910
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2911
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2912
|
-
in the Software without restriction, including without limitation the rights
|
|
2913
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2914
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2915
|
-
furnished to do so, subject to the following conditions:
|
|
2916
|
-
|
|
2917
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2918
|
-
copies or substantial portions of the Software.
|
|
2919
|
-
|
|
2920
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2921
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2922
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2923
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2924
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2925
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2926
|
-
SOFTWARE
|
|
2927
|
-
|
|
2928
|
-
````
|
|
2929
|
-
|
|
2930
|
-
---
|
|
2931
|
-
|
|
2932
|
-
## The following dependencies are licensed under the MIT License:
|
|
2933
|
-
|
|
2934
|
-
### NPM Packages:
|
|
2935
|
-
|
|
2936
|
-
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
2785
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
2937
2786
|
|
|
2938
2787
|
````text
|
|
2939
2788
|
MIT License
|
|
2940
2789
|
|
|
2941
|
-
Copyright
|
|
2790
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2791
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2792
|
+
Copyright (c) 2017 Frommi
|
|
2793
|
+
Copyright (c) 2017-2024 oyvindln
|
|
2942
2794
|
|
|
2943
2795
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2944
2796
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2964,15 +2816,13 @@ SOFTWARE.
|
|
|
2964
2816
|
|
|
2965
2817
|
## The following dependencies are licensed under the MIT License:
|
|
2966
2818
|
|
|
2967
|
-
###
|
|
2819
|
+
### Rust Crates:
|
|
2968
2820
|
|
|
2969
|
-
- [
|
|
2970
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2821
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
2971
2822
|
|
|
2972
2823
|
````text
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
2824
|
+
Copyright (c) 2017 Daniel Abramov
|
|
2825
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2976
2826
|
|
|
2977
2827
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2978
2828
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2981,16 +2831,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2981
2831
|
copies of the Software, and to permit persons to whom the Software is
|
|
2982
2832
|
furnished to do so, subject to the following conditions:
|
|
2983
2833
|
|
|
2984
|
-
The above copyright notice and this permission notice shall be included in
|
|
2985
|
-
copies or substantial portions of the Software.
|
|
2834
|
+
The above copyright notice and this permission notice shall be included in
|
|
2835
|
+
all copies or substantial portions of the Software.
|
|
2986
2836
|
|
|
2987
2837
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2988
2838
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2989
2839
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2990
2840
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2991
2841
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2992
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2993
|
-
SOFTWARE.
|
|
2842
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2843
|
+
THE SOFTWARE.
|
|
2994
2844
|
|
|
2995
2845
|
````
|
|
2996
2846
|
|
|
@@ -3000,12 +2850,11 @@ SOFTWARE.
|
|
|
3000
2850
|
|
|
3001
2851
|
### Rust Crates:
|
|
3002
2852
|
|
|
3003
|
-
- [
|
|
2853
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
3004
2854
|
|
|
3005
2855
|
````text
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
2856
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2857
|
+
Copyright (c) 2016 Jason Housley
|
|
3009
2858
|
|
|
3010
2859
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3011
2860
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3014,16 +2863,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3014
2863
|
copies of the Software, and to permit persons to whom the Software is
|
|
3015
2864
|
furnished to do so, subject to the following conditions:
|
|
3016
2865
|
|
|
3017
|
-
The above copyright notice and this permission notice shall be included in
|
|
3018
|
-
copies or substantial portions of the Software.
|
|
2866
|
+
The above copyright notice and this permission notice shall be included in
|
|
2867
|
+
all copies or substantial portions of the Software.
|
|
3019
2868
|
|
|
3020
2869
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3021
2870
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3022
2871
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3023
2872
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3024
2873
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3025
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3026
|
-
SOFTWARE.
|
|
2874
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2875
|
+
THE SOFTWARE.
|
|
3027
2876
|
|
|
3028
2877
|
````
|
|
3029
2878
|
|
|
@@ -3033,10 +2882,10 @@ SOFTWARE.
|
|
|
3033
2882
|
|
|
3034
2883
|
### Rust Crates:
|
|
3035
2884
|
|
|
3036
|
-
- [
|
|
2885
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
3037
2886
|
|
|
3038
2887
|
````text
|
|
3039
|
-
Copyright (c)
|
|
2888
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
3040
2889
|
|
|
3041
2890
|
Permission is hereby granted, free of charge, to any
|
|
3042
2891
|
person obtaining a copy of this software and associated
|
|
@@ -3070,10 +2919,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3070
2919
|
|
|
3071
2920
|
### Rust Crates:
|
|
3072
2921
|
|
|
3073
|
-
- [
|
|
2922
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
3074
2923
|
|
|
3075
2924
|
````text
|
|
3076
|
-
Copyright
|
|
2925
|
+
Copyright 2023 The Fuchsia Authors
|
|
3077
2926
|
|
|
3078
2927
|
Permission is hereby granted, free of charge, to any
|
|
3079
2928
|
person obtaining a copy of this software and associated
|
|
@@ -3099,6 +2948,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3099
2948
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3100
2949
|
DEALINGS IN THE SOFTWARE.
|
|
3101
2950
|
|
|
2951
|
+
|
|
3102
2952
|
````
|
|
3103
2953
|
|
|
3104
2954
|
---
|
|
@@ -3107,10 +2957,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3107
2957
|
|
|
3108
2958
|
### Rust Crates:
|
|
3109
2959
|
|
|
3110
|
-
- [
|
|
2960
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
3111
2961
|
|
|
3112
2962
|
````text
|
|
3113
|
-
Copyright (c)
|
|
2963
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
3114
2964
|
|
|
3115
2965
|
Permission is hereby granted, free of charge, to any
|
|
3116
2966
|
person obtaining a copy of this software and associated
|
|
@@ -3144,19 +2994,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3144
2994
|
|
|
3145
2995
|
### Rust Crates:
|
|
3146
2996
|
|
|
3147
|
-
- [
|
|
3148
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2997
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
3149
2998
|
|
|
3150
2999
|
````text
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3000
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
3154
3001
|
|
|
3155
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3002
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3003
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3004
|
+
in the Software without restriction, including without limitation the rights
|
|
3005
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3006
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3007
|
+
furnished to do so, subject to the following conditions:
|
|
3156
3008
|
|
|
3157
|
-
The above copyright notice and this permission notice shall be included in
|
|
3009
|
+
The above copyright notice and this permission notice shall be included in
|
|
3010
|
+
all copies or substantial portions of the Software.
|
|
3158
3011
|
|
|
3159
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3012
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3013
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3014
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3015
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3016
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3017
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3018
|
+
THE SOFTWARE.
|
|
3160
3019
|
|
|
3161
3020
|
````
|
|
3162
3021
|
|
|
@@ -3166,34 +3025,30 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3166
3025
|
|
|
3167
3026
|
### Rust Crates:
|
|
3168
3027
|
|
|
3169
|
-
- [
|
|
3028
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
3170
3029
|
|
|
3171
3030
|
````text
|
|
3172
|
-
|
|
3031
|
+
The MIT License (MIT)
|
|
3173
3032
|
|
|
3174
|
-
|
|
3175
|
-
person obtaining a copy of this software and associated
|
|
3176
|
-
documentation files (the "Software"), to deal in the
|
|
3177
|
-
Software without restriction, including without
|
|
3178
|
-
limitation the rights to use, copy, modify, merge,
|
|
3179
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3180
|
-
the Software, and to permit persons to whom the Software
|
|
3181
|
-
is furnished to do so, subject to the following
|
|
3182
|
-
conditions:
|
|
3033
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
3183
3034
|
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3035
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3036
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3037
|
+
in the Software without restriction, including without limitation the rights
|
|
3038
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3039
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3040
|
+
furnished to do so, subject to the following conditions:
|
|
3187
3041
|
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
IN
|
|
3196
|
-
|
|
3042
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3043
|
+
copies or substantial portions of the Software.
|
|
3044
|
+
|
|
3045
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3046
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3047
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3048
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3049
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3050
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3051
|
+
SOFTWARE.
|
|
3197
3052
|
|
|
3198
3053
|
````
|
|
3199
3054
|
|
|
@@ -3203,36 +3058,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3203
3058
|
|
|
3204
3059
|
### Rust Crates:
|
|
3205
3060
|
|
|
3206
|
-
- [
|
|
3207
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3208
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3061
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
3209
3062
|
|
|
3210
3063
|
````text
|
|
3211
|
-
Copyright (c)
|
|
3064
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
3212
3065
|
|
|
3213
|
-
Permission is hereby granted, free of charge, to any
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
the Software, and to permit persons to whom the Software
|
|
3220
|
-
is furnished to do so, subject to the following
|
|
3221
|
-
conditions:
|
|
3066
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3067
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3068
|
+
in the Software without restriction, including without limitation the rights
|
|
3069
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3070
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3071
|
+
furnished to do so, subject to the following conditions:
|
|
3222
3072
|
|
|
3223
|
-
The above copyright notice and this permission notice
|
|
3224
|
-
|
|
3225
|
-
of the Software.
|
|
3073
|
+
The above copyright notice and this permission notice shall be included in
|
|
3074
|
+
all copies or substantial portions of the Software.
|
|
3226
3075
|
|
|
3227
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3235
|
-
DEALINGS IN THE SOFTWARE.
|
|
3076
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3077
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3078
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3079
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3080
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3081
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3082
|
+
THE SOFTWARE.
|
|
3236
3083
|
|
|
3237
3084
|
````
|
|
3238
3085
|
|
|
@@ -3242,10 +3089,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3242
3089
|
|
|
3243
3090
|
### Rust Crates:
|
|
3244
3091
|
|
|
3245
|
-
- [
|
|
3092
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
3246
3093
|
|
|
3247
3094
|
````text
|
|
3248
|
-
|
|
3095
|
+
The MIT License (MIT)
|
|
3096
|
+
|
|
3097
|
+
Copyright (c) 2015 Danny Guo
|
|
3098
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3099
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
3249
3100
|
|
|
3250
3101
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3251
3102
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3254,17 +3105,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3254
3105
|
copies of the Software, and to permit persons to whom the Software is
|
|
3255
3106
|
furnished to do so, subject to the following conditions:
|
|
3256
3107
|
|
|
3257
|
-
The above copyright notice and this permission notice shall be included in
|
|
3258
|
-
|
|
3108
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3109
|
+
copies or substantial portions of the Software.
|
|
3259
3110
|
|
|
3260
3111
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3261
3112
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3262
3113
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3263
3114
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3264
3115
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3265
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3266
|
-
|
|
3267
|
-
|
|
3116
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3117
|
+
SOFTWARE.
|
|
3268
3118
|
|
|
3269
3119
|
````
|
|
3270
3120
|
|
|
@@ -3274,16 +3124,32 @@ THE SOFTWARE.
|
|
|
3274
3124
|
|
|
3275
3125
|
### Rust Crates:
|
|
3276
3126
|
|
|
3277
|
-
- [
|
|
3127
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
3128
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3129
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3278
3130
|
|
|
3279
3131
|
````text
|
|
3280
|
-
|
|
3132
|
+
MIT License
|
|
3281
3133
|
|
|
3282
|
-
|
|
3134
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
3283
3135
|
|
|
3284
|
-
|
|
3136
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3137
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3138
|
+
in the Software without restriction, including without limitation the rights
|
|
3139
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3140
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3141
|
+
furnished to do so, subject to the following conditions:
|
|
3285
3142
|
|
|
3286
|
-
|
|
3143
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3144
|
+
copies or substantial portions of the Software.
|
|
3145
|
+
|
|
3146
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3147
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3148
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3149
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3150
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3151
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3152
|
+
SOFTWARE.
|
|
3287
3153
|
|
|
3288
3154
|
````
|
|
3289
3155
|
|
|
@@ -3293,34 +3159,19 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3293
3159
|
|
|
3294
3160
|
### Rust Crates:
|
|
3295
3161
|
|
|
3296
|
-
- [
|
|
3162
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
3163
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3297
3164
|
|
|
3298
3165
|
````text
|
|
3299
|
-
|
|
3166
|
+
The MIT License (MIT)
|
|
3300
3167
|
|
|
3301
|
-
|
|
3302
|
-
person obtaining a copy of this software and associated
|
|
3303
|
-
documentation files (the "Software"), to deal in the
|
|
3304
|
-
Software without restriction, including without
|
|
3305
|
-
limitation the rights to use, copy, modify, merge,
|
|
3306
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3307
|
-
the Software, and to permit persons to whom the Software
|
|
3308
|
-
is furnished to do so, subject to the following
|
|
3309
|
-
conditions:
|
|
3168
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3310
3169
|
|
|
3311
|
-
|
|
3312
|
-
shall be included in all copies or substantial portions
|
|
3313
|
-
of the Software.
|
|
3170
|
+
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:
|
|
3314
3171
|
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3318
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3319
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3320
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3321
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3322
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3323
|
-
DEALINGS IN THE SOFTWARE.
|
|
3172
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3173
|
+
|
|
3174
|
+
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.
|
|
3324
3175
|
|
|
3325
3176
|
````
|
|
3326
3177
|
|
|
@@ -3330,10 +3181,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3330
3181
|
|
|
3331
3182
|
### Rust Crates:
|
|
3332
3183
|
|
|
3333
|
-
- [
|
|
3184
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
3334
3185
|
|
|
3335
3186
|
````text
|
|
3336
|
-
Copyright (c)
|
|
3187
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
3337
3188
|
|
|
3338
3189
|
Permission is hereby granted, free of charge, to any
|
|
3339
3190
|
person obtaining a copy of this software and associated
|
|
@@ -3367,35 +3218,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3367
3218
|
|
|
3368
3219
|
### Rust Crates:
|
|
3369
3220
|
|
|
3370
|
-
- [
|
|
3371
|
-
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
3221
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
3372
3222
|
|
|
3373
3223
|
````text
|
|
3374
|
-
Copyright (c)
|
|
3224
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
3375
3225
|
|
|
3376
|
-
Permission is hereby granted, free of charge, to any
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
the Software, and to permit persons to whom the Software
|
|
3383
|
-
is furnished to do so, subject to the following
|
|
3384
|
-
conditions:
|
|
3226
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3227
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3228
|
+
in the Software without restriction, including without limitation the rights
|
|
3229
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3230
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3231
|
+
furnished to do so, subject to the following conditions:
|
|
3385
3232
|
|
|
3386
|
-
The above copyright notice and this permission notice
|
|
3387
|
-
|
|
3388
|
-
|
|
3233
|
+
The above copyright notice and this permission notice shall be included in
|
|
3234
|
+
all copies or substantial portions of the Software.
|
|
3235
|
+
|
|
3236
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3237
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3238
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3239
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3240
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3241
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3242
|
+
THE SOFTWARE.
|
|
3389
3243
|
|
|
3390
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3391
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3392
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3393
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3394
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3395
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3396
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3397
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3398
|
-
DEALINGS IN THE SOFTWARE.
|
|
3399
3244
|
|
|
3400
3245
|
````
|
|
3401
3246
|
|
|
@@ -3405,10 +3250,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3405
3250
|
|
|
3406
3251
|
### Rust Crates:
|
|
3407
3252
|
|
|
3408
|
-
- [
|
|
3253
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
3409
3254
|
|
|
3410
3255
|
````text
|
|
3411
|
-
Copyright (c)
|
|
3256
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
3412
3257
|
|
|
3413
3258
|
Permission is hereby granted, free of charge, to any
|
|
3414
3259
|
person obtaining a copy of this software and associated
|
|
@@ -3442,12 +3287,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3442
3287
|
|
|
3443
3288
|
### Rust Crates:
|
|
3444
3289
|
|
|
3445
|
-
- [
|
|
3290
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
3446
3291
|
|
|
3447
3292
|
````text
|
|
3448
|
-
Copyright (c)
|
|
3449
|
-
Copyright (c) 2018 Bastian Köcher
|
|
3450
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
3293
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
3451
3294
|
|
|
3452
3295
|
Permission is hereby granted, free of charge, to any
|
|
3453
3296
|
person obtaining a copy of this software and associated
|
|
@@ -3479,13 +3322,46 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3479
3322
|
|
|
3480
3323
|
## The following dependencies are licensed under the MIT License:
|
|
3481
3324
|
|
|
3325
|
+
### NPM Packages:
|
|
3326
|
+
|
|
3327
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
3328
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.40)
|
|
3329
|
+
|
|
3330
|
+
````text
|
|
3331
|
+
MIT License
|
|
3332
|
+
|
|
3333
|
+
Copyright (c) Microsoft Corporation.
|
|
3334
|
+
|
|
3335
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3336
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3337
|
+
in the Software without restriction, including without limitation the rights
|
|
3338
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3339
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3340
|
+
furnished to do so, subject to the following conditions:
|
|
3341
|
+
|
|
3342
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3343
|
+
copies or substantial portions of the Software.
|
|
3344
|
+
|
|
3345
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3346
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3347
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3348
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3349
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3350
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3351
|
+
SOFTWARE
|
|
3352
|
+
|
|
3353
|
+
````
|
|
3354
|
+
|
|
3355
|
+
---
|
|
3356
|
+
|
|
3357
|
+
## The following dependencies are licensed under the MIT License:
|
|
3358
|
+
|
|
3482
3359
|
### Rust Crates:
|
|
3483
3360
|
|
|
3484
|
-
- [
|
|
3361
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
3485
3362
|
|
|
3486
3363
|
````text
|
|
3487
|
-
Copyright (c)
|
|
3488
|
-
Copyright (c) 2016 Alex Crichton
|
|
3364
|
+
Copyright (c) 2017 Sean McArthur
|
|
3489
3365
|
|
|
3490
3366
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3491
3367
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3514,10 +3390,75 @@ THE SOFTWARE.
|
|
|
3514
3390
|
|
|
3515
3391
|
### Rust Crates:
|
|
3516
3392
|
|
|
3517
|
-
- [
|
|
3393
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
3394
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
3395
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
3396
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
3397
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
3398
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
3399
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
3400
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
3401
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
3402
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3403
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3404
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
3405
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
3406
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
3407
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
3408
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3409
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3410
|
+
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
3411
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
3412
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
3413
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
3414
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
3415
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
3416
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
3417
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3418
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3419
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3420
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3421
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
3422
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
3518
3423
|
|
|
3519
3424
|
````text
|
|
3520
|
-
|
|
3425
|
+
Permission is hereby granted, free of charge, to any
|
|
3426
|
+
person obtaining a copy of this software and associated
|
|
3427
|
+
documentation files (the "Software"), to deal in the
|
|
3428
|
+
Software without restriction, including without
|
|
3429
|
+
limitation the rights to use, copy, modify, merge,
|
|
3430
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3431
|
+
the Software, and to permit persons to whom the Software
|
|
3432
|
+
is furnished to do so, subject to the following
|
|
3433
|
+
conditions:
|
|
3434
|
+
|
|
3435
|
+
The above copyright notice and this permission notice
|
|
3436
|
+
shall be included in all copies or substantial portions
|
|
3437
|
+
of the Software.
|
|
3438
|
+
|
|
3439
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3440
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3441
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3442
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3443
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3444
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3445
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3446
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3447
|
+
DEALINGS IN THE SOFTWARE.
|
|
3448
|
+
|
|
3449
|
+
````
|
|
3450
|
+
|
|
3451
|
+
---
|
|
3452
|
+
|
|
3453
|
+
## The following dependencies are licensed under the MIT License:
|
|
3454
|
+
|
|
3455
|
+
### Rust Crates:
|
|
3456
|
+
|
|
3457
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
3458
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
3459
|
+
|
|
3460
|
+
````text
|
|
3461
|
+
Copyright (c) 2014 Alex Crichton
|
|
3521
3462
|
|
|
3522
3463
|
Permission is hereby granted, free of charge, to any
|
|
3523
3464
|
person obtaining a copy of this software and associated
|
|
@@ -3551,13 +3492,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3551
3492
|
|
|
3552
3493
|
### Rust Crates:
|
|
3553
3494
|
|
|
3554
|
-
- [
|
|
3495
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
3555
3496
|
|
|
3556
3497
|
````text
|
|
3557
3498
|
The MIT License (MIT)
|
|
3558
3499
|
|
|
3559
|
-
Copyright (c) 2015-
|
|
3560
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
3500
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
3561
3501
|
|
|
3562
3502
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3563
3503
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3566,16 +3506,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3566
3506
|
copies of the Software, and to permit persons to whom the Software is
|
|
3567
3507
|
furnished to do so, subject to the following conditions:
|
|
3568
3508
|
|
|
3569
|
-
The above copyright notice and this permission notice shall be included in
|
|
3570
|
-
copies or substantial portions of the Software.
|
|
3509
|
+
The above copyright notice and this permission notice shall be included in
|
|
3510
|
+
all copies or substantial portions of the Software.
|
|
3571
3511
|
|
|
3572
3512
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3573
3513
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3574
3514
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3575
3515
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3576
3516
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3577
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3578
|
-
SOFTWARE.
|
|
3517
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3518
|
+
THE SOFTWARE.
|
|
3579
3519
|
|
|
3580
3520
|
````
|
|
3581
3521
|
|
|
@@ -3585,11 +3525,10 @@ SOFTWARE.
|
|
|
3585
3525
|
|
|
3586
3526
|
### Rust Crates:
|
|
3587
3527
|
|
|
3588
|
-
- [
|
|
3528
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
3589
3529
|
|
|
3590
3530
|
````text
|
|
3591
|
-
Copyright (c)
|
|
3592
|
-
Copyright (c) 2016 Jason Housley
|
|
3531
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
3593
3532
|
|
|
3594
3533
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3595
3534
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3609,6 +3548,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3609
3548
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3610
3549
|
THE SOFTWARE.
|
|
3611
3550
|
|
|
3551
|
+
|
|
3612
3552
|
````
|
|
3613
3553
|
|
|
3614
3554
|
---
|
|
@@ -3617,32 +3557,29 @@ THE SOFTWARE.
|
|
|
3617
3557
|
|
|
3618
3558
|
### Rust Crates:
|
|
3619
3559
|
|
|
3620
|
-
- [
|
|
3621
|
-
- [
|
|
3622
|
-
- [
|
|
3560
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
3561
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3562
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3623
3563
|
|
|
3624
3564
|
````text
|
|
3625
3565
|
MIT License
|
|
3626
3566
|
|
|
3627
|
-
Copyright (c)
|
|
3567
|
+
Copyright (c) <year> <copyright holders>
|
|
3628
3568
|
|
|
3629
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
furnished to do so, subject to the following conditions:
|
|
3569
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3570
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3571
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3572
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3573
|
+
following conditions:
|
|
3635
3574
|
|
|
3636
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3637
|
-
|
|
3575
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3576
|
+
portions of the Software.
|
|
3638
3577
|
|
|
3639
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3645
|
-
SOFTWARE.
|
|
3578
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3579
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3580
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3581
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3582
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3646
3583
|
|
|
3647
3584
|
````
|
|
3648
3585
|
|
|
@@ -3652,10 +3589,16 @@ SOFTWARE.
|
|
|
3652
3589
|
|
|
3653
3590
|
### Rust Crates:
|
|
3654
3591
|
|
|
3655
|
-
- [
|
|
3592
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
3593
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
3594
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3595
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
3596
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3597
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
3656
3598
|
|
|
3657
3599
|
````text
|
|
3658
|
-
Copyright
|
|
3600
|
+
Copyright 2018 Developers of the Rand project
|
|
3601
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3659
3602
|
|
|
3660
3603
|
Permission is hereby granted, free of charge, to any
|
|
3661
3604
|
person obtaining a copy of this software and associated
|
|
@@ -3681,6 +3624,42 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3681
3624
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3682
3625
|
DEALINGS IN THE SOFTWARE.
|
|
3683
3626
|
|
|
3627
|
+
````
|
|
3628
|
+
|
|
3629
|
+
---
|
|
3630
|
+
|
|
3631
|
+
## The following dependencies are licensed under the MIT License:
|
|
3632
|
+
|
|
3633
|
+
### Rust Crates:
|
|
3634
|
+
|
|
3635
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
3636
|
+
|
|
3637
|
+
````text
|
|
3638
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
3639
|
+
|
|
3640
|
+
Permission is hereby granted, free of charge, to any
|
|
3641
|
+
person obtaining a copy of this software and associated
|
|
3642
|
+
documentation files (the "Software"), to deal in the
|
|
3643
|
+
Software without restriction, including without
|
|
3644
|
+
limitation the rights to use, copy, modify, merge,
|
|
3645
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3646
|
+
the Software, and to permit persons to whom the Software
|
|
3647
|
+
is furnished to do so, subject to the following
|
|
3648
|
+
conditions:
|
|
3649
|
+
|
|
3650
|
+
The above copyright notice and this permission notice
|
|
3651
|
+
shall be included in all copies or substantial portions
|
|
3652
|
+
of the Software.
|
|
3653
|
+
|
|
3654
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3655
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3656
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3657
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3658
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3659
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3660
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3661
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3662
|
+
DEALINGS IN THE SOFTWARE.
|
|
3684
3663
|
|
|
3685
3664
|
````
|
|
3686
3665
|
|
|
@@ -3690,11 +3669,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3690
3669
|
|
|
3691
3670
|
### Rust Crates:
|
|
3692
3671
|
|
|
3693
|
-
- [
|
|
3672
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
3694
3673
|
|
|
3695
3674
|
````text
|
|
3696
|
-
Copyright (c)
|
|
3697
|
-
|
|
3675
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
3676
|
+
|
|
3677
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3678
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3679
|
+
in the Software without restriction, including without limitation the rights
|
|
3680
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3681
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3682
|
+
furnished to do so, subject to the following conditions:
|
|
3683
|
+
|
|
3684
|
+
The above copyright notice and this permission notice shall be included in
|
|
3685
|
+
all copies or substantial portions of the Software.
|
|
3686
|
+
|
|
3687
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3688
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3689
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3690
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3691
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3692
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3693
|
+
THE SOFTWARE.
|
|
3694
|
+
|
|
3695
|
+
````
|
|
3696
|
+
|
|
3697
|
+
---
|
|
3698
|
+
|
|
3699
|
+
## The following dependencies are licensed under the MIT License:
|
|
3700
|
+
|
|
3701
|
+
### NPM Packages:
|
|
3702
|
+
|
|
3703
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
3704
|
+
|
|
3705
|
+
````text
|
|
3706
|
+
The MIT License (MIT)
|
|
3707
|
+
|
|
3708
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
3698
3709
|
|
|
3699
3710
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3700
3711
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3714,6 +3725,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3714
3725
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3715
3726
|
SOFTWARE.
|
|
3716
3727
|
|
|
3728
|
+
|
|
3717
3729
|
````
|
|
3718
3730
|
|
|
3719
3731
|
---
|
|
@@ -3722,14 +3734,11 @@ SOFTWARE.
|
|
|
3722
3734
|
|
|
3723
3735
|
### Rust Crates:
|
|
3724
3736
|
|
|
3725
|
-
- [
|
|
3726
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3727
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3728
|
-
|
|
3729
|
-
````text
|
|
3730
|
-
MIT License
|
|
3737
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
3731
3738
|
|
|
3732
|
-
|
|
3739
|
+
````text
|
|
3740
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
3741
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
3733
3742
|
|
|
3734
3743
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3735
3744
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3757,10 +3766,10 @@ SOFTWARE.
|
|
|
3757
3766
|
|
|
3758
3767
|
### Rust Crates:
|
|
3759
3768
|
|
|
3760
|
-
- [
|
|
3769
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
3761
3770
|
|
|
3762
3771
|
````text
|
|
3763
|
-
Copyright (c)
|
|
3772
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
3764
3773
|
|
|
3765
3774
|
Permission is hereby granted, free of charge, to any
|
|
3766
3775
|
person obtaining a copy of this software and associated
|
|
@@ -3794,74 +3803,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3794
3803
|
|
|
3795
3804
|
### Rust Crates:
|
|
3796
3805
|
|
|
3797
|
-
- [
|
|
3798
|
-
|
|
3799
|
-
````text
|
|
3800
|
-
Copyright (c) 2017 Sean McArthur
|
|
3801
|
-
|
|
3802
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3803
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3804
|
-
in the Software without restriction, including without limitation the rights
|
|
3805
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3806
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3807
|
-
furnished to do so, subject to the following conditions:
|
|
3808
|
-
|
|
3809
|
-
The above copyright notice and this permission notice shall be included in
|
|
3810
|
-
all copies or substantial portions of the Software.
|
|
3811
|
-
|
|
3812
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3813
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3814
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3815
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3816
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3817
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3818
|
-
THE SOFTWARE.
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
````
|
|
3822
|
-
|
|
3823
|
-
---
|
|
3824
|
-
|
|
3825
|
-
## The following dependencies are licensed under the MIT License:
|
|
3826
|
-
|
|
3827
|
-
### Rust Crates:
|
|
3828
|
-
|
|
3829
|
-
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
3830
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3831
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3806
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
3832
3807
|
|
|
3833
3808
|
````text
|
|
3834
3809
|
MIT License
|
|
3835
3810
|
|
|
3836
|
-
Copyright (c)
|
|
3837
|
-
|
|
3838
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3839
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3840
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3841
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3842
|
-
following conditions:
|
|
3843
|
-
|
|
3844
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3845
|
-
portions of the Software.
|
|
3846
|
-
|
|
3847
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3848
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3849
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3850
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3851
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3852
|
-
|
|
3853
|
-
````
|
|
3854
|
-
|
|
3855
|
-
---
|
|
3856
|
-
|
|
3857
|
-
## The following dependencies are licensed under the MIT License:
|
|
3858
|
-
|
|
3859
|
-
### Rust Crates:
|
|
3860
|
-
|
|
3861
|
-
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3862
|
-
|
|
3863
|
-
````text
|
|
3864
|
-
Copyright (c) 2018 directories-rs contributors
|
|
3811
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
3865
3812
|
|
|
3866
3813
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3867
3814
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3889,10 +3836,12 @@ SOFTWARE.
|
|
|
3889
3836
|
|
|
3890
3837
|
### Rust Crates:
|
|
3891
3838
|
|
|
3892
|
-
- [
|
|
3839
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
3893
3840
|
|
|
3894
3841
|
````text
|
|
3895
|
-
|
|
3842
|
+
The MIT License (MIT)
|
|
3843
|
+
|
|
3844
|
+
Copyright (c) 2015 Alice Maz
|
|
3896
3845
|
|
|
3897
3846
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3898
3847
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3912,7 +3861,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3912
3861
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3913
3862
|
THE SOFTWARE.
|
|
3914
3863
|
|
|
3915
|
-
|
|
3916
3864
|
````
|
|
3917
3865
|
|
|
3918
3866
|
---
|
|
@@ -3921,12 +3869,14 @@ THE SOFTWARE.
|
|
|
3921
3869
|
|
|
3922
3870
|
### Rust Crates:
|
|
3923
3871
|
|
|
3924
|
-
- [
|
|
3872
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3873
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3874
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3925
3875
|
|
|
3926
3876
|
````text
|
|
3927
3877
|
MIT License
|
|
3928
3878
|
|
|
3929
|
-
Copyright (c)
|
|
3879
|
+
Copyright (c) 2017 Ted Driggs
|
|
3930
3880
|
|
|
3931
3881
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3932
3882
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3954,16 +3904,30 @@ SOFTWARE.
|
|
|
3954
3904
|
|
|
3955
3905
|
### Rust Crates:
|
|
3956
3906
|
|
|
3957
|
-
- [
|
|
3907
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
3958
3908
|
|
|
3959
3909
|
````text
|
|
3960
|
-
Copyright
|
|
3910
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
3911
|
+
Copyright (c) 2016 Alex Crichton
|
|
3961
3912
|
|
|
3962
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3913
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3914
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3915
|
+
in the Software without restriction, including without limitation the rights
|
|
3916
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3917
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3918
|
+
furnished to do so, subject to the following conditions:
|
|
3963
3919
|
|
|
3964
|
-
The above copyright notice and this permission notice shall be included in
|
|
3920
|
+
The above copyright notice and this permission notice shall be included in
|
|
3921
|
+
all copies or substantial portions of the Software.
|
|
3922
|
+
|
|
3923
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3924
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3925
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3926
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3927
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3928
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3929
|
+
THE SOFTWARE.
|
|
3965
3930
|
|
|
3966
|
-
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.
|
|
3967
3931
|
|
|
3968
3932
|
````
|
|
3969
3933
|
|
|
@@ -3971,29 +3935,36 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3971
3935
|
|
|
3972
3936
|
## The following dependencies are licensed under the MIT License:
|
|
3973
3937
|
|
|
3974
|
-
###
|
|
3938
|
+
### Rust Crates:
|
|
3975
3939
|
|
|
3976
|
-
- [
|
|
3940
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
3977
3941
|
|
|
3978
3942
|
````text
|
|
3979
|
-
|
|
3943
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
3980
3944
|
|
|
3981
|
-
Permission is hereby granted, free of charge, to any
|
|
3982
|
-
|
|
3983
|
-
the Software
|
|
3984
|
-
|
|
3985
|
-
the
|
|
3986
|
-
|
|
3945
|
+
Permission is hereby granted, free of charge, to any
|
|
3946
|
+
person obtaining a copy of this software and associated
|
|
3947
|
+
documentation files (the "Software"), to deal in the
|
|
3948
|
+
Software without restriction, including without
|
|
3949
|
+
limitation the rights to use, copy, modify, merge,
|
|
3950
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3951
|
+
the Software, and to permit persons to whom the Software
|
|
3952
|
+
is furnished to do so, subject to the following
|
|
3953
|
+
conditions:
|
|
3987
3954
|
|
|
3988
|
-
The above copyright notice and this permission notice
|
|
3989
|
-
copies or substantial portions
|
|
3955
|
+
The above copyright notice and this permission notice
|
|
3956
|
+
shall be included in all copies or substantial portions
|
|
3957
|
+
of the Software.
|
|
3990
3958
|
|
|
3991
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3992
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
|
|
3959
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3960
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3961
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3962
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3963
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3964
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3965
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3966
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3967
|
+
DEALINGS IN THE SOFTWARE.
|
|
3997
3968
|
|
|
3998
3969
|
````
|
|
3999
3970
|
|
|
@@ -4003,13 +3974,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4003
3974
|
|
|
4004
3975
|
### Rust Crates:
|
|
4005
3976
|
|
|
4006
|
-
- [
|
|
4007
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
4008
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
4009
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
3977
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
4010
3978
|
|
|
4011
3979
|
````text
|
|
4012
|
-
Copyright (c)
|
|
3980
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
4013
3981
|
|
|
4014
3982
|
Permission is hereby granted, free of charge, to any
|
|
4015
3983
|
person obtaining a copy of this software and associated
|
|
@@ -4043,11 +4011,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4043
4011
|
|
|
4044
4012
|
### Rust Crates:
|
|
4045
4013
|
|
|
4046
|
-
- [
|
|
4014
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
4047
4015
|
|
|
4048
4016
|
````text
|
|
4049
|
-
|
|
4050
|
-
|
|
4017
|
+
MIT License
|
|
4018
|
+
|
|
4019
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
4020
|
+
|
|
4021
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4022
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4023
|
+
in the Software without restriction, including without limitation the rights
|
|
4024
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4025
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4026
|
+
furnished to do so, subject to the following conditions:
|
|
4027
|
+
|
|
4028
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4029
|
+
copies or substantial portions of the Software.
|
|
4030
|
+
|
|
4031
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4032
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4033
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4034
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4035
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4036
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4037
|
+
SOFTWARE.
|
|
4038
|
+
|
|
4039
|
+
````
|
|
4040
|
+
|
|
4041
|
+
---
|
|
4042
|
+
|
|
4043
|
+
## The following dependencies are licensed under the MIT License:
|
|
4044
|
+
|
|
4045
|
+
### Rust Crates:
|
|
4046
|
+
|
|
4047
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
4048
|
+
|
|
4049
|
+
````text
|
|
4050
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
4051
4051
|
|
|
4052
4052
|
Permission is hereby granted, free of charge, to any
|
|
4053
4053
|
person obtaining a copy of this software and associated
|
|
@@ -4478,31 +4478,14 @@ Please refer to the package README for license details.
|
|
|
4478
4478
|
|
|
4479
4479
|
### Rust Crates:
|
|
4480
4480
|
|
|
4481
|
-
- [
|
|
4482
|
-
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4483
|
-
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4484
|
-
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4485
|
-
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4486
|
-
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4487
|
-
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4488
|
-
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4489
|
-
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4490
|
-
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4491
|
-
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4492
|
-
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4493
|
-
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4494
|
-
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4495
|
-
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4496
|
-
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4497
|
-
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4498
|
-
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4481
|
+
- [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
|
|
4499
4482
|
|
|
4500
4483
|
````text
|
|
4501
4484
|
UNICODE LICENSE V3
|
|
4502
4485
|
|
|
4503
4486
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4504
4487
|
|
|
4505
|
-
Copyright ©
|
|
4488
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
4506
4489
|
|
|
4507
4490
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4508
4491
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4538,13 +4521,6 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4538
4521
|
dealings in these Data Files or Software without prior written
|
|
4539
4522
|
authorization of the copyright holder.
|
|
4540
4523
|
|
|
4541
|
-
SPDX-License-Identifier: Unicode-3.0
|
|
4542
|
-
|
|
4543
|
-
—
|
|
4544
|
-
|
|
4545
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4546
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4547
|
-
|
|
4548
4524
|
````
|
|
4549
4525
|
|
|
4550
4526
|
---
|
|
@@ -4553,14 +4529,31 @@ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation a
|
|
|
4553
4529
|
|
|
4554
4530
|
### Rust Crates:
|
|
4555
4531
|
|
|
4556
|
-
- [
|
|
4532
|
+
- [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4533
|
+
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4534
|
+
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4535
|
+
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4536
|
+
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4537
|
+
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4538
|
+
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4539
|
+
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4540
|
+
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4541
|
+
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4542
|
+
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4543
|
+
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4544
|
+
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4545
|
+
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4546
|
+
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4547
|
+
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4548
|
+
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4549
|
+
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4557
4550
|
|
|
4558
4551
|
````text
|
|
4559
4552
|
UNICODE LICENSE V3
|
|
4560
4553
|
|
|
4561
4554
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4562
4555
|
|
|
4563
|
-
Copyright ©
|
|
4556
|
+
Copyright © 2020-2024 Unicode, Inc.
|
|
4564
4557
|
|
|
4565
4558
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4566
4559
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4596,5 +4589,12 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4596
4589
|
dealings in these Data Files or Software without prior written
|
|
4597
4590
|
authorization of the copyright holder.
|
|
4598
4591
|
|
|
4592
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
4593
|
+
|
|
4594
|
+
—
|
|
4595
|
+
|
|
4596
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4597
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4598
|
+
|
|
4599
4599
|
````
|
|
4600
4600
|
|