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