@aqarios/luna-model 0.6.4 → 0.6.6

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,1959 @@
1
+ ================================================================================
2
+ THIRD PARTY LICENSES
3
+ ================================================================================
4
+
5
+ LunaModel bundles third-party Rust dependencies in its compiled artifacts. This
6
+ file reproduces, in full, the license and copyright notices of every such
7
+ dependency, as required by their respective licenses.
8
+
9
+ It is generated mechanically from the resolved dependency tree with cargo-about
10
+ (https://github.com/EmbarkStudios/cargo-about); do not edit it by hand. See
11
+ ci/about/ and ci/tools/generate-third-party-licenses.sh to regenerate.
12
+
13
+ ================================================================================
14
+ OVERVIEW
15
+ ================================================================================
16
+
17
+ The dependencies are licensed under the following licenses:
18
+ - MIT License (MIT): 114
19
+ - Apache License 2.0 (Apache-2.0): 2
20
+ - BSD 3-Clause "New" or "Revised" License (BSD-3-Clause): 1
21
+ - ISC License (ISC): 1
22
+ - Unicode License v3 (Unicode-3.0): 1
23
+
24
+ The full text of each license follows, preceded by the dependencies it applies
25
+ to. Where a dependency offers a choice of licenses, it is listed under the
26
+ single license selected for it. The same license may appear more than once when
27
+ dependencies ship it with differing copyright notices, each of which is
28
+ reproduced verbatim.
29
+
30
+ ================================================================================
31
+ Apache License 2.0 (Apache-2.0)
32
+ ================================================================================
33
+
34
+ Applies to the following dependencies:
35
+ * prost-derive 0.14.4
36
+ * prost 0.14.4
37
+
38
+ --------------------------------------------------------------------------------
39
+
40
+ Apache License
41
+ Version 2.0, January 2004
42
+ http://www.apache.org/licenses/
43
+
44
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
45
+
46
+ 1. Definitions.
47
+
48
+ "License" shall mean the terms and conditions for use, reproduction,
49
+ and distribution as defined by Sections 1 through 9 of this document.
50
+
51
+ "Licensor" shall mean the copyright owner or entity authorized by
52
+ the copyright owner that is granting the License.
53
+
54
+ "Legal Entity" shall mean the union of the acting entity and all
55
+ other entities that control, are controlled by, or are under common
56
+ control with that entity. For the purposes of this definition,
57
+ "control" means (i) the power, direct or indirect, to cause the
58
+ direction or management of such entity, whether by contract or
59
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
60
+ outstanding shares, or (iii) beneficial ownership of such entity.
61
+
62
+ "You" (or "Your") shall mean an individual or Legal Entity
63
+ exercising permissions granted by this License.
64
+
65
+ "Source" form shall mean the preferred form for making modifications,
66
+ including but not limited to software source code, documentation
67
+ source, and configuration files.
68
+
69
+ "Object" form shall mean any form resulting from mechanical
70
+ transformation or translation of a Source form, including but
71
+ not limited to compiled object code, generated documentation,
72
+ and conversions to other media types.
73
+
74
+ "Work" shall mean the work of authorship, whether in Source or
75
+ Object form, made available under the License, as indicated by a
76
+ copyright notice that is included in or attached to the work
77
+ (an example is provided in the Appendix below).
78
+
79
+ "Derivative Works" shall mean any work, whether in Source or Object
80
+ form, that is based on (or derived from) the Work and for which the
81
+ editorial revisions, annotations, elaborations, or other modifications
82
+ represent, as a whole, an original work of authorship. For the purposes
83
+ of this License, Derivative Works shall not include works that remain
84
+ separable from, or merely link (or bind by name) to the interfaces of,
85
+ the Work and Derivative Works thereof.
86
+
87
+ "Contribution" shall mean any work of authorship, including
88
+ the original version of the Work and any modifications or additions
89
+ to that Work or Derivative Works thereof, that is intentionally
90
+ submitted to Licensor for inclusion in the Work by the copyright owner
91
+ or by an individual or Legal Entity authorized to submit on behalf of
92
+ the copyright owner. For the purposes of this definition, "submitted"
93
+ means any form of electronic, verbal, or written communication sent
94
+ to the Licensor or its representatives, including but not limited to
95
+ communication on electronic mailing lists, source code control systems,
96
+ and issue tracking systems that are managed by, or on behalf of, the
97
+ Licensor for the purpose of discussing and improving the Work, but
98
+ excluding communication that is conspicuously marked or otherwise
99
+ designated in writing by the copyright owner as "Not a Contribution."
100
+
101
+ "Contributor" shall mean Licensor and any individual or Legal Entity
102
+ on behalf of whom a Contribution has been received by Licensor and
103
+ subsequently incorporated within the Work.
104
+
105
+ 2. Grant of Copyright License. Subject to the terms and conditions of
106
+ this License, each Contributor hereby grants to You a perpetual,
107
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
108
+ copyright license to reproduce, prepare Derivative Works of,
109
+ publicly display, publicly perform, sublicense, and distribute the
110
+ Work and such Derivative Works in Source or Object form.
111
+
112
+ 3. Grant of Patent License. Subject to the terms and conditions of
113
+ this License, each Contributor hereby grants to You a perpetual,
114
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
115
+ (except as stated in this section) patent license to make, have made,
116
+ use, offer to sell, sell, import, and otherwise transfer the Work,
117
+ where such license applies only to those patent claims licensable
118
+ by such Contributor that are necessarily infringed by their
119
+ Contribution(s) alone or by combination of their Contribution(s)
120
+ with the Work to which such Contribution(s) was submitted. If You
121
+ institute patent litigation against any entity (including a
122
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
123
+ or a Contribution incorporated within the Work constitutes direct
124
+ or contributory patent infringement, then any patent licenses
125
+ granted to You under this License for that Work shall terminate
126
+ as of the date such litigation is filed.
127
+
128
+ 4. Redistribution. You may reproduce and distribute copies of the
129
+ Work or Derivative Works thereof in any medium, with or without
130
+ modifications, and in Source or Object form, provided that You
131
+ meet the following conditions:
132
+
133
+ (a) You must give any other recipients of the Work or
134
+ Derivative Works a copy of this License; and
135
+
136
+ (b) You must cause any modified files to carry prominent notices
137
+ stating that You changed the files; and
138
+
139
+ (c) You must retain, in the Source form of any Derivative Works
140
+ that You distribute, all copyright, patent, trademark, and
141
+ attribution notices from the Source form of the Work,
142
+ excluding those notices that do not pertain to any part of
143
+ the Derivative Works; and
144
+
145
+ (d) If the Work includes a "NOTICE" text file as part of its
146
+ distribution, then any Derivative Works that You distribute must
147
+ include a readable copy of the attribution notices contained
148
+ within such NOTICE file, excluding those notices that do not
149
+ pertain to any part of the Derivative Works, in at least one
150
+ of the following places: within a NOTICE text file distributed
151
+ as part of the Derivative Works; within the Source form or
152
+ documentation, if provided along with the Derivative Works; or,
153
+ within a display generated by the Derivative Works, if and
154
+ wherever such third-party notices normally appear. The contents
155
+ of the NOTICE file are for informational purposes only and
156
+ do not modify the License. You may add Your own attribution
157
+ notices within Derivative Works that You distribute, alongside
158
+ or as an addendum to the NOTICE text from the Work, provided
159
+ that such additional attribution notices cannot be construed
160
+ as modifying the License.
161
+
162
+ You may add Your own copyright statement to Your modifications and
163
+ may provide additional or different license terms and conditions
164
+ for use, reproduction, or distribution of Your modifications, or
165
+ for any such Derivative Works as a whole, provided Your use,
166
+ reproduction, and distribution of the Work otherwise complies with
167
+ the conditions stated in this License.
168
+
169
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
170
+ any Contribution intentionally submitted for inclusion in the Work
171
+ by You to the Licensor shall be under the terms and conditions of
172
+ this License, without any additional terms or conditions.
173
+ Notwithstanding the above, nothing herein shall supersede or modify
174
+ the terms of any separate license agreement you may have executed
175
+ with Licensor regarding such Contributions.
176
+
177
+ 6. Trademarks. This License does not grant permission to use the trade
178
+ names, trademarks, service marks, or product names of the Licensor,
179
+ except as required for reasonable and customary use in describing the
180
+ origin of the Work and reproducing the content of the NOTICE file.
181
+
182
+ 7. Disclaimer of Warranty. Unless required by applicable law or
183
+ agreed to in writing, Licensor provides the Work (and each
184
+ Contributor provides its Contributions) on an "AS IS" BASIS,
185
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
186
+ implied, including, without limitation, any warranties or conditions
187
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
188
+ PARTICULAR PURPOSE. You are solely responsible for determining the
189
+ appropriateness of using or redistributing the Work and assume any
190
+ risks associated with Your exercise of permissions under this License.
191
+
192
+ 8. Limitation of Liability. In no event and under no legal theory,
193
+ whether in tort (including negligence), contract, or otherwise,
194
+ unless required by applicable law (such as deliberate and grossly
195
+ negligent acts) or agreed to in writing, shall any Contributor be
196
+ liable to You for damages, including any direct, indirect, special,
197
+ incidental, or consequential damages of any character arising as a
198
+ result of this License or out of the use or inability to use the
199
+ Work (including but not limited to damages for loss of goodwill,
200
+ work stoppage, computer failure or malfunction, or any and all
201
+ other commercial damages or losses), even if such Contributor
202
+ has been advised of the possibility of such damages.
203
+
204
+ 9. Accepting Warranty or Additional Liability. While redistributing
205
+ the Work or Derivative Works thereof, You may choose to offer,
206
+ and charge a fee for, acceptance of support, warranty, indemnity,
207
+ or other liability obligations and/or rights consistent with this
208
+ License. However, in accepting such obligations, You may act only
209
+ on Your own behalf and on Your sole responsibility, not on behalf
210
+ of any other Contributor, and only if You agree to indemnify,
211
+ defend, and hold each Contributor harmless for any liability
212
+ incurred by, or claims asserted against, such Contributor by reason
213
+ of your accepting any such warranty or additional liability.
214
+
215
+ END OF TERMS AND CONDITIONS
216
+
217
+ APPENDIX: How to apply the Apache License to your work.
218
+
219
+ To apply the Apache License to your work, attach the following
220
+ boilerplate notice, with the fields enclosed by brackets "[]"
221
+ replaced with your own identifying information. (Don't include
222
+ the brackets!) The text should be enclosed in the appropriate
223
+ comment syntax for the file format. We also recommend that a
224
+ file or class name and description of purpose be included on the
225
+ same "printed page" as the copyright notice for easier
226
+ identification within third-party archives.
227
+
228
+ Copyright [yyyy] [name of copyright owner]
229
+
230
+ Licensed under the Apache License, Version 2.0 (the "License");
231
+ you may not use this file except in compliance with the License.
232
+ You may obtain a copy of the License at
233
+
234
+ http://www.apache.org/licenses/LICENSE-2.0
235
+
236
+ Unless required by applicable law or agreed to in writing, software
237
+ distributed under the License is distributed on an "AS IS" BASIS,
238
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
239
+ See the License for the specific language governing permissions and
240
+ limitations under the License.
241
+
242
+
243
+ ================================================================================
244
+ BSD 3-Clause "New" or "Revised" License (BSD-3-Clause)
245
+ ================================================================================
246
+
247
+ Applies to the following dependency:
248
+ * instant 0.1.13
249
+
250
+ --------------------------------------------------------------------------------
251
+
252
+ Copyright (c) 2019, Sébastien Crozet
253
+ All rights reserved.
254
+
255
+ Redistribution and use in source and binary forms, with or without
256
+ modification, are permitted provided that the following conditions are met:
257
+
258
+ 1. Redistributions of source code must retain the above copyright notice, this
259
+ list of conditions and the following disclaimer.
260
+
261
+ 2. Redistributions in binary form must reproduce the above copyright notice,
262
+ this list of conditions and the following disclaimer in the documentation
263
+ and/or other materials provided with the distribution.
264
+
265
+ 3. Neither the name of the author nor the names of its contributors may be used
266
+ to endorse or promote products derived from this software without specific
267
+ prior written permission.
268
+
269
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
270
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
271
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
272
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
273
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
274
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
275
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
276
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
277
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
278
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
279
+
280
+
281
+ ================================================================================
282
+ ISC License (ISC)
283
+ ================================================================================
284
+
285
+ Applies to the following dependency:
286
+ * libloading 0.9.0
287
+
288
+ --------------------------------------------------------------------------------
289
+
290
+ Copyright © 2015, Simonas Kazlauskas
291
+
292
+ Permission to use, copy, modify, and/or distribute this software for any purpose with or without
293
+ fee is hereby granted, provided that the above copyright notice and this permission notice appear
294
+ in all copies.
295
+
296
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
297
+ SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
298
+ AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
299
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
300
+ NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
301
+ THIS SOFTWARE.
302
+
303
+
304
+ ================================================================================
305
+ MIT License (MIT)
306
+ ================================================================================
307
+
308
+ Applies to the following dependencies:
309
+ * cc 1.2.64
310
+ * cfg-if 1.0.4
311
+ * find-msvc-tools 0.1.9
312
+ * jobserver 0.1.34
313
+ * pkg-config 0.3.33
314
+
315
+ --------------------------------------------------------------------------------
316
+
317
+ Copyright (c) 2014 Alex Crichton
318
+
319
+ Permission is hereby granted, free of charge, to any
320
+ person obtaining a copy of this software and associated
321
+ documentation files (the "Software"), to deal in the
322
+ Software without restriction, including without
323
+ limitation the rights to use, copy, modify, merge,
324
+ publish, distribute, sublicense, and/or sell copies of
325
+ the Software, and to permit persons to whom the Software
326
+ is furnished to do so, subject to the following
327
+ conditions:
328
+
329
+ The above copyright notice and this permission notice
330
+ shall be included in all copies or substantial portions
331
+ of the Software.
332
+
333
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
334
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
335
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
336
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
337
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
338
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
339
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
340
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
341
+ DEALINGS IN THE SOFTWARE.
342
+
343
+
344
+ ================================================================================
345
+ MIT License (MIT)
346
+ ================================================================================
347
+
348
+ Applies to the following dependencies:
349
+ * bitflags 1.3.2
350
+ * bitflags 2.13.0
351
+ * num-bigint 0.4.6
352
+ * num-complex 0.4.6
353
+ * num-integer 0.1.46
354
+ * num-iter 0.1.45
355
+ * num-rational 0.4.2
356
+ * num-traits 0.2.19
357
+ * num 0.4.3
358
+
359
+ --------------------------------------------------------------------------------
360
+
361
+ Copyright (c) 2014 The Rust Project Developers
362
+
363
+ Permission is hereby granted, free of charge, to any
364
+ person obtaining a copy of this software and associated
365
+ documentation files (the "Software"), to deal in the
366
+ Software without restriction, including without
367
+ limitation the rights to use, copy, modify, merge,
368
+ publish, distribute, sublicense, and/or sell copies of
369
+ the Software, and to permit persons to whom the Software
370
+ is furnished to do so, subject to the following
371
+ conditions:
372
+
373
+ The above copyright notice and this permission notice
374
+ shall be included in all copies or substantial portions
375
+ of the Software.
376
+
377
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
378
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
379
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
380
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
381
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
382
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
383
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
384
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
385
+ DEALINGS IN THE SOFTWARE.
386
+
387
+
388
+ ================================================================================
389
+ MIT License (MIT)
390
+ ================================================================================
391
+
392
+ Applies to the following dependency:
393
+ * uuid 1.23.3
394
+
395
+ --------------------------------------------------------------------------------
396
+
397
+ Copyright (c) 2014 The Rust Project Developers
398
+ Copyright (c) 2018 Ashley Mannix, Christopher Armstrong, Dylan DPC, Hunar Roop Kahlon
399
+
400
+ Permission is hereby granted, free of charge, to any
401
+ person obtaining a copy of this software and associated
402
+ documentation files (the "Software"), to deal in the
403
+ Software without restriction, including without
404
+ limitation the rights to use, copy, modify, merge,
405
+ publish, distribute, sublicense, and/or sell copies of
406
+ the Software, and to permit persons to whom the Software
407
+ is furnished to do so, subject to the following
408
+ conditions:
409
+
410
+ The above copyright notice and this permission notice
411
+ shall be included in all copies or substantial portions
412
+ of the Software.
413
+
414
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
415
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
416
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
417
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
418
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
419
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
420
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
421
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
422
+ DEALINGS IN THE SOFTWARE.
423
+
424
+
425
+ ================================================================================
426
+ MIT License (MIT)
427
+ ================================================================================
428
+
429
+ Applies to the following dependencies:
430
+ * either 1.16.0
431
+ * itertools 0.14.0
432
+ * itertools 0.15.0
433
+
434
+ --------------------------------------------------------------------------------
435
+
436
+ Copyright (c) 2015
437
+
438
+ Permission is hereby granted, free of charge, to any
439
+ person obtaining a copy of this software and associated
440
+ documentation files (the "Software"), to deal in the
441
+ Software without restriction, including without
442
+ limitation the rights to use, copy, modify, merge,
443
+ publish, distribute, sublicense, and/or sell copies of
444
+ the Software, and to permit persons to whom the Software
445
+ is furnished to do so, subject to the following
446
+ conditions:
447
+
448
+ The above copyright notice and this permission notice
449
+ shall be included in all copies or substantial portions
450
+ of the Software.
451
+
452
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
453
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
454
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
455
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
456
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
457
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
458
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
459
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
460
+ DEALINGS IN THE SOFTWARE.
461
+
462
+
463
+ ================================================================================
464
+ MIT License (MIT)
465
+ ================================================================================
466
+
467
+ Applies to the following dependencies:
468
+ * heck 0.5.0
469
+ * unicode-segmentation 1.13.3
470
+
471
+ --------------------------------------------------------------------------------
472
+
473
+ Copyright (c) 2015 The Rust Project Developers
474
+
475
+ Permission is hereby granted, free of charge, to any
476
+ person obtaining a copy of this software and associated
477
+ documentation files (the "Software"), to deal in the
478
+ Software without restriction, including without
479
+ limitation the rights to use, copy, modify, merge,
480
+ publish, distribute, sublicense, and/or sell copies of
481
+ the Software, and to permit persons to whom the Software
482
+ is furnished to do so, subject to the following
483
+ conditions:
484
+
485
+ The above copyright notice and this permission notice
486
+ shall be included in all copies or substantial portions
487
+ of the Software.
488
+
489
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
490
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
491
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
492
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
493
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
494
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
495
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
496
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
497
+ DEALINGS IN THE SOFTWARE.
498
+
499
+
500
+ ================================================================================
501
+ MIT License (MIT)
502
+ ================================================================================
503
+
504
+ Applies to the following dependency:
505
+ * winapi 0.3.9
506
+
507
+ --------------------------------------------------------------------------------
508
+
509
+ Copyright (c) 2015-2018 The winapi-rs Developers
510
+
511
+ Permission is hereby granted, free of charge, to any person obtaining a copy
512
+ of this software and associated documentation files (the "Software"), to deal
513
+ in the Software without restriction, including without limitation the rights
514
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
515
+ copies of the Software, and to permit persons to whom the Software is
516
+ furnished to do so, subject to the following conditions:
517
+
518
+ The above copyright notice and this permission notice shall be included in all
519
+ copies or substantial portions of the Software.
520
+
521
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
522
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
523
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
524
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
525
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
526
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
527
+ SOFTWARE.
528
+
529
+
530
+ ================================================================================
531
+ MIT License (MIT)
532
+ ================================================================================
533
+
534
+ Applies to the following dependencies:
535
+ * futures-channel 0.3.32
536
+ * futures-core 0.3.32
537
+ * futures-executor 0.3.32
538
+ * futures-io 0.3.32
539
+ * futures-macro 0.3.32
540
+ * futures-sink 0.3.32
541
+ * futures-task 0.3.32
542
+ * futures-util 0.3.32
543
+ * futures 0.3.32
544
+
545
+ --------------------------------------------------------------------------------
546
+
547
+ Copyright (c) 2016 Alex Crichton
548
+ Copyright (c) 2017 The Tokio Authors
549
+
550
+ Permission is hereby granted, free of charge, to any
551
+ person obtaining a copy of this software and associated
552
+ documentation files (the "Software"), to deal in the
553
+ Software without restriction, including without
554
+ limitation the rights to use, copy, modify, merge,
555
+ publish, distribute, sublicense, and/or sell copies of
556
+ the Software, and to permit persons to whom the Software
557
+ is furnished to do so, subject to the following
558
+ conditions:
559
+
560
+ The above copyright notice and this permission notice
561
+ shall be included in all copies or substantial portions
562
+ of the Software.
563
+
564
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
565
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
566
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
567
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
568
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
569
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
570
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
571
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
572
+ DEALINGS IN THE SOFTWARE.
573
+
574
+
575
+ ================================================================================
576
+ MIT License (MIT)
577
+ ================================================================================
578
+
579
+ Applies to the following dependency:
580
+ * hashbrown 0.17.1
581
+
582
+ --------------------------------------------------------------------------------
583
+
584
+ Copyright (c) 2016 Amanieu d'Antras
585
+
586
+ Permission is hereby granted, free of charge, to any
587
+ person obtaining a copy of this software and associated
588
+ documentation files (the "Software"), to deal in the
589
+ Software without restriction, including without
590
+ limitation the rights to use, copy, modify, merge,
591
+ publish, distribute, sublicense, and/or sell copies of
592
+ the Software, and to permit persons to whom the Software
593
+ is furnished to do so, subject to the following
594
+ conditions:
595
+
596
+ The above copyright notice and this permission notice
597
+ shall be included in all copies or substantial portions
598
+ of the Software.
599
+
600
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
601
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
602
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
603
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
604
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
605
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
606
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
607
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
608
+ DEALINGS IN THE SOFTWARE.
609
+
610
+
611
+ ================================================================================
612
+ MIT License (MIT)
613
+ ================================================================================
614
+
615
+ Applies to the following dependencies:
616
+ * lock_api 0.4.14
617
+ * parking_lot 0.11.2
618
+ * parking_lot 0.12.5
619
+ * parking_lot_core 0.8.6
620
+ * parking_lot_core 0.9.12
621
+ * rustc_version 0.4.1
622
+
623
+ --------------------------------------------------------------------------------
624
+
625
+ Copyright (c) 2016 The Rust Project Developers
626
+
627
+ Permission is hereby granted, free of charge, to any
628
+ person obtaining a copy of this software and associated
629
+ documentation files (the "Software"), to deal in the
630
+ Software without restriction, including without
631
+ limitation the rights to use, copy, modify, merge,
632
+ publish, distribute, sublicense, and/or sell copies of
633
+ the Software, and to permit persons to whom the Software
634
+ is furnished to do so, subject to the following
635
+ conditions:
636
+
637
+ The above copyright notice and this permission notice
638
+ shall be included in all copies or substantial portions
639
+ of the Software.
640
+
641
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
642
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
643
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
644
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
645
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
646
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
647
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
648
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
649
+ DEALINGS IN THE SOFTWARE.
650
+
651
+
652
+ ================================================================================
653
+ MIT License (MIT)
654
+ ================================================================================
655
+
656
+ Applies to the following dependency:
657
+ * indexmap 2.14.0
658
+
659
+ --------------------------------------------------------------------------------
660
+
661
+ Copyright (c) 2016--2017
662
+
663
+ Permission is hereby granted, free of charge, to any
664
+ person obtaining a copy of this software and associated
665
+ documentation files (the "Software"), to deal in the
666
+ Software without restriction, including without
667
+ limitation the rights to use, copy, modify, merge,
668
+ publish, distribute, sublicense, and/or sell copies of
669
+ the Software, and to permit persons to whom the Software
670
+ is furnished to do so, subject to the following
671
+ conditions:
672
+
673
+ The above copyright notice and this permission notice
674
+ shall be included in all copies or substantial portions
675
+ of the Software.
676
+
677
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
678
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
679
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
680
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
681
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
682
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
683
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
684
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
685
+ DEALINGS IN THE SOFTWARE.
686
+
687
+
688
+ ================================================================================
689
+ MIT License (MIT)
690
+ ================================================================================
691
+
692
+ Applies to the following dependency:
693
+ * equivalent 1.0.2
694
+
695
+ --------------------------------------------------------------------------------
696
+
697
+ Copyright (c) 2016--2023
698
+
699
+ Permission is hereby granted, free of charge, to any
700
+ person obtaining a copy of this software and associated
701
+ documentation files (the "Software"), to deal in the
702
+ Software without restriction, including without
703
+ limitation the rights to use, copy, modify, merge,
704
+ publish, distribute, sublicense, and/or sell copies of
705
+ the Software, and to permit persons to whom the Software
706
+ is furnished to do so, subject to the following
707
+ conditions:
708
+
709
+ The above copyright notice and this permission notice
710
+ shall be included in all copies or substantial portions
711
+ of the Software.
712
+
713
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
714
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
715
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
716
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
717
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
718
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
719
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
720
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
721
+ DEALINGS IN THE SOFTWARE.
722
+
723
+
724
+ ================================================================================
725
+ MIT License (MIT)
726
+ ================================================================================
727
+
728
+ Applies to the following dependency:
729
+ * scopeguard 1.2.0
730
+
731
+ --------------------------------------------------------------------------------
732
+
733
+ Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
734
+
735
+ Permission is hereby granted, free of charge, to any
736
+ person obtaining a copy of this software and associated
737
+ documentation files (the "Software"), to deal in the
738
+ Software without restriction, including without
739
+ limitation the rights to use, copy, modify, merge,
740
+ publish, distribute, sublicense, and/or sell copies of
741
+ the Software, and to permit persons to whom the Software
742
+ is furnished to do so, subject to the following
743
+ conditions:
744
+
745
+ The above copyright notice and this permission notice
746
+ shall be included in all copies or substantial portions
747
+ of the Software.
748
+
749
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
750
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
751
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
752
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
753
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
754
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
755
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
756
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
757
+ DEALINGS IN THE SOFTWARE.
758
+
759
+
760
+ ================================================================================
761
+ MIT License (MIT)
762
+ ================================================================================
763
+
764
+ Applies to the following dependency:
765
+ * fnv 1.0.7
766
+
767
+ --------------------------------------------------------------------------------
768
+
769
+ Copyright (c) 2017 Contributors
770
+
771
+ Permission is hereby granted, free of charge, to any
772
+ person obtaining a copy of this software and associated
773
+ documentation files (the "Software"), to deal in the
774
+ Software without restriction, including without
775
+ limitation the rights to use, copy, modify, merge,
776
+ publish, distribute, sublicense, and/or sell copies of
777
+ the Software, and to permit persons to whom the Software
778
+ is furnished to do so, subject to the following
779
+ conditions:
780
+
781
+ The above copyright notice and this permission notice
782
+ shall be included in all copies or substantial portions
783
+ of the Software.
784
+
785
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
786
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
787
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
788
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
789
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
790
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
791
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
792
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
793
+ DEALINGS IN THE SOFTWARE.
794
+
795
+
796
+ ================================================================================
797
+ MIT License (MIT)
798
+ ================================================================================
799
+
800
+ Applies to the following dependencies:
801
+ * redox_syscall 0.2.16
802
+ * redox_syscall 0.5.18
803
+
804
+ --------------------------------------------------------------------------------
805
+
806
+ Copyright (c) 2017 Redox OS Developers
807
+
808
+ MIT License
809
+
810
+ Permission is hereby granted, free of charge, to any person obtaining
811
+ a copy of this software and associated documentation files (the
812
+ "Software"), to deal in the Software without restriction, including
813
+ without limitation the rights to use, copy, modify, merge, publish,
814
+ distribute, sublicense, and/or sell copies of the Software, and to
815
+ permit persons to whom the Software is furnished to do so, subject to
816
+ the following conditions:
817
+
818
+ The above copyright notice and this permission notice shall be
819
+ included in all copies or substantial portions of the Software.
820
+
821
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
822
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
823
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
824
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
825
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
826
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
827
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
828
+
829
+
830
+ ================================================================================
831
+ MIT License (MIT)
832
+ ================================================================================
833
+
834
+ Applies to the following dependencies:
835
+ * enumset 1.1.13
836
+ * enumset_derive 0.15.0
837
+
838
+ --------------------------------------------------------------------------------
839
+
840
+ Copyright (c) 2017-2025 Alissa Rao <aura@aura.moe>
841
+
842
+ Permission is hereby granted, free of charge, to any
843
+ person obtaining a copy of this software and associated
844
+ documentation files (the "Software"), to deal in the
845
+ Software without restriction, including without
846
+ limitation the rights to use, copy, modify, merge,
847
+ publish, distribute, sublicense, and/or sell copies of
848
+ the Software, and to permit persons to whom the Software
849
+ is furnished to do so, subject to the following
850
+ conditions:
851
+
852
+ The above copyright notice and this permission notice
853
+ shall be included in all copies or substantial portions
854
+ of the Software.
855
+
856
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
857
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
858
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
859
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
860
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
861
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
862
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
863
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
864
+ DEALINGS IN THE SOFTWARE.
865
+
866
+
867
+
868
+ ================================================================================
869
+ MIT License (MIT)
870
+ ================================================================================
871
+
872
+ Applies to the following dependency:
873
+ * bytes 1.11.1
874
+
875
+ --------------------------------------------------------------------------------
876
+
877
+ Copyright (c) 2018 Carl Lerche
878
+
879
+ Permission is hereby granted, free of charge, to any
880
+ person obtaining a copy of this software and associated
881
+ documentation files (the "Software"), to deal in the
882
+ Software without restriction, including without
883
+ limitation the rights to use, copy, modify, merge,
884
+ publish, distribute, sublicense, and/or sell copies of
885
+ the Software, and to permit persons to whom the Software
886
+ is furnished to do so, subject to the following
887
+ conditions:
888
+
889
+ The above copyright notice and this permission notice
890
+ shall be included in all copies or substantial portions
891
+ of the Software.
892
+
893
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
894
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
895
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
896
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
897
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
898
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
899
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
900
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
901
+ DEALINGS IN THE SOFTWARE.
902
+
903
+
904
+ ================================================================================
905
+ MIT License (MIT)
906
+ ================================================================================
907
+
908
+ Applies to the following dependency:
909
+ * autocfg 1.5.1
910
+
911
+ --------------------------------------------------------------------------------
912
+
913
+ Copyright (c) 2018 Josh Stone
914
+
915
+ Permission is hereby granted, free of charge, to any
916
+ person obtaining a copy of this software and associated
917
+ documentation files (the "Software"), to deal in the
918
+ Software without restriction, including without
919
+ limitation the rights to use, copy, modify, merge,
920
+ publish, distribute, sublicense, and/or sell copies of
921
+ the Software, and to permit persons to whom the Software
922
+ is furnished to do so, subject to the following
923
+ conditions:
924
+
925
+ The above copyright notice and this permission notice
926
+ shall be included in all copies or substantial portions
927
+ of the Software.
928
+
929
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
930
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
931
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
932
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
933
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
934
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
935
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
936
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
937
+ DEALINGS IN THE SOFTWARE.
938
+
939
+
940
+ ================================================================================
941
+ MIT License (MIT)
942
+ ================================================================================
943
+
944
+ Applies to the following dependency:
945
+ * smallvec 1.15.2
946
+
947
+ --------------------------------------------------------------------------------
948
+
949
+ Copyright (c) 2018 The Servo Project Developers
950
+
951
+ Permission is hereby granted, free of charge, to any
952
+ person obtaining a copy of this software and associated
953
+ documentation files (the "Software"), to deal in the
954
+ Software without restriction, including without
955
+ limitation the rights to use, copy, modify, merge,
956
+ publish, distribute, sublicense, and/or sell copies of
957
+ the Software, and to permit persons to whom the Software
958
+ is furnished to do so, subject to the following
959
+ conditions:
960
+
961
+ The above copyright notice and this permission notice
962
+ shall be included in all copies or substantial portions
963
+ of the Software.
964
+
965
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
966
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
967
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
968
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
969
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
970
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
971
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
972
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
973
+ DEALINGS IN THE SOFTWARE.
974
+
975
+
976
+ ================================================================================
977
+ MIT License (MIT)
978
+ ================================================================================
979
+
980
+ Applies to the following dependency:
981
+ * getrandom 0.3.4
982
+
983
+ --------------------------------------------------------------------------------
984
+
985
+ Copyright (c) 2018-2025 The rust-random Project Developers
986
+ Copyright (c) 2014 The Rust Project Developers
987
+
988
+ Permission is hereby granted, free of charge, to any
989
+ person obtaining a copy of this software and associated
990
+ documentation files (the "Software"), to deal in the
991
+ Software without restriction, including without
992
+ limitation the rights to use, copy, modify, merge,
993
+ publish, distribute, sublicense, and/or sell copies of
994
+ the Software, and to permit persons to whom the Software
995
+ is furnished to do so, subject to the following
996
+ conditions:
997
+
998
+ The above copyright notice and this permission notice
999
+ shall be included in all copies or substantial portions
1000
+ of the Software.
1001
+
1002
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1003
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1004
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1005
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1006
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1007
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1008
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1009
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1010
+ DEALINGS IN THE SOFTWARE.
1011
+
1012
+
1013
+ ================================================================================
1014
+ MIT License (MIT)
1015
+ ================================================================================
1016
+
1017
+ Applies to the following dependency:
1018
+ * rand_core 0.10.1
1019
+
1020
+ --------------------------------------------------------------------------------
1021
+
1022
+ Copyright (c) 2018-2026 The Rand Project Developers
1023
+
1024
+ Permission is hereby granted, free of charge, to any
1025
+ person obtaining a copy of this software and associated
1026
+ documentation files (the "Software"), to deal in the
1027
+ Software without restriction, including without
1028
+ limitation the rights to use, copy, modify, merge,
1029
+ publish, distribute, sublicense, and/or sell copies of
1030
+ the Software, and to permit persons to whom the Software
1031
+ is furnished to do so, subject to the following
1032
+ conditions:
1033
+
1034
+ The above copyright notice and this permission notice
1035
+ shall be included in all copies or substantial portions
1036
+ of the Software.
1037
+
1038
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1039
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1040
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1041
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1042
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1043
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1044
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1045
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1046
+ DEALINGS IN THE SOFTWARE.
1047
+
1048
+
1049
+ ================================================================================
1050
+ MIT License (MIT)
1051
+ ================================================================================
1052
+
1053
+ Applies to the following dependency:
1054
+ * getrandom 0.4.3
1055
+
1056
+ --------------------------------------------------------------------------------
1057
+
1058
+ Copyright (c) 2018-2026 The rust-random Project Developers
1059
+ Copyright (c) 2014 The Rust Project Developers
1060
+
1061
+ Permission is hereby granted, free of charge, to any
1062
+ person obtaining a copy of this software and associated
1063
+ documentation files (the "Software"), to deal in the
1064
+ Software without restriction, including without
1065
+ limitation the rights to use, copy, modify, merge,
1066
+ publish, distribute, sublicense, and/or sell copies of
1067
+ the Software, and to permit persons to whom the Software
1068
+ is furnished to do so, subject to the following
1069
+ conditions:
1070
+
1071
+ The above copyright notice and this permission notice
1072
+ shall be included in all copies or substantial portions
1073
+ of the Software.
1074
+
1075
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1076
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1077
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1078
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1079
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1080
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1081
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1082
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1083
+ DEALINGS IN THE SOFTWARE.
1084
+
1085
+
1086
+ ================================================================================
1087
+ MIT License (MIT)
1088
+ ================================================================================
1089
+
1090
+ Applies to the following dependency:
1091
+ * slab 0.4.12
1092
+
1093
+ --------------------------------------------------------------------------------
1094
+
1095
+ Copyright (c) 2019 Carl Lerche
1096
+
1097
+ Permission is hereby granted, free of charge, to any
1098
+ person obtaining a copy of this software and associated
1099
+ documentation files (the "Software"), to deal in the
1100
+ Software without restriction, including without
1101
+ limitation the rights to use, copy, modify, merge,
1102
+ publish, distribute, sublicense, and/or sell copies of
1103
+ the Software, and to permit persons to whom the Software
1104
+ is furnished to do so, subject to the following
1105
+ conditions:
1106
+
1107
+ The above copyright notice and this permission notice
1108
+ shall be included in all copies or substantial portions
1109
+ of the Software.
1110
+
1111
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1112
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1113
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1114
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1115
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1116
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1117
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1118
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1119
+ DEALINGS IN THE SOFTWARE.
1120
+
1121
+
1122
+ ================================================================================
1123
+ MIT License (MIT)
1124
+ ================================================================================
1125
+
1126
+ Applies to the following dependency:
1127
+ * chacha20 0.10.0
1128
+
1129
+ --------------------------------------------------------------------------------
1130
+
1131
+ Copyright (c) 2019-2026 The RustCrypto Project Developers
1132
+
1133
+ Permission is hereby granted, free of charge, to any
1134
+ person obtaining a copy of this software and associated
1135
+ documentation files (the "Software"), to deal in the
1136
+ Software without restriction, including without
1137
+ limitation the rights to use, copy, modify, merge,
1138
+ publish, distribute, sublicense, and/or sell copies of
1139
+ the Software, and to permit persons to whom the Software
1140
+ is furnished to do so, subject to the following
1141
+ conditions:
1142
+
1143
+ The above copyright notice and this permission notice
1144
+ shall be included in all copies or substantial portions
1145
+ of the Software.
1146
+
1147
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1148
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1149
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1150
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1151
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1152
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1153
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1154
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1155
+ DEALINGS IN THE SOFTWARE.
1156
+
1157
+
1158
+ ================================================================================
1159
+ MIT License (MIT)
1160
+ ================================================================================
1161
+
1162
+ Applies to the following dependency:
1163
+ * cpufeatures 0.3.0
1164
+
1165
+ --------------------------------------------------------------------------------
1166
+
1167
+ Copyright (c) 2020-2025 The RustCrypto Project Developers
1168
+
1169
+ Permission is hereby granted, free of charge, to any
1170
+ person obtaining a copy of this software and associated
1171
+ documentation files (the "Software"), to deal in the
1172
+ Software without restriction, including without
1173
+ limitation the rights to use, copy, modify, merge,
1174
+ publish, distribute, sublicense, and/or sell copies of
1175
+ the Software, and to permit persons to whom the Software
1176
+ is furnished to do so, subject to the following
1177
+ conditions:
1178
+
1179
+ The above copyright notice and this permission notice
1180
+ shall be included in all copies or substantial portions
1181
+ of the Software.
1182
+
1183
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1184
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1185
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1186
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1187
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1188
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1189
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1190
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1191
+ DEALINGS IN THE SOFTWARE.
1192
+
1193
+
1194
+ ================================================================================
1195
+ MIT License (MIT)
1196
+ ================================================================================
1197
+
1198
+ Applies to the following dependency:
1199
+ * libc 0.2.186
1200
+
1201
+ --------------------------------------------------------------------------------
1202
+
1203
+ Copyright (c) The Rust Project Developers
1204
+
1205
+ Permission is hereby granted, free of charge, to any
1206
+ person obtaining a copy of this software and associated
1207
+ documentation files (the "Software"), to deal in the
1208
+ Software without restriction, including without
1209
+ limitation the rights to use, copy, modify, merge,
1210
+ publish, distribute, sublicense, and/or sell copies of
1211
+ the Software, and to permit persons to whom the Software
1212
+ is furnished to do so, subject to the following
1213
+ conditions:
1214
+
1215
+ The above copyright notice and this permission notice
1216
+ shall be included in all copies or substantial portions
1217
+ of the Software.
1218
+
1219
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1220
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1221
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1222
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1223
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1224
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1225
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1226
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1227
+ DEALINGS IN THE SOFTWARE.
1228
+
1229
+
1230
+ ================================================================================
1231
+ MIT License (MIT)
1232
+ ================================================================================
1233
+
1234
+ Applies to the following dependency:
1235
+ * rand 0.10.1
1236
+
1237
+ --------------------------------------------------------------------------------
1238
+
1239
+ Copyright 2018 Developers of the Rand project
1240
+ Copyright (c) 2014 The Rust Project Developers
1241
+
1242
+ Permission is hereby granted, free of charge, to any
1243
+ person obtaining a copy of this software and associated
1244
+ documentation files (the "Software"), to deal in the
1245
+ Software without restriction, including without
1246
+ limitation the rights to use, copy, modify, merge,
1247
+ publish, distribute, sublicense, and/or sell copies of
1248
+ the Software, and to permit persons to whom the Software
1249
+ is furnished to do so, subject to the following
1250
+ conditions:
1251
+
1252
+ The above copyright notice and this permission notice
1253
+ shall be included in all copies or substantial portions
1254
+ of the Software.
1255
+
1256
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1257
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1258
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1259
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1260
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1261
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1262
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1263
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1264
+ DEALINGS IN THE SOFTWARE.
1265
+
1266
+
1267
+ ================================================================================
1268
+ MIT License (MIT)
1269
+ ================================================================================
1270
+
1271
+ Applies to the following dependency:
1272
+ * nohash-hasher 0.2.0
1273
+
1274
+ --------------------------------------------------------------------------------
1275
+
1276
+ Copyright 2018 Parity Technologies (UK) Ltd.
1277
+
1278
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1279
+ this software and associated documentation files (the "Software"), to deal in
1280
+ the Software without restriction, including without limitation the rights to
1281
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1282
+ the Software, and to permit persons to whom the Software is furnished to do so,
1283
+ subject to the following conditions:
1284
+
1285
+ The above copyright notice and this permission notice shall be included in all
1286
+ copies or substantial portions of the Software.
1287
+
1288
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1289
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1290
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
1291
+ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1292
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1293
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1294
+
1295
+
1296
+ ================================================================================
1297
+ MIT License (MIT)
1298
+ ================================================================================
1299
+
1300
+ Applies to the following dependency:
1301
+ * tap 1.0.1
1302
+
1303
+ --------------------------------------------------------------------------------
1304
+
1305
+ MIT License
1306
+
1307
+ Copyright (c) 2017 Elliot Linder <darfink@gmail.com>
1308
+
1309
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1310
+ of this software and associated documentation files (the "Software"), to deal
1311
+ in the Software without restriction, including without limitation the rights
1312
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1313
+ copies of the Software, and to permit persons to whom the Software is
1314
+ furnished to do so, subject to the following conditions:
1315
+
1316
+ The above copyright notice and this permission notice shall be included in all
1317
+ copies or substantial portions of the Software.
1318
+
1319
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1320
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1321
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1322
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1323
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1324
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1325
+ SOFTWARE.
1326
+
1327
+
1328
+ ================================================================================
1329
+ MIT License (MIT)
1330
+ ================================================================================
1331
+
1332
+ Applies to the following dependencies:
1333
+ * darling 0.20.11
1334
+ * darling 0.21.3
1335
+ * darling_core 0.20.11
1336
+ * darling_core 0.21.3
1337
+ * darling_macro 0.20.11
1338
+ * darling_macro 0.21.3
1339
+
1340
+ --------------------------------------------------------------------------------
1341
+
1342
+ MIT License
1343
+
1344
+ Copyright (c) 2017 Ted Driggs
1345
+
1346
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1347
+ of this software and associated documentation files (the "Software"), to deal
1348
+ in the Software without restriction, including without limitation the rights
1349
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1350
+ copies of the Software, and to permit persons to whom the Software is
1351
+ furnished to do so, subject to the following conditions:
1352
+
1353
+ The above copyright notice and this permission notice shall be included in all
1354
+ copies or substantial portions of the Software.
1355
+
1356
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1357
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1358
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1359
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1360
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1361
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1362
+ SOFTWARE.
1363
+
1364
+
1365
+ ================================================================================
1366
+ MIT License (MIT)
1367
+ ================================================================================
1368
+
1369
+ Applies to the following dependencies:
1370
+ * bitvec 1.1.1
1371
+ * wyz 0.5.1
1372
+
1373
+ --------------------------------------------------------------------------------
1374
+
1375
+ MIT License
1376
+
1377
+ Copyright (c) 2018 myrrlyn (Alexander Payne)
1378
+
1379
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1380
+ of this software and associated documentation files (the "Software"), to deal
1381
+ in the Software without restriction, including without limitation the rights
1382
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1383
+ copies of the Software, and to permit persons to whom the Software is
1384
+ furnished to do so, subject to the following conditions:
1385
+
1386
+ The above copyright notice and this permission notice shall be included in all
1387
+ copies or substantial portions of the Software.
1388
+
1389
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1390
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1391
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1392
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1393
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1394
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1395
+ SOFTWARE.
1396
+
1397
+
1398
+ ================================================================================
1399
+ MIT License (MIT)
1400
+ ================================================================================
1401
+
1402
+ Applies to the following dependencies:
1403
+ * strum 0.28.0
1404
+ * strum_macros 0.28.0
1405
+
1406
+ --------------------------------------------------------------------------------
1407
+
1408
+ MIT License
1409
+
1410
+ Copyright (c) 2019 Peter Glotfelty
1411
+
1412
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1413
+ of this software and associated documentation files (the "Software"), to deal
1414
+ in the Software without restriction, including without limitation the rights
1415
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1416
+ copies of the Software, and to permit persons to whom the Software is
1417
+ furnished to do so, subject to the following conditions:
1418
+
1419
+ The above copyright notice and this permission notice shall be included in all
1420
+ copies or substantial portions of the Software.
1421
+
1422
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1423
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1424
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1425
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1426
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1427
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1428
+ SOFTWARE.
1429
+
1430
+
1431
+ ================================================================================
1432
+ MIT License (MIT)
1433
+ ================================================================================
1434
+
1435
+ Applies to the following dependency:
1436
+ * radium 0.7.0
1437
+
1438
+ --------------------------------------------------------------------------------
1439
+
1440
+ MIT License
1441
+
1442
+ Copyright (c) 2019 kneecaw (Nika Layzell)
1443
+
1444
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1445
+ of this software and associated documentation files (the "Software"), to deal
1446
+ in the Software without restriction, including without limitation the rights
1447
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1448
+ copies of the Software, and to permit persons to whom the Software is
1449
+ furnished to do so, subject to the following conditions:
1450
+
1451
+ The above copyright notice and this permission notice shall be included in all
1452
+ copies or substantial portions of the Software.
1453
+
1454
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1455
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1456
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1457
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1458
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1459
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1460
+ SOFTWARE.
1461
+
1462
+
1463
+ ================================================================================
1464
+ MIT License (MIT)
1465
+ ================================================================================
1466
+
1467
+ Applies to the following dependency:
1468
+ * funty 2.0.0
1469
+
1470
+ --------------------------------------------------------------------------------
1471
+
1472
+ MIT License
1473
+
1474
+ Copyright (c) 2020 myrrlyn (Alexander Payne)
1475
+
1476
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1477
+ of this software and associated documentation files (the "Software"), to deal
1478
+ in the Software without restriction, including without limitation the rights
1479
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1480
+ copies of the Software, and to permit persons to whom the Software is
1481
+ furnished to do so, subject to the following conditions:
1482
+
1483
+ The above copyright notice and this permission notice shall be included in all
1484
+ copies or substantial portions of the Software.
1485
+
1486
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1487
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1488
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1489
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1490
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1491
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1492
+ SOFTWARE.
1493
+
1494
+
1495
+ ================================================================================
1496
+ MIT License (MIT)
1497
+ ================================================================================
1498
+
1499
+ Applies to the following dependency:
1500
+ * sqids 0.4.2
1501
+
1502
+ --------------------------------------------------------------------------------
1503
+
1504
+ MIT License
1505
+
1506
+ Copyright (c) 2023-present Sqids maintainers.
1507
+
1508
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1509
+ of this software and associated documentation files (the "Software"), to deal
1510
+ in the Software without restriction, including without limitation the rights
1511
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1512
+ copies of the Software, and to permit persons to whom the Software is
1513
+ furnished to do so, subject to the following conditions:
1514
+
1515
+ The above copyright notice and this permission notice shall be included in all
1516
+ copies or substantial portions of the Software.
1517
+
1518
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1519
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1520
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1521
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1522
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1523
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1524
+ SOFTWARE.
1525
+
1526
+
1527
+ ================================================================================
1528
+ MIT License (MIT)
1529
+ ================================================================================
1530
+
1531
+ Applies to the following dependency:
1532
+ * convert_case 0.11.0
1533
+
1534
+ --------------------------------------------------------------------------------
1535
+
1536
+ MIT License
1537
+
1538
+ Copyright (c) 2025 rutrum
1539
+
1540
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1541
+ of this software and associated documentation files (the "Software"), to deal
1542
+ in the Software without restriction, including without limitation the rights
1543
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1544
+ copies of the Software, and to permit persons to whom the Software is
1545
+ furnished to do so, subject to the following conditions:
1546
+
1547
+ The above copyright notice and this permission notice shall be included in all
1548
+ copies or substantial portions of the Software.
1549
+
1550
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1551
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1552
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1553
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1554
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1555
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1556
+ SOFTWARE.
1557
+
1558
+ ================================================================================
1559
+ MIT License (MIT)
1560
+ ================================================================================
1561
+
1562
+ Applies to the following dependencies:
1563
+ * napi-build 2.3.2
1564
+ * napi-derive-backend 5.0.4
1565
+ * napi-derive 3.5.6
1566
+ * napi-sys 3.2.2
1567
+ * napi 3.9.3
1568
+ * r-efi 5.3.0
1569
+ * r-efi 6.0.0
1570
+ * winapi-i686-pc-windows-gnu 0.4.0
1571
+ * winapi-x86_64-pc-windows-gnu 0.4.0
1572
+ * windows-link 0.2.1
1573
+
1574
+ --------------------------------------------------------------------------------
1575
+
1576
+ MIT License
1577
+
1578
+ Copyright (c) <year> <copyright holders>
1579
+
1580
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
1581
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
1582
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1583
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
1584
+ following conditions:
1585
+
1586
+ The above copyright notice and this permission notice shall be included in all copies or substantial
1587
+ portions of the Software.
1588
+
1589
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
1590
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
1591
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1592
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
1593
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
1594
+
1595
+
1596
+ ================================================================================
1597
+ MIT License (MIT)
1598
+ ================================================================================
1599
+
1600
+ Applies to the following dependency:
1601
+ * ident_case 1.0.1
1602
+
1603
+ --------------------------------------------------------------------------------
1604
+
1605
+ MIT License
1606
+
1607
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1608
+ of this software and associated documentation files (the "Software"), to deal
1609
+ in the Software without restriction, including without limitation the rights
1610
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1611
+ copies of the Software, and to permit persons to whom the Software is
1612
+ furnished to do so, subject to the following conditions:
1613
+
1614
+ The above copyright notice and this permission notice shall be included in all
1615
+ copies or substantial portions of the Software.
1616
+
1617
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1618
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1619
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1620
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1621
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1622
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1623
+ SOFTWARE.
1624
+
1625
+
1626
+ ================================================================================
1627
+ MIT License (MIT)
1628
+ ================================================================================
1629
+
1630
+ Applies to the following dependency:
1631
+ * rustc-hash 2.1.2
1632
+
1633
+ --------------------------------------------------------------------------------
1634
+
1635
+ Permission is hereby granted, free of charge, to any
1636
+ person obtaining a copy of this software and associated
1637
+ documentation files (the "Software"), to deal in the
1638
+ Software without restriction, including without
1639
+ limitation the rights to use, copy, modify, merge,
1640
+ publish, distribute, sublicense, and/or sell copies of
1641
+ the Software, and to permit persons to whom the Software
1642
+ is furnished to do so, subject to the following
1643
+ conditions:
1644
+
1645
+ The above copyright notice and this permission notice
1646
+ shall be included in all copies or substantial portions
1647
+ of the Software.
1648
+
1649
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1650
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1651
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1652
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1653
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1654
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1655
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1656
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1657
+ DEALINGS IN THE SOFTWARE.
1658
+
1659
+ ================================================================================
1660
+ MIT License (MIT)
1661
+ ================================================================================
1662
+
1663
+ Applies to the following dependencies:
1664
+ * anyhow 1.0.102
1665
+ * global_counter 0.2.2
1666
+ * itoa 1.0.18
1667
+ * once_cell 1.21.4
1668
+ * pin-project-lite 0.2.17
1669
+ * proc-macro2 1.0.106
1670
+ * quote 1.0.46
1671
+ * semver 1.0.28
1672
+ * serde 1.0.228
1673
+ * serde_core 1.0.228
1674
+ * serde_json 1.0.150
1675
+ * syn 2.0.118
1676
+ * thiserror-impl 2.0.18
1677
+ * thiserror 2.0.18
1678
+ * unicode-ident 1.0.24
1679
+ * wasip2 1.0.4+wasi-0.2.12
1680
+ * wit-bindgen 0.57.1
1681
+ * zmij 1.0.21
1682
+
1683
+ --------------------------------------------------------------------------------
1684
+
1685
+ Permission is hereby granted, free of charge, to any
1686
+ person obtaining a copy of this software and associated
1687
+ documentation files (the "Software"), to deal in the
1688
+ Software without restriction, including without
1689
+ limitation the rights to use, copy, modify, merge,
1690
+ publish, distribute, sublicense, and/or sell copies of
1691
+ the Software, and to permit persons to whom the Software
1692
+ is furnished to do so, subject to the following
1693
+ conditions:
1694
+
1695
+ The above copyright notice and this permission notice
1696
+ shall be included in all copies or substantial portions
1697
+ of the Software.
1698
+
1699
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1700
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1701
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1702
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1703
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1704
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1705
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1706
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1707
+ DEALINGS IN THE SOFTWARE.
1708
+
1709
+
1710
+ ================================================================================
1711
+ MIT License (MIT)
1712
+ ================================================================================
1713
+
1714
+ Applies to the following dependency:
1715
+ * ctor 1.0.7
1716
+
1717
+ --------------------------------------------------------------------------------
1718
+
1719
+ 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:
1720
+
1721
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1722
+
1723
+ 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.
1724
+
1725
+ ================================================================================
1726
+ MIT License (MIT)
1727
+ ================================================================================
1728
+
1729
+ Applies to the following dependency:
1730
+ * memchr 2.8.2
1731
+
1732
+ --------------------------------------------------------------------------------
1733
+
1734
+ The MIT License (MIT)
1735
+
1736
+ Copyright (c) 2015 Andrew Gallant
1737
+
1738
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1739
+ of this software and associated documentation files (the "Software"), to deal
1740
+ in the Software without restriction, including without limitation the rights
1741
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1742
+ copies of the Software, and to permit persons to whom the Software is
1743
+ furnished to do so, subject to the following conditions:
1744
+
1745
+ The above copyright notice and this permission notice shall be included in
1746
+ all copies or substantial portions of the Software.
1747
+
1748
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1749
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1750
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1751
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1752
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1753
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1754
+ THE SOFTWARE.
1755
+
1756
+
1757
+ ================================================================================
1758
+ MIT License (MIT)
1759
+ ================================================================================
1760
+
1761
+ Applies to the following dependency:
1762
+ * strsim 0.11.1
1763
+
1764
+ --------------------------------------------------------------------------------
1765
+
1766
+ The MIT License (MIT)
1767
+
1768
+ Copyright (c) 2015 Danny Guo
1769
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
1770
+ Copyright (c) 2018 Akash Kurdekar
1771
+
1772
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1773
+ of this software and associated documentation files (the "Software"), to deal
1774
+ in the Software without restriction, including without limitation the rights
1775
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1776
+ copies of the Software, and to permit persons to whom the Software is
1777
+ furnished to do so, subject to the following conditions:
1778
+
1779
+ The above copyright notice and this permission notice shall be included in all
1780
+ copies or substantial portions of the Software.
1781
+
1782
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1783
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1784
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1785
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1786
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1787
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1788
+ SOFTWARE.
1789
+
1790
+
1791
+ ================================================================================
1792
+ MIT License (MIT)
1793
+ ================================================================================
1794
+
1795
+ Applies to the following dependency:
1796
+ * shlex 2.0.1
1797
+
1798
+ --------------------------------------------------------------------------------
1799
+
1800
+ The MIT License (MIT)
1801
+
1802
+ Copyright (c) 2015 Nicholas Allegra (comex).
1803
+
1804
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1805
+ of this software and associated documentation files (the "Software"), to deal
1806
+ in the Software without restriction, including without limitation the rights
1807
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1808
+ copies of the Software, and to permit persons to whom the Software is
1809
+ furnished to do so, subject to the following conditions:
1810
+
1811
+ The above copyright notice and this permission notice shall be included in
1812
+ all copies or substantial portions of the Software.
1813
+
1814
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1815
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1816
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1817
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1818
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1819
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1820
+ THE SOFTWARE.
1821
+
1822
+
1823
+ ================================================================================
1824
+ MIT License (MIT)
1825
+ ================================================================================
1826
+
1827
+ Applies to the following dependencies:
1828
+ * derive_more-impl 2.1.1
1829
+ * derive_more 2.1.1
1830
+
1831
+ --------------------------------------------------------------------------------
1832
+
1833
+ The MIT License (MIT)
1834
+
1835
+ Copyright (c) 2016 Jelte Fennema
1836
+
1837
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1838
+ of this software and associated documentation files (the "Software"), to deal
1839
+ in the Software without restriction, including without limitation the rights
1840
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1841
+ copies of the Software, and to permit persons to whom the Software is
1842
+ furnished to do so, subject to the following conditions:
1843
+
1844
+ The above copyright notice and this permission notice shall be included in all
1845
+ copies or substantial portions of the Software.
1846
+
1847
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1848
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1849
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1850
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1851
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1852
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1853
+ SOFTWARE.
1854
+
1855
+
1856
+ ================================================================================
1857
+ MIT License (MIT)
1858
+ ================================================================================
1859
+
1860
+ Applies to the following dependencies:
1861
+ * derive_builder 0.20.2
1862
+ * derive_builder_core 0.20.2
1863
+ * derive_builder_macro 0.20.2
1864
+
1865
+ --------------------------------------------------------------------------------
1866
+
1867
+ The MIT License (MIT)
1868
+
1869
+ Copyright (c) 2016 rust-derive-builder contributors
1870
+
1871
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1872
+ of this software and associated documentation files (the "Software"), to deal
1873
+ in the Software without restriction, including without limitation the rights
1874
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1875
+ copies of the Software, and to permit persons to whom the Software is
1876
+ furnished to do so, subject to the following conditions:
1877
+
1878
+ The above copyright notice and this permission notice shall be included in all
1879
+ copies or substantial portions of the Software.
1880
+
1881
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1882
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1883
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1884
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1885
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1886
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1887
+ SOFTWARE.
1888
+
1889
+
1890
+ ================================================================================
1891
+ MIT License (MIT)
1892
+ ================================================================================
1893
+
1894
+ Applies to the following dependencies:
1895
+ * zstd-safe 7.2.4
1896
+ * zstd-sys 2.0.16+zstd.1.5.7
1897
+ * zstd 0.13.3
1898
+
1899
+ --------------------------------------------------------------------------------
1900
+
1901
+ The MIT License (MIT)
1902
+ Copyright (c) 2016 Alexandre Bury
1903
+
1904
+ 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:
1905
+
1906
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1907
+
1908
+ 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.
1909
+
1910
+
1911
+ ================================================================================
1912
+ Unicode License v3 (Unicode-3.0)
1913
+ ================================================================================
1914
+
1915
+ Applies to the following dependency:
1916
+ * unicode-ident 1.0.24
1917
+
1918
+ --------------------------------------------------------------------------------
1919
+
1920
+ UNICODE LICENSE V3
1921
+
1922
+ COPYRIGHT AND PERMISSION NOTICE
1923
+
1924
+ Copyright © 1991-2023 Unicode, Inc.
1925
+
1926
+ NOTICE TO USER: Carefully read the following legal agreement. BY
1927
+ DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
1928
+ SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
1929
+ TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
1930
+ DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
1931
+
1932
+ Permission is hereby granted, free of charge, to any person obtaining a
1933
+ copy of data files and any associated documentation (the "Data Files") or
1934
+ software and any associated documentation (the "Software") to deal in the
1935
+ Data Files or Software without restriction, including without limitation
1936
+ the rights to use, copy, modify, merge, publish, distribute, and/or sell
1937
+ copies of the Data Files or Software, and to permit persons to whom the
1938
+ Data Files or Software are furnished to do so, provided that either (a)
1939
+ this copyright and permission notice appear with all copies of the Data
1940
+ Files or Software, or (b) this copyright and permission notice appear in
1941
+ associated Documentation.
1942
+
1943
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
1944
+ KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1945
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
1946
+ THIRD PARTY RIGHTS.
1947
+
1948
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
1949
+ BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
1950
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
1951
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
1952
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
1953
+ FILES OR SOFTWARE.
1954
+
1955
+ Except as contained in this notice, the name of a copyright holder shall
1956
+ not be used in advertising or otherwise to promote the sale, use or other
1957
+ dealings in these Data Files or Software without prior written
1958
+ authorization of the copyright holder.
1959
+