aam-ruby 2.6.0 → 2.7.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.
- checksums.yaml +4 -4
- data/CREDITS.html +780 -18
- data/lib/aam_ruby.so +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d77213550bde5965923e2d42a00b876e6b0710540eb1929cc2d472b5633c2af
|
|
4
|
+
data.tar.gz: 5332fcc7aad5ea73654075feb077febac194b195b766f7d00ebb80c89ce6c692
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b4e65fb7d6c4201a6ab95819b0b2ab39ef3f478750df17a70277001e6e57de7db02dfc819e04dca1aff4a29f988d248e639d132fb80226434f7872af96876b0
|
|
7
|
+
data.tar.gz: 24c3874024048ff10318ea1c7e540eb064b472509452e124c3e5cf0a7caacf181a3d09293f0bfc6cc84465ac98c016ab14fce31fba6efe0350e62e870c4f9be7
|
data/CREDITS.html
CHANGED
|
@@ -50,19 +50,282 @@
|
|
|
50
50
|
|
|
51
51
|
<h2>Overview of licenses:</h2>
|
|
52
52
|
<ul class="licenses-overview">
|
|
53
|
-
<li><a href="#MIT">MIT License</a> (
|
|
53
|
+
<li><a href="#MIT">MIT License</a> (89)</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
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
81
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
82
|
+
|
|
83
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
84
|
+
the copyright owner that is granting the License.
|
|
85
|
+
|
|
86
|
+
"Legal Entity" 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
|
+
"control" 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
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
95
|
+
exercising permissions granted by this License.
|
|
96
|
+
|
|
97
|
+
"Source" 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
|
+
"Object" 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
|
+
"Work" 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
|
+
"Derivative Works" 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
|
+
"Contribution" 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, "submitted"
|
|
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 "Not a Contribution."
|
|
132
|
+
|
|
133
|
+
"Contributor" 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 "NOTICE" 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 "AS IS" 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 "[]"
|
|
253
|
+
replaced with your own identifying information. (Don'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 "printed page" 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 "License");
|
|
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 "AS IS" 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>
|
|
275
|
+
<li class="license">
|
|
276
|
+
<h3 id="MIT">MIT License</h3>
|
|
277
|
+
<h4>Used by:</h4>
|
|
278
|
+
<ul class="license-used-by">
|
|
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>
|
|
282
|
+
</li>
|
|
283
|
+
</ul>
|
|
284
|
+
<pre class="license-text">Copyright (c) 2010 The Rust Project Developers
|
|
285
|
+
|
|
286
|
+
Permission is hereby granted, free of charge, to any
|
|
287
|
+
person obtaining a copy of this software and associated
|
|
288
|
+
documentation files (the "Software"), to deal in the
|
|
289
|
+
Software without restriction, including without
|
|
290
|
+
limitation the rights to use, copy, modify, merge,
|
|
291
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
292
|
+
the Software, and to permit persons to whom the Software
|
|
293
|
+
is furnished to do so, subject to the following
|
|
294
|
+
conditions:
|
|
295
|
+
|
|
296
|
+
The above copyright notice and this permission notice
|
|
297
|
+
shall be included in all copies or substantial portions
|
|
298
|
+
of the Software.
|
|
299
|
+
|
|
300
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
301
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
302
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
303
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
304
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
305
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
306
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
307
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
308
|
+
DEALINGS IN THE SOFTWARE.
|
|
309
|
+
</pre>
|
|
310
|
+
</li>
|
|
60
311
|
<li class="license">
|
|
61
312
|
<h3 id="MIT">MIT License</h3>
|
|
62
313
|
<h4>Used by:</h4>
|
|
63
314
|
<ul class="license-used-by">
|
|
64
315
|
<li><a href=" https://github.com/rust-lang/cfg-if ">cfg-if 1.0.4</a>
|
|
65
316
|
</li>
|
|
317
|
+
<li><a href=" https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/js-sys ">js-sys 0.3.102</a>
|
|
318
|
+
</li>
|
|
319
|
+
<li><a href=" https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro-support ">wasm-bindgen-macro-support 0.2.125</a>
|
|
320
|
+
</li>
|
|
321
|
+
<li><a href=" https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro ">wasm-bindgen-macro 0.2.125</a>
|
|
322
|
+
</li>
|
|
323
|
+
<li><a href=" https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/shared ">wasm-bindgen-shared 0.2.125</a>
|
|
324
|
+
</li>
|
|
325
|
+
<li><a href=" https://github.com/wasm-bindgen/wasm-bindgen ">wasm-bindgen 0.2.125</a>
|
|
326
|
+
</li>
|
|
327
|
+
<li><a href=" https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/web-sys ">web-sys 0.3.102</a>
|
|
328
|
+
</li>
|
|
66
329
|
</ul>
|
|
67
330
|
<pre class="license-text">Copyright (c) 2014 Alex Crichton
|
|
68
331
|
|
|
@@ -129,7 +392,51 @@ DEALINGS IN THE SOFTWARE.
|
|
|
129
392
|
<h3 id="MIT">MIT License</h3>
|
|
130
393
|
<h4>Used by:</h4>
|
|
131
394
|
<ul class="license-used-by">
|
|
132
|
-
<li><a href=" https://github.com/
|
|
395
|
+
<li><a href=" https://github.com/bheisler/criterion.rs ">criterion-plot 0.5.0</a>
|
|
396
|
+
</li>
|
|
397
|
+
<li><a href=" https://github.com/bheisler/criterion.rs ">criterion 0.5.1</a>
|
|
398
|
+
</li>
|
|
399
|
+
</ul>
|
|
400
|
+
<pre class="license-text">Copyright (c) 2014 Jorge Aparicio
|
|
401
|
+
|
|
402
|
+
Permission is hereby granted, free of charge, to any
|
|
403
|
+
person obtaining a copy of this software and associated
|
|
404
|
+
documentation files (the "Software"), to deal in the
|
|
405
|
+
Software without restriction, including without
|
|
406
|
+
limitation the rights to use, copy, modify, merge,
|
|
407
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
408
|
+
the Software, and to permit persons to whom the Software
|
|
409
|
+
is furnished to do so, subject to the following
|
|
410
|
+
conditions:
|
|
411
|
+
|
|
412
|
+
The above copyright notice and this permission notice
|
|
413
|
+
shall be included in all copies or substantial portions
|
|
414
|
+
of the Software.
|
|
415
|
+
|
|
416
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
417
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
418
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
419
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
420
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
421
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
422
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
423
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
424
|
+
DEALINGS IN THE SOFTWARE.
|
|
425
|
+
</pre>
|
|
426
|
+
</li>
|
|
427
|
+
<li class="license">
|
|
428
|
+
<h3 id="MIT">MIT License</h3>
|
|
429
|
+
<h4>Used by:</h4>
|
|
430
|
+
<ul class="license-used-by">
|
|
431
|
+
<li><a href=" https://github.com/bitflags/bitflags ">bitflags 2.13.0</a>
|
|
432
|
+
</li>
|
|
433
|
+
<li><a href=" https://github.com/rust-num/num-traits ">num-traits 0.2.19</a>
|
|
434
|
+
</li>
|
|
435
|
+
<li><a href=" https://github.com/rust-lang/regex ">regex-automata 0.4.14</a>
|
|
436
|
+
</li>
|
|
437
|
+
<li><a href=" https://github.com/rust-lang/regex ">regex-syntax 0.8.11</a>
|
|
438
|
+
</li>
|
|
439
|
+
<li><a href=" https://github.com/rust-lang/regex ">regex 1.12.4</a>
|
|
133
440
|
</li>
|
|
134
441
|
</ul>
|
|
135
442
|
<pre class="license-text">Copyright (c) 2014 The Rust Project Developers
|
|
@@ -148,6 +455,76 @@ The above copyright notice and this permission notice
|
|
|
148
455
|
shall be included in all copies or substantial portions
|
|
149
456
|
of the Software.
|
|
150
457
|
|
|
458
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
459
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
460
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
461
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
462
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
463
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
464
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
465
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
466
|
+
DEALINGS IN THE SOFTWARE.
|
|
467
|
+
</pre>
|
|
468
|
+
</li>
|
|
469
|
+
<li class="license">
|
|
470
|
+
<h3 id="MIT">MIT License</h3>
|
|
471
|
+
<h4>Used by:</h4>
|
|
472
|
+
<ul class="license-used-by">
|
|
473
|
+
<li><a href=" https://github.com/japaric/cast.rs ">cast 0.3.0</a>
|
|
474
|
+
</li>
|
|
475
|
+
</ul>
|
|
476
|
+
<pre class="license-text">Copyright (c) 2014-2017 Jorge Aparicio
|
|
477
|
+
|
|
478
|
+
Permission is hereby granted, free of charge, to any
|
|
479
|
+
person obtaining a copy of this software and associated
|
|
480
|
+
documentation files (the "Software"), to deal in the
|
|
481
|
+
Software without restriction, including without
|
|
482
|
+
limitation the rights to use, copy, modify, merge,
|
|
483
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
484
|
+
the Software, and to permit persons to whom the Software
|
|
485
|
+
is furnished to do so, subject to the following
|
|
486
|
+
conditions:
|
|
487
|
+
|
|
488
|
+
The above copyright notice and this permission notice
|
|
489
|
+
shall be included in all copies or substantial portions
|
|
490
|
+
of the Software.
|
|
491
|
+
|
|
492
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
493
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
494
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
495
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
496
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
497
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
498
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
499
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
500
|
+
DEALINGS IN THE SOFTWARE.
|
|
501
|
+
</pre>
|
|
502
|
+
</li>
|
|
503
|
+
<li class="license">
|
|
504
|
+
<h3 id="MIT">MIT License</h3>
|
|
505
|
+
<h4>Used by:</h4>
|
|
506
|
+
<ul class="license-used-by">
|
|
507
|
+
<li><a href=" https://github.com/rayon-rs/either ">either 1.16.0</a>
|
|
508
|
+
</li>
|
|
509
|
+
<li><a href=" https://github.com/rust-itertools/itertools ">itertools 0.10.5</a>
|
|
510
|
+
</li>
|
|
511
|
+
</ul>
|
|
512
|
+
<pre class="license-text">Copyright (c) 2015
|
|
513
|
+
|
|
514
|
+
Permission is hereby granted, free of charge, to any
|
|
515
|
+
person obtaining a copy of this software and associated
|
|
516
|
+
documentation files (the "Software"), to deal in the
|
|
517
|
+
Software without restriction, including without
|
|
518
|
+
limitation the rights to use, copy, modify, merge,
|
|
519
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
520
|
+
the Software, and to permit persons to whom the Software
|
|
521
|
+
is furnished to do so, subject to the following
|
|
522
|
+
conditions:
|
|
523
|
+
|
|
524
|
+
The above copyright notice and this permission notice
|
|
525
|
+
shall be included in all copies or substantial portions
|
|
526
|
+
of the Software.
|
|
527
|
+
|
|
151
528
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
152
529
|
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
153
530
|
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
@@ -182,6 +559,45 @@ The above copyright notice and this permission notice
|
|
|
182
559
|
shall be included in all copies or substantial portions
|
|
183
560
|
of the Software.
|
|
184
561
|
|
|
562
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
563
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
564
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
565
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
566
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
567
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
568
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
569
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
570
|
+
DEALINGS IN THE SOFTWARE.
|
|
571
|
+
</pre>
|
|
572
|
+
</li>
|
|
573
|
+
<li class="license">
|
|
574
|
+
<h3 id="MIT">MIT License</h3>
|
|
575
|
+
<h4>Used by:</h4>
|
|
576
|
+
<ul class="license-used-by">
|
|
577
|
+
<li><a href=" https://github.com/rust-lang/futures-rs ">futures-core 0.3.32</a>
|
|
578
|
+
</li>
|
|
579
|
+
<li><a href=" https://github.com/rust-lang/futures-rs ">futures-task 0.3.32</a>
|
|
580
|
+
</li>
|
|
581
|
+
<li><a href=" https://github.com/rust-lang/futures-rs ">futures-util 0.3.32</a>
|
|
582
|
+
</li>
|
|
583
|
+
</ul>
|
|
584
|
+
<pre class="license-text">Copyright (c) 2016 Alex Crichton
|
|
585
|
+
Copyright (c) 2017 The Tokio Authors
|
|
586
|
+
|
|
587
|
+
Permission is hereby granted, free of charge, to any
|
|
588
|
+
person obtaining a copy of this software and associated
|
|
589
|
+
documentation files (the "Software"), to deal in the
|
|
590
|
+
Software without restriction, including without
|
|
591
|
+
limitation the rights to use, copy, modify, merge,
|
|
592
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
593
|
+
the Software, and to permit persons to whom the Software
|
|
594
|
+
is furnished to do so, subject to the following
|
|
595
|
+
conditions:
|
|
596
|
+
|
|
597
|
+
The above copyright notice and this permission notice
|
|
598
|
+
shall be included in all copies or substantial portions
|
|
599
|
+
of the Software.
|
|
600
|
+
|
|
185
601
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
186
602
|
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
187
603
|
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
@@ -231,7 +647,41 @@ DEALINGS IN THE SOFTWARE.
|
|
|
231
647
|
<h3 id="MIT">MIT License</h3>
|
|
232
648
|
<h4>Used by:</h4>
|
|
233
649
|
<ul class="license-used-by">
|
|
234
|
-
<li><a href=" https://github.com/
|
|
650
|
+
<li><a href=" https://github.com/cuviper/autocfg ">autocfg 1.5.1</a>
|
|
651
|
+
</li>
|
|
652
|
+
</ul>
|
|
653
|
+
<pre class="license-text">Copyright (c) 2018 Josh Stone
|
|
654
|
+
|
|
655
|
+
Permission is hereby granted, free of charge, to any
|
|
656
|
+
person obtaining a copy of this software and associated
|
|
657
|
+
documentation files (the "Software"), to deal in the
|
|
658
|
+
Software without restriction, including without
|
|
659
|
+
limitation the rights to use, copy, modify, merge,
|
|
660
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
661
|
+
the Software, and to permit persons to whom the Software
|
|
662
|
+
is furnished to do so, subject to the following
|
|
663
|
+
conditions:
|
|
664
|
+
|
|
665
|
+
The above copyright notice and this permission notice
|
|
666
|
+
shall be included in all copies or substantial portions
|
|
667
|
+
of the Software.
|
|
668
|
+
|
|
669
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
670
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
671
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
672
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
673
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
674
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
675
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
676
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
677
|
+
DEALINGS IN THE SOFTWARE.
|
|
678
|
+
</pre>
|
|
679
|
+
</li>
|
|
680
|
+
<li class="license">
|
|
681
|
+
<h3 id="MIT">MIT License</h3>
|
|
682
|
+
<h4>Used by:</h4>
|
|
683
|
+
<ul class="license-used-by">
|
|
684
|
+
<li><a href=" https://github.com/rust-random/getrandom ">getrandom 0.4.3</a>
|
|
235
685
|
</li>
|
|
236
686
|
</ul>
|
|
237
687
|
<pre class="license-text">Copyright (c) 2018-2026 The rust-random Project Developers
|
|
@@ -266,7 +716,75 @@ DEALINGS IN THE SOFTWARE.
|
|
|
266
716
|
<h3 id="MIT">MIT License</h3>
|
|
267
717
|
<h4>Used by:</h4>
|
|
268
718
|
<ul class="license-used-by">
|
|
269
|
-
<li><a href=" https://github.com/
|
|
719
|
+
<li><a href=" https://github.com/bheisler/TinyTemplate ">tinytemplate 1.2.1</a>
|
|
720
|
+
</li>
|
|
721
|
+
</ul>
|
|
722
|
+
<pre class="license-text">Copyright (c) 2019 Brook Heisler
|
|
723
|
+
|
|
724
|
+
Permission is hereby granted, free of charge, to any
|
|
725
|
+
person obtaining a copy of this software and associated
|
|
726
|
+
documentation files (the "Software"), to deal in the
|
|
727
|
+
Software without restriction, including without
|
|
728
|
+
limitation the rights to use, copy, modify, merge,
|
|
729
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
730
|
+
the Software, and to permit persons to whom the Software
|
|
731
|
+
is furnished to do so, subject to the following
|
|
732
|
+
conditions:
|
|
733
|
+
|
|
734
|
+
The above copyright notice and this permission notice
|
|
735
|
+
shall be included in all copies or substantial portions
|
|
736
|
+
of the Software.
|
|
737
|
+
|
|
738
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
739
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
740
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
741
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
742
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
743
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
744
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
745
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
746
|
+
DEALINGS IN THE SOFTWARE.
|
|
747
|
+
</pre>
|
|
748
|
+
</li>
|
|
749
|
+
<li class="license">
|
|
750
|
+
<h3 id="MIT">MIT License</h3>
|
|
751
|
+
<h4>Used by:</h4>
|
|
752
|
+
<ul class="license-used-by">
|
|
753
|
+
<li><a href=" https://github.com/tokio-rs/slab ">slab 0.4.12</a>
|
|
754
|
+
</li>
|
|
755
|
+
</ul>
|
|
756
|
+
<pre class="license-text">Copyright (c) 2019 Carl Lerche
|
|
757
|
+
|
|
758
|
+
Permission is hereby granted, free of charge, to any
|
|
759
|
+
person obtaining a copy of this software and associated
|
|
760
|
+
documentation files (the "Software"), to deal in the
|
|
761
|
+
Software without restriction, including without
|
|
762
|
+
limitation the rights to use, copy, modify, merge,
|
|
763
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
764
|
+
the Software, and to permit persons to whom the Software
|
|
765
|
+
is furnished to do so, subject to the following
|
|
766
|
+
conditions:
|
|
767
|
+
|
|
768
|
+
The above copyright notice and this permission notice
|
|
769
|
+
shall be included in all copies or substantial portions
|
|
770
|
+
of the Software.
|
|
771
|
+
|
|
772
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
773
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
774
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
775
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
776
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
777
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
778
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
779
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
780
|
+
DEALINGS IN THE SOFTWARE.
|
|
781
|
+
</pre>
|
|
782
|
+
</li>
|
|
783
|
+
<li class="license">
|
|
784
|
+
<h3 id="MIT">MIT License</h3>
|
|
785
|
+
<h4>Used by:</h4>
|
|
786
|
+
<ul class="license-used-by">
|
|
787
|
+
<li><a href=" https://github.com/fitzgen/bumpalo ">bumpalo 3.20.3</a>
|
|
270
788
|
</li>
|
|
271
789
|
</ul>
|
|
272
790
|
<pre class="license-text">Copyright (c) 2019 Nick Fitzgerald
|
|
@@ -300,7 +818,7 @@ DEALINGS IN THE SOFTWARE.
|
|
|
300
818
|
<h3 id="MIT">MIT License</h3>
|
|
301
819
|
<h4>Used by:</h4>
|
|
302
820
|
<ul class="license-used-by">
|
|
303
|
-
<li><a href=" https://github.com/RazrFalcon/memmap2-rs ">memmap2 0.9.
|
|
821
|
+
<li><a href=" https://github.com/RazrFalcon/memmap2-rs ">memmap2 0.9.11</a>
|
|
304
822
|
</li>
|
|
305
823
|
</ul>
|
|
306
824
|
<pre class="license-text">Copyright (c) 2020 Yevhenii Reizner
|
|
@@ -329,6 +847,40 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
329
847
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
330
848
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
331
849
|
DEALINGS IN THE SOFTWARE.
|
|
850
|
+
</pre>
|
|
851
|
+
</li>
|
|
852
|
+
<li class="license">
|
|
853
|
+
<h3 id="MIT">MIT License</h3>
|
|
854
|
+
<h4>Used by:</h4>
|
|
855
|
+
<ul class="license-used-by">
|
|
856
|
+
<li><a href=" https://github.com/rust-cli/anstyle.git ">anstyle 1.0.14</a>
|
|
857
|
+
</li>
|
|
858
|
+
<li><a href=" https://github.com/clap-rs/clap ">clap 4.6.1</a>
|
|
859
|
+
</li>
|
|
860
|
+
<li><a href=" https://github.com/clap-rs/clap ">clap_builder 4.6.0</a>
|
|
861
|
+
</li>
|
|
862
|
+
<li><a href=" https://github.com/clap-rs/clap ">clap_lex 1.1.0</a>
|
|
863
|
+
</li>
|
|
864
|
+
</ul>
|
|
865
|
+
<pre class="license-text">Copyright (c) Individual contributors
|
|
866
|
+
|
|
867
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
868
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
869
|
+
in the Software without restriction, including without limitation the rights
|
|
870
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
871
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
872
|
+
furnished to do so, subject to the following conditions:
|
|
873
|
+
|
|
874
|
+
The above copyright notice and this permission notice shall be included in all
|
|
875
|
+
copies or substantial portions of the Software.
|
|
876
|
+
|
|
877
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
878
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
879
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
880
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
881
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
882
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
883
|
+
SOFTWARE.
|
|
332
884
|
</pre>
|
|
333
885
|
</li>
|
|
334
886
|
<li class="license">
|
|
@@ -433,6 +985,43 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
|
433
985
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
434
986
|
|
|
435
987
|
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.
|
|
988
|
+
</pre>
|
|
989
|
+
</li>
|
|
990
|
+
<li class="license">
|
|
991
|
+
<h3 id="MIT">MIT License</h3>
|
|
992
|
+
<h4>Used by:</h4>
|
|
993
|
+
<ul class="license-used-by">
|
|
994
|
+
<li><a href=" https://github.com/google/zerocopy ">zerocopy-derive 0.8.52</a>
|
|
995
|
+
</li>
|
|
996
|
+
<li><a href=" https://github.com/google/zerocopy ">zerocopy 0.8.52</a>
|
|
997
|
+
</li>
|
|
998
|
+
</ul>
|
|
999
|
+
<pre class="license-text">Copyright 2023 The Fuchsia Authors
|
|
1000
|
+
|
|
1001
|
+
Permission is hereby granted, free of charge, to any
|
|
1002
|
+
person obtaining a copy of this software and associated
|
|
1003
|
+
documentation files (the "Software"), to deal in the
|
|
1004
|
+
Software without restriction, including without
|
|
1005
|
+
limitation the rights to use, copy, modify, merge,
|
|
1006
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1007
|
+
the Software, and to permit persons to whom the Software
|
|
1008
|
+
is furnished to do so, subject to the following
|
|
1009
|
+
conditions:
|
|
1010
|
+
|
|
1011
|
+
The above copyright notice and this permission notice
|
|
1012
|
+
shall be included in all copies or substantial portions
|
|
1013
|
+
of the Software.
|
|
1014
|
+
|
|
1015
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1016
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1017
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1018
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1019
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1020
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1021
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1022
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1023
|
+
DEALINGS IN THE SOFTWARE.
|
|
1024
|
+
|
|
436
1025
|
</pre>
|
|
437
1026
|
</li>
|
|
438
1027
|
<li class="license">
|
|
@@ -487,7 +1076,7 @@ SOFTWARE.
|
|
|
487
1076
|
<h3 id="MIT">MIT License</h3>
|
|
488
1077
|
<h4>Used by:</h4>
|
|
489
1078
|
<ul class="license-used-by">
|
|
490
|
-
<li><a href=" https://gitlab.com/aam-rs/aam-rs ">aam-rs 2.
|
|
1079
|
+
<li><a href=" https://gitlab.com/aam-rs/aam-rs ">aam-rs 2.7.1</a>
|
|
491
1080
|
</li>
|
|
492
1081
|
</ul>
|
|
493
1082
|
<pre class="license-text">MIT License
|
|
@@ -517,9 +1106,15 @@ SOFTWARE.
|
|
|
517
1106
|
<h3 id="MIT">MIT License</h3>
|
|
518
1107
|
<h4>Used by:</h4>
|
|
519
1108
|
<ul class="license-used-by">
|
|
520
|
-
<li><a href=" https://github.com/
|
|
1109
|
+
<li><a href=" https://github.com/zrzka/anes-rs ">anes 0.1.6</a>
|
|
521
1110
|
</li>
|
|
522
|
-
<li><a href=" https://github.com/
|
|
1111
|
+
<li><a href=" https://github.com/plotters-rs/plotters ">plotters-backend 0.3.7</a>
|
|
1112
|
+
</li>
|
|
1113
|
+
<li><a href=" https://github.com/plotters-rs/plotters.git ">plotters-svg 0.3.7</a>
|
|
1114
|
+
</li>
|
|
1115
|
+
<li><a href=" https://github.com/plotters-rs/plotters ">plotters 0.3.7</a>
|
|
1116
|
+
</li>
|
|
1117
|
+
<li><a href=" https://github.com/r-efi/r-efi ">r-efi 6.0.0</a>
|
|
523
1118
|
</li>
|
|
524
1119
|
<li><a href=" https://github.com/microsoft/windows-rs ">windows-link 0.2.1</a>
|
|
525
1120
|
</li>
|
|
@@ -572,6 +1167,34 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
572
1167
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
573
1168
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
574
1169
|
SOFTWARE.</pre>
|
|
1170
|
+
</li>
|
|
1171
|
+
<li class="license">
|
|
1172
|
+
<h3 id="MIT">MIT License</h3>
|
|
1173
|
+
<h4>Used by:</h4>
|
|
1174
|
+
<ul class="license-used-by">
|
|
1175
|
+
<li><a href=" https://github.com/VoidStarKat/half-rs ">half 2.7.1</a>
|
|
1176
|
+
</li>
|
|
1177
|
+
</ul>
|
|
1178
|
+
<pre class="license-text">MIT License
|
|
1179
|
+
|
|
1180
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1181
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1182
|
+
in the Software without restriction, including without limitation the rights
|
|
1183
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1184
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1185
|
+
furnished to do so, subject to the following conditions:
|
|
1186
|
+
|
|
1187
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1188
|
+
copies or substantial portions of the Software.
|
|
1189
|
+
|
|
1190
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1191
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1192
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1193
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1194
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1195
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1196
|
+
SOFTWARE.
|
|
1197
|
+
</pre>
|
|
575
1198
|
</li>
|
|
576
1199
|
<li class="license">
|
|
577
1200
|
<h3 id="MIT">MIT License</h3>
|
|
@@ -612,33 +1235,39 @@ DEALINGS IN THE SOFTWARE.</pre>
|
|
|
612
1235
|
<ul class="license-used-by">
|
|
613
1236
|
<li><a href=" https://github.com/smol-rs/fastrand ">fastrand 2.4.1</a>
|
|
614
1237
|
</li>
|
|
1238
|
+
<li><a href=" https://github.com/hermit-os/hermit-rs ">hermit-abi 0.5.2</a>
|
|
1239
|
+
</li>
|
|
1240
|
+
<li><a href=" https://github.com/sunfishcode/is-terminal ">is-terminal 0.4.17</a>
|
|
1241
|
+
</li>
|
|
615
1242
|
<li><a href=" https://github.com/dtolnay/itoa ">itoa 1.0.18</a>
|
|
616
1243
|
</li>
|
|
617
1244
|
<li><a href=" https://github.com/sunfishcode/linux-raw-sys ">linux-raw-sys 0.12.1</a>
|
|
618
1245
|
</li>
|
|
619
1246
|
<li><a href=" https://github.com/matklad/once_cell ">once_cell 1.21.4</a>
|
|
620
1247
|
</li>
|
|
1248
|
+
<li><a href=" https://github.com/taiki-e/pin-project-lite ">pin-project-lite 0.2.17</a>
|
|
1249
|
+
</li>
|
|
621
1250
|
<li><a href=" https://github.com/dtolnay/proc-macro2 ">proc-macro2 1.0.106</a>
|
|
622
1251
|
</li>
|
|
623
|
-
<li><a href=" https://github.com/dtolnay/quote ">quote 1.0.
|
|
1252
|
+
<li><a href=" https://github.com/dtolnay/quote ">quote 1.0.46</a>
|
|
624
1253
|
</li>
|
|
625
1254
|
<li><a href=" https://github.com/bytecodealliance/rustix ">rustix 1.1.4</a>
|
|
626
1255
|
</li>
|
|
627
|
-
<li><a href=" https://github.com/
|
|
1256
|
+
<li><a href=" https://github.com/dtolnay/rustversion ">rustversion 1.0.22</a>
|
|
628
1257
|
</li>
|
|
629
|
-
<li><a href=" https://github.com/serde-rs/
|
|
1258
|
+
<li><a href=" https://github.com/serde-rs/serde ">serde 1.0.228</a>
|
|
630
1259
|
</li>
|
|
631
|
-
<li><a href=" https://github.com/
|
|
1260
|
+
<li><a href=" https://github.com/serde-rs/serde ">serde_core 1.0.228</a>
|
|
632
1261
|
</li>
|
|
633
|
-
<li><a href=" https://github.com/
|
|
1262
|
+
<li><a href=" https://github.com/serde-rs/serde ">serde_derive 1.0.228</a>
|
|
634
1263
|
</li>
|
|
635
|
-
<li><a href=" https://github.com/
|
|
1264
|
+
<li><a href=" https://github.com/serde-rs/json ">serde_json 1.0.150</a>
|
|
636
1265
|
</li>
|
|
637
|
-
<li><a href=" https://github.com/
|
|
1266
|
+
<li><a href=" https://github.com/rust-lang/rust-analyzer/tree/master/lib/smol_str ">smol_str 0.3.6</a>
|
|
638
1267
|
</li>
|
|
639
|
-
<li><a href=" https://github.com/
|
|
1268
|
+
<li><a href=" https://github.com/dtolnay/syn ">syn 2.0.118</a>
|
|
640
1269
|
</li>
|
|
641
|
-
<li><a href=" https://github.com/
|
|
1270
|
+
<li><a href=" https://github.com/dtolnay/unicode-ident ">unicode-ident 1.0.24</a>
|
|
642
1271
|
</li>
|
|
643
1272
|
<li><a href=" https://github.com/dtolnay/zmij ">zmij 1.0.21</a>
|
|
644
1273
|
</li>
|
|
@@ -686,7 +1315,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRES
|
|
|
686
1315
|
<h3 id="MIT">MIT License</h3>
|
|
687
1316
|
<h4>Used by:</h4>
|
|
688
1317
|
<ul class="license-used-by">
|
|
689
|
-
<li><a href=" https://github.com/BurntSushi/memchr ">memchr 2.8.
|
|
1318
|
+
<li><a href=" https://github.com/BurntSushi/memchr ">memchr 2.8.2</a>
|
|
1319
|
+
</li>
|
|
1320
|
+
<li><a href=" https://github.com/BurntSushi/walkdir ">walkdir 2.5.0</a>
|
|
690
1321
|
</li>
|
|
691
1322
|
</ul>
|
|
692
1323
|
<pre class="license-text">The MIT License (MIT)
|
|
@@ -710,6 +1341,137 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
710
1341
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
711
1342
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
712
1343
|
THE SOFTWARE.
|
|
1344
|
+
</pre>
|
|
1345
|
+
</li>
|
|
1346
|
+
<li class="license">
|
|
1347
|
+
<h3 id="MIT">MIT License</h3>
|
|
1348
|
+
<h4>Used by:</h4>
|
|
1349
|
+
<ul class="license-used-by">
|
|
1350
|
+
<li><a href=" https://github.com/BurntSushi/same-file ">same-file 1.0.6</a>
|
|
1351
|
+
</li>
|
|
1352
|
+
<li><a href=" https://github.com/BurntSushi/winapi-util ">winapi-util 0.1.11</a>
|
|
1353
|
+
</li>
|
|
1354
|
+
</ul>
|
|
1355
|
+
<pre class="license-text">The MIT License (MIT)
|
|
1356
|
+
|
|
1357
|
+
Copyright (c) 2017 Andrew Gallant
|
|
1358
|
+
|
|
1359
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1360
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1361
|
+
in the Software without restriction, including without limitation the rights
|
|
1362
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1363
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1364
|
+
furnished to do so, subject to the following conditions:
|
|
1365
|
+
|
|
1366
|
+
The above copyright notice and this permission notice shall be included in
|
|
1367
|
+
all copies or substantial portions of the Software.
|
|
1368
|
+
|
|
1369
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1370
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1371
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1372
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1373
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1374
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1375
|
+
THE SOFTWARE.
|
|
1376
|
+
</pre>
|
|
1377
|
+
</li>
|
|
1378
|
+
<li class="license">
|
|
1379
|
+
<h3 id="MIT">MIT License</h3>
|
|
1380
|
+
<h4>Used by:</h4>
|
|
1381
|
+
<ul class="license-used-by">
|
|
1382
|
+
<li><a href=" https://hg.sr.ht/~icefox/oorandom ">oorandom 11.1.5</a>
|
|
1383
|
+
</li>
|
|
1384
|
+
</ul>
|
|
1385
|
+
<pre class="license-text">The MIT License (MIT)
|
|
1386
|
+
|
|
1387
|
+
Copyright (c) 2019 Simon Heath
|
|
1388
|
+
|
|
1389
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1390
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1391
|
+
in the Software without restriction, including without limitation the rights
|
|
1392
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1393
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1394
|
+
furnished to do so, subject to the following conditions:
|
|
1395
|
+
|
|
1396
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1397
|
+
copies or substantial portions of the Software.
|
|
1398
|
+
|
|
1399
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1400
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1401
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1402
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1403
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1404
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1405
|
+
SOFTWARE.</pre>
|
|
1406
|
+
</li>
|
|
1407
|
+
<li class="license">
|
|
1408
|
+
<h3 id="MIT">MIT License</h3>
|
|
1409
|
+
<h4>Used by:</h4>
|
|
1410
|
+
<ul class="license-used-by">
|
|
1411
|
+
<li><a href=" https://github.com/crossbeam-rs/crossbeam ">crossbeam-deque 0.8.6</a>
|
|
1412
|
+
</li>
|
|
1413
|
+
<li><a href=" https://github.com/crossbeam-rs/crossbeam ">crossbeam-epoch 0.9.18</a>
|
|
1414
|
+
</li>
|
|
1415
|
+
<li><a href=" https://github.com/crossbeam-rs/crossbeam ">crossbeam-utils 0.8.21</a>
|
|
1416
|
+
</li>
|
|
1417
|
+
</ul>
|
|
1418
|
+
<pre class="license-text">The MIT License (MIT)
|
|
1419
|
+
|
|
1420
|
+
Copyright (c) 2019 The Crossbeam Project Developers
|
|
1421
|
+
|
|
1422
|
+
Permission is hereby granted, free of charge, to any
|
|
1423
|
+
person obtaining a copy of this software and associated
|
|
1424
|
+
documentation files (the "Software"), to deal in the
|
|
1425
|
+
Software without restriction, including without
|
|
1426
|
+
limitation the rights to use, copy, modify, merge,
|
|
1427
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1428
|
+
the Software, and to permit persons to whom the Software
|
|
1429
|
+
is furnished to do so, subject to the following
|
|
1430
|
+
conditions:
|
|
1431
|
+
|
|
1432
|
+
The above copyright notice and this permission notice
|
|
1433
|
+
shall be included in all copies or substantial portions
|
|
1434
|
+
of the Software.
|
|
1435
|
+
|
|
1436
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1437
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1438
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1439
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1440
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1441
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1442
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1443
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1444
|
+
DEALINGS IN THE SOFTWARE.
|
|
1445
|
+
</pre>
|
|
1446
|
+
</li>
|
|
1447
|
+
<li class="license">
|
|
1448
|
+
<h3 id="MIT">MIT License</h3>
|
|
1449
|
+
<h4>Used by:</h4>
|
|
1450
|
+
<ul class="license-used-by">
|
|
1451
|
+
<li><a href=" https://github.com/eira-fransham/crunchy ">crunchy 0.2.4</a>
|
|
1452
|
+
</li>
|
|
1453
|
+
</ul>
|
|
1454
|
+
<pre class="license-text">The MIT License (MIT)
|
|
1455
|
+
|
|
1456
|
+
Copyright 2017-2023 Eira Fransham.
|
|
1457
|
+
|
|
1458
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1459
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1460
|
+
in the Software without restriction, including without limitation the rights
|
|
1461
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1462
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1463
|
+
furnished to do so, subject to the following conditions:
|
|
1464
|
+
|
|
1465
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1466
|
+
copies or substantial portions of the Software.
|
|
1467
|
+
|
|
1468
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1469
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1470
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1471
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1472
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1473
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1474
|
+
SOFTWARE.
|
|
713
1475
|
</pre>
|
|
714
1476
|
</li>
|
|
715
1477
|
<li class="license">
|
data/lib/aam_ruby.so
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aam-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- INiNiDS
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Ruby bindings for the aam-rs AAML parser built with Rust and magnus.
|
|
14
14
|
email:
|