@deveco-codegenie/mcp-darwin-arm64 1.0.1-beta2 → 1.1.0

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.
@@ -0,0 +1,4698 @@
1
+ # SUMMARY
2
+
3
+ **Total Dependencies:** 211
4
+
5
+ - **Rust Crates:** 197 *(By cargo-about)*
6
+ - **NPM Packages:** 14 *(By license-checker-rseidelsohn)*
7
+
8
+ ### Licenses Breakdown:
9
+
10
+ - MIT: 177
11
+ - Unicode-3.0: 19
12
+ - Apache-2.0: 7
13
+ - 0BSD: 3
14
+ - BSD-3-Clause: 2
15
+ - ISC: 2
16
+ - MPL-2.0: 1
17
+
18
+
19
+ ---
20
+
21
+ ## The following dependencies are licensed under the 0BSD License:
22
+
23
+ ### Rust Crates:
24
+
25
+ - [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
26
+
27
+ ````text
28
+ BSD Zero Clause License
29
+
30
+ Copyright (c) 2025 Goat
31
+
32
+ Permission to use, copy, modify, and/or distribute this software for any
33
+ purpose with or without fee is hereby granted.
34
+
35
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
36
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
37
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
38
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
39
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
40
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
41
+ PERFORMANCE OF THIS SOFTWARE.
42
+
43
+ ````
44
+
45
+ ---
46
+
47
+ ## The following dependencies are licensed under the 0BSD License:
48
+
49
+ ### Rust Crates:
50
+
51
+ - [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
52
+
53
+ ````text
54
+ BSD Zero Clause License
55
+
56
+ Copyright (c) 2024 kotauskas
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
+ - [adler2](https://github.com/oyvindln/adler2) (2.0.1)
78
+
79
+ ````text
80
+ Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
81
+
82
+ Permission to use, copy, modify, and/or distribute this software for
83
+ any purpose with or without fee is hereby granted.
84
+
85
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
86
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
87
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
88
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
89
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
90
+ AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
91
+ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
92
+
93
+ ````
94
+
95
+ ---
96
+
97
+ ## The following dependencies are licensed under the Apache-2.0 License:
98
+
99
+ ### Rust Crates:
100
+
101
+ - [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
102
+ - [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
103
+ - [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
104
+
105
+ ````text
106
+ Apache License
107
+ Version 2.0, January 2004
108
+ http://www.apache.org/licenses/
109
+
110
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
111
+
112
+ 1. Definitions.
113
+
114
+ "License" shall mean the terms and conditions for use, reproduction,
115
+ and distribution as defined by Sections 1 through 9 of this document.
116
+
117
+ "Licensor" shall mean the copyright owner or entity authorized by
118
+ the copyright owner that is granting the License.
119
+
120
+ "Legal Entity" shall mean the union of the acting entity and all
121
+ other entities that control, are controlled by, or are under common
122
+ control with that entity. For the purposes of this definition,
123
+ "control" means (i) the power, direct or indirect, to cause the
124
+ direction or management of such entity, whether by contract or
125
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
126
+ outstanding shares, or (iii) beneficial ownership of such entity.
127
+
128
+ "You" (or "Your") shall mean an individual or Legal Entity
129
+ exercising permissions granted by this License.
130
+
131
+ "Source" form shall mean the preferred form for making modifications,
132
+ including but not limited to software source code, documentation
133
+ source, and configuration files.
134
+
135
+ "Object" form shall mean any form resulting from mechanical
136
+ transformation or translation of a Source form, including but
137
+ not limited to compiled object code, generated documentation,
138
+ and conversions to other media types.
139
+
140
+ "Work" shall mean the work of authorship, whether in Source or
141
+ Object form, made available under the License, as indicated by a
142
+ copyright notice that is included in or attached to the work
143
+ (an example is provided in the Appendix below).
144
+
145
+ "Derivative Works" shall mean any work, whether in Source or Object
146
+ form, that is based on (or derived from) the Work and for which the
147
+ editorial revisions, annotations, elaborations, or other modifications
148
+ represent, as a whole, an original work of authorship. For the purposes
149
+ of this License, Derivative Works shall not include works that remain
150
+ separable from, or merely link (or bind by name) to the interfaces of,
151
+ the Work and Derivative Works thereof.
152
+
153
+ "Contribution" shall mean any work of authorship, including
154
+ the original version of the Work and any modifications or additions
155
+ to that Work or Derivative Works thereof, that is intentionally
156
+ submitted to Licensor for inclusion in the Work by the copyright owner
157
+ or by an individual or Legal Entity authorized to submit on behalf of
158
+ the copyright owner. For the purposes of this definition, "submitted"
159
+ means any form of electronic, verbal, or written communication sent
160
+ to the Licensor or its representatives, including but not limited to
161
+ communication on electronic mailing lists, source code control systems,
162
+ and issue tracking systems that are managed by, or on behalf of, the
163
+ Licensor for the purpose of discussing and improving the Work, but
164
+ excluding communication that is conspicuously marked or otherwise
165
+ designated in writing by the copyright owner as "Not a Contribution."
166
+
167
+ "Contributor" shall mean Licensor and any individual or Legal Entity
168
+ on behalf of whom a Contribution has been received by Licensor and
169
+ subsequently incorporated within the Work.
170
+
171
+ 2. Grant of Copyright License. Subject to the terms and conditions of
172
+ this License, each Contributor hereby grants to You a perpetual,
173
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
174
+ copyright license to reproduce, prepare Derivative Works of,
175
+ publicly display, publicly perform, sublicense, and distribute the
176
+ Work and such Derivative Works in Source or Object form.
177
+
178
+ 3. Grant of Patent License. Subject to the terms and conditions of
179
+ this License, each Contributor hereby grants to You a perpetual,
180
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
181
+ (except as stated in this section) patent license to make, have made,
182
+ use, offer to sell, sell, import, and otherwise transfer the Work,
183
+ where such license applies only to those patent claims licensable
184
+ by such Contributor that are necessarily infringed by their
185
+ Contribution(s) alone or by combination of their Contribution(s)
186
+ with the Work to which such Contribution(s) was submitted. If You
187
+ institute patent litigation against any entity (including a
188
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
189
+ or a Contribution incorporated within the Work constitutes direct
190
+ or contributory patent infringement, then any patent licenses
191
+ granted to You under this License for that Work shall terminate
192
+ as of the date such litigation is filed.
193
+
194
+ 4. Redistribution. You may reproduce and distribute copies of the
195
+ Work or Derivative Works thereof in any medium, with or without
196
+ modifications, and in Source or Object form, provided that You
197
+ meet the following conditions:
198
+
199
+ (a) You must give any other recipients of the Work or
200
+ Derivative Works a copy of this License; and
201
+
202
+ (b) You must cause any modified files to carry prominent notices
203
+ stating that You changed the files; and
204
+
205
+ (c) You must retain, in the Source form of any Derivative Works
206
+ that You distribute, all copyright, patent, trademark, and
207
+ attribution notices from the Source form of the Work,
208
+ excluding those notices that do not pertain to any part of
209
+ the Derivative Works; and
210
+
211
+ (d) If the Work includes a "NOTICE" text file as part of its
212
+ distribution, then any Derivative Works that You distribute must
213
+ include a readable copy of the attribution notices contained
214
+ within such NOTICE file, excluding those notices that do not
215
+ pertain to any part of the Derivative Works, in at least one
216
+ of the following places: within a NOTICE text file distributed
217
+ as part of the Derivative Works; within the Source form or
218
+ documentation, if provided along with the Derivative Works; or,
219
+ within a display generated by the Derivative Works, if and
220
+ wherever such third-party notices normally appear. The contents
221
+ of the NOTICE file are for informational purposes only and
222
+ do not modify the License. You may add Your own attribution
223
+ notices within Derivative Works that You distribute, alongside
224
+ or as an addendum to the NOTICE text from the Work, provided
225
+ that such additional attribution notices cannot be construed
226
+ as modifying the License.
227
+
228
+ You may add Your own copyright statement to Your modifications and
229
+ may provide additional or different license terms and conditions
230
+ for use, reproduction, or distribution of Your modifications, or
231
+ for any such Derivative Works as a whole, provided Your use,
232
+ reproduction, and distribution of the Work otherwise complies with
233
+ the conditions stated in this License.
234
+
235
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
236
+ any Contribution intentionally submitted for inclusion in the Work
237
+ by You to the Licensor shall be under the terms and conditions of
238
+ this License, without any additional terms or conditions.
239
+ Notwithstanding the above, nothing herein shall supersede or modify
240
+ the terms of any separate license agreement you may have executed
241
+ with Licensor regarding such Contributions.
242
+
243
+ 6. Trademarks. This License does not grant permission to use the trade
244
+ names, trademarks, service marks, or product names of the Licensor,
245
+ except as required for reasonable and customary use in describing the
246
+ origin of the Work and reproducing the content of the NOTICE file.
247
+
248
+ 7. Disclaimer of Warranty. Unless required by applicable law or
249
+ agreed to in writing, Licensor provides the Work (and each
250
+ Contributor provides its Contributions) on an "AS IS" BASIS,
251
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
252
+ implied, including, without limitation, any warranties or conditions
253
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
254
+ PARTICULAR PURPOSE. You are solely responsible for determining the
255
+ appropriateness of using or redistributing the Work and assume any
256
+ risks associated with Your exercise of permissions under this License.
257
+
258
+ 8. Limitation of Liability. In no event and under no legal theory,
259
+ whether in tort (including negligence), contract, or otherwise,
260
+ unless required by applicable law (such as deliberate and grossly
261
+ negligent acts) or agreed to in writing, shall any Contributor be
262
+ liable to You for damages, including any direct, indirect, special,
263
+ incidental, or consequential damages of any character arising as a
264
+ result of this License or out of the use or inability to use the
265
+ Work (including but not limited to damages for loss of goodwill,
266
+ work stoppage, computer failure or malfunction, or any and all
267
+ other commercial damages or losses), even if such Contributor
268
+ has been advised of the possibility of such damages.
269
+
270
+ 9. Accepting Warranty or Additional Liability. While redistributing
271
+ the Work or Derivative Works thereof, You may choose to offer,
272
+ and charge a fee for, acceptance of support, warranty, indemnity,
273
+ or other liability obligations and/or rights consistent with this
274
+ License. However, in accepting such obligations, You may act only
275
+ on Your own behalf and on Your sole responsibility, not on behalf
276
+ of any other Contributor, and only if You agree to indemnify,
277
+ defend, and hold each Contributor harmless for any liability
278
+ incurred by, or claims asserted against, such Contributor by reason
279
+ of your accepting any such warranty or additional liability.
280
+
281
+ END OF TERMS AND CONDITIONS
282
+
283
+ APPENDIX: How to apply the Apache License to your work.
284
+
285
+ To apply the Apache License to your work, attach the following
286
+ boilerplate notice, with the fields enclosed by brackets "[]"
287
+ replaced with your own identifying information. (Don't include
288
+ the brackets!) The text should be enclosed in the appropriate
289
+ comment syntax for the file format. We also recommend that a
290
+ file or class name and description of purpose be included on the
291
+ same "printed page" as the copyright notice for easier
292
+ identification within third-party archives.
293
+
294
+ Copyright [yyyy] [name of copyright owner]
295
+
296
+ Licensed under the Apache License, Version 2.0 (the "License");
297
+ you may not use this file except in compliance with the License.
298
+ You may obtain a copy of the License at
299
+
300
+ http://www.apache.org/licenses/LICENSE-2.0
301
+
302
+ Unless required by applicable law or agreed to in writing, software
303
+ distributed under the License is distributed on an "AS IS" BASIS,
304
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
305
+ See the License for the specific language governing permissions and
306
+ limitations under the License.
307
+
308
+ ````
309
+
310
+ ---
311
+
312
+ ## The following dependencies are licensed under the Apache-2.0 License:
313
+
314
+ ### Rust Crates:
315
+
316
+ - [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
317
+
318
+ ````text
319
+ Apache License
320
+ Version 2.0, January 2004
321
+ http://www.apache.org/licenses/
322
+
323
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
324
+
325
+ 1. Definitions.
326
+
327
+ "License" shall mean the terms and conditions for use, reproduction,
328
+ and distribution as defined by Sections 1 through 9 of this document.
329
+
330
+ "Licensor" shall mean the copyright owner or entity authorized by
331
+ the copyright owner that is granting the License.
332
+
333
+ "Legal Entity" shall mean the union of the acting entity and all
334
+ other entities that control, are controlled by, or are under common
335
+ control with that entity. For the purposes of this definition,
336
+ "control" means (i) the power, direct or indirect, to cause the
337
+ direction or management of such entity, whether by contract or
338
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
339
+ outstanding shares, or (iii) beneficial ownership of such entity.
340
+
341
+ "You" (or "Your") shall mean an individual or Legal Entity
342
+ exercising permissions granted by this License.
343
+
344
+ "Source" form shall mean the preferred form for making modifications,
345
+ including but not limited to software source code, documentation
346
+ source, and configuration files.
347
+
348
+ "Object" form shall mean any form resulting from mechanical
349
+ transformation or translation of a Source form, including but
350
+ not limited to compiled object code, generated documentation,
351
+ and conversions to other media types.
352
+
353
+ "Work" shall mean the work of authorship, whether in Source or
354
+ Object form, made available under the License, as indicated by a
355
+ copyright notice that is included in or attached to the work
356
+ (an example is provided in the Appendix below).
357
+
358
+ "Derivative Works" shall mean any work, whether in Source or Object
359
+ form, that is based on (or derived from) the Work and for which the
360
+ editorial revisions, annotations, elaborations, or other modifications
361
+ represent, as a whole, an original work of authorship. For the purposes
362
+ of this License, Derivative Works shall not include works that remain
363
+ separable from, or merely link (or bind by name) to the interfaces of,
364
+ the Work and Derivative Works thereof.
365
+
366
+ "Contribution" shall mean any work of authorship, including
367
+ the original version of the Work and any modifications or additions
368
+ to that Work or Derivative Works thereof, that is intentionally
369
+ submitted to Licensor for inclusion in the Work by the copyright owner
370
+ or by an individual or Legal Entity authorized to submit on behalf of
371
+ the copyright owner. For the purposes of this definition, "submitted"
372
+ means any form of electronic, verbal, or written communication sent
373
+ to the Licensor or its representatives, including but not limited to
374
+ communication on electronic mailing lists, source code control systems,
375
+ and issue tracking systems that are managed by, or on behalf of, the
376
+ Licensor for the purpose of discussing and improving the Work, but
377
+ excluding communication that is conspicuously marked or otherwise
378
+ designated in writing by the copyright owner as "Not a Contribution."
379
+
380
+ "Contributor" shall mean Licensor and any individual or Legal Entity
381
+ on behalf of whom a Contribution has been received by Licensor and
382
+ subsequently incorporated within the Work.
383
+
384
+ 2. Grant of Copyright License. Subject to the terms and conditions of
385
+ this License, each Contributor hereby grants to You a perpetual,
386
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
387
+ copyright license to reproduce, prepare Derivative Works of,
388
+ publicly display, publicly perform, sublicense, and distribute the
389
+ Work and such Derivative Works in Source or Object form.
390
+
391
+ 3. Grant of Patent License. Subject to the terms and conditions of
392
+ this License, each Contributor hereby grants to You a perpetual,
393
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
394
+ (except as stated in this section) patent license to make, have made,
395
+ use, offer to sell, sell, import, and otherwise transfer the Work,
396
+ where such license applies only to those patent claims licensable
397
+ by such Contributor that are necessarily infringed by their
398
+ Contribution(s) alone or by combination of their Contribution(s)
399
+ with the Work to which such Contribution(s) was submitted. If You
400
+ institute patent litigation against any entity (including a
401
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
402
+ or a Contribution incorporated within the Work constitutes direct
403
+ or contributory patent infringement, then any patent licenses
404
+ granted to You under this License for that Work shall terminate
405
+ as of the date such litigation is filed.
406
+
407
+ 4. Redistribution. You may reproduce and distribute copies of the
408
+ Work or Derivative Works thereof in any medium, with or without
409
+ modifications, and in Source or Object form, provided that You
410
+ meet the following conditions:
411
+
412
+ (a) You must give any other recipients of the Work or
413
+ Derivative Works a copy of this License; and
414
+
415
+ (b) You must cause any modified files to carry prominent notices
416
+ stating that You changed the files; and
417
+
418
+ (c) You must retain, in the Source form of any Derivative Works
419
+ that You distribute, all copyright, patent, trademark, and
420
+ attribution notices from the Source form of the Work,
421
+ excluding those notices that do not pertain to any part of
422
+ the Derivative Works; and
423
+
424
+ (d) If the Work includes a "NOTICE" text file as part of its
425
+ distribution, then any Derivative Works that You distribute must
426
+ include a readable copy of the attribution notices contained
427
+ within such NOTICE file, excluding those notices that do not
428
+ pertain to any part of the Derivative Works, in at least one
429
+ of the following places: within a NOTICE text file distributed
430
+ as part of the Derivative Works; within the Source form or
431
+ documentation, if provided along with the Derivative Works; or,
432
+ within a display generated by the Derivative Works, if and
433
+ wherever such third-party notices normally appear. The contents
434
+ of the NOTICE file are for informational purposes only and
435
+ do not modify the License. You may add Your own attribution
436
+ notices within Derivative Works that You distribute, alongside
437
+ or as an addendum to the NOTICE text from the Work, provided
438
+ that such additional attribution notices cannot be construed
439
+ as modifying the License.
440
+
441
+ You may add Your own copyright statement to Your modifications and
442
+ may provide additional or different license terms and conditions
443
+ for use, reproduction, or distribution of Your modifications, or
444
+ for any such Derivative Works as a whole, provided Your use,
445
+ reproduction, and distribution of the Work otherwise complies with
446
+ the conditions stated in this License.
447
+
448
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
449
+ any Contribution intentionally submitted for inclusion in the Work
450
+ by You to the Licensor shall be under the terms and conditions of
451
+ this License, without any additional terms or conditions.
452
+ Notwithstanding the above, nothing herein shall supersede or modify
453
+ the terms of any separate license agreement you may have executed
454
+ with Licensor regarding such Contributions.
455
+
456
+ 6. Trademarks. This License does not grant permission to use the trade
457
+ names, trademarks, service marks, or product names of the Licensor,
458
+ except as required for reasonable and customary use in describing the
459
+ origin of the Work and reproducing the content of the NOTICE file.
460
+
461
+ 7. Disclaimer of Warranty. Unless required by applicable law or
462
+ agreed to in writing, Licensor provides the Work (and each
463
+ Contributor provides its Contributions) on an "AS IS" BASIS,
464
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
465
+ implied, including, without limitation, any warranties or conditions
466
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
467
+ PARTICULAR PURPOSE. You are solely responsible for determining the
468
+ appropriateness of using or redistributing the Work and assume any
469
+ risks associated with Your exercise of permissions under this License.
470
+
471
+ 8. Limitation of Liability. In no event and under no legal theory,
472
+ whether in tort (including negligence), contract, or otherwise,
473
+ unless required by applicable law (such as deliberate and grossly
474
+ negligent acts) or agreed to in writing, shall any Contributor be
475
+ liable to You for damages, including any direct, indirect, special,
476
+ incidental, or consequential damages of any character arising as a
477
+ result of this License or out of the use or inability to use the
478
+ Work (including but not limited to damages for loss of goodwill,
479
+ work stoppage, computer failure or malfunction, or any and all
480
+ other commercial damages or losses), even if such Contributor
481
+ has been advised of the possibility of such damages.
482
+
483
+ 9. Accepting Warranty or Additional Liability. While redistributing
484
+ the Work or Derivative Works thereof, You may choose to offer,
485
+ and charge a fee for, acceptance of support, warranty, indemnity,
486
+ or other liability obligations and/or rights consistent with this
487
+ License. However, in accepting such obligations, You may act only
488
+ on Your own behalf and on Your sole responsibility, not on behalf
489
+ of any other Contributor, and only if You agree to indemnify,
490
+ defend, and hold each Contributor harmless for any liability
491
+ incurred by, or claims asserted against, such Contributor by reason
492
+ of your accepting any such warranty or additional liability.
493
+
494
+ END OF TERMS AND CONDITIONS
495
+
496
+ APPENDIX: How to apply the Apache License to your work.
497
+
498
+ To apply the Apache License to your work, attach the following
499
+ boilerplate notice, with the fields enclosed by brackets "[]"
500
+ replaced with your own identifying information. (Don't include
501
+ the brackets!) The text should be enclosed in the appropriate
502
+ comment syntax for the file format. We also recommend that a
503
+ file or class name and description of purpose be included on the
504
+ same "printed page" as the copyright notice for easier
505
+ identification within third-party archives.
506
+
507
+ Copyright 2011 Google Inc.
508
+
509
+ Licensed under the Apache License, Version 2.0 (the "License");
510
+ you may not use this file except in compliance with the License.
511
+ You may obtain a copy of the License at
512
+
513
+ http://www.apache.org/licenses/LICENSE-2.0
514
+
515
+ Unless required by applicable law or agreed to in writing, software
516
+ distributed under the License is distributed on an "AS IS" BASIS,
517
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
518
+ See the License for the specific language governing permissions and
519
+ limitations under the License.
520
+
521
+ ````
522
+
523
+ ---
524
+
525
+ ## The following dependencies are licensed under the Apache-2.0 License:
526
+
527
+ ### Rust Crates:
528
+
529
+ - [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
530
+ - [ryu](https://github.com/dtolnay/ryu) (1.0.23)
531
+ - [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
532
+
533
+ ````text
534
+ Apache License
535
+ Version 2.0, January 2004
536
+ http://www.apache.org/licenses/
537
+
538
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
539
+
540
+ 1. Definitions.
541
+
542
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
543
+
544
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
545
+
546
+ "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.
547
+
548
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
549
+
550
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
551
+
552
+ "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.
553
+
554
+ "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).
555
+
556
+ "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.
557
+
558
+ "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."
559
+
560
+ "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.
561
+
562
+ 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.
563
+
564
+ 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.
565
+
566
+ 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:
567
+
568
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
569
+
570
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
571
+
572
+ (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
573
+
574
+ (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.
575
+
576
+ 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.
577
+
578
+ 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.
579
+
580
+ 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.
581
+
582
+ 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.
583
+
584
+ 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.
585
+
586
+ 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.
587
+
588
+ END OF TERMS AND CONDITIONS
589
+
590
+ APPENDIX: How to apply the Apache License to your work.
591
+
592
+ 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.
593
+
594
+ Copyright [yyyy] [name of copyright owner]
595
+
596
+ Licensed under the Apache License, Version 2.0 (the "License");
597
+ you may not use this file except in compliance with the License.
598
+ You may obtain a copy of the License at
599
+
600
+ http://www.apache.org/licenses/LICENSE-2.0
601
+
602
+ Unless required by applicable law or agreed to in writing, software
603
+ distributed under the License is distributed on an "AS IS" BASIS,
604
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
605
+ See the License for the specific language governing permissions and
606
+ limitations under the License.
607
+
608
+ ````
609
+
610
+ ---
611
+
612
+ ## The following dependencies are licensed under the BSD-3-Clause License:
613
+
614
+ ### NPM Packages:
615
+
616
+ - [jpeg-js](https://github.com/eugeneware/jpeg-js) (0.4.4)
617
+
618
+ ````text
619
+ Copyright (c) 2014, Eugene Ware
620
+ All rights reserved.
621
+
622
+ Redistribution and use in source and binary forms, with or without
623
+ modification, are permitted provided that the following conditions are met:
624
+
625
+ 1. Redistributions of source code must retain the above copyright
626
+ notice, this list of conditions and the following disclaimer.
627
+ 2. Redistributions in binary form must reproduce the above copyright
628
+ notice, this list of conditions and the following disclaimer in the
629
+ documentation and/or other materials provided with the distribution.
630
+ 3. Neither the name of Eugene Ware nor the names of its contributors
631
+ may be used to endorse or promote products derived from this software
632
+ without specific prior written permission.
633
+
634
+ THIS SOFTWARE IS PROVIDED BY EUGENE WARE ''AS IS'' AND ANY
635
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
636
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
637
+ DISCLAIMED. IN NO EVENT SHALL EUGENE WARE BE LIABLE FOR ANY
638
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
639
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
640
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
641
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
642
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
643
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
644
+
645
+ ````
646
+
647
+ ---
648
+
649
+ ## The following dependencies are licensed under the BSD-3-Clause License:
650
+
651
+ ### NPM Packages:
652
+
653
+ - [fast-uri](https://github.com/fastify/fast-uri) (3.1.0)
654
+
655
+ ````text
656
+ Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
657
+ Copyright (c) 2021-present The Fastify team
658
+ All rights reserved.
659
+
660
+ The Fastify team members are listed at https://github.com/fastify/fastify#team.
661
+
662
+ Redistribution and use in source and binary forms, with or without
663
+ modification, are permitted provided that the following conditions are met:
664
+ * Redistributions of source code must retain the above copyright
665
+ notice, this list of conditions and the following disclaimer.
666
+ * Redistributions in binary form must reproduce the above copyright
667
+ notice, this list of conditions and the following disclaimer in the
668
+ documentation and/or other materials provided with the distribution.
669
+ * The names of any contributors may not be used to endorse or promote
670
+ products derived from this software without specific prior written
671
+ permission.
672
+
673
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
674
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
675
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
676
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
677
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
678
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
679
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
680
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
681
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
682
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
683
+
684
+ * * *
685
+
686
+ The complete list of contributors can be found at:
687
+ - https://github.com/garycourt/uri-js/graphs/contributors
688
+ ````
689
+
690
+ ---
691
+
692
+ ## The following dependencies are licensed under the ISC License:
693
+
694
+ ### NPM Packages:
695
+
696
+ - [pixelmatch](https://github.com/mapbox/pixelmatch) (7.1.0)
697
+
698
+ ````text
699
+ ISC License
700
+
701
+ Copyright (c) 2025, Mapbox
702
+
703
+ Permission to use, copy, modify, and/or distribute this software for any purpose
704
+ with or without fee is hereby granted, provided that the above copyright notice
705
+ and this permission notice appear in all copies.
706
+
707
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
708
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
709
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
710
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
711
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
712
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
713
+ THIS SOFTWARE.
714
+
715
+ ````
716
+
717
+ ---
718
+
719
+ ## The following dependencies are licensed under the ISC License:
720
+
721
+ ### NPM Packages:
722
+
723
+ - [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.3) (0.0.3)
724
+
725
+ ````text
726
+ Please refer to the package README for license details.
727
+ ````
728
+
729
+ ---
730
+
731
+ ## The following dependencies are licensed under the MIT License:
732
+
733
+ ### Rust Crates:
734
+
735
+ - [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
736
+ - [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
737
+
738
+ ````text
739
+ Copyright (c) 2012-2013 Mozilla Foundation
740
+
741
+ Permission is hereby granted, free of charge, to any
742
+ person obtaining a copy of this software and associated
743
+ documentation files (the "Software"), to deal in the
744
+ Software without restriction, including without
745
+ limitation the rights to use, copy, modify, merge,
746
+ publish, distribute, sublicense, and/or sell copies of
747
+ the Software, and to permit persons to whom the Software
748
+ is furnished to do so, subject to the following
749
+ conditions:
750
+
751
+ The above copyright notice and this permission notice
752
+ shall be included in all copies or substantial portions
753
+ of the Software.
754
+
755
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
756
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
757
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
758
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
759
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
760
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
761
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
762
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
763
+ DEALINGS IN THE SOFTWARE.
764
+
765
+ ````
766
+
767
+ ---
768
+
769
+ ## The following dependencies are licensed under the MIT License:
770
+
771
+ ### Rust Crates:
772
+
773
+ - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
774
+
775
+ ````text
776
+ Copyright (c) 2019 Nick Fitzgerald
777
+
778
+ Permission is hereby granted, free of charge, to any
779
+ person obtaining a copy of this software and associated
780
+ documentation files (the "Software"), to deal in the
781
+ Software without restriction, including without
782
+ limitation the rights to use, copy, modify, merge,
783
+ publish, distribute, sublicense, and/or sell copies of
784
+ the Software, and to permit persons to whom the Software
785
+ is furnished to do so, subject to the following
786
+ conditions:
787
+
788
+ The above copyright notice and this permission notice
789
+ shall be included in all copies or substantial portions
790
+ of the Software.
791
+
792
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
793
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
794
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
795
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
796
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
797
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
798
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
799
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
800
+ DEALINGS IN THE SOFTWARE.
801
+
802
+ ````
803
+
804
+ ---
805
+
806
+ ## The following dependencies are licensed under the MIT License:
807
+
808
+ ### Rust Crates:
809
+
810
+ - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
811
+
812
+ ````text
813
+ Copyright (c) 2020-2025 The RustCrypto Project Developers
814
+
815
+ Permission is hereby granted, free of charge, to any
816
+ person obtaining a copy of this software and associated
817
+ documentation files (the "Software"), to deal in the
818
+ Software without restriction, including without
819
+ limitation the rights to use, copy, modify, merge,
820
+ publish, distribute, sublicense, and/or sell copies of
821
+ the Software, and to permit persons to whom the Software
822
+ is furnished to do so, subject to the following
823
+ conditions:
824
+
825
+ The above copyright notice and this permission notice
826
+ shall be included in all copies or substantial portions
827
+ of the Software.
828
+
829
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
830
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
831
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
832
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
833
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
834
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
835
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
836
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
837
+ DEALINGS IN THE SOFTWARE.
838
+
839
+ ````
840
+
841
+ ---
842
+
843
+ ## The following dependencies are licensed under the MIT License:
844
+
845
+ ### Rust Crates:
846
+
847
+ - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
848
+ - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
849
+
850
+ ````text
851
+ Copyright (c) 2018-2019 dirs-rs contributors
852
+
853
+ Permission is hereby granted, free of charge, to any person obtaining a copy
854
+ of this software and associated documentation files (the "Software"), to deal
855
+ in the Software without restriction, including without limitation the rights
856
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
857
+ copies of the Software, and to permit persons to whom the Software is
858
+ furnished to do so, subject to the following conditions:
859
+
860
+ The above copyright notice and this permission notice shall be included in all
861
+ copies or substantial portions of the Software.
862
+
863
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
864
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
865
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
866
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
867
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
868
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
869
+ SOFTWARE.
870
+
871
+ ````
872
+
873
+ ---
874
+
875
+ ## The following dependencies are licensed under the MIT License:
876
+
877
+ ### Rust Crates:
878
+
879
+ - [digest](https://github.com/RustCrypto/traits) (0.10.7)
880
+
881
+ ````text
882
+ Copyright (c) 2017 Artyom Pavlov
883
+
884
+ Permission is hereby granted, free of charge, to any
885
+ person obtaining a copy of this software and associated
886
+ documentation files (the "Software"), to deal in the
887
+ Software without restriction, including without
888
+ limitation the rights to use, copy, modify, merge,
889
+ publish, distribute, sublicense, and/or sell copies of
890
+ the Software, and to permit persons to whom the Software
891
+ is furnished to do so, subject to the following
892
+ conditions:
893
+
894
+ The above copyright notice and this permission notice
895
+ shall be included in all copies or substantial portions
896
+ of the Software.
897
+
898
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
899
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
900
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
901
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
902
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
903
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
904
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
905
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
906
+ DEALINGS IN THE SOFTWARE.
907
+
908
+ ````
909
+
910
+ ---
911
+
912
+ ## The following dependencies are licensed under the MIT License:
913
+
914
+ ### Rust Crates:
915
+
916
+ - [http](https://github.com/hyperium/http) (1.4.0)
917
+
918
+ ````text
919
+ Copyright (c) 2017 http-rs authors
920
+
921
+ Permission is hereby granted, free of charge, to any
922
+ person obtaining a copy of this software and associated
923
+ documentation files (the "Software"), to deal in the
924
+ Software without restriction, including without
925
+ limitation the rights to use, copy, modify, merge,
926
+ publish, distribute, sublicense, and/or sell copies of
927
+ the Software, and to permit persons to whom the Software
928
+ is furnished to do so, subject to the following
929
+ conditions:
930
+
931
+ The above copyright notice and this permission notice
932
+ shall be included in all copies or substantial portions
933
+ of the Software.
934
+
935
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
936
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
937
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
938
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
939
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
940
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
941
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
942
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
943
+ DEALINGS IN THE SOFTWARE.
944
+
945
+ ````
946
+
947
+ ---
948
+
949
+ ## The following dependencies are licensed under the MIT License:
950
+
951
+ ### Rust Crates:
952
+
953
+ - [http-body](https://github.com/hyperium/http-body) (1.0.1)
954
+
955
+ ````text
956
+ Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
957
+
958
+ Permission is hereby granted, free of charge, to any
959
+ person obtaining a copy of this software and associated
960
+ documentation files (the "Software"), to deal in the
961
+ Software without restriction, including without
962
+ limitation the rights to use, copy, modify, merge,
963
+ publish, distribute, sublicense, and/or sell copies of
964
+ the Software, and to permit persons to whom the Software
965
+ is furnished to do so, subject to the following
966
+ conditions:
967
+
968
+ The above copyright notice and this permission notice
969
+ shall be included in all copies or substantial portions
970
+ of the Software.
971
+
972
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
973
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
974
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
975
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
976
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
977
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
978
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
979
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
980
+ DEALINGS IN THE SOFTWARE.
981
+
982
+ ````
983
+
984
+ ---
985
+
986
+ ## The following dependencies are licensed under the MIT License:
987
+
988
+ ### Rust Crates:
989
+
990
+ - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
991
+
992
+ ````text
993
+ Copyright 2019-2024 YOSHIOKA Takuma
994
+
995
+ Permission is hereby granted, free of charge, to any
996
+ person obtaining a copy of this software and associated
997
+ documentation files (the "Software"), to deal in the
998
+ Software without restriction, including without
999
+ limitation the rights to use, copy, modify, merge,
1000
+ publish, distribute, sublicense, and/or sell copies of
1001
+ the Software, and to permit persons to whom the Software
1002
+ is furnished to do so, subject to the following
1003
+ conditions:
1004
+
1005
+ The above copyright notice and this permission notice
1006
+ shall be included in all copies or substantial portions
1007
+ of the Software.
1008
+
1009
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1010
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1011
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1012
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1013
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1014
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1015
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1016
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1017
+ DEALINGS IN THE SOFTWARE.
1018
+
1019
+ ````
1020
+
1021
+ ---
1022
+
1023
+ ## The following dependencies are licensed under the MIT License:
1024
+
1025
+ ### Rust Crates:
1026
+
1027
+ - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
1028
+
1029
+ ````text
1030
+ The MIT License (MIT)
1031
+
1032
+ Copyright (c) 2015 Alice Maz
1033
+
1034
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1035
+ of this software and associated documentation files (the "Software"), to deal
1036
+ in the Software without restriction, including without limitation the rights
1037
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1038
+ copies of the Software, and to permit persons to whom the Software is
1039
+ furnished to do so, subject to the following conditions:
1040
+
1041
+ The above copyright notice and this permission notice shall be included in
1042
+ all copies or substantial portions of the Software.
1043
+
1044
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1045
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1046
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1047
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1048
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1049
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1050
+ THE SOFTWARE.
1051
+
1052
+ ````
1053
+
1054
+ ---
1055
+
1056
+ ## The following dependencies are licensed under the MIT License:
1057
+
1058
+ ### Rust Crates:
1059
+
1060
+ - [darling](https://github.com/TedDriggs/darling) (0.23.0)
1061
+ - [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
1062
+ - [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
1063
+
1064
+ ````text
1065
+ MIT License
1066
+
1067
+ Copyright (c) 2017 Ted Driggs
1068
+
1069
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1070
+ of this software and associated documentation files (the "Software"), to deal
1071
+ in the Software without restriction, including without limitation the rights
1072
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1073
+ copies of the Software, and to permit persons to whom the Software is
1074
+ furnished to do so, subject to the following conditions:
1075
+
1076
+ The above copyright notice and this permission notice shall be included in all
1077
+ copies or substantial portions of the Software.
1078
+
1079
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1080
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1081
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1082
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1083
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1084
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1085
+ SOFTWARE.
1086
+
1087
+ ````
1088
+
1089
+ ---
1090
+
1091
+ ## The following dependencies are licensed under the MIT License:
1092
+
1093
+ ### Rust Crates:
1094
+
1095
+ - [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
1096
+
1097
+ ````text
1098
+ MIT License
1099
+
1100
+ Copyright 2013-2014 RAD Game Tools and Valve Software
1101
+ Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
1102
+ Copyright (c) 2017 Frommi
1103
+ Copyright (c) 2017-2024 oyvindln
1104
+
1105
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1106
+ of this software and associated documentation files (the "Software"), to deal
1107
+ in the Software without restriction, including without limitation the rights
1108
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1109
+ copies of the Software, and to permit persons to whom the Software is
1110
+ furnished to do so, subject to the following conditions:
1111
+
1112
+ The above copyright notice and this permission notice shall be included in all
1113
+ copies or substantial portions of the Software.
1114
+
1115
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1116
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1117
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1118
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1119
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1120
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1121
+ SOFTWARE.
1122
+
1123
+ ````
1124
+
1125
+ ---
1126
+
1127
+ ## The following dependencies are licensed under the MIT License:
1128
+
1129
+ ### Rust Crates:
1130
+
1131
+ - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
1132
+
1133
+ ````text
1134
+ Copyright (c) 2019 The CryptoCorrosion Contributors
1135
+
1136
+ Permission is hereby granted, free of charge, to any
1137
+ person obtaining a copy of this software and associated
1138
+ documentation files (the "Software"), to deal in the
1139
+ Software without restriction, including without
1140
+ limitation the rights to use, copy, modify, merge,
1141
+ publish, distribute, sublicense, and/or sell copies of
1142
+ the Software, and to permit persons to whom the Software
1143
+ is furnished to do so, subject to the following
1144
+ conditions:
1145
+
1146
+ The above copyright notice and this permission notice
1147
+ shall be included in all copies or substantial portions
1148
+ of the Software.
1149
+
1150
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1151
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1152
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1153
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1154
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1155
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1156
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1157
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1158
+ DEALINGS IN THE SOFTWARE.
1159
+
1160
+ ````
1161
+
1162
+ ---
1163
+
1164
+ ## The following dependencies are licensed under the MIT License:
1165
+
1166
+ ### Rust Crates:
1167
+
1168
+ - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
1169
+
1170
+ ````text
1171
+ Copyright 2017 Juniper Networks, Inc.
1172
+
1173
+ 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:
1174
+
1175
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1176
+
1177
+ 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.
1178
+
1179
+ ````
1180
+
1181
+ ---
1182
+
1183
+ ## The following dependencies are licensed under the MIT License:
1184
+
1185
+ ### Rust Crates:
1186
+
1187
+ - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
1188
+
1189
+ ````text
1190
+ Copyright (c) 2010 The Rust Project Developers
1191
+
1192
+ Permission is hereby granted, free of charge, to any
1193
+ person obtaining a copy of this software and associated
1194
+ documentation files (the "Software"), to deal in the
1195
+ Software without restriction, including without
1196
+ limitation the rights to use, copy, modify, merge,
1197
+ publish, distribute, sublicense, and/or sell copies of
1198
+ the Software, and to permit persons to whom the Software
1199
+ is furnished to do so, subject to the following
1200
+ conditions:
1201
+
1202
+ The above copyright notice and this permission notice
1203
+ shall be included in all copies or substantial portions
1204
+ of the Software.
1205
+
1206
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1207
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1208
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1209
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1210
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1211
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1212
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1213
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1214
+ DEALINGS IN THE SOFTWARE.
1215
+
1216
+ ````
1217
+
1218
+ ---
1219
+
1220
+ ## The following dependencies are licensed under the MIT License:
1221
+
1222
+ ### Rust Crates:
1223
+
1224
+ - [libc](https://github.com/rust-lang/libc) (0.2.185)
1225
+
1226
+ ````text
1227
+ Copyright (c) The Rust Project Developers
1228
+
1229
+ Permission is hereby granted, free of charge, to any
1230
+ person obtaining a copy of this software and associated
1231
+ documentation files (the "Software"), to deal in the
1232
+ Software without restriction, including without
1233
+ limitation the rights to use, copy, modify, merge,
1234
+ publish, distribute, sublicense, and/or sell copies of
1235
+ the Software, and to permit persons to whom the Software
1236
+ is furnished to do so, subject to the following
1237
+ conditions:
1238
+
1239
+ The above copyright notice and this permission notice
1240
+ shall be included in all copies or substantial portions
1241
+ of the Software.
1242
+
1243
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1244
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1245
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1246
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1247
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1248
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1249
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1250
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1251
+ DEALINGS IN THE SOFTWARE.
1252
+
1253
+ ````
1254
+
1255
+ ---
1256
+
1257
+ ## The following dependencies are licensed under the MIT License:
1258
+
1259
+ ### Rust Crates:
1260
+
1261
+ - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
1262
+
1263
+ ````text
1264
+ The MIT License (MIT)
1265
+
1266
+ Copyright (c) 2015-2020 Julien Cretin
1267
+ Copyright (c) 2017-2020 Google Inc.
1268
+
1269
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1270
+ of this software and associated documentation files (the "Software"), to deal
1271
+ in the Software without restriction, including without limitation the rights
1272
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1273
+ copies of the Software, and to permit persons to whom the Software is
1274
+ furnished to do so, subject to the following conditions:
1275
+
1276
+ The above copyright notice and this permission notice shall be included in all
1277
+ copies or substantial portions of the Software.
1278
+
1279
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1280
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1281
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1282
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1283
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1284
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1285
+ SOFTWARE.
1286
+
1287
+ ````
1288
+
1289
+ ---
1290
+
1291
+ ## The following dependencies are licensed under the MIT License:
1292
+
1293
+ ### Rust Crates:
1294
+
1295
+ - [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
1296
+
1297
+ ````text
1298
+ MIT License
1299
+
1300
+ Copyright (c) 2017 Nikolai Vazquez
1301
+
1302
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1303
+ of this software and associated documentation files (the "Software"), to deal
1304
+ in the Software without restriction, including without limitation the rights
1305
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1306
+ copies of the Software, and to permit persons to whom the Software is
1307
+ furnished to do so, subject to the following conditions:
1308
+
1309
+ The above copyright notice and this permission notice shall be included in all
1310
+ copies or substantial portions of the Software.
1311
+
1312
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1313
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1314
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1315
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1316
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1317
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1318
+ SOFTWARE.
1319
+
1320
+ ````
1321
+
1322
+ ---
1323
+
1324
+ ## The following dependencies are licensed under the MIT License:
1325
+
1326
+ ### Rust Crates:
1327
+
1328
+ - [typenum](https://github.com/paholg/typenum) (1.19.0)
1329
+
1330
+ ````text
1331
+ The MIT License (MIT)
1332
+
1333
+ Copyright (c) 2014 Paho Lurie-Gregg
1334
+
1335
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1336
+ of this software and associated documentation files (the "Software"), to deal
1337
+ in the Software without restriction, including without limitation the rights
1338
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1339
+ copies of the Software, and to permit persons to whom the Software is
1340
+ furnished to do so, subject to the following conditions:
1341
+
1342
+ The above copyright notice and this permission notice shall be included in all
1343
+ copies or substantial portions of the Software.
1344
+
1345
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1346
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1347
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1348
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1349
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1350
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1351
+ SOFTWARE.
1352
+
1353
+ ````
1354
+
1355
+ ---
1356
+
1357
+ ## The following dependencies are licensed under the MIT License:
1358
+
1359
+ ### NPM Packages:
1360
+
1361
+ - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
1362
+ - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
1363
+
1364
+ ````text
1365
+ MIT License
1366
+
1367
+ Copyright (c) 2017 Evgeny Poberezkin
1368
+
1369
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1370
+ of this software and associated documentation files (the "Software"), to deal
1371
+ in the Software without restriction, including without limitation the rights
1372
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1373
+ copies of the Software, and to permit persons to whom the Software is
1374
+ furnished to do so, subject to the following conditions:
1375
+
1376
+ The above copyright notice and this permission notice shall be included in all
1377
+ copies or substantial portions of the Software.
1378
+
1379
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1380
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1381
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1382
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1383
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1384
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1385
+ SOFTWARE.
1386
+
1387
+ ````
1388
+
1389
+ ---
1390
+
1391
+ ## The following dependencies are licensed under the MIT License:
1392
+
1393
+ ### Rust Crates:
1394
+
1395
+ - [mio](https://github.com/tokio-rs/mio) (1.2.0)
1396
+
1397
+ ````text
1398
+ Copyright (c) 2014 Carl Lerche and other MIO contributors
1399
+
1400
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1401
+ of this software and associated documentation files (the "Software"), to deal
1402
+ in the Software without restriction, including without limitation the rights
1403
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1404
+ copies of the Software, and to permit persons to whom the Software is
1405
+ furnished to do so, subject to the following conditions:
1406
+
1407
+ The above copyright notice and this permission notice shall be included in
1408
+ all copies or substantial portions of the Software.
1409
+
1410
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1411
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1412
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1413
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1414
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1415
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1416
+ THE SOFTWARE.
1417
+
1418
+ ````
1419
+
1420
+ ---
1421
+
1422
+ ## The following dependencies are licensed under the MIT License:
1423
+
1424
+ ### Rust Crates:
1425
+
1426
+ - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
1427
+
1428
+ ````text
1429
+ MIT License
1430
+
1431
+ Copyright (c) [2021] [Marvin Countryman]
1432
+
1433
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1434
+ of this software and associated documentation files (the "Software"), to deal
1435
+ in the Software without restriction, including without limitation the rights
1436
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1437
+ copies of the Software, and to permit persons to whom the Software is
1438
+ furnished to do so, subject to the following conditions:
1439
+
1440
+ The above copyright notice and this permission notice shall be included in all
1441
+ copies or substantial portions of the Software.
1442
+
1443
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1444
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1445
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1446
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1447
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1448
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1449
+ SOFTWARE.
1450
+
1451
+ ````
1452
+
1453
+ ---
1454
+
1455
+ ## The following dependencies are licensed under the MIT License:
1456
+
1457
+ ### Rust Crates:
1458
+
1459
+ - [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
1460
+
1461
+ ````text
1462
+ Copyright (c) 2018-2025 The rust-random Project Developers
1463
+ Copyright (c) 2014 The Rust Project Developers
1464
+
1465
+ Permission is hereby granted, free of charge, to any
1466
+ person obtaining a copy of this software and associated
1467
+ documentation files (the "Software"), to deal in the
1468
+ Software without restriction, including without
1469
+ limitation the rights to use, copy, modify, merge,
1470
+ publish, distribute, sublicense, and/or sell copies of
1471
+ the Software, and to permit persons to whom the Software
1472
+ is furnished to do so, subject to the following
1473
+ conditions:
1474
+
1475
+ The above copyright notice and this permission notice
1476
+ shall be included in all copies or substantial portions
1477
+ of the Software.
1478
+
1479
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1480
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1481
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1482
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1483
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1484
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1485
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1486
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1487
+ DEALINGS IN THE SOFTWARE.
1488
+
1489
+ ````
1490
+
1491
+ ---
1492
+
1493
+ ## The following dependencies are licensed under the MIT License:
1494
+
1495
+ ### Rust Crates:
1496
+
1497
+ - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
1498
+ - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
1499
+ - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
1500
+ - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
1501
+
1502
+ ````text
1503
+ The MIT License (MIT)
1504
+
1505
+ Copyright (c) 2015 Andrew Gallant
1506
+
1507
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1508
+ of this software and associated documentation files (the "Software"), to deal
1509
+ in the Software without restriction, including without limitation the rights
1510
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1511
+ copies of the Software, and to permit persons to whom the Software is
1512
+ furnished to do so, subject to the following conditions:
1513
+
1514
+ The above copyright notice and this permission notice shall be included in
1515
+ all copies or substantial portions of the Software.
1516
+
1517
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1518
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1519
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1520
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1521
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1522
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1523
+ THE SOFTWARE.
1524
+
1525
+ ````
1526
+
1527
+ ---
1528
+
1529
+ ## The following dependencies are licensed under the MIT License:
1530
+
1531
+ ### Rust Crates:
1532
+
1533
+ - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
1534
+
1535
+ ````text
1536
+ Copyright Mozilla Foundation
1537
+
1538
+ Permission is hereby granted, free of charge, to any
1539
+ person obtaining a copy of this software and associated
1540
+ documentation files (the "Software"), to deal in the
1541
+ Software without restriction, including without
1542
+ limitation the rights to use, copy, modify, merge,
1543
+ publish, distribute, sublicense, and/or sell copies of
1544
+ the Software, and to permit persons to whom the Software
1545
+ is furnished to do so, subject to the following
1546
+ conditions:
1547
+
1548
+ The above copyright notice and this permission notice
1549
+ shall be included in all copies or substantial portions
1550
+ of the Software.
1551
+
1552
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1553
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1554
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1555
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1556
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1557
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1558
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1559
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1560
+ DEALINGS IN THE SOFTWARE.
1561
+
1562
+ ````
1563
+
1564
+ ---
1565
+
1566
+ ## The following dependencies are licensed under the MIT License:
1567
+
1568
+ ### Rust Crates:
1569
+
1570
+ - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
1571
+ - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
1572
+ - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
1573
+ - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
1574
+ - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
1575
+ - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
1576
+ - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
1577
+ - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
1578
+ - [pastey](https://github.com/as1100k/pastey) (0.2.1)
1579
+ - [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
1580
+ - [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
1581
+ - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
1582
+ - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
1583
+ - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
1584
+ - [quote](https://github.com/dtolnay/quote) (1.0.45)
1585
+ - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
1586
+ - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
1587
+ - [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
1588
+ - [serde](https://github.com/serde-rs/serde) (1.0.228)
1589
+ - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
1590
+ - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
1591
+ - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
1592
+ - [serde_json](https://github.com/serde-rs/json) (1.0.149)
1593
+ - [syn](https://github.com/dtolnay/syn) (2.0.117)
1594
+ - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
1595
+ - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
1596
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
1597
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
1598
+ - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
1599
+ - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
1600
+
1601
+ ````text
1602
+ Permission is hereby granted, free of charge, to any
1603
+ person obtaining a copy of this software and associated
1604
+ documentation files (the "Software"), to deal in the
1605
+ Software without restriction, including without
1606
+ limitation the rights to use, copy, modify, merge,
1607
+ publish, distribute, sublicense, and/or sell copies of
1608
+ the Software, and to permit persons to whom the Software
1609
+ is furnished to do so, subject to the following
1610
+ conditions:
1611
+
1612
+ The above copyright notice and this permission notice
1613
+ shall be included in all copies or substantial portions
1614
+ of the Software.
1615
+
1616
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1617
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1618
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1619
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1620
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1621
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1622
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1623
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1624
+ DEALINGS IN THE SOFTWARE.
1625
+
1626
+ ````
1627
+
1628
+ ---
1629
+
1630
+ ## The following dependencies are licensed under the MIT License:
1631
+
1632
+ ### Rust Crates:
1633
+
1634
+ - [zip](https://github.com/zip-rs/zip2) (2.4.2)
1635
+
1636
+ ````text
1637
+ The MIT License (MIT)
1638
+
1639
+ Copyright (c) 2014 Mathijs van de Nes
1640
+
1641
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1642
+ of this software and associated documentation files (the "Software"), to deal
1643
+ in the Software without restriction, including without limitation the rights
1644
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1645
+ copies of the Software, and to permit persons to whom the Software is
1646
+ furnished to do so, subject to the following conditions:
1647
+
1648
+ The above copyright notice and this permission notice shall be included in all
1649
+ copies or substantial portions of the Software.
1650
+
1651
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1652
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1653
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1654
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1655
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1656
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1657
+ SOFTWARE.
1658
+
1659
+ Some files in the "tests/data" subdirectory of this repository are under other
1660
+ licences; see files named LICENSE.*.txt for details.
1661
+ ````
1662
+
1663
+ ---
1664
+
1665
+ ## The following dependencies are licensed under the MIT License:
1666
+
1667
+ ### NPM Packages:
1668
+
1669
+ - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
1670
+ - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
1671
+
1672
+ ````text
1673
+ MIT License
1674
+
1675
+ Copyright (c) Microsoft Corporation.
1676
+
1677
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1678
+ of this software and associated documentation files (the "Software"), to deal
1679
+ in the Software without restriction, including without limitation the rights
1680
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1681
+ copies of the Software, and to permit persons to whom the Software is
1682
+ furnished to do so, subject to the following conditions:
1683
+
1684
+ The above copyright notice and this permission notice shall be included in all
1685
+ copies or substantial portions of the Software.
1686
+
1687
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1688
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1689
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1690
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1691
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1692
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1693
+ SOFTWARE
1694
+
1695
+ ````
1696
+
1697
+ ---
1698
+
1699
+ ## The following dependencies are licensed under the MIT License:
1700
+
1701
+ ### Rust Crates:
1702
+
1703
+ - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
1704
+ - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
1705
+
1706
+ ````text
1707
+ Copyright (c) 2006-2009 Graydon Hoare
1708
+ Copyright (c) 2009-2013 Mozilla Foundation
1709
+ Copyright (c) 2016 Artyom Pavlov
1710
+
1711
+ Permission is hereby granted, free of charge, to any
1712
+ person obtaining a copy of this software and associated
1713
+ documentation files (the "Software"), to deal in the
1714
+ Software without restriction, including without
1715
+ limitation the rights to use, copy, modify, merge,
1716
+ publish, distribute, sublicense, and/or sell copies of
1717
+ the Software, and to permit persons to whom the Software
1718
+ is furnished to do so, subject to the following
1719
+ conditions:
1720
+
1721
+ The above copyright notice and this permission notice
1722
+ shall be included in all copies or substantial portions
1723
+ of the Software.
1724
+
1725
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1726
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1727
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1728
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1729
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1730
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1731
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1732
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1733
+ DEALINGS IN THE SOFTWARE.
1734
+
1735
+ ````
1736
+
1737
+ ---
1738
+
1739
+ ## The following dependencies are licensed under the MIT License:
1740
+
1741
+ ### Rust Crates:
1742
+
1743
+ - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
1744
+ - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
1745
+ - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
1746
+ - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
1747
+ - [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
1748
+ - [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
1749
+
1750
+ ````text
1751
+ Copyright (c) 2019 Tokio Contributors
1752
+
1753
+ Permission is hereby granted, free of charge, to any
1754
+ person obtaining a copy of this software and associated
1755
+ documentation files (the "Software"), to deal in the
1756
+ Software without restriction, including without
1757
+ limitation the rights to use, copy, modify, merge,
1758
+ publish, distribute, sublicense, and/or sell copies of
1759
+ the Software, and to permit persons to whom the Software
1760
+ is furnished to do so, subject to the following
1761
+ conditions:
1762
+
1763
+ The above copyright notice and this permission notice
1764
+ shall be included in all copies or substantial portions
1765
+ of the Software.
1766
+
1767
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1768
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1769
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1770
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1771
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1772
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1773
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1774
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1775
+ DEALINGS IN THE SOFTWARE.
1776
+
1777
+ ````
1778
+
1779
+ ---
1780
+
1781
+ ## The following dependencies are licensed under the MIT License:
1782
+
1783
+ ### Rust Crates:
1784
+
1785
+ - [synstructure](https://github.com/mystor/synstructure) (0.13.2)
1786
+
1787
+ ````text
1788
+ Copyright 2016 Nika Layzell
1789
+
1790
+ 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:
1791
+
1792
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1793
+
1794
+ 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.
1795
+
1796
+ ````
1797
+
1798
+ ---
1799
+
1800
+ ## The following dependencies are licensed under the MIT License:
1801
+
1802
+ ### Rust Crates:
1803
+
1804
+ - [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
1805
+ - [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
1806
+
1807
+ ````text
1808
+ The MIT License (MIT)
1809
+
1810
+ Copyright (c) 2015 Steven Fackler
1811
+
1812
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1813
+ this software and associated documentation files (the "Software"), to deal in
1814
+ the Software without restriction, including without limitation the rights to
1815
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1816
+ the Software, and to permit persons to whom the Software is furnished to do so,
1817
+ subject to the following conditions:
1818
+
1819
+ The above copyright notice and this permission notice shall be included in all
1820
+ copies or substantial portions of the Software.
1821
+
1822
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1823
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1824
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1825
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1826
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1827
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1828
+
1829
+ ````
1830
+
1831
+ ---
1832
+
1833
+ ## The following dependencies are licensed under the MIT License:
1834
+
1835
+ ### Rust Crates:
1836
+
1837
+ - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
1838
+
1839
+ ````text
1840
+ Copyright (c) 2016-2025 Sean McArthur
1841
+
1842
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1843
+ of this software and associated documentation files (the "Software"), to deal
1844
+ in the Software without restriction, including without limitation the rights
1845
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1846
+ copies of the Software, and to permit persons to whom the Software is
1847
+ furnished to do so, subject to the following conditions:
1848
+
1849
+ The above copyright notice and this permission notice shall be included in
1850
+ all copies or substantial portions of the Software.
1851
+
1852
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1853
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1854
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1855
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1856
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1857
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1858
+ THE SOFTWARE.
1859
+
1860
+
1861
+ ````
1862
+
1863
+ ---
1864
+
1865
+ ## The following dependencies are licensed under the MIT License:
1866
+
1867
+ ### NPM Packages:
1868
+
1869
+ - [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
1870
+
1871
+ ````text
1872
+ The MIT License (MIT)
1873
+
1874
+ Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
1875
+
1876
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1877
+ of this software and associated documentation files (the "Software"), to deal
1878
+ in the Software without restriction, including without limitation the rights
1879
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1880
+ copies of the Software, and to permit persons to whom the Software is
1881
+ furnished to do so, subject to the following conditions:
1882
+
1883
+ The above copyright notice and this permission notice shall be included in
1884
+ all copies or substantial portions of the Software.
1885
+
1886
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1887
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1888
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1889
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1890
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1891
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1892
+ THE SOFTWARE.
1893
+
1894
+ ````
1895
+
1896
+ ---
1897
+
1898
+ ## The following dependencies are licensed under the MIT License:
1899
+
1900
+ ### Rust Crates:
1901
+
1902
+ - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
1903
+ - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
1904
+
1905
+ ````text
1906
+ Copyright (c) 2014 Alex Crichton
1907
+
1908
+ Permission is hereby granted, free of charge, to any
1909
+ person obtaining a copy of this software and associated
1910
+ documentation files (the "Software"), to deal in the
1911
+ Software without restriction, including without
1912
+ limitation the rights to use, copy, modify, merge,
1913
+ publish, distribute, sublicense, and/or sell copies of
1914
+ the Software, and to permit persons to whom the Software
1915
+ is furnished to do so, subject to the following
1916
+ conditions:
1917
+
1918
+ The above copyright notice and this permission notice
1919
+ shall be included in all copies or substantial portions
1920
+ of the Software.
1921
+
1922
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1923
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1924
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1925
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1926
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1927
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1928
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1929
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1930
+ DEALINGS IN THE SOFTWARE.
1931
+
1932
+ ````
1933
+
1934
+ ---
1935
+
1936
+ ## The following dependencies are licensed under the MIT License:
1937
+
1938
+ ### Rust Crates:
1939
+
1940
+ - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
1941
+
1942
+ ````text
1943
+ Copyright (c) 2018-2024 The rust-random Project Developers
1944
+ Copyright (c) 2014 The Rust Project Developers
1945
+
1946
+ Permission is hereby granted, free of charge, to any
1947
+ person obtaining a copy of this software and associated
1948
+ documentation files (the "Software"), to deal in the
1949
+ Software without restriction, including without
1950
+ limitation the rights to use, copy, modify, merge,
1951
+ publish, distribute, sublicense, and/or sell copies of
1952
+ the Software, and to permit persons to whom the Software
1953
+ is furnished to do so, subject to the following
1954
+ conditions:
1955
+
1956
+ The above copyright notice and this permission notice
1957
+ shall be included in all copies or substantial portions
1958
+ of the Software.
1959
+
1960
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1961
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1962
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1963
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1964
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1965
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1966
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1967
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1968
+ DEALINGS IN THE SOFTWARE.
1969
+
1970
+ ````
1971
+
1972
+ ---
1973
+
1974
+ ## The following dependencies are licensed under the MIT License:
1975
+
1976
+ ### NPM Packages:
1977
+
1978
+ - [pngjs](https://github.com/pngjs/pngjs) (7.0.0)
1979
+
1980
+ ````text
1981
+ pngjs original work Copyright (c) 2015 Luke Page & Original Contributors
1982
+ pngjs derived work Copyright (c) 2012 Kuba Niegowski
1983
+
1984
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1985
+ of this software and associated documentation files (the "Software"), to deal
1986
+ in the Software without restriction, including without limitation the rights
1987
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1988
+ copies of the Software, and to permit persons to whom the Software is
1989
+ furnished to do so, subject to the following conditions:
1990
+
1991
+ The above copyright notice and this permission notice shall be included in
1992
+ all copies or substantial portions of the Software.
1993
+
1994
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1995
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1996
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1997
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1998
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1999
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2000
+ THE SOFTWARE.
2001
+
2002
+ ````
2003
+
2004
+ ---
2005
+
2006
+ ## The following dependencies are licensed under the MIT License:
2007
+
2008
+ ### Rust Crates:
2009
+
2010
+ - [tarpc](https://github.com/google/tarpc) (0.37.0)
2011
+ - [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
2012
+
2013
+ ````text
2014
+ The MIT License (MIT)
2015
+
2016
+ Copyright 2016 Google Inc. All Rights Reserved.
2017
+
2018
+ 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:
2019
+
2020
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2021
+
2022
+ 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.
2023
+
2024
+ ````
2025
+
2026
+ ---
2027
+
2028
+ ## The following dependencies are licensed under the MIT License:
2029
+
2030
+ ### NPM Packages:
2031
+
2032
+ - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
2033
+
2034
+ ````text
2035
+ This software is released under the MIT license:
2036
+
2037
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2038
+ this software and associated documentation files (the "Software"), to deal in
2039
+ the Software without restriction, including without limitation the rights to
2040
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2041
+ the Software, and to permit persons to whom the Software is furnished to do so,
2042
+ subject to the following conditions:
2043
+
2044
+ The above copyright notice and this permission notice shall be included in all
2045
+ copies or substantial portions of the Software.
2046
+
2047
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2048
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2049
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2050
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2051
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2052
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2053
+
2054
+ ````
2055
+
2056
+ ---
2057
+
2058
+ ## The following dependencies are licensed under the MIT License:
2059
+
2060
+ ### Rust Crates:
2061
+
2062
+ - [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
2063
+
2064
+ ````text
2065
+ The MIT License (MIT)
2066
+
2067
+ Copyright (c) 2015 Bartłomiej Kamiński
2068
+
2069
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2070
+ of this software and associated documentation files (the "Software"), to deal
2071
+ in the Software without restriction, including without limitation the rights
2072
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2073
+ copies of the Software, and to permit persons to whom the Software is
2074
+ furnished to do so, subject to the following conditions:
2075
+
2076
+ The above copyright notice and this permission notice shall be included in all
2077
+ copies or substantial portions of the Software.
2078
+
2079
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2080
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2081
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2082
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2083
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2084
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2085
+ SOFTWARE.
2086
+ ````
2087
+
2088
+ ---
2089
+
2090
+ ## The following dependencies are licensed under the MIT License:
2091
+
2092
+ ### Rust Crates:
2093
+
2094
+ - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
2095
+
2096
+ ````text
2097
+ Copyright (c) 2019-2021 Tower Contributors
2098
+
2099
+ Permission is hereby granted, free of charge, to any
2100
+ person obtaining a copy of this software and associated
2101
+ documentation files (the "Software"), to deal in the
2102
+ Software without restriction, including without
2103
+ limitation the rights to use, copy, modify, merge,
2104
+ publish, distribute, sublicense, and/or sell copies of
2105
+ the Software, and to permit persons to whom the Software
2106
+ is furnished to do so, subject to the following
2107
+ conditions:
2108
+
2109
+ The above copyright notice and this permission notice
2110
+ shall be included in all copies or substantial portions
2111
+ of the Software.
2112
+
2113
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2114
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2115
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2116
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2117
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2118
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2119
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2120
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2121
+ DEALINGS IN THE SOFTWARE.
2122
+
2123
+ ````
2124
+
2125
+ ---
2126
+
2127
+ ## The following dependencies are licensed under the MIT License:
2128
+
2129
+ ### Rust Crates:
2130
+
2131
+ - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
2132
+
2133
+ ````text
2134
+ Copyright (c) 2017 Sean McArthur
2135
+
2136
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2137
+ of this software and associated documentation files (the "Software"), to deal
2138
+ in the Software without restriction, including without limitation the rights
2139
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2140
+ copies of the Software, and to permit persons to whom the Software is
2141
+ furnished to do so, subject to the following conditions:
2142
+
2143
+ The above copyright notice and this permission notice shall be included in
2144
+ all copies or substantial portions of the Software.
2145
+
2146
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2147
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2148
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2149
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2150
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2151
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2152
+ THE SOFTWARE.
2153
+
2154
+
2155
+ ````
2156
+
2157
+ ---
2158
+
2159
+ ## The following dependencies are licensed under the MIT License:
2160
+
2161
+ ### Rust Crates:
2162
+
2163
+ - [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
2164
+
2165
+ ````text
2166
+ Copyright (c) 2017 Carl Lerche
2167
+ Copyright (c) 2018 Bastian Köcher
2168
+ Copyright (c) 2019-2020 Artem Vorotnikov
2169
+
2170
+ Permission is hereby granted, free of charge, to any
2171
+ person obtaining a copy of this software and associated
2172
+ documentation files (the "Software"), to deal in the
2173
+ Software without restriction, including without
2174
+ limitation the rights to use, copy, modify, merge,
2175
+ publish, distribute, sublicense, and/or sell copies of
2176
+ the Software, and to permit persons to whom the Software
2177
+ is furnished to do so, subject to the following
2178
+ conditions:
2179
+
2180
+ The above copyright notice and this permission notice
2181
+ shall be included in all copies or substantial portions
2182
+ of the Software.
2183
+
2184
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2185
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2186
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2187
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2188
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2189
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2190
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2191
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2192
+ DEALINGS IN THE SOFTWARE.
2193
+
2194
+ ````
2195
+
2196
+ ---
2197
+
2198
+ ## The following dependencies are licensed under the MIT License:
2199
+
2200
+ ### Rust Crates:
2201
+
2202
+ - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
2203
+
2204
+ ````text
2205
+ Copyright (c) 2014-2026 Alex Crichton
2206
+
2207
+ Permission is hereby granted, free of charge, to any
2208
+ person obtaining a copy of this software and associated
2209
+ documentation files (the "Software"), to deal in the
2210
+ Software without restriction, including without
2211
+ limitation the rights to use, copy, modify, merge,
2212
+ publish, distribute, sublicense, and/or sell copies of
2213
+ the Software, and to permit persons to whom the Software
2214
+ is furnished to do so, subject to the following
2215
+ conditions:
2216
+
2217
+ The above copyright notice and this permission notice
2218
+ shall be included in all copies or substantial portions
2219
+ of the Software.
2220
+
2221
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2222
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2223
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2224
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2225
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2226
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2227
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2228
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2229
+ DEALINGS IN THE SOFTWARE.
2230
+
2231
+ ````
2232
+
2233
+ ---
2234
+
2235
+ ## The following dependencies are licensed under the MIT License:
2236
+
2237
+ ### Rust Crates:
2238
+
2239
+ - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
2240
+
2241
+ ````text
2242
+ Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
2243
+
2244
+ Permission is hereby granted, free of charge, to any
2245
+ person obtaining a copy of this software and associated
2246
+ documentation files (the "Software"), to deal in the
2247
+ Software without restriction, including without
2248
+ limitation the rights to use, copy, modify, merge,
2249
+ publish, distribute, sublicense, and/or sell copies of
2250
+ the Software, and to permit persons to whom the Software
2251
+ is furnished to do so, subject to the following
2252
+ conditions:
2253
+
2254
+ The above copyright notice and this permission notice
2255
+ shall be included in all copies or substantial portions
2256
+ of the Software.
2257
+
2258
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2259
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2260
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2261
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2262
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2263
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2264
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2265
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2266
+ DEALINGS IN THE SOFTWARE.
2267
+
2268
+ ````
2269
+
2270
+ ---
2271
+
2272
+ ## The following dependencies are licensed under the MIT License:
2273
+
2274
+ ### Rust Crates:
2275
+
2276
+ - [idna](https://github.com/servo/rust-url/) (1.1.0)
2277
+ - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
2278
+ - [url](https://github.com/servo/rust-url) (2.5.8)
2279
+
2280
+ ````text
2281
+ Copyright (c) 2013-2025 The rust-url developers
2282
+
2283
+ Permission is hereby granted, free of charge, to any
2284
+ person obtaining a copy of this software and associated
2285
+ documentation files (the "Software"), to deal in the
2286
+ Software without restriction, including without
2287
+ limitation the rights to use, copy, modify, merge,
2288
+ publish, distribute, sublicense, and/or sell copies of
2289
+ the Software, and to permit persons to whom the Software
2290
+ is furnished to do so, subject to the following
2291
+ conditions:
2292
+
2293
+ The above copyright notice and this permission notice
2294
+ shall be included in all copies or substantial portions
2295
+ of the Software.
2296
+
2297
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2298
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2299
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2300
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2301
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2302
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2303
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2304
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2305
+ DEALINGS IN THE SOFTWARE.
2306
+
2307
+ ````
2308
+
2309
+ ---
2310
+
2311
+ ## The following dependencies are licensed under the MIT License:
2312
+
2313
+ ### Rust Crates:
2314
+
2315
+ - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
2316
+ - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
2317
+ - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
2318
+ - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
2319
+ - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
2320
+ - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
2321
+ - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
2322
+ - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
2323
+ - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
2324
+
2325
+ ````text
2326
+ Copyright (c) 2016 Alex Crichton
2327
+ Copyright (c) 2017 The Tokio Authors
2328
+
2329
+ Permission is hereby granted, free of charge, to any
2330
+ person obtaining a copy of this software and associated
2331
+ documentation files (the "Software"), to deal in the
2332
+ Software without restriction, including without
2333
+ limitation the rights to use, copy, modify, merge,
2334
+ publish, distribute, sublicense, and/or sell copies of
2335
+ the Software, and to permit persons to whom the Software
2336
+ is furnished to do so, subject to the following
2337
+ conditions:
2338
+
2339
+ The above copyright notice and this permission notice
2340
+ shall be included in all copies or substantial portions
2341
+ of the Software.
2342
+
2343
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2344
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2345
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2346
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2347
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2348
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2349
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2350
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2351
+ DEALINGS IN THE SOFTWARE.
2352
+
2353
+ ````
2354
+
2355
+ ---
2356
+
2357
+ ## The following dependencies are licensed under the MIT License:
2358
+
2359
+ ### Rust Crates:
2360
+
2361
+ - [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
2362
+
2363
+ ````text
2364
+ Copyright (c) 2016 Amanieu d'Antras
2365
+
2366
+ Permission is hereby granted, free of charge, to any
2367
+ person obtaining a copy of this software and associated
2368
+ documentation files (the "Software"), to deal in the
2369
+ Software without restriction, including without
2370
+ limitation the rights to use, copy, modify, merge,
2371
+ publish, distribute, sublicense, and/or sell copies of
2372
+ the Software, and to permit persons to whom the Software
2373
+ is furnished to do so, subject to the following
2374
+ conditions:
2375
+
2376
+ The above copyright notice and this permission notice
2377
+ shall be included in all copies or substantial portions
2378
+ of the Software.
2379
+
2380
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2381
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2382
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2383
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2384
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2385
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2386
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2387
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2388
+ DEALINGS IN THE SOFTWARE.
2389
+
2390
+ ````
2391
+
2392
+ ---
2393
+
2394
+ ## The following dependencies are licensed under the MIT License:
2395
+
2396
+ ### Rust Crates:
2397
+
2398
+ - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
2399
+
2400
+ ````text
2401
+ Copyright (c) 2015-2025 Sean McArthur
2402
+
2403
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2404
+ of this software and associated documentation files (the "Software"), to deal
2405
+ in the Software without restriction, including without limitation the rights
2406
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2407
+ copies of the Software, and to permit persons to whom the Software is
2408
+ furnished to do so, subject to the following conditions:
2409
+
2410
+ The above copyright notice and this permission notice shall be included in
2411
+ all copies or substantial portions of the Software.
2412
+
2413
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2414
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2415
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2416
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2417
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2418
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2419
+ THE SOFTWARE.
2420
+
2421
+
2422
+ ````
2423
+
2424
+ ---
2425
+
2426
+ ## The following dependencies are licensed under the MIT License:
2427
+
2428
+ ### Rust Crates:
2429
+
2430
+ - [chrono](https://github.com/chronotope/chrono) (0.4.44)
2431
+ - [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
2432
+ - [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
2433
+
2434
+ ````text
2435
+ MIT License
2436
+
2437
+ Copyright (c) <year> <copyright holders>
2438
+
2439
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
2440
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
2441
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2442
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
2443
+ following conditions:
2444
+
2445
+ The above copyright notice and this permission notice shall be included in all copies or substantial
2446
+ portions of the Software.
2447
+
2448
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
2449
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
2450
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2451
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
2452
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
2453
+
2454
+ ````
2455
+
2456
+ ---
2457
+
2458
+ ## The following dependencies are licensed under the MIT License:
2459
+
2460
+ ### Rust Crates:
2461
+
2462
+ - [fnv](https://github.com/servo/rust-fnv) (1.0.7)
2463
+
2464
+ ````text
2465
+ Copyright (c) 2017 Contributors
2466
+
2467
+ Permission is hereby granted, free of charge, to any
2468
+ person obtaining a copy of this software and associated
2469
+ documentation files (the "Software"), to deal in the
2470
+ Software without restriction, including without
2471
+ limitation the rights to use, copy, modify, merge,
2472
+ publish, distribute, sublicense, and/or sell copies of
2473
+ the Software, and to permit persons to whom the Software
2474
+ is furnished to do so, subject to the following
2475
+ conditions:
2476
+
2477
+ The above copyright notice and this permission notice
2478
+ shall be included in all copies or substantial portions
2479
+ of the Software.
2480
+
2481
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2482
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2483
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2484
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2485
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2486
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2487
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2488
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2489
+ DEALINGS IN THE SOFTWARE.
2490
+
2491
+ ````
2492
+
2493
+ ---
2494
+
2495
+ ## The following dependencies are licensed under the MIT License:
2496
+
2497
+ ### Rust Crates:
2498
+
2499
+ - [slab](https://github.com/tokio-rs/slab) (0.4.12)
2500
+
2501
+ ````text
2502
+ Copyright (c) 2019 Carl Lerche
2503
+
2504
+ Permission is hereby granted, free of charge, to any
2505
+ person obtaining a copy of this software and associated
2506
+ documentation files (the "Software"), to deal in the
2507
+ Software without restriction, including without
2508
+ limitation the rights to use, copy, modify, merge,
2509
+ publish, distribute, sublicense, and/or sell copies of
2510
+ the Software, and to permit persons to whom the Software
2511
+ is furnished to do so, subject to the following
2512
+ conditions:
2513
+
2514
+ The above copyright notice and this permission notice
2515
+ shall be included in all copies or substantial portions
2516
+ of the Software.
2517
+
2518
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2519
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2520
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2521
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2522
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2523
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2524
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2525
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2526
+ DEALINGS IN THE SOFTWARE.
2527
+
2528
+ ````
2529
+
2530
+ ---
2531
+
2532
+ ## The following dependencies are licensed under the MIT License:
2533
+
2534
+ ### Rust Crates:
2535
+
2536
+ - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
2537
+
2538
+ ````text
2539
+ Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
2540
+
2541
+ Permission is hereby granted, free of charge, to any
2542
+ person obtaining a copy of this software and associated
2543
+ documentation files (the "Software"), to deal in the
2544
+ Software without restriction, including without
2545
+ limitation the rights to use, copy, modify, merge,
2546
+ publish, distribute, sublicense, and/or sell copies of
2547
+ the Software, and to permit persons to whom the Software
2548
+ is furnished to do so, subject to the following
2549
+ conditions:
2550
+
2551
+ The above copyright notice and this permission notice
2552
+ shall be included in all copies or substantial portions
2553
+ of the Software.
2554
+
2555
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2556
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2557
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2558
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2559
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2560
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2561
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2562
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2563
+ DEALINGS IN THE SOFTWARE.
2564
+
2565
+ ````
2566
+
2567
+ ---
2568
+
2569
+ ## The following dependencies are licensed under the MIT License:
2570
+
2571
+ ### Rust Crates:
2572
+
2573
+ - [educe](https://github.com/magiclen/educe) (0.5.11)
2574
+ - [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
2575
+ - [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
2576
+
2577
+ ````text
2578
+ MIT License
2579
+
2580
+ Copyright (c) 2023 magiclen.org (Ron Li)
2581
+
2582
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2583
+ of this software and associated documentation files (the "Software"), to deal
2584
+ in the Software without restriction, including without limitation the rights
2585
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2586
+ copies of the Software, and to permit persons to whom the Software is
2587
+ furnished to do so, subject to the following conditions:
2588
+
2589
+ The above copyright notice and this permission notice shall be included in all
2590
+ copies or substantial portions of the Software.
2591
+
2592
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2593
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2594
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2595
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2596
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2597
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2598
+ SOFTWARE.
2599
+
2600
+ ````
2601
+
2602
+ ---
2603
+
2604
+ ## The following dependencies are licensed under the MIT License:
2605
+
2606
+ ### Rust Crates:
2607
+
2608
+ - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
2609
+
2610
+ ````text
2611
+ The MIT License (MIT)
2612
+
2613
+ Copyright (c) 2015 Danny Guo
2614
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2615
+ Copyright (c) 2018 Akash Kurdekar
2616
+
2617
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2618
+ of this software and associated documentation files (the "Software"), to deal
2619
+ in the Software without restriction, including without limitation the rights
2620
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2621
+ copies of the Software, and to permit persons to whom the Software is
2622
+ furnished to do so, subject to the following conditions:
2623
+
2624
+ The above copyright notice and this permission notice shall be included in all
2625
+ copies or substantial portions of the Software.
2626
+
2627
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2628
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2629
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2630
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2631
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2632
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2633
+ SOFTWARE.
2634
+
2635
+ ````
2636
+
2637
+ ---
2638
+
2639
+ ## The following dependencies are licensed under the MIT License:
2640
+
2641
+ ### Rust Crates:
2642
+
2643
+ - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
2644
+
2645
+ ````text
2646
+ MIT License
2647
+
2648
+ Copyright (c) 2025 Callum Oakley
2649
+
2650
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2651
+ of this software and associated documentation files (the "Software"), to deal
2652
+ in the Software without restriction, including without limitation the rights
2653
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2654
+ copies of the Software, and to permit persons to whom the Software is
2655
+ furnished to do so, subject to the following conditions:
2656
+
2657
+ The above copyright notice and this permission notice shall be included in all
2658
+ copies or substantial portions of the Software.
2659
+
2660
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2661
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2662
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2663
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2664
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2665
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2666
+ SOFTWARE.
2667
+
2668
+ ````
2669
+
2670
+ ---
2671
+
2672
+ ## The following dependencies are licensed under the MIT License:
2673
+
2674
+ ### Rust Crates:
2675
+
2676
+ - [rand](https://github.com/rust-random/rand) (0.8.5)
2677
+ - [rand](https://github.com/rust-random/rand) (0.9.4)
2678
+ - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
2679
+ - [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
2680
+ - [rand_core](https://github.com/rust-random/rand) (0.6.4)
2681
+ - [rand_core](https://github.com/rust-random/rand) (0.9.5)
2682
+
2683
+ ````text
2684
+ Copyright 2018 Developers of the Rand project
2685
+ Copyright (c) 2014 The Rust Project Developers
2686
+
2687
+ Permission is hereby granted, free of charge, to any
2688
+ person obtaining a copy of this software and associated
2689
+ documentation files (the "Software"), to deal in the
2690
+ Software without restriction, including without
2691
+ limitation the rights to use, copy, modify, merge,
2692
+ publish, distribute, sublicense, and/or sell copies of
2693
+ the Software, and to permit persons to whom the Software
2694
+ is furnished to do so, subject to the following
2695
+ conditions:
2696
+
2697
+ The above copyright notice and this permission notice
2698
+ shall be included in all copies or substantial portions
2699
+ of the Software.
2700
+
2701
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2702
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2703
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2704
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2705
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2706
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2707
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2708
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2709
+ DEALINGS IN THE SOFTWARE.
2710
+
2711
+ ````
2712
+
2713
+ ---
2714
+
2715
+ ## The following dependencies are licensed under the MIT License:
2716
+
2717
+ ### Rust Crates:
2718
+
2719
+ - [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
2720
+
2721
+ ````text
2722
+ Copyright (c) 2014 Chris Wong
2723
+
2724
+ Permission is hereby granted, free of charge, to any
2725
+ person obtaining a copy of this software and associated
2726
+ documentation files (the "Software"), to deal in the
2727
+ Software without restriction, including without
2728
+ limitation the rights to use, copy, modify, merge,
2729
+ publish, distribute, sublicense, and/or sell copies of
2730
+ the Software, and to permit persons to whom the Software
2731
+ is furnished to do so, subject to the following
2732
+ conditions:
2733
+
2734
+ The above copyright notice and this permission notice
2735
+ shall be included in all copies or substantial portions
2736
+ of the Software.
2737
+
2738
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2739
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2740
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2741
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2742
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2743
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2744
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2745
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2746
+ DEALINGS IN THE SOFTWARE.
2747
+
2748
+ ````
2749
+
2750
+ ---
2751
+
2752
+ ## The following dependencies are licensed under the MIT License:
2753
+
2754
+ ### Rust Crates:
2755
+
2756
+ - [directories](https://github.com/soc/directories-rs) (6.0.0)
2757
+
2758
+ ````text
2759
+ Copyright (c) 2018 directories-rs contributors
2760
+
2761
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2762
+ of this software and associated documentation files (the "Software"), to deal
2763
+ in the Software without restriction, including without limitation the rights
2764
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2765
+ copies of the Software, and to permit persons to whom the Software is
2766
+ furnished to do so, subject to the following conditions:
2767
+
2768
+ The above copyright notice and this permission notice shall be included in all
2769
+ copies or substantial portions of the Software.
2770
+
2771
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2772
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2773
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2774
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2775
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2776
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2777
+ SOFTWARE.
2778
+
2779
+ ````
2780
+
2781
+ ---
2782
+
2783
+ ## The following dependencies are licensed under the MIT License:
2784
+
2785
+ ### Rust Crates:
2786
+
2787
+ - [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
2788
+
2789
+ ````text
2790
+ Copyright (c) 2019 Eliza Weisman
2791
+
2792
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2793
+ of this software and associated documentation files (the "Software"), to deal
2794
+ in the Software without restriction, including without limitation the rights
2795
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2796
+ copies of the Software, and to permit persons to whom the Software is
2797
+ furnished to do so, subject to the following conditions:
2798
+
2799
+ The above copyright notice and this permission notice shall be included in
2800
+ all copies or substantial portions of the Software.
2801
+
2802
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2803
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2804
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2805
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2806
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2807
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2808
+ THE SOFTWARE.
2809
+
2810
+ ````
2811
+
2812
+ ---
2813
+
2814
+ ## The following dependencies are licensed under the MIT License:
2815
+
2816
+ ### Rust Crates:
2817
+
2818
+ - [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
2819
+
2820
+ ````text
2821
+ Copyright (c) 2016--2017
2822
+
2823
+ Permission is hereby granted, free of charge, to any
2824
+ person obtaining a copy of this software and associated
2825
+ documentation files (the "Software"), to deal in the
2826
+ Software without restriction, including without
2827
+ limitation the rights to use, copy, modify, merge,
2828
+ publish, distribute, sublicense, and/or sell copies of
2829
+ the Software, and to permit persons to whom the Software
2830
+ is furnished to do so, subject to the following
2831
+ conditions:
2832
+
2833
+ The above copyright notice and this permission notice
2834
+ shall be included in all copies or substantial portions
2835
+ of the Software.
2836
+
2837
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2838
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2839
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2840
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2841
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2842
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2843
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2844
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2845
+ DEALINGS IN THE SOFTWARE.
2846
+
2847
+ ````
2848
+
2849
+ ---
2850
+
2851
+ ## The following dependencies are licensed under the MIT License:
2852
+
2853
+ ### Rust Crates:
2854
+
2855
+ - [tower](https://github.com/tower-rs/tower) (0.5.3)
2856
+ - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
2857
+ - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
2858
+
2859
+ ````text
2860
+ Copyright (c) 2019 Tower Contributors
2861
+
2862
+ Permission is hereby granted, free of charge, to any
2863
+ person obtaining a copy of this software and associated
2864
+ documentation files (the "Software"), to deal in the
2865
+ Software without restriction, including without
2866
+ limitation the rights to use, copy, modify, merge,
2867
+ publish, distribute, sublicense, and/or sell copies of
2868
+ the Software, and to permit persons to whom the Software
2869
+ is furnished to do so, subject to the following
2870
+ conditions:
2871
+
2872
+ The above copyright notice and this permission notice
2873
+ shall be included in all copies or substantial portions
2874
+ of the Software.
2875
+
2876
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2877
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2878
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2879
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2880
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2881
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2882
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2883
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2884
+ DEALINGS IN THE SOFTWARE.
2885
+
2886
+ ````
2887
+
2888
+ ---
2889
+
2890
+ ## The following dependencies are licensed under the MIT License:
2891
+
2892
+ ### Rust Crates:
2893
+
2894
+ - [hyper](https://github.com/hyperium/hyper) (1.9.0)
2895
+
2896
+ ````text
2897
+ Copyright (c) 2014-2026 Sean McArthur
2898
+
2899
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2900
+ of this software and associated documentation files (the "Software"), to deal
2901
+ in the Software without restriction, including without limitation the rights
2902
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2903
+ copies of the Software, and to permit persons to whom the Software is
2904
+ furnished to do so, subject to the following conditions:
2905
+
2906
+ The above copyright notice and this permission notice shall be included in
2907
+ all copies or substantial portions of the Software.
2908
+
2909
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2910
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2911
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2912
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2913
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2914
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2915
+ THE SOFTWARE.
2916
+
2917
+ ````
2918
+
2919
+ ---
2920
+
2921
+ ## The following dependencies are licensed under the MIT License:
2922
+
2923
+ ### Rust Crates:
2924
+
2925
+ - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
2926
+
2927
+ ````text
2928
+ Copyright (c) 2018 Carl Lerche
2929
+
2930
+ Permission is hereby granted, free of charge, to any
2931
+ person obtaining a copy of this software and associated
2932
+ documentation files (the "Software"), to deal in the
2933
+ Software without restriction, including without
2934
+ limitation the rights to use, copy, modify, merge,
2935
+ publish, distribute, sublicense, and/or sell copies of
2936
+ the Software, and to permit persons to whom the Software
2937
+ is furnished to do so, subject to the following
2938
+ conditions:
2939
+
2940
+ The above copyright notice and this permission notice
2941
+ shall be included in all copies or substantial portions
2942
+ of the Software.
2943
+
2944
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2945
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2946
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2947
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2948
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2949
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2950
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2951
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2952
+ DEALINGS IN THE SOFTWARE.
2953
+
2954
+ ````
2955
+
2956
+ ---
2957
+
2958
+ ## The following dependencies are licensed under the MIT License:
2959
+
2960
+ ### Rust Crates:
2961
+
2962
+ - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
2963
+
2964
+ ````text
2965
+ Copyright (c) 2017 Robert Grosse
2966
+
2967
+ Permission is hereby granted, free of charge, to any
2968
+ person obtaining a copy of this software and associated
2969
+ documentation files (the "Software"), to deal in the
2970
+ Software without restriction, including without
2971
+ limitation the rights to use, copy, modify, merge,
2972
+ publish, distribute, sublicense, and/or sell copies of
2973
+ the Software, and to permit persons to whom the Software
2974
+ is furnished to do so, subject to the following
2975
+ conditions:
2976
+
2977
+ The above copyright notice and this permission notice
2978
+ shall be included in all copies or substantial portions
2979
+ of the Software.
2980
+
2981
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2982
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2983
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2984
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2985
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2986
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2987
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2988
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2989
+ DEALINGS IN THE SOFTWARE.
2990
+ ````
2991
+
2992
+ ---
2993
+
2994
+ ## The following dependencies are licensed under the MIT License:
2995
+
2996
+ ### NPM Packages:
2997
+
2998
+ - [ajv](https://github.com/ajv-validator/ajv) (8.17.1)
2999
+
3000
+ ````text
3001
+ The MIT License (MIT)
3002
+
3003
+ Copyright (c) 2015-2021 Evgeny Poberezkin
3004
+
3005
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3006
+ of this software and associated documentation files (the "Software"), to deal
3007
+ in the Software without restriction, including without limitation the rights
3008
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3009
+ copies of the Software, and to permit persons to whom the Software is
3010
+ furnished to do so, subject to the following conditions:
3011
+
3012
+ The above copyright notice and this permission notice shall be included in all
3013
+ copies or substantial portions of the Software.
3014
+
3015
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3016
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3017
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3018
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3019
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3020
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3021
+ SOFTWARE.
3022
+
3023
+
3024
+ ````
3025
+
3026
+ ---
3027
+
3028
+ ## The following dependencies are licensed under the MIT License:
3029
+
3030
+ ### Rust Crates:
3031
+
3032
+ - [zerocopy](https://github.com/google/zerocopy) (0.8.48)
3033
+
3034
+ ````text
3035
+ Copyright 2023 The Fuchsia Authors
3036
+
3037
+ Permission is hereby granted, free of charge, to any
3038
+ person obtaining a copy of this software and associated
3039
+ documentation files (the "Software"), to deal in the
3040
+ Software without restriction, including without
3041
+ limitation the rights to use, copy, modify, merge,
3042
+ publish, distribute, sublicense, and/or sell copies of
3043
+ the Software, and to permit persons to whom the Software
3044
+ is furnished to do so, subject to the following
3045
+ conditions:
3046
+
3047
+ The above copyright notice and this permission notice
3048
+ shall be included in all copies or substantial portions
3049
+ of the Software.
3050
+
3051
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3052
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3053
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3054
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3055
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3056
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3057
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3058
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3059
+ DEALINGS IN THE SOFTWARE.
3060
+
3061
+
3062
+ ````
3063
+
3064
+ ---
3065
+
3066
+ ## The following dependencies are licensed under the MIT License:
3067
+
3068
+ ### Rust Crates:
3069
+
3070
+ - [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
3071
+
3072
+ ````text
3073
+ Copyright (c) 2017 Daniel Abramov
3074
+ Copyright (c) 2017 Alexey Galakhov
3075
+
3076
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3077
+ of this software and associated documentation files (the "Software"), to deal
3078
+ in the Software without restriction, including without limitation the rights
3079
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3080
+ copies of the Software, and to permit persons to whom the Software is
3081
+ furnished to do so, subject to the following conditions:
3082
+
3083
+ The above copyright notice and this permission notice shall be included in
3084
+ all copies or substantial portions of the Software.
3085
+
3086
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3087
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3088
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3089
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3090
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3091
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3092
+ THE SOFTWARE.
3093
+
3094
+ ````
3095
+
3096
+ ---
3097
+
3098
+ ## The following dependencies are licensed under the MIT License:
3099
+
3100
+ ### Rust Crates:
3101
+
3102
+ - [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
3103
+
3104
+ ````text
3105
+ Copyright (c) The rust-url developers
3106
+
3107
+ Permission is hereby granted, free of charge, to any
3108
+ person obtaining a copy of this software and associated
3109
+ documentation files (the "Software"), to deal in the
3110
+ Software without restriction, including without
3111
+ limitation the rights to use, copy, modify, merge,
3112
+ publish, distribute, sublicense, and/or sell copies of
3113
+ the Software, and to permit persons to whom the Software
3114
+ is furnished to do so, subject to the following
3115
+ conditions:
3116
+
3117
+ The above copyright notice and this permission notice
3118
+ shall be included in all copies or substantial portions
3119
+ of the Software.
3120
+
3121
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3122
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3123
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3124
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3125
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3126
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3127
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3128
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3129
+ DEALINGS IN THE SOFTWARE.
3130
+
3131
+ ````
3132
+
3133
+ ---
3134
+
3135
+ ## The following dependencies are licensed under the MIT License:
3136
+
3137
+ ### Rust Crates:
3138
+
3139
+ - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
3140
+
3141
+ ````text
3142
+ Copyright (c) 2016 Anthony Ramine
3143
+
3144
+ Permission is hereby granted, free of charge, to any
3145
+ person obtaining a copy of this software and associated
3146
+ documentation files (the "Software"), to deal in the
3147
+ Software without restriction, including without
3148
+ limitation the rights to use, copy, modify, merge,
3149
+ publish, distribute, sublicense, and/or sell copies of
3150
+ the Software, and to permit persons to whom the Software
3151
+ is furnished to do so, subject to the following
3152
+ conditions:
3153
+
3154
+ The above copyright notice and this permission notice
3155
+ shall be included in all copies or substantial portions
3156
+ of the Software.
3157
+
3158
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3159
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3160
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3161
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3162
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3163
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3164
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3165
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3166
+ DEALINGS IN THE SOFTWARE.
3167
+
3168
+ ````
3169
+
3170
+ ---
3171
+
3172
+ ## The following dependencies are licensed under the MIT License:
3173
+
3174
+ ### Rust Crates:
3175
+
3176
+ - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
3177
+
3178
+ ````text
3179
+ MIT License
3180
+
3181
+ Copyright (c) 2019 Yoshua Wuyts
3182
+ Copyright (c) Tokio Contributors
3183
+
3184
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3185
+ of this software and associated documentation files (the "Software"), to deal
3186
+ in the Software without restriction, including without limitation the rights
3187
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3188
+ copies of the Software, and to permit persons to whom the Software is
3189
+ furnished to do so, subject to the following conditions:
3190
+
3191
+ The above copyright notice and this permission notice shall be included in all
3192
+ copies or substantial portions of the Software.
3193
+
3194
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3195
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3196
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3197
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3198
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3199
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3200
+ SOFTWARE.
3201
+
3202
+ ````
3203
+
3204
+ ---
3205
+
3206
+ ## The following dependencies are licensed under the MIT License:
3207
+
3208
+ ### Rust Crates:
3209
+
3210
+ - [want](https://github.com/seanmonstar/want) (0.3.1)
3211
+
3212
+ ````text
3213
+ Copyright (c) 2018-2019 Sean McArthur
3214
+
3215
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3216
+ of this software and associated documentation files (the "Software"), to deal
3217
+ in the Software without restriction, including without limitation the rights
3218
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3219
+ copies of the Software, and to permit persons to whom the Software is
3220
+ furnished to do so, subject to the following conditions:
3221
+
3222
+ The above copyright notice and this permission notice shall be included in
3223
+ all copies or substantial portions of the Software.
3224
+
3225
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3226
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3227
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3228
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3229
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3230
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3231
+ THE SOFTWARE.
3232
+
3233
+
3234
+ ````
3235
+
3236
+ ---
3237
+
3238
+ ## The following dependencies are licensed under the MIT License:
3239
+
3240
+ ### Rust Crates:
3241
+
3242
+ - [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
3243
+ - [log](https://github.com/rust-lang/log) (0.4.29)
3244
+ - [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
3245
+ - [regex](https://github.com/rust-lang/regex) (1.12.3)
3246
+ - [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
3247
+ - [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
3248
+
3249
+ ````text
3250
+ Copyright (c) 2014 The Rust Project Developers
3251
+
3252
+ Permission is hereby granted, free of charge, to any
3253
+ person obtaining a copy of this software and associated
3254
+ documentation files (the "Software"), to deal in the
3255
+ Software without restriction, including without
3256
+ limitation the rights to use, copy, modify, merge,
3257
+ publish, distribute, sublicense, and/or sell copies of
3258
+ the Software, and to permit persons to whom the Software
3259
+ is furnished to do so, subject to the following
3260
+ conditions:
3261
+
3262
+ The above copyright notice and this permission notice
3263
+ shall be included in all copies or substantial portions
3264
+ of the Software.
3265
+
3266
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3267
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3268
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3269
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3270
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3271
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3272
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3273
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3274
+ DEALINGS IN THE SOFTWARE.
3275
+
3276
+ ````
3277
+
3278
+ ---
3279
+
3280
+ ## The following dependencies are licensed under the MIT License:
3281
+
3282
+ ### Rust Crates:
3283
+
3284
+ - [nix](https://github.com/nix-rust/nix) (0.31.2)
3285
+
3286
+ ````text
3287
+ The MIT License (MIT)
3288
+
3289
+ Copyright (c) 2015 Carl Lerche + nix-rust Authors
3290
+
3291
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3292
+ of this software and associated documentation files (the "Software"), to deal
3293
+ in the Software without restriction, including without limitation the rights
3294
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3295
+ copies of the Software, and to permit persons to whom the Software is
3296
+ furnished to do so, subject to the following conditions:
3297
+
3298
+ The above copyright notice and this permission notice shall be included in
3299
+ all copies or substantial portions of the Software.
3300
+
3301
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3302
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3303
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3304
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3305
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3306
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3307
+ THE SOFTWARE.
3308
+
3309
+ ````
3310
+
3311
+ ---
3312
+
3313
+ ## The following dependencies are licensed under the MIT License:
3314
+
3315
+ ### Rust Crates:
3316
+
3317
+ - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
3318
+
3319
+ ````text
3320
+ Copyright (c) 2018 The Servo Project Developers
3321
+
3322
+ Permission is hereby granted, free of charge, to any
3323
+ person obtaining a copy of this software and associated
3324
+ documentation files (the "Software"), to deal in the
3325
+ Software without restriction, including without
3326
+ limitation the rights to use, copy, modify, merge,
3327
+ publish, distribute, sublicense, and/or sell copies of
3328
+ the Software, and to permit persons to whom the Software
3329
+ is furnished to do so, subject to the following
3330
+ conditions:
3331
+
3332
+ The above copyright notice and this permission notice
3333
+ shall be included in all copies or substantial portions
3334
+ of the Software.
3335
+
3336
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3337
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3338
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3339
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3340
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3341
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3342
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3343
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3344
+ DEALINGS IN THE SOFTWARE.
3345
+
3346
+ ````
3347
+
3348
+ ---
3349
+
3350
+ ## The following dependencies are licensed under the MIT License:
3351
+
3352
+ ### NPM Packages:
3353
+
3354
+ - [undici-types](https://github.com/nodejs/undici) (6.21.0)
3355
+
3356
+ ````text
3357
+ MIT License
3358
+
3359
+ Copyright (c) Matteo Collina and Undici contributors
3360
+
3361
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3362
+ of this software and associated documentation files (the "Software"), to deal
3363
+ in the Software without restriction, including without limitation the rights
3364
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3365
+ copies of the Software, and to permit persons to whom the Software is
3366
+ furnished to do so, subject to the following conditions:
3367
+
3368
+ The above copyright notice and this permission notice shall be included in all
3369
+ copies or substantial portions of the Software.
3370
+
3371
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3372
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3373
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3374
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3375
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3376
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3377
+ SOFTWARE.
3378
+
3379
+ ````
3380
+
3381
+ ---
3382
+
3383
+ ## The following dependencies are licensed under the MIT License:
3384
+
3385
+ ### Rust Crates:
3386
+
3387
+ - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
3388
+
3389
+ ````text
3390
+ Copyright (c) 2017 Alexey Galakhov
3391
+ Copyright (c) 2016 Jason Housley
3392
+
3393
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3394
+ of this software and associated documentation files (the "Software"), to deal
3395
+ in the Software without restriction, including without limitation the rights
3396
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3397
+ copies of the Software, and to permit persons to whom the Software is
3398
+ furnished to do so, subject to the following conditions:
3399
+
3400
+ The above copyright notice and this permission notice shall be included in
3401
+ all copies or substantial portions of the Software.
3402
+
3403
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3404
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3405
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3406
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3407
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3408
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3409
+ THE SOFTWARE.
3410
+
3411
+ ````
3412
+
3413
+ ---
3414
+
3415
+ ## The following dependencies are licensed under the MIT License:
3416
+
3417
+ ### Rust Crates:
3418
+
3419
+ - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
3420
+
3421
+ ````text
3422
+ Copyright (c) 2016--2023
3423
+
3424
+ Permission is hereby granted, free of charge, to any
3425
+ person obtaining a copy of this software and associated
3426
+ documentation files (the "Software"), to deal in the
3427
+ Software without restriction, including without
3428
+ limitation the rights to use, copy, modify, merge,
3429
+ publish, distribute, sublicense, and/or sell copies of
3430
+ the Software, and to permit persons to whom the Software
3431
+ is furnished to do so, subject to the following
3432
+ conditions:
3433
+
3434
+ The above copyright notice and this permission notice
3435
+ shall be included in all copies or substantial portions
3436
+ of the Software.
3437
+
3438
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3439
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3440
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3441
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3442
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3443
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3444
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3445
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3446
+ DEALINGS IN THE SOFTWARE.
3447
+
3448
+ ````
3449
+
3450
+ ---
3451
+
3452
+ ## The following dependencies are licensed under the MIT License:
3453
+
3454
+ ### Rust Crates:
3455
+
3456
+ - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
3457
+ - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
3458
+ - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
3459
+ - [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
3460
+
3461
+ ````text
3462
+ Copyright (c) 2016 The Rust Project Developers
3463
+
3464
+ Permission is hereby granted, free of charge, to any
3465
+ person obtaining a copy of this software and associated
3466
+ documentation files (the "Software"), to deal in the
3467
+ Software without restriction, including without
3468
+ limitation the rights to use, copy, modify, merge,
3469
+ publish, distribute, sublicense, and/or sell copies of
3470
+ the Software, and to permit persons to whom the Software
3471
+ is furnished to do so, subject to the following
3472
+ conditions:
3473
+
3474
+ The above copyright notice and this permission notice
3475
+ shall be included in all copies or substantial portions
3476
+ of the Software.
3477
+
3478
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3479
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3480
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3481
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3482
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3483
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3484
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3485
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3486
+ DEALINGS IN THE SOFTWARE.
3487
+
3488
+ ````
3489
+
3490
+ ---
3491
+
3492
+ ## The following dependencies are licensed under the MIT License:
3493
+
3494
+ ### Rust Crates:
3495
+
3496
+ - [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
3497
+
3498
+ ````text
3499
+ MIT License
3500
+
3501
+ Copyright (c) 2018-2021 The RustCrypto Project Developers
3502
+
3503
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3504
+ of this software and associated documentation files (the "Software"), to deal
3505
+ in the Software without restriction, including without limitation the rights
3506
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3507
+ copies of the Software, and to permit persons to whom the Software is
3508
+ furnished to do so, subject to the following conditions:
3509
+
3510
+ The above copyright notice and this permission notice shall be included in all
3511
+ copies or substantial portions of the Software.
3512
+
3513
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3514
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3515
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3516
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3517
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3518
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3519
+ SOFTWARE.
3520
+
3521
+ ````
3522
+
3523
+ ---
3524
+
3525
+ ## The following dependencies are licensed under the MIT License:
3526
+
3527
+ ### Rust Crates:
3528
+
3529
+ - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
3530
+
3531
+ ````text
3532
+ Copyright (c) 2016 The rust-native-tls Developers
3533
+
3534
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3535
+ of this software and associated documentation files (the "Software"), to deal
3536
+ in the Software without restriction, including without limitation the rights
3537
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3538
+ copies of the Software, and to permit persons to whom the Software is
3539
+ furnished to do so, subject to the following conditions:
3540
+
3541
+ The above copyright notice and this permission notice shall be included in all
3542
+ copies or substantial portions of the Software.
3543
+
3544
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3545
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3546
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3547
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3548
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3549
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3550
+ SOFTWARE.
3551
+
3552
+ ````
3553
+
3554
+ ---
3555
+
3556
+ ## The following dependencies are licensed under the MIT License:
3557
+
3558
+ ### Rust Crates:
3559
+
3560
+ - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
3561
+
3562
+ ````text
3563
+ Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
3564
+
3565
+ Permission is hereby granted, free of charge, to any
3566
+ person obtaining a copy of this software and associated
3567
+ documentation files (the "Software"), to deal in the
3568
+ Software without restriction, including without
3569
+ limitation the rights to use, copy, modify, merge,
3570
+ publish, distribute, sublicense, and/or sell copies of
3571
+ the Software, and to permit persons to whom the Software
3572
+ is furnished to do so, subject to the following
3573
+ conditions:
3574
+
3575
+ The above copyright notice and this permission notice
3576
+ shall be included in all copies or substantial portions
3577
+ of the Software.
3578
+
3579
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3580
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3581
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3582
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3583
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3584
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3585
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3586
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3587
+ DEALINGS IN THE SOFTWARE.
3588
+
3589
+ ````
3590
+
3591
+ ---
3592
+
3593
+ ## The following dependencies are licensed under the MIT License:
3594
+
3595
+ ### Rust Crates:
3596
+
3597
+ - [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
3598
+
3599
+ ````text
3600
+ Copyright (c) 2013-2014 The Rust Project Developers.
3601
+ Copyright (c) 2015-2020 The rust-hex Developers
3602
+
3603
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3604
+ of this software and associated documentation files (the "Software"), to deal
3605
+ in the Software without restriction, including without limitation the rights
3606
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3607
+ copies of the Software, and to permit persons to whom the Software is
3608
+ furnished to do so, subject to the following conditions:
3609
+
3610
+ The above copyright notice and this permission notice shall be included in all
3611
+ copies or substantial portions of the Software.
3612
+
3613
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3614
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3615
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3616
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3617
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3618
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3619
+ SOFTWARE.
3620
+
3621
+ ````
3622
+
3623
+ ---
3624
+
3625
+ ## The following dependencies are licensed under the MIT License:
3626
+
3627
+ ### NPM Packages:
3628
+
3629
+ - [json5](https://github.com/json5/json5) (2.2.3)
3630
+
3631
+ ````text
3632
+ MIT License
3633
+
3634
+ Copyright (c) 2012-2018 Aseem Kishore, and [others].
3635
+
3636
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3637
+ of this software and associated documentation files (the "Software"), to deal
3638
+ in the Software without restriction, including without limitation the rights
3639
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3640
+ copies of the Software, and to permit persons to whom the Software is
3641
+ furnished to do so, subject to the following conditions:
3642
+
3643
+ The above copyright notice and this permission notice shall be included in all
3644
+ copies or substantial portions of the Software.
3645
+
3646
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3647
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3648
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3649
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3650
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3651
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3652
+ SOFTWARE.
3653
+
3654
+ [others]: https://github.com/json5/json5/contributors
3655
+
3656
+ ````
3657
+
3658
+ ---
3659
+
3660
+ ## The following dependencies are licensed under the MIT License:
3661
+
3662
+ ### Rust Crates:
3663
+
3664
+ - [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
3665
+
3666
+ ````text
3667
+ MIT License
3668
+
3669
+ Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
3670
+
3671
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3672
+ of this software and associated documentation files (the "Software"), to deal
3673
+ in the Software without restriction, including without limitation the rights
3674
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3675
+ copies of the Software, and to permit persons to whom the Software is
3676
+ furnished to do so, subject to the following conditions:
3677
+
3678
+ The above copyright notice and this permission notice shall be included in all
3679
+ copies or substantial portions of the Software.
3680
+
3681
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3682
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3683
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3684
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3685
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3686
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3687
+ SOFTWARE.
3688
+
3689
+ ````
3690
+
3691
+ ---
3692
+
3693
+ ## The following dependencies are licensed under the MIT License:
3694
+
3695
+ ### Rust Crates:
3696
+
3697
+ - [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
3698
+
3699
+ ````text
3700
+ Copyright (c) 2021 RustCrypto Developers
3701
+
3702
+ Permission is hereby granted, free of charge, to any
3703
+ person obtaining a copy of this software and associated
3704
+ documentation files (the "Software"), to deal in the
3705
+ Software without restriction, including without
3706
+ limitation the rights to use, copy, modify, merge,
3707
+ publish, distribute, sublicense, and/or sell copies of
3708
+ the Software, and to permit persons to whom the Software
3709
+ is furnished to do so, subject to the following
3710
+ conditions:
3711
+
3712
+ The above copyright notice and this permission notice
3713
+ shall be included in all copies or substantial portions
3714
+ of the Software.
3715
+
3716
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3717
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3718
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3719
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3720
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3721
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3722
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3723
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3724
+ DEALINGS IN THE SOFTWARE.
3725
+
3726
+ ````
3727
+
3728
+ ---
3729
+
3730
+ ## The following dependencies are licensed under the MIT License:
3731
+
3732
+ ### Rust Crates:
3733
+
3734
+ - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
3735
+
3736
+ ````text
3737
+ Copyright (c) 2018-2019 The RustCrypto Project Developers
3738
+
3739
+ Permission is hereby granted, free of charge, to any
3740
+ person obtaining a copy of this software and associated
3741
+ documentation files (the "Software"), to deal in the
3742
+ Software without restriction, including without
3743
+ limitation the rights to use, copy, modify, merge,
3744
+ publish, distribute, sublicense, and/or sell copies of
3745
+ the Software, and to permit persons to whom the Software
3746
+ is furnished to do so, subject to the following
3747
+ conditions:
3748
+
3749
+ The above copyright notice and this permission notice
3750
+ shall be included in all copies or substantial portions
3751
+ of the Software.
3752
+
3753
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3754
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3755
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3756
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3757
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3758
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3759
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3760
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3761
+ DEALINGS IN THE SOFTWARE.
3762
+
3763
+ ````
3764
+
3765
+ ---
3766
+
3767
+ ## The following dependencies are licensed under the MIT License:
3768
+
3769
+ ### Rust Crates:
3770
+
3771
+ - [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
3772
+
3773
+ ````text
3774
+ Copyright (c) 2018-2026 The rust-random Project Developers
3775
+ Copyright (c) 2014 The Rust Project Developers
3776
+
3777
+ Permission is hereby granted, free of charge, to any
3778
+ person obtaining a copy of this software and associated
3779
+ documentation files (the "Software"), to deal in the
3780
+ Software without restriction, including without
3781
+ limitation the rights to use, copy, modify, merge,
3782
+ publish, distribute, sublicense, and/or sell copies of
3783
+ the Software, and to permit persons to whom the Software
3784
+ is furnished to do so, subject to the following
3785
+ conditions:
3786
+
3787
+ The above copyright notice and this permission notice
3788
+ shall be included in all copies or substantial portions
3789
+ of the Software.
3790
+
3791
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3792
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3793
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3794
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3795
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3796
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3797
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3798
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3799
+ DEALINGS IN THE SOFTWARE.
3800
+
3801
+ ````
3802
+
3803
+ ---
3804
+
3805
+ ## The following dependencies are licensed under the MIT License:
3806
+
3807
+ ### Rust Crates:
3808
+
3809
+ - [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
3810
+
3811
+ ````text
3812
+ Copyright (c) 2020 Andrew D. Straw
3813
+
3814
+ Permission is hereby granted, free of charge, to any
3815
+ person obtaining a copy of this software and associated
3816
+ documentation files (the "Software"), to deal in the
3817
+ Software without restriction, including without
3818
+ limitation the rights to use, copy, modify, merge,
3819
+ publish, distribute, sublicense, and/or sell copies of
3820
+ the Software, and to permit persons to whom the Software
3821
+ is furnished to do so, subject to the following
3822
+ conditions:
3823
+
3824
+ The above copyright notice and this permission notice
3825
+ shall be included in all copies or substantial portions
3826
+ of the Software.
3827
+
3828
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3829
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3830
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3831
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3832
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3833
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3834
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3835
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3836
+ DEALINGS IN THE SOFTWARE.
3837
+
3838
+ ````
3839
+
3840
+ ---
3841
+
3842
+ ## The following dependencies are licensed under the MIT License:
3843
+
3844
+ ### Rust Crates:
3845
+
3846
+ - [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
3847
+
3848
+ ````text
3849
+ MIT License
3850
+
3851
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3852
+ of this software and associated documentation files (the "Software"), to deal
3853
+ in the Software without restriction, including without limitation the rights
3854
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3855
+ copies of the Software, and to permit persons to whom the Software is
3856
+ furnished to do so, subject to the following conditions:
3857
+
3858
+ The above copyright notice and this permission notice shall be included in all
3859
+ copies or substantial portions of the Software.
3860
+
3861
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3862
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3863
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3864
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3865
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3866
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3867
+ SOFTWARE.
3868
+
3869
+ ````
3870
+
3871
+ ---
3872
+
3873
+ ## The following dependencies are licensed under the MIT License:
3874
+
3875
+ ### Rust Crates:
3876
+
3877
+ - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
3878
+
3879
+ ````text
3880
+ The MIT License (MIT)
3881
+
3882
+ Copyright (c) 2016 Johann Tuffe
3883
+
3884
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3885
+ of this software and associated documentation files (the "Software"), to deal
3886
+ in the Software without restriction, including without limitation the rights
3887
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3888
+ copies of the Software, and to permit persons to whom the Software is
3889
+ furnished to do so, subject to the following conditions:
3890
+
3891
+
3892
+ The above copyright notice and this permission notice shall be included in
3893
+ all copies or substantial portions of the Software.
3894
+
3895
+
3896
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3897
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3898
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3899
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3900
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3901
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3902
+ THE SOFTWARE.
3903
+
3904
+ ````
3905
+
3906
+ ---
3907
+
3908
+ ## The following dependencies are licensed under the MIT License:
3909
+
3910
+ ### Rust Crates:
3911
+
3912
+ - [schemars](https://github.com/GREsau/schemars) (1.2.1)
3913
+ - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
3914
+
3915
+ ````text
3916
+ MIT License
3917
+
3918
+ Copyright (c) 2019 Graham Esau
3919
+
3920
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3921
+ of this software and associated documentation files (the "Software"), to deal
3922
+ in the Software without restriction, including without limitation the rights
3923
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3924
+ copies of the Software, and to permit persons to whom the Software is
3925
+ furnished to do so, subject to the following conditions:
3926
+
3927
+ The above copyright notice and this permission notice shall be included in all
3928
+ copies or substantial portions of the Software.
3929
+
3930
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3931
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3932
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3933
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3934
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3935
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3936
+ SOFTWARE.
3937
+
3938
+ ````
3939
+
3940
+ ---
3941
+
3942
+ ## The following dependencies are licensed under the MIT License:
3943
+
3944
+ ### Rust Crates:
3945
+
3946
+ - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
3947
+
3948
+ ````text
3949
+ Copyright (c) 2015 Steven Allen
3950
+
3951
+ Permission is hereby granted, free of charge, to any
3952
+ person obtaining a copy of this software and associated
3953
+ documentation files (the "Software"), to deal in the
3954
+ Software without restriction, including without
3955
+ limitation the rights to use, copy, modify, merge,
3956
+ publish, distribute, sublicense, and/or sell copies of
3957
+ the Software, and to permit persons to whom the Software
3958
+ is furnished to do so, subject to the following
3959
+ conditions:
3960
+
3961
+ The above copyright notice and this permission notice
3962
+ shall be included in all copies or substantial portions
3963
+ of the Software.
3964
+
3965
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3966
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3967
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3968
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3969
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3970
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3971
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3972
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3973
+ DEALINGS IN THE SOFTWARE.
3974
+
3975
+ ````
3976
+
3977
+ ---
3978
+
3979
+ ## The following dependencies are licensed under the MIT License:
3980
+
3981
+ ### Rust Crates:
3982
+
3983
+ - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
3984
+
3985
+ ````text
3986
+ Copyright (c) 2023-2025 Sean McArthur
3987
+
3988
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3989
+ of this software and associated documentation files (the "Software"), to deal
3990
+ in the Software without restriction, including without limitation the rights
3991
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3992
+ copies of the Software, and to permit persons to whom the Software is
3993
+ furnished to do so, subject to the following conditions:
3994
+
3995
+ The above copyright notice and this permission notice shall be included in
3996
+ all copies or substantial portions of the Software.
3997
+
3998
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3999
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4000
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4001
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4002
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4003
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4004
+ THE SOFTWARE.
4005
+
4006
+ ````
4007
+
4008
+ ---
4009
+
4010
+ ## The following dependencies are licensed under the MIT License:
4011
+
4012
+ ### Rust Crates:
4013
+
4014
+ - [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
4015
+
4016
+ ````text
4017
+ Copyright (c) 2017 tokio-jsonrpc developers
4018
+
4019
+ Permission is hereby granted, free of charge, to any
4020
+ person obtaining a copy of this software and associated
4021
+ documentation files (the "Software"), to deal in the
4022
+ Software without restriction, including without
4023
+ limitation the rights to use, copy, modify, merge,
4024
+ publish, distribute, sublicense, and/or sell copies of
4025
+ the Software, and to permit persons to whom the Software
4026
+ is furnished to do so, subject to the following
4027
+ conditions:
4028
+
4029
+ The above copyright notice and this permission notice
4030
+ shall be included in all copies or substantial portions
4031
+ of the Software.
4032
+
4033
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
4034
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
4035
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
4036
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
4037
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4038
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4039
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
4040
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4041
+ DEALINGS IN THE SOFTWARE.
4042
+
4043
+ ````
4044
+
4045
+ ---
4046
+
4047
+ ## The following dependencies are licensed under the MIT License:
4048
+
4049
+ ### Rust Crates:
4050
+
4051
+ - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
4052
+
4053
+ ````text
4054
+ Copyright (c) 2013-2016 The rust-url developers
4055
+
4056
+ Permission is hereby granted, free of charge, to any
4057
+ person obtaining a copy of this software and associated
4058
+ documentation files (the "Software"), to deal in the
4059
+ Software without restriction, including without
4060
+ limitation the rights to use, copy, modify, merge,
4061
+ publish, distribute, sublicense, and/or sell copies of
4062
+ the Software, and to permit persons to whom the Software
4063
+ is furnished to do so, subject to the following
4064
+ conditions:
4065
+
4066
+ The above copyright notice and this permission notice
4067
+ shall be included in all copies or substantial portions
4068
+ of the Software.
4069
+
4070
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
4071
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
4072
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
4073
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
4074
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4075
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4076
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
4077
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4078
+ DEALINGS IN THE SOFTWARE.
4079
+
4080
+ ````
4081
+
4082
+ ---
4083
+
4084
+ ## The following dependencies are licensed under the MIT License:
4085
+
4086
+ ### Rust Crates:
4087
+
4088
+ - [humantime](https://github.com/chronotope/humantime) (2.3.0)
4089
+
4090
+ ````text
4091
+ Copyright (c) 2016 The humantime Developers
4092
+
4093
+ Includes parts of http date with the following copyright:
4094
+ Copyright (c) 2016 Pyfisch
4095
+
4096
+ Includes portions of musl libc with the following copyright:
4097
+ Copyright © 2005-2013 Rich Felker
4098
+
4099
+
4100
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4101
+ of this software and associated documentation files (the "Software"), to deal
4102
+ in the Software without restriction, including without limitation the rights
4103
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4104
+ copies of the Software, and to permit persons to whom the Software is
4105
+ furnished to do so, subject to the following conditions:
4106
+
4107
+ The above copyright notice and this permission notice shall be included in all
4108
+ copies or substantial portions of the Software.
4109
+
4110
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4111
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4112
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4113
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4114
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4115
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4116
+ SOFTWARE.
4117
+
4118
+ ````
4119
+
4120
+ ---
4121
+
4122
+ ## The following dependencies are licensed under the MIT License:
4123
+
4124
+ ### Rust Crates:
4125
+
4126
+ - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
4127
+ - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
4128
+ - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
4129
+
4130
+ ````text
4131
+ MIT License
4132
+
4133
+ Copyright (c) Tokio Contributors
4134
+
4135
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4136
+ of this software and associated documentation files (the "Software"), to deal
4137
+ in the Software without restriction, including without limitation the rights
4138
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4139
+ copies of the Software, and to permit persons to whom the Software is
4140
+ furnished to do so, subject to the following conditions:
4141
+
4142
+ The above copyright notice and this permission notice shall be included in all
4143
+ copies or substantial portions of the Software.
4144
+
4145
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4146
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4147
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4148
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4149
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4150
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4151
+ SOFTWARE.
4152
+
4153
+ ````
4154
+
4155
+ ---
4156
+
4157
+ ## The following dependencies are licensed under the MIT License:
4158
+
4159
+ ### Rust Crates:
4160
+
4161
+ - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
4162
+
4163
+ ````text
4164
+ Copyright (c) 2018-2023 Sean McArthur
4165
+ Copyright (c) 2016 Alex Crichton
4166
+
4167
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4168
+ of this software and associated documentation files (the "Software"), to deal
4169
+ in the Software without restriction, including without limitation the rights
4170
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4171
+ copies of the Software, and to permit persons to whom the Software is
4172
+ furnished to do so, subject to the following conditions:
4173
+
4174
+ The above copyright notice and this permission notice shall be included in
4175
+ all copies or substantial portions of the Software.
4176
+
4177
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4178
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4179
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4180
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4181
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4182
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4183
+ THE SOFTWARE.
4184
+
4185
+
4186
+ ````
4187
+
4188
+ ---
4189
+
4190
+ ## The following dependencies are licensed under the MPL-2.0 License:
4191
+
4192
+ ### Rust Crates:
4193
+
4194
+ - [option-ext](https://github.com/soc/option-ext) (0.2.0)
4195
+
4196
+ ````text
4197
+ Mozilla Public License Version 2.0
4198
+ ==================================
4199
+
4200
+ 1. Definitions
4201
+ --------------
4202
+
4203
+ 1.1. "Contributor"
4204
+ means each individual or legal entity that creates, contributes to
4205
+ the creation of, or owns Covered Software.
4206
+
4207
+ 1.2. "Contributor Version"
4208
+ means the combination of the Contributions of others (if any) used
4209
+ by a Contributor and that particular Contributor's Contribution.
4210
+
4211
+ 1.3. "Contribution"
4212
+ means Covered Software of a particular Contributor.
4213
+
4214
+ 1.4. "Covered Software"
4215
+ means Source Code Form to which the initial Contributor has attached
4216
+ the notice in Exhibit A, the Executable Form of such Source Code
4217
+ Form, and Modifications of such Source Code Form, in each case
4218
+ including portions thereof.
4219
+
4220
+ 1.5. "Incompatible With Secondary Licenses"
4221
+ means
4222
+
4223
+ (a) that the initial Contributor has attached the notice described
4224
+ in Exhibit B to the Covered Software; or
4225
+
4226
+ (b) that the Covered Software was made available under the terms of
4227
+ version 1.1 or earlier of the License, but not also under the
4228
+ terms of a Secondary License.
4229
+
4230
+ 1.6. "Executable Form"
4231
+ means any form of the work other than Source Code Form.
4232
+
4233
+ 1.7. "Larger Work"
4234
+ means a work that combines Covered Software with other material, in
4235
+ a separate file or files, that is not Covered Software.
4236
+
4237
+ 1.8. "License"
4238
+ means this document.
4239
+
4240
+ 1.9. "Licensable"
4241
+ means having the right to grant, to the maximum extent possible,
4242
+ whether at the time of the initial grant or subsequently, any and
4243
+ all of the rights conveyed by this License.
4244
+
4245
+ 1.10. "Modifications"
4246
+ means any of the following:
4247
+
4248
+ (a) any file in Source Code Form that results from an addition to,
4249
+ deletion from, or modification of the contents of Covered
4250
+ Software; or
4251
+
4252
+ (b) any new file in Source Code Form that contains any Covered
4253
+ Software.
4254
+
4255
+ 1.11. "Patent Claims" of a Contributor
4256
+ means any patent claim(s), including without limitation, method,
4257
+ process, and apparatus claims, in any patent Licensable by such
4258
+ Contributor that would be infringed, but for the grant of the
4259
+ License, by the making, using, selling, offering for sale, having
4260
+ made, import, or transfer of either its Contributions or its
4261
+ Contributor Version.
4262
+
4263
+ 1.12. "Secondary License"
4264
+ means either the GNU General Public License, Version 2.0, the GNU
4265
+ Lesser General Public License, Version 2.1, the GNU Affero General
4266
+ Public License, Version 3.0, or any later versions of those
4267
+ licenses.
4268
+
4269
+ 1.13. "Source Code Form"
4270
+ means the form of the work preferred for making modifications.
4271
+
4272
+ 1.14. "You" (or "Your")
4273
+ means an individual or a legal entity exercising rights under this
4274
+ License. For legal entities, "You" includes any entity that
4275
+ controls, is controlled by, or is under common control with You. For
4276
+ purposes of this definition, "control" means (a) the power, direct
4277
+ or indirect, to cause the direction or management of such entity,
4278
+ whether by contract or otherwise, or (b) ownership of more than
4279
+ fifty percent (50%) of the outstanding shares or beneficial
4280
+ ownership of such entity.
4281
+
4282
+ 2. License Grants and Conditions
4283
+ --------------------------------
4284
+
4285
+ 2.1. Grants
4286
+
4287
+ Each Contributor hereby grants You a world-wide, royalty-free,
4288
+ non-exclusive license:
4289
+
4290
+ (a) under intellectual property rights (other than patent or trademark)
4291
+ Licensable by such Contributor to use, reproduce, make available,
4292
+ modify, display, perform, distribute, and otherwise exploit its
4293
+ Contributions, either on an unmodified basis, with Modifications, or
4294
+ as part of a Larger Work; and
4295
+
4296
+ (b) under Patent Claims of such Contributor to make, use, sell, offer
4297
+ for sale, have made, import, and otherwise transfer either its
4298
+ Contributions or its Contributor Version.
4299
+
4300
+ 2.2. Effective Date
4301
+
4302
+ The licenses granted in Section 2.1 with respect to any Contribution
4303
+ become effective for each Contribution on the date the Contributor first
4304
+ distributes such Contribution.
4305
+
4306
+ 2.3. Limitations on Grant Scope
4307
+
4308
+ The licenses granted in this Section 2 are the only rights granted under
4309
+ this License. No additional rights or licenses will be implied from the
4310
+ distribution or licensing of Covered Software under this License.
4311
+ Notwithstanding Section 2.1(b) above, no patent license is granted by a
4312
+ Contributor:
4313
+
4314
+ (a) for any code that a Contributor has removed from Covered Software;
4315
+ or
4316
+
4317
+ (b) for infringements caused by: (i) Your and any other third party's
4318
+ modifications of Covered Software, or (ii) the combination of its
4319
+ Contributions with other software (except as part of its Contributor
4320
+ Version); or
4321
+
4322
+ (c) under Patent Claims infringed by Covered Software in the absence of
4323
+ its Contributions.
4324
+
4325
+ This License does not grant any rights in the trademarks, service marks,
4326
+ or logos of any Contributor (except as may be necessary to comply with
4327
+ the notice requirements in Section 3.4).
4328
+
4329
+ 2.4. Subsequent Licenses
4330
+
4331
+ No Contributor makes additional grants as a result of Your choice to
4332
+ distribute the Covered Software under a subsequent version of this
4333
+ License (see Section 10.2) or under the terms of a Secondary License (if
4334
+ permitted under the terms of Section 3.3).
4335
+
4336
+ 2.5. Representation
4337
+
4338
+ Each Contributor represents that the Contributor believes its
4339
+ Contributions are its original creation(s) or it has sufficient rights
4340
+ to grant the rights to its Contributions conveyed by this License.
4341
+
4342
+ 2.6. Fair Use
4343
+
4344
+ This License is not intended to limit any rights You have under
4345
+ applicable copyright doctrines of fair use, fair dealing, or other
4346
+ equivalents.
4347
+
4348
+ 2.7. Conditions
4349
+
4350
+ Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
4351
+ in Section 2.1.
4352
+
4353
+ 3. Responsibilities
4354
+ -------------------
4355
+
4356
+ 3.1. Distribution of Source Form
4357
+
4358
+ All distribution of Covered Software in Source Code Form, including any
4359
+ Modifications that You create or to which You contribute, must be under
4360
+ the terms of this License. You must inform recipients that the Source
4361
+ Code Form of the Covered Software is governed by the terms of this
4362
+ License, and how they can obtain a copy of this License. You may not
4363
+ attempt to alter or restrict the recipients' rights in the Source Code
4364
+ Form.
4365
+
4366
+ 3.2. Distribution of Executable Form
4367
+
4368
+ If You distribute Covered Software in Executable Form then:
4369
+
4370
+ (a) such Covered Software must also be made available in Source Code
4371
+ Form, as described in Section 3.1, and You must inform recipients of
4372
+ the Executable Form how they can obtain a copy of such Source Code
4373
+ Form by reasonable means in a timely manner, at a charge no more
4374
+ than the cost of distribution to the recipient; and
4375
+
4376
+ (b) You may distribute such Executable Form under the terms of this
4377
+ License, or sublicense it under different terms, provided that the
4378
+ license for the Executable Form does not attempt to limit or alter
4379
+ the recipients' rights in the Source Code Form under this License.
4380
+
4381
+ 3.3. Distribution of a Larger Work
4382
+
4383
+ You may create and distribute a Larger Work under terms of Your choice,
4384
+ provided that You also comply with the requirements of this License for
4385
+ the Covered Software. If the Larger Work is a combination of Covered
4386
+ Software with a work governed by one or more Secondary Licenses, and the
4387
+ Covered Software is not Incompatible With Secondary Licenses, this
4388
+ License permits You to additionally distribute such Covered Software
4389
+ under the terms of such Secondary License(s), so that the recipient of
4390
+ the Larger Work may, at their option, further distribute the Covered
4391
+ Software under the terms of either this License or such Secondary
4392
+ License(s).
4393
+
4394
+ 3.4. Notices
4395
+
4396
+ You may not remove or alter the substance of any license notices
4397
+ (including copyright notices, patent notices, disclaimers of warranty,
4398
+ or limitations of liability) contained within the Source Code Form of
4399
+ the Covered Software, except that You may alter any license notices to
4400
+ the extent required to remedy known factual inaccuracies.
4401
+
4402
+ 3.5. Application of Additional Terms
4403
+
4404
+ You may choose to offer, and to charge a fee for, warranty, support,
4405
+ indemnity or liability obligations to one or more recipients of Covered
4406
+ Software. However, You may do so only on Your own behalf, and not on
4407
+ behalf of any Contributor. You must make it absolutely clear that any
4408
+ such warranty, support, indemnity, or liability obligation is offered by
4409
+ You alone, and You hereby agree to indemnify every Contributor for any
4410
+ liability incurred by such Contributor as a result of warranty, support,
4411
+ indemnity or liability terms You offer. You may include additional
4412
+ disclaimers of warranty and limitations of liability specific to any
4413
+ jurisdiction.
4414
+
4415
+ 4. Inability to Comply Due to Statute or Regulation
4416
+ ---------------------------------------------------
4417
+
4418
+ If it is impossible for You to comply with any of the terms of this
4419
+ License with respect to some or all of the Covered Software due to
4420
+ statute, judicial order, or regulation then You must: (a) comply with
4421
+ the terms of this License to the maximum extent possible; and (b)
4422
+ describe the limitations and the code they affect. Such description must
4423
+ be placed in a text file included with all distributions of the Covered
4424
+ Software under this License. Except to the extent prohibited by statute
4425
+ or regulation, such description must be sufficiently detailed for a
4426
+ recipient of ordinary skill to be able to understand it.
4427
+
4428
+ 5. Termination
4429
+ --------------
4430
+
4431
+ 5.1. The rights granted under this License will terminate automatically
4432
+ if You fail to comply with any of its terms. However, if You become
4433
+ compliant, then the rights granted under this License from a particular
4434
+ Contributor are reinstated (a) provisionally, unless and until such
4435
+ Contributor explicitly and finally terminates Your grants, and (b) on an
4436
+ ongoing basis, if such Contributor fails to notify You of the
4437
+ non-compliance by some reasonable means prior to 60 days after You have
4438
+ come back into compliance. Moreover, Your grants from a particular
4439
+ Contributor are reinstated on an ongoing basis if such Contributor
4440
+ notifies You of the non-compliance by some reasonable means, this is the
4441
+ first time You have received notice of non-compliance with this License
4442
+ from such Contributor, and You become compliant prior to 30 days after
4443
+ Your receipt of the notice.
4444
+
4445
+ 5.2. If You initiate litigation against any entity by asserting a patent
4446
+ infringement claim (excluding declaratory judgment actions,
4447
+ counter-claims, and cross-claims) alleging that a Contributor Version
4448
+ directly or indirectly infringes any patent, then the rights granted to
4449
+ You by any and all Contributors for the Covered Software under Section
4450
+ 2.1 of this License shall terminate.
4451
+
4452
+ 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
4453
+ end user license agreements (excluding distributors and resellers) which
4454
+ have been validly granted by You or Your distributors under this License
4455
+ prior to termination shall survive termination.
4456
+
4457
+ ************************************************************************
4458
+ * *
4459
+ * 6. Disclaimer of Warranty *
4460
+ * ------------------------- *
4461
+ * *
4462
+ * Covered Software is provided under this License on an "as is" *
4463
+ * basis, without warranty of any kind, either expressed, implied, or *
4464
+ * statutory, including, without limitation, warranties that the *
4465
+ * Covered Software is free of defects, merchantable, fit for a *
4466
+ * particular purpose or non-infringing. The entire risk as to the *
4467
+ * quality and performance of the Covered Software is with You. *
4468
+ * Should any Covered Software prove defective in any respect, You *
4469
+ * (not any Contributor) assume the cost of any necessary servicing, *
4470
+ * repair, or correction. This disclaimer of warranty constitutes an *
4471
+ * essential part of this License. No use of any Covered Software is *
4472
+ * authorized under this License except under this disclaimer. *
4473
+ * *
4474
+ ************************************************************************
4475
+
4476
+ ************************************************************************
4477
+ * *
4478
+ * 7. Limitation of Liability *
4479
+ * -------------------------- *
4480
+ * *
4481
+ * Under no circumstances and under no legal theory, whether tort *
4482
+ * (including negligence), contract, or otherwise, shall any *
4483
+ * Contributor, or anyone who distributes Covered Software as *
4484
+ * permitted above, be liable to You for any direct, indirect, *
4485
+ * special, incidental, or consequential damages of any character *
4486
+ * including, without limitation, damages for lost profits, loss of *
4487
+ * goodwill, work stoppage, computer failure or malfunction, or any *
4488
+ * and all other commercial damages or losses, even if such party *
4489
+ * shall have been informed of the possibility of such damages. This *
4490
+ * limitation of liability shall not apply to liability for death or *
4491
+ * personal injury resulting from such party's negligence to the *
4492
+ * extent applicable law prohibits such limitation. Some *
4493
+ * jurisdictions do not allow the exclusion or limitation of *
4494
+ * incidental or consequential damages, so this exclusion and *
4495
+ * limitation may not apply to You. *
4496
+ * *
4497
+ ************************************************************************
4498
+
4499
+ 8. Litigation
4500
+ -------------
4501
+
4502
+ Any litigation relating to this License may be brought only in the
4503
+ courts of a jurisdiction where the defendant maintains its principal
4504
+ place of business and such litigation shall be governed by laws of that
4505
+ jurisdiction, without reference to its conflict-of-law provisions.
4506
+ Nothing in this Section shall prevent a party's ability to bring
4507
+ cross-claims or counter-claims.
4508
+
4509
+ 9. Miscellaneous
4510
+ ----------------
4511
+
4512
+ This License represents the complete agreement concerning the subject
4513
+ matter hereof. If any provision of this License is held to be
4514
+ unenforceable, such provision shall be reformed only to the extent
4515
+ necessary to make it enforceable. Any law or regulation which provides
4516
+ that the language of a contract shall be construed against the drafter
4517
+ shall not be used to construe this License against a Contributor.
4518
+
4519
+ 10. Versions of the License
4520
+ ---------------------------
4521
+
4522
+ 10.1. New Versions
4523
+
4524
+ Mozilla Foundation is the license steward. Except as provided in Section
4525
+ 10.3, no one other than the license steward has the right to modify or
4526
+ publish new versions of this License. Each version will be given a
4527
+ distinguishing version number.
4528
+
4529
+ 10.2. Effect of New Versions
4530
+
4531
+ You may distribute the Covered Software under the terms of the version
4532
+ of the License under which You originally received the Covered Software,
4533
+ or under the terms of any subsequent version published by the license
4534
+ steward.
4535
+
4536
+ 10.3. Modified Versions
4537
+
4538
+ If you create software not governed by this License, and you want to
4539
+ create a new license for such software, you may create and use a
4540
+ modified version of this License if you rename the license and remove
4541
+ any references to the name of the license steward (except to note that
4542
+ such modified license differs from this License).
4543
+
4544
+ 10.4. Distributing Source Code Form that is Incompatible With Secondary
4545
+ Licenses
4546
+
4547
+ If You choose to distribute Source Code Form that is Incompatible With
4548
+ Secondary Licenses under the terms of this version of the License, the
4549
+ notice described in Exhibit B of this License must be attached.
4550
+
4551
+ Exhibit A - Source Code Form License Notice
4552
+ -------------------------------------------
4553
+
4554
+ This Source Code Form is subject to the terms of the Mozilla Public
4555
+ License, v. 2.0. If a copy of the MPL was not distributed with this
4556
+ file, You can obtain one at https://mozilla.org/MPL/2.0/.
4557
+
4558
+ If it is not possible or desirable to put the notice in a particular
4559
+ file, then You may include the notice in a location (such as a LICENSE
4560
+ file in a relevant directory) where a recipient would be likely to look
4561
+ for such a notice.
4562
+
4563
+ You may add additional accurate notices of copyright ownership.
4564
+
4565
+ Exhibit B - "Incompatible With Secondary Licenses" Notice
4566
+ ---------------------------------------------------------
4567
+
4568
+ This Source Code Form is "Incompatible With Secondary Licenses", as
4569
+ defined by the Mozilla Public License, v. 2.0.
4570
+
4571
+ ````
4572
+
4573
+ ---
4574
+
4575
+ ## The following dependencies are licensed under the Unicode-3.0 License:
4576
+
4577
+ ### Rust Crates:
4578
+
4579
+ - [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
4580
+ - [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
4581
+ - [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
4582
+ - [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
4583
+ - [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
4584
+ - [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
4585
+ - [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
4586
+ - [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
4587
+ - [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
4588
+ - [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
4589
+ - [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
4590
+ - [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
4591
+ - [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
4592
+ - [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
4593
+ - [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
4594
+ - [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
4595
+ - [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
4596
+ - [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
4597
+
4598
+ ````text
4599
+ UNICODE LICENSE V3
4600
+
4601
+ COPYRIGHT AND PERMISSION NOTICE
4602
+
4603
+ Copyright © 2020-2024 Unicode, Inc.
4604
+
4605
+ NOTICE TO USER: Carefully read the following legal agreement. BY
4606
+ DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
4607
+ SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
4608
+ TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
4609
+ DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
4610
+
4611
+ Permission is hereby granted, free of charge, to any person obtaining a
4612
+ copy of data files and any associated documentation (the "Data Files") or
4613
+ software and any associated documentation (the "Software") to deal in the
4614
+ Data Files or Software without restriction, including without limitation
4615
+ the rights to use, copy, modify, merge, publish, distribute, and/or sell
4616
+ copies of the Data Files or Software, and to permit persons to whom the
4617
+ Data Files or Software are furnished to do so, provided that either (a)
4618
+ this copyright and permission notice appear with all copies of the Data
4619
+ Files or Software, or (b) this copyright and permission notice appear in
4620
+ associated Documentation.
4621
+
4622
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
4623
+ KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4624
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
4625
+ THIRD PARTY RIGHTS.
4626
+
4627
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
4628
+ BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
4629
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
4630
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4631
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
4632
+ FILES OR SOFTWARE.
4633
+
4634
+ Except as contained in this notice, the name of a copyright holder shall
4635
+ not be used in advertising or otherwise to promote the sale, use or other
4636
+ dealings in these Data Files or Software without prior written
4637
+ authorization of the copyright holder.
4638
+
4639
+ SPDX-License-Identifier: Unicode-3.0
4640
+
4641
+
4642
+
4643
+ Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
4644
+ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
4645
+
4646
+ ````
4647
+
4648
+ ---
4649
+
4650
+ ## The following dependencies are licensed under the Unicode-3.0 License:
4651
+
4652
+ ### Rust Crates:
4653
+
4654
+ - [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
4655
+
4656
+ ````text
4657
+ UNICODE LICENSE V3
4658
+
4659
+ COPYRIGHT AND PERMISSION NOTICE
4660
+
4661
+ Copyright © 1991-2023 Unicode, Inc.
4662
+
4663
+ NOTICE TO USER: Carefully read the following legal agreement. BY
4664
+ DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
4665
+ SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
4666
+ TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
4667
+ DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
4668
+
4669
+ Permission is hereby granted, free of charge, to any person obtaining a
4670
+ copy of data files and any associated documentation (the "Data Files") or
4671
+ software and any associated documentation (the "Software") to deal in the
4672
+ Data Files or Software without restriction, including without limitation
4673
+ the rights to use, copy, modify, merge, publish, distribute, and/or sell
4674
+ copies of the Data Files or Software, and to permit persons to whom the
4675
+ Data Files or Software are furnished to do so, provided that either (a)
4676
+ this copyright and permission notice appear with all copies of the Data
4677
+ Files or Software, or (b) this copyright and permission notice appear in
4678
+ associated Documentation.
4679
+
4680
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
4681
+ KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4682
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
4683
+ THIRD PARTY RIGHTS.
4684
+
4685
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
4686
+ BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
4687
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
4688
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4689
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
4690
+ FILES OR SOFTWARE.
4691
+
4692
+ Except as contained in this notice, the name of a copyright holder shall
4693
+ not be used in advertising or otherwise to promote the sale, use or other
4694
+ dealings in these Data Files or Software without prior written
4695
+ authorization of the copyright holder.
4696
+
4697
+ ````
4698
+