@onda-lang/wasm-compiler 0.8.0 → 0.8.2

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,953 @@
1
+ Third-party Rust licenses
2
+ =========================
3
+
4
+ This file is generated from Cargo.lock. It lists the Rust crates included in
5
+ Onda's native or WebAssembly distributions and the license text discovered in
6
+ their published source packages.
7
+
8
+ -------------------------------------------------------------------------------
9
+ Apache License 2.0 (Apache-2.0)
10
+
11
+ Used by:
12
+ - hound 3.5.1 (https://github.com/ruuda/hound)
13
+
14
+
15
+ Apache License
16
+ Version 2.0, January 2004
17
+ http://www.apache.org/licenses/
18
+
19
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
20
+
21
+ 1. Definitions.
22
+
23
+ "License" shall mean the terms and conditions for use, reproduction,
24
+ and distribution as defined by Sections 1 through 9 of this document.
25
+
26
+ "Licensor" shall mean the copyright owner or entity authorized by
27
+ the copyright owner that is granting the License.
28
+
29
+ "Legal Entity" shall mean the union of the acting entity and all
30
+ other entities that control, are controlled by, or are under common
31
+ control with that entity. For the purposes of this definition,
32
+ "control" means (i) the power, direct or indirect, to cause the
33
+ direction or management of such entity, whether by contract or
34
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
35
+ outstanding shares, or (iii) beneficial ownership of such entity.
36
+
37
+ "You" (or "Your") shall mean an individual or Legal Entity
38
+ exercising permissions granted by this License.
39
+
40
+ "Source" form shall mean the preferred form for making modifications,
41
+ including but not limited to software source code, documentation
42
+ source, and configuration files.
43
+
44
+ "Object" form shall mean any form resulting from mechanical
45
+ transformation or translation of a Source form, including but
46
+ not limited to compiled object code, generated documentation,
47
+ and conversions to other media types.
48
+
49
+ "Work" shall mean the work of authorship, whether in Source or
50
+ Object form, made available under the License, as indicated by a
51
+ copyright notice that is included in or attached to the work
52
+ (an example is provided in the Appendix below).
53
+
54
+ "Derivative Works" shall mean any work, whether in Source or Object
55
+ form, that is based on (or derived from) the Work and for which the
56
+ editorial revisions, annotations, elaborations, or other modifications
57
+ represent, as a whole, an original work of authorship. For the purposes
58
+ of this License, Derivative Works shall not include works that remain
59
+ separable from, or merely link (or bind by name) to the interfaces of,
60
+ the Work and Derivative Works thereof.
61
+
62
+ "Contribution" shall mean any work of authorship, including
63
+ the original version of the Work and any modifications or additions
64
+ to that Work or Derivative Works thereof, that is intentionally
65
+ submitted to Licensor for inclusion in the Work by the copyright owner
66
+ or by an individual or Legal Entity authorized to submit on behalf of
67
+ the copyright owner. For the purposes of this definition, "submitted"
68
+ means any form of electronic, verbal, or written communication sent
69
+ to the Licensor or its representatives, including but not limited to
70
+ communication on electronic mailing lists, source code control systems,
71
+ and issue tracking systems that are managed by, or on behalf of, the
72
+ Licensor for the purpose of discussing and improving the Work, but
73
+ excluding communication that is conspicuously marked or otherwise
74
+ designated in writing by the copyright owner as "Not a Contribution."
75
+
76
+ "Contributor" shall mean Licensor and any individual or Legal Entity
77
+ on behalf of whom a Contribution has been received by Licensor and
78
+ subsequently incorporated within the Work.
79
+
80
+ 2. Grant of Copyright License. Subject to the terms and conditions of
81
+ this License, each Contributor hereby grants to You a perpetual,
82
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
83
+ copyright license to reproduce, prepare Derivative Works of,
84
+ publicly display, publicly perform, sublicense, and distribute the
85
+ Work and such Derivative Works in Source or Object form.
86
+
87
+ 3. Grant of Patent License. Subject to the terms and conditions of
88
+ this License, each Contributor hereby grants to You a perpetual,
89
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
90
+ (except as stated in this section) patent license to make, have made,
91
+ use, offer to sell, sell, import, and otherwise transfer the Work,
92
+ where such license applies only to those patent claims licensable
93
+ by such Contributor that are necessarily infringed by their
94
+ Contribution(s) alone or by combination of their Contribution(s)
95
+ with the Work to which such Contribution(s) was submitted. If You
96
+ institute patent litigation against any entity (including a
97
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
98
+ or a Contribution incorporated within the Work constitutes direct
99
+ or contributory patent infringement, then any patent licenses
100
+ granted to You under this License for that Work shall terminate
101
+ as of the date such litigation is filed.
102
+
103
+ 4. Redistribution. You may reproduce and distribute copies of the
104
+ Work or Derivative Works thereof in any medium, with or without
105
+ modifications, and in Source or Object form, provided that You
106
+ meet the following conditions:
107
+
108
+ (a) You must give any other recipients of the Work or
109
+ Derivative Works a copy of this License; and
110
+
111
+ (b) You must cause any modified files to carry prominent notices
112
+ stating that You changed the files; and
113
+
114
+ (c) You must retain, in the Source form of any Derivative Works
115
+ that You distribute, all copyright, patent, trademark, and
116
+ attribution notices from the Source form of the Work,
117
+ excluding those notices that do not pertain to any part of
118
+ the Derivative Works; and
119
+
120
+ (d) If the Work includes a "NOTICE" text file as part of its
121
+ distribution, then any Derivative Works that You distribute must
122
+ include a readable copy of the attribution notices contained
123
+ within such NOTICE file, excluding those notices that do not
124
+ pertain to any part of the Derivative Works, in at least one
125
+ of the following places: within a NOTICE text file distributed
126
+ as part of the Derivative Works; within the Source form or
127
+ documentation, if provided along with the Derivative Works; or,
128
+ within a display generated by the Derivative Works, if and
129
+ wherever such third-party notices normally appear. The contents
130
+ of the NOTICE file are for informational purposes only and
131
+ do not modify the License. You may add Your own attribution
132
+ notices within Derivative Works that You distribute, alongside
133
+ or as an addendum to the NOTICE text from the Work, provided
134
+ that such additional attribution notices cannot be construed
135
+ as modifying the License.
136
+
137
+ You may add Your own copyright statement to Your modifications and
138
+ may provide additional or different license terms and conditions
139
+ for use, reproduction, or distribution of Your modifications, or
140
+ for any such Derivative Works as a whole, provided Your use,
141
+ reproduction, and distribution of the Work otherwise complies with
142
+ the conditions stated in this License.
143
+
144
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
145
+ any Contribution intentionally submitted for inclusion in the Work
146
+ by You to the Licensor shall be under the terms and conditions of
147
+ this License, without any additional terms or conditions.
148
+ Notwithstanding the above, nothing herein shall supersede or modify
149
+ the terms of any separate license agreement you may have executed
150
+ with Licensor regarding such Contributions.
151
+
152
+ 6. Trademarks. This License does not grant permission to use the trade
153
+ names, trademarks, service marks, or product names of the Licensor,
154
+ except as required for reasonable and customary use in describing the
155
+ origin of the Work and reproducing the content of the NOTICE file.
156
+
157
+ 7. Disclaimer of Warranty. Unless required by applicable law or
158
+ agreed to in writing, Licensor provides the Work (and each
159
+ Contributor provides its Contributions) on an "AS IS" BASIS,
160
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
161
+ implied, including, without limitation, any warranties or conditions
162
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
163
+ PARTICULAR PURPOSE. You are solely responsible for determining the
164
+ appropriateness of using or redistributing the Work and assume any
165
+ risks associated with Your exercise of permissions under this License.
166
+
167
+ 8. Limitation of Liability. In no event and under no legal theory,
168
+ whether in tort (including negligence), contract, or otherwise,
169
+ unless required by applicable law (such as deliberate and grossly
170
+ negligent acts) or agreed to in writing, shall any Contributor be
171
+ liable to You for damages, including any direct, indirect, special,
172
+ incidental, or consequential damages of any character arising as a
173
+ result of this License or out of the use or inability to use the
174
+ Work (including but not limited to damages for loss of goodwill,
175
+ work stoppage, computer failure or malfunction, or any and all
176
+ other commercial damages or losses), even if such Contributor
177
+ has been advised of the possibility of such damages.
178
+
179
+ 9. Accepting Warranty or Additional Liability. While redistributing
180
+ the Work or Derivative Works thereof, You may choose to offer,
181
+ and charge a fee for, acceptance of support, warranty, indemnity,
182
+ or other liability obligations and/or rights consistent with this
183
+ License. However, in accepting such obligations, You may act only
184
+ on Your own behalf and on Your sole responsibility, not on behalf
185
+ of any other Contributor, and only if You agree to indemnify,
186
+ defend, and hold each Contributor harmless for any liability
187
+ incurred by, or claims asserted against, such Contributor by reason
188
+ of your accepting any such warranty or additional liability.
189
+
190
+ END OF TERMS AND CONDITIONS
191
+
192
+ APPENDIX: How to apply the Apache License to your work.
193
+
194
+ To apply the Apache License to your work, attach the following
195
+ boilerplate notice, with the fields enclosed by brackets "[]"
196
+ replaced with your own identifying information. (Don't include
197
+ the brackets!) The text should be enclosed in the appropriate
198
+ comment syntax for the file format. We also recommend that a
199
+ file or class name and description of purpose be included on the
200
+ same "printed page" as the copyright notice for easier
201
+ identification within third-party archives.
202
+
203
+ Copyright [yyyy] [name of copyright owner]
204
+
205
+ Licensed under the Apache License, Version 2.0 (the "License");
206
+ you may not use this file except in compliance with the License.
207
+ You may obtain a copy of the License at
208
+
209
+ http://www.apache.org/licenses/LICENSE-2.0
210
+
211
+ Unless required by applicable law or agreed to in writing, software
212
+ distributed under the License is distributed on an "AS IS" BASIS,
213
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
214
+ See the License for the specific language governing permissions and
215
+ limitations under the License.
216
+
217
+
218
+ -------------------------------------------------------------------------------
219
+ MIT License (MIT)
220
+
221
+ Used by:
222
+ - sha2 0.10.9 (https://github.com/RustCrypto/hashes)
223
+
224
+ Copyright (c) 2006-2009 Graydon Hoare
225
+ Copyright (c) 2009-2013 Mozilla Foundation
226
+ Copyright (c) 2016 Artyom Pavlov
227
+
228
+ Permission is hereby granted, free of charge, to any
229
+ person obtaining a copy of this software and associated
230
+ documentation files (the "Software"), to deal in the
231
+ Software without restriction, including without
232
+ limitation the rights to use, copy, modify, merge,
233
+ publish, distribute, sublicense, and/or sell copies of
234
+ the Software, and to permit persons to whom the Software
235
+ is furnished to do so, subject to the following
236
+ conditions:
237
+
238
+ The above copyright notice and this permission notice
239
+ shall be included in all copies or substantial portions
240
+ of the Software.
241
+
242
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
243
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
244
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
245
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
246
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
247
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
248
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
249
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
250
+ DEALINGS IN THE SOFTWARE.
251
+
252
+
253
+ -------------------------------------------------------------------------------
254
+ MIT License (MIT)
255
+
256
+ Used by:
257
+ - hex 0.4.3 (https://github.com/KokaKiwi/rust-hex)
258
+
259
+ Copyright (c) 2013-2014 The Rust Project Developers.
260
+ Copyright (c) 2015-2020 The rust-hex Developers
261
+
262
+ Permission is hereby granted, free of charge, to any person obtaining a copy
263
+ of this software and associated documentation files (the "Software"), to deal
264
+ in the Software without restriction, including without limitation the rights
265
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
266
+ copies of the Software, and to permit persons to whom the Software is
267
+ furnished to do so, subject to the following conditions:
268
+
269
+ The above copyright notice and this permission notice shall be included in all
270
+ copies or substantial portions of the Software.
271
+
272
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
273
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
274
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
275
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
276
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
277
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
278
+ SOFTWARE.
279
+
280
+
281
+ -------------------------------------------------------------------------------
282
+ MIT License (MIT)
283
+
284
+ Used by:
285
+ - cfg-if 1.0.4 (https://github.com/rust-lang/cfg-if)
286
+ - wasm-bindgen-macro-support 0.2.117 (https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro-support)
287
+ - wasm-bindgen-macro 0.2.117 (https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro)
288
+ - wasm-bindgen-shared 0.2.117 (https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/shared)
289
+ - wasm-bindgen 0.2.117 (https://github.com/wasm-bindgen/wasm-bindgen)
290
+
291
+ Copyright (c) 2014 Alex Crichton
292
+
293
+ Permission is hereby granted, free of charge, to any
294
+ person obtaining a copy of this software and associated
295
+ documentation files (the "Software"), to deal in the
296
+ Software without restriction, including without
297
+ limitation the rights to use, copy, modify, merge,
298
+ publish, distribute, sublicense, and/or sell copies of
299
+ the Software, and to permit persons to whom the Software
300
+ is furnished to do so, subject to the following
301
+ conditions:
302
+
303
+ The above copyright notice and this permission notice
304
+ shall be included in all copies or substantial portions
305
+ of the Software.
306
+
307
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
308
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
309
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
310
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
311
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
312
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
313
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
314
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
315
+ DEALINGS IN THE SOFTWARE.
316
+
317
+
318
+ -------------------------------------------------------------------------------
319
+ MIT License (MIT)
320
+
321
+ Used by:
322
+ - num-traits 0.2.19 (https://github.com/rust-num/num-traits)
323
+
324
+ Copyright (c) 2014 The Rust Project Developers
325
+
326
+ Permission is hereby granted, free of charge, to any
327
+ person obtaining a copy of this software and associated
328
+ documentation files (the "Software"), to deal in the
329
+ Software without restriction, including without
330
+ limitation the rights to use, copy, modify, merge,
331
+ publish, distribute, sublicense, and/or sell copies of
332
+ the Software, and to permit persons to whom the Software
333
+ is furnished to do so, subject to the following
334
+ conditions:
335
+
336
+ The above copyright notice and this permission notice
337
+ shall be included in all copies or substantial portions
338
+ of the Software.
339
+
340
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
341
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
342
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
343
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
344
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
345
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
346
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
347
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
348
+ DEALINGS IN THE SOFTWARE.
349
+
350
+
351
+ -------------------------------------------------------------------------------
352
+ MIT License (MIT)
353
+
354
+ Used by:
355
+ - unicode-normalization 0.1.25 (https://github.com/unicode-rs/unicode-normalization)
356
+
357
+ Copyright (c) 2015 The Rust Project Developers
358
+
359
+ Permission is hereby granted, free of charge, to any
360
+ person obtaining a copy of this software and associated
361
+ documentation files (the "Software"), to deal in the
362
+ Software without restriction, including without
363
+ limitation the rights to use, copy, modify, merge,
364
+ publish, distribute, sublicense, and/or sell copies of
365
+ the Software, and to permit persons to whom the Software
366
+ is furnished to do so, subject to the following
367
+ conditions:
368
+
369
+ The above copyright notice and this permission notice
370
+ shall be included in all copies or substantial portions
371
+ of the Software.
372
+
373
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
374
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
375
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
376
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
377
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
378
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
379
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
380
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
381
+ DEALINGS IN THE SOFTWARE.
382
+
383
+
384
+ -------------------------------------------------------------------------------
385
+ MIT License (MIT)
386
+
387
+ Used by:
388
+ - digest 0.10.7 (https://github.com/RustCrypto/traits)
389
+
390
+ Copyright (c) 2017 Artyom Pavlov
391
+
392
+ Permission is hereby granted, free of charge, to any
393
+ person obtaining a copy of this software and associated
394
+ documentation files (the "Software"), to deal in the
395
+ Software without restriction, including without
396
+ limitation the rights to use, copy, modify, merge,
397
+ publish, distribute, sublicense, and/or sell copies of
398
+ the Software, and to permit persons to whom the Software
399
+ is furnished to do so, subject to the following
400
+ conditions:
401
+
402
+ The above copyright notice and this permission notice
403
+ shall be included in all copies or substantial portions
404
+ of the Software.
405
+
406
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
407
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
408
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
409
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
410
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
411
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
412
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
413
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
414
+ DEALINGS IN THE SOFTWARE.
415
+
416
+
417
+ -------------------------------------------------------------------------------
418
+ MIT License (MIT)
419
+
420
+ Used by:
421
+ - autocfg 1.5.0 (https://github.com/cuviper/autocfg)
422
+
423
+ Copyright (c) 2018 Josh Stone
424
+
425
+ Permission is hereby granted, free of charge, to any
426
+ person obtaining a copy of this software and associated
427
+ documentation files (the "Software"), to deal in the
428
+ Software without restriction, including without
429
+ limitation the rights to use, copy, modify, merge,
430
+ publish, distribute, sublicense, and/or sell copies of
431
+ the Software, and to permit persons to whom the Software
432
+ is furnished to do so, subject to the following
433
+ conditions:
434
+
435
+ The above copyright notice and this permission notice
436
+ shall be included in all copies or substantial portions
437
+ of the Software.
438
+
439
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
440
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
441
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
442
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
443
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
444
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
445
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
446
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
447
+ DEALINGS IN THE SOFTWARE.
448
+
449
+
450
+ -------------------------------------------------------------------------------
451
+ MIT License (MIT)
452
+
453
+ Used by:
454
+ - block-buffer 0.10.4 (https://github.com/RustCrypto/utils)
455
+
456
+ Copyright (c) 2018-2019 The RustCrypto Project Developers
457
+
458
+ Permission is hereby granted, free of charge, to any
459
+ person obtaining a copy of this software and associated
460
+ documentation files (the "Software"), to deal in the
461
+ Software without restriction, including without
462
+ limitation the rights to use, copy, modify, merge,
463
+ publish, distribute, sublicense, and/or sell copies of
464
+ the Software, and to permit persons to whom the Software
465
+ is furnished to do so, subject to the following
466
+ conditions:
467
+
468
+ The above copyright notice and this permission notice
469
+ shall be included in all copies or substantial portions
470
+ of the Software.
471
+
472
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
473
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
474
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
475
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
476
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
477
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
478
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
479
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
480
+ DEALINGS IN THE SOFTWARE.
481
+
482
+
483
+ -------------------------------------------------------------------------------
484
+ MIT License (MIT)
485
+
486
+ Used by:
487
+ - bumpalo 3.20.2 (https://github.com/fitzgen/bumpalo)
488
+
489
+ Copyright (c) 2019 Nick Fitzgerald
490
+
491
+ Permission is hereby granted, free of charge, to any
492
+ person obtaining a copy of this software and associated
493
+ documentation files (the "Software"), to deal in the
494
+ Software without restriction, including without
495
+ limitation the rights to use, copy, modify, merge,
496
+ publish, distribute, sublicense, and/or sell copies of
497
+ the Software, and to permit persons to whom the Software
498
+ is furnished to do so, subject to the following
499
+ conditions:
500
+
501
+ The above copyright notice and this permission notice
502
+ shall be included in all copies or substantial portions
503
+ of the Software.
504
+
505
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
506
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
507
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
508
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
509
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
510
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
511
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
512
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
513
+ DEALINGS IN THE SOFTWARE.
514
+
515
+
516
+ -------------------------------------------------------------------------------
517
+ MIT License (MIT)
518
+
519
+ Used by:
520
+ - cpufeatures 0.2.17 (https://github.com/RustCrypto/utils)
521
+
522
+ Copyright (c) 2020-2025 The RustCrypto Project Developers
523
+
524
+ Permission is hereby granted, free of charge, to any
525
+ person obtaining a copy of this software and associated
526
+ documentation files (the "Software"), to deal in the
527
+ Software without restriction, including without
528
+ limitation the rights to use, copy, modify, merge,
529
+ publish, distribute, sublicense, and/or sell copies of
530
+ the Software, and to permit persons to whom the Software
531
+ is furnished to do so, subject to the following
532
+ conditions:
533
+
534
+ The above copyright notice and this permission notice
535
+ shall be included in all copies or substantial portions
536
+ of the Software.
537
+
538
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
539
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
540
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
541
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
542
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
543
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
544
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
545
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
546
+ DEALINGS IN THE SOFTWARE.
547
+
548
+
549
+ -------------------------------------------------------------------------------
550
+ MIT License (MIT)
551
+
552
+ Used by:
553
+ - crypto-common 0.1.7 (https://github.com/RustCrypto/traits)
554
+
555
+ Copyright (c) 2021 RustCrypto Developers
556
+
557
+ Permission is hereby granted, free of charge, to any
558
+ person obtaining a copy of this software and associated
559
+ documentation files (the "Software"), to deal in the
560
+ Software without restriction, including without
561
+ limitation the rights to use, copy, modify, merge,
562
+ publish, distribute, sublicense, and/or sell copies of
563
+ the Software, and to permit persons to whom the Software
564
+ is furnished to do so, subject to the following
565
+ conditions:
566
+
567
+ The above copyright notice and this permission notice
568
+ shall be included in all copies or substantial portions
569
+ of the Software.
570
+
571
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
572
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
573
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
574
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
575
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
576
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
577
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
578
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
579
+ DEALINGS IN THE SOFTWARE.
580
+
581
+
582
+ -------------------------------------------------------------------------------
583
+ MIT License (MIT)
584
+
585
+ Used by:
586
+ - libc 0.2.189 (https://github.com/rust-lang/libc)
587
+
588
+ Copyright (c) The Rust Project Developers
589
+
590
+ Permission is hereby granted, free of charge, to any
591
+ person obtaining a copy of this software and associated
592
+ documentation files (the "Software"), to deal in the
593
+ Software without restriction, including without
594
+ limitation the rights to use, copy, modify, merge,
595
+ publish, distribute, sublicense, and/or sell copies of
596
+ the Software, and to permit persons to whom the Software
597
+ is furnished to do so, subject to the following
598
+ conditions:
599
+
600
+ The above copyright notice and this permission notice
601
+ shall be included in all copies or substantial portions
602
+ of the Software.
603
+
604
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
605
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
606
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
607
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
608
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
609
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
610
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
611
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
612
+ DEALINGS IN THE SOFTWARE.
613
+
614
+
615
+ -------------------------------------------------------------------------------
616
+ MIT License (MIT)
617
+
618
+ Used by:
619
+ - rmp-serde 1.3.1 (https://github.com/3Hren/msgpack-rust)
620
+ - rmp 0.8.15 (https://github.com/3Hren/msgpack-rust)
621
+
622
+ MIT License
623
+
624
+ Copyright (c) 2017 Evgeny Safronov
625
+
626
+ Permission is hereby granted, free of charge, to any person obtaining a copy
627
+ of this software and associated documentation files (the "Software"), to deal
628
+ in the Software without restriction, including without limitation the rights
629
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
630
+ copies of the Software, and to permit persons to whom the Software is
631
+ furnished to do so, subject to the following conditions:
632
+
633
+ The above copyright notice and this permission notice shall be included in all
634
+ copies or substantial portions of the Software.
635
+
636
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
637
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
638
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
639
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
640
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
641
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
642
+ SOFTWARE.
643
+
644
+
645
+ -------------------------------------------------------------------------------
646
+ MIT License (MIT)
647
+
648
+ Used by:
649
+ - tinyvec_macros 0.1.1 (https://github.com/Soveu/tinyvec_macros)
650
+
651
+ MIT License
652
+
653
+ Copyright (c) 2020 Soveu
654
+
655
+ Permission is hereby granted, free of charge, to any person obtaining a copy
656
+ of this software and associated documentation files (the "Software"), to deal
657
+ in the Software without restriction, including without limitation the rights
658
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
659
+ copies of the Software, and to permit persons to whom the Software is
660
+ furnished to do so, subject to the following conditions:
661
+
662
+ The above copyright notice and this permission notice shall be included in all
663
+ copies or substantial portions of the Software.
664
+
665
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
666
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
667
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
668
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
669
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
670
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
671
+ SOFTWARE.
672
+
673
+
674
+ -------------------------------------------------------------------------------
675
+ MIT License (MIT)
676
+
677
+ Used by:
678
+ - onda_compiler_web 0.8.2 (https://github.com/onda-lang/onda)
679
+
680
+ MIT License
681
+
682
+ Copyright (c) 2026 Francesco Cameli
683
+
684
+ Permission is hereby granted, free of charge, to any person obtaining a copy
685
+ of this software and associated documentation files (the "Software"), to deal
686
+ in the Software without restriction, including without limitation the rights
687
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
688
+ copies of the Software, and to permit persons to whom the Software is
689
+ furnished to do so, subject to the following conditions:
690
+
691
+ The above copyright notice and this permission notice shall be included in all
692
+ copies or substantial portions of the Software.
693
+
694
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
695
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
696
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
697
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
698
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
699
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
700
+ SOFTWARE.
701
+
702
+
703
+ -------------------------------------------------------------------------------
704
+ MIT License (MIT)
705
+
706
+ Used by:
707
+ - onda_frontend 0.8.2
708
+ - onda_host_protocol 0.8.2
709
+ - onda_lsp 0.8.2
710
+ - onda_mir 0.8.2
711
+ - onda_project 0.8.2
712
+ - onda_semantics 0.8.2
713
+
714
+ MIT License
715
+
716
+ Copyright (c) <year> <copyright holders>
717
+
718
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
719
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
720
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
721
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
722
+ following conditions:
723
+
724
+ The above copyright notice and this permission notice shall be included in all copies or substantial
725
+ portions of the Software.
726
+
727
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
728
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
729
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
730
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
731
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
732
+
733
+
734
+ -------------------------------------------------------------------------------
735
+ MIT License (MIT)
736
+
737
+ Used by:
738
+ - itoa 1.0.18 (https://github.com/dtolnay/itoa)
739
+ - once_cell 1.21.4 (https://github.com/matklad/once_cell)
740
+ - pest 2.8.6 (https://github.com/pest-parser/pest)
741
+ - pest_derive 2.8.6 (https://github.com/pest-parser/pest)
742
+ - pest_generator 2.8.6 (https://github.com/pest-parser/pest)
743
+ - pest_meta 2.8.6 (https://github.com/pest-parser/pest)
744
+ - proc-macro2 1.0.106 (https://github.com/dtolnay/proc-macro2)
745
+ - quote 1.0.45 (https://github.com/dtolnay/quote)
746
+ - rustversion 1.0.22 (https://github.com/dtolnay/rustversion)
747
+ - serde 1.0.228 (https://github.com/serde-rs/serde)
748
+ - serde_core 1.0.228 (https://github.com/serde-rs/serde)
749
+ - serde_derive 1.0.228 (https://github.com/serde-rs/serde)
750
+ - serde_json 1.0.149 (https://github.com/serde-rs/json)
751
+ - syn 2.0.117 (https://github.com/dtolnay/syn)
752
+ - unicode-ident 1.0.24 (https://github.com/dtolnay/unicode-ident)
753
+ - zmij 1.0.21 (https://github.com/dtolnay/zmij)
754
+
755
+ Permission is hereby granted, free of charge, to any
756
+ person obtaining a copy of this software and associated
757
+ documentation files (the "Software"), to deal in the
758
+ Software without restriction, including without
759
+ limitation the rights to use, copy, modify, merge,
760
+ publish, distribute, sublicense, and/or sell copies of
761
+ the Software, and to permit persons to whom the Software
762
+ is furnished to do so, subject to the following
763
+ conditions:
764
+
765
+ The above copyright notice and this permission notice
766
+ shall be included in all copies or substantial portions
767
+ of the Software.
768
+
769
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
770
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
771
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
772
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
773
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
774
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
775
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
776
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
777
+ DEALINGS IN THE SOFTWARE.
778
+
779
+
780
+ -------------------------------------------------------------------------------
781
+ MIT License (MIT)
782
+
783
+ Used by:
784
+ - tinyvec 1.12.0 (https://github.com/Lokathor/tinyvec)
785
+
786
+ 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:
787
+
788
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
789
+
790
+ 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.
791
+
792
+
793
+ -------------------------------------------------------------------------------
794
+ MIT License (MIT)
795
+
796
+ Used by:
797
+ - typenum 1.19.0 (https://github.com/paholg/typenum)
798
+
799
+ The MIT License (MIT)
800
+
801
+ Copyright (c) 2014 Paho Lurie-Gregg
802
+
803
+ Permission is hereby granted, free of charge, to any person obtaining a copy
804
+ of this software and associated documentation files (the "Software"), to deal
805
+ in the Software without restriction, including without limitation the rights
806
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
807
+ copies of the Software, and to permit persons to whom the Software is
808
+ furnished to do so, subject to the following conditions:
809
+
810
+ The above copyright notice and this permission notice shall be included in all
811
+ copies or substantial portions of the Software.
812
+
813
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
814
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
815
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
816
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
817
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
818
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
819
+ SOFTWARE.
820
+
821
+
822
+ -------------------------------------------------------------------------------
823
+ MIT License (MIT)
824
+
825
+ Used by:
826
+ - memchr 2.8.0 (https://github.com/BurntSushi/memchr)
827
+ - ucd-trie 0.1.7 (https://github.com/BurntSushi/ucd-generate)
828
+
829
+ The MIT License (MIT)
830
+
831
+ Copyright (c) 2015 Andrew Gallant
832
+
833
+ Permission is hereby granted, free of charge, to any person obtaining a copy
834
+ of this software and associated documentation files (the "Software"), to deal
835
+ in the Software without restriction, including without limitation the rights
836
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
837
+ copies of the Software, and to permit persons to whom the Software is
838
+ furnished to do so, subject to the following conditions:
839
+
840
+ The above copyright notice and this permission notice shall be included in
841
+ all copies or substantial portions of the Software.
842
+
843
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
844
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
845
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
846
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
847
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
848
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
849
+ THE SOFTWARE.
850
+
851
+
852
+ -------------------------------------------------------------------------------
853
+ MIT License (MIT)
854
+
855
+ Used by:
856
+ - version_check 0.9.5 (https://github.com/SergioBenitez/version_check)
857
+
858
+ The MIT License (MIT)
859
+ Copyright (c) 2017-2018 Sergio Benitez
860
+
861
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
862
+ this software and associated documentation files (the "Software"), to deal in
863
+ the Software without restriction, including without limitation the rights to
864
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
865
+ the Software, and to permit persons to whom the Software is furnished to do so,
866
+ subject to the following conditions:
867
+
868
+ The above copyright notice and this permission notice shall be included in all
869
+ copies or substantial portions of the Software.
870
+
871
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
872
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
873
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
874
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
875
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
876
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
877
+
878
+
879
+ -------------------------------------------------------------------------------
880
+ MIT License (MIT)
881
+
882
+ Used by:
883
+ - generic-array 0.14.7 (https://github.com/fizyk20/generic-array.git)
884
+
885
+ The MIT License (MIT)
886
+
887
+ Copyright (c) 2015 Bartłomiej Kamiński
888
+
889
+ Permission is hereby granted, free of charge, to any person obtaining a copy
890
+ of this software and associated documentation files (the "Software"), to deal
891
+ in the Software without restriction, including without limitation the rights
892
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
893
+ copies of the Software, and to permit persons to whom the Software is
894
+ furnished to do so, subject to the following conditions:
895
+
896
+ The above copyright notice and this permission notice shall be included in all
897
+ copies or substantial portions of the Software.
898
+
899
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
900
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
901
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
902
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
903
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
904
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
905
+ SOFTWARE.
906
+
907
+ -------------------------------------------------------------------------------
908
+ Unicode License v3 (Unicode-3.0)
909
+
910
+ Used by:
911
+ - unicode-ident 1.0.24 (https://github.com/dtolnay/unicode-ident)
912
+
913
+ UNICODE LICENSE V3
914
+
915
+ COPYRIGHT AND PERMISSION NOTICE
916
+
917
+ Copyright © 1991-2023 Unicode, Inc.
918
+
919
+ NOTICE TO USER: Carefully read the following legal agreement. BY
920
+ DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
921
+ SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
922
+ TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
923
+ DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
924
+
925
+ Permission is hereby granted, free of charge, to any person obtaining a
926
+ copy of data files and any associated documentation (the "Data Files") or
927
+ software and any associated documentation (the "Software") to deal in the
928
+ Data Files or Software without restriction, including without limitation
929
+ the rights to use, copy, modify, merge, publish, distribute, and/or sell
930
+ copies of the Data Files or Software, and to permit persons to whom the
931
+ Data Files or Software are furnished to do so, provided that either (a)
932
+ this copyright and permission notice appear with all copies of the Data
933
+ Files or Software, or (b) this copyright and permission notice appear in
934
+ associated Documentation.
935
+
936
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
937
+ KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
938
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
939
+ THIRD PARTY RIGHTS.
940
+
941
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
942
+ BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
943
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
944
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
945
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
946
+ FILES OR SOFTWARE.
947
+
948
+ Except as contained in this notice, the name of a copyright holder shall
949
+ not be used in advertising or otherwise to promote the sale, use or other
950
+ dealings in these Data Files or Software without prior written
951
+ authorization of the copyright holder.
952
+
953
+