@deveco-codegenie/mcp-bridge-darwin-arm64 1.1.1 → 1.1.3
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 +1275 -1372
- package/napi_bridge.node +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
# SUMMARY
|
|
2
2
|
|
|
3
|
-
**Total Dependencies:**
|
|
3
|
+
**Total Dependencies:** 222
|
|
4
4
|
|
|
5
5
|
- **Rust Crates:** 211 *(By cargo-about)*
|
|
6
|
-
- **NPM Packages:**
|
|
6
|
+
- **NPM Packages:** 11 *(By license-checker-rseidelsohn)*
|
|
7
7
|
|
|
8
8
|
### Licenses Breakdown:
|
|
9
9
|
|
|
10
|
-
- MIT:
|
|
10
|
+
- MIT: 189
|
|
11
11
|
- Unicode-3.0: 19
|
|
12
12
|
- Apache-2.0: 7
|
|
13
13
|
- 0BSD: 3
|
|
14
|
-
-
|
|
15
|
-
-
|
|
14
|
+
- BSD-3-Clause: 1
|
|
15
|
+
- ISC: 1
|
|
16
16
|
- MPL-2.0: 1
|
|
17
|
+
- UNKNOWN: 1
|
|
17
18
|
|
|
18
19
|
|
|
19
20
|
---
|
|
@@ -48,32 +49,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
48
49
|
|
|
49
50
|
### Rust Crates:
|
|
50
51
|
|
|
51
|
-
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
52
|
-
|
|
53
|
-
````text
|
|
54
|
-
BSD Zero Clause License
|
|
55
|
-
|
|
56
|
-
Copyright (c) 2025 Goat
|
|
57
|
-
|
|
58
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
59
|
-
purpose with or without fee is hereby granted.
|
|
60
|
-
|
|
61
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
62
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
63
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
64
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
65
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
66
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
67
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
68
|
-
|
|
69
|
-
````
|
|
70
|
-
|
|
71
|
-
---
|
|
72
|
-
|
|
73
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
74
|
-
|
|
75
|
-
### Rust Crates:
|
|
76
|
-
|
|
77
52
|
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
78
53
|
|
|
79
54
|
````text
|
|
@@ -94,88 +69,27 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
94
69
|
|
|
95
70
|
---
|
|
96
71
|
|
|
97
|
-
## The following dependencies are licensed under the
|
|
72
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
98
73
|
|
|
99
74
|
### Rust Crates:
|
|
100
75
|
|
|
101
|
-
- [
|
|
102
|
-
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
103
|
-
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
76
|
+
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
104
77
|
|
|
105
78
|
````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]
|
|
79
|
+
BSD Zero Clause License
|
|
167
80
|
|
|
168
|
-
|
|
169
|
-
you may not use this file except in compliance with the License.
|
|
170
|
-
You may obtain a copy of the License at
|
|
81
|
+
Copyright (c) 2025 Goat
|
|
171
82
|
|
|
172
|
-
|
|
83
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
84
|
+
purpose with or without fee is hereby granted.
|
|
173
85
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
86
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
87
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
88
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
89
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
90
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
91
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
92
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
179
93
|
|
|
180
94
|
````
|
|
181
95
|
|
|
@@ -398,6 +312,93 @@ limitations under the License.
|
|
|
398
312
|
|
|
399
313
|
### Rust Crates:
|
|
400
314
|
|
|
315
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
316
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
317
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
318
|
+
|
|
319
|
+
````text
|
|
320
|
+
Apache License
|
|
321
|
+
Version 2.0, January 2004
|
|
322
|
+
http://www.apache.org/licenses/
|
|
323
|
+
|
|
324
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
325
|
+
|
|
326
|
+
1. Definitions.
|
|
327
|
+
|
|
328
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
329
|
+
|
|
330
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
331
|
+
|
|
332
|
+
"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.
|
|
333
|
+
|
|
334
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
335
|
+
|
|
336
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
337
|
+
|
|
338
|
+
"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.
|
|
339
|
+
|
|
340
|
+
"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).
|
|
341
|
+
|
|
342
|
+
"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.
|
|
343
|
+
|
|
344
|
+
"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."
|
|
345
|
+
|
|
346
|
+
"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.
|
|
347
|
+
|
|
348
|
+
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.
|
|
349
|
+
|
|
350
|
+
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.
|
|
351
|
+
|
|
352
|
+
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:
|
|
353
|
+
|
|
354
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
355
|
+
|
|
356
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
357
|
+
|
|
358
|
+
(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
|
|
359
|
+
|
|
360
|
+
(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.
|
|
361
|
+
|
|
362
|
+
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.
|
|
363
|
+
|
|
364
|
+
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.
|
|
365
|
+
|
|
366
|
+
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.
|
|
367
|
+
|
|
368
|
+
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.
|
|
369
|
+
|
|
370
|
+
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.
|
|
371
|
+
|
|
372
|
+
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.
|
|
373
|
+
|
|
374
|
+
END OF TERMS AND CONDITIONS
|
|
375
|
+
|
|
376
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
377
|
+
|
|
378
|
+
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.
|
|
379
|
+
|
|
380
|
+
Copyright [yyyy] [name of copyright owner]
|
|
381
|
+
|
|
382
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
383
|
+
you may not use this file except in compliance with the License.
|
|
384
|
+
You may obtain a copy of the License at
|
|
385
|
+
|
|
386
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
387
|
+
|
|
388
|
+
Unless required by applicable law or agreed to in writing, software
|
|
389
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
390
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
391
|
+
See the License for the specific language governing permissions and
|
|
392
|
+
limitations under the License.
|
|
393
|
+
|
|
394
|
+
````
|
|
395
|
+
|
|
396
|
+
---
|
|
397
|
+
|
|
398
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
399
|
+
|
|
400
|
+
### Rust Crates:
|
|
401
|
+
|
|
401
402
|
- [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
|
|
402
403
|
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
403
404
|
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
@@ -613,15 +614,13 @@ limitations under the License.
|
|
|
613
614
|
|
|
614
615
|
### NPM Packages:
|
|
615
616
|
|
|
616
|
-
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.
|
|
617
|
+
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.2)
|
|
617
618
|
|
|
618
619
|
````text
|
|
619
620
|
Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
|
|
620
|
-
Copyright (c) 2021-present The Fastify team
|
|
621
|
+
Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
|
|
621
622
|
All rights reserved.
|
|
622
623
|
|
|
623
|
-
The Fastify team members are listed at https://github.com/fastify/fastify#team.
|
|
624
|
-
|
|
625
624
|
Redistribution and use in source and binary forms, with or without
|
|
626
625
|
modification, are permitted provided that the following conditions are met:
|
|
627
626
|
* Redistributions of source code must retain the above copyright
|
|
@@ -652,82 +651,6 @@ The complete list of contributors can be found at:
|
|
|
652
651
|
|
|
653
652
|
---
|
|
654
653
|
|
|
655
|
-
## The following dependencies are licensed under the BSD-3-Clause License:
|
|
656
|
-
|
|
657
|
-
### NPM Packages:
|
|
658
|
-
|
|
659
|
-
- [jpeg-js](https://github.com/eugeneware/jpeg-js) (0.4.4)
|
|
660
|
-
|
|
661
|
-
````text
|
|
662
|
-
Copyright (c) 2014, Eugene Ware
|
|
663
|
-
All rights reserved.
|
|
664
|
-
|
|
665
|
-
Redistribution and use in source and binary forms, with or without
|
|
666
|
-
modification, are permitted provided that the following conditions are met:
|
|
667
|
-
|
|
668
|
-
1. Redistributions of source code must retain the above copyright
|
|
669
|
-
notice, this list of conditions and the following disclaimer.
|
|
670
|
-
2. Redistributions in binary form must reproduce the above copyright
|
|
671
|
-
notice, this list of conditions and the following disclaimer in the
|
|
672
|
-
documentation and/or other materials provided with the distribution.
|
|
673
|
-
3. Neither the name of Eugene Ware nor the names of its contributors
|
|
674
|
-
may be used to endorse or promote products derived from this software
|
|
675
|
-
without specific prior written permission.
|
|
676
|
-
|
|
677
|
-
THIS SOFTWARE IS PROVIDED BY EUGENE WARE ''AS IS'' AND ANY
|
|
678
|
-
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
679
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
680
|
-
DISCLAIMED. IN NO EVENT SHALL EUGENE WARE BE LIABLE FOR ANY
|
|
681
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
682
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
683
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
684
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
685
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
686
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
687
|
-
|
|
688
|
-
````
|
|
689
|
-
|
|
690
|
-
---
|
|
691
|
-
|
|
692
|
-
## The following dependencies are licensed under the ISC License:
|
|
693
|
-
|
|
694
|
-
### NPM Packages:
|
|
695
|
-
|
|
696
|
-
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.3) (0.0.3)
|
|
697
|
-
|
|
698
|
-
````text
|
|
699
|
-
Please refer to the package README for license details.
|
|
700
|
-
````
|
|
701
|
-
|
|
702
|
-
---
|
|
703
|
-
|
|
704
|
-
## The following dependencies are licensed under the ISC License:
|
|
705
|
-
|
|
706
|
-
### NPM Packages:
|
|
707
|
-
|
|
708
|
-
- [pixelmatch](https://github.com/mapbox/pixelmatch) (7.1.0)
|
|
709
|
-
|
|
710
|
-
````text
|
|
711
|
-
ISC License
|
|
712
|
-
|
|
713
|
-
Copyright (c) 2025, Mapbox
|
|
714
|
-
|
|
715
|
-
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
716
|
-
with or without fee is hereby granted, provided that the above copyright notice
|
|
717
|
-
and this permission notice appear in all copies.
|
|
718
|
-
|
|
719
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
720
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
721
|
-
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
722
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
723
|
-
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
724
|
-
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
725
|
-
THIS SOFTWARE.
|
|
726
|
-
|
|
727
|
-
````
|
|
728
|
-
|
|
729
|
-
---
|
|
730
|
-
|
|
731
654
|
## The following dependencies are licensed under the ISC License:
|
|
732
655
|
|
|
733
656
|
### Rust Crates:
|
|
@@ -754,47 +677,17 @@ THIS SOFTWARE.
|
|
|
754
677
|
|
|
755
678
|
## The following dependencies are licensed under the MIT License:
|
|
756
679
|
|
|
757
|
-
###
|
|
680
|
+
### Rust Crates:
|
|
758
681
|
|
|
759
|
-
- [
|
|
682
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
760
683
|
|
|
761
684
|
````text
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
685
|
+
MIT License
|
|
765
686
|
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
771
|
-
furnished to do so, subject to the following conditions:
|
|
772
|
-
|
|
773
|
-
The above copyright notice and this permission notice shall be included in
|
|
774
|
-
all copies or substantial portions of the Software.
|
|
775
|
-
|
|
776
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
777
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
778
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
779
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
780
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
781
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
782
|
-
THE SOFTWARE.
|
|
783
|
-
|
|
784
|
-
````
|
|
785
|
-
|
|
786
|
-
---
|
|
787
|
-
|
|
788
|
-
## The following dependencies are licensed under the MIT License:
|
|
789
|
-
|
|
790
|
-
### NPM Packages:
|
|
791
|
-
|
|
792
|
-
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
793
|
-
|
|
794
|
-
````text
|
|
795
|
-
MIT License
|
|
796
|
-
|
|
797
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
687
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
688
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
689
|
+
Copyright (c) 2017 Frommi
|
|
690
|
+
Copyright (c) 2017-2024 oyvindln
|
|
798
691
|
|
|
799
692
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
800
693
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -822,29 +715,34 @@ SOFTWARE.
|
|
|
822
715
|
|
|
823
716
|
### Rust Crates:
|
|
824
717
|
|
|
825
|
-
- [
|
|
718
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
826
719
|
|
|
827
720
|
````text
|
|
828
|
-
Copyright (c)
|
|
829
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
721
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
830
722
|
|
|
831
|
-
Permission is hereby granted, free of charge, to any
|
|
832
|
-
of this software and associated
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
723
|
+
Permission is hereby granted, free of charge, to any
|
|
724
|
+
person obtaining a copy of this software and associated
|
|
725
|
+
documentation files (the "Software"), to deal in the
|
|
726
|
+
Software without restriction, including without
|
|
727
|
+
limitation the rights to use, copy, modify, merge,
|
|
728
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
729
|
+
the Software, and to permit persons to whom the Software
|
|
730
|
+
is furnished to do so, subject to the following
|
|
731
|
+
conditions:
|
|
837
732
|
|
|
838
|
-
The above copyright notice and this permission notice
|
|
839
|
-
copies or substantial portions
|
|
733
|
+
The above copyright notice and this permission notice
|
|
734
|
+
shall be included in all copies or substantial portions
|
|
735
|
+
of the Software.
|
|
840
736
|
|
|
841
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
842
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
737
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
738
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
739
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
740
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
741
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
742
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
743
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
744
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
745
|
+
DEALINGS IN THE SOFTWARE.
|
|
848
746
|
|
|
849
747
|
````
|
|
850
748
|
|
|
@@ -854,10 +752,15 @@ SOFTWARE.
|
|
|
854
752
|
|
|
855
753
|
### Rust Crates:
|
|
856
754
|
|
|
857
|
-
- [
|
|
755
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
756
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
757
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
758
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
858
759
|
|
|
859
760
|
````text
|
|
860
|
-
|
|
761
|
+
The MIT License (MIT)
|
|
762
|
+
|
|
763
|
+
Copyright (c) 2015 Andrew Gallant
|
|
861
764
|
|
|
862
765
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
863
766
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -866,16 +769,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
866
769
|
copies of the Software, and to permit persons to whom the Software is
|
|
867
770
|
furnished to do so, subject to the following conditions:
|
|
868
771
|
|
|
869
|
-
The above copyright notice and this permission notice shall be included in
|
|
870
|
-
copies or substantial portions of the Software.
|
|
772
|
+
The above copyright notice and this permission notice shall be included in
|
|
773
|
+
all copies or substantial portions of the Software.
|
|
871
774
|
|
|
872
775
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
873
776
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
874
777
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
875
778
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
876
779
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
877
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
878
|
-
SOFTWARE.
|
|
780
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
781
|
+
THE SOFTWARE.
|
|
879
782
|
|
|
880
783
|
````
|
|
881
784
|
|
|
@@ -885,13 +788,12 @@ SOFTWARE.
|
|
|
885
788
|
|
|
886
789
|
### Rust Crates:
|
|
887
790
|
|
|
888
|
-
- [
|
|
889
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
791
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
890
792
|
|
|
891
793
|
````text
|
|
892
794
|
MIT License
|
|
893
795
|
|
|
894
|
-
Copyright (c)
|
|
796
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
895
797
|
|
|
896
798
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
897
799
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -919,11 +821,39 @@ SOFTWARE.
|
|
|
919
821
|
|
|
920
822
|
### Rust Crates:
|
|
921
823
|
|
|
922
|
-
- [
|
|
824
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
825
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
826
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
827
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
828
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
829
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
830
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
831
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
832
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
833
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
834
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
835
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
836
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
837
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
838
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
839
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
840
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
841
|
+
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
842
|
+
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
843
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
844
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
845
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
846
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
847
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
848
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
849
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
850
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
851
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
852
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
853
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
854
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
923
855
|
|
|
924
856
|
````text
|
|
925
|
-
Copyright (c) 2017 Contributors
|
|
926
|
-
|
|
927
857
|
Permission is hereby granted, free of charge, to any
|
|
928
858
|
person obtaining a copy of this software and associated
|
|
929
859
|
documentation files (the "Software"), to deal in the
|
|
@@ -954,14 +884,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
954
884
|
|
|
955
885
|
## The following dependencies are licensed under the MIT License:
|
|
956
886
|
|
|
957
|
-
###
|
|
887
|
+
### NPM Packages:
|
|
958
888
|
|
|
959
|
-
- [
|
|
889
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
890
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
960
891
|
|
|
961
892
|
````text
|
|
962
893
|
MIT License
|
|
963
894
|
|
|
964
|
-
Copyright (c) 2017
|
|
895
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
965
896
|
|
|
966
897
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
967
898
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -987,31 +918,39 @@ SOFTWARE.
|
|
|
987
918
|
|
|
988
919
|
## The following dependencies are licensed under the MIT License:
|
|
989
920
|
|
|
990
|
-
###
|
|
921
|
+
### Rust Crates:
|
|
991
922
|
|
|
992
|
-
- [
|
|
923
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
924
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
925
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
926
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
993
927
|
|
|
994
928
|
````text
|
|
995
|
-
|
|
996
|
-
pngjs derived work Copyright (c) 2012 Kuba Niegowski
|
|
929
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
997
930
|
|
|
998
|
-
Permission is hereby granted, free of charge, to any
|
|
999
|
-
of this software and associated
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
931
|
+
Permission is hereby granted, free of charge, to any
|
|
932
|
+
person obtaining a copy of this software and associated
|
|
933
|
+
documentation files (the "Software"), to deal in the
|
|
934
|
+
Software without restriction, including without
|
|
935
|
+
limitation the rights to use, copy, modify, merge,
|
|
936
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
937
|
+
the Software, and to permit persons to whom the Software
|
|
938
|
+
is furnished to do so, subject to the following
|
|
939
|
+
conditions:
|
|
1004
940
|
|
|
1005
|
-
The above copyright notice and this permission notice
|
|
1006
|
-
all copies or substantial portions
|
|
941
|
+
The above copyright notice and this permission notice
|
|
942
|
+
shall be included in all copies or substantial portions
|
|
943
|
+
of the Software.
|
|
1007
944
|
|
|
1008
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1009
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
945
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
946
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
947
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
948
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
949
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
950
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
951
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
952
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
953
|
+
DEALINGS IN THE SOFTWARE.
|
|
1015
954
|
|
|
1016
955
|
````
|
|
1017
956
|
|
|
@@ -1021,10 +960,16 @@ THE SOFTWARE.
|
|
|
1021
960
|
|
|
1022
961
|
### Rust Crates:
|
|
1023
962
|
|
|
1024
|
-
- [
|
|
963
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
964
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
965
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
966
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
967
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
968
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
1025
969
|
|
|
1026
970
|
````text
|
|
1027
|
-
Copyright
|
|
971
|
+
Copyright 2018 Developers of the Rand project
|
|
972
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1028
973
|
|
|
1029
974
|
Permission is hereby granted, free of charge, to any
|
|
1030
975
|
person obtaining a copy of this software and associated
|
|
@@ -1058,13 +1003,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1058
1003
|
|
|
1059
1004
|
### Rust Crates:
|
|
1060
1005
|
|
|
1061
|
-
- [
|
|
1006
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
1007
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
1062
1008
|
|
|
1063
1009
|
````text
|
|
1064
|
-
|
|
1010
|
+
MIT License
|
|
1065
1011
|
|
|
1066
|
-
Copyright (c)
|
|
1067
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
1012
|
+
Copyright (c) 2019 Graham Esau
|
|
1068
1013
|
|
|
1069
1014
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1070
1015
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1092,10 +1037,12 @@ SOFTWARE.
|
|
|
1092
1037
|
|
|
1093
1038
|
### Rust Crates:
|
|
1094
1039
|
|
|
1095
|
-
- [
|
|
1040
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
1096
1041
|
|
|
1097
1042
|
````text
|
|
1098
|
-
|
|
1043
|
+
The MIT License (MIT)
|
|
1044
|
+
|
|
1045
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
1099
1046
|
|
|
1100
1047
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1101
1048
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1104,18 +1051,19 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1104
1051
|
copies of the Software, and to permit persons to whom the Software is
|
|
1105
1052
|
furnished to do so, subject to the following conditions:
|
|
1106
1053
|
|
|
1107
|
-
The above copyright notice and this permission notice shall be included in
|
|
1108
|
-
|
|
1054
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1055
|
+
copies or substantial portions of the Software.
|
|
1109
1056
|
|
|
1110
1057
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1111
1058
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1112
1059
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1113
1060
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1114
1061
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1115
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1116
|
-
|
|
1117
|
-
|
|
1062
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1063
|
+
SOFTWARE.
|
|
1118
1064
|
|
|
1065
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
1066
|
+
licences; see files named LICENSE.*.txt for details.
|
|
1119
1067
|
````
|
|
1120
1068
|
|
|
1121
1069
|
---
|
|
@@ -1124,30 +1072,16 @@ THE SOFTWARE.
|
|
|
1124
1072
|
|
|
1125
1073
|
### Rust Crates:
|
|
1126
1074
|
|
|
1127
|
-
- [
|
|
1128
|
-
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
1075
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
1129
1076
|
|
|
1130
1077
|
````text
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
Copyright (c) 2015 Steven Fackler
|
|
1078
|
+
Copyright 2016 Nika Layzell
|
|
1134
1079
|
|
|
1135
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1136
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
1137
|
-
the Software without restriction, including without limitation the rights to
|
|
1138
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1139
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1140
|
-
subject to the following conditions:
|
|
1080
|
+
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:
|
|
1141
1081
|
|
|
1142
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1143
|
-
copies or substantial portions of the Software.
|
|
1082
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1144
1083
|
|
|
1145
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1146
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1147
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1148
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1149
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1150
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1084
|
+
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.
|
|
1151
1085
|
|
|
1152
1086
|
````
|
|
1153
1087
|
|
|
@@ -1157,30 +1091,34 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1157
1091
|
|
|
1158
1092
|
### Rust Crates:
|
|
1159
1093
|
|
|
1160
|
-
- [
|
|
1094
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
1161
1095
|
|
|
1162
1096
|
````text
|
|
1163
|
-
|
|
1097
|
+
Copyright (c) 2016 Anthony Ramine
|
|
1164
1098
|
|
|
1165
|
-
|
|
1099
|
+
Permission is hereby granted, free of charge, to any
|
|
1100
|
+
person obtaining a copy of this software and associated
|
|
1101
|
+
documentation files (the "Software"), to deal in the
|
|
1102
|
+
Software without restriction, including without
|
|
1103
|
+
limitation the rights to use, copy, modify, merge,
|
|
1104
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1105
|
+
the Software, and to permit persons to whom the Software
|
|
1106
|
+
is furnished to do so, subject to the following
|
|
1107
|
+
conditions:
|
|
1166
1108
|
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1171
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1172
|
-
furnished to do so, subject to the following conditions:
|
|
1173
|
-
|
|
1174
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1175
|
-
copies or substantial portions of the Software.
|
|
1109
|
+
The above copyright notice and this permission notice
|
|
1110
|
+
shall be included in all copies or substantial portions
|
|
1111
|
+
of the Software.
|
|
1176
1112
|
|
|
1177
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1178
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1113
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1114
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1115
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1116
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1117
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1118
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1119
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1120
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1121
|
+
DEALINGS IN THE SOFTWARE.
|
|
1184
1122
|
|
|
1185
1123
|
````
|
|
1186
1124
|
|
|
@@ -1190,30 +1128,36 @@ SOFTWARE.
|
|
|
1190
1128
|
|
|
1191
1129
|
### Rust Crates:
|
|
1192
1130
|
|
|
1193
|
-
- [
|
|
1131
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
1132
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1133
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1194
1134
|
|
|
1195
1135
|
````text
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
1136
|
+
Copyright (c) 2019 Tower Contributors
|
|
1199
1137
|
|
|
1200
|
-
Permission is hereby granted, free of charge, to any
|
|
1201
|
-
of this software and associated
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1138
|
+
Permission is hereby granted, free of charge, to any
|
|
1139
|
+
person obtaining a copy of this software and associated
|
|
1140
|
+
documentation files (the "Software"), to deal in the
|
|
1141
|
+
Software without restriction, including without
|
|
1142
|
+
limitation the rights to use, copy, modify, merge,
|
|
1143
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1144
|
+
the Software, and to permit persons to whom the Software
|
|
1145
|
+
is furnished to do so, subject to the following
|
|
1146
|
+
conditions:
|
|
1206
1147
|
|
|
1207
|
-
The above copyright notice and this permission notice
|
|
1208
|
-
copies or substantial portions
|
|
1148
|
+
The above copyright notice and this permission notice
|
|
1149
|
+
shall be included in all copies or substantial portions
|
|
1150
|
+
of the Software.
|
|
1209
1151
|
|
|
1210
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1211
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1152
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1153
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1154
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1155
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1156
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1157
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1158
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1159
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1160
|
+
DEALINGS IN THE SOFTWARE.
|
|
1217
1161
|
|
|
1218
1162
|
````
|
|
1219
1163
|
|
|
@@ -1221,34 +1165,36 @@ SOFTWARE.
|
|
|
1221
1165
|
|
|
1222
1166
|
## The following dependencies are licensed under the MIT License:
|
|
1223
1167
|
|
|
1224
|
-
###
|
|
1168
|
+
### Rust Crates:
|
|
1225
1169
|
|
|
1226
|
-
- [
|
|
1170
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
1227
1171
|
|
|
1228
1172
|
````text
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
1232
|
-
|
|
1233
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1234
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1235
|
-
in the Software without restriction, including without limitation the rights
|
|
1236
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1237
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1238
|
-
furnished to do so, subject to the following conditions:
|
|
1173
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
1239
1174
|
|
|
1240
|
-
|
|
1241
|
-
|
|
1175
|
+
Permission is hereby granted, free of charge, to any
|
|
1176
|
+
person obtaining a copy of this software and associated
|
|
1177
|
+
documentation files (the "Software"), to deal in the
|
|
1178
|
+
Software without restriction, including without
|
|
1179
|
+
limitation the rights to use, copy, modify, merge,
|
|
1180
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1181
|
+
the Software, and to permit persons to whom the Software
|
|
1182
|
+
is furnished to do so, subject to the following
|
|
1183
|
+
conditions:
|
|
1242
1184
|
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1247
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1248
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1249
|
-
SOFTWARE.
|
|
1185
|
+
The above copyright notice and this permission notice
|
|
1186
|
+
shall be included in all copies or substantial portions
|
|
1187
|
+
of the Software.
|
|
1250
1188
|
|
|
1251
|
-
|
|
1189
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1190
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1191
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1192
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1193
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1194
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1195
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1196
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1197
|
+
DEALINGS IN THE SOFTWARE.
|
|
1252
1198
|
|
|
1253
1199
|
````
|
|
1254
1200
|
|
|
@@ -1258,14 +1204,12 @@ SOFTWARE.
|
|
|
1258
1204
|
|
|
1259
1205
|
### Rust Crates:
|
|
1260
1206
|
|
|
1261
|
-
- [
|
|
1262
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1263
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1207
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
1264
1208
|
|
|
1265
1209
|
````text
|
|
1266
|
-
MIT License
|
|
1210
|
+
The MIT License (MIT)
|
|
1267
1211
|
|
|
1268
|
-
Copyright (c)
|
|
1212
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
1269
1213
|
|
|
1270
1214
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1271
1215
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1293,9 +1237,11 @@ SOFTWARE.
|
|
|
1293
1237
|
|
|
1294
1238
|
### Rust Crates:
|
|
1295
1239
|
|
|
1296
|
-
- [
|
|
1240
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
1297
1241
|
|
|
1298
1242
|
````text
|
|
1243
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
1244
|
+
|
|
1299
1245
|
Permission is hereby granted, free of charge, to any
|
|
1300
1246
|
person obtaining a copy of this software and associated
|
|
1301
1247
|
documentation files (the "Software"), to deal in the
|
|
@@ -1319,44 +1265,39 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1319
1265
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1320
1266
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1321
1267
|
DEALINGS IN THE SOFTWARE.
|
|
1268
|
+
|
|
1322
1269
|
````
|
|
1323
1270
|
|
|
1324
1271
|
---
|
|
1325
1272
|
|
|
1326
1273
|
## The following dependencies are licensed under the MIT License:
|
|
1327
1274
|
|
|
1328
|
-
###
|
|
1275
|
+
### NPM Packages:
|
|
1329
1276
|
|
|
1330
|
-
- [
|
|
1277
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
1331
1278
|
|
|
1332
1279
|
````text
|
|
1333
|
-
|
|
1334
|
-
Copyright (c) 2018 Bastian Köcher
|
|
1335
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
1280
|
+
The MIT License (MIT)
|
|
1336
1281
|
|
|
1337
|
-
|
|
1338
|
-
person obtaining a copy of this software and associated
|
|
1339
|
-
documentation files (the "Software"), to deal in the
|
|
1340
|
-
Software without restriction, including without
|
|
1341
|
-
limitation the rights to use, copy, modify, merge,
|
|
1342
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1343
|
-
the Software, and to permit persons to whom the Software
|
|
1344
|
-
is furnished to do so, subject to the following
|
|
1345
|
-
conditions:
|
|
1282
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1346
1283
|
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1284
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1285
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1286
|
+
in the Software without restriction, including without limitation the rights
|
|
1287
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1288
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1289
|
+
furnished to do so, subject to the following conditions:
|
|
1350
1290
|
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
IN
|
|
1359
|
-
|
|
1291
|
+
The above copyright notice and this permission notice shall be included in
|
|
1292
|
+
all copies or substantial portions of the Software.
|
|
1293
|
+
|
|
1294
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1295
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1296
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1297
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1298
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1299
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1300
|
+
THE SOFTWARE.
|
|
1360
1301
|
|
|
1361
1302
|
````
|
|
1362
1303
|
|
|
@@ -1364,36 +1305,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1364
1305
|
|
|
1365
1306
|
## The following dependencies are licensed under the MIT License:
|
|
1366
1307
|
|
|
1367
|
-
###
|
|
1308
|
+
### NPM Packages:
|
|
1368
1309
|
|
|
1369
|
-
- [
|
|
1310
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
1370
1311
|
|
|
1371
1312
|
````text
|
|
1372
|
-
|
|
1313
|
+
MIT License
|
|
1373
1314
|
|
|
1374
|
-
|
|
1375
|
-
person obtaining a copy of this software and associated
|
|
1376
|
-
documentation files (the "Software"), to deal in the
|
|
1377
|
-
Software without restriction, including without
|
|
1378
|
-
limitation the rights to use, copy, modify, merge,
|
|
1379
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1380
|
-
the Software, and to permit persons to whom the Software
|
|
1381
|
-
is furnished to do so, subject to the following
|
|
1382
|
-
conditions:
|
|
1315
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
1383
1316
|
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1317
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1318
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1319
|
+
in the Software without restriction, including without limitation the rights
|
|
1320
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1321
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1322
|
+
furnished to do so, subject to the following conditions:
|
|
1387
1323
|
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
IN
|
|
1396
|
-
|
|
1324
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1325
|
+
copies or substantial portions of the Software.
|
|
1326
|
+
|
|
1327
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1328
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1329
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1330
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1331
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1332
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1333
|
+
SOFTWARE.
|
|
1397
1334
|
|
|
1398
1335
|
````
|
|
1399
1336
|
|
|
@@ -1403,12 +1340,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1403
1340
|
|
|
1404
1341
|
### Rust Crates:
|
|
1405
1342
|
|
|
1406
|
-
- [
|
|
1343
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
1407
1344
|
|
|
1408
1345
|
````text
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
1346
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
1412
1347
|
|
|
1413
1348
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1414
1349
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1417,19 +1352,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1417
1352
|
copies of the Software, and to permit persons to whom the Software is
|
|
1418
1353
|
furnished to do so, subject to the following conditions:
|
|
1419
1354
|
|
|
1420
|
-
The above copyright notice and this permission notice shall be included in
|
|
1421
|
-
copies or substantial portions of the Software.
|
|
1355
|
+
The above copyright notice and this permission notice shall be included in
|
|
1356
|
+
all copies or substantial portions of the Software.
|
|
1422
1357
|
|
|
1423
1358
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1424
1359
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1425
1360
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1426
1361
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1427
1362
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1428
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1429
|
-
SOFTWARE.
|
|
1363
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1364
|
+
THE SOFTWARE.
|
|
1430
1365
|
|
|
1431
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
1432
|
-
licences; see files named LICENSE.*.txt for details.
|
|
1433
1366
|
````
|
|
1434
1367
|
|
|
1435
1368
|
---
|
|
@@ -1438,35 +1371,32 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
1438
1371
|
|
|
1439
1372
|
### Rust Crates:
|
|
1440
1373
|
|
|
1441
|
-
- [
|
|
1442
|
-
- [
|
|
1374
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
1375
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1376
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1443
1377
|
|
|
1444
1378
|
````text
|
|
1445
|
-
|
|
1379
|
+
MIT License
|
|
1446
1380
|
|
|
1447
|
-
|
|
1448
|
-
person obtaining a copy of this software and associated
|
|
1449
|
-
documentation files (the "Software"), to deal in the
|
|
1450
|
-
Software without restriction, including without
|
|
1451
|
-
limitation the rights to use, copy, modify, merge,
|
|
1452
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1453
|
-
the Software, and to permit persons to whom the Software
|
|
1454
|
-
is furnished to do so, subject to the following
|
|
1455
|
-
conditions:
|
|
1381
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
1456
1382
|
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1383
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1384
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1385
|
+
in the Software without restriction, including without limitation the rights
|
|
1386
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1387
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1388
|
+
furnished to do so, subject to the following conditions:
|
|
1460
1389
|
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
IN
|
|
1469
|
-
|
|
1390
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1391
|
+
copies or substantial portions of the Software.
|
|
1392
|
+
|
|
1393
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1394
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1395
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1396
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1397
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1398
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1399
|
+
SOFTWARE.
|
|
1470
1400
|
|
|
1471
1401
|
````
|
|
1472
1402
|
|
|
@@ -1476,15 +1406,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1476
1406
|
|
|
1477
1407
|
### Rust Crates:
|
|
1478
1408
|
|
|
1479
|
-
- [
|
|
1480
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1481
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1482
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1483
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1484
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1409
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
1485
1410
|
|
|
1486
1411
|
````text
|
|
1487
|
-
Copyright (c)
|
|
1412
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
1488
1413
|
|
|
1489
1414
|
Permission is hereby granted, free of charge, to any
|
|
1490
1415
|
person obtaining a copy of this software and associated
|
|
@@ -1518,40 +1443,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1518
1443
|
|
|
1519
1444
|
### Rust Crates:
|
|
1520
1445
|
|
|
1521
|
-
- [
|
|
1522
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
1523
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
1524
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
1525
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
1526
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
1446
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
1527
1447
|
|
|
1528
1448
|
````text
|
|
1529
|
-
Copyright
|
|
1530
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1449
|
+
Copyright (c) 2017 Sean McArthur
|
|
1531
1450
|
|
|
1532
|
-
Permission is hereby granted, free of charge, to any
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
the Software, and to permit persons to whom the Software
|
|
1539
|
-
is furnished to do so, subject to the following
|
|
1540
|
-
conditions:
|
|
1451
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1452
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1453
|
+
in the Software without restriction, including without limitation the rights
|
|
1454
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1455
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1456
|
+
furnished to do so, subject to the following conditions:
|
|
1541
1457
|
|
|
1542
|
-
The above copyright notice and this permission notice
|
|
1543
|
-
|
|
1544
|
-
|
|
1458
|
+
The above copyright notice and this permission notice shall be included in
|
|
1459
|
+
all copies or substantial portions of the Software.
|
|
1460
|
+
|
|
1461
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1462
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1463
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1464
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1465
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1466
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1467
|
+
THE SOFTWARE.
|
|
1545
1468
|
|
|
1546
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1547
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1548
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1549
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1550
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1551
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1552
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1553
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1554
|
-
DEALINGS IN THE SOFTWARE.
|
|
1555
1469
|
|
|
1556
1470
|
````
|
|
1557
1471
|
|
|
@@ -1561,34 +1475,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1561
1475
|
|
|
1562
1476
|
### Rust Crates:
|
|
1563
1477
|
|
|
1564
|
-
- [
|
|
1478
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
1565
1479
|
|
|
1566
1480
|
````text
|
|
1567
|
-
|
|
1481
|
+
The MIT License (MIT)
|
|
1568
1482
|
|
|
1569
|
-
|
|
1570
|
-
person obtaining a copy of this software and associated
|
|
1571
|
-
documentation files (the "Software"), to deal in the
|
|
1572
|
-
Software without restriction, including without
|
|
1573
|
-
limitation the rights to use, copy, modify, merge,
|
|
1574
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1575
|
-
the Software, and to permit persons to whom the Software
|
|
1576
|
-
is furnished to do so, subject to the following
|
|
1577
|
-
conditions:
|
|
1483
|
+
Copyright (c) 2015 Alice Maz
|
|
1578
1484
|
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1485
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1486
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1487
|
+
in the Software without restriction, including without limitation the rights
|
|
1488
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1489
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1490
|
+
furnished to do so, subject to the following conditions:
|
|
1582
1491
|
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
IN
|
|
1591
|
-
|
|
1492
|
+
The above copyright notice and this permission notice shall be included in
|
|
1493
|
+
all copies or substantial portions of the Software.
|
|
1494
|
+
|
|
1495
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1496
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1497
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1498
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1499
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1500
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1501
|
+
THE SOFTWARE.
|
|
1592
1502
|
|
|
1593
1503
|
````
|
|
1594
1504
|
|
|
@@ -1598,10 +1508,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1598
1508
|
|
|
1599
1509
|
### Rust Crates:
|
|
1600
1510
|
|
|
1601
|
-
- [
|
|
1511
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
1602
1512
|
|
|
1603
1513
|
````text
|
|
1604
|
-
Copyright (c)
|
|
1514
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
1605
1515
|
|
|
1606
1516
|
Permission is hereby granted, free of charge, to any
|
|
1607
1517
|
person obtaining a copy of this software and associated
|
|
@@ -1635,17 +1545,31 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1635
1545
|
|
|
1636
1546
|
### Rust Crates:
|
|
1637
1547
|
|
|
1638
|
-
- [
|
|
1639
|
-
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
1640
|
-
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
1641
|
-
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
1548
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
1642
1549
|
|
|
1643
1550
|
````text
|
|
1644
|
-
|
|
1551
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
1552
|
+
Copyright (c) 2016 Alex Crichton
|
|
1553
|
+
|
|
1554
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1555
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1556
|
+
in the Software without restriction, including without limitation the rights
|
|
1557
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1558
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1559
|
+
furnished to do so, subject to the following conditions:
|
|
1560
|
+
|
|
1561
|
+
The above copyright notice and this permission notice shall be included in
|
|
1562
|
+
all copies or substantial portions of the Software.
|
|
1563
|
+
|
|
1564
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1565
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1566
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1567
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1568
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1569
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1570
|
+
THE SOFTWARE.
|
|
1645
1571
|
|
|
1646
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1647
1572
|
|
|
1648
|
-
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.
|
|
1649
1573
|
````
|
|
1650
1574
|
|
|
1651
1575
|
---
|
|
@@ -1654,34 +1578,29 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1654
1578
|
|
|
1655
1579
|
### Rust Crates:
|
|
1656
1580
|
|
|
1657
|
-
- [
|
|
1581
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
1658
1582
|
|
|
1659
1583
|
````text
|
|
1660
|
-
Copyright (c)
|
|
1584
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
1661
1585
|
|
|
1662
|
-
Permission is hereby granted, free of charge, to any
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
the Software, and to permit persons to whom the Software
|
|
1669
|
-
is furnished to do so, subject to the following
|
|
1670
|
-
conditions:
|
|
1586
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1587
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1588
|
+
in the Software without restriction, including without limitation the rights
|
|
1589
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1590
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1591
|
+
furnished to do so, subject to the following conditions:
|
|
1671
1592
|
|
|
1672
|
-
The above copyright notice and this permission notice
|
|
1673
|
-
|
|
1674
|
-
|
|
1593
|
+
The above copyright notice and this permission notice shall be included in
|
|
1594
|
+
all copies or substantial portions of the Software.
|
|
1595
|
+
|
|
1596
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1597
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1598
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1599
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1600
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1601
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1602
|
+
THE SOFTWARE.
|
|
1675
1603
|
|
|
1676
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1677
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1678
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1679
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1680
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1681
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1682
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1683
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1684
|
-
DEALINGS IN THE SOFTWARE.
|
|
1685
1604
|
|
|
1686
1605
|
````
|
|
1687
1606
|
|
|
@@ -1691,12 +1610,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1691
1610
|
|
|
1692
1611
|
### Rust Crates:
|
|
1693
1612
|
|
|
1694
|
-
- [
|
|
1695
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1696
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1613
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
1697
1614
|
|
|
1698
1615
|
````text
|
|
1699
|
-
Copyright (c)
|
|
1616
|
+
Copyright (c) 2016--2017
|
|
1700
1617
|
|
|
1701
1618
|
Permission is hereby granted, free of charge, to any
|
|
1702
1619
|
person obtaining a copy of this software and associated
|
|
@@ -1730,34 +1647,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1730
1647
|
|
|
1731
1648
|
### Rust Crates:
|
|
1732
1649
|
|
|
1733
|
-
- [
|
|
1650
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1651
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1652
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1734
1653
|
|
|
1735
1654
|
````text
|
|
1736
|
-
|
|
1655
|
+
MIT License
|
|
1737
1656
|
|
|
1738
|
-
|
|
1739
|
-
person obtaining a copy of this software and associated
|
|
1740
|
-
documentation files (the "Software"), to deal in the
|
|
1741
|
-
Software without restriction, including without
|
|
1742
|
-
limitation the rights to use, copy, modify, merge,
|
|
1743
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1744
|
-
the Software, and to permit persons to whom the Software
|
|
1745
|
-
is furnished to do so, subject to the following
|
|
1746
|
-
conditions:
|
|
1657
|
+
Copyright (c) 2017 Ted Driggs
|
|
1747
1658
|
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1659
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1660
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1661
|
+
in the Software without restriction, including without limitation the rights
|
|
1662
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1663
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1664
|
+
furnished to do so, subject to the following conditions:
|
|
1751
1665
|
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
IN
|
|
1760
|
-
|
|
1666
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1667
|
+
copies or substantial portions of the Software.
|
|
1668
|
+
|
|
1669
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1670
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1671
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1672
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1673
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1674
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1675
|
+
SOFTWARE.
|
|
1761
1676
|
|
|
1762
1677
|
````
|
|
1763
1678
|
|
|
@@ -1767,10 +1682,42 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1767
1682
|
|
|
1768
1683
|
### Rust Crates:
|
|
1769
1684
|
|
|
1770
|
-
- [
|
|
1685
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
1771
1686
|
|
|
1772
1687
|
````text
|
|
1773
|
-
|
|
1688
|
+
MIT License
|
|
1689
|
+
|
|
1690
|
+
Copyright (c) 2025 rutrum
|
|
1691
|
+
|
|
1692
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1693
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1694
|
+
in the Software without restriction, including without limitation the rights
|
|
1695
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1696
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1697
|
+
furnished to do so, subject to the following conditions:
|
|
1698
|
+
|
|
1699
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1700
|
+
copies or substantial portions of the Software.
|
|
1701
|
+
|
|
1702
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1703
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1704
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1705
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1706
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1707
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1708
|
+
SOFTWARE.
|
|
1709
|
+
````
|
|
1710
|
+
|
|
1711
|
+
---
|
|
1712
|
+
|
|
1713
|
+
## The following dependencies are licensed under the MIT License:
|
|
1714
|
+
|
|
1715
|
+
### Rust Crates:
|
|
1716
|
+
|
|
1717
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
1718
|
+
|
|
1719
|
+
````text
|
|
1720
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
1774
1721
|
|
|
1775
1722
|
Permission is hereby granted, free of charge, to any
|
|
1776
1723
|
person obtaining a copy of this software and associated
|
|
@@ -1804,11 +1751,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1804
1751
|
|
|
1805
1752
|
### Rust Crates:
|
|
1806
1753
|
|
|
1807
|
-
- [
|
|
1754
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
1808
1755
|
|
|
1809
1756
|
````text
|
|
1810
|
-
Copyright
|
|
1811
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1757
|
+
Copyright 2023 The Fuchsia Authors
|
|
1812
1758
|
|
|
1813
1759
|
Permission is hereby granted, free of charge, to any
|
|
1814
1760
|
person obtaining a copy of this software and associated
|
|
@@ -1834,6 +1780,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1834
1780
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1835
1781
|
DEALINGS IN THE SOFTWARE.
|
|
1836
1782
|
|
|
1783
|
+
|
|
1837
1784
|
````
|
|
1838
1785
|
|
|
1839
1786
|
---
|
|
@@ -1842,10 +1789,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1842
1789
|
|
|
1843
1790
|
### Rust Crates:
|
|
1844
1791
|
|
|
1845
|
-
- [
|
|
1792
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
1793
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
1846
1794
|
|
|
1847
1795
|
````text
|
|
1848
|
-
Copyright (c)
|
|
1796
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
1849
1797
|
|
|
1850
1798
|
Permission is hereby granted, free of charge, to any
|
|
1851
1799
|
person obtaining a copy of this software and associated
|
|
@@ -1879,10 +1827,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1879
1827
|
|
|
1880
1828
|
### Rust Crates:
|
|
1881
1829
|
|
|
1882
|
-
- [
|
|
1830
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
1883
1831
|
|
|
1884
1832
|
````text
|
|
1885
|
-
|
|
1833
|
+
MIT License
|
|
1834
|
+
|
|
1835
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
1836
|
+
Copyright (c) Tokio Contributors
|
|
1886
1837
|
|
|
1887
1838
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1888
1839
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1891,16 +1842,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1891
1842
|
copies of the Software, and to permit persons to whom the Software is
|
|
1892
1843
|
furnished to do so, subject to the following conditions:
|
|
1893
1844
|
|
|
1894
|
-
The above copyright notice and this permission notice shall be included in
|
|
1895
|
-
|
|
1845
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1846
|
+
copies or substantial portions of the Software.
|
|
1896
1847
|
|
|
1897
1848
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1898
1849
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1899
1850
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1900
1851
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1901
1852
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1902
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1903
|
-
|
|
1853
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1854
|
+
SOFTWARE.
|
|
1904
1855
|
|
|
1905
1856
|
````
|
|
1906
1857
|
|
|
@@ -1910,32 +1861,19 @@ THE SOFTWARE.
|
|
|
1910
1861
|
|
|
1911
1862
|
### Rust Crates:
|
|
1912
1863
|
|
|
1913
|
-
- [
|
|
1914
|
-
- [
|
|
1915
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1864
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
1865
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
1916
1866
|
|
|
1917
1867
|
````text
|
|
1918
|
-
MIT License
|
|
1868
|
+
The MIT License (MIT)
|
|
1919
1869
|
|
|
1920
|
-
Copyright
|
|
1870
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
1921
1871
|
|
|
1922
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1923
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1924
|
-
in the Software without restriction, including without limitation the rights
|
|
1925
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1926
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1927
|
-
furnished to do so, subject to the following conditions:
|
|
1872
|
+
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:
|
|
1928
1873
|
|
|
1929
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1930
|
-
copies or substantial portions of the Software.
|
|
1874
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1931
1875
|
|
|
1932
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1933
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1934
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1935
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1936
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1937
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1938
|
-
SOFTWARE.
|
|
1876
|
+
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.
|
|
1939
1877
|
|
|
1940
1878
|
````
|
|
1941
1879
|
|
|
@@ -1945,10 +1883,19 @@ SOFTWARE.
|
|
|
1945
1883
|
|
|
1946
1884
|
### Rust Crates:
|
|
1947
1885
|
|
|
1948
|
-
- [
|
|
1886
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1887
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1888
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1889
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1890
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1891
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1892
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1893
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1894
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1949
1895
|
|
|
1950
1896
|
````text
|
|
1951
|
-
Copyright
|
|
1897
|
+
Copyright (c) 2016 Alex Crichton
|
|
1898
|
+
Copyright (c) 2017 The Tokio Authors
|
|
1952
1899
|
|
|
1953
1900
|
Permission is hereby granted, free of charge, to any
|
|
1954
1901
|
person obtaining a copy of this software and associated
|
|
@@ -1974,7 +1921,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1974
1921
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1975
1922
|
DEALINGS IN THE SOFTWARE.
|
|
1976
1923
|
|
|
1977
|
-
|
|
1978
1924
|
````
|
|
1979
1925
|
|
|
1980
1926
|
---
|
|
@@ -1983,31 +1929,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1983
1929
|
|
|
1984
1930
|
### NPM Packages:
|
|
1985
1931
|
|
|
1986
|
-
- [
|
|
1987
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
1932
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
1988
1933
|
|
|
1989
1934
|
````text
|
|
1990
|
-
|
|
1935
|
+
MIT License
|
|
1991
1936
|
|
|
1992
|
-
|
|
1937
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
1993
1938
|
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
1939
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1940
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1941
|
+
in the Software without restriction, including without limitation the rights
|
|
1942
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1943
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1944
|
+
furnished to do so, subject to the following conditions:
|
|
2000
1945
|
|
|
2001
|
-
|
|
2002
|
-
|
|
1946
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1947
|
+
copies or substantial portions of the Software.
|
|
2003
1948
|
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
1949
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1950
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1951
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1952
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1953
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1954
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1955
|
+
SOFTWARE.
|
|
1956
|
+
|
|
1957
|
+
[others]: https://github.com/json5/json5/contributors
|
|
2011
1958
|
|
|
2012
1959
|
````
|
|
2013
1960
|
|
|
@@ -2017,11 +1964,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2017
1964
|
|
|
2018
1965
|
### Rust Crates:
|
|
2019
1966
|
|
|
2020
|
-
- [
|
|
1967
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
2021
1968
|
|
|
2022
1969
|
````text
|
|
2023
|
-
Copyright (c) 2018-
|
|
2024
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1970
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
2025
1971
|
|
|
2026
1972
|
Permission is hereby granted, free of charge, to any
|
|
2027
1973
|
person obtaining a copy of this software and associated
|
|
@@ -2055,19 +2001,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2055
2001
|
|
|
2056
2002
|
### Rust Crates:
|
|
2057
2003
|
|
|
2058
|
-
- [
|
|
2059
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2060
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2061
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2062
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2063
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2064
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2065
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2066
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2004
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
2067
2005
|
|
|
2068
2006
|
````text
|
|
2069
|
-
Copyright (c) 2016
|
|
2070
|
-
|
|
2007
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
2008
|
+
|
|
2009
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2010
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2011
|
+
in the Software without restriction, including without limitation the rights
|
|
2012
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2013
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2014
|
+
furnished to do so, subject to the following conditions:
|
|
2015
|
+
|
|
2016
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2017
|
+
copies or substantial portions of the Software.
|
|
2018
|
+
|
|
2019
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2020
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2021
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2022
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2023
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2024
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2025
|
+
SOFTWARE.
|
|
2026
|
+
|
|
2027
|
+
````
|
|
2028
|
+
|
|
2029
|
+
---
|
|
2030
|
+
|
|
2031
|
+
## The following dependencies are licensed under the MIT License:
|
|
2032
|
+
|
|
2033
|
+
### Rust Crates:
|
|
2034
|
+
|
|
2035
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
2036
|
+
|
|
2037
|
+
````text
|
|
2038
|
+
Copyright (c) 2017 Carl Lerche
|
|
2039
|
+
Copyright (c) 2018 Bastian Köcher
|
|
2040
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2071
2041
|
|
|
2072
2042
|
Permission is hereby granted, free of charge, to any
|
|
2073
2043
|
person obtaining a copy of this software and associated
|
|
@@ -2101,11 +2071,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2101
2071
|
|
|
2102
2072
|
### Rust Crates:
|
|
2103
2073
|
|
|
2104
|
-
- [
|
|
2105
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2074
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
2106
2075
|
|
|
2107
2076
|
````text
|
|
2108
|
-
|
|
2077
|
+
The MIT License (MIT)
|
|
2078
|
+
|
|
2079
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
2109
2080
|
|
|
2110
2081
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2111
2082
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2114,16 +2085,46 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2114
2085
|
copies of the Software, and to permit persons to whom the Software is
|
|
2115
2086
|
furnished to do so, subject to the following conditions:
|
|
2116
2087
|
|
|
2117
|
-
The above copyright notice and this permission notice shall be included in
|
|
2118
|
-
copies or substantial portions of the Software.
|
|
2088
|
+
The above copyright notice and this permission notice shall be included in
|
|
2089
|
+
all copies or substantial portions of the Software.
|
|
2119
2090
|
|
|
2120
2091
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2121
2092
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2122
2093
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2123
2094
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2124
2095
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2125
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2126
|
-
SOFTWARE.
|
|
2096
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2097
|
+
THE SOFTWARE.
|
|
2098
|
+
|
|
2099
|
+
````
|
|
2100
|
+
|
|
2101
|
+
---
|
|
2102
|
+
|
|
2103
|
+
## The following dependencies are licensed under the MIT License:
|
|
2104
|
+
|
|
2105
|
+
### Rust Crates:
|
|
2106
|
+
|
|
2107
|
+
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
2108
|
+
|
|
2109
|
+
````text
|
|
2110
|
+
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
2111
|
+
|
|
2112
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2113
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2114
|
+
the Software without restriction, including without limitation the rights to
|
|
2115
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2116
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2117
|
+
subject to the following conditions:
|
|
2118
|
+
|
|
2119
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2120
|
+
copies or substantial portions of the Software.
|
|
2121
|
+
|
|
2122
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2123
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2124
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
2125
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
2126
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2127
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2127
2128
|
|
|
2128
2129
|
````
|
|
2129
2130
|
|
|
@@ -2164,13 +2165,17 @@ THE SOFTWARE.
|
|
|
2164
2165
|
|
|
2165
2166
|
### Rust Crates:
|
|
2166
2167
|
|
|
2167
|
-
- [
|
|
2168
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
2168
2169
|
|
|
2169
2170
|
````text
|
|
2170
|
-
|
|
2171
|
+
Copyright (c) 2016 The humantime Developers
|
|
2172
|
+
|
|
2173
|
+
Includes parts of http date with the following copyright:
|
|
2174
|
+
Copyright (c) 2016 Pyfisch
|
|
2175
|
+
|
|
2176
|
+
Includes portions of musl libc with the following copyright:
|
|
2177
|
+
Copyright © 2005-2013 Rich Felker
|
|
2171
2178
|
|
|
2172
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
2173
|
-
Copyright (c) Tokio Contributors
|
|
2174
2179
|
|
|
2175
2180
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2176
2181
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2198,11 +2203,9 @@ SOFTWARE.
|
|
|
2198
2203
|
|
|
2199
2204
|
### Rust Crates:
|
|
2200
2205
|
|
|
2201
|
-
- [
|
|
2206
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
2202
2207
|
|
|
2203
2208
|
````text
|
|
2204
|
-
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
2205
|
-
|
|
2206
2209
|
Permission is hereby granted, free of charge, to any
|
|
2207
2210
|
person obtaining a copy of this software and associated
|
|
2208
2211
|
documentation files (the "Software"), to deal in the
|
|
@@ -2211,53 +2214,21 @@ limitation the rights to use, copy, modify, merge,
|
|
|
2211
2214
|
publish, distribute, sublicense, and/or sell copies of
|
|
2212
2215
|
the Software, and to permit persons to whom the Software
|
|
2213
2216
|
is furnished to do so, subject to the following
|
|
2214
|
-
conditions:
|
|
2215
|
-
|
|
2216
|
-
The above copyright notice and this permission notice
|
|
2217
|
-
shall be included in all copies or substantial portions
|
|
2218
|
-
of the Software.
|
|
2219
|
-
|
|
2220
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2221
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2222
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2223
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2224
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2225
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2226
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2227
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2228
|
-
DEALINGS IN THE SOFTWARE.
|
|
2229
|
-
|
|
2230
|
-
````
|
|
2231
|
-
|
|
2232
|
-
---
|
|
2233
|
-
|
|
2234
|
-
## The following dependencies are licensed under the MIT License:
|
|
2235
|
-
|
|
2236
|
-
### Rust Crates:
|
|
2237
|
-
|
|
2238
|
-
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
2239
|
-
|
|
2240
|
-
````text
|
|
2241
|
-
Copyright (c) 2014-2026 Sean McArthur
|
|
2242
|
-
|
|
2243
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2244
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2245
|
-
in the Software without restriction, including without limitation the rights
|
|
2246
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2247
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2248
|
-
furnished to do so, subject to the following conditions:
|
|
2249
|
-
|
|
2250
|
-
The above copyright notice and this permission notice shall be included in
|
|
2251
|
-
all copies or substantial portions of the Software.
|
|
2252
|
-
|
|
2253
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2254
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2255
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2256
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2257
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2258
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2259
|
-
THE SOFTWARE.
|
|
2217
|
+
conditions:
|
|
2218
|
+
|
|
2219
|
+
The above copyright notice and this permission notice
|
|
2220
|
+
shall be included in all copies or substantial portions
|
|
2221
|
+
of the Software.
|
|
2260
2222
|
|
|
2223
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2224
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2225
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2226
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2227
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2228
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2229
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2230
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2231
|
+
DEALINGS IN THE SOFTWARE.
|
|
2261
2232
|
````
|
|
2262
2233
|
|
|
2263
2234
|
---
|
|
@@ -2266,10 +2237,12 @@ THE SOFTWARE.
|
|
|
2266
2237
|
|
|
2267
2238
|
### Rust Crates:
|
|
2268
2239
|
|
|
2269
|
-
- [
|
|
2240
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2270
2241
|
|
|
2271
2242
|
````text
|
|
2272
|
-
|
|
2243
|
+
MIT License
|
|
2244
|
+
|
|
2245
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2273
2246
|
|
|
2274
2247
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2275
2248
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2278,17 +2251,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2278
2251
|
copies of the Software, and to permit persons to whom the Software is
|
|
2279
2252
|
furnished to do so, subject to the following conditions:
|
|
2280
2253
|
|
|
2281
|
-
The above copyright notice and this permission notice shall be included in
|
|
2282
|
-
|
|
2254
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2255
|
+
copies or substantial portions of the Software.
|
|
2283
2256
|
|
|
2284
2257
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2285
2258
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2286
2259
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2287
2260
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2288
2261
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2289
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2290
|
-
|
|
2291
|
-
|
|
2262
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2263
|
+
SOFTWARE.
|
|
2292
2264
|
|
|
2293
2265
|
````
|
|
2294
2266
|
|
|
@@ -2298,10 +2270,10 @@ THE SOFTWARE.
|
|
|
2298
2270
|
|
|
2299
2271
|
### Rust Crates:
|
|
2300
2272
|
|
|
2301
|
-
- [
|
|
2273
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
2302
2274
|
|
|
2303
2275
|
````text
|
|
2304
|
-
Copyright (c)
|
|
2276
|
+
Copyright (c) 2016--2023
|
|
2305
2277
|
|
|
2306
2278
|
Permission is hereby granted, free of charge, to any
|
|
2307
2279
|
person obtaining a copy of this software and associated
|
|
@@ -2326,6 +2298,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2326
2298
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2327
2299
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2328
2300
|
DEALINGS IN THE SOFTWARE.
|
|
2301
|
+
|
|
2329
2302
|
````
|
|
2330
2303
|
|
|
2331
2304
|
---
|
|
@@ -2334,10 +2307,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2334
2307
|
|
|
2335
2308
|
### Rust Crates:
|
|
2336
2309
|
|
|
2337
|
-
- [
|
|
2310
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
2338
2311
|
|
|
2339
2312
|
````text
|
|
2340
|
-
Copyright (c)
|
|
2313
|
+
Copyright (c) 2017 Robert Grosse
|
|
2341
2314
|
|
|
2342
2315
|
Permission is hereby granted, free of charge, to any
|
|
2343
2316
|
person obtaining a copy of this software and associated
|
|
@@ -2362,75 +2335,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2362
2335
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2363
2336
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2364
2337
|
DEALINGS IN THE SOFTWARE.
|
|
2365
|
-
|
|
2366
|
-
````
|
|
2367
|
-
|
|
2368
|
-
---
|
|
2369
|
-
|
|
2370
|
-
## The following dependencies are licensed under the MIT License:
|
|
2371
|
-
|
|
2372
|
-
### Rust Crates:
|
|
2373
|
-
|
|
2374
|
-
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
2375
|
-
|
|
2376
|
-
````text
|
|
2377
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
2378
|
-
Copyright (c) 2016 Jason Housley
|
|
2379
|
-
|
|
2380
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2381
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2382
|
-
in the Software without restriction, including without limitation the rights
|
|
2383
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2384
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2385
|
-
furnished to do so, subject to the following conditions:
|
|
2386
|
-
|
|
2387
|
-
The above copyright notice and this permission notice shall be included in
|
|
2388
|
-
all copies or substantial portions of the Software.
|
|
2389
|
-
|
|
2390
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2391
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2392
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2393
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2394
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2395
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2396
|
-
THE SOFTWARE.
|
|
2397
|
-
|
|
2398
|
-
````
|
|
2399
|
-
|
|
2400
|
-
---
|
|
2401
|
-
|
|
2402
|
-
## The following dependencies are licensed under the MIT License:
|
|
2403
|
-
|
|
2404
|
-
### Rust Crates:
|
|
2405
|
-
|
|
2406
|
-
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
2407
|
-
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
2408
|
-
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
2409
|
-
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
2410
|
-
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
2411
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2412
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2413
|
-
|
|
2414
|
-
````text
|
|
2415
|
-
MIT License
|
|
2416
|
-
|
|
2417
|
-
Copyright (c) <year> <copyright holders>
|
|
2418
|
-
|
|
2419
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
2420
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
2421
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2422
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
2423
|
-
following conditions:
|
|
2424
|
-
|
|
2425
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
2426
|
-
portions of the Software.
|
|
2427
|
-
|
|
2428
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
2429
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
2430
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2431
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
2432
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2433
|
-
|
|
2434
2338
|
````
|
|
2435
2339
|
|
|
2436
2340
|
---
|
|
@@ -2439,10 +2343,10 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2439
2343
|
|
|
2440
2344
|
### Rust Crates:
|
|
2441
2345
|
|
|
2442
|
-
- [
|
|
2346
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
2443
2347
|
|
|
2444
2348
|
````text
|
|
2445
|
-
Copyright
|
|
2349
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
2446
2350
|
|
|
2447
2351
|
Permission is hereby granted, free of charge, to any
|
|
2448
2352
|
person obtaining a copy of this software and associated
|
|
@@ -2476,28 +2380,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2476
2380
|
|
|
2477
2381
|
### Rust Crates:
|
|
2478
2382
|
|
|
2479
|
-
- [
|
|
2383
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
2480
2384
|
|
|
2481
2385
|
````text
|
|
2482
|
-
|
|
2386
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
2483
2387
|
|
|
2484
|
-
Permission is hereby granted, free of charge, to any
|
|
2485
|
-
of this software and associated
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2388
|
+
Permission is hereby granted, free of charge, to any
|
|
2389
|
+
person obtaining a copy of this software and associated
|
|
2390
|
+
documentation files (the "Software"), to deal in the
|
|
2391
|
+
Software without restriction, including without
|
|
2392
|
+
limitation the rights to use, copy, modify, merge,
|
|
2393
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2394
|
+
the Software, and to permit persons to whom the Software
|
|
2395
|
+
is furnished to do so, subject to the following
|
|
2396
|
+
conditions:
|
|
2490
2397
|
|
|
2491
|
-
The above copyright notice and this permission notice
|
|
2492
|
-
copies or substantial portions
|
|
2398
|
+
The above copyright notice and this permission notice
|
|
2399
|
+
shall be included in all copies or substantial portions
|
|
2400
|
+
of the Software.
|
|
2493
2401
|
|
|
2494
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2495
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2402
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2403
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2404
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2405
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2406
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2407
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2408
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2409
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2410
|
+
DEALINGS IN THE SOFTWARE.
|
|
2501
2411
|
|
|
2502
2412
|
````
|
|
2503
2413
|
|
|
@@ -2537,55 +2447,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2537
2447
|
|
|
2538
2448
|
### Rust Crates:
|
|
2539
2449
|
|
|
2540
|
-
- [
|
|
2541
|
-
- [
|
|
2542
|
-
|
|
2543
|
-
````text
|
|
2544
|
-
Copyright (c) 2012-2013 Mozilla Foundation
|
|
2545
|
-
|
|
2546
|
-
Permission is hereby granted, free of charge, to any
|
|
2547
|
-
person obtaining a copy of this software and associated
|
|
2548
|
-
documentation files (the "Software"), to deal in the
|
|
2549
|
-
Software without restriction, including without
|
|
2550
|
-
limitation the rights to use, copy, modify, merge,
|
|
2551
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2552
|
-
the Software, and to permit persons to whom the Software
|
|
2553
|
-
is furnished to do so, subject to the following
|
|
2554
|
-
conditions:
|
|
2555
|
-
|
|
2556
|
-
The above copyright notice and this permission notice
|
|
2557
|
-
shall be included in all copies or substantial portions
|
|
2558
|
-
of the Software.
|
|
2559
|
-
|
|
2560
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2561
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2562
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2563
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2564
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2565
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2566
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2567
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2568
|
-
DEALINGS IN THE SOFTWARE.
|
|
2569
|
-
|
|
2570
|
-
````
|
|
2571
|
-
|
|
2572
|
-
---
|
|
2573
|
-
|
|
2574
|
-
## The following dependencies are licensed under the MIT License:
|
|
2575
|
-
|
|
2576
|
-
### Rust Crates:
|
|
2577
|
-
|
|
2578
|
-
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
2450
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
2451
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2579
2452
|
|
|
2580
2453
|
````text
|
|
2581
|
-
Copyright (c)
|
|
2582
|
-
|
|
2583
|
-
Includes parts of http date with the following copyright:
|
|
2584
|
-
Copyright (c) 2016 Pyfisch
|
|
2585
|
-
|
|
2586
|
-
Includes portions of musl libc with the following copyright:
|
|
2587
|
-
Copyright © 2005-2013 Rich Felker
|
|
2588
|
-
|
|
2454
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
2589
2455
|
|
|
2590
2456
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2591
2457
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2613,10 +2479,10 @@ SOFTWARE.
|
|
|
2613
2479
|
|
|
2614
2480
|
### Rust Crates:
|
|
2615
2481
|
|
|
2616
|
-
- [
|
|
2482
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
2617
2483
|
|
|
2618
2484
|
````text
|
|
2619
|
-
Copyright (c)
|
|
2485
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
2620
2486
|
|
|
2621
2487
|
Permission is hereby granted, free of charge, to any
|
|
2622
2488
|
person obtaining a copy of this software and associated
|
|
@@ -2650,13 +2516,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2650
2516
|
|
|
2651
2517
|
### Rust Crates:
|
|
2652
2518
|
|
|
2653
|
-
- [
|
|
2654
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
2655
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
2656
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
2519
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
2657
2520
|
|
|
2658
2521
|
````text
|
|
2659
|
-
Copyright (c)
|
|
2522
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
2660
2523
|
|
|
2661
2524
|
Permission is hereby granted, free of charge, to any
|
|
2662
2525
|
person obtaining a copy of this software and associated
|
|
@@ -2690,37 +2553,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2690
2553
|
|
|
2691
2554
|
### Rust Crates:
|
|
2692
2555
|
|
|
2693
|
-
- [
|
|
2694
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
2556
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
2695
2557
|
|
|
2696
2558
|
````text
|
|
2697
|
-
Copyright (c)
|
|
2698
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2699
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
2559
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
2700
2560
|
|
|
2701
|
-
Permission is hereby granted, free of charge, to any
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
the Software, and to permit persons to whom the Software
|
|
2708
|
-
is furnished to do so, subject to the following
|
|
2709
|
-
conditions:
|
|
2561
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2562
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2563
|
+
in the Software without restriction, including without limitation the rights
|
|
2564
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2565
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2566
|
+
furnished to do so, subject to the following conditions:
|
|
2710
2567
|
|
|
2711
|
-
The above copyright notice and this permission notice
|
|
2712
|
-
|
|
2713
|
-
of the Software.
|
|
2568
|
+
The above copyright notice and this permission notice shall be included in
|
|
2569
|
+
all copies or substantial portions of the Software.
|
|
2714
2570
|
|
|
2715
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2723
|
-
DEALINGS IN THE SOFTWARE.
|
|
2571
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2572
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2573
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2574
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2575
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2576
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2577
|
+
THE SOFTWARE.
|
|
2724
2578
|
|
|
2725
2579
|
````
|
|
2726
2580
|
|
|
@@ -2730,10 +2584,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2730
2584
|
|
|
2731
2585
|
### Rust Crates:
|
|
2732
2586
|
|
|
2733
|
-
- [
|
|
2587
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
2734
2588
|
|
|
2735
2589
|
````text
|
|
2736
|
-
Copyright (c)
|
|
2590
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2591
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2737
2592
|
|
|
2738
2593
|
Permission is hereby granted, free of charge, to any
|
|
2739
2594
|
person obtaining a copy of this software and associated
|
|
@@ -2767,10 +2622,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2767
2622
|
|
|
2768
2623
|
### Rust Crates:
|
|
2769
2624
|
|
|
2770
|
-
- [
|
|
2625
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
2771
2626
|
|
|
2772
2627
|
````text
|
|
2773
|
-
Copyright (c)
|
|
2628
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
2774
2629
|
|
|
2775
2630
|
Permission is hereby granted, free of charge, to any
|
|
2776
2631
|
person obtaining a copy of this software and associated
|
|
@@ -2804,10 +2659,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2804
2659
|
|
|
2805
2660
|
### Rust Crates:
|
|
2806
2661
|
|
|
2807
|
-
- [
|
|
2662
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
2808
2663
|
|
|
2809
2664
|
````text
|
|
2810
|
-
Copyright (c)
|
|
2665
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
2666
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2811
2667
|
|
|
2812
2668
|
Permission is hereby granted, free of charge, to any
|
|
2813
2669
|
person obtaining a copy of this software and associated
|
|
@@ -2841,39 +2697,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2841
2697
|
|
|
2842
2698
|
### Rust Crates:
|
|
2843
2699
|
|
|
2844
|
-
- [
|
|
2845
|
-
- [
|
|
2846
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
2847
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2848
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
2849
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
2850
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
2851
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
2852
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
2853
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2854
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2855
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
2856
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
2857
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
2858
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
2859
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2860
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2861
|
-
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
2862
|
-
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
2863
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
2864
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
2865
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
2866
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
2867
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
2868
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
2869
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2870
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2871
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2872
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2873
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
2874
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
2700
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
2701
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
2875
2702
|
|
|
2876
2703
|
````text
|
|
2704
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
2705
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2706
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
2707
|
+
|
|
2877
2708
|
Permission is hereby granted, free of charge, to any
|
|
2878
2709
|
person obtaining a copy of this software and associated
|
|
2879
2710
|
documentation files (the "Software"), to deal in the
|
|
@@ -2906,12 +2737,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2906
2737
|
|
|
2907
2738
|
### Rust Crates:
|
|
2908
2739
|
|
|
2909
|
-
- [
|
|
2740
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
2741
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2742
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2910
2743
|
|
|
2911
2744
|
````text
|
|
2912
2745
|
MIT License
|
|
2913
2746
|
|
|
2914
|
-
Copyright (c)
|
|
2747
|
+
Copyright (c) Tokio Contributors
|
|
2915
2748
|
|
|
2916
2749
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2917
2750
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2939,133 +2772,28 @@ SOFTWARE.
|
|
|
2939
2772
|
|
|
2940
2773
|
### Rust Crates:
|
|
2941
2774
|
|
|
2942
|
-
- [
|
|
2943
|
-
|
|
2944
|
-
````text
|
|
2945
|
-
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
2946
|
-
|
|
2947
|
-
Permission is hereby granted, free of charge, to any
|
|
2948
|
-
person obtaining a copy of this software and associated
|
|
2949
|
-
documentation files (the "Software"), to deal in the
|
|
2950
|
-
Software without restriction, including without
|
|
2951
|
-
limitation the rights to use, copy, modify, merge,
|
|
2952
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2953
|
-
the Software, and to permit persons to whom the Software
|
|
2954
|
-
is furnished to do so, subject to the following
|
|
2955
|
-
conditions:
|
|
2956
|
-
|
|
2957
|
-
The above copyright notice and this permission notice
|
|
2958
|
-
shall be included in all copies or substantial portions
|
|
2959
|
-
of the Software.
|
|
2960
|
-
|
|
2961
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2962
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2963
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2964
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2965
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2966
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2967
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2968
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2969
|
-
DEALINGS IN THE SOFTWARE.
|
|
2970
|
-
|
|
2971
|
-
````
|
|
2972
|
-
|
|
2973
|
-
---
|
|
2974
|
-
|
|
2975
|
-
## The following dependencies are licensed under the MIT License:
|
|
2976
|
-
|
|
2977
|
-
### Rust Crates:
|
|
2978
|
-
|
|
2979
|
-
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
2980
|
-
|
|
2981
|
-
````text
|
|
2982
|
-
The MIT License (MIT)
|
|
2983
|
-
|
|
2984
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
2985
|
-
|
|
2986
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2987
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2988
|
-
in the Software without restriction, including without limitation the rights
|
|
2989
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2990
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2991
|
-
furnished to do so, subject to the following conditions:
|
|
2992
|
-
|
|
2993
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2994
|
-
copies or substantial portions of the Software.
|
|
2995
|
-
|
|
2996
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2997
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2998
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2999
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3000
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3001
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3002
|
-
SOFTWARE.
|
|
3003
|
-
````
|
|
3004
|
-
|
|
3005
|
-
---
|
|
3006
|
-
|
|
3007
|
-
## The following dependencies are licensed under the MIT License:
|
|
3008
|
-
|
|
3009
|
-
### Rust Crates:
|
|
3010
|
-
|
|
3011
|
-
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
2775
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
3012
2776
|
|
|
3013
2777
|
````text
|
|
3014
|
-
Copyright
|
|
2778
|
+
Copyright (c) 2019 Eliza Weisman
|
|
3015
2779
|
|
|
3016
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3017
|
-
this software and associated documentation files (the "Software"), to deal
|
|
3018
|
-
the Software without restriction, including without limitation the rights
|
|
3019
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3020
|
-
the Software, and to permit persons to whom the Software is
|
|
3021
|
-
subject to the following conditions:
|
|
2780
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2781
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2782
|
+
in the Software without restriction, including without limitation the rights
|
|
2783
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2784
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2785
|
+
furnished to do so, subject to the following conditions:
|
|
3022
2786
|
|
|
3023
|
-
The above copyright notice and this permission notice shall be included in
|
|
3024
|
-
copies or substantial portions of the Software.
|
|
2787
|
+
The above copyright notice and this permission notice shall be included in
|
|
2788
|
+
all copies or substantial portions of the Software.
|
|
3025
2789
|
|
|
3026
2790
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3027
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3028
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3029
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3030
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3031
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3032
|
-
|
|
3033
|
-
````
|
|
3034
|
-
|
|
3035
|
-
---
|
|
3036
|
-
|
|
3037
|
-
## The following dependencies are licensed under the MIT License:
|
|
3038
|
-
|
|
3039
|
-
### Rust Crates:
|
|
3040
|
-
|
|
3041
|
-
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
3042
|
-
|
|
3043
|
-
````text
|
|
3044
|
-
Copyright (c) 2016 Anthony Ramine
|
|
3045
|
-
|
|
3046
|
-
Permission is hereby granted, free of charge, to any
|
|
3047
|
-
person obtaining a copy of this software and associated
|
|
3048
|
-
documentation files (the "Software"), to deal in the
|
|
3049
|
-
Software without restriction, including without
|
|
3050
|
-
limitation the rights to use, copy, modify, merge,
|
|
3051
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3052
|
-
the Software, and to permit persons to whom the Software
|
|
3053
|
-
is furnished to do so, subject to the following
|
|
3054
|
-
conditions:
|
|
3055
|
-
|
|
3056
|
-
The above copyright notice and this permission notice
|
|
3057
|
-
shall be included in all copies or substantial portions
|
|
3058
|
-
of the Software.
|
|
3059
|
-
|
|
3060
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3061
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3062
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3063
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3064
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3065
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3066
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3067
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3068
|
-
DEALINGS IN THE SOFTWARE.
|
|
2791
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2792
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2793
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2794
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2795
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2796
|
+
THE SOFTWARE.
|
|
3069
2797
|
|
|
3070
2798
|
````
|
|
3071
2799
|
|
|
@@ -3075,10 +2803,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3075
2803
|
|
|
3076
2804
|
### Rust Crates:
|
|
3077
2805
|
|
|
3078
|
-
- [
|
|
2806
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
3079
2807
|
|
|
3080
2808
|
````text
|
|
3081
|
-
Copyright (c)
|
|
2809
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
3082
2810
|
|
|
3083
2811
|
Permission is hereby granted, free of charge, to any
|
|
3084
2812
|
person obtaining a copy of this software and associated
|
|
@@ -3112,12 +2840,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3112
2840
|
|
|
3113
2841
|
### Rust Crates:
|
|
3114
2842
|
|
|
3115
|
-
- [
|
|
2843
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
3116
2844
|
|
|
3117
2845
|
````text
|
|
3118
|
-
|
|
2846
|
+
MIT License
|
|
3119
2847
|
|
|
3120
|
-
Copyright (c)
|
|
2848
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
3121
2849
|
|
|
3122
2850
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3123
2851
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3145,10 +2873,10 @@ SOFTWARE.
|
|
|
3145
2873
|
|
|
3146
2874
|
### Rust Crates:
|
|
3147
2875
|
|
|
3148
|
-
- [
|
|
2876
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
3149
2877
|
|
|
3150
2878
|
````text
|
|
3151
|
-
Copyright (c)
|
|
2879
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
3152
2880
|
|
|
3153
2881
|
Permission is hereby granted, free of charge, to any
|
|
3154
2882
|
person obtaining a copy of this software and associated
|
|
@@ -3182,10 +2910,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3182
2910
|
|
|
3183
2911
|
### Rust Crates:
|
|
3184
2912
|
|
|
3185
|
-
- [
|
|
2913
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
3186
2914
|
|
|
3187
2915
|
````text
|
|
3188
|
-
Copyright (c)
|
|
2916
|
+
Copyright (c) 2015 Steven Allen
|
|
3189
2917
|
|
|
3190
2918
|
Permission is hereby granted, free of charge, to any
|
|
3191
2919
|
person obtaining a copy of this software and associated
|
|
@@ -3251,10 +2979,13 @@ THE SOFTWARE.
|
|
|
3251
2979
|
|
|
3252
2980
|
### Rust Crates:
|
|
3253
2981
|
|
|
3254
|
-
- [
|
|
2982
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
3255
2983
|
|
|
3256
2984
|
````text
|
|
3257
|
-
|
|
2985
|
+
The MIT License (MIT)
|
|
2986
|
+
|
|
2987
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
2988
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
3258
2989
|
|
|
3259
2990
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3260
2991
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3282,10 +3013,47 @@ SOFTWARE.
|
|
|
3282
3013
|
|
|
3283
3014
|
### Rust Crates:
|
|
3284
3015
|
|
|
3285
|
-
- [
|
|
3016
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
3017
|
+
|
|
3018
|
+
````text
|
|
3019
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
3020
|
+
|
|
3021
|
+
Permission is hereby granted, free of charge, to any
|
|
3022
|
+
person obtaining a copy of this software and associated
|
|
3023
|
+
documentation files (the "Software"), to deal in the
|
|
3024
|
+
Software without restriction, including without
|
|
3025
|
+
limitation the rights to use, copy, modify, merge,
|
|
3026
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3027
|
+
the Software, and to permit persons to whom the Software
|
|
3028
|
+
is furnished to do so, subject to the following
|
|
3029
|
+
conditions:
|
|
3030
|
+
|
|
3031
|
+
The above copyright notice and this permission notice
|
|
3032
|
+
shall be included in all copies or substantial portions
|
|
3033
|
+
of the Software.
|
|
3034
|
+
|
|
3035
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3036
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3037
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3038
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3039
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3040
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3041
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3042
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3043
|
+
DEALINGS IN THE SOFTWARE.
|
|
3044
|
+
|
|
3045
|
+
````
|
|
3046
|
+
|
|
3047
|
+
---
|
|
3048
|
+
|
|
3049
|
+
## The following dependencies are licensed under the MIT License:
|
|
3050
|
+
|
|
3051
|
+
### Rust Crates:
|
|
3052
|
+
|
|
3053
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
3286
3054
|
|
|
3287
3055
|
````text
|
|
3288
|
-
Copyright (c)
|
|
3056
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
3289
3057
|
|
|
3290
3058
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3291
3059
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3314,14 +3082,14 @@ THE SOFTWARE.
|
|
|
3314
3082
|
|
|
3315
3083
|
### Rust Crates:
|
|
3316
3084
|
|
|
3317
|
-
- [
|
|
3318
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3319
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3085
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
3320
3086
|
|
|
3321
3087
|
````text
|
|
3322
|
-
MIT License
|
|
3088
|
+
The MIT License (MIT)
|
|
3323
3089
|
|
|
3324
|
-
Copyright (c)
|
|
3090
|
+
Copyright (c) 2015 Danny Guo
|
|
3091
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3092
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
3325
3093
|
|
|
3326
3094
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3327
3095
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3349,10 +3117,10 @@ SOFTWARE.
|
|
|
3349
3117
|
|
|
3350
3118
|
### Rust Crates:
|
|
3351
3119
|
|
|
3352
|
-
- [
|
|
3120
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
3353
3121
|
|
|
3354
3122
|
````text
|
|
3355
|
-
Copyright (c) The
|
|
3123
|
+
Copyright (c) The Rust Project Developers
|
|
3356
3124
|
|
|
3357
3125
|
Permission is hereby granted, free of charge, to any
|
|
3358
3126
|
person obtaining a copy of this software and associated
|
|
@@ -3386,66 +3154,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3386
3154
|
|
|
3387
3155
|
### Rust Crates:
|
|
3388
3156
|
|
|
3389
|
-
- [
|
|
3390
|
-
|
|
3391
|
-
````text
|
|
3392
|
-
The MIT License (MIT)
|
|
3393
|
-
|
|
3394
|
-
Copyright (c) 2015 Danny Guo
|
|
3395
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3396
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
3397
|
-
|
|
3398
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3399
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3400
|
-
in the Software without restriction, including without limitation the rights
|
|
3401
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3402
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3403
|
-
furnished to do so, subject to the following conditions:
|
|
3404
|
-
|
|
3405
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3406
|
-
copies or substantial portions of the Software.
|
|
3407
|
-
|
|
3408
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3409
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3410
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3411
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3412
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3413
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3414
|
-
SOFTWARE.
|
|
3415
|
-
|
|
3416
|
-
````
|
|
3417
|
-
|
|
3418
|
-
---
|
|
3419
|
-
|
|
3420
|
-
## The following dependencies are licensed under the MIT License:
|
|
3421
|
-
|
|
3422
|
-
### NPM Packages:
|
|
3423
|
-
|
|
3424
|
-
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
3425
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3157
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
3426
3158
|
|
|
3427
3159
|
````text
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
3160
|
+
Copyright (c) 2017 http-rs authors
|
|
3431
3161
|
|
|
3432
|
-
Permission is hereby granted, free of charge, to any
|
|
3433
|
-
of this software and associated
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3162
|
+
Permission is hereby granted, free of charge, to any
|
|
3163
|
+
person obtaining a copy of this software and associated
|
|
3164
|
+
documentation files (the "Software"), to deal in the
|
|
3165
|
+
Software without restriction, including without
|
|
3166
|
+
limitation the rights to use, copy, modify, merge,
|
|
3167
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3168
|
+
the Software, and to permit persons to whom the Software
|
|
3169
|
+
is furnished to do so, subject to the following
|
|
3170
|
+
conditions:
|
|
3438
3171
|
|
|
3439
|
-
The above copyright notice and this permission notice
|
|
3440
|
-
copies or substantial portions
|
|
3172
|
+
The above copyright notice and this permission notice
|
|
3173
|
+
shall be included in all copies or substantial portions
|
|
3174
|
+
of the Software.
|
|
3441
3175
|
|
|
3442
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3443
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3176
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3177
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3178
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3179
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3180
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3181
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3182
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3183
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3184
|
+
DEALINGS IN THE SOFTWARE.
|
|
3449
3185
|
|
|
3450
3186
|
````
|
|
3451
3187
|
|
|
@@ -3488,33 +3224,35 @@ THE SOFTWARE.
|
|
|
3488
3224
|
|
|
3489
3225
|
## The following dependencies are licensed under the MIT License:
|
|
3490
3226
|
|
|
3491
|
-
###
|
|
3227
|
+
### Rust Crates:
|
|
3492
3228
|
|
|
3493
|
-
- [
|
|
3229
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
3230
|
+
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
3231
|
+
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
3232
|
+
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
3233
|
+
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
3234
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3235
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3494
3236
|
|
|
3495
3237
|
````text
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
3238
|
+
MIT License
|
|
3499
3239
|
|
|
3500
|
-
|
|
3501
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3502
|
-
in the Software without restriction, including without limitation the rights
|
|
3503
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3504
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3505
|
-
furnished to do so, subject to the following conditions:
|
|
3240
|
+
Copyright (c) <year> <copyright holders>
|
|
3506
3241
|
|
|
3507
|
-
|
|
3508
|
-
|
|
3242
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3243
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3244
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3245
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3246
|
+
following conditions:
|
|
3509
3247
|
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3513
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3514
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3515
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3516
|
-
SOFTWARE.
|
|
3248
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3249
|
+
portions of the Software.
|
|
3517
3250
|
|
|
3251
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3252
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3253
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3254
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3255
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3518
3256
|
|
|
3519
3257
|
````
|
|
3520
3258
|
|
|
@@ -3524,29 +3262,34 @@ SOFTWARE.
|
|
|
3524
3262
|
|
|
3525
3263
|
### Rust Crates:
|
|
3526
3264
|
|
|
3527
|
-
- [
|
|
3265
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
3528
3266
|
|
|
3529
3267
|
````text
|
|
3530
|
-
Copyright (c)
|
|
3531
|
-
|
|
3532
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3533
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3534
|
-
in the Software without restriction, including without limitation the rights
|
|
3535
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3536
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3537
|
-
furnished to do so, subject to the following conditions:
|
|
3268
|
+
Copyright (c) The rust-url developers
|
|
3538
3269
|
|
|
3539
|
-
|
|
3540
|
-
|
|
3270
|
+
Permission is hereby granted, free of charge, to any
|
|
3271
|
+
person obtaining a copy of this software and associated
|
|
3272
|
+
documentation files (the "Software"), to deal in the
|
|
3273
|
+
Software without restriction, including without
|
|
3274
|
+
limitation the rights to use, copy, modify, merge,
|
|
3275
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3276
|
+
the Software, and to permit persons to whom the Software
|
|
3277
|
+
is furnished to do so, subject to the following
|
|
3278
|
+
conditions:
|
|
3541
3279
|
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3546
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3547
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3548
|
-
THE SOFTWARE.
|
|
3280
|
+
The above copyright notice and this permission notice
|
|
3281
|
+
shall be included in all copies or substantial portions
|
|
3282
|
+
of the Software.
|
|
3549
3283
|
|
|
3284
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3285
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3286
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3287
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3288
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3289
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3290
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3291
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3292
|
+
DEALINGS IN THE SOFTWARE.
|
|
3550
3293
|
|
|
3551
3294
|
````
|
|
3552
3295
|
|
|
@@ -3556,16 +3299,30 @@ THE SOFTWARE.
|
|
|
3556
3299
|
|
|
3557
3300
|
### Rust Crates:
|
|
3558
3301
|
|
|
3559
|
-
- [
|
|
3302
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
3303
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
3560
3304
|
|
|
3561
3305
|
````text
|
|
3562
|
-
|
|
3306
|
+
The MIT License (MIT)
|
|
3563
3307
|
|
|
3564
|
-
|
|
3308
|
+
Copyright (c) 2015 Steven Fackler
|
|
3565
3309
|
|
|
3566
|
-
|
|
3310
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3311
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3312
|
+
the Software without restriction, including without limitation the rights to
|
|
3313
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3314
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3315
|
+
subject to the following conditions:
|
|
3567
3316
|
|
|
3568
|
-
|
|
3317
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3318
|
+
copies or substantial portions of the Software.
|
|
3319
|
+
|
|
3320
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3321
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3322
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3323
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3324
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3325
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3569
3326
|
|
|
3570
3327
|
````
|
|
3571
3328
|
|
|
@@ -3575,30 +3332,39 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3575
3332
|
|
|
3576
3333
|
### Rust Crates:
|
|
3577
3334
|
|
|
3578
|
-
- [
|
|
3335
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
3336
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3337
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3338
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3339
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3340
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3579
3341
|
|
|
3580
3342
|
````text
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3343
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3584
3344
|
|
|
3585
|
-
Permission is hereby granted, free of charge, to any
|
|
3586
|
-
of this software and associated
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3345
|
+
Permission is hereby granted, free of charge, to any
|
|
3346
|
+
person obtaining a copy of this software and associated
|
|
3347
|
+
documentation files (the "Software"), to deal in the
|
|
3348
|
+
Software without restriction, including without
|
|
3349
|
+
limitation the rights to use, copy, modify, merge,
|
|
3350
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3351
|
+
the Software, and to permit persons to whom the Software
|
|
3352
|
+
is furnished to do so, subject to the following
|
|
3353
|
+
conditions:
|
|
3591
3354
|
|
|
3592
|
-
The above copyright notice and this permission notice
|
|
3593
|
-
copies or substantial portions
|
|
3355
|
+
The above copyright notice and this permission notice
|
|
3356
|
+
shall be included in all copies or substantial portions
|
|
3357
|
+
of the Software.
|
|
3594
3358
|
|
|
3595
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3596
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3359
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3360
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3361
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3362
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3363
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3364
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3365
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3366
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3367
|
+
DEALINGS IN THE SOFTWARE.
|
|
3602
3368
|
|
|
3603
3369
|
````
|
|
3604
3370
|
|
|
@@ -3608,17 +3374,17 @@ SOFTWARE.
|
|
|
3608
3374
|
|
|
3609
3375
|
### Rust Crates:
|
|
3610
3376
|
|
|
3611
|
-
- [
|
|
3377
|
+
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
3378
|
+
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
3379
|
+
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
3380
|
+
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
3612
3381
|
|
|
3613
3382
|
````text
|
|
3614
|
-
Copyright 2016 Nika Layzell
|
|
3615
|
-
|
|
3616
3383
|
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:
|
|
3617
3384
|
|
|
3618
3385
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3619
3386
|
|
|
3620
3387
|
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.
|
|
3621
|
-
|
|
3622
3388
|
````
|
|
3623
3389
|
|
|
3624
3390
|
---
|
|
@@ -3627,10 +3393,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3627
3393
|
|
|
3628
3394
|
### Rust Crates:
|
|
3629
3395
|
|
|
3630
|
-
- [
|
|
3396
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
3631
3397
|
|
|
3632
3398
|
````text
|
|
3633
|
-
Copyright (c) 2019
|
|
3399
|
+
Copyright (c) 2019 Carl Lerche
|
|
3634
3400
|
|
|
3635
3401
|
Permission is hereby granted, free of charge, to any
|
|
3636
3402
|
person obtaining a copy of this software and associated
|
|
@@ -3664,10 +3430,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3664
3430
|
|
|
3665
3431
|
### Rust Crates:
|
|
3666
3432
|
|
|
3667
|
-
- [
|
|
3433
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
3434
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
3435
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
3436
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
3437
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
3438
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
3668
3439
|
|
|
3669
3440
|
````text
|
|
3670
|
-
Copyright (c)
|
|
3441
|
+
Copyright (c) 2019 Tokio Contributors
|
|
3671
3442
|
|
|
3672
3443
|
Permission is hereby granted, free of charge, to any
|
|
3673
3444
|
person obtaining a copy of this software and associated
|
|
@@ -3701,36 +3472,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3701
3472
|
|
|
3702
3473
|
### Rust Crates:
|
|
3703
3474
|
|
|
3704
|
-
- [
|
|
3705
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3706
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3475
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
3707
3476
|
|
|
3708
3477
|
````text
|
|
3709
|
-
Copyright (c)
|
|
3478
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3479
|
+
Copyright (c) 2016 Jason Housley
|
|
3710
3480
|
|
|
3711
|
-
Permission is hereby granted, free of charge, to any
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
the Software, and to permit persons to whom the Software
|
|
3718
|
-
is furnished to do so, subject to the following
|
|
3719
|
-
conditions:
|
|
3481
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3482
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3483
|
+
in the Software without restriction, including without limitation the rights
|
|
3484
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3485
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3486
|
+
furnished to do so, subject to the following conditions:
|
|
3720
3487
|
|
|
3721
|
-
The above copyright notice and this permission notice
|
|
3722
|
-
|
|
3723
|
-
of the Software.
|
|
3488
|
+
The above copyright notice and this permission notice shall be included in
|
|
3489
|
+
all copies or substantial portions of the Software.
|
|
3724
3490
|
|
|
3725
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3733
|
-
DEALINGS IN THE SOFTWARE.
|
|
3491
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3492
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3493
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3494
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3495
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3496
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3497
|
+
THE SOFTWARE.
|
|
3734
3498
|
|
|
3735
3499
|
````
|
|
3736
3500
|
|
|
@@ -3740,10 +3504,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3740
3504
|
|
|
3741
3505
|
### Rust Crates:
|
|
3742
3506
|
|
|
3743
|
-
- [
|
|
3507
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
3744
3508
|
|
|
3745
3509
|
````text
|
|
3746
|
-
|
|
3510
|
+
MIT License
|
|
3511
|
+
|
|
3512
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
3513
|
+
|
|
3514
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3515
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3516
|
+
in the Software without restriction, including without limitation the rights
|
|
3517
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3518
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3519
|
+
furnished to do so, subject to the following conditions:
|
|
3520
|
+
|
|
3521
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3522
|
+
copies or substantial portions of the Software.
|
|
3523
|
+
|
|
3524
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3525
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3526
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3527
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3528
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3529
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3530
|
+
SOFTWARE.
|
|
3531
|
+
|
|
3532
|
+
````
|
|
3533
|
+
|
|
3534
|
+
---
|
|
3535
|
+
|
|
3536
|
+
## The following dependencies are licensed under the MIT License:
|
|
3537
|
+
|
|
3538
|
+
### Rust Crates:
|
|
3539
|
+
|
|
3540
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
3541
|
+
|
|
3542
|
+
````text
|
|
3543
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
3747
3544
|
|
|
3748
3545
|
Permission is hereby granted, free of charge, to any
|
|
3749
3546
|
person obtaining a copy of this software and associated
|
|
@@ -3777,12 +3574,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3777
3574
|
|
|
3778
3575
|
### Rust Crates:
|
|
3779
3576
|
|
|
3780
|
-
- [
|
|
3577
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
3781
3578
|
|
|
3782
3579
|
````text
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
Copyright (c) 2015 Alice Maz
|
|
3580
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
3786
3581
|
|
|
3787
3582
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3788
3583
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3802,6 +3597,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3802
3597
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3803
3598
|
THE SOFTWARE.
|
|
3804
3599
|
|
|
3600
|
+
|
|
3805
3601
|
````
|
|
3806
3602
|
|
|
3807
3603
|
---
|
|
@@ -3810,10 +3606,10 @@ THE SOFTWARE.
|
|
|
3810
3606
|
|
|
3811
3607
|
### Rust Crates:
|
|
3812
3608
|
|
|
3813
|
-
- [
|
|
3609
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
3814
3610
|
|
|
3815
3611
|
````text
|
|
3816
|
-
Copyright (c)
|
|
3612
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
3817
3613
|
|
|
3818
3614
|
Permission is hereby granted, free of charge, to any
|
|
3819
3615
|
person obtaining a copy of this software and associated
|
|
@@ -3847,15 +3643,42 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3847
3643
|
|
|
3848
3644
|
### Rust Crates:
|
|
3849
3645
|
|
|
3850
|
-
- [
|
|
3851
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3852
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3853
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3854
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3855
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3646
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
3856
3647
|
|
|
3857
3648
|
````text
|
|
3858
|
-
|
|
3649
|
+
The MIT License (MIT)
|
|
3650
|
+
|
|
3651
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
3652
|
+
|
|
3653
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3654
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3655
|
+
in the Software without restriction, including without limitation the rights
|
|
3656
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3657
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3658
|
+
furnished to do so, subject to the following conditions:
|
|
3659
|
+
|
|
3660
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3661
|
+
copies or substantial portions of the Software.
|
|
3662
|
+
|
|
3663
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3664
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3665
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3666
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3667
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3668
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3669
|
+
SOFTWARE.
|
|
3670
|
+
````
|
|
3671
|
+
|
|
3672
|
+
---
|
|
3673
|
+
|
|
3674
|
+
## The following dependencies are licensed under the MIT License:
|
|
3675
|
+
|
|
3676
|
+
### Rust Crates:
|
|
3677
|
+
|
|
3678
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
3679
|
+
|
|
3680
|
+
````text
|
|
3681
|
+
Copyright (c) 2017 Contributors
|
|
3859
3682
|
|
|
3860
3683
|
Permission is hereby granted, free of charge, to any
|
|
3861
3684
|
person obtaining a copy of this software and associated
|
|
@@ -3889,12 +3712,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3889
3712
|
|
|
3890
3713
|
### Rust Crates:
|
|
3891
3714
|
|
|
3892
|
-
- [
|
|
3715
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3893
3716
|
|
|
3894
3717
|
````text
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
Copyright (c) 2025 rutrum
|
|
3718
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3898
3719
|
|
|
3899
3720
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3900
3721
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3913,6 +3734,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
3913
3734
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3914
3735
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3915
3736
|
SOFTWARE.
|
|
3737
|
+
|
|
3916
3738
|
````
|
|
3917
3739
|
|
|
3918
3740
|
---
|
|
@@ -3921,12 +3743,12 @@ SOFTWARE.
|
|
|
3921
3743
|
|
|
3922
3744
|
### Rust Crates:
|
|
3923
3745
|
|
|
3924
|
-
- [
|
|
3746
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
3925
3747
|
|
|
3926
3748
|
````text
|
|
3927
|
-
|
|
3749
|
+
MIT License
|
|
3928
3750
|
|
|
3929
|
-
Copyright (c)
|
|
3751
|
+
Copyright (c) 2025 Callum Oakley
|
|
3930
3752
|
|
|
3931
3753
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3932
3754
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3935,16 +3757,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3935
3757
|
copies of the Software, and to permit persons to whom the Software is
|
|
3936
3758
|
furnished to do so, subject to the following conditions:
|
|
3937
3759
|
|
|
3938
|
-
The above copyright notice and this permission notice shall be included in
|
|
3939
|
-
|
|
3760
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3761
|
+
copies or substantial portions of the Software.
|
|
3940
3762
|
|
|
3941
3763
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3942
3764
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3943
3765
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3944
3766
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3945
3767
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3946
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3947
|
-
|
|
3768
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3769
|
+
SOFTWARE.
|
|
3948
3770
|
|
|
3949
3771
|
````
|
|
3950
3772
|
|
|
@@ -3954,28 +3776,35 @@ THE SOFTWARE.
|
|
|
3954
3776
|
|
|
3955
3777
|
### Rust Crates:
|
|
3956
3778
|
|
|
3957
|
-
- [
|
|
3779
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
3958
3780
|
|
|
3959
3781
|
````text
|
|
3960
|
-
Copyright (c)
|
|
3782
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
3783
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3961
3784
|
|
|
3962
|
-
Permission is hereby granted, free of charge, to any
|
|
3963
|
-
of this software and associated
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
3785
|
+
Permission is hereby granted, free of charge, to any
|
|
3786
|
+
person obtaining a copy of this software and associated
|
|
3787
|
+
documentation files (the "Software"), to deal in the
|
|
3788
|
+
Software without restriction, including without
|
|
3789
|
+
limitation the rights to use, copy, modify, merge,
|
|
3790
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3791
|
+
the Software, and to permit persons to whom the Software
|
|
3792
|
+
is furnished to do so, subject to the following
|
|
3793
|
+
conditions:
|
|
3968
3794
|
|
|
3969
|
-
The above copyright notice and this permission notice
|
|
3970
|
-
all copies or substantial portions
|
|
3795
|
+
The above copyright notice and this permission notice
|
|
3796
|
+
shall be included in all copies or substantial portions
|
|
3797
|
+
of the Software.
|
|
3971
3798
|
|
|
3972
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3973
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3974
|
-
|
|
3975
|
-
|
|
3976
|
-
|
|
3977
|
-
|
|
3978
|
-
|
|
3799
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3800
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3801
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3802
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3803
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3804
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3805
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3806
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3807
|
+
DEALINGS IN THE SOFTWARE.
|
|
3979
3808
|
|
|
3980
3809
|
````
|
|
3981
3810
|
|
|
@@ -3985,19 +3814,68 @@ THE SOFTWARE.
|
|
|
3985
3814
|
|
|
3986
3815
|
### Rust Crates:
|
|
3987
3816
|
|
|
3988
|
-
- [
|
|
3989
|
-
|
|
3817
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
3818
|
+
|
|
3819
|
+
````text
|
|
3820
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
3821
|
+
|
|
3822
|
+
Permission is hereby granted, free of charge, to any
|
|
3823
|
+
person obtaining a copy of this software and associated
|
|
3824
|
+
documentation files (the "Software"), to deal in the
|
|
3825
|
+
Software without restriction, including without
|
|
3826
|
+
limitation the rights to use, copy, modify, merge,
|
|
3827
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3828
|
+
the Software, and to permit persons to whom the Software
|
|
3829
|
+
is furnished to do so, subject to the following
|
|
3830
|
+
conditions:
|
|
3831
|
+
|
|
3832
|
+
The above copyright notice and this permission notice
|
|
3833
|
+
shall be included in all copies or substantial portions
|
|
3834
|
+
of the Software.
|
|
3835
|
+
|
|
3836
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3837
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3838
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3839
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3840
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3841
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3842
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3843
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3844
|
+
DEALINGS IN THE SOFTWARE.
|
|
3845
|
+
|
|
3846
|
+
````
|
|
3847
|
+
|
|
3848
|
+
---
|
|
3849
|
+
|
|
3850
|
+
## The following dependencies are licensed under the MIT License:
|
|
3851
|
+
|
|
3852
|
+
### NPM Packages:
|
|
3853
|
+
|
|
3854
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
3990
3855
|
|
|
3991
3856
|
````text
|
|
3992
3857
|
The MIT License (MIT)
|
|
3993
3858
|
|
|
3994
|
-
Copyright
|
|
3859
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
3995
3860
|
|
|
3996
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3861
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3862
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3863
|
+
in the Software without restriction, including without limitation the rights
|
|
3864
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3865
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3866
|
+
furnished to do so, subject to the following conditions:
|
|
3867
|
+
|
|
3868
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3869
|
+
copies or substantial portions of the Software.
|
|
3997
3870
|
|
|
3998
|
-
|
|
3871
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3872
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3873
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3874
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3875
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3876
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3877
|
+
SOFTWARE.
|
|
3999
3878
|
|
|
4000
|
-
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
3879
|
|
|
4002
3880
|
````
|
|
4003
3881
|
|
|
@@ -4007,10 +3885,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
4007
3885
|
|
|
4008
3886
|
### Rust Crates:
|
|
4009
3887
|
|
|
4010
|
-
- [
|
|
3888
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
4011
3889
|
|
|
4012
3890
|
````text
|
|
4013
|
-
Copyright (c)
|
|
3891
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
4014
3892
|
|
|
4015
3893
|
Permission is hereby granted, free of charge, to any
|
|
4016
3894
|
person obtaining a copy of this software and associated
|
|
@@ -4044,33 +3922,36 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4044
3922
|
|
|
4045
3923
|
### Rust Crates:
|
|
4046
3924
|
|
|
4047
|
-
- [
|
|
4048
|
-
- [
|
|
4049
|
-
- [
|
|
4050
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
3925
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
3926
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3927
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
4051
3928
|
|
|
4052
3929
|
````text
|
|
4053
|
-
The
|
|
4054
|
-
|
|
4055
|
-
Copyright (c) 2015 Andrew Gallant
|
|
3930
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
4056
3931
|
|
|
4057
|
-
Permission is hereby granted, free of charge, to any
|
|
4058
|
-
of this software and associated
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
|
|
3932
|
+
Permission is hereby granted, free of charge, to any
|
|
3933
|
+
person obtaining a copy of this software and associated
|
|
3934
|
+
documentation files (the "Software"), to deal in the
|
|
3935
|
+
Software without restriction, including without
|
|
3936
|
+
limitation the rights to use, copy, modify, merge,
|
|
3937
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3938
|
+
the Software, and to permit persons to whom the Software
|
|
3939
|
+
is furnished to do so, subject to the following
|
|
3940
|
+
conditions:
|
|
4063
3941
|
|
|
4064
|
-
The above copyright notice and this permission notice
|
|
4065
|
-
all copies or substantial portions
|
|
3942
|
+
The above copyright notice and this permission notice
|
|
3943
|
+
shall be included in all copies or substantial portions
|
|
3944
|
+
of the Software.
|
|
4066
3945
|
|
|
4067
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4068
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
|
|
3946
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3947
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3948
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3949
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3950
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3951
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3952
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3953
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3954
|
+
DEALINGS IN THE SOFTWARE.
|
|
4074
3955
|
|
|
4075
3956
|
````
|
|
4076
3957
|
|
|
@@ -4080,10 +3961,10 @@ THE SOFTWARE.
|
|
|
4080
3961
|
|
|
4081
3962
|
### Rust Crates:
|
|
4082
3963
|
|
|
4083
|
-
- [
|
|
3964
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
4084
3965
|
|
|
4085
3966
|
````text
|
|
4086
|
-
Copyright
|
|
3967
|
+
Copyright Mozilla Foundation
|
|
4087
3968
|
|
|
4088
3969
|
Permission is hereby granted, free of charge, to any
|
|
4089
3970
|
person obtaining a copy of this software and associated
|
|
@@ -4117,16 +3998,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4117
3998
|
|
|
4118
3999
|
### Rust Crates:
|
|
4119
4000
|
|
|
4120
|
-
- [
|
|
4001
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
4121
4002
|
|
|
4122
4003
|
````text
|
|
4123
4004
|
MIT License
|
|
4124
4005
|
|
|
4125
|
-
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
4126
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
4127
|
-
Copyright (c) 2017 Frommi
|
|
4128
|
-
Copyright (c) 2017-2024 oyvindln
|
|
4129
|
-
|
|
4130
4006
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4131
4007
|
of this software and associated documentation files (the "Software"), to deal
|
|
4132
4008
|
in the Software without restriction, including without limitation the rights
|
|
@@ -4153,30 +4029,16 @@ SOFTWARE.
|
|
|
4153
4029
|
|
|
4154
4030
|
### Rust Crates:
|
|
4155
4031
|
|
|
4156
|
-
- [
|
|
4032
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
4157
4033
|
|
|
4158
4034
|
````text
|
|
4159
|
-
Copyright
|
|
4160
|
-
Copyright (c) 2016 Alex Crichton
|
|
4161
|
-
|
|
4162
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4163
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4164
|
-
in the Software without restriction, including without limitation the rights
|
|
4165
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4166
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4167
|
-
furnished to do so, subject to the following conditions:
|
|
4035
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
4168
4036
|
|
|
4169
|
-
|
|
4170
|
-
all copies or substantial portions of the Software.
|
|
4037
|
+
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:
|
|
4171
4038
|
|
|
4172
|
-
|
|
4173
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4174
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4175
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4176
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4177
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4178
|
-
THE SOFTWARE.
|
|
4039
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4179
4040
|
|
|
4041
|
+
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.
|
|
4180
4042
|
|
|
4181
4043
|
````
|
|
4182
4044
|
|
|
@@ -4186,10 +4048,10 @@ THE SOFTWARE.
|
|
|
4186
4048
|
|
|
4187
4049
|
### Rust Crates:
|
|
4188
4050
|
|
|
4189
|
-
- [
|
|
4051
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
4190
4052
|
|
|
4191
4053
|
````text
|
|
4192
|
-
Copyright (c)
|
|
4054
|
+
Copyright (c) 2018 Carl Lerche
|
|
4193
4055
|
|
|
4194
4056
|
Permission is hereby granted, free of charge, to any
|
|
4195
4057
|
person obtaining a copy of this software and associated
|
|
@@ -4221,12 +4083,46 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4221
4083
|
|
|
4222
4084
|
## The following dependencies are licensed under the MIT License:
|
|
4223
4085
|
|
|
4086
|
+
### NPM Packages:
|
|
4087
|
+
|
|
4088
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
4089
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
4090
|
+
|
|
4091
|
+
````text
|
|
4092
|
+
MIT License
|
|
4093
|
+
|
|
4094
|
+
Copyright (c) Microsoft Corporation.
|
|
4095
|
+
|
|
4096
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4097
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4098
|
+
in the Software without restriction, including without limitation the rights
|
|
4099
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4100
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4101
|
+
furnished to do so, subject to the following conditions:
|
|
4102
|
+
|
|
4103
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4104
|
+
copies or substantial portions of the Software.
|
|
4105
|
+
|
|
4106
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4107
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4108
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4109
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4110
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4111
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4112
|
+
SOFTWARE
|
|
4113
|
+
|
|
4114
|
+
````
|
|
4115
|
+
|
|
4116
|
+
---
|
|
4117
|
+
|
|
4118
|
+
## The following dependencies are licensed under the MIT License:
|
|
4119
|
+
|
|
4224
4120
|
### Rust Crates:
|
|
4225
4121
|
|
|
4226
|
-
- [
|
|
4122
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
4227
4123
|
|
|
4228
4124
|
````text
|
|
4229
|
-
Copyright (c)
|
|
4125
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
4230
4126
|
|
|
4231
4127
|
Permission is hereby granted, free of charge, to any
|
|
4232
4128
|
person obtaining a copy of this software and associated
|
|
@@ -4260,10 +4156,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4260
4156
|
|
|
4261
4157
|
### Rust Crates:
|
|
4262
4158
|
|
|
4263
|
-
- [
|
|
4159
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
4264
4160
|
|
|
4265
4161
|
````text
|
|
4266
|
-
Copyright (c)
|
|
4162
|
+
Copyright (c) 2014 Chris Wong
|
|
4267
4163
|
|
|
4268
4164
|
Permission is hereby granted, free of charge, to any
|
|
4269
4165
|
person obtaining a copy of this software and associated
|
|
@@ -4297,34 +4193,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4297
4193
|
|
|
4298
4194
|
### Rust Crates:
|
|
4299
4195
|
|
|
4300
|
-
- [
|
|
4196
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
4301
4197
|
|
|
4302
4198
|
````text
|
|
4303
|
-
Copyright (c)
|
|
4199
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
4200
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
4304
4201
|
|
|
4305
|
-
Permission is hereby granted, free of charge, to any
|
|
4306
|
-
|
|
4307
|
-
|
|
4308
|
-
|
|
4309
|
-
|
|
4310
|
-
|
|
4311
|
-
the Software, and to permit persons to whom the Software
|
|
4312
|
-
is furnished to do so, subject to the following
|
|
4313
|
-
conditions:
|
|
4202
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4203
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4204
|
+
in the Software without restriction, including without limitation the rights
|
|
4205
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4206
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4207
|
+
furnished to do so, subject to the following conditions:
|
|
4314
4208
|
|
|
4315
|
-
The above copyright notice and this permission notice
|
|
4316
|
-
|
|
4317
|
-
of the Software.
|
|
4209
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4210
|
+
copies or substantial portions of the Software.
|
|
4318
4211
|
|
|
4319
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4320
|
-
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
|
|
4324
|
-
|
|
4325
|
-
|
|
4326
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4327
|
-
DEALINGS IN THE SOFTWARE.
|
|
4212
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4213
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4214
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4215
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4216
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4217
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4218
|
+
SOFTWARE.
|
|
4328
4219
|
|
|
4329
4220
|
````
|
|
4330
4221
|
|
|
@@ -4334,11 +4225,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4334
4225
|
|
|
4335
4226
|
### Rust Crates:
|
|
4336
4227
|
|
|
4337
|
-
- [
|
|
4228
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
4229
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
4338
4230
|
|
|
4339
4231
|
````text
|
|
4340
|
-
Copyright (c)
|
|
4341
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
4232
|
+
Copyright (c) 2014 Alex Crichton
|
|
4342
4233
|
|
|
4343
4234
|
Permission is hereby granted, free of charge, to any
|
|
4344
4235
|
person obtaining a copy of this software and associated
|
|
@@ -4753,35 +4644,30 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4753
4644
|
|
|
4754
4645
|
---
|
|
4755
4646
|
|
|
4647
|
+
## The following dependencies are licensed under the UNKNOWN License:
|
|
4648
|
+
|
|
4649
|
+
### NPM Packages:
|
|
4650
|
+
|
|
4651
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.5) (0.0.5)
|
|
4652
|
+
|
|
4653
|
+
````text
|
|
4654
|
+
Please refer to the package README for license details.
|
|
4655
|
+
````
|
|
4656
|
+
|
|
4657
|
+
---
|
|
4658
|
+
|
|
4756
4659
|
## The following dependencies are licensed under the Unicode-3.0 License:
|
|
4757
4660
|
|
|
4758
4661
|
### Rust Crates:
|
|
4759
4662
|
|
|
4760
|
-
- [
|
|
4761
|
-
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4762
|
-
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4763
|
-
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4764
|
-
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4765
|
-
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4766
|
-
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4767
|
-
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4768
|
-
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4769
|
-
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4770
|
-
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4771
|
-
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4772
|
-
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4773
|
-
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4774
|
-
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4775
|
-
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4776
|
-
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4777
|
-
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4663
|
+
- [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
|
|
4778
4664
|
|
|
4779
4665
|
````text
|
|
4780
4666
|
UNICODE LICENSE V3
|
|
4781
4667
|
|
|
4782
4668
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4783
4669
|
|
|
4784
|
-
Copyright ©
|
|
4670
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
4785
4671
|
|
|
4786
4672
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4787
4673
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4817,13 +4703,6 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4817
4703
|
dealings in these Data Files or Software without prior written
|
|
4818
4704
|
authorization of the copyright holder.
|
|
4819
4705
|
|
|
4820
|
-
SPDX-License-Identifier: Unicode-3.0
|
|
4821
|
-
|
|
4822
|
-
—
|
|
4823
|
-
|
|
4824
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4825
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4826
|
-
|
|
4827
4706
|
````
|
|
4828
4707
|
|
|
4829
4708
|
---
|
|
@@ -4832,14 +4711,31 @@ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation a
|
|
|
4832
4711
|
|
|
4833
4712
|
### Rust Crates:
|
|
4834
4713
|
|
|
4835
|
-
- [
|
|
4714
|
+
- [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4715
|
+
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4716
|
+
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4717
|
+
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4718
|
+
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4719
|
+
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4720
|
+
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4721
|
+
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4722
|
+
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4723
|
+
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4724
|
+
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4725
|
+
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4726
|
+
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4727
|
+
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4728
|
+
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4729
|
+
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4730
|
+
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4731
|
+
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4836
4732
|
|
|
4837
4733
|
````text
|
|
4838
4734
|
UNICODE LICENSE V3
|
|
4839
4735
|
|
|
4840
4736
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4841
4737
|
|
|
4842
|
-
Copyright ©
|
|
4738
|
+
Copyright © 2020-2024 Unicode, Inc.
|
|
4843
4739
|
|
|
4844
4740
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4845
4741
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4875,5 +4771,12 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4875
4771
|
dealings in these Data Files or Software without prior written
|
|
4876
4772
|
authorization of the copyright holder.
|
|
4877
4773
|
|
|
4774
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
4775
|
+
|
|
4776
|
+
—
|
|
4777
|
+
|
|
4778
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4779
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4780
|
+
|
|
4878
4781
|
````
|
|
4879
4782
|
|