aam-ruby 2.7.0 → 2.8.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CREDITS.html +1199 -197
  3. data/lib/aam_ruby.so +0 -0
  4. metadata +2 -2
data/CREDITS.html CHANGED
@@ -50,21 +50,238 @@
50
50
 
51
51
  <h2>Overview of licenses:</h2>
52
52
  <ul class="licenses-overview">
53
- <li><a href="#MIT">MIT License</a> (45)</li>
53
+ <li><a href="#MIT">MIT License</a> (108)</li>
54
+ <li><a href="#Apache-2.0">Apache License 2.0</a> (3)</li>
54
55
  <li><a href="#MPL-2.0">Mozilla Public License 2.0</a> (1)</li>
55
56
  <li><a href="#Unicode-3.0">Unicode License v3</a> (1)</li>
56
57
  </ul>
57
58
 
58
59
  <h2>All license text:</h2>
59
60
  <ul class="licenses-list">
61
+ <li class="license">
62
+ <h3 id="Apache-2.0">Apache License 2.0</h3>
63
+ <h4>Used by:</h4>
64
+ <ul class="license-used-by">
65
+ <li><a href=" https://github.com/enarx/ciborium ">ciborium-io 0.2.2</a>
66
+ </li>
67
+ <li><a href=" https://github.com/enarx/ciborium ">ciborium-ll 0.2.2</a>
68
+ </li>
69
+ <li><a href=" https://github.com/enarx/ciborium ">ciborium 0.2.2</a>
70
+ </li>
71
+ </ul>
72
+ <pre class="license-text"> Apache License
73
+ Version 2.0, January 2004
74
+ http://www.apache.org/licenses/
75
+
76
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
77
+
78
+ 1. Definitions.
79
+
80
+ &quot;License&quot; shall mean the terms and conditions for use, reproduction,
81
+ and distribution as defined by Sections 1 through 9 of this document.
82
+
83
+ &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
84
+ the copyright owner that is granting the License.
85
+
86
+ &quot;Legal Entity&quot; shall mean the union of the acting entity and all
87
+ other entities that control, are controlled by, or are under common
88
+ control with that entity. For the purposes of this definition,
89
+ &quot;control&quot; means (i) the power, direct or indirect, to cause the
90
+ direction or management of such entity, whether by contract or
91
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
92
+ outstanding shares, or (iii) beneficial ownership of such entity.
93
+
94
+ &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
95
+ exercising permissions granted by this License.
96
+
97
+ &quot;Source&quot; form shall mean the preferred form for making modifications,
98
+ including but not limited to software source code, documentation
99
+ source, and configuration files.
100
+
101
+ &quot;Object&quot; form shall mean any form resulting from mechanical
102
+ transformation or translation of a Source form, including but
103
+ not limited to compiled object code, generated documentation,
104
+ and conversions to other media types.
105
+
106
+ &quot;Work&quot; shall mean the work of authorship, whether in Source or
107
+ Object form, made available under the License, as indicated by a
108
+ copyright notice that is included in or attached to the work
109
+ (an example is provided in the Appendix below).
110
+
111
+ &quot;Derivative Works&quot; shall mean any work, whether in Source or Object
112
+ form, that is based on (or derived from) the Work and for which the
113
+ editorial revisions, annotations, elaborations, or other modifications
114
+ represent, as a whole, an original work of authorship. For the purposes
115
+ of this License, Derivative Works shall not include works that remain
116
+ separable from, or merely link (or bind by name) to the interfaces of,
117
+ the Work and Derivative Works thereof.
118
+
119
+ &quot;Contribution&quot; shall mean any work of authorship, including
120
+ the original version of the Work and any modifications or additions
121
+ to that Work or Derivative Works thereof, that is intentionally
122
+ submitted to Licensor for inclusion in the Work by the copyright owner
123
+ or by an individual or Legal Entity authorized to submit on behalf of
124
+ the copyright owner. For the purposes of this definition, &quot;submitted&quot;
125
+ means any form of electronic, verbal, or written communication sent
126
+ to the Licensor or its representatives, including but not limited to
127
+ communication on electronic mailing lists, source code control systems,
128
+ and issue tracking systems that are managed by, or on behalf of, the
129
+ Licensor for the purpose of discussing and improving the Work, but
130
+ excluding communication that is conspicuously marked or otherwise
131
+ designated in writing by the copyright owner as &quot;Not a Contribution.&quot;
132
+
133
+ &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
134
+ on behalf of whom a Contribution has been received by Licensor and
135
+ subsequently incorporated within the Work.
136
+
137
+ 2. Grant of Copyright License. Subject to the terms and conditions of
138
+ this License, each Contributor hereby grants to You a perpetual,
139
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
140
+ copyright license to reproduce, prepare Derivative Works of,
141
+ publicly display, publicly perform, sublicense, and distribute the
142
+ Work and such Derivative Works in Source or Object form.
143
+
144
+ 3. Grant of Patent License. Subject to the terms and conditions of
145
+ this License, each Contributor hereby grants to You a perpetual,
146
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
147
+ (except as stated in this section) patent license to make, have made,
148
+ use, offer to sell, sell, import, and otherwise transfer the Work,
149
+ where such license applies only to those patent claims licensable
150
+ by such Contributor that are necessarily infringed by their
151
+ Contribution(s) alone or by combination of their Contribution(s)
152
+ with the Work to which such Contribution(s) was submitted. If You
153
+ institute patent litigation against any entity (including a
154
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
155
+ or a Contribution incorporated within the Work constitutes direct
156
+ or contributory patent infringement, then any patent licenses
157
+ granted to You under this License for that Work shall terminate
158
+ as of the date such litigation is filed.
159
+
160
+ 4. Redistribution. You may reproduce and distribute copies of the
161
+ Work or Derivative Works thereof in any medium, with or without
162
+ modifications, and in Source or Object form, provided that You
163
+ meet the following conditions:
164
+
165
+ (a) You must give any other recipients of the Work or
166
+ Derivative Works a copy of this License; and
167
+
168
+ (b) You must cause any modified files to carry prominent notices
169
+ stating that You changed the files; and
170
+
171
+ (c) You must retain, in the Source form of any Derivative Works
172
+ that You distribute, all copyright, patent, trademark, and
173
+ attribution notices from the Source form of the Work,
174
+ excluding those notices that do not pertain to any part of
175
+ the Derivative Works; and
176
+
177
+ (d) If the Work includes a &quot;NOTICE&quot; text file as part of its
178
+ distribution, then any Derivative Works that You distribute must
179
+ include a readable copy of the attribution notices contained
180
+ within such NOTICE file, excluding those notices that do not
181
+ pertain to any part of the Derivative Works, in at least one
182
+ of the following places: within a NOTICE text file distributed
183
+ as part of the Derivative Works; within the Source form or
184
+ documentation, if provided along with the Derivative Works; or,
185
+ within a display generated by the Derivative Works, if and
186
+ wherever such third-party notices normally appear. The contents
187
+ of the NOTICE file are for informational purposes only and
188
+ do not modify the License. You may add Your own attribution
189
+ notices within Derivative Works that You distribute, alongside
190
+ or as an addendum to the NOTICE text from the Work, provided
191
+ that such additional attribution notices cannot be construed
192
+ as modifying the License.
193
+
194
+ You may add Your own copyright statement to Your modifications and
195
+ may provide additional or different license terms and conditions
196
+ for use, reproduction, or distribution of Your modifications, or
197
+ for any such Derivative Works as a whole, provided Your use,
198
+ reproduction, and distribution of the Work otherwise complies with
199
+ the conditions stated in this License.
200
+
201
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
202
+ any Contribution intentionally submitted for inclusion in the Work
203
+ by You to the Licensor shall be under the terms and conditions of
204
+ this License, without any additional terms or conditions.
205
+ Notwithstanding the above, nothing herein shall supersede or modify
206
+ the terms of any separate license agreement you may have executed
207
+ with Licensor regarding such Contributions.
208
+
209
+ 6. Trademarks. This License does not grant permission to use the trade
210
+ names, trademarks, service marks, or product names of the Licensor,
211
+ except as required for reasonable and customary use in describing the
212
+ origin of the Work and reproducing the content of the NOTICE file.
213
+
214
+ 7. Disclaimer of Warranty. Unless required by applicable law or
215
+ agreed to in writing, Licensor provides the Work (and each
216
+ Contributor provides its Contributions) on an &quot;AS IS&quot; BASIS,
217
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
218
+ implied, including, without limitation, any warranties or conditions
219
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
220
+ PARTICULAR PURPOSE. You are solely responsible for determining the
221
+ appropriateness of using or redistributing the Work and assume any
222
+ risks associated with Your exercise of permissions under this License.
223
+
224
+ 8. Limitation of Liability. In no event and under no legal theory,
225
+ whether in tort (including negligence), contract, or otherwise,
226
+ unless required by applicable law (such as deliberate and grossly
227
+ negligent acts) or agreed to in writing, shall any Contributor be
228
+ liable to You for damages, including any direct, indirect, special,
229
+ incidental, or consequential damages of any character arising as a
230
+ result of this License or out of the use or inability to use the
231
+ Work (including but not limited to damages for loss of goodwill,
232
+ work stoppage, computer failure or malfunction, or any and all
233
+ other commercial damages or losses), even if such Contributor
234
+ has been advised of the possibility of such damages.
235
+
236
+ 9. Accepting Warranty or Additional Liability. While redistributing
237
+ the Work or Derivative Works thereof, You may choose to offer,
238
+ and charge a fee for, acceptance of support, warranty, indemnity,
239
+ or other liability obligations and/or rights consistent with this
240
+ License. However, in accepting such obligations, You may act only
241
+ on Your own behalf and on Your sole responsibility, not on behalf
242
+ of any other Contributor, and only if You agree to indemnify,
243
+ defend, and hold each Contributor harmless for any liability
244
+ incurred by, or claims asserted against, such Contributor by reason
245
+ of your accepting any such warranty or additional liability.
246
+
247
+ END OF TERMS AND CONDITIONS
248
+
249
+ APPENDIX: How to apply the Apache License to your work.
250
+
251
+ To apply the Apache License to your work, attach the following
252
+ boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
253
+ replaced with your own identifying information. (Don&#x27;t include
254
+ the brackets!) The text should be enclosed in the appropriate
255
+ comment syntax for the file format. We also recommend that a
256
+ file or class name and description of purpose be included on the
257
+ same &quot;printed page&quot; as the copyright notice for easier
258
+ identification within third-party archives.
259
+
260
+ Copyright [yyyy] [name of copyright owner]
261
+
262
+ Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
263
+ you may not use this file except in compliance with the License.
264
+ You may obtain a copy of the License at
265
+
266
+ http://www.apache.org/licenses/LICENSE-2.0
267
+
268
+ Unless required by applicable law or agreed to in writing, software
269
+ distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
270
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
271
+ See the License for the specific language governing permissions and
272
+ limitations under the License.
273
+ </pre>
274
+ </li>
60
275
  <li class="license">
61
276
  <h3 id="MIT">MIT License</h3>
62
277
  <h4>Used by:</h4>
63
278
  <ul class="license-used-by">
64
- <li><a href=" https://github.com/rust-lang/cfg-if ">cfg-if 1.0.4</a>
279
+ <li><a href=" https://github.com/rayon-rs/rayon ">rayon-core 1.13.0</a>
280
+ </li>
281
+ <li><a href=" https://github.com/rayon-rs/rayon ">rayon 1.12.0</a>
65
282
  </li>
66
283
  </ul>
67
- <pre class="license-text">Copyright (c) 2014 Alex Crichton
284
+ <pre class="license-text">Copyright (c) 2010 The Rust Project Developers
68
285
 
69
286
  Permission is hereby granted, free of charge, to any
70
287
  person obtaining a copy of this software and associated
@@ -95,10 +312,26 @@ DEALINGS IN THE SOFTWARE.
95
312
  <h3 id="MIT">MIT License</h3>
96
313
  <h4>Used by:</h4>
97
314
  <ul class="license-used-by">
98
- <li><a href=" https://github.com/lambda-fairy/rust-errno ">errno 0.3.14</a>
315
+ <li><a href=" https://github.com/rust-lang/cc-rs ">cc 1.2.66</a>
316
+ </li>
317
+ <li><a href=" https://github.com/rust-lang/cfg-if ">cfg-if 1.0.4</a>
318
+ </li>
319
+ <li><a href=" https://github.com/rust-lang/cc-rs ">find-msvc-tools 0.1.9</a>
320
+ </li>
321
+ <li><a href=" https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/js-sys ">js-sys 0.3.103</a>
322
+ </li>
323
+ <li><a href=" https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro-support ">wasm-bindgen-macro-support 0.2.126</a>
324
+ </li>
325
+ <li><a href=" https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro ">wasm-bindgen-macro 0.2.126</a>
326
+ </li>
327
+ <li><a href=" https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/shared ">wasm-bindgen-shared 0.2.126</a>
328
+ </li>
329
+ <li><a href=" https://github.com/wasm-bindgen/wasm-bindgen ">wasm-bindgen 0.2.126</a>
330
+ </li>
331
+ <li><a href=" https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/web-sys ">web-sys 0.3.103</a>
99
332
  </li>
100
333
  </ul>
101
- <pre class="license-text">Copyright (c) 2014 Chris Wong
334
+ <pre class="license-text">Copyright (c) 2014 Alex Crichton
102
335
 
103
336
  Permission is hereby granted, free of charge, to any
104
337
  person obtaining a copy of this software and associated
@@ -129,10 +362,10 @@ DEALINGS IN THE SOFTWARE.
129
362
  <h3 id="MIT">MIT License</h3>
130
363
  <h4>Used by:</h4>
131
364
  <ul class="license-used-by">
132
- <li><a href=" https://github.com/bitflags/bitflags ">bitflags 2.11.1</a>
365
+ <li><a href=" https://github.com/lambda-fairy/rust-errno ">errno 0.3.14</a>
133
366
  </li>
134
367
  </ul>
135
- <pre class="license-text">Copyright (c) 2014 The Rust Project Developers
368
+ <pre class="license-text">Copyright (c) 2014 Chris Wong
136
369
 
137
370
  Permission is hereby granted, free of charge, to any
138
371
  person obtaining a copy of this software and associated
@@ -163,10 +396,12 @@ DEALINGS IN THE SOFTWARE.
163
396
  <h3 id="MIT">MIT License</h3>
164
397
  <h4>Used by:</h4>
165
398
  <ul class="license-used-by">
166
- <li><a href=" https://github.com/Stebalien/tempfile ">tempfile 3.27.0</a>
399
+ <li><a href=" https://github.com/criterion-rs/criterion.rs ">criterion-plot 0.8.2</a>
400
+ </li>
401
+ <li><a href=" https://github.com/criterion-rs/criterion.rs ">criterion 0.8.2</a>
167
402
  </li>
168
403
  </ul>
169
- <pre class="license-text">Copyright (c) 2015 Steven Allen
404
+ <pre class="license-text">Copyright (c) 2014 Jorge Aparicio
170
405
 
171
406
  Permission is hereby granted, free of charge, to any
172
407
  person obtaining a copy of this software and associated
@@ -197,10 +432,10 @@ DEALINGS IN THE SOFTWARE.
197
432
  <h3 id="MIT">MIT License</h3>
198
433
  <h4>Used by:</h4>
199
434
  <ul class="license-used-by">
200
- <li><a href=" https://github.com/rust-lang/hashbrown ">hashbrown 0.17.1</a>
435
+ <li><a href=" https://github.com/Elzair/page_size_rs ">page_size 0.6.0</a>
201
436
  </li>
202
437
  </ul>
203
- <pre class="license-text">Copyright (c) 2016 Amanieu d&#x27;Antras
438
+ <pre class="license-text">Copyright (c) 2014 The Rust Project Developers
204
439
 
205
440
  Permission is hereby granted, free of charge, to any
206
441
  person obtaining a copy of this software and associated
@@ -224,18 +459,24 @@ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
224
459
  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
225
460
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
226
461
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
227
- DEALINGS IN THE SOFTWARE.
228
- </pre>
462
+ DEALINGS IN THE SOFTWARE.</pre>
229
463
  </li>
230
464
  <li class="license">
231
465
  <h3 id="MIT">MIT License</h3>
232
466
  <h4>Used by:</h4>
233
467
  <ul class="license-used-by">
234
- <li><a href=" https://github.com/rust-random/getrandom ">getrandom 0.4.2</a>
468
+ <li><a href=" https://github.com/bitflags/bitflags ">bitflags 2.13.0</a>
469
+ </li>
470
+ <li><a href=" https://github.com/rust-num/num-traits ">num-traits 0.2.19</a>
471
+ </li>
472
+ <li><a href=" https://github.com/rust-lang/regex ">regex-automata 0.4.15</a>
473
+ </li>
474
+ <li><a href=" https://github.com/rust-lang/regex ">regex-syntax 0.8.11</a>
475
+ </li>
476
+ <li><a href=" https://github.com/rust-lang/regex ">regex 1.13.0</a>
235
477
  </li>
236
478
  </ul>
237
- <pre class="license-text">Copyright (c) 2018-2026 The rust-random Project Developers
238
- Copyright (c) 2014 The Rust Project Developers
479
+ <pre class="license-text">Copyright (c) 2014 The Rust Project Developers
239
480
 
240
481
  Permission is hereby granted, free of charge, to any
241
482
  person obtaining a copy of this software and associated
@@ -266,10 +507,10 @@ DEALINGS IN THE SOFTWARE.
266
507
  <h3 id="MIT">MIT License</h3>
267
508
  <h4>Used by:</h4>
268
509
  <ul class="license-used-by">
269
- <li><a href=" https://github.com/fitzgen/bumpalo ">bumpalo 3.20.2</a>
510
+ <li><a href=" https://github.com/japaric/cast.rs ">cast 0.3.0</a>
270
511
  </li>
271
512
  </ul>
272
- <pre class="license-text">Copyright (c) 2019 Nick Fitzgerald
513
+ <pre class="license-text">Copyright (c) 2014-2017 Jorge Aparicio
273
514
 
274
515
  Permission is hereby granted, free of charge, to any
275
516
  person obtaining a copy of this software and associated
@@ -300,11 +541,12 @@ DEALINGS IN THE SOFTWARE.
300
541
  <h3 id="MIT">MIT License</h3>
301
542
  <h4>Used by:</h4>
302
543
  <ul class="license-used-by">
303
- <li><a href=" https://github.com/RazrFalcon/memmap2-rs ">memmap2 0.9.10</a>
544
+ <li><a href=" https://github.com/rayon-rs/either ">either 1.16.0</a>
545
+ </li>
546
+ <li><a href=" https://github.com/rust-itertools/itertools ">itertools 0.13.0</a>
304
547
  </li>
305
548
  </ul>
306
- <pre class="license-text">Copyright (c) 2020 Yevhenii Reizner
307
- Copyright (c) 2015 Dan Burkert
549
+ <pre class="license-text">Copyright (c) 2015
308
550
 
309
551
  Permission is hereby granted, free of charge, to any
310
552
  person obtaining a copy of this software and associated
@@ -335,10 +577,10 @@ DEALINGS IN THE SOFTWARE.
335
577
  <h3 id="MIT">MIT License</h3>
336
578
  <h4>Used by:</h4>
337
579
  <ul class="license-used-by">
338
- <li><a href=" https://github.com/rust-lang/libc ">libc 0.2.186</a>
580
+ <li><a href=" https://github.com/Stebalien/tempfile ">tempfile 3.27.0</a>
339
581
  </li>
340
582
  </ul>
341
- <pre class="license-text">Copyright (c) The Rust Project Developers
583
+ <pre class="license-text">Copyright (c) 2015 Steven Allen
342
584
 
343
585
  Permission is hereby granted, free of charge, to any
344
586
  person obtaining a copy of this software and associated
@@ -369,130 +611,10 @@ DEALINGS IN THE SOFTWARE.
369
611
  <h3 id="MIT">MIT License</h3>
370
612
  <h4>Used by:</h4>
371
613
  <ul class="license-used-by">
372
- <li><a href=" https://github.com/rkyv/bytecheck ">bytecheck_derive 0.8.2</a>
373
- </li>
374
- </ul>
375
- <pre class="license-text">Copyright 2020 David Koloski
376
-
377
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), 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:
378
-
379
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
380
-
381
- THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, 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.
382
- </pre>
383
- </li>
384
- <li class="license">
385
- <h3 id="MIT">MIT License</h3>
386
- <h4>Used by:</h4>
387
- <ul class="license-used-by">
388
- <li><a href=" https://github.com/rkyv/ptr_meta ">ptr_meta 0.3.1</a>
389
- </li>
390
- <li><a href=" https://github.com/rkyv/ptr_meta ">ptr_meta_derive 0.3.1</a>
391
- </li>
392
- <li><a href=" https://github.com/djkoloski/rend ">rend 0.5.3</a>
393
- </li>
394
- <li><a href=" https://github.com/rkyv/rkyv ">rkyv 0.8.16</a>
395
- </li>
396
- </ul>
397
- <pre class="license-text">Copyright 2021 David Koloski
398
-
399
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), 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:
400
-
401
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
402
-
403
- THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, 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.
404
- </pre>
405
- </li>
406
- <li class="license">
407
- <h3 id="MIT">MIT License</h3>
408
- <h4>Used by:</h4>
409
- <ul class="license-used-by">
410
- <li><a href=" https://github.com/rkyv/bytecheck ">bytecheck 0.8.2</a>
411
- </li>
412
- </ul>
413
- <pre class="license-text">Copyright 2023 David Koloski
414
-
415
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), 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:
416
-
417
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
418
-
419
- THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, 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.
420
- </pre>
421
- </li>
422
- <li class="license">
423
- <h3 id="MIT">MIT License</h3>
424
- <h4>Used by:</h4>
425
- <ul class="license-used-by">
426
- <li><a href=" https://github.com/rkyv/rancor ">rancor 0.1.1</a>
427
- </li>
428
- </ul>
429
- <pre class="license-text">Copyright 2023 David Koloski
430
-
431
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), 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:
432
-
433
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
434
-
435
- THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, 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.
436
- </pre>
437
- </li>
438
- <li class="license">
439
- <h3 id="MIT">MIT License</h3>
440
- <h4>Used by:</h4>
441
- <ul class="license-used-by">
442
- <li><a href=" https://github.com/djkoloski/munge ">munge 0.4.7</a>
443
- </li>
444
- <li><a href=" https://github.com/djkoloski/munge ">munge_macro 0.4.7</a>
445
- </li>
446
- </ul>
447
- <pre class="license-text">Copyright 2024 David Koloski
448
-
449
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), 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:
450
-
451
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
452
-
453
- THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, 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.
454
- </pre>
455
- </li>
456
- <li class="license">
457
- <h3 id="MIT">MIT License</h3>
458
- <h4>Used by:</h4>
459
- <ul class="license-used-by">
460
- <li><a href=" https://github.com/Soveu/tinyvec_macros ">tinyvec_macros 0.1.1</a>
461
- </li>
462
- </ul>
463
- <pre class="license-text">MIT License
464
-
465
- Copyright (c) 2020 Soveu
466
-
467
- Permission is hereby granted, free of charge, to any person obtaining a copy
468
- of this software and associated documentation files (the &quot;Software&quot;), to deal
469
- in the Software without restriction, including without limitation the rights
470
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
471
- copies of the Software, and to permit persons to whom the Software is
472
- furnished to do so, subject to the following conditions:
473
-
474
- The above copyright notice and this permission notice shall be included in all
475
- copies or substantial portions of the Software.
476
-
477
- THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
478
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
479
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
480
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
481
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
482
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
483
- SOFTWARE.
484
- </pre>
485
- </li>
486
- <li class="license">
487
- <h3 id="MIT">MIT License</h3>
488
- <h4>Used by:</h4>
489
- <ul class="license-used-by">
490
- <li><a href=" https://gitlab.com/aam-rs/aam-rs ">aam-rs 2.7.0</a>
614
+ <li><a href=" https://github.com/retep998/winapi-rs ">winapi 0.3.9</a>
491
615
  </li>
492
616
  </ul>
493
- <pre class="license-text">MIT License
494
-
495
- Copyright (c) 2026 Nikita Goncharov
617
+ <pre class="license-text">Copyright (c) 2015-2018 The winapi-rs Developers
496
618
 
497
619
  Permission is hereby granted, free of charge, to any person obtaining a copy
498
620
  of this software and associated documentation files (the &quot;Software&quot;), to deal
@@ -517,72 +639,85 @@ SOFTWARE.
517
639
  <h3 id="MIT">MIT License</h3>
518
640
  <h4>Used by:</h4>
519
641
  <ul class="license-used-by">
520
- <li><a href=" https://github.com/r-efi/r-efi ">r-efi 6.0.0</a>
521
- </li>
522
- <li><a href=" https://github.com/bytecodealliance/wasi-rs ">wasip3 0.4.0+wasi-0.3.0-rc-2026-01-06</a>
642
+ <li><a href=" https://github.com/rust-lang/futures-rs ">futures-core 0.3.32</a>
523
643
  </li>
524
- <li><a href=" https://github.com/microsoft/windows-rs ">windows-link 0.2.1</a>
644
+ <li><a href=" https://github.com/rust-lang/futures-rs ">futures-task 0.3.32</a>
525
645
  </li>
526
- <li><a href=" https://github.com/microsoft/windows-rs ">windows-sys 0.61.2</a>
646
+ <li><a href=" https://github.com/rust-lang/futures-rs ">futures-util 0.3.32</a>
527
647
  </li>
528
648
  </ul>
529
- <pre class="license-text">MIT License
530
-
531
- Copyright (c) &lt;year&gt; &lt;copyright holders&gt;
649
+ <pre class="license-text">Copyright (c) 2016 Alex Crichton
650
+ Copyright (c) 2017 The Tokio Authors
532
651
 
533
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
534
- associated documentation files (the &quot;Software&quot;), to deal in the Software without restriction, including
535
- without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
536
- copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
537
- following conditions:
652
+ Permission is hereby granted, free of charge, to any
653
+ person obtaining a copy of this software and associated
654
+ documentation files (the &quot;Software&quot;), to deal in the
655
+ Software without restriction, including without
656
+ limitation the rights to use, copy, modify, merge,
657
+ publish, distribute, sublicense, and/or sell copies of
658
+ the Software, and to permit persons to whom the Software
659
+ is furnished to do so, subject to the following
660
+ conditions:
538
661
 
539
- The above copyright notice and this permission notice shall be included in all copies or substantial
540
- portions of the Software.
662
+ The above copyright notice and this permission notice
663
+ shall be included in all copies or substantial portions
664
+ of the Software.
541
665
 
542
- THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
543
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
544
- EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
545
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
546
- USE OR OTHER DEALINGS IN THE SOFTWARE.
666
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
667
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
668
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
669
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
670
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
671
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
672
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
673
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
674
+ DEALINGS IN THE SOFTWARE.
547
675
  </pre>
548
676
  </li>
549
677
  <li class="license">
550
678
  <h3 id="MIT">MIT License</h3>
551
679
  <h4>Used by:</h4>
552
680
  <ul class="license-used-by">
553
- <li><a href=" https://github.com/rusticstuff/simdutf8 ">simdutf8 0.1.5</a>
681
+ <li><a href=" https://github.com/rust-lang/hashbrown ">hashbrown 0.17.1</a>
554
682
  </li>
555
683
  </ul>
556
- <pre class="license-text">MIT License
684
+ <pre class="license-text">Copyright (c) 2016 Amanieu d&#x27;Antras
557
685
 
558
- Permission is hereby granted, free of charge, to any person obtaining a copy
559
- of this software and associated documentation files (the &quot;Software&quot;), to deal
560
- in the Software without restriction, including without limitation the rights
561
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
562
- copies of the Software, and to permit persons to whom the Software is
563
- furnished to do so, subject to the following conditions:
686
+ Permission is hereby granted, free of charge, to any
687
+ person obtaining a copy of this software and associated
688
+ documentation files (the &quot;Software&quot;), to deal in the
689
+ Software without restriction, including without
690
+ limitation the rights to use, copy, modify, merge,
691
+ publish, distribute, sublicense, and/or sell copies of
692
+ the Software, and to permit persons to whom the Software
693
+ is furnished to do so, subject to the following
694
+ conditions:
564
695
 
565
- The above copyright notice and this permission notice shall be included in all
566
- copies or substantial portions of the Software.
696
+ The above copyright notice and this permission notice
697
+ shall be included in all copies or substantial portions
698
+ of the Software.
567
699
 
568
- THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
569
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
570
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
571
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
572
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
573
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
574
- SOFTWARE.</pre>
700
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
701
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
702
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
703
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
704
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
705
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
706
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
707
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
708
+ DEALINGS IN THE SOFTWARE.
709
+ </pre>
575
710
  </li>
576
711
  <li class="license">
577
712
  <h3 id="MIT">MIT License</h3>
578
713
  <h4>Used by:</h4>
579
714
  <ul class="license-used-by">
580
- <li><a href=" https://github.com/rkyv/rkyv ">rkyv_derive 0.8.16</a>
581
- </li>
582
- <li><a href=" https://github.com/rust-lang/rustc-hash ">rustc-hash 2.1.2</a>
715
+ <li><a href=" https://github.com/indexmap-rs/indexmap ">indexmap 2.14.0</a>
583
716
  </li>
584
717
  </ul>
585
- <pre class="license-text">Permission is hereby granted, free of charge, to any
718
+ <pre class="license-text">Copyright (c) 2016--2017
719
+
720
+ Permission is hereby granted, free of charge, to any
586
721
  person obtaining a copy of this software and associated
587
722
  documentation files (the &quot;Software&quot;), to deal in the
588
723
  Software without restriction, including without
@@ -604,12 +739,685 @@ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
604
739
  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
605
740
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
606
741
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
607
- DEALINGS IN THE SOFTWARE.</pre>
742
+ DEALINGS IN THE SOFTWARE.
743
+ </pre>
608
744
  </li>
609
745
  <li class="license">
610
746
  <h3 id="MIT">MIT License</h3>
611
747
  <h4>Used by:</h4>
612
748
  <ul class="license-used-by">
749
+ <li><a href=" https://github.com/indexmap-rs/equivalent ">equivalent 1.0.2</a>
750
+ </li>
751
+ </ul>
752
+ <pre class="license-text">Copyright (c) 2016--2023
753
+
754
+ Permission is hereby granted, free of charge, to any
755
+ person obtaining a copy of this software and associated
756
+ documentation files (the &quot;Software&quot;), to deal in the
757
+ Software without restriction, including without
758
+ limitation the rights to use, copy, modify, merge,
759
+ publish, distribute, sublicense, and/or sell copies of
760
+ the Software, and to permit persons to whom the Software
761
+ is furnished to do so, subject to the following
762
+ conditions:
763
+
764
+ The above copyright notice and this permission notice
765
+ shall be included in all copies or substantial portions
766
+ of the Software.
767
+
768
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
769
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
770
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
771
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
772
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
773
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
774
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
775
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
776
+ DEALINGS IN THE SOFTWARE.
777
+ </pre>
778
+ </li>
779
+ <li class="license">
780
+ <h3 id="MIT">MIT License</h3>
781
+ <h4>Used by:</h4>
782
+ <ul class="license-used-by">
783
+ <li><a href=" https://github.com/cuviper/autocfg ">autocfg 1.5.1</a>
784
+ </li>
785
+ </ul>
786
+ <pre class="license-text">Copyright (c) 2018 Josh Stone
787
+
788
+ Permission is hereby granted, free of charge, to any
789
+ person obtaining a copy of this software and associated
790
+ documentation files (the &quot;Software&quot;), to deal in the
791
+ Software without restriction, including without
792
+ limitation the rights to use, copy, modify, merge,
793
+ publish, distribute, sublicense, and/or sell copies of
794
+ the Software, and to permit persons to whom the Software
795
+ is furnished to do so, subject to the following
796
+ conditions:
797
+
798
+ The above copyright notice and this permission notice
799
+ shall be included in all copies or substantial portions
800
+ of the Software.
801
+
802
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
803
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
804
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
805
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
806
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
807
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
808
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
809
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
810
+ DEALINGS IN THE SOFTWARE.
811
+ </pre>
812
+ </li>
813
+ <li class="license">
814
+ <h3 id="MIT">MIT License</h3>
815
+ <h4>Used by:</h4>
816
+ <ul class="license-used-by">
817
+ <li><a href=" https://github.com/rust-random/getrandom ">getrandom 0.4.3</a>
818
+ </li>
819
+ </ul>
820
+ <pre class="license-text">Copyright (c) 2018-2026 The rust-random Project Developers
821
+ Copyright (c) 2014 The Rust Project Developers
822
+
823
+ Permission is hereby granted, free of charge, to any
824
+ person obtaining a copy of this software and associated
825
+ documentation files (the &quot;Software&quot;), to deal in the
826
+ Software without restriction, including without
827
+ limitation the rights to use, copy, modify, merge,
828
+ publish, distribute, sublicense, and/or sell copies of
829
+ the Software, and to permit persons to whom the Software
830
+ is furnished to do so, subject to the following
831
+ conditions:
832
+
833
+ The above copyright notice and this permission notice
834
+ shall be included in all copies or substantial portions
835
+ of the Software.
836
+
837
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
838
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
839
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
840
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
841
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
842
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
843
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
844
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
845
+ DEALINGS IN THE SOFTWARE.
846
+ </pre>
847
+ </li>
848
+ <li class="license">
849
+ <h3 id="MIT">MIT License</h3>
850
+ <h4>Used by:</h4>
851
+ <ul class="license-used-by">
852
+ <li><a href=" https://github.com/bheisler/TinyTemplate ">tinytemplate 1.2.1</a>
853
+ </li>
854
+ </ul>
855
+ <pre class="license-text">Copyright (c) 2019 Brook Heisler
856
+
857
+ Permission is hereby granted, free of charge, to any
858
+ person obtaining a copy of this software and associated
859
+ documentation files (the &quot;Software&quot;), to deal in the
860
+ Software without restriction, including without
861
+ limitation the rights to use, copy, modify, merge,
862
+ publish, distribute, sublicense, and/or sell copies of
863
+ the Software, and to permit persons to whom the Software
864
+ is furnished to do so, subject to the following
865
+ conditions:
866
+
867
+ The above copyright notice and this permission notice
868
+ shall be included in all copies or substantial portions
869
+ of the Software.
870
+
871
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
872
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
873
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
874
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
875
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
876
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
877
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
878
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
879
+ DEALINGS IN THE SOFTWARE.
880
+ </pre>
881
+ </li>
882
+ <li class="license">
883
+ <h3 id="MIT">MIT License</h3>
884
+ <h4>Used by:</h4>
885
+ <ul class="license-used-by">
886
+ <li><a href=" https://github.com/tokio-rs/slab ">slab 0.4.12</a>
887
+ </li>
888
+ </ul>
889
+ <pre class="license-text">Copyright (c) 2019 Carl Lerche
890
+
891
+ Permission is hereby granted, free of charge, to any
892
+ person obtaining a copy of this software and associated
893
+ documentation files (the &quot;Software&quot;), to deal in the
894
+ Software without restriction, including without
895
+ limitation the rights to use, copy, modify, merge,
896
+ publish, distribute, sublicense, and/or sell copies of
897
+ the Software, and to permit persons to whom the Software
898
+ is furnished to do so, subject to the following
899
+ conditions:
900
+
901
+ The above copyright notice and this permission notice
902
+ shall be included in all copies or substantial portions
903
+ of the Software.
904
+
905
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
906
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
907
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
908
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
909
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
910
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
911
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
912
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
913
+ DEALINGS IN THE SOFTWARE.
914
+ </pre>
915
+ </li>
916
+ <li class="license">
917
+ <h3 id="MIT">MIT License</h3>
918
+ <h4>Used by:</h4>
919
+ <ul class="license-used-by">
920
+ <li><a href=" https://github.com/fitzgen/bumpalo ">bumpalo 3.20.3</a>
921
+ </li>
922
+ </ul>
923
+ <pre class="license-text">Copyright (c) 2019 Nick Fitzgerald
924
+
925
+ Permission is hereby granted, free of charge, to any
926
+ person obtaining a copy of this software and associated
927
+ documentation files (the &quot;Software&quot;), to deal in the
928
+ Software without restriction, including without
929
+ limitation the rights to use, copy, modify, merge,
930
+ publish, distribute, sublicense, and/or sell copies of
931
+ the Software, and to permit persons to whom the Software
932
+ is furnished to do so, subject to the following
933
+ conditions:
934
+
935
+ The above copyright notice and this permission notice
936
+ shall be included in all copies or substantial portions
937
+ of the Software.
938
+
939
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
940
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
941
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
942
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
943
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
944
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
945
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
946
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
947
+ DEALINGS IN THE SOFTWARE.
948
+ </pre>
949
+ </li>
950
+ <li class="license">
951
+ <h3 id="MIT">MIT License</h3>
952
+ <h4>Used by:</h4>
953
+ <ul class="license-used-by">
954
+ <li><a href=" https://github.com/RazrFalcon/memmap2-rs ">memmap2 0.9.11</a>
955
+ </li>
956
+ </ul>
957
+ <pre class="license-text">Copyright (c) 2020 Yevhenii Reizner
958
+ Copyright (c) 2015 Dan Burkert
959
+
960
+ Permission is hereby granted, free of charge, to any
961
+ person obtaining a copy of this software and associated
962
+ documentation files (the &quot;Software&quot;), to deal in the
963
+ Software without restriction, including without
964
+ limitation the rights to use, copy, modify, merge,
965
+ publish, distribute, sublicense, and/or sell copies of
966
+ the Software, and to permit persons to whom the Software
967
+ is furnished to do so, subject to the following
968
+ conditions:
969
+
970
+ The above copyright notice and this permission notice
971
+ shall be included in all copies or substantial portions
972
+ of the Software.
973
+
974
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
975
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
976
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
977
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
978
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
979
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
980
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
981
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
982
+ DEALINGS IN THE SOFTWARE.
983
+ </pre>
984
+ </li>
985
+ <li class="license">
986
+ <h3 id="MIT">MIT License</h3>
987
+ <h4>Used by:</h4>
988
+ <ul class="license-used-by">
989
+ <li><a href=" https://github.com/rust-cli/anstyle.git ">anstyle 1.0.14</a>
990
+ </li>
991
+ <li><a href=" https://github.com/clap-rs/clap ">clap 4.6.1</a>
992
+ </li>
993
+ <li><a href=" https://github.com/clap-rs/clap ">clap_builder 4.6.0</a>
994
+ </li>
995
+ <li><a href=" https://github.com/clap-rs/clap ">clap_lex 1.1.0</a>
996
+ </li>
997
+ <li><a href=" https://github.com/toml-rs/toml ">toml_datetime 1.1.1+spec-1.1.0</a>
998
+ </li>
999
+ <li><a href=" https://github.com/toml-rs/toml ">toml_edit 0.25.12+spec-1.1.0</a>
1000
+ </li>
1001
+ <li><a href=" https://github.com/toml-rs/toml ">toml_parser 1.1.2+spec-1.1.0</a>
1002
+ </li>
1003
+ </ul>
1004
+ <pre class="license-text">Copyright (c) Individual contributors
1005
+
1006
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1007
+ of this software and associated documentation files (the &quot;Software&quot;), to deal
1008
+ in the Software without restriction, including without limitation the rights
1009
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1010
+ copies of the Software, and to permit persons to whom the Software is
1011
+ furnished to do so, subject to the following conditions:
1012
+
1013
+ The above copyright notice and this permission notice shall be included in all
1014
+ copies or substantial portions of the Software.
1015
+
1016
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1017
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1018
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1019
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1020
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1021
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1022
+ SOFTWARE.
1023
+ </pre>
1024
+ </li>
1025
+ <li class="license">
1026
+ <h3 id="MIT">MIT License</h3>
1027
+ <h4>Used by:</h4>
1028
+ <ul class="license-used-by">
1029
+ <li><a href=" https://github.com/rust-lang/libc ">libc 0.2.186</a>
1030
+ </li>
1031
+ </ul>
1032
+ <pre class="license-text">Copyright (c) The Rust Project Developers
1033
+
1034
+ Permission is hereby granted, free of charge, to any
1035
+ person obtaining a copy of this software and associated
1036
+ documentation files (the &quot;Software&quot;), to deal in the
1037
+ Software without restriction, including without
1038
+ limitation the rights to use, copy, modify, merge,
1039
+ publish, distribute, sublicense, and/or sell copies of
1040
+ the Software, and to permit persons to whom the Software
1041
+ is furnished to do so, subject to the following
1042
+ conditions:
1043
+
1044
+ The above copyright notice and this permission notice
1045
+ shall be included in all copies or substantial portions
1046
+ of the Software.
1047
+
1048
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
1049
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1050
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1051
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1052
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1053
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1054
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1055
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1056
+ DEALINGS IN THE SOFTWARE.
1057
+ </pre>
1058
+ </li>
1059
+ <li class="license">
1060
+ <h3 id="MIT">MIT License</h3>
1061
+ <h4>Used by:</h4>
1062
+ <ul class="license-used-by">
1063
+ <li><a href=" https://github.com/rkyv/bytecheck ">bytecheck_derive 0.8.2</a>
1064
+ </li>
1065
+ </ul>
1066
+ <pre class="license-text">Copyright 2020 David Koloski
1067
+
1068
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), 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:
1069
+
1070
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1071
+
1072
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, 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.
1073
+ </pre>
1074
+ </li>
1075
+ <li class="license">
1076
+ <h3 id="MIT">MIT License</h3>
1077
+ <h4>Used by:</h4>
1078
+ <ul class="license-used-by">
1079
+ <li><a href=" https://github.com/rkyv/ptr_meta ">ptr_meta 0.3.1</a>
1080
+ </li>
1081
+ <li><a href=" https://github.com/rkyv/ptr_meta ">ptr_meta_derive 0.3.1</a>
1082
+ </li>
1083
+ <li><a href=" https://github.com/djkoloski/rend ">rend 0.5.4</a>
1084
+ </li>
1085
+ <li><a href=" https://github.com/rkyv/rkyv ">rkyv 0.8.17</a>
1086
+ </li>
1087
+ </ul>
1088
+ <pre class="license-text">Copyright 2021 David Koloski
1089
+
1090
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), 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:
1091
+
1092
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1093
+
1094
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, 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.
1095
+ </pre>
1096
+ </li>
1097
+ <li class="license">
1098
+ <h3 id="MIT">MIT License</h3>
1099
+ <h4>Used by:</h4>
1100
+ <ul class="license-used-by">
1101
+ <li><a href=" https://github.com/rkyv/bytecheck ">bytecheck 0.8.2</a>
1102
+ </li>
1103
+ <li><a href=" https://github.com/rkyv/rancor ">rancor 0.1.2</a>
1104
+ </li>
1105
+ </ul>
1106
+ <pre class="license-text">Copyright 2023 David Koloski
1107
+
1108
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), 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:
1109
+
1110
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1111
+
1112
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, 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.
1113
+ </pre>
1114
+ </li>
1115
+ <li class="license">
1116
+ <h3 id="MIT">MIT License</h3>
1117
+ <h4>Used by:</h4>
1118
+ <ul class="license-used-by">
1119
+ <li><a href=" https://github.com/google/zerocopy ">zerocopy-derive 0.8.54</a>
1120
+ </li>
1121
+ <li><a href=" https://github.com/google/zerocopy ">zerocopy 0.8.54</a>
1122
+ </li>
1123
+ </ul>
1124
+ <pre class="license-text">Copyright 2023 The Fuchsia Authors
1125
+
1126
+ Permission is hereby granted, free of charge, to any
1127
+ person obtaining a copy of this software and associated
1128
+ documentation files (the &quot;Software&quot;), to deal in the
1129
+ Software without restriction, including without
1130
+ limitation the rights to use, copy, modify, merge,
1131
+ publish, distribute, sublicense, and/or sell copies of
1132
+ the Software, and to permit persons to whom the Software
1133
+ is furnished to do so, subject to the following
1134
+ conditions:
1135
+
1136
+ The above copyright notice and this permission notice
1137
+ shall be included in all copies or substantial portions
1138
+ of the Software.
1139
+
1140
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
1141
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1142
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1143
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1144
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1145
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1146
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1147
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1148
+ DEALINGS IN THE SOFTWARE.
1149
+
1150
+ </pre>
1151
+ </li>
1152
+ <li class="license">
1153
+ <h3 id="MIT">MIT License</h3>
1154
+ <h4>Used by:</h4>
1155
+ <ul class="license-used-by">
1156
+ <li><a href=" https://github.com/djkoloski/munge ">munge 0.4.7</a>
1157
+ </li>
1158
+ <li><a href=" https://github.com/djkoloski/munge ">munge_macro 0.4.7</a>
1159
+ </li>
1160
+ </ul>
1161
+ <pre class="license-text">Copyright 2024 David Koloski
1162
+
1163
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), 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:
1164
+
1165
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1166
+
1167
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, 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.
1168
+ </pre>
1169
+ </li>
1170
+ <li class="license">
1171
+ <h3 id="MIT">MIT License</h3>
1172
+ <h4>Used by:</h4>
1173
+ <ul class="license-used-by">
1174
+ <li><a href=" https://crates.io/crates/nah ">nah 0.1.2</a>
1175
+ </li>
1176
+ </ul>
1177
+ <pre class="license-text">Copyright 2026 NIKITA GONCHAROV
1178
+
1179
+ 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:
1180
+
1181
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1182
+
1183
+ 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.
1184
+ </pre>
1185
+ </li>
1186
+ <li class="license">
1187
+ <h3 id="MIT">MIT License</h3>
1188
+ <h4>Used by:</h4>
1189
+ <ul class="license-used-by">
1190
+ <li><a href=" https://github.com/Soveu/tinyvec_macros ">tinyvec_macros 0.1.1</a>
1191
+ </li>
1192
+ </ul>
1193
+ <pre class="license-text">MIT License
1194
+
1195
+ Copyright (c) 2020 Soveu
1196
+
1197
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1198
+ of this software and associated documentation files (the &quot;Software&quot;), to deal
1199
+ in the Software without restriction, including without limitation the rights
1200
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1201
+ copies of the Software, and to permit persons to whom the Software is
1202
+ furnished to do so, subject to the following conditions:
1203
+
1204
+ The above copyright notice and this permission notice shall be included in all
1205
+ copies or substantial portions of the Software.
1206
+
1207
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1208
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1209
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1210
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1211
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1212
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1213
+ SOFTWARE.
1214
+ </pre>
1215
+ </li>
1216
+ <li class="license">
1217
+ <h3 id="MIT">MIT License</h3>
1218
+ <h4>Used by:</h4>
1219
+ <ul class="license-used-by">
1220
+ <li><a href=" https://github.com/playXE/alloca-rs ">alloca 0.4.0</a>
1221
+ </li>
1222
+ </ul>
1223
+ <pre class="license-text">MIT License
1224
+
1225
+ Copyright (c) 2021 Adel Prokurov
1226
+
1227
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1228
+ of this software and associated documentation files (the &quot;Software&quot;), to deal
1229
+ in the Software without restriction, including without limitation the rights
1230
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1231
+ copies of the Software, and to permit persons to whom the Software is
1232
+ furnished to do so, subject to the following conditions:
1233
+
1234
+ The above copyright notice and this permission notice shall be included in all
1235
+ copies or substantial portions of the Software.
1236
+
1237
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1238
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1239
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1240
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1241
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1242
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1243
+ SOFTWARE.
1244
+ </pre>
1245
+ </li>
1246
+ <li class="license">
1247
+ <h3 id="MIT">MIT License</h3>
1248
+ <h4>Used by:</h4>
1249
+ <ul class="license-used-by">
1250
+ <li><a href=" https://gitlab.com/aam-rs/aam-rs ">aam-rs 2.8.1</a>
1251
+ </li>
1252
+ </ul>
1253
+ <pre class="license-text">MIT License
1254
+
1255
+ Copyright (c) 2026 Nikita Goncharov
1256
+
1257
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1258
+ of this software and associated documentation files (the &quot;Software&quot;), to deal
1259
+ in the Software without restriction, including without limitation the rights
1260
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1261
+ copies of the Software, and to permit persons to whom the Software is
1262
+ furnished to do so, subject to the following conditions:
1263
+
1264
+ The above copyright notice and this permission notice shall be included in all
1265
+ copies or substantial portions of the Software.
1266
+
1267
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1268
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1269
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1270
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1271
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1272
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1273
+ SOFTWARE.
1274
+ </pre>
1275
+ </li>
1276
+ <li class="license">
1277
+ <h3 id="MIT">MIT License</h3>
1278
+ <h4>Used by:</h4>
1279
+ <ul class="license-used-by">
1280
+ <li><a href=" https://gitlab.com/aam-rs/aam-rs ">aam-core 2.8.1</a>
1281
+ </li>
1282
+ <li><a href=" https://gitlab.com/aam-rs/aam-rs ">aam-derive 2.8.1</a>
1283
+ </li>
1284
+ <li><a href=" https://github.com/zrzka/anes-rs ">anes 0.1.6</a>
1285
+ </li>
1286
+ <li><a href=" https://crates.io/crates/nah_core ">nah_core 0.1.2</a>
1287
+ </li>
1288
+ <li><a href=" https://crates.io/crates/nah_macros ">nah_macros 0.1.2</a>
1289
+ </li>
1290
+ <li><a href=" https://github.com/plotters-rs/plotters ">plotters-backend 0.3.7</a>
1291
+ </li>
1292
+ <li><a href=" https://github.com/plotters-rs/plotters.git ">plotters-svg 0.3.7</a>
1293
+ </li>
1294
+ <li><a href=" https://github.com/plotters-rs/plotters ">plotters 0.3.7</a>
1295
+ </li>
1296
+ <li><a href=" https://github.com/r-efi/r-efi ">r-efi 6.0.0</a>
1297
+ </li>
1298
+ <li><a href=" https://github.com/retep998/winapi-rs ">winapi-i686-pc-windows-gnu 0.4.0</a>
1299
+ </li>
1300
+ <li><a href=" https://github.com/retep998/winapi-rs ">winapi-x86_64-pc-windows-gnu 0.4.0</a>
1301
+ </li>
1302
+ <li><a href=" https://github.com/microsoft/windows-rs ">windows-link 0.2.1</a>
1303
+ </li>
1304
+ <li><a href=" https://github.com/microsoft/windows-rs ">windows-sys 0.61.2</a>
1305
+ </li>
1306
+ </ul>
1307
+ <pre class="license-text">MIT License
1308
+
1309
+ Copyright (c) &lt;year&gt; &lt;copyright holders&gt;
1310
+
1311
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
1312
+ associated documentation files (the &quot;Software&quot;), to deal in the Software without restriction, including
1313
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1314
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
1315
+ following conditions:
1316
+
1317
+ The above copyright notice and this permission notice shall be included in all copies or substantial
1318
+ portions of the Software.
1319
+
1320
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
1321
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
1322
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1323
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
1324
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
1325
+ </pre>
1326
+ </li>
1327
+ <li class="license">
1328
+ <h3 id="MIT">MIT License</h3>
1329
+ <h4>Used by:</h4>
1330
+ <ul class="license-used-by">
1331
+ <li><a href=" https://github.com/rusticstuff/simdutf8 ">simdutf8 0.1.5</a>
1332
+ </li>
1333
+ </ul>
1334
+ <pre class="license-text">MIT License
1335
+
1336
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1337
+ of this software and associated documentation files (the &quot;Software&quot;), to deal
1338
+ in the Software without restriction, including without limitation the rights
1339
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1340
+ copies of the Software, and to permit persons to whom the Software is
1341
+ furnished to do so, subject to the following conditions:
1342
+
1343
+ The above copyright notice and this permission notice shall be included in all
1344
+ copies or substantial portions of the Software.
1345
+
1346
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1347
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1348
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1349
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1350
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1351
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1352
+ SOFTWARE.</pre>
1353
+ </li>
1354
+ <li class="license">
1355
+ <h3 id="MIT">MIT License</h3>
1356
+ <h4>Used by:</h4>
1357
+ <ul class="license-used-by">
1358
+ <li><a href=" https://github.com/VoidStarKat/half-rs ">half 2.7.1</a>
1359
+ </li>
1360
+ </ul>
1361
+ <pre class="license-text">MIT License
1362
+
1363
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1364
+ of this software and associated documentation files (the &quot;Software&quot;), to deal
1365
+ in the Software without restriction, including without limitation the rights
1366
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1367
+ copies of the Software, and to permit persons to whom the Software is
1368
+ furnished to do so, subject to the following conditions:
1369
+
1370
+ The above copyright notice and this permission notice shall be included in all
1371
+ copies or substantial portions of the Software.
1372
+
1373
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1374
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1375
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1376
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1377
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1378
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1379
+ SOFTWARE.
1380
+ </pre>
1381
+ </li>
1382
+ <li class="license">
1383
+ <h3 id="MIT">MIT License</h3>
1384
+ <h4>Used by:</h4>
1385
+ <ul class="license-used-by">
1386
+ <li><a href=" https://github.com/rkyv/rkyv ">rkyv_derive 0.8.17</a>
1387
+ </li>
1388
+ <li><a href=" https://github.com/rust-lang/rustc-hash ">rustc-hash 2.1.3</a>
1389
+ </li>
1390
+ </ul>
1391
+ <pre class="license-text">Permission is hereby granted, free of charge, to any
1392
+ person obtaining a copy of this software and associated
1393
+ documentation files (the &quot;Software&quot;), to deal in the
1394
+ Software without restriction, including without
1395
+ limitation the rights to use, copy, modify, merge,
1396
+ publish, distribute, sublicense, and/or sell copies of
1397
+ the Software, and to permit persons to whom the Software
1398
+ is furnished to do so, subject to the following
1399
+ conditions:
1400
+
1401
+ The above copyright notice and this permission notice
1402
+ shall be included in all copies or substantial portions
1403
+ of the Software.
1404
+
1405
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
1406
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1407
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1408
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1409
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1410
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1411
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1412
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1413
+ DEALINGS IN THE SOFTWARE.</pre>
1414
+ </li>
1415
+ <li class="license">
1416
+ <h3 id="MIT">MIT License</h3>
1417
+ <h4>Used by:</h4>
1418
+ <ul class="license-used-by">
1419
+ <li><a href=" https://github.com/dtolnay/anyhow ">anyhow 1.0.103</a>
1420
+ </li>
613
1421
  <li><a href=" https://github.com/smol-rs/fastrand ">fastrand 2.4.1</a>
614
1422
  </li>
615
1423
  <li><a href=" https://github.com/dtolnay/itoa ">itoa 1.0.18</a>
@@ -618,27 +1426,31 @@ DEALINGS IN THE SOFTWARE.</pre>
618
1426
  </li>
619
1427
  <li><a href=" https://github.com/matklad/once_cell ">once_cell 1.21.4</a>
620
1428
  </li>
1429
+ <li><a href=" https://github.com/taiki-e/pin-project-lite ">pin-project-lite 0.2.17</a>
1430
+ </li>
1431
+ <li><a href=" https://github.com/bkchr/proc-macro-crate ">proc-macro-crate 3.5.0</a>
1432
+ </li>
621
1433
  <li><a href=" https://github.com/dtolnay/proc-macro2 ">proc-macro2 1.0.106</a>
622
1434
  </li>
623
- <li><a href=" https://github.com/dtolnay/quote ">quote 1.0.45</a>
1435
+ <li><a href=" https://github.com/dtolnay/quote ">quote 1.0.46</a>
624
1436
  </li>
625
1437
  <li><a href=" https://github.com/bytecodealliance/rustix ">rustix 1.1.4</a>
626
1438
  </li>
627
- <li><a href=" https://github.com/serde-rs/serde ">serde_core 1.0.228</a>
1439
+ <li><a href=" https://github.com/dtolnay/rustversion ">rustversion 1.0.23</a>
628
1440
  </li>
629
- <li><a href=" https://github.com/serde-rs/json ">serde_json 1.0.149</a>
1441
+ <li><a href=" https://github.com/serde-rs/serde ">serde 1.0.228</a>
630
1442
  </li>
631
- <li><a href=" https://github.com/rust-lang/rust-analyzer/tree/master/lib/smol_str ">smol_str 0.3.6</a>
1443
+ <li><a href=" https://github.com/serde-rs/serde ">serde_core 1.0.228</a>
632
1444
  </li>
633
- <li><a href=" https://github.com/dtolnay/syn ">syn 2.0.117</a>
1445
+ <li><a href=" https://github.com/serde-rs/serde ">serde_derive 1.0.228</a>
634
1446
  </li>
635
- <li><a href=" https://github.com/dtolnay/unicode-ident ">unicode-ident 1.0.24</a>
1447
+ <li><a href=" https://github.com/serde-rs/json ">serde_json 1.0.150</a>
636
1448
  </li>
637
- <li><a href=" https://github.com/bytecodealliance/wasi-rs ">wasip2 1.0.3+wasi-0.2.9</a>
1449
+ <li><a href=" https://github.com/rust-lang/rust-analyzer/tree/master/lib/smol_str ">smol_str 0.3.6</a>
638
1450
  </li>
639
- <li><a href=" https://github.com/bytecodealliance/wit-bindgen ">wit-bindgen 0.51.0</a>
1451
+ <li><a href=" https://github.com/dtolnay/syn ">syn 2.0.118</a>
640
1452
  </li>
641
- <li><a href=" https://github.com/bytecodealliance/wit-bindgen ">wit-bindgen 0.57.1</a>
1453
+ <li><a href=" https://github.com/dtolnay/unicode-ident ">unicode-ident 1.0.24</a>
642
1454
  </li>
643
1455
  <li><a href=" https://github.com/dtolnay/zmij ">zmij 1.0.21</a>
644
1456
  </li>
@@ -666,6 +1478,33 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
666
1478
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
667
1479
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
668
1480
  DEALINGS IN THE SOFTWARE.
1481
+ </pre>
1482
+ </li>
1483
+ <li class="license">
1484
+ <h3 id="MIT">MIT License</h3>
1485
+ <h4>Used by:</h4>
1486
+ <ul class="license-used-by">
1487
+ <li><a href=" https://github.com/winnow-rs/winnow ">winnow 1.0.3</a>
1488
+ </li>
1489
+ </ul>
1490
+ <pre class="license-text">Permission is hereby granted, free of charge, to any person obtaining
1491
+ a copy of this software and associated documentation files (the
1492
+ &quot;Software&quot;), to deal in the Software without restriction, including
1493
+ without limitation the rights to use, copy, modify, merge, publish,
1494
+ distribute, sublicense, and/or sell copies of the Software, and to
1495
+ permit persons to whom the Software is furnished to do so, subject to
1496
+ the following conditions:
1497
+
1498
+ The above copyright notice and this permission notice shall be
1499
+ included in all copies or substantial portions of the Software.
1500
+
1501
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND,
1502
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1503
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1504
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1505
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1506
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1507
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
669
1508
  </pre>
670
1509
  </li>
671
1510
  <li class="license">
@@ -686,7 +1525,9 @@ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRES
686
1525
  <h3 id="MIT">MIT License</h3>
687
1526
  <h4>Used by:</h4>
688
1527
  <ul class="license-used-by">
689
- <li><a href=" https://github.com/BurntSushi/memchr ">memchr 2.8.0</a>
1528
+ <li><a href=" https://github.com/BurntSushi/memchr ">memchr 2.8.3</a>
1529
+ </li>
1530
+ <li><a href=" https://github.com/BurntSushi/walkdir ">walkdir 2.5.0</a>
690
1531
  </li>
691
1532
  </ul>
692
1533
  <pre class="license-text">The MIT License (MIT)
@@ -710,6 +1551,167 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
710
1551
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
711
1552
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
712
1553
  THE SOFTWARE.
1554
+ </pre>
1555
+ </li>
1556
+ <li class="license">
1557
+ <h3 id="MIT">MIT License</h3>
1558
+ <h4>Used by:</h4>
1559
+ <ul class="license-used-by">
1560
+ <li><a href=" https://github.com/comex/rust-shlex ">shlex 2.0.1</a>
1561
+ </li>
1562
+ </ul>
1563
+ <pre class="license-text">The MIT License (MIT)
1564
+
1565
+ Copyright (c) 2015 Nicholas Allegra (comex).
1566
+
1567
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1568
+ of this software and associated documentation files (the &quot;Software&quot;), to deal
1569
+ in the Software without restriction, including without limitation the rights
1570
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1571
+ copies of the Software, and to permit persons to whom the Software is
1572
+ furnished to do so, subject to the following conditions:
1573
+
1574
+ The above copyright notice and this permission notice shall be included in
1575
+ all copies or substantial portions of the Software.
1576
+
1577
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1578
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1579
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1580
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1581
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1582
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1583
+ THE SOFTWARE.
1584
+ </pre>
1585
+ </li>
1586
+ <li class="license">
1587
+ <h3 id="MIT">MIT License</h3>
1588
+ <h4>Used by:</h4>
1589
+ <ul class="license-used-by">
1590
+ <li><a href=" https://github.com/BurntSushi/same-file ">same-file 1.0.6</a>
1591
+ </li>
1592
+ <li><a href=" https://github.com/BurntSushi/winapi-util ">winapi-util 0.1.11</a>
1593
+ </li>
1594
+ </ul>
1595
+ <pre class="license-text">The MIT License (MIT)
1596
+
1597
+ Copyright (c) 2017 Andrew Gallant
1598
+
1599
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1600
+ of this software and associated documentation files (the &quot;Software&quot;), to deal
1601
+ in the Software without restriction, including without limitation the rights
1602
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1603
+ copies of the Software, and to permit persons to whom the Software is
1604
+ furnished to do so, subject to the following conditions:
1605
+
1606
+ The above copyright notice and this permission notice shall be included in
1607
+ all copies or substantial portions of the Software.
1608
+
1609
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1610
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1611
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1612
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1613
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1614
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1615
+ THE SOFTWARE.
1616
+ </pre>
1617
+ </li>
1618
+ <li class="license">
1619
+ <h3 id="MIT">MIT License</h3>
1620
+ <h4>Used by:</h4>
1621
+ <ul class="license-used-by">
1622
+ <li><a href=" https://hg.sr.ht/~icefox/oorandom ">oorandom 11.1.5</a>
1623
+ </li>
1624
+ </ul>
1625
+ <pre class="license-text">The MIT License (MIT)
1626
+
1627
+ Copyright (c) 2019 Simon Heath
1628
+
1629
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1630
+ of this software and associated documentation files (the &quot;Software&quot;), to deal
1631
+ in the Software without restriction, including without limitation the rights
1632
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1633
+ copies of the Software, and to permit persons to whom the Software is
1634
+ furnished to do so, subject to the following conditions:
1635
+
1636
+ The above copyright notice and this permission notice shall be included in all
1637
+ copies or substantial portions of the Software.
1638
+
1639
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1640
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1641
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1642
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1643
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1644
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1645
+ SOFTWARE.</pre>
1646
+ </li>
1647
+ <li class="license">
1648
+ <h3 id="MIT">MIT License</h3>
1649
+ <h4>Used by:</h4>
1650
+ <ul class="license-used-by">
1651
+ <li><a href=" https://github.com/crossbeam-rs/crossbeam ">crossbeam-deque 0.8.7</a>
1652
+ </li>
1653
+ <li><a href=" https://github.com/crossbeam-rs/crossbeam ">crossbeam-epoch 0.9.20</a>
1654
+ </li>
1655
+ <li><a href=" https://github.com/crossbeam-rs/crossbeam ">crossbeam-utils 0.8.22</a>
1656
+ </li>
1657
+ </ul>
1658
+ <pre class="license-text">The MIT License (MIT)
1659
+
1660
+ Copyright (c) 2019 The Crossbeam Project Developers
1661
+
1662
+ Permission is hereby granted, free of charge, to any
1663
+ person obtaining a copy of this software and associated
1664
+ documentation files (the &quot;Software&quot;), to deal in the
1665
+ Software without restriction, including without
1666
+ limitation the rights to use, copy, modify, merge,
1667
+ publish, distribute, sublicense, and/or sell copies of
1668
+ the Software, and to permit persons to whom the Software
1669
+ is furnished to do so, subject to the following
1670
+ conditions:
1671
+
1672
+ The above copyright notice and this permission notice
1673
+ shall be included in all copies or substantial portions
1674
+ of the Software.
1675
+
1676
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
1677
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1678
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1679
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1680
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1681
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1682
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1683
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1684
+ DEALINGS IN THE SOFTWARE.
1685
+ </pre>
1686
+ </li>
1687
+ <li class="license">
1688
+ <h3 id="MIT">MIT License</h3>
1689
+ <h4>Used by:</h4>
1690
+ <ul class="license-used-by">
1691
+ <li><a href=" https://github.com/eira-fransham/crunchy ">crunchy 0.2.4</a>
1692
+ </li>
1693
+ </ul>
1694
+ <pre class="license-text">The MIT License (MIT)
1695
+
1696
+ Copyright 2017-2023 Eira Fransham.
1697
+
1698
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1699
+ of this software and associated documentation files (the &quot;Software&quot;), to deal
1700
+ in the Software without restriction, including without limitation the rights
1701
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1702
+ copies of the Software, and to permit persons to whom the Software is
1703
+ furnished to do so, subject to the following conditions:
1704
+
1705
+ The above copyright notice and this permission notice shall be included in all
1706
+ copies or substantial portions of the Software.
1707
+
1708
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1709
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1710
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1711
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1712
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1713
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1714
+ SOFTWARE.
713
1715
  </pre>
714
1716
  </li>
715
1717
  <li class="license">