@deveco-codegenie/mcp-darwin-x64 1.1.4 → 1.1.5
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 +1145 -1145
- package/bin/codegenie-mcp-server +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -22,36 +22,12 @@
|
|
|
22
22
|
|
|
23
23
|
### Rust Crates:
|
|
24
24
|
|
|
25
|
-
- [
|
|
26
|
-
|
|
27
|
-
````text
|
|
28
|
-
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
29
|
-
|
|
30
|
-
Permission to use, copy, modify, and/or distribute this software for
|
|
31
|
-
any purpose with or without fee is hereby granted.
|
|
32
|
-
|
|
33
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
34
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
35
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
36
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
37
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
38
|
-
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
39
|
-
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
40
|
-
|
|
41
|
-
````
|
|
42
|
-
|
|
43
|
-
---
|
|
44
|
-
|
|
45
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
46
|
-
|
|
47
|
-
### Rust Crates:
|
|
48
|
-
|
|
49
|
-
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
25
|
+
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
50
26
|
|
|
51
27
|
````text
|
|
52
28
|
BSD Zero Clause License
|
|
53
29
|
|
|
54
|
-
Copyright (c)
|
|
30
|
+
Copyright (c) 2024 kotauskas
|
|
55
31
|
|
|
56
32
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
57
33
|
purpose with or without fee is hereby granted.
|
|
@@ -72,110 +48,47 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
72
48
|
|
|
73
49
|
### Rust Crates:
|
|
74
50
|
|
|
75
|
-
- [
|
|
51
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
76
52
|
|
|
77
53
|
````text
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
Copyright (c) 2024 kotauskas
|
|
54
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
81
55
|
|
|
82
|
-
Permission to use, copy, modify, and/or distribute this software for
|
|
83
|
-
purpose with or without fee is hereby granted.
|
|
56
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
57
|
+
any purpose with or without fee is hereby granted.
|
|
84
58
|
|
|
85
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
86
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
87
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
88
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
89
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
90
|
-
|
|
91
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
59
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
60
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
61
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
62
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
63
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
64
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
65
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
92
66
|
|
|
93
67
|
````
|
|
94
68
|
|
|
95
69
|
---
|
|
96
70
|
|
|
97
|
-
## The following dependencies are licensed under the
|
|
71
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
98
72
|
|
|
99
73
|
### Rust Crates:
|
|
100
74
|
|
|
101
|
-
- [
|
|
102
|
-
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
103
|
-
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
75
|
+
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
104
76
|
|
|
105
77
|
````text
|
|
106
|
-
|
|
107
|
-
Version 2.0, January 2004
|
|
108
|
-
http://www.apache.org/licenses/
|
|
109
|
-
|
|
110
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
111
|
-
|
|
112
|
-
1. Definitions.
|
|
113
|
-
|
|
114
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
115
|
-
|
|
116
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
117
|
-
|
|
118
|
-
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
119
|
-
|
|
120
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
121
|
-
|
|
122
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
123
|
-
|
|
124
|
-
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
125
|
-
|
|
126
|
-
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
127
|
-
|
|
128
|
-
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
129
|
-
|
|
130
|
-
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
131
|
-
|
|
132
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
133
|
-
|
|
134
|
-
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
135
|
-
|
|
136
|
-
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
137
|
-
|
|
138
|
-
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
139
|
-
|
|
140
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
141
|
-
|
|
142
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
143
|
-
|
|
144
|
-
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
145
|
-
|
|
146
|
-
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
147
|
-
|
|
148
|
-
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
149
|
-
|
|
150
|
-
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
151
|
-
|
|
152
|
-
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
153
|
-
|
|
154
|
-
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
155
|
-
|
|
156
|
-
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
157
|
-
|
|
158
|
-
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
159
|
-
|
|
160
|
-
END OF TERMS AND CONDITIONS
|
|
161
|
-
|
|
162
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
163
|
-
|
|
164
|
-
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
165
|
-
|
|
166
|
-
Copyright [yyyy] [name of copyright owner]
|
|
78
|
+
BSD Zero Clause License
|
|
167
79
|
|
|
168
|
-
|
|
169
|
-
you may not use this file except in compliance with the License.
|
|
170
|
-
You may obtain a copy of the License at
|
|
80
|
+
Copyright (c) 2025 Goat
|
|
171
81
|
|
|
172
|
-
|
|
82
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
83
|
+
purpose with or without fee is hereby granted.
|
|
173
84
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
85
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
86
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
87
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
88
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
89
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
90
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
91
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
179
92
|
|
|
180
93
|
````
|
|
181
94
|
|
|
@@ -400,6 +313,93 @@ limitations under the License.
|
|
|
400
313
|
|
|
401
314
|
### Rust Crates:
|
|
402
315
|
|
|
316
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
317
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
318
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
319
|
+
|
|
320
|
+
````text
|
|
321
|
+
Apache License
|
|
322
|
+
Version 2.0, January 2004
|
|
323
|
+
http://www.apache.org/licenses/
|
|
324
|
+
|
|
325
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
326
|
+
|
|
327
|
+
1. Definitions.
|
|
328
|
+
|
|
329
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
330
|
+
|
|
331
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
332
|
+
|
|
333
|
+
"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.
|
|
334
|
+
|
|
335
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
336
|
+
|
|
337
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
338
|
+
|
|
339
|
+
"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.
|
|
340
|
+
|
|
341
|
+
"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).
|
|
342
|
+
|
|
343
|
+
"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.
|
|
344
|
+
|
|
345
|
+
"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."
|
|
346
|
+
|
|
347
|
+
"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.
|
|
348
|
+
|
|
349
|
+
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.
|
|
350
|
+
|
|
351
|
+
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.
|
|
352
|
+
|
|
353
|
+
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:
|
|
354
|
+
|
|
355
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
356
|
+
|
|
357
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
358
|
+
|
|
359
|
+
(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
|
|
360
|
+
|
|
361
|
+
(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.
|
|
362
|
+
|
|
363
|
+
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.
|
|
364
|
+
|
|
365
|
+
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.
|
|
366
|
+
|
|
367
|
+
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.
|
|
368
|
+
|
|
369
|
+
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.
|
|
370
|
+
|
|
371
|
+
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.
|
|
372
|
+
|
|
373
|
+
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.
|
|
374
|
+
|
|
375
|
+
END OF TERMS AND CONDITIONS
|
|
376
|
+
|
|
377
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
378
|
+
|
|
379
|
+
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.
|
|
380
|
+
|
|
381
|
+
Copyright [yyyy] [name of copyright owner]
|
|
382
|
+
|
|
383
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
384
|
+
you may not use this file except in compliance with the License.
|
|
385
|
+
You may obtain a copy of the License at
|
|
386
|
+
|
|
387
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
388
|
+
|
|
389
|
+
Unless required by applicable law or agreed to in writing, software
|
|
390
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
391
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
392
|
+
See the License for the specific language governing permissions and
|
|
393
|
+
limitations under the License.
|
|
394
|
+
|
|
395
|
+
````
|
|
396
|
+
|
|
397
|
+
---
|
|
398
|
+
|
|
399
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
400
|
+
|
|
401
|
+
### Rust Crates:
|
|
402
|
+
|
|
403
403
|
- [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
|
|
404
404
|
|
|
405
405
|
````text
|
|
@@ -654,35 +654,31 @@ The complete list of contributors can be found at:
|
|
|
654
654
|
|
|
655
655
|
### Rust Crates:
|
|
656
656
|
|
|
657
|
-
- [
|
|
658
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
657
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
659
658
|
|
|
660
659
|
````text
|
|
661
|
-
|
|
660
|
+
The MIT License (MIT)
|
|
662
661
|
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
documentation files (the "Software"), to deal in the
|
|
666
|
-
Software without restriction, including without
|
|
667
|
-
limitation the rights to use, copy, modify, merge,
|
|
668
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
669
|
-
the Software, and to permit persons to whom the Software
|
|
670
|
-
is furnished to do so, subject to the following
|
|
671
|
-
conditions:
|
|
662
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
663
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
672
664
|
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
665
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
666
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
667
|
+
in the Software without restriction, including without limitation the rights
|
|
668
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
669
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
670
|
+
furnished to do so, subject to the following conditions:
|
|
676
671
|
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
IN
|
|
685
|
-
|
|
672
|
+
The above copyright notice and this permission notice shall be included in all
|
|
673
|
+
copies or substantial portions of the Software.
|
|
674
|
+
|
|
675
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
676
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
677
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
678
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
679
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
680
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
681
|
+
SOFTWARE.
|
|
686
682
|
|
|
687
683
|
````
|
|
688
684
|
|
|
@@ -692,10 +688,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
692
688
|
|
|
693
689
|
### Rust Crates:
|
|
694
690
|
|
|
695
|
-
- [
|
|
691
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
696
692
|
|
|
697
693
|
````text
|
|
698
|
-
Copyright (c)
|
|
694
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
695
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
699
696
|
|
|
700
697
|
Permission is hereby granted, free of charge, to any
|
|
701
698
|
person obtaining a copy of this software and associated
|
|
@@ -729,11 +726,46 @@ DEALINGS IN THE SOFTWARE.
|
|
|
729
726
|
|
|
730
727
|
### Rust Crates:
|
|
731
728
|
|
|
732
|
-
- [
|
|
729
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
730
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
733
731
|
|
|
734
732
|
````text
|
|
735
|
-
|
|
736
|
-
|
|
733
|
+
The MIT License (MIT)
|
|
734
|
+
|
|
735
|
+
Copyright (c) 2015 Steven Fackler
|
|
736
|
+
|
|
737
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
738
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
739
|
+
the Software without restriction, including without limitation the rights to
|
|
740
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
741
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
742
|
+
subject to the following conditions:
|
|
743
|
+
|
|
744
|
+
The above copyright notice and this permission notice shall be included in all
|
|
745
|
+
copies or substantial portions of the Software.
|
|
746
|
+
|
|
747
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
748
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
749
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
750
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
751
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
752
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
753
|
+
|
|
754
|
+
````
|
|
755
|
+
|
|
756
|
+
---
|
|
757
|
+
|
|
758
|
+
## The following dependencies are licensed under the MIT License:
|
|
759
|
+
|
|
760
|
+
### Rust Crates:
|
|
761
|
+
|
|
762
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
763
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
764
|
+
|
|
765
|
+
````text
|
|
766
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
767
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
768
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
737
769
|
|
|
738
770
|
Permission is hereby granted, free of charge, to any
|
|
739
771
|
person obtaining a copy of this software and associated
|
|
@@ -765,14 +797,80 @@ DEALINGS IN THE SOFTWARE.
|
|
|
765
797
|
|
|
766
798
|
## The following dependencies are licensed under the MIT License:
|
|
767
799
|
|
|
800
|
+
### NPM Packages:
|
|
801
|
+
|
|
802
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
803
|
+
|
|
804
|
+
````text
|
|
805
|
+
MIT License
|
|
806
|
+
|
|
807
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
808
|
+
|
|
809
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
810
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
811
|
+
in the Software without restriction, including without limitation the rights
|
|
812
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
813
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
814
|
+
furnished to do so, subject to the following conditions:
|
|
815
|
+
|
|
816
|
+
The above copyright notice and this permission notice shall be included in all
|
|
817
|
+
copies or substantial portions of the Software.
|
|
818
|
+
|
|
819
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
820
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
821
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
822
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
823
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
824
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
825
|
+
SOFTWARE.
|
|
826
|
+
|
|
827
|
+
[others]: https://github.com/json5/json5/contributors
|
|
828
|
+
|
|
829
|
+
````
|
|
830
|
+
|
|
831
|
+
---
|
|
832
|
+
|
|
833
|
+
## The following dependencies are licensed under the MIT License:
|
|
834
|
+
|
|
835
|
+
### NPM Packages:
|
|
836
|
+
|
|
837
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
838
|
+
|
|
839
|
+
````text
|
|
840
|
+
The MIT License (MIT)
|
|
841
|
+
|
|
842
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
843
|
+
|
|
844
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
845
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
846
|
+
in the Software without restriction, including without limitation the rights
|
|
847
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
848
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
849
|
+
furnished to do so, subject to the following conditions:
|
|
850
|
+
|
|
851
|
+
The above copyright notice and this permission notice shall be included in
|
|
852
|
+
all copies or substantial portions of the Software.
|
|
853
|
+
|
|
854
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
855
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
856
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
857
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
858
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
859
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
860
|
+
THE SOFTWARE.
|
|
861
|
+
|
|
862
|
+
````
|
|
863
|
+
|
|
864
|
+
---
|
|
865
|
+
|
|
866
|
+
## The following dependencies are licensed under the MIT License:
|
|
867
|
+
|
|
768
868
|
### Rust Crates:
|
|
769
869
|
|
|
770
|
-
- [
|
|
771
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
772
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
870
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
773
871
|
|
|
774
872
|
````text
|
|
775
|
-
Copyright (c)
|
|
873
|
+
Copyright (c) The rust-url developers
|
|
776
874
|
|
|
777
875
|
Permission is hereby granted, free of charge, to any
|
|
778
876
|
person obtaining a copy of this software and associated
|
|
@@ -806,42 +904,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
806
904
|
|
|
807
905
|
### Rust Crates:
|
|
808
906
|
|
|
809
|
-
- [
|
|
810
|
-
- [
|
|
811
|
-
- [
|
|
812
|
-
|
|
813
|
-
````text
|
|
814
|
-
MIT License
|
|
815
|
-
|
|
816
|
-
Copyright (c) <year> <copyright holders>
|
|
817
|
-
|
|
818
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
819
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
820
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
821
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
822
|
-
following conditions:
|
|
823
|
-
|
|
824
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
825
|
-
portions of the Software.
|
|
826
|
-
|
|
827
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
828
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
829
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
830
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
831
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
832
|
-
|
|
833
|
-
````
|
|
834
|
-
|
|
835
|
-
---
|
|
836
|
-
|
|
837
|
-
## The following dependencies are licensed under the MIT License:
|
|
838
|
-
|
|
839
|
-
### Rust Crates:
|
|
840
|
-
|
|
841
|
-
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
907
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
908
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
909
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
910
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
842
911
|
|
|
843
912
|
````text
|
|
844
|
-
Copyright (c)
|
|
913
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
845
914
|
|
|
846
915
|
Permission is hereby granted, free of charge, to any
|
|
847
916
|
person obtaining a copy of this software and associated
|
|
@@ -907,28 +976,35 @@ SOFTWARE.
|
|
|
907
976
|
|
|
908
977
|
### Rust Crates:
|
|
909
978
|
|
|
910
|
-
- [
|
|
979
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
980
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
911
981
|
|
|
912
982
|
````text
|
|
913
|
-
Copyright (c)
|
|
983
|
+
Copyright (c) 2014 Alex Crichton
|
|
914
984
|
|
|
915
|
-
Permission is hereby granted, free of charge, to any
|
|
916
|
-
of this software and associated
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
985
|
+
Permission is hereby granted, free of charge, to any
|
|
986
|
+
person obtaining a copy of this software and associated
|
|
987
|
+
documentation files (the "Software"), to deal in the
|
|
988
|
+
Software without restriction, including without
|
|
989
|
+
limitation the rights to use, copy, modify, merge,
|
|
990
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
991
|
+
the Software, and to permit persons to whom the Software
|
|
992
|
+
is furnished to do so, subject to the following
|
|
993
|
+
conditions:
|
|
921
994
|
|
|
922
|
-
The above copyright notice and this permission notice
|
|
923
|
-
all copies or substantial portions
|
|
995
|
+
The above copyright notice and this permission notice
|
|
996
|
+
shall be included in all copies or substantial portions
|
|
997
|
+
of the Software.
|
|
924
998
|
|
|
925
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
926
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
999
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1000
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1001
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1002
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1003
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1004
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1005
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1006
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1007
|
+
DEALINGS IN THE SOFTWARE.
|
|
932
1008
|
|
|
933
1009
|
````
|
|
934
1010
|
|
|
@@ -938,12 +1014,11 @@ THE SOFTWARE.
|
|
|
938
1014
|
|
|
939
1015
|
### Rust Crates:
|
|
940
1016
|
|
|
941
|
-
- [
|
|
1017
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
1018
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
942
1019
|
|
|
943
1020
|
````text
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
1021
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
947
1022
|
|
|
948
1023
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
949
1024
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -952,16 +1027,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
952
1027
|
copies of the Software, and to permit persons to whom the Software is
|
|
953
1028
|
furnished to do so, subject to the following conditions:
|
|
954
1029
|
|
|
955
|
-
The above copyright notice and this permission notice shall be included in
|
|
956
|
-
|
|
1030
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1031
|
+
copies or substantial portions of the Software.
|
|
957
1032
|
|
|
958
1033
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
959
1034
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
960
1035
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
961
1036
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
962
1037
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
963
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
964
|
-
|
|
1038
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1039
|
+
SOFTWARE.
|
|
965
1040
|
|
|
966
1041
|
````
|
|
967
1042
|
|
|
@@ -969,59 +1044,26 @@ THE SOFTWARE.
|
|
|
969
1044
|
|
|
970
1045
|
## The following dependencies are licensed under the MIT License:
|
|
971
1046
|
|
|
972
|
-
###
|
|
1047
|
+
### Rust Crates:
|
|
973
1048
|
|
|
974
|
-
- [
|
|
1049
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
975
1050
|
|
|
976
1051
|
````text
|
|
977
|
-
|
|
1052
|
+
Copyright (c) 2017 http-rs authors
|
|
978
1053
|
|
|
979
|
-
|
|
1054
|
+
Permission is hereby granted, free of charge, to any
|
|
1055
|
+
person obtaining a copy of this software and associated
|
|
1056
|
+
documentation files (the "Software"), to deal in the
|
|
1057
|
+
Software without restriction, including without
|
|
1058
|
+
limitation the rights to use, copy, modify, merge,
|
|
1059
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1060
|
+
the Software, and to permit persons to whom the Software
|
|
1061
|
+
is furnished to do so, subject to the following
|
|
1062
|
+
conditions:
|
|
980
1063
|
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
985
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
986
|
-
furnished to do so, subject to the following conditions:
|
|
987
|
-
|
|
988
|
-
The above copyright notice and this permission notice shall be included in
|
|
989
|
-
all copies or substantial portions of the Software.
|
|
990
|
-
|
|
991
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
992
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
993
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
994
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
995
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
996
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
997
|
-
THE SOFTWARE.
|
|
998
|
-
|
|
999
|
-
````
|
|
1000
|
-
|
|
1001
|
-
---
|
|
1002
|
-
|
|
1003
|
-
## The following dependencies are licensed under the MIT License:
|
|
1004
|
-
|
|
1005
|
-
### Rust Crates:
|
|
1006
|
-
|
|
1007
|
-
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
1008
|
-
|
|
1009
|
-
````text
|
|
1010
|
-
Copyright (c) 2018 The Servo Project Developers
|
|
1011
|
-
|
|
1012
|
-
Permission is hereby granted, free of charge, to any
|
|
1013
|
-
person obtaining a copy of this software and associated
|
|
1014
|
-
documentation files (the "Software"), to deal in the
|
|
1015
|
-
Software without restriction, including without
|
|
1016
|
-
limitation the rights to use, copy, modify, merge,
|
|
1017
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1018
|
-
the Software, and to permit persons to whom the Software
|
|
1019
|
-
is furnished to do so, subject to the following
|
|
1020
|
-
conditions:
|
|
1021
|
-
|
|
1022
|
-
The above copyright notice and this permission notice
|
|
1023
|
-
shall be included in all copies or substantial portions
|
|
1024
|
-
of the Software.
|
|
1064
|
+
The above copyright notice and this permission notice
|
|
1065
|
+
shall be included in all copies or substantial portions
|
|
1066
|
+
of the Software.
|
|
1025
1067
|
|
|
1026
1068
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1027
1069
|
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
@@ -1041,12 +1083,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1041
1083
|
|
|
1042
1084
|
### Rust Crates:
|
|
1043
1085
|
|
|
1044
|
-
- [
|
|
1086
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
1045
1087
|
|
|
1046
1088
|
````text
|
|
1047
1089
|
MIT License
|
|
1048
1090
|
|
|
1049
|
-
Copyright (c)
|
|
1091
|
+
Copyright (c) 2025 Callum Oakley
|
|
1050
1092
|
|
|
1051
1093
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1052
1094
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1074,10 +1116,46 @@ SOFTWARE.
|
|
|
1074
1116
|
|
|
1075
1117
|
### Rust Crates:
|
|
1076
1118
|
|
|
1077
|
-
- [
|
|
1119
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
1078
1120
|
|
|
1079
1121
|
````text
|
|
1080
|
-
Copyright (c) 2017
|
|
1122
|
+
Copyright (c) 2017 Robert Grosse
|
|
1123
|
+
|
|
1124
|
+
Permission is hereby granted, free of charge, to any
|
|
1125
|
+
person obtaining a copy of this software and associated
|
|
1126
|
+
documentation files (the "Software"), to deal in the
|
|
1127
|
+
Software without restriction, including without
|
|
1128
|
+
limitation the rights to use, copy, modify, merge,
|
|
1129
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1130
|
+
the Software, and to permit persons to whom the Software
|
|
1131
|
+
is furnished to do so, subject to the following
|
|
1132
|
+
conditions:
|
|
1133
|
+
|
|
1134
|
+
The above copyright notice and this permission notice
|
|
1135
|
+
shall be included in all copies or substantial portions
|
|
1136
|
+
of the Software.
|
|
1137
|
+
|
|
1138
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1139
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1140
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1141
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1142
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1143
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1144
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1145
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1146
|
+
DEALINGS IN THE SOFTWARE.
|
|
1147
|
+
````
|
|
1148
|
+
|
|
1149
|
+
---
|
|
1150
|
+
|
|
1151
|
+
## The following dependencies are licensed under the MIT License:
|
|
1152
|
+
|
|
1153
|
+
### Rust Crates:
|
|
1154
|
+
|
|
1155
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
1156
|
+
|
|
1157
|
+
````text
|
|
1158
|
+
Copyright (c) 2017 Contributors
|
|
1081
1159
|
|
|
1082
1160
|
Permission is hereby granted, free of charge, to any
|
|
1083
1161
|
person obtaining a copy of this software and associated
|
|
@@ -1111,12 +1189,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1111
1189
|
|
|
1112
1190
|
### NPM Packages:
|
|
1113
1191
|
|
|
1114
|
-
- [
|
|
1192
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
1115
1193
|
|
|
1116
1194
|
````text
|
|
1117
|
-
|
|
1195
|
+
MIT License
|
|
1118
1196
|
|
|
1119
|
-
Copyright (c)
|
|
1197
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
1120
1198
|
|
|
1121
1199
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1122
1200
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1136,7 +1214,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1136
1214
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1137
1215
|
SOFTWARE.
|
|
1138
1216
|
|
|
1139
|
-
|
|
1140
1217
|
````
|
|
1141
1218
|
|
|
1142
1219
|
---
|
|
@@ -1145,11 +1222,10 @@ SOFTWARE.
|
|
|
1145
1222
|
|
|
1146
1223
|
### Rust Crates:
|
|
1147
1224
|
|
|
1148
|
-
- [
|
|
1149
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1225
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
1150
1226
|
|
|
1151
1227
|
````text
|
|
1152
|
-
Copyright (c)
|
|
1228
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
1153
1229
|
|
|
1154
1230
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1155
1231
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1177,34 +1253,10 @@ SOFTWARE.
|
|
|
1177
1253
|
|
|
1178
1254
|
### Rust Crates:
|
|
1179
1255
|
|
|
1180
|
-
- [
|
|
1181
|
-
|
|
1182
|
-
````text
|
|
1183
|
-
Copyright 2016 Nika Layzell
|
|
1184
|
-
|
|
1185
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1186
|
-
|
|
1187
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1188
|
-
|
|
1189
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1190
|
-
|
|
1191
|
-
````
|
|
1192
|
-
|
|
1193
|
-
---
|
|
1194
|
-
|
|
1195
|
-
## The following dependencies are licensed under the MIT License:
|
|
1196
|
-
|
|
1197
|
-
### Rust Crates:
|
|
1198
|
-
|
|
1199
|
-
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
1200
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1201
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1202
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1203
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1204
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1256
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
1205
1257
|
|
|
1206
1258
|
````text
|
|
1207
|
-
Copyright (c)
|
|
1259
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
1208
1260
|
|
|
1209
1261
|
Permission is hereby granted, free of charge, to any
|
|
1210
1262
|
person obtaining a copy of this software and associated
|
|
@@ -1238,10 +1290,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1238
1290
|
|
|
1239
1291
|
### Rust Crates:
|
|
1240
1292
|
|
|
1241
|
-
- [
|
|
1293
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
1294
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
1295
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
1296
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
1297
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
1298
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
1242
1299
|
|
|
1243
1300
|
````text
|
|
1244
|
-
Copyright
|
|
1301
|
+
Copyright 2018 Developers of the Rand project
|
|
1302
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1245
1303
|
|
|
1246
1304
|
Permission is hereby granted, free of charge, to any
|
|
1247
1305
|
person obtaining a copy of this software and associated
|
|
@@ -1275,44 +1333,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1275
1333
|
|
|
1276
1334
|
### Rust Crates:
|
|
1277
1335
|
|
|
1278
|
-
- [
|
|
1279
|
-
|
|
1280
|
-
````text
|
|
1281
|
-
Copyright (c) 2019 Eliza Weisman
|
|
1282
|
-
|
|
1283
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1284
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1285
|
-
in the Software without restriction, including without limitation the rights
|
|
1286
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1287
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1288
|
-
furnished to do so, subject to the following conditions:
|
|
1289
|
-
|
|
1290
|
-
The above copyright notice and this permission notice shall be included in
|
|
1291
|
-
all copies or substantial portions of the Software.
|
|
1292
|
-
|
|
1293
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1294
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1295
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1296
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1297
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1298
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1299
|
-
THE SOFTWARE.
|
|
1300
|
-
|
|
1301
|
-
````
|
|
1302
|
-
|
|
1303
|
-
---
|
|
1304
|
-
|
|
1305
|
-
## The following dependencies are licensed under the MIT License:
|
|
1306
|
-
|
|
1307
|
-
### Rust Crates:
|
|
1308
|
-
|
|
1309
|
-
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
1336
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
1310
1337
|
|
|
1311
1338
|
````text
|
|
1312
1339
|
MIT License
|
|
1313
1340
|
|
|
1314
|
-
Copyright (c)
|
|
1315
|
-
Copyright (c) Tokio Contributors
|
|
1341
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
1316
1342
|
|
|
1317
1343
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1318
1344
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1340,10 +1366,10 @@ SOFTWARE.
|
|
|
1340
1366
|
|
|
1341
1367
|
### Rust Crates:
|
|
1342
1368
|
|
|
1343
|
-
- [
|
|
1369
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
1344
1370
|
|
|
1345
1371
|
````text
|
|
1346
|
-
Copyright
|
|
1372
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
1347
1373
|
|
|
1348
1374
|
Permission is hereby granted, free of charge, to any
|
|
1349
1375
|
person obtaining a copy of this software and associated
|
|
@@ -1377,61 +1403,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1377
1403
|
|
|
1378
1404
|
### Rust Crates:
|
|
1379
1405
|
|
|
1380
|
-
- [
|
|
1381
|
-
|
|
1382
|
-
````text
|
|
1383
|
-
MIT License
|
|
1384
|
-
|
|
1385
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and 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
|
-
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1406
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
1414
1407
|
|
|
1415
1408
|
````text
|
|
1416
|
-
Copyright (c)
|
|
1409
|
+
Copyright (c) 2018 Carl Lerche
|
|
1417
1410
|
|
|
1418
|
-
Permission is hereby granted, free of charge, to any
|
|
1419
|
-
of this software and associated
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1411
|
+
Permission is hereby granted, free of charge, to any
|
|
1412
|
+
person obtaining a copy of this software and associated
|
|
1413
|
+
documentation files (the "Software"), to deal in the
|
|
1414
|
+
Software without restriction, including without
|
|
1415
|
+
limitation the rights to use, copy, modify, merge,
|
|
1416
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1417
|
+
the Software, and to permit persons to whom the Software
|
|
1418
|
+
is furnished to do so, subject to the following
|
|
1419
|
+
conditions:
|
|
1424
1420
|
|
|
1425
|
-
The above copyright notice and this permission notice
|
|
1426
|
-
all copies or substantial portions
|
|
1421
|
+
The above copyright notice and this permission notice
|
|
1422
|
+
shall be included in all copies or substantial portions
|
|
1423
|
+
of the Software.
|
|
1427
1424
|
|
|
1428
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1429
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1425
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1426
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1427
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1428
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1429
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1430
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1431
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1432
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1433
|
+
DEALINGS IN THE SOFTWARE.
|
|
1435
1434
|
|
|
1436
1435
|
````
|
|
1437
1436
|
|
|
@@ -1441,10 +1440,19 @@ THE SOFTWARE.
|
|
|
1441
1440
|
|
|
1442
1441
|
### Rust Crates:
|
|
1443
1442
|
|
|
1444
|
-
- [
|
|
1443
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1444
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1445
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1446
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1447
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1448
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1449
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1450
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1451
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1445
1452
|
|
|
1446
1453
|
````text
|
|
1447
|
-
Copyright (c) 2016
|
|
1454
|
+
Copyright (c) 2016 Alex Crichton
|
|
1455
|
+
Copyright (c) 2017 The Tokio Authors
|
|
1448
1456
|
|
|
1449
1457
|
Permission is hereby granted, free of charge, to any
|
|
1450
1458
|
person obtaining a copy of this software and associated
|
|
@@ -1470,38 +1478,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1470
1478
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1471
1479
|
DEALINGS IN THE SOFTWARE.
|
|
1472
1480
|
|
|
1473
|
-
````
|
|
1474
|
-
|
|
1475
|
-
---
|
|
1476
|
-
|
|
1477
|
-
## The following dependencies are licensed under the MIT License:
|
|
1478
|
-
|
|
1479
|
-
### Rust Crates:
|
|
1480
|
-
|
|
1481
|
-
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
1482
|
-
|
|
1483
|
-
````text
|
|
1484
|
-
Copyright (c) 2018-2019 Sean McArthur
|
|
1485
|
-
|
|
1486
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1487
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1488
|
-
in the Software without restriction, including without limitation the rights
|
|
1489
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1490
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1491
|
-
furnished to do so, subject to the following conditions:
|
|
1492
|
-
|
|
1493
|
-
The above copyright notice and this permission notice shall be included in
|
|
1494
|
-
all copies or substantial portions of the Software.
|
|
1495
|
-
|
|
1496
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1497
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1498
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1499
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1500
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1501
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1502
|
-
THE SOFTWARE.
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
1481
|
````
|
|
1506
1482
|
|
|
1507
1483
|
---
|
|
@@ -1548,14 +1524,14 @@ SOFTWARE.
|
|
|
1548
1524
|
|
|
1549
1525
|
### Rust Crates:
|
|
1550
1526
|
|
|
1551
|
-
- [
|
|
1552
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1553
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1527
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
1554
1528
|
|
|
1555
1529
|
````text
|
|
1556
|
-
MIT License
|
|
1530
|
+
The MIT License (MIT)
|
|
1557
1531
|
|
|
1558
|
-
Copyright (c)
|
|
1532
|
+
Copyright (c) 2015 Danny Guo
|
|
1533
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
1534
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
1559
1535
|
|
|
1560
1536
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1561
1537
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1583,10 +1559,15 @@ SOFTWARE.
|
|
|
1583
1559
|
|
|
1584
1560
|
### Rust Crates:
|
|
1585
1561
|
|
|
1586
|
-
- [
|
|
1562
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
1563
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1564
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1565
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1566
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1567
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1587
1568
|
|
|
1588
1569
|
````text
|
|
1589
|
-
Copyright
|
|
1570
|
+
Copyright (c) 2019 Tokio Contributors
|
|
1590
1571
|
|
|
1591
1572
|
Permission is hereby granted, free of charge, to any
|
|
1592
1573
|
person obtaining a copy of this software and associated
|
|
@@ -1620,39 +1601,6 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1620
1601
|
|
|
1621
1602
|
### Rust Crates:
|
|
1622
1603
|
|
|
1623
|
-
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
1624
|
-
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
1625
|
-
|
|
1626
|
-
````text
|
|
1627
|
-
The MIT License (MIT)
|
|
1628
|
-
|
|
1629
|
-
Copyright (c) 2015 Steven Fackler
|
|
1630
|
-
|
|
1631
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1632
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
1633
|
-
the Software without restriction, including without limitation the rights to
|
|
1634
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1635
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1636
|
-
subject to the following conditions:
|
|
1637
|
-
|
|
1638
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1639
|
-
copies or substantial portions of the Software.
|
|
1640
|
-
|
|
1641
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1642
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1643
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1644
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1645
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1646
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1647
|
-
|
|
1648
|
-
````
|
|
1649
|
-
|
|
1650
|
-
---
|
|
1651
|
-
|
|
1652
|
-
## The following dependencies are licensed under the MIT License:
|
|
1653
|
-
|
|
1654
|
-
### Rust Crates:
|
|
1655
|
-
|
|
1656
1604
|
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
1657
1605
|
|
|
1658
1606
|
````text
|
|
@@ -1685,43 +1633,10 @@ THE SOFTWARE.
|
|
|
1685
1633
|
|
|
1686
1634
|
### Rust Crates:
|
|
1687
1635
|
|
|
1688
|
-
- [
|
|
1689
|
-
|
|
1690
|
-
````text
|
|
1691
|
-
MIT License
|
|
1692
|
-
|
|
1693
|
-
Copyright (c) 2025 Callum Oakley
|
|
1694
|
-
|
|
1695
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1696
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1697
|
-
in the Software without restriction, including without limitation the rights
|
|
1698
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1699
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1700
|
-
furnished to do so, subject to the following conditions:
|
|
1701
|
-
|
|
1702
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1703
|
-
copies or substantial portions of the Software.
|
|
1704
|
-
|
|
1705
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1706
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1707
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1708
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1709
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1710
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1711
|
-
SOFTWARE.
|
|
1712
|
-
|
|
1713
|
-
````
|
|
1714
|
-
|
|
1715
|
-
---
|
|
1716
|
-
|
|
1717
|
-
## The following dependencies are licensed under the MIT License:
|
|
1718
|
-
|
|
1719
|
-
### Rust Crates:
|
|
1720
|
-
|
|
1721
|
-
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
1636
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
1722
1637
|
|
|
1723
1638
|
````text
|
|
1724
|
-
Copyright (c)
|
|
1639
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
1725
1640
|
|
|
1726
1641
|
Permission is hereby granted, free of charge, to any
|
|
1727
1642
|
person obtaining a copy of this software and associated
|
|
@@ -1755,10 +1670,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1755
1670
|
|
|
1756
1671
|
### Rust Crates:
|
|
1757
1672
|
|
|
1758
|
-
- [
|
|
1673
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
1759
1674
|
|
|
1760
1675
|
````text
|
|
1761
|
-
Copyright (c)
|
|
1676
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
1762
1677
|
|
|
1763
1678
|
Permission is hereby granted, free of charge, to any
|
|
1764
1679
|
person obtaining a copy of this software and associated
|
|
@@ -1792,34 +1707,31 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1792
1707
|
|
|
1793
1708
|
### Rust Crates:
|
|
1794
1709
|
|
|
1795
|
-
- [
|
|
1710
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
1796
1711
|
|
|
1797
1712
|
````text
|
|
1798
|
-
|
|
1713
|
+
MIT License
|
|
1799
1714
|
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
documentation files (the "Software"), to deal in the
|
|
1803
|
-
Software without restriction, including without
|
|
1804
|
-
limitation the rights to use, copy, modify, merge,
|
|
1805
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1806
|
-
the Software, and to permit persons to whom the Software
|
|
1807
|
-
is furnished to do so, subject to the following
|
|
1808
|
-
conditions:
|
|
1715
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
1716
|
+
Copyright (c) Tokio Contributors
|
|
1809
1717
|
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1718
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1719
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1720
|
+
in the Software without restriction, including without limitation the rights
|
|
1721
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1722
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1723
|
+
furnished to do so, subject to the following conditions:
|
|
1813
1724
|
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
IN
|
|
1822
|
-
|
|
1725
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1726
|
+
copies or substantial portions of the Software.
|
|
1727
|
+
|
|
1728
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1729
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1730
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1731
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1732
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1733
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1734
|
+
SOFTWARE.
|
|
1823
1735
|
|
|
1824
1736
|
````
|
|
1825
1737
|
|
|
@@ -1829,13 +1741,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1829
1741
|
|
|
1830
1742
|
### Rust Crates:
|
|
1831
1743
|
|
|
1832
|
-
- [
|
|
1833
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1834
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1835
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1744
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
1836
1745
|
|
|
1837
1746
|
````text
|
|
1838
|
-
Copyright (c)
|
|
1747
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
1839
1748
|
|
|
1840
1749
|
Permission is hereby granted, free of charge, to any
|
|
1841
1750
|
person obtaining a copy of this software and associated
|
|
@@ -1867,14 +1776,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1867
1776
|
|
|
1868
1777
|
## The following dependencies are licensed under the MIT License:
|
|
1869
1778
|
|
|
1870
|
-
###
|
|
1779
|
+
### Rust Crates:
|
|
1871
1780
|
|
|
1872
|
-
- [
|
|
1781
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
1873
1782
|
|
|
1874
1783
|
````text
|
|
1875
1784
|
MIT License
|
|
1876
1785
|
|
|
1877
|
-
Copyright (c)
|
|
1786
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
1878
1787
|
|
|
1879
1788
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1880
1789
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1900,36 +1809,33 @@ SOFTWARE.
|
|
|
1900
1809
|
|
|
1901
1810
|
## The following dependencies are licensed under the MIT License:
|
|
1902
1811
|
|
|
1903
|
-
###
|
|
1812
|
+
### NPM Packages:
|
|
1904
1813
|
|
|
1905
|
-
- [
|
|
1814
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
1906
1815
|
|
|
1907
1816
|
````text
|
|
1908
|
-
|
|
1817
|
+
The MIT License (MIT)
|
|
1909
1818
|
|
|
1910
|
-
|
|
1911
|
-
person obtaining a copy of this software and associated
|
|
1912
|
-
documentation files (the "Software"), to deal in the
|
|
1913
|
-
Software without restriction, including without
|
|
1914
|
-
limitation the rights to use, copy, modify, merge,
|
|
1915
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1916
|
-
the Software, and to permit persons to whom the Software
|
|
1917
|
-
is furnished to do so, subject to the following
|
|
1918
|
-
conditions:
|
|
1819
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
1919
1820
|
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1821
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1822
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1823
|
+
in the Software without restriction, including without limitation the rights
|
|
1824
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1825
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1826
|
+
furnished to do so, subject to the following conditions:
|
|
1827
|
+
|
|
1828
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1829
|
+
copies or substantial portions of the Software.
|
|
1830
|
+
|
|
1831
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1832
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1833
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1834
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1835
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1836
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1837
|
+
SOFTWARE.
|
|
1923
1838
|
|
|
1924
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1925
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1926
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1927
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1928
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1929
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1930
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1931
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1932
|
-
DEALINGS IN THE SOFTWARE.
|
|
1933
1839
|
|
|
1934
1840
|
````
|
|
1935
1841
|
|
|
@@ -1939,15 +1845,83 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1939
1845
|
|
|
1940
1846
|
### Rust Crates:
|
|
1941
1847
|
|
|
1942
|
-
- [
|
|
1848
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
1943
1849
|
|
|
1944
1850
|
````text
|
|
1945
|
-
|
|
1851
|
+
The MIT License (MIT)
|
|
1852
|
+
|
|
1853
|
+
Copyright (c) 2016 Johann Tuffe
|
|
1854
|
+
|
|
1855
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1856
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1857
|
+
in the Software without restriction, including without limitation the rights
|
|
1858
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1859
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1860
|
+
furnished to do so, subject to the following conditions:
|
|
1861
|
+
|
|
1862
|
+
|
|
1863
|
+
The above copyright notice and this permission notice shall be included in
|
|
1864
|
+
all copies or substantial portions of the Software.
|
|
1865
|
+
|
|
1866
|
+
|
|
1867
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1868
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1869
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1870
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1871
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1872
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1873
|
+
THE SOFTWARE.
|
|
1946
1874
|
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1875
|
+
````
|
|
1876
|
+
|
|
1877
|
+
---
|
|
1878
|
+
|
|
1879
|
+
## The following dependencies are licensed under the MIT License:
|
|
1880
|
+
|
|
1881
|
+
### Rust Crates:
|
|
1882
|
+
|
|
1883
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
1884
|
+
|
|
1885
|
+
````text
|
|
1886
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
1887
|
+
Copyright (c) 2016 Alex Crichton
|
|
1888
|
+
|
|
1889
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1890
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1891
|
+
in the Software without restriction, including without limitation the rights
|
|
1892
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1893
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1894
|
+
furnished to do so, subject to the following conditions:
|
|
1895
|
+
|
|
1896
|
+
The above copyright notice and this permission notice shall be included in
|
|
1897
|
+
all copies or substantial portions of the Software.
|
|
1898
|
+
|
|
1899
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1900
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1901
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1902
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1903
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1904
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1905
|
+
THE SOFTWARE.
|
|
1906
|
+
|
|
1907
|
+
|
|
1908
|
+
````
|
|
1909
|
+
|
|
1910
|
+
---
|
|
1911
|
+
|
|
1912
|
+
## The following dependencies are licensed under the MIT License:
|
|
1913
|
+
|
|
1914
|
+
### Rust Crates:
|
|
1915
|
+
|
|
1916
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
1917
|
+
|
|
1918
|
+
````text
|
|
1919
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
1920
|
+
|
|
1921
|
+
Permission is hereby granted, free of charge, to any
|
|
1922
|
+
person obtaining a copy of this software and associated
|
|
1923
|
+
documentation files (the "Software"), to deal in the
|
|
1924
|
+
Software without restriction, including without
|
|
1951
1925
|
limitation the rights to use, copy, modify, merge,
|
|
1952
1926
|
publish, distribute, sublicense, and/or sell copies of
|
|
1953
1927
|
the Software, and to permit persons to whom the Software
|
|
@@ -1976,10 +1950,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1976
1950
|
|
|
1977
1951
|
### Rust Crates:
|
|
1978
1952
|
|
|
1979
|
-
- [
|
|
1953
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
1980
1954
|
|
|
1981
1955
|
````text
|
|
1982
|
-
Copyright (c)
|
|
1956
|
+
Copyright (c) 2016--2017
|
|
1983
1957
|
|
|
1984
1958
|
Permission is hereby granted, free of charge, to any
|
|
1985
1959
|
person obtaining a copy of this software and associated
|
|
@@ -2013,19 +1987,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2013
1987
|
|
|
2014
1988
|
### Rust Crates:
|
|
2015
1989
|
|
|
2016
|
-
- [
|
|
2017
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2018
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2019
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2020
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2021
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2022
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2023
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2024
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1990
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
2025
1991
|
|
|
2026
1992
|
````text
|
|
2027
|
-
Copyright (c)
|
|
2028
|
-
Copyright (c)
|
|
1993
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1994
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2029
1995
|
|
|
2030
1996
|
Permission is hereby granted, free of charge, to any
|
|
2031
1997
|
person obtaining a copy of this software and associated
|
|
@@ -2059,10 +2025,48 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2059
2025
|
|
|
2060
2026
|
### Rust Crates:
|
|
2061
2027
|
|
|
2062
|
-
- [
|
|
2028
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
2029
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
2063
2030
|
|
|
2064
2031
|
````text
|
|
2065
|
-
Copyright (c)
|
|
2032
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
2033
|
+
|
|
2034
|
+
Permission is hereby granted, free of charge, to any
|
|
2035
|
+
person obtaining a copy of this software and associated
|
|
2036
|
+
documentation files (the "Software"), to deal in the
|
|
2037
|
+
Software without restriction, including without
|
|
2038
|
+
limitation the rights to use, copy, modify, merge,
|
|
2039
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2040
|
+
the Software, and to permit persons to whom the Software
|
|
2041
|
+
is furnished to do so, subject to the following
|
|
2042
|
+
conditions:
|
|
2043
|
+
|
|
2044
|
+
The above copyright notice and this permission notice
|
|
2045
|
+
shall be included in all copies or substantial portions
|
|
2046
|
+
of the Software.
|
|
2047
|
+
|
|
2048
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2049
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2050
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2051
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2052
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2053
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2054
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2055
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2056
|
+
DEALINGS IN THE SOFTWARE.
|
|
2057
|
+
|
|
2058
|
+
````
|
|
2059
|
+
|
|
2060
|
+
---
|
|
2061
|
+
|
|
2062
|
+
## The following dependencies are licensed under the MIT License:
|
|
2063
|
+
|
|
2064
|
+
### Rust Crates:
|
|
2065
|
+
|
|
2066
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
2067
|
+
|
|
2068
|
+
````text
|
|
2069
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
2066
2070
|
|
|
2067
2071
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2068
2072
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2082,7 +2086,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2082
2086
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2083
2087
|
THE SOFTWARE.
|
|
2084
2088
|
|
|
2085
|
-
|
|
2086
2089
|
````
|
|
2087
2090
|
|
|
2088
2091
|
---
|
|
@@ -2091,34 +2094,32 @@ THE SOFTWARE.
|
|
|
2091
2094
|
|
|
2092
2095
|
### Rust Crates:
|
|
2093
2096
|
|
|
2094
|
-
- [
|
|
2097
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
2098
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2099
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2095
2100
|
|
|
2096
2101
|
````text
|
|
2097
|
-
|
|
2102
|
+
MIT License
|
|
2098
2103
|
|
|
2099
|
-
|
|
2100
|
-
person obtaining a copy of this software and associated
|
|
2101
|
-
documentation files (the "Software"), to deal in the
|
|
2102
|
-
Software without restriction, including without
|
|
2103
|
-
limitation the rights to use, copy, modify, merge,
|
|
2104
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2105
|
-
the Software, and to permit persons to whom the Software
|
|
2106
|
-
is furnished to do so, subject to the following
|
|
2107
|
-
conditions:
|
|
2104
|
+
Copyright (c) Tokio Contributors
|
|
2108
2105
|
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2106
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2107
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2108
|
+
in the Software without restriction, including without limitation the rights
|
|
2109
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2110
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2111
|
+
furnished to do so, subject to the following conditions:
|
|
2112
2112
|
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
IN
|
|
2121
|
-
|
|
2113
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2114
|
+
copies or substantial portions of the Software.
|
|
2115
|
+
|
|
2116
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2117
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2118
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2119
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2120
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2121
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2122
|
+
SOFTWARE.
|
|
2122
2123
|
|
|
2123
2124
|
````
|
|
2124
2125
|
|
|
@@ -2128,14 +2129,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2128
2129
|
|
|
2129
2130
|
### Rust Crates:
|
|
2130
2131
|
|
|
2131
|
-
- [
|
|
2132
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2133
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2132
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
2134
2133
|
|
|
2135
2134
|
````text
|
|
2136
|
-
MIT License
|
|
2135
|
+
The MIT License (MIT)
|
|
2137
2136
|
|
|
2138
|
-
Copyright (c)
|
|
2137
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
2139
2138
|
|
|
2140
2139
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2141
2140
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2163,14 +2162,15 @@ SOFTWARE.
|
|
|
2163
2162
|
|
|
2164
2163
|
### Rust Crates:
|
|
2165
2164
|
|
|
2166
|
-
- [
|
|
2165
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
2166
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2167
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2168
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2167
2169
|
|
|
2168
2170
|
````text
|
|
2169
2171
|
The MIT License (MIT)
|
|
2170
2172
|
|
|
2171
|
-
Copyright (c) 2015
|
|
2172
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2173
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
2173
|
+
Copyright (c) 2015 Andrew Gallant
|
|
2174
2174
|
|
|
2175
2175
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2176
2176
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2179,16 +2179,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2179
2179
|
copies of the Software, and to permit persons to whom the Software is
|
|
2180
2180
|
furnished to do so, subject to the following conditions:
|
|
2181
2181
|
|
|
2182
|
-
The above copyright notice and this permission notice shall be included in
|
|
2183
|
-
copies or substantial portions of the Software.
|
|
2182
|
+
The above copyright notice and this permission notice shall be included in
|
|
2183
|
+
all copies or substantial portions of the Software.
|
|
2184
2184
|
|
|
2185
2185
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2186
2186
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2187
2187
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2188
2188
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2189
2189
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2190
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2191
|
-
SOFTWARE.
|
|
2190
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2191
|
+
THE SOFTWARE.
|
|
2192
2192
|
|
|
2193
2193
|
````
|
|
2194
2194
|
|
|
@@ -2198,35 +2198,30 @@ SOFTWARE.
|
|
|
2198
2198
|
|
|
2199
2199
|
### Rust Crates:
|
|
2200
2200
|
|
|
2201
|
-
- [
|
|
2201
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
2202
2202
|
|
|
2203
2203
|
````text
|
|
2204
|
-
|
|
2205
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2204
|
+
The MIT License (MIT)
|
|
2206
2205
|
|
|
2207
|
-
|
|
2208
|
-
person obtaining a copy of this software and associated
|
|
2209
|
-
documentation files (the "Software"), to deal in the
|
|
2210
|
-
Software without restriction, including without
|
|
2211
|
-
limitation the rights to use, copy, modify, merge,
|
|
2212
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2213
|
-
the Software, and to permit persons to whom the Software
|
|
2214
|
-
is furnished to do so, subject to the following
|
|
2215
|
-
conditions:
|
|
2206
|
+
Copyright (c) 2015 Alice Maz
|
|
2216
2207
|
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2208
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2209
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2210
|
+
in the Software without restriction, including without limitation the rights
|
|
2211
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2212
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2213
|
+
furnished to do so, subject to the following conditions:
|
|
2220
2214
|
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
IN
|
|
2229
|
-
|
|
2215
|
+
The above copyright notice and this permission notice shall be included in
|
|
2216
|
+
all copies or substantial portions of the Software.
|
|
2217
|
+
|
|
2218
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2219
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2220
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2221
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2222
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2223
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2224
|
+
THE SOFTWARE.
|
|
2230
2225
|
|
|
2231
2226
|
````
|
|
2232
2227
|
|
|
@@ -2236,15 +2231,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2236
2231
|
|
|
2237
2232
|
### Rust Crates:
|
|
2238
2233
|
|
|
2239
|
-
- [
|
|
2240
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2241
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2242
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2234
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
2243
2235
|
|
|
2244
2236
|
````text
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
Copyright (c) 2015 Andrew Gallant
|
|
2237
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
2248
2238
|
|
|
2249
2239
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2250
2240
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2272,10 +2262,10 @@ THE SOFTWARE.
|
|
|
2272
2262
|
|
|
2273
2263
|
### Rust Crates:
|
|
2274
2264
|
|
|
2275
|
-
- [
|
|
2265
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
2276
2266
|
|
|
2277
2267
|
````text
|
|
2278
|
-
Copyright (c)
|
|
2268
|
+
Copyright (c) 2016 Anthony Ramine
|
|
2279
2269
|
|
|
2280
2270
|
Permission is hereby granted, free of charge, to any
|
|
2281
2271
|
person obtaining a copy of this software and associated
|
|
@@ -2309,10 +2299,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2309
2299
|
|
|
2310
2300
|
### Rust Crates:
|
|
2311
2301
|
|
|
2312
|
-
- [
|
|
2302
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
2313
2303
|
|
|
2314
2304
|
````text
|
|
2315
|
-
Copyright (c)
|
|
2305
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
2316
2306
|
|
|
2317
2307
|
Permission is hereby granted, free of charge, to any
|
|
2318
2308
|
person obtaining a copy of this software and associated
|
|
@@ -2346,13 +2336,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2346
2336
|
|
|
2347
2337
|
### Rust Crates:
|
|
2348
2338
|
|
|
2349
|
-
- [
|
|
2350
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
2339
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
2351
2340
|
|
|
2352
2341
|
````text
|
|
2353
|
-
Copyright (c)
|
|
2354
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2355
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
2342
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
2356
2343
|
|
|
2357
2344
|
Permission is hereby granted, free of charge, to any
|
|
2358
2345
|
person obtaining a copy of this software and associated
|
|
@@ -2386,10 +2373,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2386
2373
|
|
|
2387
2374
|
### Rust Crates:
|
|
2388
2375
|
|
|
2389
|
-
- [
|
|
2376
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
2377
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2378
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2379
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2380
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2381
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
2390
2382
|
|
|
2391
2383
|
````text
|
|
2392
|
-
Copyright (c)
|
|
2384
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2393
2385
|
|
|
2394
2386
|
Permission is hereby granted, free of charge, to any
|
|
2395
2387
|
person obtaining a copy of this software and associated
|
|
@@ -2423,12 +2415,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2423
2415
|
|
|
2424
2416
|
### Rust Crates:
|
|
2425
2417
|
|
|
2426
|
-
- [
|
|
2418
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
2419
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
2420
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2427
2421
|
|
|
2428
2422
|
````text
|
|
2429
|
-
Copyright (c)
|
|
2430
|
-
Copyright (c) 2018 Bastian Köcher
|
|
2431
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2423
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
2432
2424
|
|
|
2433
2425
|
Permission is hereby granted, free of charge, to any
|
|
2434
2426
|
person obtaining a copy of this software and associated
|
|
@@ -2462,12 +2454,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2462
2454
|
|
|
2463
2455
|
### Rust Crates:
|
|
2464
2456
|
|
|
2465
|
-
- [
|
|
2466
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
2467
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
2457
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
2468
2458
|
|
|
2469
2459
|
````text
|
|
2470
|
-
Copyright (c)
|
|
2460
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
2471
2461
|
|
|
2472
2462
|
Permission is hereby granted, free of charge, to any
|
|
2473
2463
|
person obtaining a copy of this software and associated
|
|
@@ -2501,79 +2491,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2501
2491
|
|
|
2502
2492
|
### Rust Crates:
|
|
2503
2493
|
|
|
2504
|
-
- [
|
|
2505
|
-
|
|
2506
|
-
````text
|
|
2507
|
-
The MIT License (MIT)
|
|
2508
|
-
|
|
2509
|
-
Copyright (c) 2014 Paho Lurie-Gregg
|
|
2510
|
-
|
|
2511
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2512
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2513
|
-
in the Software without restriction, including without limitation the rights
|
|
2514
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2515
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2516
|
-
furnished to do so, subject to the following conditions:
|
|
2517
|
-
|
|
2518
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2519
|
-
copies or substantial portions of the Software.
|
|
2520
|
-
|
|
2521
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2522
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2523
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2524
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2525
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2526
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2527
|
-
SOFTWARE.
|
|
2528
|
-
|
|
2529
|
-
````
|
|
2530
|
-
|
|
2531
|
-
---
|
|
2532
|
-
|
|
2533
|
-
## The following dependencies are licensed under the MIT License:
|
|
2534
|
-
|
|
2535
|
-
### Rust Crates:
|
|
2536
|
-
|
|
2537
|
-
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
2538
|
-
|
|
2539
|
-
````text
|
|
2540
|
-
The MIT License (MIT)
|
|
2541
|
-
|
|
2542
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
2543
|
-
|
|
2544
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2545
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2546
|
-
in the Software without restriction, including without limitation the rights
|
|
2547
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2548
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2549
|
-
furnished to do so, subject to the following conditions:
|
|
2550
|
-
|
|
2551
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2552
|
-
copies or substantial portions of the Software.
|
|
2553
|
-
|
|
2554
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2555
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2556
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2557
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2558
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2559
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2560
|
-
SOFTWARE.
|
|
2561
|
-
|
|
2562
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2563
|
-
licences; see files named LICENSE.*.txt for details.
|
|
2564
|
-
````
|
|
2565
|
-
|
|
2566
|
-
---
|
|
2567
|
-
|
|
2568
|
-
## The following dependencies are licensed under the MIT License:
|
|
2569
|
-
|
|
2570
|
-
### Rust Crates:
|
|
2571
|
-
|
|
2572
|
-
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
2494
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
2573
2495
|
|
|
2574
2496
|
````text
|
|
2575
|
-
Copyright (c)
|
|
2576
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2497
|
+
Copyright (c) 2014 Chris Wong
|
|
2577
2498
|
|
|
2578
2499
|
Permission is hereby granted, free of charge, to any
|
|
2579
2500
|
person obtaining a copy of this software and associated
|
|
@@ -2607,10 +2528,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2607
2528
|
|
|
2608
2529
|
### Rust Crates:
|
|
2609
2530
|
|
|
2610
|
-
- [
|
|
2531
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
2611
2532
|
|
|
2612
2533
|
````text
|
|
2613
|
-
Copyright (c) The
|
|
2534
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
2535
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2614
2536
|
|
|
2615
2537
|
Permission is hereby granted, free of charge, to any
|
|
2616
2538
|
person obtaining a copy of this software and associated
|
|
@@ -2678,34 +2600,28 @@ SOFTWARE.
|
|
|
2678
2600
|
|
|
2679
2601
|
### Rust Crates:
|
|
2680
2602
|
|
|
2681
|
-
- [
|
|
2603
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
2682
2604
|
|
|
2683
2605
|
````text
|
|
2684
|
-
Copyright (c)
|
|
2606
|
+
Copyright (c) 2019 Eliza Weisman
|
|
2685
2607
|
|
|
2686
|
-
Permission is hereby granted, free of charge, to any
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
the Software, and to permit persons to whom the Software
|
|
2693
|
-
is furnished to do so, subject to the following
|
|
2694
|
-
conditions:
|
|
2608
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2609
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2610
|
+
in the Software without restriction, including without limitation the rights
|
|
2611
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2612
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2613
|
+
furnished to do so, subject to the following conditions:
|
|
2695
2614
|
|
|
2696
|
-
The above copyright notice and this permission notice
|
|
2697
|
-
|
|
2698
|
-
of the Software.
|
|
2615
|
+
The above copyright notice and this permission notice shall be included in
|
|
2616
|
+
all copies or substantial portions of the Software.
|
|
2699
2617
|
|
|
2700
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2708
|
-
DEALINGS IN THE SOFTWARE.
|
|
2618
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2619
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2620
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2621
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2622
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2623
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2624
|
+
THE SOFTWARE.
|
|
2709
2625
|
|
|
2710
2626
|
````
|
|
2711
2627
|
|
|
@@ -2715,11 +2631,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2715
2631
|
|
|
2716
2632
|
### Rust Crates:
|
|
2717
2633
|
|
|
2718
|
-
- [
|
|
2634
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
2719
2635
|
|
|
2720
2636
|
````text
|
|
2721
|
-
Copyright (c)
|
|
2722
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
2637
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
2723
2638
|
|
|
2724
2639
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2725
2640
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2728,16 +2643,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2728
2643
|
copies of the Software, and to permit persons to whom the Software is
|
|
2729
2644
|
furnished to do so, subject to the following conditions:
|
|
2730
2645
|
|
|
2731
|
-
The above copyright notice and this permission notice shall be included in
|
|
2732
|
-
copies or substantial portions of the Software.
|
|
2646
|
+
The above copyright notice and this permission notice shall be included in
|
|
2647
|
+
all copies or substantial portions of the Software.
|
|
2733
2648
|
|
|
2734
2649
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2735
2650
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2736
2651
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2737
2652
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2738
2653
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2739
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2740
|
-
SOFTWARE.
|
|
2654
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2655
|
+
THE SOFTWARE.
|
|
2656
|
+
|
|
2741
2657
|
|
|
2742
2658
|
````
|
|
2743
2659
|
|
|
@@ -2747,10 +2663,10 @@ SOFTWARE.
|
|
|
2747
2663
|
|
|
2748
2664
|
### Rust Crates:
|
|
2749
2665
|
|
|
2750
|
-
- [hyper](https://github.com/hyperium/hyper) (1.
|
|
2666
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
2751
2667
|
|
|
2752
2668
|
````text
|
|
2753
|
-
Copyright (c)
|
|
2669
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
2754
2670
|
|
|
2755
2671
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2756
2672
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2778,32 +2694,33 @@ THE SOFTWARE.
|
|
|
2778
2694
|
|
|
2779
2695
|
### Rust Crates:
|
|
2780
2696
|
|
|
2781
|
-
- [
|
|
2697
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
2782
2698
|
|
|
2783
2699
|
````text
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
Copyright
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
THE SOFTWARE
|
|
2700
|
+
MIT License
|
|
2701
|
+
|
|
2702
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2703
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2704
|
+
Copyright (c) 2017 Frommi
|
|
2705
|
+
Copyright (c) 2017-2024 oyvindln
|
|
2706
|
+
|
|
2707
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2708
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2709
|
+
in the Software without restriction, including without limitation the rights
|
|
2710
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2711
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2712
|
+
furnished to do so, subject to the following conditions:
|
|
2713
|
+
|
|
2714
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2715
|
+
copies or substantial portions of the Software.
|
|
2716
|
+
|
|
2717
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2718
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2719
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2720
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2721
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2722
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2723
|
+
SOFTWARE.
|
|
2807
2724
|
|
|
2808
2725
|
````
|
|
2809
2726
|
|
|
@@ -2813,12 +2730,10 @@ THE SOFTWARE.
|
|
|
2813
2730
|
|
|
2814
2731
|
### Rust Crates:
|
|
2815
2732
|
|
|
2816
|
-
- [
|
|
2733
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
2817
2734
|
|
|
2818
2735
|
````text
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
2736
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
2822
2737
|
|
|
2823
2738
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2824
2739
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2827,16 +2742,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2827
2742
|
copies of the Software, and to permit persons to whom the Software is
|
|
2828
2743
|
furnished to do so, subject to the following conditions:
|
|
2829
2744
|
|
|
2830
|
-
The above copyright notice and this permission notice shall be included in
|
|
2831
|
-
copies or substantial portions of the Software.
|
|
2745
|
+
The above copyright notice and this permission notice shall be included in
|
|
2746
|
+
all copies or substantial portions of the Software.
|
|
2832
2747
|
|
|
2833
2748
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2834
2749
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2835
2750
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2836
2751
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2837
2752
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2838
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2839
|
-
SOFTWARE.
|
|
2753
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2754
|
+
THE SOFTWARE.
|
|
2755
|
+
|
|
2840
2756
|
|
|
2841
2757
|
````
|
|
2842
2758
|
|
|
@@ -2844,14 +2760,16 @@ SOFTWARE.
|
|
|
2844
2760
|
|
|
2845
2761
|
## The following dependencies are licensed under the MIT License:
|
|
2846
2762
|
|
|
2847
|
-
###
|
|
2763
|
+
### Rust Crates:
|
|
2848
2764
|
|
|
2849
|
-
- [
|
|
2765
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2766
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2767
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2850
2768
|
|
|
2851
2769
|
````text
|
|
2852
2770
|
MIT License
|
|
2853
2771
|
|
|
2854
|
-
Copyright (c)
|
|
2772
|
+
Copyright (c) 2017 Ted Driggs
|
|
2855
2773
|
|
|
2856
2774
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2857
2775
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2871,8 +2789,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2871
2789
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2872
2790
|
SOFTWARE.
|
|
2873
2791
|
|
|
2874
|
-
[others]: https://github.com/json5/json5/contributors
|
|
2875
|
-
|
|
2876
2792
|
````
|
|
2877
2793
|
|
|
2878
2794
|
---
|
|
@@ -2881,10 +2797,12 @@ SOFTWARE.
|
|
|
2881
2797
|
|
|
2882
2798
|
### Rust Crates:
|
|
2883
2799
|
|
|
2884
|
-
- [
|
|
2800
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
2885
2801
|
|
|
2886
2802
|
````text
|
|
2887
|
-
|
|
2803
|
+
MIT License
|
|
2804
|
+
|
|
2805
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
2888
2806
|
|
|
2889
2807
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2890
2808
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2893,17 +2811,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2893
2811
|
copies of the Software, and to permit persons to whom the Software is
|
|
2894
2812
|
furnished to do so, subject to the following conditions:
|
|
2895
2813
|
|
|
2896
|
-
The above copyright notice and this permission notice shall be included in
|
|
2897
|
-
|
|
2814
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2815
|
+
copies or substantial portions of the Software.
|
|
2898
2816
|
|
|
2899
2817
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2900
2818
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2901
2819
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2902
2820
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2903
2821
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2904
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2905
|
-
|
|
2906
|
-
|
|
2822
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2823
|
+
SOFTWARE.
|
|
2907
2824
|
|
|
2908
2825
|
````
|
|
2909
2826
|
|
|
@@ -2913,38 +2830,13 @@ THE SOFTWARE.
|
|
|
2913
2830
|
|
|
2914
2831
|
### Rust Crates:
|
|
2915
2832
|
|
|
2916
|
-
- [
|
|
2917
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
2918
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
2919
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2920
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
2921
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
2922
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
2923
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
2924
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
2925
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2926
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2927
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
2928
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
2929
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
2930
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
2931
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2932
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2933
|
-
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
2934
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
2935
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
2936
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
2937
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
2938
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
2939
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
2940
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2941
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2942
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2943
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2944
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
2945
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
2833
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
2946
2834
|
|
|
2947
2835
|
````text
|
|
2836
|
+
Copyright (c) 2017 Carl Lerche
|
|
2837
|
+
Copyright (c) 2018 Bastian Köcher
|
|
2838
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2839
|
+
|
|
2948
2840
|
Permission is hereby granted, free of charge, to any
|
|
2949
2841
|
person obtaining a copy of this software and associated
|
|
2950
2842
|
documentation files (the "Software"), to deal in the
|
|
@@ -2977,29 +2869,71 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2977
2869
|
|
|
2978
2870
|
### Rust Crates:
|
|
2979
2871
|
|
|
2980
|
-
- [
|
|
2872
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
2981
2873
|
|
|
2982
2874
|
````text
|
|
2983
|
-
Copyright
|
|
2875
|
+
Copyright Mozilla Foundation
|
|
2984
2876
|
|
|
2985
|
-
Permission is hereby granted, free of charge, to any
|
|
2986
|
-
of this software and associated
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2877
|
+
Permission is hereby granted, free of charge, to any
|
|
2878
|
+
person obtaining a copy of this software and associated
|
|
2879
|
+
documentation files (the "Software"), to deal in the
|
|
2880
|
+
Software without restriction, including without
|
|
2881
|
+
limitation the rights to use, copy, modify, merge,
|
|
2882
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2883
|
+
the Software, and to permit persons to whom the Software
|
|
2884
|
+
is furnished to do so, subject to the following
|
|
2885
|
+
conditions:
|
|
2991
2886
|
|
|
2992
|
-
The above copyright notice and this permission notice
|
|
2993
|
-
all copies or substantial portions
|
|
2887
|
+
The above copyright notice and this permission notice
|
|
2888
|
+
shall be included in all copies or substantial portions
|
|
2889
|
+
of the Software.
|
|
2994
2890
|
|
|
2995
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2996
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
2891
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2892
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2893
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2894
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2895
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2896
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2897
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2898
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2899
|
+
DEALINGS IN THE SOFTWARE.
|
|
2900
|
+
|
|
2901
|
+
````
|
|
2902
|
+
|
|
2903
|
+
---
|
|
3002
2904
|
|
|
2905
|
+
## The following dependencies are licensed under the MIT License:
|
|
2906
|
+
|
|
2907
|
+
### Rust Crates:
|
|
2908
|
+
|
|
2909
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
2910
|
+
|
|
2911
|
+
````text
|
|
2912
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
2913
|
+
|
|
2914
|
+
Permission is hereby granted, free of charge, to any
|
|
2915
|
+
person obtaining a copy of this software and associated
|
|
2916
|
+
documentation files (the "Software"), to deal in the
|
|
2917
|
+
Software without restriction, including without
|
|
2918
|
+
limitation the rights to use, copy, modify, merge,
|
|
2919
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2920
|
+
the Software, and to permit persons to whom the Software
|
|
2921
|
+
is furnished to do so, subject to the following
|
|
2922
|
+
conditions:
|
|
2923
|
+
|
|
2924
|
+
The above copyright notice and this permission notice
|
|
2925
|
+
shall be included in all copies or substantial portions
|
|
2926
|
+
of the Software.
|
|
2927
|
+
|
|
2928
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2929
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2930
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2931
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2932
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2933
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2934
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2935
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2936
|
+
DEALINGS IN THE SOFTWARE.
|
|
3003
2937
|
|
|
3004
2938
|
````
|
|
3005
2939
|
|
|
@@ -3009,10 +2943,10 @@ THE SOFTWARE.
|
|
|
3009
2943
|
|
|
3010
2944
|
### Rust Crates:
|
|
3011
2945
|
|
|
3012
|
-
- [
|
|
2946
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
3013
2947
|
|
|
3014
2948
|
````text
|
|
3015
|
-
Copyright
|
|
2949
|
+
Copyright 2023 The Fuchsia Authors
|
|
3016
2950
|
|
|
3017
2951
|
Permission is hereby granted, free of charge, to any
|
|
3018
2952
|
person obtaining a copy of this software and associated
|
|
@@ -3038,6 +2972,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3038
2972
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3039
2973
|
DEALINGS IN THE SOFTWARE.
|
|
3040
2974
|
|
|
2975
|
+
|
|
3041
2976
|
````
|
|
3042
2977
|
|
|
3043
2978
|
---
|
|
@@ -3046,19 +2981,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3046
2981
|
|
|
3047
2982
|
### Rust Crates:
|
|
3048
2983
|
|
|
3049
|
-
- [
|
|
3050
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2984
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
3051
2985
|
|
|
3052
2986
|
````text
|
|
3053
|
-
|
|
2987
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
3054
2988
|
|
|
3055
|
-
|
|
2989
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2990
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2991
|
+
in the Software without restriction, including without limitation the rights
|
|
2992
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2993
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2994
|
+
furnished to do so, subject to the following conditions:
|
|
3056
2995
|
|
|
3057
|
-
|
|
2996
|
+
The above copyright notice and this permission notice shall be included in
|
|
2997
|
+
all copies or substantial portions of the Software.
|
|
3058
2998
|
|
|
3059
|
-
|
|
2999
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3000
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3001
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3002
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3003
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3004
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3005
|
+
THE SOFTWARE.
|
|
3060
3006
|
|
|
3061
|
-
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.
|
|
3062
3007
|
|
|
3063
3008
|
````
|
|
3064
3009
|
|
|
@@ -3068,10 +3013,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3068
3013
|
|
|
3069
3014
|
### Rust Crates:
|
|
3070
3015
|
|
|
3071
|
-
- [
|
|
3016
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
3072
3017
|
|
|
3073
3018
|
````text
|
|
3074
|
-
Copyright (c)
|
|
3019
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
3075
3020
|
|
|
3076
3021
|
Permission is hereby granted, free of charge, to any
|
|
3077
3022
|
person obtaining a copy of this software and associated
|
|
@@ -3105,10 +3050,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3105
3050
|
|
|
3106
3051
|
### Rust Crates:
|
|
3107
3052
|
|
|
3108
|
-
- [
|
|
3053
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
3109
3054
|
|
|
3110
3055
|
````text
|
|
3111
|
-
Copyright
|
|
3056
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
3112
3057
|
|
|
3113
3058
|
Permission is hereby granted, free of charge, to any
|
|
3114
3059
|
person obtaining a copy of this software and associated
|
|
@@ -3134,40 +3079,40 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3134
3079
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3135
3080
|
DEALINGS IN THE SOFTWARE.
|
|
3136
3081
|
|
|
3137
|
-
|
|
3138
3082
|
````
|
|
3139
3083
|
|
|
3140
3084
|
---
|
|
3141
3085
|
|
|
3142
3086
|
## The following dependencies are licensed under the MIT License:
|
|
3143
3087
|
|
|
3144
|
-
###
|
|
3088
|
+
### Rust Crates:
|
|
3145
3089
|
|
|
3146
|
-
- [
|
|
3147
|
-
- [
|
|
3090
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
3091
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3092
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3148
3093
|
|
|
3149
3094
|
````text
|
|
3150
|
-
|
|
3095
|
+
MIT License
|
|
3151
3096
|
|
|
3152
|
-
|
|
3097
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
3153
3098
|
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3099
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3100
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3101
|
+
in the Software without restriction, including without limitation the rights
|
|
3102
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3103
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3104
|
+
furnished to do so, subject to the following conditions:
|
|
3160
3105
|
|
|
3161
|
-
|
|
3162
|
-
|
|
3106
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3107
|
+
copies or substantial portions of the Software.
|
|
3163
3108
|
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
3109
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3110
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3111
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3112
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3113
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3114
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3115
|
+
SOFTWARE.
|
|
3171
3116
|
|
|
3172
3117
|
````
|
|
3173
3118
|
|
|
@@ -3175,29 +3120,21 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3175
3120
|
|
|
3176
3121
|
## The following dependencies are licensed under the MIT License:
|
|
3177
3122
|
|
|
3178
|
-
###
|
|
3123
|
+
### Rust Crates:
|
|
3179
3124
|
|
|
3180
|
-
- [
|
|
3125
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
3126
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3181
3127
|
|
|
3182
3128
|
````text
|
|
3183
|
-
|
|
3129
|
+
The MIT License (MIT)
|
|
3184
3130
|
|
|
3185
|
-
|
|
3186
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
3187
|
-
the Software without restriction, including without limitation the rights to
|
|
3188
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3189
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3190
|
-
subject to the following conditions:
|
|
3131
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3191
3132
|
|
|
3192
|
-
|
|
3193
|
-
copies or substantial portions of the Software.
|
|
3133
|
+
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:
|
|
3194
3134
|
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3198
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3199
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3200
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3135
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3136
|
+
|
|
3137
|
+
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.
|
|
3201
3138
|
|
|
3202
3139
|
````
|
|
3203
3140
|
|
|
@@ -3205,33 +3142,36 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3205
3142
|
|
|
3206
3143
|
## The following dependencies are licensed under the MIT License:
|
|
3207
3144
|
|
|
3208
|
-
###
|
|
3145
|
+
### Rust Crates:
|
|
3209
3146
|
|
|
3210
|
-
- [
|
|
3211
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3147
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
3212
3148
|
|
|
3213
3149
|
````text
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
3150
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
3217
3151
|
|
|
3218
|
-
Permission is hereby granted, free of charge, to any
|
|
3219
|
-
of this software and associated
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3152
|
+
Permission is hereby granted, free of charge, to any
|
|
3153
|
+
person obtaining a copy of this software and associated
|
|
3154
|
+
documentation files (the "Software"), to deal in the
|
|
3155
|
+
Software without restriction, including without
|
|
3156
|
+
limitation the rights to use, copy, modify, merge,
|
|
3157
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3158
|
+
the Software, and to permit persons to whom the Software
|
|
3159
|
+
is furnished to do so, subject to the following
|
|
3160
|
+
conditions:
|
|
3224
3161
|
|
|
3225
|
-
The above copyright notice and this permission notice
|
|
3226
|
-
copies or substantial portions
|
|
3162
|
+
The above copyright notice and this permission notice
|
|
3163
|
+
shall be included in all copies or substantial portions
|
|
3164
|
+
of the Software.
|
|
3227
3165
|
|
|
3228
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3229
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3166
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3167
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3168
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3169
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3170
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3171
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3172
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3173
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3174
|
+
DEALINGS IN THE SOFTWARE.
|
|
3235
3175
|
|
|
3236
3176
|
````
|
|
3237
3177
|
|
|
@@ -3241,12 +3181,12 @@ SOFTWARE.
|
|
|
3241
3181
|
|
|
3242
3182
|
### Rust Crates:
|
|
3243
3183
|
|
|
3244
|
-
- [
|
|
3184
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
3245
3185
|
|
|
3246
3186
|
````text
|
|
3247
3187
|
The MIT License (MIT)
|
|
3248
3188
|
|
|
3249
|
-
Copyright (c) 2015
|
|
3189
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
3250
3190
|
|
|
3251
3191
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3252
3192
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3274,6 +3214,77 @@ THE SOFTWARE.
|
|
|
3274
3214
|
|
|
3275
3215
|
### Rust Crates:
|
|
3276
3216
|
|
|
3217
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
3218
|
+
|
|
3219
|
+
````text
|
|
3220
|
+
Copyright (c) 2015 Steven Allen
|
|
3221
|
+
|
|
3222
|
+
Permission is hereby granted, free of charge, to any
|
|
3223
|
+
person obtaining a copy of this software and associated
|
|
3224
|
+
documentation files (the "Software"), to deal in the
|
|
3225
|
+
Software without restriction, including without
|
|
3226
|
+
limitation the rights to use, copy, modify, merge,
|
|
3227
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3228
|
+
the Software, and to permit persons to whom the Software
|
|
3229
|
+
is furnished to do so, subject to the following
|
|
3230
|
+
conditions:
|
|
3231
|
+
|
|
3232
|
+
The above copyright notice and this permission notice
|
|
3233
|
+
shall be included in all copies or substantial portions
|
|
3234
|
+
of the Software.
|
|
3235
|
+
|
|
3236
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3237
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3238
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3239
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3240
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3241
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3242
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3243
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3244
|
+
DEALINGS IN THE SOFTWARE.
|
|
3245
|
+
|
|
3246
|
+
````
|
|
3247
|
+
|
|
3248
|
+
---
|
|
3249
|
+
|
|
3250
|
+
## The following dependencies are licensed under the MIT License:
|
|
3251
|
+
|
|
3252
|
+
### NPM Packages:
|
|
3253
|
+
|
|
3254
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
3255
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.40)
|
|
3256
|
+
|
|
3257
|
+
````text
|
|
3258
|
+
MIT License
|
|
3259
|
+
|
|
3260
|
+
Copyright (c) Microsoft Corporation.
|
|
3261
|
+
|
|
3262
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3263
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3264
|
+
in the Software without restriction, including without limitation the rights
|
|
3265
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3266
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3267
|
+
furnished to do so, subject to the following conditions:
|
|
3268
|
+
|
|
3269
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3270
|
+
copies or substantial portions of the Software.
|
|
3271
|
+
|
|
3272
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3273
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3274
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3275
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3276
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3277
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3278
|
+
SOFTWARE
|
|
3279
|
+
|
|
3280
|
+
````
|
|
3281
|
+
|
|
3282
|
+
---
|
|
3283
|
+
|
|
3284
|
+
## The following dependencies are licensed under the MIT License:
|
|
3285
|
+
|
|
3286
|
+
### Rust Crates:
|
|
3287
|
+
|
|
3277
3288
|
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
3278
3289
|
|
|
3279
3290
|
````text
|
|
@@ -3305,10 +3316,10 @@ SOFTWARE.
|
|
|
3305
3316
|
|
|
3306
3317
|
### Rust Crates:
|
|
3307
3318
|
|
|
3308
|
-
- [
|
|
3319
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
3309
3320
|
|
|
3310
3321
|
````text
|
|
3311
|
-
Copyright (c) 2019
|
|
3322
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
3312
3323
|
|
|
3313
3324
|
Permission is hereby granted, free of charge, to any
|
|
3314
3325
|
person obtaining a copy of this software and associated
|
|
@@ -3342,30 +3353,36 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3342
3353
|
|
|
3343
3354
|
### Rust Crates:
|
|
3344
3355
|
|
|
3345
|
-
- [
|
|
3356
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
3357
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3358
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3346
3359
|
|
|
3347
3360
|
````text
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
Copyright (c) 2017 Nikolai Vazquez
|
|
3361
|
+
Copyright (c) 2019 Tower Contributors
|
|
3351
3362
|
|
|
3352
|
-
Permission is hereby granted, free of charge, to any
|
|
3353
|
-
of this software and associated
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3363
|
+
Permission is hereby granted, free of charge, to any
|
|
3364
|
+
person obtaining a copy of this software and associated
|
|
3365
|
+
documentation files (the "Software"), to deal in the
|
|
3366
|
+
Software without restriction, including without
|
|
3367
|
+
limitation the rights to use, copy, modify, merge,
|
|
3368
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3369
|
+
the Software, and to permit persons to whom the Software
|
|
3370
|
+
is furnished to do so, subject to the following
|
|
3371
|
+
conditions:
|
|
3358
3372
|
|
|
3359
|
-
The above copyright notice and this permission notice
|
|
3360
|
-
copies or substantial portions
|
|
3373
|
+
The above copyright notice and this permission notice
|
|
3374
|
+
shall be included in all copies or substantial portions
|
|
3375
|
+
of the Software.
|
|
3361
3376
|
|
|
3362
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3363
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3377
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3378
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3379
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3380
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3381
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3382
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3383
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3384
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3385
|
+
DEALINGS IN THE SOFTWARE.
|
|
3369
3386
|
|
|
3370
3387
|
````
|
|
3371
3388
|
|
|
@@ -3375,15 +3392,10 @@ SOFTWARE.
|
|
|
3375
3392
|
|
|
3376
3393
|
### Rust Crates:
|
|
3377
3394
|
|
|
3378
|
-
- [
|
|
3379
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3380
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3381
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3382
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3383
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3395
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
3384
3396
|
|
|
3385
3397
|
````text
|
|
3386
|
-
Copyright (c)
|
|
3398
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
3387
3399
|
|
|
3388
3400
|
Permission is hereby granted, free of charge, to any
|
|
3389
3401
|
person obtaining a copy of this software and associated
|
|
@@ -3417,29 +3429,48 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3417
3429
|
|
|
3418
3430
|
### Rust Crates:
|
|
3419
3431
|
|
|
3420
|
-
- [
|
|
3432
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
3421
3433
|
|
|
3422
3434
|
````text
|
|
3423
|
-
|
|
3435
|
+
The MIT License (MIT)
|
|
3424
3436
|
|
|
3425
|
-
|
|
3437
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
3426
3438
|
|
|
3427
|
-
|
|
3439
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3440
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3441
|
+
in the Software without restriction, including without limitation the rights
|
|
3442
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3443
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3444
|
+
furnished to do so, subject to the following conditions:
|
|
3428
3445
|
|
|
3429
|
-
|
|
3446
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3447
|
+
copies or substantial portions of the Software.
|
|
3430
3448
|
|
|
3449
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3450
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3451
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3452
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3453
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3454
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3455
|
+
SOFTWARE.
|
|
3456
|
+
|
|
3457
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
3458
|
+
licences; see files named LICENSE.*.txt for details.
|
|
3431
3459
|
````
|
|
3432
3460
|
|
|
3433
3461
|
---
|
|
3434
3462
|
|
|
3435
3463
|
## The following dependencies are licensed under the MIT License:
|
|
3436
3464
|
|
|
3437
|
-
###
|
|
3465
|
+
### NPM Packages:
|
|
3438
3466
|
|
|
3439
|
-
- [
|
|
3467
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
3468
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3440
3469
|
|
|
3441
3470
|
````text
|
|
3442
|
-
|
|
3471
|
+
MIT License
|
|
3472
|
+
|
|
3473
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
3443
3474
|
|
|
3444
3475
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3445
3476
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3467,34 +3498,29 @@ SOFTWARE.
|
|
|
3467
3498
|
|
|
3468
3499
|
### Rust Crates:
|
|
3469
3500
|
|
|
3470
|
-
- [
|
|
3501
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
3502
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3503
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3471
3504
|
|
|
3472
3505
|
````text
|
|
3473
|
-
|
|
3506
|
+
MIT License
|
|
3474
3507
|
|
|
3475
|
-
|
|
3476
|
-
person obtaining a copy of this software and associated
|
|
3477
|
-
documentation files (the "Software"), to deal in the
|
|
3478
|
-
Software without restriction, including without
|
|
3479
|
-
limitation the rights to use, copy, modify, merge,
|
|
3480
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3481
|
-
the Software, and to permit persons to whom the Software
|
|
3482
|
-
is furnished to do so, subject to the following
|
|
3483
|
-
conditions:
|
|
3508
|
+
Copyright (c) <year> <copyright holders>
|
|
3484
3509
|
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3510
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3511
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3512
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3513
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3514
|
+
following conditions:
|
|
3488
3515
|
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3495
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3496
|
-
|
|
3497
|
-
DEALINGS IN THE SOFTWARE.
|
|
3516
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3517
|
+
portions of the Software.
|
|
3518
|
+
|
|
3519
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3520
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3521
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3522
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3523
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3498
3524
|
|
|
3499
3525
|
````
|
|
3500
3526
|
|
|
@@ -3504,11 +3530,71 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3504
3530
|
|
|
3505
3531
|
### Rust Crates:
|
|
3506
3532
|
|
|
3507
|
-
- [
|
|
3533
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
3534
|
+
|
|
3535
|
+
````text
|
|
3536
|
+
MIT License
|
|
3537
|
+
|
|
3538
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
3539
|
+
|
|
3540
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3541
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3542
|
+
in the Software without restriction, including without limitation the rights
|
|
3543
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3544
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3545
|
+
furnished to do so, subject to the following conditions:
|
|
3546
|
+
|
|
3547
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3548
|
+
copies or substantial portions of the Software.
|
|
3549
|
+
|
|
3550
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3551
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3552
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3553
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3554
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3555
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3556
|
+
SOFTWARE.
|
|
3557
|
+
|
|
3558
|
+
````
|
|
3559
|
+
|
|
3560
|
+
---
|
|
3561
|
+
|
|
3562
|
+
## The following dependencies are licensed under the MIT License:
|
|
3563
|
+
|
|
3564
|
+
### Rust Crates:
|
|
3565
|
+
|
|
3566
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
3567
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
3568
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
3569
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
3570
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
3571
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
3572
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
3573
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
3574
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
3575
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3576
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3577
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
3578
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
3579
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
3580
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
3581
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3582
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3583
|
+
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
3584
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
3585
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
3586
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
3587
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
3588
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
3589
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
3590
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3591
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3592
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3593
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3594
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
3595
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
3508
3596
|
|
|
3509
3597
|
````text
|
|
3510
|
-
Copyright (c) 2021 RustCrypto Developers
|
|
3511
|
-
|
|
3512
3598
|
Permission is hereby granted, free of charge, to any
|
|
3513
3599
|
person obtaining a copy of this software and associated
|
|
3514
3600
|
documentation files (the "Software"), to deal in the
|
|
@@ -3541,13 +3627,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3541
3627
|
|
|
3542
3628
|
### Rust Crates:
|
|
3543
3629
|
|
|
3544
|
-
- [
|
|
3630
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3545
3631
|
|
|
3546
3632
|
````text
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
Copyright (c) 2015-2020 Julien Cretin
|
|
3550
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
3633
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3551
3634
|
|
|
3552
3635
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3553
3636
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3575,10 +3658,10 @@ SOFTWARE.
|
|
|
3575
3658
|
|
|
3576
3659
|
### Rust Crates:
|
|
3577
3660
|
|
|
3578
|
-
- [
|
|
3661
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
3579
3662
|
|
|
3580
3663
|
````text
|
|
3581
|
-
Copyright (c)
|
|
3664
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
3582
3665
|
|
|
3583
3666
|
Permission is hereby granted, free of charge, to any
|
|
3584
3667
|
person obtaining a copy of this software and associated
|
|
@@ -3612,16 +3695,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3612
3695
|
|
|
3613
3696
|
### Rust Crates:
|
|
3614
3697
|
|
|
3615
|
-
- [
|
|
3616
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
3617
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3618
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
3619
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3620
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
3698
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
3621
3699
|
|
|
3622
3700
|
````text
|
|
3623
|
-
Copyright
|
|
3624
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3701
|
+
Copyright (c) The Rust Project Developers
|
|
3625
3702
|
|
|
3626
3703
|
Permission is hereby granted, free of charge, to any
|
|
3627
3704
|
person obtaining a copy of this software and associated
|
|
@@ -3653,103 +3730,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3653
3730
|
|
|
3654
3731
|
## The following dependencies are licensed under the MIT License:
|
|
3655
3732
|
|
|
3656
|
-
###
|
|
3733
|
+
### NPM Packages:
|
|
3657
3734
|
|
|
3658
|
-
- [
|
|
3659
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
3660
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3735
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
3661
3736
|
|
|
3662
3737
|
````text
|
|
3663
|
-
MIT
|
|
3664
|
-
|
|
3665
|
-
Copyright (c) Tokio Contributors
|
|
3738
|
+
This software is released under the MIT license:
|
|
3666
3739
|
|
|
3667
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3740
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3741
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3742
|
+
the Software without restriction, including without limitation the rights to
|
|
3743
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3744
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3745
|
+
subject to the following conditions:
|
|
3673
3746
|
|
|
3674
3747
|
The above copyright notice and this permission notice shall be included in all
|
|
3675
3748
|
copies or substantial portions of the Software.
|
|
3676
3749
|
|
|
3677
3750
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3678
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
SOFTWARE.
|
|
3684
|
-
|
|
3685
|
-
````
|
|
3686
|
-
|
|
3687
|
-
---
|
|
3688
|
-
|
|
3689
|
-
## The following dependencies are licensed under the MIT License:
|
|
3690
|
-
|
|
3691
|
-
### Rust Crates:
|
|
3692
|
-
|
|
3693
|
-
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
3694
|
-
|
|
3695
|
-
````text
|
|
3696
|
-
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
3697
|
-
|
|
3698
|
-
Permission is hereby granted, free of charge, to any
|
|
3699
|
-
person obtaining a copy of this software and associated
|
|
3700
|
-
documentation files (the "Software"), to deal in the
|
|
3701
|
-
Software without restriction, including without
|
|
3702
|
-
limitation the rights to use, copy, modify, merge,
|
|
3703
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3704
|
-
the Software, and to permit persons to whom the Software
|
|
3705
|
-
is furnished to do so, subject to the following
|
|
3706
|
-
conditions:
|
|
3707
|
-
|
|
3708
|
-
The above copyright notice and this permission notice
|
|
3709
|
-
shall be included in all copies or substantial portions
|
|
3710
|
-
of the Software.
|
|
3711
|
-
|
|
3712
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3713
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3714
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3715
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3716
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3717
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3718
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3719
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3720
|
-
DEALINGS IN THE SOFTWARE.
|
|
3721
|
-
|
|
3722
|
-
````
|
|
3723
|
-
|
|
3724
|
-
---
|
|
3725
|
-
|
|
3726
|
-
## The following dependencies are licensed under the MIT License:
|
|
3727
|
-
|
|
3728
|
-
### Rust Crates:
|
|
3729
|
-
|
|
3730
|
-
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
3731
|
-
|
|
3732
|
-
````text
|
|
3733
|
-
Copyright (c) 2017 Daniel Abramov
|
|
3734
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
3735
|
-
|
|
3736
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3737
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3738
|
-
in the Software without restriction, including without limitation the rights
|
|
3739
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3740
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3741
|
-
furnished to do so, subject to the following conditions:
|
|
3742
|
-
|
|
3743
|
-
The above copyright notice and this permission notice shall be included in
|
|
3744
|
-
all copies or substantial portions of the Software.
|
|
3745
|
-
|
|
3746
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3747
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3748
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3749
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3750
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3751
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3752
|
-
THE SOFTWARE.
|
|
3751
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3752
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3753
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3754
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3755
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3753
3756
|
|
|
3754
3757
|
````
|
|
3755
3758
|
|
|
@@ -3759,11 +3762,10 @@ THE SOFTWARE.
|
|
|
3759
3762
|
|
|
3760
3763
|
### Rust Crates:
|
|
3761
3764
|
|
|
3762
|
-
- [
|
|
3765
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
3763
3766
|
|
|
3764
3767
|
````text
|
|
3765
|
-
Copyright (c)
|
|
3766
|
-
Copyright (c) 2016 Alex Crichton
|
|
3768
|
+
Copyright (c) 2017 Sean McArthur
|
|
3767
3769
|
|
|
3768
3770
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3769
3771
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3792,15 +3794,11 @@ THE SOFTWARE.
|
|
|
3792
3794
|
|
|
3793
3795
|
### Rust Crates:
|
|
3794
3796
|
|
|
3795
|
-
- [
|
|
3797
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
3796
3798
|
|
|
3797
3799
|
````text
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
3801
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
3802
|
-
Copyright (c) 2017 Frommi
|
|
3803
|
-
Copyright (c) 2017-2024 oyvindln
|
|
3800
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
3801
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
3804
3802
|
|
|
3805
3803
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3806
3804
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3865,10 +3863,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3865
3863
|
|
|
3866
3864
|
### Rust Crates:
|
|
3867
3865
|
|
|
3868
|
-
- [
|
|
3866
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
3869
3867
|
|
|
3870
3868
|
````text
|
|
3871
|
-
Copyright (c)
|
|
3869
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
3872
3870
|
|
|
3873
3871
|
Permission is hereby granted, free of charge, to any
|
|
3874
3872
|
person obtaining a copy of this software and associated
|
|
@@ -3893,6 +3891,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3893
3891
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3894
3892
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3895
3893
|
DEALINGS IN THE SOFTWARE.
|
|
3894
|
+
|
|
3896
3895
|
````
|
|
3897
3896
|
|
|
3898
3897
|
---
|
|
@@ -3901,35 +3900,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3901
3900
|
|
|
3902
3901
|
### Rust Crates:
|
|
3903
3902
|
|
|
3904
|
-
- [
|
|
3905
|
-
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
3903
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
3906
3904
|
|
|
3907
3905
|
````text
|
|
3908
|
-
Copyright
|
|
3906
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
3909
3907
|
|
|
3910
|
-
Permission is hereby granted, free of charge, to any
|
|
3911
|
-
person obtaining a copy of this software and associated
|
|
3912
|
-
documentation files (the "Software"), to deal in the
|
|
3913
|
-
Software without restriction, including without
|
|
3914
|
-
limitation the rights to use, copy, modify, merge,
|
|
3915
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3916
|
-
the Software, and to permit persons to whom the Software
|
|
3917
|
-
is furnished to do so, subject to the following
|
|
3918
|
-
conditions:
|
|
3908
|
+
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:
|
|
3919
3909
|
|
|
3920
|
-
The above copyright notice and this permission notice
|
|
3921
|
-
shall be included in all copies or substantial portions
|
|
3922
|
-
of the Software.
|
|
3910
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3923
3911
|
|
|
3924
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3925
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3926
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3927
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3928
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3929
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3930
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3931
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3932
|
-
DEALINGS IN THE SOFTWARE.
|
|
3912
|
+
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.
|
|
3933
3913
|
|
|
3934
3914
|
````
|
|
3935
3915
|
|
|
@@ -3939,10 +3919,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3939
3919
|
|
|
3940
3920
|
### Rust Crates:
|
|
3941
3921
|
|
|
3942
|
-
- [
|
|
3922
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
3943
3923
|
|
|
3944
3924
|
````text
|
|
3945
|
-
Copyright (c) 2019
|
|
3925
|
+
Copyright (c) 2019 Carl Lerche
|
|
3946
3926
|
|
|
3947
3927
|
Permission is hereby granted, free of charge, to any
|
|
3948
3928
|
person obtaining a copy of this software and associated
|
|
@@ -3976,28 +3956,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3976
3956
|
|
|
3977
3957
|
### Rust Crates:
|
|
3978
3958
|
|
|
3979
|
-
- [
|
|
3959
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
3980
3960
|
|
|
3981
3961
|
````text
|
|
3982
|
-
Copyright
|
|
3962
|
+
Copyright 2016 Nika Layzell
|
|
3983
3963
|
|
|
3984
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3985
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3986
|
-
in the Software without restriction, including without limitation the rights
|
|
3987
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3988
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3989
|
-
furnished to do so, subject to the following conditions:
|
|
3964
|
+
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:
|
|
3990
3965
|
|
|
3991
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3992
|
-
copies or substantial portions of the Software.
|
|
3966
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3993
3967
|
|
|
3994
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3995
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3996
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3997
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3998
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3999
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4000
|
-
SOFTWARE.
|
|
3968
|
+
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.
|
|
4001
3969
|
|
|
4002
3970
|
````
|
|
4003
3971
|
|
|
@@ -4007,10 +3975,10 @@ SOFTWARE.
|
|
|
4007
3975
|
|
|
4008
3976
|
### Rust Crates:
|
|
4009
3977
|
|
|
4010
|
-
- [
|
|
3978
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
4011
3979
|
|
|
4012
3980
|
````text
|
|
4013
|
-
Copyright (c)
|
|
3981
|
+
Copyright (c) 2016--2023
|
|
4014
3982
|
|
|
4015
3983
|
Permission is hereby granted, free of charge, to any
|
|
4016
3984
|
person obtaining a copy of this software and associated
|
|
@@ -4044,6 +4012,38 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4044
4012
|
|
|
4045
4013
|
### Rust Crates:
|
|
4046
4014
|
|
|
4015
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
4016
|
+
|
|
4017
|
+
````text
|
|
4018
|
+
Copyright (c) 2017 Daniel Abramov
|
|
4019
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
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
|
|
4029
|
+
all 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
|
|
4037
|
+
THE SOFTWARE.
|
|
4038
|
+
|
|
4039
|
+
````
|
|
4040
|
+
|
|
4041
|
+
---
|
|
4042
|
+
|
|
4043
|
+
## The following dependencies are licensed under the MIT License:
|
|
4044
|
+
|
|
4045
|
+
### Rust Crates:
|
|
4046
|
+
|
|
4047
4047
|
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
4048
4048
|
|
|
4049
4049
|
````text
|
|
@@ -4466,7 +4466,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4466
4466
|
|
|
4467
4467
|
### NPM Packages:
|
|
4468
4468
|
|
|
4469
|
-
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.
|
|
4469
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.6) (0.0.6)
|
|
4470
4470
|
|
|
4471
4471
|
````text
|
|
4472
4472
|
Please refer to the package README for license details.
|