@cellrune/node-win32-x64-msvc 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3065 @@
1
+ # Third-party licenses
2
+
3
+ CellRune is distributed under the MIT License. Native release artifacts
4
+ use the third-party components below under their own licenses.
5
+
6
+ Artifact target: `x86_64-pc-windows-msvc`
7
+
8
+ This file is generated from the locked normal dependency graph for
9
+ `cellrune-node`. Build-only and development-only dependencies
10
+ are not part of this binary notice.
11
+
12
+ ## Components
13
+
14
+ | Component | Version | SPDX expression |
15
+ | --- | --- | --- |
16
+ | `bitflags` | `2.13.1` | `MIT OR Apache-2.0` |
17
+ | `block-buffer` | `0.12.1` | `MIT OR Apache-2.0` |
18
+ | `cfg-if` | `1.0.4` | `MIT OR Apache-2.0` |
19
+ | `cpufeatures` | `0.3.0` | `MIT OR Apache-2.0` |
20
+ | `crc32fast` | `1.5.0` | `MIT OR Apache-2.0` |
21
+ | `crypto-common` | `0.2.2` | `MIT OR Apache-2.0` |
22
+ | `ctor` | `1.0.10` | `Apache-2.0 OR MIT` |
23
+ | `digest` | `0.11.3` | `MIT OR Apache-2.0` |
24
+ | `dyn-clone` | `1.0.20` | `MIT OR Apache-2.0` |
25
+ | `equivalent` | `1.0.2` | `Apache-2.0 OR MIT` |
26
+ | `flate2` | `1.1.9` | `MIT OR Apache-2.0` |
27
+ | `futures` | `0.3.33` | `MIT OR Apache-2.0` |
28
+ | `futures-channel` | `0.3.33` | `MIT OR Apache-2.0` |
29
+ | `futures-core` | `0.3.33` | `MIT OR Apache-2.0` |
30
+ | `futures-executor` | `0.3.33` | `MIT OR Apache-2.0` |
31
+ | `futures-io` | `0.3.33` | `MIT OR Apache-2.0` |
32
+ | `futures-sink` | `0.3.33` | `MIT OR Apache-2.0` |
33
+ | `futures-task` | `0.3.33` | `MIT OR Apache-2.0` |
34
+ | `futures-util` | `0.3.33` | `MIT OR Apache-2.0` |
35
+ | `hashbrown` | `0.17.1` | `MIT OR Apache-2.0` |
36
+ | `hybrid-array` | `0.4.13` | `MIT OR Apache-2.0` |
37
+ | `indexmap` | `2.14.0` | `Apache-2.0 OR MIT` |
38
+ | `itoa` | `1.0.18` | `MIT OR Apache-2.0` |
39
+ | `libloading` | `0.9.0` | `ISC` |
40
+ | `libm` | `0.2.16` | `MIT` |
41
+ | `memchr` | `2.8.3` | `Unlicense OR MIT` |
42
+ | `napi` | `3.11.0` | `MIT` |
43
+ | `napi-sys` | `3.3.0` | `MIT` |
44
+ | `nohash-hasher` | `0.2.0` | `Apache-2.0 OR MIT` |
45
+ | `pin-project-lite` | `0.2.17` | `Apache-2.0 OR MIT` |
46
+ | `quick-xml` | `0.41.0` | `MIT` |
47
+ | `ref-cast` | `1.0.26` | `MIT OR Apache-2.0` |
48
+ | `rustc-hash` | `2.1.3` | `Apache-2.0 OR MIT` |
49
+ | `schemars` | `1.2.1` | `MIT` |
50
+ | `serde` | `1.0.229` | `MIT OR Apache-2.0` |
51
+ | `serde_core` | `1.0.229` | `MIT OR Apache-2.0` |
52
+ | `serde_json` | `1.0.151` | `MIT OR Apache-2.0` |
53
+ | `sha2` | `0.11.0` | `MIT OR Apache-2.0` |
54
+ | `slab` | `0.4.12` | `MIT` |
55
+ | `typed-path` | `0.12.3` | `MIT OR Apache-2.0` |
56
+ | `typenum` | `1.20.1` | `MIT OR Apache-2.0` |
57
+ | `windows-link` | `0.2.1` | `MIT OR Apache-2.0` |
58
+ | `zip` | `8.6.0` | `MIT` |
59
+ | `zlib-rs` | `0.6.6` | `Zlib` |
60
+ | `zmij` | `1.0.23` | `MIT` |
61
+
62
+ ## License texts
63
+
64
+ ### License text 1
65
+
66
+ Components: `bitflags 2.13.1`
67
+
68
+ Source filenames: `LICENSE-MIT`
69
+
70
+ ```text
71
+ Copyright (c) 2014 The Rust Project Developers
72
+
73
+ Permission is hereby granted, free of charge, to any
74
+ person obtaining a copy of this software and associated
75
+ documentation files (the "Software"), to deal in the
76
+ Software without restriction, including without
77
+ limitation the rights to use, copy, modify, merge,
78
+ publish, distribute, sublicense, and/or sell copies of
79
+ the Software, and to permit persons to whom the Software
80
+ is furnished to do so, subject to the following
81
+ conditions:
82
+
83
+ The above copyright notice and this permission notice
84
+ shall be included in all copies or substantial portions
85
+ of the Software.
86
+
87
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
88
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
89
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
90
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
91
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
92
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
93
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
94
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
95
+ DEALINGS IN THE SOFTWARE.
96
+ ```
97
+
98
+ ### License text 2
99
+
100
+ Components: `bitflags 2.13.1`, `cfg-if 1.0.4`, `equivalent 1.0.2`, `flate2 1.1.9`, `hashbrown 0.17.1`, `indexmap
101
+ 2.14.0`
102
+
103
+ Source filenames: `LICENSE-APACHE`
104
+
105
+ ```text
106
+ Apache License
107
+ Version 2.0, January 2004
108
+ http://www.apache.org/licenses/
109
+
110
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
111
+
112
+ 1. Definitions.
113
+
114
+ "License" shall mean the terms and conditions for use, reproduction,
115
+ and distribution as defined by Sections 1 through 9 of this document.
116
+
117
+ "Licensor" shall mean the copyright owner or entity authorized by
118
+ the copyright owner that is granting the License.
119
+
120
+ "Legal Entity" shall mean the union of the acting entity and all
121
+ other entities that control, are controlled by, or are under common
122
+ control with that entity. For the purposes of this definition,
123
+ "control" means (i) the power, direct or indirect, to cause the
124
+ direction or management of such entity, whether by contract or
125
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
126
+ outstanding shares, or (iii) beneficial ownership of such entity.
127
+
128
+ "You" (or "Your") shall mean an individual or Legal Entity
129
+ exercising permissions granted by this License.
130
+
131
+ "Source" form shall mean the preferred form for making modifications,
132
+ including but not limited to software source code, documentation
133
+ source, and configuration files.
134
+
135
+ "Object" form shall mean any form resulting from mechanical
136
+ transformation or translation of a Source form, including but
137
+ not limited to compiled object code, generated documentation,
138
+ and conversions to other media types.
139
+
140
+ "Work" shall mean the work of authorship, whether in Source or
141
+ Object form, made available under the License, as indicated by a
142
+ copyright notice that is included in or attached to the work
143
+ (an example is provided in the Appendix below).
144
+
145
+ "Derivative Works" shall mean any work, whether in Source or Object
146
+ form, that is based on (or derived from) the Work and for which the
147
+ editorial revisions, annotations, elaborations, or other modifications
148
+ represent, as a whole, an original work of authorship. For the purposes
149
+ of this License, Derivative Works shall not include works that remain
150
+ separable from, or merely link (or bind by name) to the interfaces of,
151
+ the Work and Derivative Works thereof.
152
+
153
+ "Contribution" shall mean any work of authorship, including
154
+ the original version of the Work and any modifications or additions
155
+ to that Work or Derivative Works thereof, that is intentionally
156
+ submitted to Licensor for inclusion in the Work by the copyright owner
157
+ or by an individual or Legal Entity authorized to submit on behalf of
158
+ the copyright owner. For the purposes of this definition, "submitted"
159
+ means any form of electronic, verbal, or written communication sent
160
+ to the Licensor or its representatives, including but not limited to
161
+ communication on electronic mailing lists, source code control systems,
162
+ and issue tracking systems that are managed by, or on behalf of, the
163
+ Licensor for the purpose of discussing and improving the Work, but
164
+ excluding communication that is conspicuously marked or otherwise
165
+ designated in writing by the copyright owner as "Not a Contribution."
166
+
167
+ "Contributor" shall mean Licensor and any individual or Legal Entity
168
+ on behalf of whom a Contribution has been received by Licensor and
169
+ subsequently incorporated within the Work.
170
+
171
+ 2. Grant of Copyright License. Subject to the terms and conditions of
172
+ this License, each Contributor hereby grants to You a perpetual,
173
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
174
+ copyright license to reproduce, prepare Derivative Works of,
175
+ publicly display, publicly perform, sublicense, and distribute the
176
+ Work and such Derivative Works in Source or Object form.
177
+
178
+ 3. Grant of Patent License. Subject to the terms and conditions of
179
+ this License, each Contributor hereby grants to You a perpetual,
180
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
181
+ (except as stated in this section) patent license to make, have made,
182
+ use, offer to sell, sell, import, and otherwise transfer the Work,
183
+ where such license applies only to those patent claims licensable
184
+ by such Contributor that are necessarily infringed by their
185
+ Contribution(s) alone or by combination of their Contribution(s)
186
+ with the Work to which such Contribution(s) was submitted. If You
187
+ institute patent litigation against any entity (including a
188
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
189
+ or a Contribution incorporated within the Work constitutes direct
190
+ or contributory patent infringement, then any patent licenses
191
+ granted to You under this License for that Work shall terminate
192
+ as of the date such litigation is filed.
193
+
194
+ 4. Redistribution. You may reproduce and distribute copies of the
195
+ Work or Derivative Works thereof in any medium, with or without
196
+ modifications, and in Source or Object form, provided that You
197
+ meet the following conditions:
198
+
199
+ (a) You must give any other recipients of the Work or
200
+ Derivative Works a copy of this License; and
201
+
202
+ (b) You must cause any modified files to carry prominent notices
203
+ stating that You changed the files; and
204
+
205
+ (c) You must retain, in the Source form of any Derivative Works
206
+ that You distribute, all copyright, patent, trademark, and
207
+ attribution notices from the Source form of the Work,
208
+ excluding those notices that do not pertain to any part of
209
+ the Derivative Works; and
210
+
211
+ (d) If the Work includes a "NOTICE" text file as part of its
212
+ distribution, then any Derivative Works that You distribute must
213
+ include a readable copy of the attribution notices contained
214
+ within such NOTICE file, excluding those notices that do not
215
+ pertain to any part of the Derivative Works, in at least one
216
+ of the following places: within a NOTICE text file distributed
217
+ as part of the Derivative Works; within the Source form or
218
+ documentation, if provided along with the Derivative Works; or,
219
+ within a display generated by the Derivative Works, if and
220
+ wherever such third-party notices normally appear. The contents
221
+ of the NOTICE file are for informational purposes only and
222
+ do not modify the License. You may add Your own attribution
223
+ notices within Derivative Works that You distribute, alongside
224
+ or as an addendum to the NOTICE text from the Work, provided
225
+ that such additional attribution notices cannot be construed
226
+ as modifying the License.
227
+
228
+ You may add Your own copyright statement to Your modifications and
229
+ may provide additional or different license terms and conditions
230
+ for use, reproduction, or distribution of Your modifications, or
231
+ for any such Derivative Works as a whole, provided Your use,
232
+ reproduction, and distribution of the Work otherwise complies with
233
+ the conditions stated in this License.
234
+
235
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
236
+ any Contribution intentionally submitted for inclusion in the Work
237
+ by You to the Licensor shall be under the terms and conditions of
238
+ this License, without any additional terms or conditions.
239
+ Notwithstanding the above, nothing herein shall supersede or modify
240
+ the terms of any separate license agreement you may have executed
241
+ with Licensor regarding such Contributions.
242
+
243
+ 6. Trademarks. This License does not grant permission to use the trade
244
+ names, trademarks, service marks, or product names of the Licensor,
245
+ except as required for reasonable and customary use in describing the
246
+ origin of the Work and reproducing the content of the NOTICE file.
247
+
248
+ 7. Disclaimer of Warranty. Unless required by applicable law or
249
+ agreed to in writing, Licensor provides the Work (and each
250
+ Contributor provides its Contributions) on an "AS IS" BASIS,
251
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
252
+ implied, including, without limitation, any warranties or conditions
253
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
254
+ PARTICULAR PURPOSE. You are solely responsible for determining the
255
+ appropriateness of using or redistributing the Work and assume any
256
+ risks associated with Your exercise of permissions under this License.
257
+
258
+ 8. Limitation of Liability. In no event and under no legal theory,
259
+ whether in tort (including negligence), contract, or otherwise,
260
+ unless required by applicable law (such as deliberate and grossly
261
+ negligent acts) or agreed to in writing, shall any Contributor be
262
+ liable to You for damages, including any direct, indirect, special,
263
+ incidental, or consequential damages of any character arising as a
264
+ result of this License or out of the use or inability to use the
265
+ Work (including but not limited to damages for loss of goodwill,
266
+ work stoppage, computer failure or malfunction, or any and all
267
+ other commercial damages or losses), even if such Contributor
268
+ has been advised of the possibility of such damages.
269
+
270
+ 9. Accepting Warranty or Additional Liability. While redistributing
271
+ the Work or Derivative Works thereof, You may choose to offer,
272
+ and charge a fee for, acceptance of support, warranty, indemnity,
273
+ or other liability obligations and/or rights consistent with this
274
+ License. However, in accepting such obligations, You may act only
275
+ on Your own behalf and on Your sole responsibility, not on behalf
276
+ of any other Contributor, and only if You agree to indemnify,
277
+ defend, and hold each Contributor harmless for any liability
278
+ incurred by, or claims asserted against, such Contributor by reason
279
+ of your accepting any such warranty or additional liability.
280
+
281
+ END OF TERMS AND CONDITIONS
282
+
283
+ APPENDIX: How to apply the Apache License to your work.
284
+
285
+ To apply the Apache License to your work, attach the following
286
+ boilerplate notice, with the fields enclosed by brackets "[]"
287
+ replaced with your own identifying information. (Don't include
288
+ the brackets!) The text should be enclosed in the appropriate
289
+ comment syntax for the file format. We also recommend that a
290
+ file or class name and description of purpose be included on the
291
+ same "printed page" as the copyright notice for easier
292
+ identification within third-party archives.
293
+
294
+ Copyright [yyyy] [name of copyright owner]
295
+
296
+ Licensed under the Apache License, Version 2.0 (the "License");
297
+ you may not use this file except in compliance with the License.
298
+ You may obtain a copy of the License at
299
+
300
+ http://www.apache.org/licenses/LICENSE-2.0
301
+
302
+ Unless required by applicable law or agreed to in writing, software
303
+ distributed under the License is distributed on an "AS IS" BASIS,
304
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
305
+ See the License for the specific language governing permissions and
306
+ limitations under the License.
307
+ ```
308
+
309
+ ### License text 3
310
+
311
+ Components: `block-buffer 0.12.1`
312
+
313
+ Source filenames: `LICENSE-MIT`
314
+
315
+ ```text
316
+ Copyright (c) 2018-2025 The RustCrypto Project Developers
317
+
318
+ Permission is hereby granted, free of charge, to any
319
+ person obtaining a copy of this software and associated
320
+ documentation files (the "Software"), to deal in the
321
+ Software without restriction, including without
322
+ limitation the rights to use, copy, modify, merge,
323
+ publish, distribute, sublicense, and/or sell copies of
324
+ the Software, and to permit persons to whom the Software
325
+ is furnished to do so, subject to the following
326
+ conditions:
327
+
328
+ The above copyright notice and this permission notice
329
+ shall be included in all copies or substantial portions
330
+ of the Software.
331
+
332
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
333
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
334
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
335
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
336
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
337
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
338
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
339
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
340
+ DEALINGS IN THE SOFTWARE.
341
+ ```
342
+
343
+ ### License text 4
344
+
345
+ Components: `block-buffer 0.12.1`, `cpufeatures 0.3.0`, `crypto-common 0.2.2`, `digest 0.11.3`, `hybrid-array
346
+ 0.4.13`, `sha2 0.11.0`
347
+
348
+ Source filenames: `LICENSE-APACHE`
349
+
350
+ ```text
351
+ Apache License
352
+ Version 2.0, January 2004
353
+ http://www.apache.org/licenses/
354
+
355
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
356
+
357
+ 1. Definitions.
358
+
359
+ "License" shall mean the terms and conditions for use, reproduction,
360
+ and distribution as defined by Sections 1 through 9 of this document.
361
+
362
+ "Licensor" shall mean the copyright owner or entity authorized by
363
+ the copyright owner that is granting the License.
364
+
365
+ "Legal Entity" shall mean the union of the acting entity and all
366
+ other entities that control, are controlled by, or are under common
367
+ control with that entity. For the purposes of this definition,
368
+ "control" means (i) the power, direct or indirect, to cause the
369
+ direction or management of such entity, whether by contract or
370
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
371
+ outstanding shares, or (iii) beneficial ownership of such entity.
372
+
373
+ "You" (or "Your") shall mean an individual or Legal Entity
374
+ exercising permissions granted by this License.
375
+
376
+ "Source" form shall mean the preferred form for making modifications,
377
+ including but not limited to software source code, documentation
378
+ source, and configuration files.
379
+
380
+ "Object" form shall mean any form resulting from mechanical
381
+ transformation or translation of a Source form, including but
382
+ not limited to compiled object code, generated documentation,
383
+ and conversions to other media types.
384
+
385
+ "Work" shall mean the work of authorship, whether in Source or
386
+ Object form, made available under the License, as indicated by a
387
+ copyright notice that is included in or attached to the work
388
+ (an example is provided in the Appendix below).
389
+
390
+ "Derivative Works" shall mean any work, whether in Source or Object
391
+ form, that is based on (or derived from) the Work and for which the
392
+ editorial revisions, annotations, elaborations, or other modifications
393
+ represent, as a whole, an original work of authorship. For the purposes
394
+ of this License, Derivative Works shall not include works that remain
395
+ separable from, or merely link (or bind by name) to the interfaces of,
396
+ the Work and Derivative Works thereof.
397
+
398
+ "Contribution" shall mean any work of authorship, including
399
+ the original version of the Work and any modifications or additions
400
+ to that Work or Derivative Works thereof, that is intentionally
401
+ submitted to Licensor for inclusion in the Work by the copyright owner
402
+ or by an individual or Legal Entity authorized to submit on behalf of
403
+ the copyright owner. For the purposes of this definition, "submitted"
404
+ means any form of electronic, verbal, or written communication sent
405
+ to the Licensor or its representatives, including but not limited to
406
+ communication on electronic mailing lists, source code control systems,
407
+ and issue tracking systems that are managed by, or on behalf of, the
408
+ Licensor for the purpose of discussing and improving the Work, but
409
+ excluding communication that is conspicuously marked or otherwise
410
+ designated in writing by the copyright owner as "Not a Contribution."
411
+
412
+ "Contributor" shall mean Licensor and any individual or Legal Entity
413
+ on behalf of whom a Contribution has been received by Licensor and
414
+ subsequently incorporated within the Work.
415
+
416
+ 2. Grant of Copyright License. Subject to the terms and conditions of
417
+ this License, each Contributor hereby grants to You a perpetual,
418
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
419
+ copyright license to reproduce, prepare Derivative Works of,
420
+ publicly display, publicly perform, sublicense, and distribute the
421
+ Work and such Derivative Works in Source or Object form.
422
+
423
+ 3. Grant of Patent License. Subject to the terms and conditions of
424
+ this License, each Contributor hereby grants to You a perpetual,
425
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
426
+ (except as stated in this section) patent license to make, have made,
427
+ use, offer to sell, sell, import, and otherwise transfer the Work,
428
+ where such license applies only to those patent claims licensable
429
+ by such Contributor that are necessarily infringed by their
430
+ Contribution(s) alone or by combination of their Contribution(s)
431
+ with the Work to which such Contribution(s) was submitted. If You
432
+ institute patent litigation against any entity (including a
433
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
434
+ or a Contribution incorporated within the Work constitutes direct
435
+ or contributory patent infringement, then any patent licenses
436
+ granted to You under this License for that Work shall terminate
437
+ as of the date such litigation is filed.
438
+
439
+ 4. Redistribution. You may reproduce and distribute copies of the
440
+ Work or Derivative Works thereof in any medium, with or without
441
+ modifications, and in Source or Object form, provided that You
442
+ meet the following conditions:
443
+
444
+ (a) You must give any other recipients of the Work or
445
+ Derivative Works a copy of this License; and
446
+
447
+ (b) You must cause any modified files to carry prominent notices
448
+ stating that You changed the files; and
449
+
450
+ (c) You must retain, in the Source form of any Derivative Works
451
+ that You distribute, all copyright, patent, trademark, and
452
+ attribution notices from the Source form of the Work,
453
+ excluding those notices that do not pertain to any part of
454
+ the Derivative Works; and
455
+
456
+ (d) If the Work includes a "NOTICE" text file as part of its
457
+ distribution, then any Derivative Works that You distribute must
458
+ include a readable copy of the attribution notices contained
459
+ within such NOTICE file, excluding those notices that do not
460
+ pertain to any part of the Derivative Works, in at least one
461
+ of the following places: within a NOTICE text file distributed
462
+ as part of the Derivative Works; within the Source form or
463
+ documentation, if provided along with the Derivative Works; or,
464
+ within a display generated by the Derivative Works, if and
465
+ wherever such third-party notices normally appear. The contents
466
+ of the NOTICE file are for informational purposes only and
467
+ do not modify the License. You may add Your own attribution
468
+ notices within Derivative Works that You distribute, alongside
469
+ or as an addendum to the NOTICE text from the Work, provided
470
+ that such additional attribution notices cannot be construed
471
+ as modifying the License.
472
+
473
+ You may add Your own copyright statement to Your modifications and
474
+ may provide additional or different license terms and conditions
475
+ for use, reproduction, or distribution of Your modifications, or
476
+ for any such Derivative Works as a whole, provided Your use,
477
+ reproduction, and distribution of the Work otherwise complies with
478
+ the conditions stated in this License.
479
+
480
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
481
+ any Contribution intentionally submitted for inclusion in the Work
482
+ by You to the Licensor shall be under the terms and conditions of
483
+ this License, without any additional terms or conditions.
484
+ Notwithstanding the above, nothing herein shall supersede or modify
485
+ the terms of any separate license agreement you may have executed
486
+ with Licensor regarding such Contributions.
487
+
488
+ 6. Trademarks. This License does not grant permission to use the trade
489
+ names, trademarks, service marks, or product names of the Licensor,
490
+ except as required for reasonable and customary use in describing the
491
+ origin of the Work and reproducing the content of the NOTICE file.
492
+
493
+ 7. Disclaimer of Warranty. Unless required by applicable law or
494
+ agreed to in writing, Licensor provides the Work (and each
495
+ Contributor provides its Contributions) on an "AS IS" BASIS,
496
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
497
+ implied, including, without limitation, any warranties or conditions
498
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
499
+ PARTICULAR PURPOSE. You are solely responsible for determining the
500
+ appropriateness of using or redistributing the Work and assume any
501
+ risks associated with Your exercise of permissions under this License.
502
+
503
+ 8. Limitation of Liability. In no event and under no legal theory,
504
+ whether in tort (including negligence), contract, or otherwise,
505
+ unless required by applicable law (such as deliberate and grossly
506
+ negligent acts) or agreed to in writing, shall any Contributor be
507
+ liable to You for damages, including any direct, indirect, special,
508
+ incidental, or consequential damages of any character arising as a
509
+ result of this License or out of the use or inability to use the
510
+ Work (including but not limited to damages for loss of goodwill,
511
+ work stoppage, computer failure or malfunction, or any and all
512
+ other commercial damages or losses), even if such Contributor
513
+ has been advised of the possibility of such damages.
514
+
515
+ 9. Accepting Warranty or Additional Liability. While redistributing
516
+ the Work or Derivative Works thereof, You may choose to offer,
517
+ and charge a fee for, acceptance of support, warranty, indemnity,
518
+ or other liability obligations and/or rights consistent with this
519
+ License. However, in accepting such obligations, You may act only
520
+ on Your own behalf and on Your sole responsibility, not on behalf
521
+ of any other Contributor, and only if You agree to indemnify,
522
+ defend, and hold each Contributor harmless for any liability
523
+ incurred by, or claims asserted against, such Contributor by reason
524
+ of your accepting any such warranty or additional liability.
525
+
526
+ END OF TERMS AND CONDITIONS
527
+
528
+ APPENDIX: How to apply the Apache License to your work.
529
+
530
+ To apply the Apache License to your work, attach the following
531
+ boilerplate notice, with the fields enclosed by brackets "[]"
532
+ replaced with your own identifying information. (Don't include
533
+ the brackets!) The text should be enclosed in the appropriate
534
+ comment syntax for the file format. We also recommend that a
535
+ file or class name and description of purpose be included on the
536
+ same "printed page" as the copyright notice for easier
537
+ identification within third-party archives.
538
+
539
+ Copyright [yyyy] [name of copyright owner]
540
+
541
+ Licensed under the Apache License, Version 2.0 (the "License");
542
+ you may not use this file except in compliance with the License.
543
+ You may obtain a copy of the License at
544
+
545
+ http://www.apache.org/licenses/LICENSE-2.0
546
+
547
+ Unless required by applicable law or agreed to in writing, software
548
+ distributed under the License is distributed on an "AS IS" BASIS,
549
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
550
+ See the License for the specific language governing permissions and
551
+ limitations under the License.
552
+ ```
553
+
554
+ ### License text 5
555
+
556
+ Components: `cfg-if 1.0.4`
557
+
558
+ Source filenames: `LICENSE-MIT`
559
+
560
+ ```text
561
+ Copyright (c) 2014 Alex Crichton
562
+
563
+ Permission is hereby granted, free of charge, to any
564
+ person obtaining a copy of this software and associated
565
+ documentation files (the "Software"), to deal in the
566
+ Software without restriction, including without
567
+ limitation the rights to use, copy, modify, merge,
568
+ publish, distribute, sublicense, and/or sell copies of
569
+ the Software, and to permit persons to whom the Software
570
+ is furnished to do so, subject to the following
571
+ conditions:
572
+
573
+ The above copyright notice and this permission notice
574
+ shall be included in all copies or substantial portions
575
+ of the Software.
576
+
577
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
578
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
579
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
580
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
581
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
582
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
583
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
584
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
585
+ DEALINGS IN THE SOFTWARE.
586
+ ```
587
+
588
+ ### License text 6
589
+
590
+ Components: `cpufeatures 0.3.0`
591
+
592
+ Source filenames: `LICENSE-MIT`
593
+
594
+ ```text
595
+ Copyright (c) 2020-2025 The RustCrypto Project Developers
596
+
597
+ Permission is hereby granted, free of charge, to any
598
+ person obtaining a copy of this software and associated
599
+ documentation files (the "Software"), to deal in the
600
+ Software without restriction, including without
601
+ limitation the rights to use, copy, modify, merge,
602
+ publish, distribute, sublicense, and/or sell copies of
603
+ the Software, and to permit persons to whom the Software
604
+ is furnished to do so, subject to the following
605
+ conditions:
606
+
607
+ The above copyright notice and this permission notice
608
+ shall be included in all copies or substantial portions
609
+ of the Software.
610
+
611
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
612
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
613
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
614
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
615
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
616
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
617
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
618
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
619
+ DEALINGS IN THE SOFTWARE.
620
+ ```
621
+
622
+ ### License text 7
623
+
624
+ Components: `crc32fast 1.5.0`
625
+
626
+ Source filenames: `LICENSE-MIT`
627
+
628
+ ```text
629
+ MIT License
630
+
631
+ Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
632
+
633
+ Permission is hereby granted, free of charge, to any person obtaining a copy
634
+ of this software and associated documentation files (the "Software"), to deal
635
+ in the Software without restriction, including without limitation the rights
636
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
637
+ copies of the Software, and to permit persons to whom the Software is
638
+ furnished to do so, subject to the following conditions:
639
+
640
+ The above copyright notice and this permission notice shall be included in all
641
+ copies or substantial portions of the Software.
642
+
643
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
644
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
645
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
646
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
647
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
648
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
649
+ SOFTWARE.
650
+ ```
651
+
652
+ ### License text 8
653
+
654
+ Components: `crc32fast 1.5.0`, `ctor 1.0.10`
655
+
656
+ Source filenames: `LICENSE-APACHE`
657
+
658
+ ```text
659
+ Apache License
660
+ Version 2.0, January 2004
661
+ http://www.apache.org/licenses/
662
+
663
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
664
+
665
+ 1. Definitions.
666
+
667
+ "License" shall mean the terms and conditions for use, reproduction,
668
+ and distribution as defined by Sections 1 through 9 of this document.
669
+
670
+ "Licensor" shall mean the copyright owner or entity authorized by
671
+ the copyright owner that is granting the License.
672
+
673
+ "Legal Entity" shall mean the union of the acting entity and all
674
+ other entities that control, are controlled by, or are under common
675
+ control with that entity. For the purposes of this definition,
676
+ "control" means (i) the power, direct or indirect, to cause the
677
+ direction or management of such entity, whether by contract or
678
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
679
+ outstanding shares, or (iii) beneficial ownership of such entity.
680
+
681
+ "You" (or "Your") shall mean an individual or Legal Entity
682
+ exercising permissions granted by this License.
683
+
684
+ "Source" form shall mean the preferred form for making modifications,
685
+ including but not limited to software source code, documentation
686
+ source, and configuration files.
687
+
688
+ "Object" form shall mean any form resulting from mechanical
689
+ transformation or translation of a Source form, including but
690
+ not limited to compiled object code, generated documentation,
691
+ and conversions to other media types.
692
+
693
+ "Work" shall mean the work of authorship, whether in Source or
694
+ Object form, made available under the License, as indicated by a
695
+ copyright notice that is included in or attached to the work
696
+ (an example is provided in the Appendix below).
697
+
698
+ "Derivative Works" shall mean any work, whether in Source or Object
699
+ form, that is based on (or derived from) the Work and for which the
700
+ editorial revisions, annotations, elaborations, or other modifications
701
+ represent, as a whole, an original work of authorship. For the purposes
702
+ of this License, Derivative Works shall not include works that remain
703
+ separable from, or merely link (or bind by name) to the interfaces of,
704
+ the Work and Derivative Works thereof.
705
+
706
+ "Contribution" shall mean any work of authorship, including
707
+ the original version of the Work and any modifications or additions
708
+ to that Work or Derivative Works thereof, that is intentionally
709
+ submitted to Licensor for inclusion in the Work by the copyright owner
710
+ or by an individual or Legal Entity authorized to submit on behalf of
711
+ the copyright owner. For the purposes of this definition, "submitted"
712
+ means any form of electronic, verbal, or written communication sent
713
+ to the Licensor or its representatives, including but not limited to
714
+ communication on electronic mailing lists, source code control systems,
715
+ and issue tracking systems that are managed by, or on behalf of, the
716
+ Licensor for the purpose of discussing and improving the Work, but
717
+ excluding communication that is conspicuously marked or otherwise
718
+ designated in writing by the copyright owner as "Not a Contribution."
719
+
720
+ "Contributor" shall mean Licensor and any individual or Legal Entity
721
+ on behalf of whom a Contribution has been received by Licensor and
722
+ subsequently incorporated within the Work.
723
+
724
+ 2. Grant of Copyright License. Subject to the terms and conditions of
725
+ this License, each Contributor hereby grants to You a perpetual,
726
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
727
+ copyright license to reproduce, prepare Derivative Works of,
728
+ publicly display, publicly perform, sublicense, and distribute the
729
+ Work and such Derivative Works in Source or Object form.
730
+
731
+ 3. Grant of Patent License. Subject to the terms and conditions of
732
+ this License, each Contributor hereby grants to You a perpetual,
733
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
734
+ (except as stated in this section) patent license to make, have made,
735
+ use, offer to sell, sell, import, and otherwise transfer the Work,
736
+ where such license applies only to those patent claims licensable
737
+ by such Contributor that are necessarily infringed by their
738
+ Contribution(s) alone or by combination of their Contribution(s)
739
+ with the Work to which such Contribution(s) was submitted. If You
740
+ institute patent litigation against any entity (including a
741
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
742
+ or a Contribution incorporated within the Work constitutes direct
743
+ or contributory patent infringement, then any patent licenses
744
+ granted to You under this License for that Work shall terminate
745
+ as of the date such litigation is filed.
746
+
747
+ 4. Redistribution. You may reproduce and distribute copies of the
748
+ Work or Derivative Works thereof in any medium, with or without
749
+ modifications, and in Source or Object form, provided that You
750
+ meet the following conditions:
751
+
752
+ (a) You must give any other recipients of the Work or
753
+ Derivative Works a copy of this License; and
754
+
755
+ (b) You must cause any modified files to carry prominent notices
756
+ stating that You changed the files; and
757
+
758
+ (c) You must retain, in the Source form of any Derivative Works
759
+ that You distribute, all copyright, patent, trademark, and
760
+ attribution notices from the Source form of the Work,
761
+ excluding those notices that do not pertain to any part of
762
+ the Derivative Works; and
763
+
764
+ (d) If the Work includes a "NOTICE" text file as part of its
765
+ distribution, then any Derivative Works that You distribute must
766
+ include a readable copy of the attribution notices contained
767
+ within such NOTICE file, excluding those notices that do not
768
+ pertain to any part of the Derivative Works, in at least one
769
+ of the following places: within a NOTICE text file distributed
770
+ as part of the Derivative Works; within the Source form or
771
+ documentation, if provided along with the Derivative Works; or,
772
+ within a display generated by the Derivative Works, if and
773
+ wherever such third-party notices normally appear. The contents
774
+ of the NOTICE file are for informational purposes only and
775
+ do not modify the License. You may add Your own attribution
776
+ notices within Derivative Works that You distribute, alongside
777
+ or as an addendum to the NOTICE text from the Work, provided
778
+ that such additional attribution notices cannot be construed
779
+ as modifying the License.
780
+
781
+ You may add Your own copyright statement to Your modifications and
782
+ may provide additional or different license terms and conditions
783
+ for use, reproduction, or distribution of Your modifications, or
784
+ for any such Derivative Works as a whole, provided Your use,
785
+ reproduction, and distribution of the Work otherwise complies with
786
+ the conditions stated in this License.
787
+
788
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
789
+ any Contribution intentionally submitted for inclusion in the Work
790
+ by You to the Licensor shall be under the terms and conditions of
791
+ this License, without any additional terms or conditions.
792
+ Notwithstanding the above, nothing herein shall supersede or modify
793
+ the terms of any separate license agreement you may have executed
794
+ with Licensor regarding such Contributions.
795
+
796
+ 6. Trademarks. This License does not grant permission to use the trade
797
+ names, trademarks, service marks, or product names of the Licensor,
798
+ except as required for reasonable and customary use in describing the
799
+ origin of the Work and reproducing the content of the NOTICE file.
800
+
801
+ 7. Disclaimer of Warranty. Unless required by applicable law or
802
+ agreed to in writing, Licensor provides the Work (and each
803
+ Contributor provides its Contributions) on an "AS IS" BASIS,
804
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
805
+ implied, including, without limitation, any warranties or conditions
806
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
807
+ PARTICULAR PURPOSE. You are solely responsible for determining the
808
+ appropriateness of using or redistributing the Work and assume any
809
+ risks associated with Your exercise of permissions under this License.
810
+
811
+ 8. Limitation of Liability. In no event and under no legal theory,
812
+ whether in tort (including negligence), contract, or otherwise,
813
+ unless required by applicable law (such as deliberate and grossly
814
+ negligent acts) or agreed to in writing, shall any Contributor be
815
+ liable to You for damages, including any direct, indirect, special,
816
+ incidental, or consequential damages of any character arising as a
817
+ result of this License or out of the use or inability to use the
818
+ Work (including but not limited to damages for loss of goodwill,
819
+ work stoppage, computer failure or malfunction, or any and all
820
+ other commercial damages or losses), even if such Contributor
821
+ has been advised of the possibility of such damages.
822
+
823
+ 9. Accepting Warranty or Additional Liability. While redistributing
824
+ the Work or Derivative Works thereof, You may choose to offer,
825
+ and charge a fee for, acceptance of support, warranty, indemnity,
826
+ or other liability obligations and/or rights consistent with this
827
+ License. However, in accepting such obligations, You may act only
828
+ on Your own behalf and on Your sole responsibility, not on behalf
829
+ of any other Contributor, and only if You agree to indemnify,
830
+ defend, and hold each Contributor harmless for any liability
831
+ incurred by, or claims asserted against, such Contributor by reason
832
+ of your accepting any such warranty or additional liability.
833
+
834
+ END OF TERMS AND CONDITIONS
835
+
836
+ APPENDIX: How to apply the Apache License to your work.
837
+
838
+ To apply the Apache License to your work, attach the following
839
+ boilerplate notice, with the fields enclosed by brackets "{}"
840
+ replaced with your own identifying information. (Don't include
841
+ the brackets!) The text should be enclosed in the appropriate
842
+ comment syntax for the file format. We also recommend that a
843
+ file or class name and description of purpose be included on the
844
+ same "printed page" as the copyright notice for easier
845
+ identification within third-party archives.
846
+
847
+ Copyright {yyyy} {name of copyright owner}
848
+
849
+ Licensed under the Apache License, Version 2.0 (the "License");
850
+ you may not use this file except in compliance with the License.
851
+ You may obtain a copy of the License at
852
+
853
+ http://www.apache.org/licenses/LICENSE-2.0
854
+
855
+ Unless required by applicable law or agreed to in writing, software
856
+ distributed under the License is distributed on an "AS IS" BASIS,
857
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
858
+ See the License for the specific language governing permissions and
859
+ limitations under the License.
860
+ ```
861
+
862
+ ### License text 9
863
+
864
+ Components: `crypto-common 0.2.2`
865
+
866
+ Source filenames: `LICENSE-MIT`
867
+
868
+ ```text
869
+ Copyright (c) 2021-2026 RustCrypto Developers
870
+
871
+ Permission is hereby granted, free of charge, to any
872
+ person obtaining a copy of this software and associated
873
+ documentation files (the "Software"), to deal in the
874
+ Software without restriction, including without
875
+ limitation the rights to use, copy, modify, merge,
876
+ publish, distribute, sublicense, and/or sell copies of
877
+ the Software, and to permit persons to whom the Software
878
+ is furnished to do so, subject to the following
879
+ conditions:
880
+
881
+ The above copyright notice and this permission notice
882
+ shall be included in all copies or substantial portions
883
+ of the Software.
884
+
885
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
886
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
887
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
888
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
889
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
890
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
891
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
892
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
893
+ DEALINGS IN THE SOFTWARE.
894
+ ```
895
+
896
+ ### License text 10
897
+
898
+ Components: `ctor 1.0.10`
899
+
900
+ Source filenames: `LICENSE-MIT`
901
+
902
+ ```text
903
+ 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:
904
+
905
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
906
+
907
+ 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.
908
+ ```
909
+
910
+ ### License text 11
911
+
912
+ Components: `digest 0.11.3`
913
+
914
+ Source filenames: `LICENSE-MIT`
915
+
916
+ ```text
917
+ Copyright (c) 2017-2025 RustCrypto Developers
918
+ Copyright (c) 2017 Artyom Pavlov
919
+
920
+ Permission is hereby granted, free of charge, to any
921
+ person obtaining a copy of this software and associated
922
+ documentation files (the "Software"), to deal in the
923
+ Software without restriction, including without
924
+ limitation the rights to use, copy, modify, merge,
925
+ publish, distribute, sublicense, and/or sell copies of
926
+ the Software, and to permit persons to whom the Software
927
+ is furnished to do so, subject to the following
928
+ conditions:
929
+
930
+ The above copyright notice and this permission notice
931
+ shall be included in all copies or substantial portions
932
+ of the Software.
933
+
934
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
935
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
936
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
937
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
938
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
939
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
940
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
941
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
942
+ DEALINGS IN THE SOFTWARE.
943
+ ```
944
+
945
+ ### License text 12
946
+
947
+ Components: `dyn-clone 1.0.20`, `itoa 1.0.18`, `pin-project-lite 0.2.17`, `ref-cast 1.0.26`, `rustc-hash 2.1.3`,
948
+ `serde 1.0.229`, `serde_core 1.0.229`, `serde_json 1.0.151`, `typed-path 0.12.3`, `zmij 1.0.23`
949
+
950
+ Source filenames: `LICENSE-MIT`
951
+
952
+ ```text
953
+ Permission is hereby granted, free of charge, to any
954
+ person obtaining a copy of this software and associated
955
+ documentation files (the "Software"), to deal in the
956
+ Software without restriction, including without
957
+ limitation the rights to use, copy, modify, merge,
958
+ publish, distribute, sublicense, and/or sell copies of
959
+ the Software, and to permit persons to whom the Software
960
+ is furnished to do so, subject to the following
961
+ conditions:
962
+
963
+ The above copyright notice and this permission notice
964
+ shall be included in all copies or substantial portions
965
+ of the Software.
966
+
967
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
968
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
969
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
970
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
971
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
972
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
973
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
974
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
975
+ DEALINGS IN THE SOFTWARE.
976
+ ```
977
+
978
+ ### License text 13
979
+
980
+ Components: `dyn-clone 1.0.20`, `itoa 1.0.18`, `ref-cast 1.0.26`, `rustc-hash 2.1.3`, `serde 1.0.229`,
981
+ `serde_core 1.0.229`, `serde_json 1.0.151`, `typed-path 0.12.3`
982
+
983
+ Source filenames: `LICENSE-APACHE`
984
+
985
+ ```text
986
+ Apache License
987
+ Version 2.0, January 2004
988
+ http://www.apache.org/licenses/
989
+
990
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
991
+
992
+ 1. Definitions.
993
+
994
+ "License" shall mean the terms and conditions for use, reproduction,
995
+ and distribution as defined by Sections 1 through 9 of this document.
996
+
997
+ "Licensor" shall mean the copyright owner or entity authorized by
998
+ the copyright owner that is granting the License.
999
+
1000
+ "Legal Entity" shall mean the union of the acting entity and all
1001
+ other entities that control, are controlled by, or are under common
1002
+ control with that entity. For the purposes of this definition,
1003
+ "control" means (i) the power, direct or indirect, to cause the
1004
+ direction or management of such entity, whether by contract or
1005
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1006
+ outstanding shares, or (iii) beneficial ownership of such entity.
1007
+
1008
+ "You" (or "Your") shall mean an individual or Legal Entity
1009
+ exercising permissions granted by this License.
1010
+
1011
+ "Source" form shall mean the preferred form for making modifications,
1012
+ including but not limited to software source code, documentation
1013
+ source, and configuration files.
1014
+
1015
+ "Object" form shall mean any form resulting from mechanical
1016
+ transformation or translation of a Source form, including but
1017
+ not limited to compiled object code, generated documentation,
1018
+ and conversions to other media types.
1019
+
1020
+ "Work" shall mean the work of authorship, whether in Source or
1021
+ Object form, made available under the License, as indicated by a
1022
+ copyright notice that is included in or attached to the work
1023
+ (an example is provided in the Appendix below).
1024
+
1025
+ "Derivative Works" shall mean any work, whether in Source or Object
1026
+ form, that is based on (or derived from) the Work and for which the
1027
+ editorial revisions, annotations, elaborations, or other modifications
1028
+ represent, as a whole, an original work of authorship. For the purposes
1029
+ of this License, Derivative Works shall not include works that remain
1030
+ separable from, or merely link (or bind by name) to the interfaces of,
1031
+ the Work and Derivative Works thereof.
1032
+
1033
+ "Contribution" shall mean any work of authorship, including
1034
+ the original version of the Work and any modifications or additions
1035
+ to that Work or Derivative Works thereof, that is intentionally
1036
+ submitted to Licensor for inclusion in the Work by the copyright owner
1037
+ or by an individual or Legal Entity authorized to submit on behalf of
1038
+ the copyright owner. For the purposes of this definition, "submitted"
1039
+ means any form of electronic, verbal, or written communication sent
1040
+ to the Licensor or its representatives, including but not limited to
1041
+ communication on electronic mailing lists, source code control systems,
1042
+ and issue tracking systems that are managed by, or on behalf of, the
1043
+ Licensor for the purpose of discussing and improving the Work, but
1044
+ excluding communication that is conspicuously marked or otherwise
1045
+ designated in writing by the copyright owner as "Not a Contribution."
1046
+
1047
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1048
+ on behalf of whom a Contribution has been received by Licensor and
1049
+ subsequently incorporated within the Work.
1050
+
1051
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1052
+ this License, each Contributor hereby grants to You a perpetual,
1053
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1054
+ copyright license to reproduce, prepare Derivative Works of,
1055
+ publicly display, publicly perform, sublicense, and distribute the
1056
+ Work and such Derivative Works in Source or Object form.
1057
+
1058
+ 3. Grant of Patent License. Subject to the terms and conditions of
1059
+ this License, each Contributor hereby grants to You a perpetual,
1060
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1061
+ (except as stated in this section) patent license to make, have made,
1062
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1063
+ where such license applies only to those patent claims licensable
1064
+ by such Contributor that are necessarily infringed by their
1065
+ Contribution(s) alone or by combination of their Contribution(s)
1066
+ with the Work to which such Contribution(s) was submitted. If You
1067
+ institute patent litigation against any entity (including a
1068
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1069
+ or a Contribution incorporated within the Work constitutes direct
1070
+ or contributory patent infringement, then any patent licenses
1071
+ granted to You under this License for that Work shall terminate
1072
+ as of the date such litigation is filed.
1073
+
1074
+ 4. Redistribution. You may reproduce and distribute copies of the
1075
+ Work or Derivative Works thereof in any medium, with or without
1076
+ modifications, and in Source or Object form, provided that You
1077
+ meet the following conditions:
1078
+
1079
+ (a) You must give any other recipients of the Work or
1080
+ Derivative Works a copy of this License; and
1081
+
1082
+ (b) You must cause any modified files to carry prominent notices
1083
+ stating that You changed the files; and
1084
+
1085
+ (c) You must retain, in the Source form of any Derivative Works
1086
+ that You distribute, all copyright, patent, trademark, and
1087
+ attribution notices from the Source form of the Work,
1088
+ excluding those notices that do not pertain to any part of
1089
+ the Derivative Works; and
1090
+
1091
+ (d) If the Work includes a "NOTICE" text file as part of its
1092
+ distribution, then any Derivative Works that You distribute must
1093
+ include a readable copy of the attribution notices contained
1094
+ within such NOTICE file, excluding those notices that do not
1095
+ pertain to any part of the Derivative Works, in at least one
1096
+ of the following places: within a NOTICE text file distributed
1097
+ as part of the Derivative Works; within the Source form or
1098
+ documentation, if provided along with the Derivative Works; or,
1099
+ within a display generated by the Derivative Works, if and
1100
+ wherever such third-party notices normally appear. The contents
1101
+ of the NOTICE file are for informational purposes only and
1102
+ do not modify the License. You may add Your own attribution
1103
+ notices within Derivative Works that You distribute, alongside
1104
+ or as an addendum to the NOTICE text from the Work, provided
1105
+ that such additional attribution notices cannot be construed
1106
+ as modifying the License.
1107
+
1108
+ You may add Your own copyright statement to Your modifications and
1109
+ may provide additional or different license terms and conditions
1110
+ for use, reproduction, or distribution of Your modifications, or
1111
+ for any such Derivative Works as a whole, provided Your use,
1112
+ reproduction, and distribution of the Work otherwise complies with
1113
+ the conditions stated in this License.
1114
+
1115
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1116
+ any Contribution intentionally submitted for inclusion in the Work
1117
+ by You to the Licensor shall be under the terms and conditions of
1118
+ this License, without any additional terms or conditions.
1119
+ Notwithstanding the above, nothing herein shall supersede or modify
1120
+ the terms of any separate license agreement you may have executed
1121
+ with Licensor regarding such Contributions.
1122
+
1123
+ 6. Trademarks. This License does not grant permission to use the trade
1124
+ names, trademarks, service marks, or product names of the Licensor,
1125
+ except as required for reasonable and customary use in describing the
1126
+ origin of the Work and reproducing the content of the NOTICE file.
1127
+
1128
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1129
+ agreed to in writing, Licensor provides the Work (and each
1130
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1131
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1132
+ implied, including, without limitation, any warranties or conditions
1133
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1134
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1135
+ appropriateness of using or redistributing the Work and assume any
1136
+ risks associated with Your exercise of permissions under this License.
1137
+
1138
+ 8. Limitation of Liability. In no event and under no legal theory,
1139
+ whether in tort (including negligence), contract, or otherwise,
1140
+ unless required by applicable law (such as deliberate and grossly
1141
+ negligent acts) or agreed to in writing, shall any Contributor be
1142
+ liable to You for damages, including any direct, indirect, special,
1143
+ incidental, or consequential damages of any character arising as a
1144
+ result of this License or out of the use or inability to use the
1145
+ Work (including but not limited to damages for loss of goodwill,
1146
+ work stoppage, computer failure or malfunction, or any and all
1147
+ other commercial damages or losses), even if such Contributor
1148
+ has been advised of the possibility of such damages.
1149
+
1150
+ 9. Accepting Warranty or Additional Liability. While redistributing
1151
+ the Work or Derivative Works thereof, You may choose to offer,
1152
+ and charge a fee for, acceptance of support, warranty, indemnity,
1153
+ or other liability obligations and/or rights consistent with this
1154
+ License. However, in accepting such obligations, You may act only
1155
+ on Your own behalf and on Your sole responsibility, not on behalf
1156
+ of any other Contributor, and only if You agree to indemnify,
1157
+ defend, and hold each Contributor harmless for any liability
1158
+ incurred by, or claims asserted against, such Contributor by reason
1159
+ of your accepting any such warranty or additional liability.
1160
+
1161
+ END OF TERMS AND CONDITIONS
1162
+ ```
1163
+
1164
+ ### License text 14
1165
+
1166
+ Components: `equivalent 1.0.2`
1167
+
1168
+ Source filenames: `LICENSE-MIT`
1169
+
1170
+ ```text
1171
+ Copyright (c) 2016--2023
1172
+
1173
+ Permission is hereby granted, free of charge, to any
1174
+ person obtaining a copy of this software and associated
1175
+ documentation files (the "Software"), to deal in the
1176
+ Software without restriction, including without
1177
+ limitation the rights to use, copy, modify, merge,
1178
+ publish, distribute, sublicense, and/or sell copies of
1179
+ the Software, and to permit persons to whom the Software
1180
+ is furnished to do so, subject to the following
1181
+ conditions:
1182
+
1183
+ The above copyright notice and this permission notice
1184
+ shall be included in all copies or substantial portions
1185
+ of the Software.
1186
+
1187
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1188
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1189
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1190
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1191
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1192
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1193
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1194
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1195
+ DEALINGS IN THE SOFTWARE.
1196
+ ```
1197
+
1198
+ ### License text 15
1199
+
1200
+ Components: `flate2 1.1.9`
1201
+
1202
+ Source filenames: `LICENSE-MIT`
1203
+
1204
+ ```text
1205
+ Copyright (c) 2014-2026 Alex Crichton
1206
+
1207
+ Permission is hereby granted, free of charge, to any
1208
+ person obtaining a copy of this software and associated
1209
+ documentation files (the "Software"), to deal in the
1210
+ Software without restriction, including without
1211
+ limitation the rights to use, copy, modify, merge,
1212
+ publish, distribute, sublicense, and/or sell copies of
1213
+ the Software, and to permit persons to whom the Software
1214
+ is furnished to do so, subject to the following
1215
+ conditions:
1216
+
1217
+ The above copyright notice and this permission notice
1218
+ shall be included in all copies or substantial portions
1219
+ of the Software.
1220
+
1221
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1222
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1223
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1224
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1225
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1226
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1227
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1228
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1229
+ DEALINGS IN THE SOFTWARE.
1230
+ ```
1231
+
1232
+ ### License text 16
1233
+
1234
+ Components: `futures 0.3.33`, `futures-channel 0.3.33`, `futures-core 0.3.33`, `futures-executor 0.3.33`,
1235
+ `futures-io 0.3.33`, `futures-sink 0.3.33`, `futures-task 0.3.33`, `futures-util 0.3.33`
1236
+
1237
+ Source filenames: `LICENSE-APACHE`
1238
+
1239
+ ```text
1240
+ Apache License
1241
+ Version 2.0, January 2004
1242
+ http://www.apache.org/licenses/
1243
+
1244
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1245
+
1246
+ 1. Definitions.
1247
+
1248
+ "License" shall mean the terms and conditions for use, reproduction,
1249
+ and distribution as defined by Sections 1 through 9 of this document.
1250
+
1251
+ "Licensor" shall mean the copyright owner or entity authorized by
1252
+ the copyright owner that is granting the License.
1253
+
1254
+ "Legal Entity" shall mean the union of the acting entity and all
1255
+ other entities that control, are controlled by, or are under common
1256
+ control with that entity. For the purposes of this definition,
1257
+ "control" means (i) the power, direct or indirect, to cause the
1258
+ direction or management of such entity, whether by contract or
1259
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1260
+ outstanding shares, or (iii) beneficial ownership of such entity.
1261
+
1262
+ "You" (or "Your") shall mean an individual or Legal Entity
1263
+ exercising permissions granted by this License.
1264
+
1265
+ "Source" form shall mean the preferred form for making modifications,
1266
+ including but not limited to software source code, documentation
1267
+ source, and configuration files.
1268
+
1269
+ "Object" form shall mean any form resulting from mechanical
1270
+ transformation or translation of a Source form, including but
1271
+ not limited to compiled object code, generated documentation,
1272
+ and conversions to other media types.
1273
+
1274
+ "Work" shall mean the work of authorship, whether in Source or
1275
+ Object form, made available under the License, as indicated by a
1276
+ copyright notice that is included in or attached to the work
1277
+ (an example is provided in the Appendix below).
1278
+
1279
+ "Derivative Works" shall mean any work, whether in Source or Object
1280
+ form, that is based on (or derived from) the Work and for which the
1281
+ editorial revisions, annotations, elaborations, or other modifications
1282
+ represent, as a whole, an original work of authorship. For the purposes
1283
+ of this License, Derivative Works shall not include works that remain
1284
+ separable from, or merely link (or bind by name) to the interfaces of,
1285
+ the Work and Derivative Works thereof.
1286
+
1287
+ "Contribution" shall mean any work of authorship, including
1288
+ the original version of the Work and any modifications or additions
1289
+ to that Work or Derivative Works thereof, that is intentionally
1290
+ submitted to Licensor for inclusion in the Work by the copyright owner
1291
+ or by an individual or Legal Entity authorized to submit on behalf of
1292
+ the copyright owner. For the purposes of this definition, "submitted"
1293
+ means any form of electronic, verbal, or written communication sent
1294
+ to the Licensor or its representatives, including but not limited to
1295
+ communication on electronic mailing lists, source code control systems,
1296
+ and issue tracking systems that are managed by, or on behalf of, the
1297
+ Licensor for the purpose of discussing and improving the Work, but
1298
+ excluding communication that is conspicuously marked or otherwise
1299
+ designated in writing by the copyright owner as "Not a Contribution."
1300
+
1301
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1302
+ on behalf of whom a Contribution has been received by Licensor and
1303
+ subsequently incorporated within the Work.
1304
+
1305
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1306
+ this License, each Contributor hereby grants to You a perpetual,
1307
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1308
+ copyright license to reproduce, prepare Derivative Works of,
1309
+ publicly display, publicly perform, sublicense, and distribute the
1310
+ Work and such Derivative Works in Source or Object form.
1311
+
1312
+ 3. Grant of Patent License. Subject to the terms and conditions of
1313
+ this License, each Contributor hereby grants to You a perpetual,
1314
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1315
+ (except as stated in this section) patent license to make, have made,
1316
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1317
+ where such license applies only to those patent claims licensable
1318
+ by such Contributor that are necessarily infringed by their
1319
+ Contribution(s) alone or by combination of their Contribution(s)
1320
+ with the Work to which such Contribution(s) was submitted. If You
1321
+ institute patent litigation against any entity (including a
1322
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1323
+ or a Contribution incorporated within the Work constitutes direct
1324
+ or contributory patent infringement, then any patent licenses
1325
+ granted to You under this License for that Work shall terminate
1326
+ as of the date such litigation is filed.
1327
+
1328
+ 4. Redistribution. You may reproduce and distribute copies of the
1329
+ Work or Derivative Works thereof in any medium, with or without
1330
+ modifications, and in Source or Object form, provided that You
1331
+ meet the following conditions:
1332
+
1333
+ (a) You must give any other recipients of the Work or
1334
+ Derivative Works a copy of this License; and
1335
+
1336
+ (b) You must cause any modified files to carry prominent notices
1337
+ stating that You changed the files; and
1338
+
1339
+ (c) You must retain, in the Source form of any Derivative Works
1340
+ that You distribute, all copyright, patent, trademark, and
1341
+ attribution notices from the Source form of the Work,
1342
+ excluding those notices that do not pertain to any part of
1343
+ the Derivative Works; and
1344
+
1345
+ (d) If the Work includes a "NOTICE" text file as part of its
1346
+ distribution, then any Derivative Works that You distribute must
1347
+ include a readable copy of the attribution notices contained
1348
+ within such NOTICE file, excluding those notices that do not
1349
+ pertain to any part of the Derivative Works, in at least one
1350
+ of the following places: within a NOTICE text file distributed
1351
+ as part of the Derivative Works; within the Source form or
1352
+ documentation, if provided along with the Derivative Works; or,
1353
+ within a display generated by the Derivative Works, if and
1354
+ wherever such third-party notices normally appear. The contents
1355
+ of the NOTICE file are for informational purposes only and
1356
+ do not modify the License. You may add Your own attribution
1357
+ notices within Derivative Works that You distribute, alongside
1358
+ or as an addendum to the NOTICE text from the Work, provided
1359
+ that such additional attribution notices cannot be construed
1360
+ as modifying the License.
1361
+
1362
+ You may add Your own copyright statement to Your modifications and
1363
+ may provide additional or different license terms and conditions
1364
+ for use, reproduction, or distribution of Your modifications, or
1365
+ for any such Derivative Works as a whole, provided Your use,
1366
+ reproduction, and distribution of the Work otherwise complies with
1367
+ the conditions stated in this License.
1368
+
1369
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1370
+ any Contribution intentionally submitted for inclusion in the Work
1371
+ by You to the Licensor shall be under the terms and conditions of
1372
+ this License, without any additional terms or conditions.
1373
+ Notwithstanding the above, nothing herein shall supersede or modify
1374
+ the terms of any separate license agreement you may have executed
1375
+ with Licensor regarding such Contributions.
1376
+
1377
+ 6. Trademarks. This License does not grant permission to use the trade
1378
+ names, trademarks, service marks, or product names of the Licensor,
1379
+ except as required for reasonable and customary use in describing the
1380
+ origin of the Work and reproducing the content of the NOTICE file.
1381
+
1382
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1383
+ agreed to in writing, Licensor provides the Work (and each
1384
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1385
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1386
+ implied, including, without limitation, any warranties or conditions
1387
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1388
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1389
+ appropriateness of using or redistributing the Work and assume any
1390
+ risks associated with Your exercise of permissions under this License.
1391
+
1392
+ 8. Limitation of Liability. In no event and under no legal theory,
1393
+ whether in tort (including negligence), contract, or otherwise,
1394
+ unless required by applicable law (such as deliberate and grossly
1395
+ negligent acts) or agreed to in writing, shall any Contributor be
1396
+ liable to You for damages, including any direct, indirect, special,
1397
+ incidental, or consequential damages of any character arising as a
1398
+ result of this License or out of the use or inability to use the
1399
+ Work (including but not limited to damages for loss of goodwill,
1400
+ work stoppage, computer failure or malfunction, or any and all
1401
+ other commercial damages or losses), even if such Contributor
1402
+ has been advised of the possibility of such damages.
1403
+
1404
+ 9. Accepting Warranty or Additional Liability. While redistributing
1405
+ the Work or Derivative Works thereof, You may choose to offer,
1406
+ and charge a fee for, acceptance of support, warranty, indemnity,
1407
+ or other liability obligations and/or rights consistent with this
1408
+ License. However, in accepting such obligations, You may act only
1409
+ on Your own behalf and on Your sole responsibility, not on behalf
1410
+ of any other Contributor, and only if You agree to indemnify,
1411
+ defend, and hold each Contributor harmless for any liability
1412
+ incurred by, or claims asserted against, such Contributor by reason
1413
+ of your accepting any such warranty or additional liability.
1414
+
1415
+ END OF TERMS AND CONDITIONS
1416
+
1417
+ APPENDIX: How to apply the Apache License to your work.
1418
+
1419
+ To apply the Apache License to your work, attach the following
1420
+ boilerplate notice, with the fields enclosed by brackets "[]"
1421
+ replaced with your own identifying information. (Don't include
1422
+ the brackets!) The text should be enclosed in the appropriate
1423
+ comment syntax for the file format. We also recommend that a
1424
+ file or class name and description of purpose be included on the
1425
+ same "printed page" as the copyright notice for easier
1426
+ identification within third-party archives.
1427
+
1428
+ Copyright (c) 2016 Alex Crichton
1429
+ Copyright (c) 2017 The Tokio Authors
1430
+
1431
+ Licensed under the Apache License, Version 2.0 (the "License");
1432
+ you may not use this file except in compliance with the License.
1433
+ You may obtain a copy of the License at
1434
+
1435
+ http://www.apache.org/licenses/LICENSE-2.0
1436
+
1437
+ Unless required by applicable law or agreed to in writing, software
1438
+ distributed under the License is distributed on an "AS IS" BASIS,
1439
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1440
+ See the License for the specific language governing permissions and
1441
+ limitations under the License.
1442
+ ```
1443
+
1444
+ ### License text 17
1445
+
1446
+ Components: `futures 0.3.33`, `futures-channel 0.3.33`, `futures-core 0.3.33`, `futures-executor 0.3.33`,
1447
+ `futures-io 0.3.33`, `futures-sink 0.3.33`, `futures-task 0.3.33`, `futures-util 0.3.33`
1448
+
1449
+ Source filenames: `LICENSE-MIT`
1450
+
1451
+ ```text
1452
+ Copyright (c) 2016 Alex Crichton
1453
+ Copyright (c) 2017 The Tokio Authors
1454
+
1455
+ Permission is hereby granted, free of charge, to any
1456
+ person obtaining a copy of this software and associated
1457
+ documentation files (the "Software"), to deal in the
1458
+ Software without restriction, including without
1459
+ limitation the rights to use, copy, modify, merge,
1460
+ publish, distribute, sublicense, and/or sell copies of
1461
+ the Software, and to permit persons to whom the Software
1462
+ is furnished to do so, subject to the following
1463
+ conditions:
1464
+
1465
+ The above copyright notice and this permission notice
1466
+ shall be included in all copies or substantial portions
1467
+ of the Software.
1468
+
1469
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1470
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1471
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1472
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1473
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1474
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1475
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1476
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1477
+ DEALINGS IN THE SOFTWARE.
1478
+ ```
1479
+
1480
+ ### License text 18
1481
+
1482
+ Components: `hashbrown 0.17.1`
1483
+
1484
+ Source filenames: `LICENSE-MIT`
1485
+
1486
+ ```text
1487
+ Copyright (c) 2016 Amanieu d'Antras
1488
+
1489
+ Permission is hereby granted, free of charge, to any
1490
+ person obtaining a copy of this software and associated
1491
+ documentation files (the "Software"), to deal in the
1492
+ Software without restriction, including without
1493
+ limitation the rights to use, copy, modify, merge,
1494
+ publish, distribute, sublicense, and/or sell copies of
1495
+ the Software, and to permit persons to whom the Software
1496
+ is furnished to do so, subject to the following
1497
+ conditions:
1498
+
1499
+ The above copyright notice and this permission notice
1500
+ shall be included in all copies or substantial portions
1501
+ of the Software.
1502
+
1503
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1504
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1505
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1506
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1507
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1508
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1509
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1510
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1511
+ DEALINGS IN THE SOFTWARE.
1512
+ ```
1513
+
1514
+ ### License text 19
1515
+
1516
+ Components: `hybrid-array 0.4.13`
1517
+
1518
+ Source filenames: `LICENSE-MIT`
1519
+
1520
+ ```text
1521
+ Copyright (c) 2022-2026 The RustCrypto Project Developers
1522
+
1523
+ Permission is hereby granted, free of charge, to any
1524
+ person obtaining a copy of this software and associated
1525
+ documentation files (the "Software"), to deal in the
1526
+ Software without restriction, including without
1527
+ limitation the rights to use, copy, modify, merge,
1528
+ publish, distribute, sublicense, and/or sell copies of
1529
+ the Software, and to permit persons to whom the Software
1530
+ is furnished to do so, subject to the following
1531
+ conditions:
1532
+
1533
+ The above copyright notice and this permission notice
1534
+ shall be included in all copies or substantial portions
1535
+ of the Software.
1536
+
1537
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1538
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1539
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1540
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1541
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1542
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1543
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1544
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1545
+ DEALINGS IN THE SOFTWARE.
1546
+ ```
1547
+
1548
+ ### License text 20
1549
+
1550
+ Components: `indexmap 2.14.0`
1551
+
1552
+ Source filenames: `LICENSE-MIT`
1553
+
1554
+ ```text
1555
+ Copyright (c) 2016--2017
1556
+
1557
+ Permission is hereby granted, free of charge, to any
1558
+ person obtaining a copy of this software and associated
1559
+ documentation files (the "Software"), to deal in the
1560
+ Software without restriction, including without
1561
+ limitation the rights to use, copy, modify, merge,
1562
+ publish, distribute, sublicense, and/or sell copies of
1563
+ the Software, and to permit persons to whom the Software
1564
+ is furnished to do so, subject to the following
1565
+ conditions:
1566
+
1567
+ The above copyright notice and this permission notice
1568
+ shall be included in all copies or substantial portions
1569
+ of the Software.
1570
+
1571
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1572
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1573
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1574
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1575
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1576
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1577
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1578
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1579
+ DEALINGS IN THE SOFTWARE.
1580
+ ```
1581
+
1582
+ ### License text 21
1583
+
1584
+ Components: `libloading 0.9.0`
1585
+
1586
+ Source filenames: `LICENSE`
1587
+
1588
+ ```text
1589
+ Copyright © 2015, Simonas Kazlauskas
1590
+
1591
+ Permission to use, copy, modify, and/or distribute this software for any purpose with or without
1592
+ fee is hereby granted, provided that the above copyright notice and this permission notice appear
1593
+ in all copies.
1594
+
1595
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
1596
+ SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
1597
+ AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1598
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
1599
+ NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
1600
+ THIS SOFTWARE.
1601
+ ```
1602
+
1603
+ ### License text 22
1604
+
1605
+ Components: `libm 0.2.16`
1606
+
1607
+ Source filenames: `LICENSE.txt`
1608
+
1609
+ ```text
1610
+ rust-lang/libm as a whole is available for use under the MIT license:
1611
+
1612
+ ------------------------------------------------------------------------------
1613
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1614
+ of this software and associated documentation files (the "Software"), to deal
1615
+ in the Software without restriction, including without limitation the rights
1616
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1617
+ copies of the Software, and to permit persons to whom the Software is
1618
+ furnished to do so, subject to the following conditions:
1619
+
1620
+ The above copyright notice and this permission notice shall be included in all
1621
+ copies or substantial portions of the Software.
1622
+
1623
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1624
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1625
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1626
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1627
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1628
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1629
+ SOFTWARE.
1630
+ ------------------------------------------------------------------------------
1631
+
1632
+ As a contributor, you agree that your code can be used under either the MIT
1633
+ license or the Apache-2.0 license:
1634
+
1635
+ ------------------------------------------------------------------------------
1636
+ Apache License
1637
+ Version 2.0, January 2004
1638
+ http://www.apache.org/licenses/
1639
+
1640
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1641
+
1642
+ 1. Definitions.
1643
+
1644
+ "License" shall mean the terms and conditions for use, reproduction,
1645
+ and distribution as defined by Sections 1 through 9 of this document.
1646
+
1647
+ "Licensor" shall mean the copyright owner or entity authorized by
1648
+ the copyright owner that is granting the License.
1649
+
1650
+ "Legal Entity" shall mean the union of the acting entity and all
1651
+ other entities that control, are controlled by, or are under common
1652
+ control with that entity. For the purposes of this definition,
1653
+ "control" means (i) the power, direct or indirect, to cause the
1654
+ direction or management of such entity, whether by contract or
1655
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1656
+ outstanding shares, or (iii) beneficial ownership of such entity.
1657
+
1658
+ "You" (or "Your") shall mean an individual or Legal Entity
1659
+ exercising permissions granted by this License.
1660
+
1661
+ "Source" form shall mean the preferred form for making modifications,
1662
+ including but not limited to software source code, documentation
1663
+ source, and configuration files.
1664
+
1665
+ "Object" form shall mean any form resulting from mechanical
1666
+ transformation or translation of a Source form, including but
1667
+ not limited to compiled object code, generated documentation,
1668
+ and conversions to other media types.
1669
+
1670
+ "Work" shall mean the work of authorship, whether in Source or
1671
+ Object form, made available under the License, as indicated by a
1672
+ copyright notice that is included in or attached to the work
1673
+ (an example is provided in the Appendix below).
1674
+
1675
+ "Derivative Works" shall mean any work, whether in Source or Object
1676
+ form, that is based on (or derived from) the Work and for which the
1677
+ editorial revisions, annotations, elaborations, or other modifications
1678
+ represent, as a whole, an original work of authorship. For the purposes
1679
+ of this License, Derivative Works shall not include works that remain
1680
+ separable from, or merely link (or bind by name) to the interfaces of,
1681
+ the Work and Derivative Works thereof.
1682
+
1683
+ "Contribution" shall mean any work of authorship, including
1684
+ the original version of the Work and any modifications or additions
1685
+ to that Work or Derivative Works thereof, that is intentionally
1686
+ submitted to Licensor for inclusion in the Work by the copyright owner
1687
+ or by an individual or Legal Entity authorized to submit on behalf of
1688
+ the copyright owner. For the purposes of this definition, "submitted"
1689
+ means any form of electronic, verbal, or written communication sent
1690
+ to the Licensor or its representatives, including but not limited to
1691
+ communication on electronic mailing lists, source code control systems,
1692
+ and issue tracking systems that are managed by, or on behalf of, the
1693
+ Licensor for the purpose of discussing and improving the Work, but
1694
+ excluding communication that is conspicuously marked or otherwise
1695
+ designated in writing by the copyright owner as "Not a Contribution."
1696
+
1697
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1698
+ on behalf of whom a Contribution has been received by Licensor and
1699
+ subsequently incorporated within the Work.
1700
+
1701
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1702
+ this License, each Contributor hereby grants to You a perpetual,
1703
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1704
+ copyright license to reproduce, prepare Derivative Works of,
1705
+ publicly display, publicly perform, sublicense, and distribute the
1706
+ Work and such Derivative Works in Source or Object form.
1707
+
1708
+ 3. Grant of Patent License. Subject to the terms and conditions of
1709
+ this License, each Contributor hereby grants to You a perpetual,
1710
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1711
+ (except as stated in this section) patent license to make, have made,
1712
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1713
+ where such license applies only to those patent claims licensable
1714
+ by such Contributor that are necessarily infringed by their
1715
+ Contribution(s) alone or by combination of their Contribution(s)
1716
+ with the Work to which such Contribution(s) was submitted. If You
1717
+ institute patent litigation against any entity (including a
1718
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1719
+ or a Contribution incorporated within the Work constitutes direct
1720
+ or contributory patent infringement, then any patent licenses
1721
+ granted to You under this License for that Work shall terminate
1722
+ as of the date such litigation is filed.
1723
+
1724
+ 4. Redistribution. You may reproduce and distribute copies of the
1725
+ Work or Derivative Works thereof in any medium, with or without
1726
+ modifications, and in Source or Object form, provided that You
1727
+ meet the following conditions:
1728
+
1729
+ (a) You must give any other recipients of the Work or
1730
+ Derivative Works a copy of this License; and
1731
+
1732
+ (b) You must cause any modified files to carry prominent notices
1733
+ stating that You changed the files; and
1734
+
1735
+ (c) You must retain, in the Source form of any Derivative Works
1736
+ that You distribute, all copyright, patent, trademark, and
1737
+ attribution notices from the Source form of the Work,
1738
+ excluding those notices that do not pertain to any part of
1739
+ the Derivative Works; and
1740
+
1741
+ (d) If the Work includes a "NOTICE" text file as part of its
1742
+ distribution, then any Derivative Works that You distribute must
1743
+ include a readable copy of the attribution notices contained
1744
+ within such NOTICE file, excluding those notices that do not
1745
+ pertain to any part of the Derivative Works, in at least one
1746
+ of the following places: within a NOTICE text file distributed
1747
+ as part of the Derivative Works; within the Source form or
1748
+ documentation, if provided along with the Derivative Works; or,
1749
+ within a display generated by the Derivative Works, if and
1750
+ wherever such third-party notices normally appear. The contents
1751
+ of the NOTICE file are for informational purposes only and
1752
+ do not modify the License. You may add Your own attribution
1753
+ notices within Derivative Works that You distribute, alongside
1754
+ or as an addendum to the NOTICE text from the Work, provided
1755
+ that such additional attribution notices cannot be construed
1756
+ as modifying the License.
1757
+
1758
+ You may add Your own copyright statement to Your modifications and
1759
+ may provide additional or different license terms and conditions
1760
+ for use, reproduction, or distribution of Your modifications, or
1761
+ for any such Derivative Works as a whole, provided Your use,
1762
+ reproduction, and distribution of the Work otherwise complies with
1763
+ the conditions stated in this License.
1764
+
1765
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1766
+ any Contribution intentionally submitted for inclusion in the Work
1767
+ by You to the Licensor shall be under the terms and conditions of
1768
+ this License, without any additional terms or conditions.
1769
+ Notwithstanding the above, nothing herein shall supersede or modify
1770
+ the terms of any separate license agreement you may have executed
1771
+ with Licensor regarding such Contributions.
1772
+
1773
+ 6. Trademarks. This License does not grant permission to use the trade
1774
+ names, trademarks, service marks, or product names of the Licensor,
1775
+ except as required for reasonable and customary use in describing the
1776
+ origin of the Work and reproducing the content of the NOTICE file.
1777
+
1778
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1779
+ agreed to in writing, Licensor provides the Work (and each
1780
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1781
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1782
+ implied, including, without limitation, any warranties or conditions
1783
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1784
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1785
+ appropriateness of using or redistributing the Work and assume any
1786
+ risks associated with Your exercise of permissions under this License.
1787
+
1788
+ 8. Limitation of Liability. In no event and under no legal theory,
1789
+ whether in tort (including negligence), contract, or otherwise,
1790
+ unless required by applicable law (such as deliberate and grossly
1791
+ negligent acts) or agreed to in writing, shall any Contributor be
1792
+ liable to You for damages, including any direct, indirect, special,
1793
+ incidental, or consequential damages of any character arising as a
1794
+ result of this License or out of the use or inability to use the
1795
+ Work (including but not limited to damages for loss of goodwill,
1796
+ work stoppage, computer failure or malfunction, or any and all
1797
+ other commercial damages or losses), even if such Contributor
1798
+ has been advised of the possibility of such damages.
1799
+
1800
+ 9. Accepting Warranty or Additional Liability. While redistributing
1801
+ the Work or Derivative Works thereof, You may choose to offer,
1802
+ and charge a fee for, acceptance of support, warranty, indemnity,
1803
+ or other liability obligations and/or rights consistent with this
1804
+ License. However, in accepting such obligations, You may act only
1805
+ on Your own behalf and on Your sole responsibility, not on behalf
1806
+ of any other Contributor, and only if You agree to indemnify,
1807
+ defend, and hold each Contributor harmless for any liability
1808
+ incurred by, or claims asserted against, such Contributor by reason
1809
+ of your accepting any such warranty or additional liability.
1810
+
1811
+ END OF TERMS AND CONDITIONS
1812
+
1813
+ APPENDIX: How to apply the Apache License to your work.
1814
+
1815
+ To apply the Apache License to your work, attach the following
1816
+ boilerplate notice, with the fields enclosed by brackets "[]"
1817
+ replaced with your own identifying information. (Don't include
1818
+ the brackets!) The text should be enclosed in the appropriate
1819
+ comment syntax for the file format. We also recommend that a
1820
+ file or class name and description of purpose be included on the
1821
+ same "printed page" as the copyright notice for easier
1822
+ identification within third-party archives.
1823
+
1824
+ Licensed under the Apache License, Version 2.0 (the "License");
1825
+ you may not use this file except in compliance with the License.
1826
+ You may obtain a copy of the License at
1827
+
1828
+ http://www.apache.org/licenses/LICENSE-2.0
1829
+
1830
+ Unless required by applicable law or agreed to in writing, software
1831
+ distributed under the License is distributed on an "AS IS" BASIS,
1832
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1833
+ See the License for the specific language governing permissions and
1834
+ limitations under the License.
1835
+ ------------------------------------------------------------------------------
1836
+
1837
+ This Rust library contains the following copyrights:
1838
+
1839
+ Copyright (c) 2018 Jorge Aparicio
1840
+
1841
+ Portions of this software are derived from third-party works licensed under
1842
+ terms compatible with the above MIT license:
1843
+
1844
+ * musl libc https://www.musl-libc.org/. This library contains the following
1845
+ copyright:
1846
+
1847
+ Copyright © 2005-2020 Rich Felker, et al.
1848
+
1849
+ * The CORE-MATH project https://core-math.gitlabpages.inria.fr/. CORE-MATH
1850
+ routines are available under the MIT license on a per-file basis.
1851
+
1852
+ The musl libc COPYRIGHT file also includes the following notice relevant to
1853
+ math portions of the library:
1854
+
1855
+ ------------------------------------------------------------------------------
1856
+ Much of the math library code (src/math/* and src/complex/*) is
1857
+ Copyright © 1993,2004 Sun Microsystems or
1858
+ Copyright © 2003-2011 David Schultz or
1859
+ Copyright © 2003-2009 Steven G. Kargl or
1860
+ Copyright © 2003-2009 Bruce D. Evans or
1861
+ Copyright © 2008 Stephen L. Moshier or
1862
+ Copyright © 2017-2018 Arm Limited
1863
+ and labelled as such in comments in the individual source files. All
1864
+ have been licensed under extremely permissive terms.
1865
+ ------------------------------------------------------------------------------
1866
+
1867
+ Copyright notices are retained in src/* files where relevant.
1868
+ ```
1869
+
1870
+ ### License text 23
1871
+
1872
+ Components: `memchr 2.8.3`
1873
+
1874
+ Source filenames: `COPYING`
1875
+
1876
+ ```text
1877
+ This project is dual-licensed under the Unlicense and MIT licenses.
1878
+
1879
+ You may use this code under the terms of either license.
1880
+ ```
1881
+
1882
+ ### License text 24
1883
+
1884
+ Components: `memchr 2.8.3`
1885
+
1886
+ Source filenames: `LICENSE-MIT`
1887
+
1888
+ ```text
1889
+ The MIT License (MIT)
1890
+
1891
+ Copyright (c) 2015 Andrew Gallant
1892
+
1893
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1894
+ of this software and associated documentation files (the "Software"), to deal
1895
+ in the Software without restriction, including without limitation the rights
1896
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1897
+ copies of the Software, and to permit persons to whom the Software is
1898
+ furnished to do so, subject to the following conditions:
1899
+
1900
+ The above copyright notice and this permission notice shall be included in
1901
+ all copies or substantial portions of the Software.
1902
+
1903
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1904
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1905
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1906
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1907
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1908
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1909
+ THE SOFTWARE.
1910
+ ```
1911
+
1912
+ ### License text 25
1913
+
1914
+ Components: `napi 3.11.0`, `napi-sys 3.3.0`
1915
+
1916
+ Source filenames: `napi-rs-LICENSE`
1917
+
1918
+ ```text
1919
+ MIT License
1920
+
1921
+ Copyright (c) 2020-present LongYinan
1922
+
1923
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1924
+ of this software and associated documentation files (the "Software"), to deal
1925
+ in the Software without restriction, including without limitation the rights
1926
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1927
+ copies of the Software, and to permit persons to whom the Software is
1928
+ furnished to do so, subject to the following conditions:
1929
+
1930
+ The above copyright notice and this permission notice shall be included in all
1931
+ copies or substantial portions of the Software.
1932
+
1933
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1934
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1935
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1936
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1937
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1938
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1939
+ SOFTWARE.
1940
+
1941
+ MIT License
1942
+
1943
+ Copyright (c) 2018 GitHub
1944
+
1945
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1946
+ of this software and associated documentation files (the "Software"), to deal
1947
+ in the Software without restriction, including without limitation the rights
1948
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1949
+ copies of the Software, and to permit persons to whom the Software is
1950
+ furnished to do so, subject to the following conditions:
1951
+
1952
+ The above copyright notice and this permission notice shall be included in all
1953
+ copies or substantial portions of the Software.
1954
+
1955
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1956
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1957
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1958
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1959
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1960
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1961
+ SOFTWARE.
1962
+ ```
1963
+
1964
+ ### License text 26
1965
+
1966
+ Components: `nohash-hasher 0.2.0`
1967
+
1968
+ Source filenames: `LICENSE-APACHE`
1969
+
1970
+ ```text
1971
+ Apache License
1972
+ Version 2.0, January 2004
1973
+ http://www.apache.org/licenses/
1974
+
1975
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1976
+
1977
+ 1. Definitions.
1978
+
1979
+ "License" shall mean the terms and conditions for use, reproduction,
1980
+ and distribution as defined by Sections 1 through 9 of this document.
1981
+
1982
+ "Licensor" shall mean the copyright owner or entity authorized by
1983
+ the copyright owner that is granting the License.
1984
+
1985
+ "Legal Entity" shall mean the union of the acting entity and all
1986
+ other entities that control, are controlled by, or are under common
1987
+ control with that entity. For the purposes of this definition,
1988
+ "control" means (i) the power, direct or indirect, to cause the
1989
+ direction or management of such entity, whether by contract or
1990
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1991
+ outstanding shares, or (iii) beneficial ownership of such entity.
1992
+
1993
+ "You" (or "Your") shall mean an individual or Legal Entity
1994
+ exercising permissions granted by this License.
1995
+
1996
+ "Source" form shall mean the preferred form for making modifications,
1997
+ including but not limited to software source code, documentation
1998
+ source, and configuration files.
1999
+
2000
+ "Object" form shall mean any form resulting from mechanical
2001
+ transformation or translation of a Source form, including but
2002
+ not limited to compiled object code, generated documentation,
2003
+ and conversions to other media types.
2004
+
2005
+ "Work" shall mean the work of authorship, whether in Source or
2006
+ Object form, made available under the License, as indicated by a
2007
+ copyright notice that is included in or attached to the work
2008
+ (an example is provided in the Appendix below).
2009
+
2010
+ "Derivative Works" shall mean any work, whether in Source or Object
2011
+ form, that is based on (or derived from) the Work and for which the
2012
+ editorial revisions, annotations, elaborations, or other modifications
2013
+ represent, as a whole, an original work of authorship. For the purposes
2014
+ of this License, Derivative Works shall not include works that remain
2015
+ separable from, or merely link (or bind by name) to the interfaces of,
2016
+ the Work and Derivative Works thereof.
2017
+
2018
+ "Contribution" shall mean any work of authorship, including
2019
+ the original version of the Work and any modifications or additions
2020
+ to that Work or Derivative Works thereof, that is intentionally
2021
+ submitted to Licensor for inclusion in the Work by the copyright owner
2022
+ or by an individual or Legal Entity authorized to submit on behalf of
2023
+ the copyright owner. For the purposes of this definition, "submitted"
2024
+ means any form of electronic, verbal, or written communication sent
2025
+ to the Licensor or its representatives, including but not limited to
2026
+ communication on electronic mailing lists, source code control systems,
2027
+ and issue tracking systems that are managed by, or on behalf of, the
2028
+ Licensor for the purpose of discussing and improving the Work, but
2029
+ excluding communication that is conspicuously marked or otherwise
2030
+ designated in writing by the copyright owner as "Not a Contribution."
2031
+
2032
+ "Contributor" shall mean Licensor and any individual or Legal Entity
2033
+ on behalf of whom a Contribution has been received by Licensor and
2034
+ subsequently incorporated within the Work.
2035
+
2036
+ 2. Grant of Copyright License. Subject to the terms and conditions of
2037
+ this License, each Contributor hereby grants to You a perpetual,
2038
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2039
+ copyright license to reproduce, prepare Derivative Works of,
2040
+ publicly display, publicly perform, sublicense, and distribute the
2041
+ Work and such Derivative Works in Source or Object form.
2042
+
2043
+ 3. Grant of Patent License. Subject to the terms and conditions of
2044
+ this License, each Contributor hereby grants to You a perpetual,
2045
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2046
+ (except as stated in this section) patent license to make, have made,
2047
+ use, offer to sell, sell, import, and otherwise transfer the Work,
2048
+ where such license applies only to those patent claims licensable
2049
+ by such Contributor that are necessarily infringed by their
2050
+ Contribution(s) alone or by combination of their Contribution(s)
2051
+ with the Work to which such Contribution(s) was submitted. If You
2052
+ institute patent litigation against any entity (including a
2053
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
2054
+ or a Contribution incorporated within the Work constitutes direct
2055
+ or contributory patent infringement, then any patent licenses
2056
+ granted to You under this License for that Work shall terminate
2057
+ as of the date such litigation is filed.
2058
+
2059
+ 4. Redistribution. You may reproduce and distribute copies of the
2060
+ Work or Derivative Works thereof in any medium, with or without
2061
+ modifications, and in Source or Object form, provided that You
2062
+ meet the following conditions:
2063
+
2064
+ (a) You must give any other recipients of the Work or
2065
+ Derivative Works a copy of this License; and
2066
+
2067
+ (b) You must cause any modified files to carry prominent notices
2068
+ stating that You changed the files; and
2069
+
2070
+ (c) You must retain, in the Source form of any Derivative Works
2071
+ that You distribute, all copyright, patent, trademark, and
2072
+ attribution notices from the Source form of the Work,
2073
+ excluding those notices that do not pertain to any part of
2074
+ the Derivative Works; and
2075
+
2076
+ (d) If the Work includes a "NOTICE" text file as part of its
2077
+ distribution, then any Derivative Works that You distribute must
2078
+ include a readable copy of the attribution notices contained
2079
+ within such NOTICE file, excluding those notices that do not
2080
+ pertain to any part of the Derivative Works, in at least one
2081
+ of the following places: within a NOTICE text file distributed
2082
+ as part of the Derivative Works; within the Source form or
2083
+ documentation, if provided along with the Derivative Works; or,
2084
+ within a display generated by the Derivative Works, if and
2085
+ wherever such third-party notices normally appear. The contents
2086
+ of the NOTICE file are for informational purposes only and
2087
+ do not modify the License. You may add Your own attribution
2088
+ notices within Derivative Works that You distribute, alongside
2089
+ or as an addendum to the NOTICE text from the Work, provided
2090
+ that such additional attribution notices cannot be construed
2091
+ as modifying the License.
2092
+
2093
+ You may add Your own copyright statement to Your modifications and
2094
+ may provide additional or different license terms and conditions
2095
+ for use, reproduction, or distribution of Your modifications, or
2096
+ for any such Derivative Works as a whole, provided Your use,
2097
+ reproduction, and distribution of the Work otherwise complies with
2098
+ the conditions stated in this License.
2099
+
2100
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
2101
+ any Contribution intentionally submitted for inclusion in the Work
2102
+ by You to the Licensor shall be under the terms and conditions of
2103
+ this License, without any additional terms or conditions.
2104
+ Notwithstanding the above, nothing herein shall supersede or modify
2105
+ the terms of any separate license agreement you may have executed
2106
+ with Licensor regarding such Contributions.
2107
+
2108
+ 6. Trademarks. This License does not grant permission to use the trade
2109
+ names, trademarks, service marks, or product names of the Licensor,
2110
+ except as required for reasonable and customary use in describing the
2111
+ origin of the Work and reproducing the content of the NOTICE file.
2112
+
2113
+ 7. Disclaimer of Warranty. Unless required by applicable law or
2114
+ agreed to in writing, Licensor provides the Work (and each
2115
+ Contributor provides its Contributions) on an "AS IS" BASIS,
2116
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2117
+ implied, including, without limitation, any warranties or conditions
2118
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2119
+ PARTICULAR PURPOSE. You are solely responsible for determining the
2120
+ appropriateness of using or redistributing the Work and assume any
2121
+ risks associated with Your exercise of permissions under this License.
2122
+
2123
+ 8. Limitation of Liability. In no event and under no legal theory,
2124
+ whether in tort (including negligence), contract, or otherwise,
2125
+ unless required by applicable law (such as deliberate and grossly
2126
+ negligent acts) or agreed to in writing, shall any Contributor be
2127
+ liable to You for damages, including any direct, indirect, special,
2128
+ incidental, or consequential damages of any character arising as a
2129
+ result of this License or out of the use or inability to use the
2130
+ Work (including but not limited to damages for loss of goodwill,
2131
+ work stoppage, computer failure or malfunction, or any and all
2132
+ other commercial damages or losses), even if such Contributor
2133
+ has been advised of the possibility of such damages.
2134
+
2135
+ 9. Accepting Warranty or Additional Liability. While redistributing
2136
+ the Work or Derivative Works thereof, You may choose to offer,
2137
+ and charge a fee for, acceptance of support, warranty, indemnity,
2138
+ or other liability obligations and/or rights consistent with this
2139
+ License. However, in accepting such obligations, You may act only
2140
+ on Your own behalf and on Your sole responsibility, not on behalf
2141
+ of any other Contributor, and only if You agree to indemnify,
2142
+ defend, and hold each Contributor harmless for any liability
2143
+ incurred by, or claims asserted against, such Contributor by reason
2144
+ of your accepting any such warranty or additional liability.
2145
+
2146
+ END OF TERMS AND CONDITIONS
2147
+
2148
+ APPENDIX: How to apply the Apache License to your work.
2149
+
2150
+ To apply the Apache License to your work, attach the following
2151
+ boilerplate notice, with the fields enclosed by brackets "[]"
2152
+ replaced with your own identifying information. (Don't include
2153
+ the brackets!) The text should be enclosed in the appropriate
2154
+ comment syntax for the file format. We also recommend that a
2155
+ file or class name and description of purpose be included on the
2156
+ same "printed page" as the copyright notice for easier
2157
+ identification within third-party archives.
2158
+
2159
+ Copyright [yyyy] [name of copyright owner]
2160
+
2161
+ Licensed under the Apache License, Version 2.0 (the "License");
2162
+ you may not use this file except in compliance with the License.
2163
+ You may obtain a copy of the License at
2164
+
2165
+ http://www.apache.org/licenses/LICENSE-2.0
2166
+
2167
+ Unless required by applicable law or agreed to in writing, software
2168
+ distributed under the License is distributed on an "AS IS" BASIS,
2169
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2170
+ See the License for the specific language governing permissions and
2171
+ limitations under the License.
2172
+ ```
2173
+
2174
+ ### License text 27
2175
+
2176
+ Components: `nohash-hasher 0.2.0`
2177
+
2178
+ Source filenames: `LICENSE-MIT`
2179
+
2180
+ ```text
2181
+ Copyright 2018 Parity Technologies (UK) Ltd.
2182
+
2183
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2184
+ this software and associated documentation files (the "Software"), to deal in
2185
+ the Software without restriction, including without limitation the rights to
2186
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2187
+ the Software, and to permit persons to whom the Software is furnished to do so,
2188
+ subject to the following conditions:
2189
+
2190
+ The above copyright notice and this permission notice shall be included in all
2191
+ copies or substantial portions of the Software.
2192
+
2193
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2194
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2195
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
2196
+ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2197
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2198
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2199
+ ```
2200
+
2201
+ ### License text 28
2202
+
2203
+ Components: `pin-project-lite 0.2.17`
2204
+
2205
+ Source filenames: `LICENSE-APACHE`
2206
+
2207
+ ```text
2208
+ Apache License
2209
+ Version 2.0, January 2004
2210
+ http://www.apache.org/licenses/
2211
+
2212
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2213
+
2214
+ 1. Definitions.
2215
+
2216
+ "License" shall mean the terms and conditions for use, reproduction,
2217
+ and distribution as defined by Sections 1 through 9 of this document.
2218
+
2219
+ "Licensor" shall mean the copyright owner or entity authorized by
2220
+ the copyright owner that is granting the License.
2221
+
2222
+ "Legal Entity" shall mean the union of the acting entity and all
2223
+ other entities that control, are controlled by, or are under common
2224
+ control with that entity. For the purposes of this definition,
2225
+ "control" means (i) the power, direct or indirect, to cause the
2226
+ direction or management of such entity, whether by contract or
2227
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
2228
+ outstanding shares, or (iii) beneficial ownership of such entity.
2229
+
2230
+ "You" (or "Your") shall mean an individual or Legal Entity
2231
+ exercising permissions granted by this License.
2232
+
2233
+ "Source" form shall mean the preferred form for making modifications,
2234
+ including but not limited to software source code, documentation
2235
+ source, and configuration files.
2236
+
2237
+ "Object" form shall mean any form resulting from mechanical
2238
+ transformation or translation of a Source form, including but
2239
+ not limited to compiled object code, generated documentation,
2240
+ and conversions to other media types.
2241
+
2242
+ "Work" shall mean the work of authorship, whether in Source or
2243
+ Object form, made available under the License, as indicated by a
2244
+ copyright notice that is included in or attached to the work
2245
+ (an example is provided in the Appendix below).
2246
+
2247
+ "Derivative Works" shall mean any work, whether in Source or Object
2248
+ form, that is based on (or derived from) the Work and for which the
2249
+ editorial revisions, annotations, elaborations, or other modifications
2250
+ represent, as a whole, an original work of authorship. For the purposes
2251
+ of this License, Derivative Works shall not include works that remain
2252
+ separable from, or merely link (or bind by name) to the interfaces of,
2253
+ the Work and Derivative Works thereof.
2254
+
2255
+ "Contribution" shall mean any work of authorship, including
2256
+ the original version of the Work and any modifications or additions
2257
+ to that Work or Derivative Works thereof, that is intentionally
2258
+ submitted to Licensor for inclusion in the Work by the copyright owner
2259
+ or by an individual or Legal Entity authorized to submit on behalf of
2260
+ the copyright owner. For the purposes of this definition, "submitted"
2261
+ means any form of electronic, verbal, or written communication sent
2262
+ to the Licensor or its representatives, including but not limited to
2263
+ communication on electronic mailing lists, source code control systems,
2264
+ and issue tracking systems that are managed by, or on behalf of, the
2265
+ Licensor for the purpose of discussing and improving the Work, but
2266
+ excluding communication that is conspicuously marked or otherwise
2267
+ designated in writing by the copyright owner as "Not a Contribution."
2268
+
2269
+ "Contributor" shall mean Licensor and any individual or Legal Entity
2270
+ on behalf of whom a Contribution has been received by Licensor and
2271
+ subsequently incorporated within the Work.
2272
+
2273
+ 2. Grant of Copyright License. Subject to the terms and conditions of
2274
+ this License, each Contributor hereby grants to You a perpetual,
2275
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2276
+ copyright license to reproduce, prepare Derivative Works of,
2277
+ publicly display, publicly perform, sublicense, and distribute the
2278
+ Work and such Derivative Works in Source or Object form.
2279
+
2280
+ 3. Grant of Patent License. Subject to the terms and conditions of
2281
+ this License, each Contributor hereby grants to You a perpetual,
2282
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2283
+ (except as stated in this section) patent license to make, have made,
2284
+ use, offer to sell, sell, import, and otherwise transfer the Work,
2285
+ where such license applies only to those patent claims licensable
2286
+ by such Contributor that are necessarily infringed by their
2287
+ Contribution(s) alone or by combination of their Contribution(s)
2288
+ with the Work to which such Contribution(s) was submitted. If You
2289
+ institute patent litigation against any entity (including a
2290
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
2291
+ or a Contribution incorporated within the Work constitutes direct
2292
+ or contributory patent infringement, then any patent licenses
2293
+ granted to You under this License for that Work shall terminate
2294
+ as of the date such litigation is filed.
2295
+
2296
+ 4. Redistribution. You may reproduce and distribute copies of the
2297
+ Work or Derivative Works thereof in any medium, with or without
2298
+ modifications, and in Source or Object form, provided that You
2299
+ meet the following conditions:
2300
+
2301
+ (a) You must give any other recipients of the Work or
2302
+ Derivative Works a copy of this License; and
2303
+
2304
+ (b) You must cause any modified files to carry prominent notices
2305
+ stating that You changed the files; and
2306
+
2307
+ (c) You must retain, in the Source form of any Derivative Works
2308
+ that You distribute, all copyright, patent, trademark, and
2309
+ attribution notices from the Source form of the Work,
2310
+ excluding those notices that do not pertain to any part of
2311
+ the Derivative Works; and
2312
+
2313
+ (d) If the Work includes a "NOTICE" text file as part of its
2314
+ distribution, then any Derivative Works that You distribute must
2315
+ include a readable copy of the attribution notices contained
2316
+ within such NOTICE file, excluding those notices that do not
2317
+ pertain to any part of the Derivative Works, in at least one
2318
+ of the following places: within a NOTICE text file distributed
2319
+ as part of the Derivative Works; within the Source form or
2320
+ documentation, if provided along with the Derivative Works; or,
2321
+ within a display generated by the Derivative Works, if and
2322
+ wherever such third-party notices normally appear. The contents
2323
+ of the NOTICE file are for informational purposes only and
2324
+ do not modify the License. You may add Your own attribution
2325
+ notices within Derivative Works that You distribute, alongside
2326
+ or as an addendum to the NOTICE text from the Work, provided
2327
+ that such additional attribution notices cannot be construed
2328
+ as modifying the License.
2329
+
2330
+ You may add Your own copyright statement to Your modifications and
2331
+ may provide additional or different license terms and conditions
2332
+ for use, reproduction, or distribution of Your modifications, or
2333
+ for any such Derivative Works as a whole, provided Your use,
2334
+ reproduction, and distribution of the Work otherwise complies with
2335
+ the conditions stated in this License.
2336
+
2337
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
2338
+ any Contribution intentionally submitted for inclusion in the Work
2339
+ by You to the Licensor shall be under the terms and conditions of
2340
+ this License, without any additional terms or conditions.
2341
+ Notwithstanding the above, nothing herein shall supersede or modify
2342
+ the terms of any separate license agreement you may have executed
2343
+ with Licensor regarding such Contributions.
2344
+
2345
+ 6. Trademarks. This License does not grant permission to use the trade
2346
+ names, trademarks, service marks, or product names of the Licensor,
2347
+ except as required for reasonable and customary use in describing the
2348
+ origin of the Work and reproducing the content of the NOTICE file.
2349
+
2350
+ 7. Disclaimer of Warranty. Unless required by applicable law or
2351
+ agreed to in writing, Licensor provides the Work (and each
2352
+ Contributor provides its Contributions) on an "AS IS" BASIS,
2353
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2354
+ implied, including, without limitation, any warranties or conditions
2355
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2356
+ PARTICULAR PURPOSE. You are solely responsible for determining the
2357
+ appropriateness of using or redistributing the Work and assume any
2358
+ risks associated with Your exercise of permissions under this License.
2359
+
2360
+ 8. Limitation of Liability. In no event and under no legal theory,
2361
+ whether in tort (including negligence), contract, or otherwise,
2362
+ unless required by applicable law (such as deliberate and grossly
2363
+ negligent acts) or agreed to in writing, shall any Contributor be
2364
+ liable to You for damages, including any direct, indirect, special,
2365
+ incidental, or consequential damages of any character arising as a
2366
+ result of this License or out of the use or inability to use the
2367
+ Work (including but not limited to damages for loss of goodwill,
2368
+ work stoppage, computer failure or malfunction, or any and all
2369
+ other commercial damages or losses), even if such Contributor
2370
+ has been advised of the possibility of such damages.
2371
+
2372
+ 9. Accepting Warranty or Additional Liability. While redistributing
2373
+ the Work or Derivative Works thereof, You may choose to offer,
2374
+ and charge a fee for, acceptance of support, warranty, indemnity,
2375
+ or other liability obligations and/or rights consistent with this
2376
+ License. However, in accepting such obligations, You may act only
2377
+ on Your own behalf and on Your sole responsibility, not on behalf
2378
+ of any other Contributor, and only if You agree to indemnify,
2379
+ defend, and hold each Contributor harmless for any liability
2380
+ incurred by, or claims asserted against, such Contributor by reason
2381
+ of your accepting any such warranty or additional liability.
2382
+
2383
+ END OF TERMS AND CONDITIONS
2384
+ ```
2385
+
2386
+ ### License text 29
2387
+
2388
+ Components: `quick-xml 0.41.0`
2389
+
2390
+ Source filenames: `LICENSE-MIT.md`
2391
+
2392
+ ```text
2393
+ The MIT License (MIT)
2394
+
2395
+ Copyright (c) 2016 Johann Tuffe
2396
+
2397
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2398
+ of this software and associated documentation files (the "Software"), to deal
2399
+ in the Software without restriction, including without limitation the rights
2400
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2401
+ copies of the Software, and to permit persons to whom the Software is
2402
+ furnished to do so, subject to the following conditions:
2403
+
2404
+
2405
+ The above copyright notice and this permission notice shall be included in
2406
+ all copies or substantial portions of the Software.
2407
+
2408
+
2409
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2410
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2411
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2412
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2413
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2414
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2415
+ THE SOFTWARE.
2416
+ ```
2417
+
2418
+ ### License text 30
2419
+
2420
+ Components: `schemars 1.2.1`
2421
+
2422
+ Source filenames: `LICENSE`
2423
+
2424
+ ```text
2425
+ MIT License
2426
+
2427
+ Copyright (c) 2019 Graham Esau
2428
+
2429
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2430
+ of this software and associated documentation files (the "Software"), to deal
2431
+ in the Software without restriction, including without limitation the rights
2432
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2433
+ copies of the Software, and to permit persons to whom the Software is
2434
+ furnished to do so, subject to the following conditions:
2435
+
2436
+ The above copyright notice and this permission notice shall be included in all
2437
+ copies or substantial portions of the Software.
2438
+
2439
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2440
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2441
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2442
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2443
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2444
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2445
+ SOFTWARE.
2446
+ ```
2447
+
2448
+ ### License text 31
2449
+
2450
+ Components: `sha2 0.11.0`
2451
+
2452
+ Source filenames: `LICENSE-MIT`
2453
+
2454
+ ```text
2455
+ Copyright (c) 2016-2026 The RustCrypto Project Developers
2456
+ Copyright (c) 2016 Artyom Pavlov
2457
+ Copyright (c) 2009-2013 Mozilla Foundation
2458
+ Copyright (c) 2006-2009 Graydon Hoare
2459
+
2460
+ Permission is hereby granted, free of charge, to any
2461
+ person obtaining a copy of this software and associated
2462
+ documentation files (the "Software"), to deal in the
2463
+ Software without restriction, including without
2464
+ limitation the rights to use, copy, modify, merge,
2465
+ publish, distribute, sublicense, and/or sell copies of
2466
+ the Software, and to permit persons to whom the Software
2467
+ is furnished to do so, subject to the following
2468
+ conditions:
2469
+
2470
+ The above copyright notice and this permission notice
2471
+ shall be included in all copies or substantial portions
2472
+ of the Software.
2473
+
2474
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2475
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2476
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2477
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2478
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2479
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2480
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2481
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2482
+ DEALINGS IN THE SOFTWARE.
2483
+ ```
2484
+
2485
+ ### License text 32
2486
+
2487
+ Components: `slab 0.4.12`
2488
+
2489
+ Source filenames: `LICENSE`
2490
+
2491
+ ```text
2492
+ Copyright (c) 2019 Carl Lerche
2493
+
2494
+ Permission is hereby granted, free of charge, to any
2495
+ person obtaining a copy of this software and associated
2496
+ documentation files (the "Software"), to deal in the
2497
+ Software without restriction, including without
2498
+ limitation the rights to use, copy, modify, merge,
2499
+ publish, distribute, sublicense, and/or sell copies of
2500
+ the Software, and to permit persons to whom the Software
2501
+ is furnished to do so, subject to the following
2502
+ conditions:
2503
+
2504
+ The above copyright notice and this permission notice
2505
+ shall be included in all copies or substantial portions
2506
+ of the Software.
2507
+
2508
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2509
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2510
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2511
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2512
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2513
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2514
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2515
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2516
+ DEALINGS IN THE SOFTWARE.
2517
+ ```
2518
+
2519
+ ### License text 33
2520
+
2521
+ Components: `typenum 1.20.1`
2522
+
2523
+ Source filenames: `LICENSE`
2524
+
2525
+ ```text
2526
+ MIT OR Apache-2.0
2527
+ ```
2528
+
2529
+ ### License text 34
2530
+
2531
+ Components: `typenum 1.20.1`
2532
+
2533
+ Source filenames: `LICENSE-APACHE`
2534
+
2535
+ ```text
2536
+ Apache License
2537
+ Version 2.0, January 2004
2538
+ http://www.apache.org/licenses/
2539
+
2540
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2541
+
2542
+ 1. Definitions.
2543
+
2544
+ "License" shall mean the terms and conditions for use, reproduction,
2545
+ and distribution as defined by Sections 1 through 9 of this document.
2546
+
2547
+ "Licensor" shall mean the copyright owner or entity authorized by
2548
+ the copyright owner that is granting the License.
2549
+
2550
+ "Legal Entity" shall mean the union of the acting entity and all
2551
+ other entities that control, are controlled by, or are under common
2552
+ control with that entity. For the purposes of this definition,
2553
+ "control" means (i) the power, direct or indirect, to cause the
2554
+ direction or management of such entity, whether by contract or
2555
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
2556
+ outstanding shares, or (iii) beneficial ownership of such entity.
2557
+
2558
+ "You" (or "Your") shall mean an individual or Legal Entity
2559
+ exercising permissions granted by this License.
2560
+
2561
+ "Source" form shall mean the preferred form for making modifications,
2562
+ including but not limited to software source code, documentation
2563
+ source, and configuration files.
2564
+
2565
+ "Object" form shall mean any form resulting from mechanical
2566
+ transformation or translation of a Source form, including but
2567
+ not limited to compiled object code, generated documentation,
2568
+ and conversions to other media types.
2569
+
2570
+ "Work" shall mean the work of authorship, whether in Source or
2571
+ Object form, made available under the License, as indicated by a
2572
+ copyright notice that is included in or attached to the work
2573
+ (an example is provided in the Appendix below).
2574
+
2575
+ "Derivative Works" shall mean any work, whether in Source or Object
2576
+ form, that is based on (or derived from) the Work and for which the
2577
+ editorial revisions, annotations, elaborations, or other modifications
2578
+ represent, as a whole, an original work of authorship. For the purposes
2579
+ of this License, Derivative Works shall not include works that remain
2580
+ separable from, or merely link (or bind by name) to the interfaces of,
2581
+ the Work and Derivative Works thereof.
2582
+
2583
+ "Contribution" shall mean any work of authorship, including
2584
+ the original version of the Work and any modifications or additions
2585
+ to that Work or Derivative Works thereof, that is intentionally
2586
+ submitted to Licensor for inclusion in the Work by the copyright owner
2587
+ or by an individual or Legal Entity authorized to submit on behalf of
2588
+ the copyright owner. For the purposes of this definition, "submitted"
2589
+ means any form of electronic, verbal, or written communication sent
2590
+ to the Licensor or its representatives, including but not limited to
2591
+ communication on electronic mailing lists, source code control systems,
2592
+ and issue tracking systems that are managed by, or on behalf of, the
2593
+ Licensor for the purpose of discussing and improving the Work, but
2594
+ excluding communication that is conspicuously marked or otherwise
2595
+ designated in writing by the copyright owner as "Not a Contribution."
2596
+
2597
+ "Contributor" shall mean Licensor and any individual or Legal Entity
2598
+ on behalf of whom a Contribution has been received by Licensor and
2599
+ subsequently incorporated within the Work.
2600
+
2601
+ 2. Grant of Copyright License. Subject to the terms and conditions of
2602
+ this License, each Contributor hereby grants to You a perpetual,
2603
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2604
+ copyright license to reproduce, prepare Derivative Works of,
2605
+ publicly display, publicly perform, sublicense, and distribute the
2606
+ Work and such Derivative Works in Source or Object form.
2607
+
2608
+ 3. Grant of Patent License. Subject to the terms and conditions of
2609
+ this License, each Contributor hereby grants to You a perpetual,
2610
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2611
+ (except as stated in this section) patent license to make, have made,
2612
+ use, offer to sell, sell, import, and otherwise transfer the Work,
2613
+ where such license applies only to those patent claims licensable
2614
+ by such Contributor that are necessarily infringed by their
2615
+ Contribution(s) alone or by combination of their Contribution(s)
2616
+ with the Work to which such Contribution(s) was submitted. If You
2617
+ institute patent litigation against any entity (including a
2618
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
2619
+ or a Contribution incorporated within the Work constitutes direct
2620
+ or contributory patent infringement, then any patent licenses
2621
+ granted to You under this License for that Work shall terminate
2622
+ as of the date such litigation is filed.
2623
+
2624
+ 4. Redistribution. You may reproduce and distribute copies of the
2625
+ Work or Derivative Works thereof in any medium, with or without
2626
+ modifications, and in Source or Object form, provided that You
2627
+ meet the following conditions:
2628
+
2629
+ (a) You must give any other recipients of the Work or
2630
+ Derivative Works a copy of this License; and
2631
+
2632
+ (b) You must cause any modified files to carry prominent notices
2633
+ stating that You changed the files; and
2634
+
2635
+ (c) You must retain, in the Source form of any Derivative Works
2636
+ that You distribute, all copyright, patent, trademark, and
2637
+ attribution notices from the Source form of the Work,
2638
+ excluding those notices that do not pertain to any part of
2639
+ the Derivative Works; and
2640
+
2641
+ (d) If the Work includes a "NOTICE" text file as part of its
2642
+ distribution, then any Derivative Works that You distribute must
2643
+ include a readable copy of the attribution notices contained
2644
+ within such NOTICE file, excluding those notices that do not
2645
+ pertain to any part of the Derivative Works, in at least one
2646
+ of the following places: within a NOTICE text file distributed
2647
+ as part of the Derivative Works; within the Source form or
2648
+ documentation, if provided along with the Derivative Works; or,
2649
+ within a display generated by the Derivative Works, if and
2650
+ wherever such third-party notices normally appear. The contents
2651
+ of the NOTICE file are for informational purposes only and
2652
+ do not modify the License. You may add Your own attribution
2653
+ notices within Derivative Works that You distribute, alongside
2654
+ or as an addendum to the NOTICE text from the Work, provided
2655
+ that such additional attribution notices cannot be construed
2656
+ as modifying the License.
2657
+
2658
+ You may add Your own copyright statement to Your modifications and
2659
+ may provide additional or different license terms and conditions
2660
+ for use, reproduction, or distribution of Your modifications, or
2661
+ for any such Derivative Works as a whole, provided Your use,
2662
+ reproduction, and distribution of the Work otherwise complies with
2663
+ the conditions stated in this License.
2664
+
2665
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
2666
+ any Contribution intentionally submitted for inclusion in the Work
2667
+ by You to the Licensor shall be under the terms and conditions of
2668
+ this License, without any additional terms or conditions.
2669
+ Notwithstanding the above, nothing herein shall supersede or modify
2670
+ the terms of any separate license agreement you may have executed
2671
+ with Licensor regarding such Contributions.
2672
+
2673
+ 6. Trademarks. This License does not grant permission to use the trade
2674
+ names, trademarks, service marks, or product names of the Licensor,
2675
+ except as required for reasonable and customary use in describing the
2676
+ origin of the Work and reproducing the content of the NOTICE file.
2677
+
2678
+ 7. Disclaimer of Warranty. Unless required by applicable law or
2679
+ agreed to in writing, Licensor provides the Work (and each
2680
+ Contributor provides its Contributions) on an "AS IS" BASIS,
2681
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2682
+ implied, including, without limitation, any warranties or conditions
2683
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2684
+ PARTICULAR PURPOSE. You are solely responsible for determining the
2685
+ appropriateness of using or redistributing the Work and assume any
2686
+ risks associated with Your exercise of permissions under this License.
2687
+
2688
+ 8. Limitation of Liability. In no event and under no legal theory,
2689
+ whether in tort (including negligence), contract, or otherwise,
2690
+ unless required by applicable law (such as deliberate and grossly
2691
+ negligent acts) or agreed to in writing, shall any Contributor be
2692
+ liable to You for damages, including any direct, indirect, special,
2693
+ incidental, or consequential damages of any character arising as a
2694
+ result of this License or out of the use or inability to use the
2695
+ Work (including but not limited to damages for loss of goodwill,
2696
+ work stoppage, computer failure or malfunction, or any and all
2697
+ other commercial damages or losses), even if such Contributor
2698
+ has been advised of the possibility of such damages.
2699
+
2700
+ 9. Accepting Warranty or Additional Liability. While redistributing
2701
+ the Work or Derivative Works thereof, You may choose to offer,
2702
+ and charge a fee for, acceptance of support, warranty, indemnity,
2703
+ or other liability obligations and/or rights consistent with this
2704
+ License. However, in accepting such obligations, You may act only
2705
+ on Your own behalf and on Your sole responsibility, not on behalf
2706
+ of any other Contributor, and only if You agree to indemnify,
2707
+ defend, and hold each Contributor harmless for any liability
2708
+ incurred by, or claims asserted against, such Contributor by reason
2709
+ of your accepting any such warranty or additional liability.
2710
+
2711
+ END OF TERMS AND CONDITIONS
2712
+
2713
+ APPENDIX: How to apply the Apache License to your work.
2714
+
2715
+ To apply the Apache License to your work, attach the following
2716
+ boilerplate notice, with the fields enclosed by brackets "[]"
2717
+ replaced with your own identifying information. (Don't include
2718
+ the brackets!) The text should be enclosed in the appropriate
2719
+ comment syntax for the file format. We also recommend that a
2720
+ file or class name and description of purpose be included on the
2721
+ same "printed page" as the copyright notice for easier
2722
+ identification within third-party archives.
2723
+
2724
+ Copyright 2014 Paho Lurie-Gregg
2725
+
2726
+ Licensed under the Apache License, Version 2.0 (the "License");
2727
+ you may not use this file except in compliance with the License.
2728
+ You may obtain a copy of the License at
2729
+
2730
+ http://www.apache.org/licenses/LICENSE-2.0
2731
+
2732
+ Unless required by applicable law or agreed to in writing, software
2733
+ distributed under the License is distributed on an "AS IS" BASIS,
2734
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2735
+ See the License for the specific language governing permissions and
2736
+ limitations under the License.
2737
+ ```
2738
+
2739
+ ### License text 35
2740
+
2741
+ Components: `typenum 1.20.1`
2742
+
2743
+ Source filenames: `LICENSE-MIT`
2744
+
2745
+ ```text
2746
+ The MIT License (MIT)
2747
+
2748
+ Copyright (c) 2014 Paho Lurie-Gregg
2749
+
2750
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2751
+ of this software and associated documentation files (the "Software"), to deal
2752
+ in the Software without restriction, including without limitation the rights
2753
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2754
+ copies of the Software, and to permit persons to whom the Software is
2755
+ furnished to do so, subject to the following conditions:
2756
+
2757
+ The above copyright notice and this permission notice shall be included in all
2758
+ copies or substantial portions of the Software.
2759
+
2760
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2761
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2762
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2763
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2764
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2765
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2766
+ SOFTWARE.
2767
+ ```
2768
+
2769
+ ### License text 36
2770
+
2771
+ Components: `windows-link 0.2.1`
2772
+
2773
+ Source filenames: `license-apache-2.0`
2774
+
2775
+ ```text
2776
+ Apache License
2777
+ Version 2.0, January 2004
2778
+ http://www.apache.org/licenses/
2779
+
2780
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2781
+
2782
+ 1. Definitions.
2783
+
2784
+ "License" shall mean the terms and conditions for use, reproduction,
2785
+ and distribution as defined by Sections 1 through 9 of this document.
2786
+
2787
+ "Licensor" shall mean the copyright owner or entity authorized by
2788
+ the copyright owner that is granting the License.
2789
+
2790
+ "Legal Entity" shall mean the union of the acting entity and all
2791
+ other entities that control, are controlled by, or are under common
2792
+ control with that entity. For the purposes of this definition,
2793
+ "control" means (i) the power, direct or indirect, to cause the
2794
+ direction or management of such entity, whether by contract or
2795
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
2796
+ outstanding shares, or (iii) beneficial ownership of such entity.
2797
+
2798
+ "You" (or "Your") shall mean an individual or Legal Entity
2799
+ exercising permissions granted by this License.
2800
+
2801
+ "Source" form shall mean the preferred form for making modifications,
2802
+ including but not limited to software source code, documentation
2803
+ source, and configuration files.
2804
+
2805
+ "Object" form shall mean any form resulting from mechanical
2806
+ transformation or translation of a Source form, including but
2807
+ not limited to compiled object code, generated documentation,
2808
+ and conversions to other media types.
2809
+
2810
+ "Work" shall mean the work of authorship, whether in Source or
2811
+ Object form, made available under the License, as indicated by a
2812
+ copyright notice that is included in or attached to the work
2813
+ (an example is provided in the Appendix below).
2814
+
2815
+ "Derivative Works" shall mean any work, whether in Source or Object
2816
+ form, that is based on (or derived from) the Work and for which the
2817
+ editorial revisions, annotations, elaborations, or other modifications
2818
+ represent, as a whole, an original work of authorship. For the purposes
2819
+ of this License, Derivative Works shall not include works that remain
2820
+ separable from, or merely link (or bind by name) to the interfaces of,
2821
+ the Work and Derivative Works thereof.
2822
+
2823
+ "Contribution" shall mean any work of authorship, including
2824
+ the original version of the Work and any modifications or additions
2825
+ to that Work or Derivative Works thereof, that is intentionally
2826
+ submitted to Licensor for inclusion in the Work by the copyright owner
2827
+ or by an individual or Legal Entity authorized to submit on behalf of
2828
+ the copyright owner. For the purposes of this definition, "submitted"
2829
+ means any form of electronic, verbal, or written communication sent
2830
+ to the Licensor or its representatives, including but not limited to
2831
+ communication on electronic mailing lists, source code control systems,
2832
+ and issue tracking systems that are managed by, or on behalf of, the
2833
+ Licensor for the purpose of discussing and improving the Work, but
2834
+ excluding communication that is conspicuously marked or otherwise
2835
+ designated in writing by the copyright owner as "Not a Contribution."
2836
+
2837
+ "Contributor" shall mean Licensor and any individual or Legal Entity
2838
+ on behalf of whom a Contribution has been received by Licensor and
2839
+ subsequently incorporated within the Work.
2840
+
2841
+ 2. Grant of Copyright License. Subject to the terms and conditions of
2842
+ this License, each Contributor hereby grants to You a perpetual,
2843
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2844
+ copyright license to reproduce, prepare Derivative Works of,
2845
+ publicly display, publicly perform, sublicense, and distribute the
2846
+ Work and such Derivative Works in Source or Object form.
2847
+
2848
+ 3. Grant of Patent License. Subject to the terms and conditions of
2849
+ this License, each Contributor hereby grants to You a perpetual,
2850
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2851
+ (except as stated in this section) patent license to make, have made,
2852
+ use, offer to sell, sell, import, and otherwise transfer the Work,
2853
+ where such license applies only to those patent claims licensable
2854
+ by such Contributor that are necessarily infringed by their
2855
+ Contribution(s) alone or by combination of their Contribution(s)
2856
+ with the Work to which such Contribution(s) was submitted. If You
2857
+ institute patent litigation against any entity (including a
2858
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
2859
+ or a Contribution incorporated within the Work constitutes direct
2860
+ or contributory patent infringement, then any patent licenses
2861
+ granted to You under this License for that Work shall terminate
2862
+ as of the date such litigation is filed.
2863
+
2864
+ 4. Redistribution. You may reproduce and distribute copies of the
2865
+ Work or Derivative Works thereof in any medium, with or without
2866
+ modifications, and in Source or Object form, provided that You
2867
+ meet the following conditions:
2868
+
2869
+ (a) You must give any other recipients of the Work or
2870
+ Derivative Works a copy of this License; and
2871
+
2872
+ (b) You must cause any modified files to carry prominent notices
2873
+ stating that You changed the files; and
2874
+
2875
+ (c) You must retain, in the Source form of any Derivative Works
2876
+ that You distribute, all copyright, patent, trademark, and
2877
+ attribution notices from the Source form of the Work,
2878
+ excluding those notices that do not pertain to any part of
2879
+ the Derivative Works; and
2880
+
2881
+ (d) If the Work includes a "NOTICE" text file as part of its
2882
+ distribution, then any Derivative Works that You distribute must
2883
+ include a readable copy of the attribution notices contained
2884
+ within such NOTICE file, excluding those notices that do not
2885
+ pertain to any part of the Derivative Works, in at least one
2886
+ of the following places: within a NOTICE text file distributed
2887
+ as part of the Derivative Works; within the Source form or
2888
+ documentation, if provided along with the Derivative Works; or,
2889
+ within a display generated by the Derivative Works, if and
2890
+ wherever such third-party notices normally appear. The contents
2891
+ of the NOTICE file are for informational purposes only and
2892
+ do not modify the License. You may add Your own attribution
2893
+ notices within Derivative Works that You distribute, alongside
2894
+ or as an addendum to the NOTICE text from the Work, provided
2895
+ that such additional attribution notices cannot be construed
2896
+ as modifying the License.
2897
+
2898
+ You may add Your own copyright statement to Your modifications and
2899
+ may provide additional or different license terms and conditions
2900
+ for use, reproduction, or distribution of Your modifications, or
2901
+ for any such Derivative Works as a whole, provided Your use,
2902
+ reproduction, and distribution of the Work otherwise complies with
2903
+ the conditions stated in this License.
2904
+
2905
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
2906
+ any Contribution intentionally submitted for inclusion in the Work
2907
+ by You to the Licensor shall be under the terms and conditions of
2908
+ this License, without any additional terms or conditions.
2909
+ Notwithstanding the above, nothing herein shall supersede or modify
2910
+ the terms of any separate license agreement you may have executed
2911
+ with Licensor regarding such Contributions.
2912
+
2913
+ 6. Trademarks. This License does not grant permission to use the trade
2914
+ names, trademarks, service marks, or product names of the Licensor,
2915
+ except as required for reasonable and customary use in describing the
2916
+ origin of the Work and reproducing the content of the NOTICE file.
2917
+
2918
+ 7. Disclaimer of Warranty. Unless required by applicable law or
2919
+ agreed to in writing, Licensor provides the Work (and each
2920
+ Contributor provides its Contributions) on an "AS IS" BASIS,
2921
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2922
+ implied, including, without limitation, any warranties or conditions
2923
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2924
+ PARTICULAR PURPOSE. You are solely responsible for determining the
2925
+ appropriateness of using or redistributing the Work and assume any
2926
+ risks associated with Your exercise of permissions under this License.
2927
+
2928
+ 8. Limitation of Liability. In no event and under no legal theory,
2929
+ whether in tort (including negligence), contract, or otherwise,
2930
+ unless required by applicable law (such as deliberate and grossly
2931
+ negligent acts) or agreed to in writing, shall any Contributor be
2932
+ liable to You for damages, including any direct, indirect, special,
2933
+ incidental, or consequential damages of any character arising as a
2934
+ result of this License or out of the use or inability to use the
2935
+ Work (including but not limited to damages for loss of goodwill,
2936
+ work stoppage, computer failure or malfunction, or any and all
2937
+ other commercial damages or losses), even if such Contributor
2938
+ has been advised of the possibility of such damages.
2939
+
2940
+ 9. Accepting Warranty or Additional Liability. While redistributing
2941
+ the Work or Derivative Works thereof, You may choose to offer,
2942
+ and charge a fee for, acceptance of support, warranty, indemnity,
2943
+ or other liability obligations and/or rights consistent with this
2944
+ License. However, in accepting such obligations, You may act only
2945
+ on Your own behalf and on Your sole responsibility, not on behalf
2946
+ of any other Contributor, and only if You agree to indemnify,
2947
+ defend, and hold each Contributor harmless for any liability
2948
+ incurred by, or claims asserted against, such Contributor by reason
2949
+ of your accepting any such warranty or additional liability.
2950
+
2951
+ END OF TERMS AND CONDITIONS
2952
+
2953
+ APPENDIX: How to apply the Apache License to your work.
2954
+
2955
+ To apply the Apache License to your work, attach the following
2956
+ boilerplate notice, with the fields enclosed by brackets "[]"
2957
+ replaced with your own identifying information. (Don't include
2958
+ the brackets!) The text should be enclosed in the appropriate
2959
+ comment syntax for the file format. We also recommend that a
2960
+ file or class name and description of purpose be included on the
2961
+ same "printed page" as the copyright notice for easier
2962
+ identification within third-party archives.
2963
+
2964
+ Copyright (c) Microsoft Corporation.
2965
+
2966
+ Licensed under the Apache License, Version 2.0 (the "License");
2967
+ you may not use this file except in compliance with the License.
2968
+ You may obtain a copy of the License at
2969
+
2970
+ http://www.apache.org/licenses/LICENSE-2.0
2971
+
2972
+ Unless required by applicable law or agreed to in writing, software
2973
+ distributed under the License is distributed on an "AS IS" BASIS,
2974
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2975
+ See the License for the specific language governing permissions and
2976
+ limitations under the License.
2977
+ ```
2978
+
2979
+ ### License text 37
2980
+
2981
+ Components: `windows-link 0.2.1`
2982
+
2983
+ Source filenames: `license-mit`
2984
+
2985
+ ```text
2986
+ MIT License
2987
+
2988
+ Copyright (c) Microsoft Corporation.
2989
+
2990
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2991
+ of this software and associated documentation files (the "Software"), to deal
2992
+ in the Software without restriction, including without limitation the rights
2993
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2994
+ copies of the Software, and to permit persons to whom the Software is
2995
+ furnished to do so, subject to the following conditions:
2996
+
2997
+ The above copyright notice and this permission notice shall be included in all
2998
+ copies or substantial portions of the Software.
2999
+
3000
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3001
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3002
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3003
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3004
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3005
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3006
+ SOFTWARE
3007
+ ```
3008
+
3009
+ ### License text 38
3010
+
3011
+ Components: `zip 8.6.0`
3012
+
3013
+ Source filenames: `LICENSE`
3014
+
3015
+ ```text
3016
+ The MIT License (MIT)
3017
+
3018
+ Copyright (c) 2014 Mathijs van de Nes
3019
+
3020
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3021
+ of this software and associated documentation files (the "Software"), to deal
3022
+ in the Software without restriction, including without limitation the rights
3023
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3024
+ copies of the Software, and to permit persons to whom the Software is
3025
+ furnished to do so, subject to the following conditions:
3026
+
3027
+ The above copyright notice and this permission notice shall be included in all
3028
+ copies or substantial portions of the Software.
3029
+
3030
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3031
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3032
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3033
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3034
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3035
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3036
+ SOFTWARE.
3037
+ ```
3038
+
3039
+ ### License text 39
3040
+
3041
+ Components: `zlib-rs 0.6.6`
3042
+
3043
+ Source filenames: `LICENSE`
3044
+
3045
+ ```text
3046
+ (C) 2024 Trifecta Tech Foundation
3047
+
3048
+ This software is provided 'as-is', without any express or implied
3049
+ warranty. In no event will the authors be held liable for any damages
3050
+ arising from the use of this software.
3051
+
3052
+ Permission is granted to anyone to use this software for any purpose,
3053
+ including commercial applications, and to alter it and redistribute it
3054
+ freely, subject to the following restrictions:
3055
+
3056
+ 1. The origin of this software must not be misrepresented; you must not
3057
+ claim that you wrote the original software. If you use this software
3058
+ in a product, an acknowledgment in the product documentation would be
3059
+ appreciated but is not required.
3060
+
3061
+ 2. Altered source versions must be plainly marked as such, and must not be
3062
+ misrepresented as being the original software.
3063
+
3064
+ 3. This notice may not be removed or altered from any source distribution.
3065
+ ```