@deveco-codegenie/mcp-bridge-darwin-x64 0.1.8-fix4 → 0.2.4

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