ruby_rqrr 0.9.0.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 +7 -0
- data/.standard.yml +3 -0
- data/CHANGELOG.md +4 -0
- data/CODE_OF_CONDUCT.md +132 -0
- data/Cargo.lock +1615 -0
- data/Cargo.toml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +50 -0
- data/Rakefile +20 -0
- data/ext/ruby_rqrr/Cargo.toml +16 -0
- data/ext/ruby_rqrr/extconf.rb +6 -0
- data/ext/ruby_rqrr/src/lib.rs +47 -0
- data/lib/ruby_rqrr/version.rb +5 -0
- data/lib/ruby_rqrr.rb +9 -0
- data/mise.toml +3 -0
- data/sig/ruby_rqrr.rbs +4 -0
- metadata +74 -0
data/Cargo.lock
ADDED
@@ -0,0 +1,1615 @@
|
|
1
|
+
# This file is automatically @generated by Cargo.
|
2
|
+
# It is not intended for manual editing.
|
3
|
+
version = 4
|
4
|
+
|
5
|
+
[[package]]
|
6
|
+
name = "adler2"
|
7
|
+
version = "2.0.0"
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
9
|
+
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
10
|
+
|
11
|
+
[[package]]
|
12
|
+
name = "aho-corasick"
|
13
|
+
version = "1.1.3"
|
14
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
15
|
+
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
16
|
+
dependencies = [
|
17
|
+
"memchr",
|
18
|
+
]
|
19
|
+
|
20
|
+
[[package]]
|
21
|
+
name = "aligned-vec"
|
22
|
+
version = "0.5.0"
|
23
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
24
|
+
checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
|
25
|
+
|
26
|
+
[[package]]
|
27
|
+
name = "allocator-api2"
|
28
|
+
version = "0.2.21"
|
29
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
30
|
+
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
31
|
+
|
32
|
+
[[package]]
|
33
|
+
name = "anyhow"
|
34
|
+
version = "1.0.97"
|
35
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
36
|
+
checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
|
37
|
+
|
38
|
+
[[package]]
|
39
|
+
name = "arbitrary"
|
40
|
+
version = "1.4.1"
|
41
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
42
|
+
checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
|
43
|
+
|
44
|
+
[[package]]
|
45
|
+
name = "arg_enum_proc_macro"
|
46
|
+
version = "0.3.4"
|
47
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
48
|
+
checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
|
49
|
+
dependencies = [
|
50
|
+
"proc-macro2",
|
51
|
+
"quote",
|
52
|
+
"syn",
|
53
|
+
]
|
54
|
+
|
55
|
+
[[package]]
|
56
|
+
name = "arrayvec"
|
57
|
+
version = "0.7.6"
|
58
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
59
|
+
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
60
|
+
|
61
|
+
[[package]]
|
62
|
+
name = "autocfg"
|
63
|
+
version = "1.4.0"
|
64
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
65
|
+
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
66
|
+
|
67
|
+
[[package]]
|
68
|
+
name = "av1-grain"
|
69
|
+
version = "0.2.3"
|
70
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
71
|
+
checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
|
72
|
+
dependencies = [
|
73
|
+
"anyhow",
|
74
|
+
"arrayvec",
|
75
|
+
"log",
|
76
|
+
"nom",
|
77
|
+
"num-rational",
|
78
|
+
"v_frame",
|
79
|
+
]
|
80
|
+
|
81
|
+
[[package]]
|
82
|
+
name = "avif-serialize"
|
83
|
+
version = "0.8.3"
|
84
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
85
|
+
checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
|
86
|
+
dependencies = [
|
87
|
+
"arrayvec",
|
88
|
+
]
|
89
|
+
|
90
|
+
[[package]]
|
91
|
+
name = "bindgen"
|
92
|
+
version = "0.69.5"
|
93
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
94
|
+
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
95
|
+
dependencies = [
|
96
|
+
"bitflags 2.9.0",
|
97
|
+
"cexpr",
|
98
|
+
"clang-sys",
|
99
|
+
"itertools",
|
100
|
+
"lazy_static",
|
101
|
+
"lazycell",
|
102
|
+
"proc-macro2",
|
103
|
+
"quote",
|
104
|
+
"regex",
|
105
|
+
"rustc-hash",
|
106
|
+
"shlex",
|
107
|
+
"syn",
|
108
|
+
]
|
109
|
+
|
110
|
+
[[package]]
|
111
|
+
name = "bit_field"
|
112
|
+
version = "0.10.2"
|
113
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
114
|
+
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
|
115
|
+
|
116
|
+
[[package]]
|
117
|
+
name = "bitflags"
|
118
|
+
version = "1.3.2"
|
119
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
120
|
+
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
121
|
+
|
122
|
+
[[package]]
|
123
|
+
name = "bitflags"
|
124
|
+
version = "2.9.0"
|
125
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
126
|
+
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
|
127
|
+
|
128
|
+
[[package]]
|
129
|
+
name = "bitstream-io"
|
130
|
+
version = "2.6.0"
|
131
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
132
|
+
checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
|
133
|
+
|
134
|
+
[[package]]
|
135
|
+
name = "built"
|
136
|
+
version = "0.7.7"
|
137
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
138
|
+
checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
|
139
|
+
|
140
|
+
[[package]]
|
141
|
+
name = "bumpalo"
|
142
|
+
version = "3.16.0"
|
143
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
144
|
+
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
145
|
+
|
146
|
+
[[package]]
|
147
|
+
name = "bytemuck"
|
148
|
+
version = "1.22.0"
|
149
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
150
|
+
checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
|
151
|
+
|
152
|
+
[[package]]
|
153
|
+
name = "byteorder-lite"
|
154
|
+
version = "0.1.0"
|
155
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
156
|
+
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
|
157
|
+
|
158
|
+
[[package]]
|
159
|
+
name = "cc"
|
160
|
+
version = "1.2.5"
|
161
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
162
|
+
checksum = "c31a0499c1dc64f458ad13872de75c0eb7e3fdb0e67964610c914b034fc5956e"
|
163
|
+
dependencies = [
|
164
|
+
"jobserver",
|
165
|
+
"libc",
|
166
|
+
"shlex",
|
167
|
+
]
|
168
|
+
|
169
|
+
[[package]]
|
170
|
+
name = "cexpr"
|
171
|
+
version = "0.6.0"
|
172
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
173
|
+
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
174
|
+
dependencies = [
|
175
|
+
"nom",
|
176
|
+
]
|
177
|
+
|
178
|
+
[[package]]
|
179
|
+
name = "cfg-expr"
|
180
|
+
version = "0.15.8"
|
181
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
182
|
+
checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
|
183
|
+
dependencies = [
|
184
|
+
"smallvec",
|
185
|
+
"target-lexicon",
|
186
|
+
]
|
187
|
+
|
188
|
+
[[package]]
|
189
|
+
name = "cfg-if"
|
190
|
+
version = "1.0.0"
|
191
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
192
|
+
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
193
|
+
|
194
|
+
[[package]]
|
195
|
+
name = "clang-sys"
|
196
|
+
version = "1.8.1"
|
197
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
198
|
+
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
199
|
+
dependencies = [
|
200
|
+
"glob",
|
201
|
+
"libc",
|
202
|
+
"libloading",
|
203
|
+
]
|
204
|
+
|
205
|
+
[[package]]
|
206
|
+
name = "color_quant"
|
207
|
+
version = "1.1.0"
|
208
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
209
|
+
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
210
|
+
|
211
|
+
[[package]]
|
212
|
+
name = "crc32fast"
|
213
|
+
version = "1.4.2"
|
214
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
215
|
+
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
216
|
+
dependencies = [
|
217
|
+
"cfg-if",
|
218
|
+
]
|
219
|
+
|
220
|
+
[[package]]
|
221
|
+
name = "crossbeam-deque"
|
222
|
+
version = "0.8.6"
|
223
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
224
|
+
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
225
|
+
dependencies = [
|
226
|
+
"crossbeam-epoch",
|
227
|
+
"crossbeam-utils",
|
228
|
+
]
|
229
|
+
|
230
|
+
[[package]]
|
231
|
+
name = "crossbeam-epoch"
|
232
|
+
version = "0.9.18"
|
233
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
234
|
+
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
235
|
+
dependencies = [
|
236
|
+
"crossbeam-utils",
|
237
|
+
]
|
238
|
+
|
239
|
+
[[package]]
|
240
|
+
name = "crossbeam-utils"
|
241
|
+
version = "0.8.21"
|
242
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
243
|
+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
244
|
+
|
245
|
+
[[package]]
|
246
|
+
name = "crunchy"
|
247
|
+
version = "0.2.3"
|
248
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
249
|
+
checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
|
250
|
+
|
251
|
+
[[package]]
|
252
|
+
name = "displaydoc"
|
253
|
+
version = "0.2.5"
|
254
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
255
|
+
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
256
|
+
dependencies = [
|
257
|
+
"proc-macro2",
|
258
|
+
"quote",
|
259
|
+
"syn",
|
260
|
+
]
|
261
|
+
|
262
|
+
[[package]]
|
263
|
+
name = "either"
|
264
|
+
version = "1.15.0"
|
265
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
266
|
+
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
267
|
+
|
268
|
+
[[package]]
|
269
|
+
name = "equivalent"
|
270
|
+
version = "1.0.2"
|
271
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
272
|
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
273
|
+
|
274
|
+
[[package]]
|
275
|
+
name = "exr"
|
276
|
+
version = "1.73.0"
|
277
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
278
|
+
checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
|
279
|
+
dependencies = [
|
280
|
+
"bit_field",
|
281
|
+
"half",
|
282
|
+
"lebe",
|
283
|
+
"miniz_oxide",
|
284
|
+
"rayon-core",
|
285
|
+
"smallvec",
|
286
|
+
"zune-inflate",
|
287
|
+
]
|
288
|
+
|
289
|
+
[[package]]
|
290
|
+
name = "fdeflate"
|
291
|
+
version = "0.3.7"
|
292
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
293
|
+
checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
|
294
|
+
dependencies = [
|
295
|
+
"simd-adler32",
|
296
|
+
]
|
297
|
+
|
298
|
+
[[package]]
|
299
|
+
name = "flate2"
|
300
|
+
version = "1.0.35"
|
301
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
302
|
+
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
|
303
|
+
dependencies = [
|
304
|
+
"crc32fast",
|
305
|
+
"miniz_oxide",
|
306
|
+
]
|
307
|
+
|
308
|
+
[[package]]
|
309
|
+
name = "foldhash"
|
310
|
+
version = "0.1.5"
|
311
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
312
|
+
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
313
|
+
|
314
|
+
[[package]]
|
315
|
+
name = "form_urlencoded"
|
316
|
+
version = "1.2.1"
|
317
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
318
|
+
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
319
|
+
dependencies = [
|
320
|
+
"percent-encoding",
|
321
|
+
]
|
322
|
+
|
323
|
+
[[package]]
|
324
|
+
name = "g2gen"
|
325
|
+
version = "1.2.0"
|
326
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
327
|
+
checksum = "39a8e3a10ca47bce6c3f36b5ed98a08636806e07793390a5bce8c2cab2eee309"
|
328
|
+
dependencies = [
|
329
|
+
"g2poly",
|
330
|
+
"proc-macro2",
|
331
|
+
"quote",
|
332
|
+
"syn",
|
333
|
+
]
|
334
|
+
|
335
|
+
[[package]]
|
336
|
+
name = "g2p"
|
337
|
+
version = "1.2.0"
|
338
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
339
|
+
checksum = "5bce512b75277aca7d5e1a9efa4d2966b29b5da602af3e29a65e14dc210274ae"
|
340
|
+
dependencies = [
|
341
|
+
"g2gen",
|
342
|
+
"g2poly",
|
343
|
+
]
|
344
|
+
|
345
|
+
[[package]]
|
346
|
+
name = "g2poly"
|
347
|
+
version = "1.2.0"
|
348
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
349
|
+
checksum = "feebd4c1b1833bea3876ecc7c2f84520818f86de7b4c3b82e064f68ea1d8cdaa"
|
350
|
+
|
351
|
+
[[package]]
|
352
|
+
name = "getrandom"
|
353
|
+
version = "0.2.15"
|
354
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
355
|
+
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
356
|
+
dependencies = [
|
357
|
+
"cfg-if",
|
358
|
+
"libc",
|
359
|
+
"wasi",
|
360
|
+
]
|
361
|
+
|
362
|
+
[[package]]
|
363
|
+
name = "gif"
|
364
|
+
version = "0.13.1"
|
365
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
366
|
+
checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
|
367
|
+
dependencies = [
|
368
|
+
"color_quant",
|
369
|
+
"weezl",
|
370
|
+
]
|
371
|
+
|
372
|
+
[[package]]
|
373
|
+
name = "glob"
|
374
|
+
version = "0.3.2"
|
375
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
376
|
+
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
377
|
+
|
378
|
+
[[package]]
|
379
|
+
name = "half"
|
380
|
+
version = "2.5.0"
|
381
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
382
|
+
checksum = "7db2ff139bba50379da6aa0766b52fdcb62cb5b263009b09ed58ba604e14bbd1"
|
383
|
+
dependencies = [
|
384
|
+
"cfg-if",
|
385
|
+
"crunchy",
|
386
|
+
]
|
387
|
+
|
388
|
+
[[package]]
|
389
|
+
name = "hashbrown"
|
390
|
+
version = "0.15.2"
|
391
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
392
|
+
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
393
|
+
dependencies = [
|
394
|
+
"allocator-api2",
|
395
|
+
"equivalent",
|
396
|
+
"foldhash",
|
397
|
+
]
|
398
|
+
|
399
|
+
[[package]]
|
400
|
+
name = "heck"
|
401
|
+
version = "0.5.0"
|
402
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
403
|
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
404
|
+
|
405
|
+
[[package]]
|
406
|
+
name = "icu_collections"
|
407
|
+
version = "1.5.0"
|
408
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
409
|
+
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
410
|
+
dependencies = [
|
411
|
+
"displaydoc",
|
412
|
+
"yoke",
|
413
|
+
"zerofrom",
|
414
|
+
"zerovec",
|
415
|
+
]
|
416
|
+
|
417
|
+
[[package]]
|
418
|
+
name = "icu_locid"
|
419
|
+
version = "1.5.0"
|
420
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
421
|
+
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
422
|
+
dependencies = [
|
423
|
+
"displaydoc",
|
424
|
+
"litemap",
|
425
|
+
"tinystr",
|
426
|
+
"writeable",
|
427
|
+
"zerovec",
|
428
|
+
]
|
429
|
+
|
430
|
+
[[package]]
|
431
|
+
name = "icu_locid_transform"
|
432
|
+
version = "1.5.0"
|
433
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
434
|
+
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
435
|
+
dependencies = [
|
436
|
+
"displaydoc",
|
437
|
+
"icu_locid",
|
438
|
+
"icu_locid_transform_data",
|
439
|
+
"icu_provider",
|
440
|
+
"tinystr",
|
441
|
+
"zerovec",
|
442
|
+
]
|
443
|
+
|
444
|
+
[[package]]
|
445
|
+
name = "icu_locid_transform_data"
|
446
|
+
version = "1.5.0"
|
447
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
448
|
+
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
449
|
+
|
450
|
+
[[package]]
|
451
|
+
name = "icu_normalizer"
|
452
|
+
version = "1.5.0"
|
453
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
454
|
+
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
455
|
+
dependencies = [
|
456
|
+
"displaydoc",
|
457
|
+
"icu_collections",
|
458
|
+
"icu_normalizer_data",
|
459
|
+
"icu_properties",
|
460
|
+
"icu_provider",
|
461
|
+
"smallvec",
|
462
|
+
"utf16_iter",
|
463
|
+
"utf8_iter",
|
464
|
+
"write16",
|
465
|
+
"zerovec",
|
466
|
+
]
|
467
|
+
|
468
|
+
[[package]]
|
469
|
+
name = "icu_normalizer_data"
|
470
|
+
version = "1.5.0"
|
471
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
472
|
+
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
473
|
+
|
474
|
+
[[package]]
|
475
|
+
name = "icu_properties"
|
476
|
+
version = "1.5.1"
|
477
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
478
|
+
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
479
|
+
dependencies = [
|
480
|
+
"displaydoc",
|
481
|
+
"icu_collections",
|
482
|
+
"icu_locid_transform",
|
483
|
+
"icu_properties_data",
|
484
|
+
"icu_provider",
|
485
|
+
"tinystr",
|
486
|
+
"zerovec",
|
487
|
+
]
|
488
|
+
|
489
|
+
[[package]]
|
490
|
+
name = "icu_properties_data"
|
491
|
+
version = "1.5.0"
|
492
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
493
|
+
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
494
|
+
|
495
|
+
[[package]]
|
496
|
+
name = "icu_provider"
|
497
|
+
version = "1.5.0"
|
498
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
499
|
+
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
500
|
+
dependencies = [
|
501
|
+
"displaydoc",
|
502
|
+
"icu_locid",
|
503
|
+
"icu_provider_macros",
|
504
|
+
"stable_deref_trait",
|
505
|
+
"tinystr",
|
506
|
+
"writeable",
|
507
|
+
"yoke",
|
508
|
+
"zerofrom",
|
509
|
+
"zerovec",
|
510
|
+
]
|
511
|
+
|
512
|
+
[[package]]
|
513
|
+
name = "icu_provider_macros"
|
514
|
+
version = "1.5.0"
|
515
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
516
|
+
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
517
|
+
dependencies = [
|
518
|
+
"proc-macro2",
|
519
|
+
"quote",
|
520
|
+
"syn",
|
521
|
+
]
|
522
|
+
|
523
|
+
[[package]]
|
524
|
+
name = "idna"
|
525
|
+
version = "1.0.3"
|
526
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
527
|
+
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
528
|
+
dependencies = [
|
529
|
+
"idna_adapter",
|
530
|
+
"smallvec",
|
531
|
+
"utf8_iter",
|
532
|
+
]
|
533
|
+
|
534
|
+
[[package]]
|
535
|
+
name = "idna_adapter"
|
536
|
+
version = "1.2.0"
|
537
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
538
|
+
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
539
|
+
dependencies = [
|
540
|
+
"icu_normalizer",
|
541
|
+
"icu_properties",
|
542
|
+
]
|
543
|
+
|
544
|
+
[[package]]
|
545
|
+
name = "image"
|
546
|
+
version = "0.25.5"
|
547
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
548
|
+
checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
|
549
|
+
dependencies = [
|
550
|
+
"bytemuck",
|
551
|
+
"byteorder-lite",
|
552
|
+
"color_quant",
|
553
|
+
"exr",
|
554
|
+
"gif",
|
555
|
+
"image-webp",
|
556
|
+
"num-traits",
|
557
|
+
"png",
|
558
|
+
"qoi",
|
559
|
+
"ravif",
|
560
|
+
"rayon",
|
561
|
+
"rgb",
|
562
|
+
"tiff",
|
563
|
+
"zune-core",
|
564
|
+
"zune-jpeg",
|
565
|
+
]
|
566
|
+
|
567
|
+
[[package]]
|
568
|
+
name = "image-webp"
|
569
|
+
version = "0.2.1"
|
570
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
571
|
+
checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
|
572
|
+
dependencies = [
|
573
|
+
"byteorder-lite",
|
574
|
+
"quick-error",
|
575
|
+
]
|
576
|
+
|
577
|
+
[[package]]
|
578
|
+
name = "imgref"
|
579
|
+
version = "1.11.0"
|
580
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
581
|
+
checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
|
582
|
+
|
583
|
+
[[package]]
|
584
|
+
name = "indexmap"
|
585
|
+
version = "2.8.0"
|
586
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
587
|
+
checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058"
|
588
|
+
dependencies = [
|
589
|
+
"equivalent",
|
590
|
+
"hashbrown",
|
591
|
+
]
|
592
|
+
|
593
|
+
[[package]]
|
594
|
+
name = "interpolate_name"
|
595
|
+
version = "0.2.4"
|
596
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
597
|
+
checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
|
598
|
+
dependencies = [
|
599
|
+
"proc-macro2",
|
600
|
+
"quote",
|
601
|
+
"syn",
|
602
|
+
]
|
603
|
+
|
604
|
+
[[package]]
|
605
|
+
name = "itertools"
|
606
|
+
version = "0.12.1"
|
607
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
608
|
+
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
609
|
+
dependencies = [
|
610
|
+
"either",
|
611
|
+
]
|
612
|
+
|
613
|
+
[[package]]
|
614
|
+
name = "jobserver"
|
615
|
+
version = "0.1.32"
|
616
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
617
|
+
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
618
|
+
dependencies = [
|
619
|
+
"libc",
|
620
|
+
]
|
621
|
+
|
622
|
+
[[package]]
|
623
|
+
name = "jpeg-decoder"
|
624
|
+
version = "0.3.1"
|
625
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
626
|
+
checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
|
627
|
+
|
628
|
+
[[package]]
|
629
|
+
name = "lazy_static"
|
630
|
+
version = "1.5.0"
|
631
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
632
|
+
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
633
|
+
|
634
|
+
[[package]]
|
635
|
+
name = "lazycell"
|
636
|
+
version = "1.3.0"
|
637
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
638
|
+
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
639
|
+
|
640
|
+
[[package]]
|
641
|
+
name = "lebe"
|
642
|
+
version = "0.5.2"
|
643
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
644
|
+
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
|
645
|
+
|
646
|
+
[[package]]
|
647
|
+
name = "libc"
|
648
|
+
version = "0.2.171"
|
649
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
650
|
+
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
|
651
|
+
|
652
|
+
[[package]]
|
653
|
+
name = "libfuzzer-sys"
|
654
|
+
version = "0.4.9"
|
655
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
656
|
+
checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
|
657
|
+
dependencies = [
|
658
|
+
"arbitrary",
|
659
|
+
"cc",
|
660
|
+
]
|
661
|
+
|
662
|
+
[[package]]
|
663
|
+
name = "libloading"
|
664
|
+
version = "0.8.6"
|
665
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
666
|
+
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
667
|
+
dependencies = [
|
668
|
+
"cfg-if",
|
669
|
+
"windows-targets",
|
670
|
+
]
|
671
|
+
|
672
|
+
[[package]]
|
673
|
+
name = "litemap"
|
674
|
+
version = "0.7.5"
|
675
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
676
|
+
checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
|
677
|
+
|
678
|
+
[[package]]
|
679
|
+
name = "log"
|
680
|
+
version = "0.4.22"
|
681
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
682
|
+
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
683
|
+
|
684
|
+
[[package]]
|
685
|
+
name = "loop9"
|
686
|
+
version = "0.1.5"
|
687
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
688
|
+
checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
|
689
|
+
dependencies = [
|
690
|
+
"imgref",
|
691
|
+
]
|
692
|
+
|
693
|
+
[[package]]
|
694
|
+
name = "lru"
|
695
|
+
version = "0.12.5"
|
696
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
697
|
+
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
|
698
|
+
dependencies = [
|
699
|
+
"hashbrown",
|
700
|
+
]
|
701
|
+
|
702
|
+
[[package]]
|
703
|
+
name = "magnus"
|
704
|
+
version = "0.6.4"
|
705
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
706
|
+
checksum = "b1597ef40aa8c36be098249e82c9a20cf7199278ac1c1a1a995eeead6a184479"
|
707
|
+
dependencies = [
|
708
|
+
"magnus-macros",
|
709
|
+
"rb-sys",
|
710
|
+
"rb-sys-env",
|
711
|
+
"seq-macro",
|
712
|
+
]
|
713
|
+
|
714
|
+
[[package]]
|
715
|
+
name = "magnus-macros"
|
716
|
+
version = "0.6.0"
|
717
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
718
|
+
checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
|
719
|
+
dependencies = [
|
720
|
+
"proc-macro2",
|
721
|
+
"quote",
|
722
|
+
"syn",
|
723
|
+
]
|
724
|
+
|
725
|
+
[[package]]
|
726
|
+
name = "maybe-rayon"
|
727
|
+
version = "0.1.1"
|
728
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
729
|
+
checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
|
730
|
+
dependencies = [
|
731
|
+
"cfg-if",
|
732
|
+
"rayon",
|
733
|
+
]
|
734
|
+
|
735
|
+
[[package]]
|
736
|
+
name = "memchr"
|
737
|
+
version = "2.7.4"
|
738
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
739
|
+
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
740
|
+
|
741
|
+
[[package]]
|
742
|
+
name = "minimal-lexical"
|
743
|
+
version = "0.2.1"
|
744
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
745
|
+
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
746
|
+
|
747
|
+
[[package]]
|
748
|
+
name = "miniz_oxide"
|
749
|
+
version = "0.8.2"
|
750
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
751
|
+
checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394"
|
752
|
+
dependencies = [
|
753
|
+
"adler2",
|
754
|
+
"simd-adler32",
|
755
|
+
]
|
756
|
+
|
757
|
+
[[package]]
|
758
|
+
name = "new_debug_unreachable"
|
759
|
+
version = "1.0.6"
|
760
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
761
|
+
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
762
|
+
|
763
|
+
[[package]]
|
764
|
+
name = "nom"
|
765
|
+
version = "7.1.3"
|
766
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
767
|
+
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
768
|
+
dependencies = [
|
769
|
+
"memchr",
|
770
|
+
"minimal-lexical",
|
771
|
+
]
|
772
|
+
|
773
|
+
[[package]]
|
774
|
+
name = "noop_proc_macro"
|
775
|
+
version = "0.3.0"
|
776
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
777
|
+
checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
|
778
|
+
|
779
|
+
[[package]]
|
780
|
+
name = "num-bigint"
|
781
|
+
version = "0.4.6"
|
782
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
783
|
+
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
784
|
+
dependencies = [
|
785
|
+
"num-integer",
|
786
|
+
"num-traits",
|
787
|
+
]
|
788
|
+
|
789
|
+
[[package]]
|
790
|
+
name = "num-derive"
|
791
|
+
version = "0.4.2"
|
792
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
793
|
+
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
|
794
|
+
dependencies = [
|
795
|
+
"proc-macro2",
|
796
|
+
"quote",
|
797
|
+
"syn",
|
798
|
+
]
|
799
|
+
|
800
|
+
[[package]]
|
801
|
+
name = "num-integer"
|
802
|
+
version = "0.1.46"
|
803
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
804
|
+
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
805
|
+
dependencies = [
|
806
|
+
"num-traits",
|
807
|
+
]
|
808
|
+
|
809
|
+
[[package]]
|
810
|
+
name = "num-rational"
|
811
|
+
version = "0.4.2"
|
812
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
813
|
+
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
|
814
|
+
dependencies = [
|
815
|
+
"num-bigint",
|
816
|
+
"num-integer",
|
817
|
+
"num-traits",
|
818
|
+
]
|
819
|
+
|
820
|
+
[[package]]
|
821
|
+
name = "num-traits"
|
822
|
+
version = "0.2.19"
|
823
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
824
|
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
825
|
+
dependencies = [
|
826
|
+
"autocfg",
|
827
|
+
]
|
828
|
+
|
829
|
+
[[package]]
|
830
|
+
name = "once_cell"
|
831
|
+
version = "1.20.2"
|
832
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
833
|
+
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
834
|
+
|
835
|
+
[[package]]
|
836
|
+
name = "paste"
|
837
|
+
version = "1.0.15"
|
838
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
839
|
+
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
840
|
+
|
841
|
+
[[package]]
|
842
|
+
name = "percent-encoding"
|
843
|
+
version = "2.3.1"
|
844
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
845
|
+
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
846
|
+
|
847
|
+
[[package]]
|
848
|
+
name = "pkg-config"
|
849
|
+
version = "0.3.32"
|
850
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
851
|
+
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
852
|
+
|
853
|
+
[[package]]
|
854
|
+
name = "png"
|
855
|
+
version = "0.17.16"
|
856
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
857
|
+
checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
|
858
|
+
dependencies = [
|
859
|
+
"bitflags 1.3.2",
|
860
|
+
"crc32fast",
|
861
|
+
"fdeflate",
|
862
|
+
"flate2",
|
863
|
+
"miniz_oxide",
|
864
|
+
]
|
865
|
+
|
866
|
+
[[package]]
|
867
|
+
name = "ppv-lite86"
|
868
|
+
version = "0.2.21"
|
869
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
870
|
+
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
871
|
+
dependencies = [
|
872
|
+
"zerocopy",
|
873
|
+
]
|
874
|
+
|
875
|
+
[[package]]
|
876
|
+
name = "proc-macro2"
|
877
|
+
version = "1.0.94"
|
878
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
879
|
+
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
|
880
|
+
dependencies = [
|
881
|
+
"unicode-ident",
|
882
|
+
]
|
883
|
+
|
884
|
+
[[package]]
|
885
|
+
name = "profiling"
|
886
|
+
version = "1.0.16"
|
887
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
888
|
+
checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
|
889
|
+
dependencies = [
|
890
|
+
"profiling-procmacros",
|
891
|
+
]
|
892
|
+
|
893
|
+
[[package]]
|
894
|
+
name = "profiling-procmacros"
|
895
|
+
version = "1.0.16"
|
896
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
897
|
+
checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
|
898
|
+
dependencies = [
|
899
|
+
"quote",
|
900
|
+
"syn",
|
901
|
+
]
|
902
|
+
|
903
|
+
[[package]]
|
904
|
+
name = "qoi"
|
905
|
+
version = "0.4.1"
|
906
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
907
|
+
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
|
908
|
+
dependencies = [
|
909
|
+
"bytemuck",
|
910
|
+
]
|
911
|
+
|
912
|
+
[[package]]
|
913
|
+
name = "quick-error"
|
914
|
+
version = "2.0.1"
|
915
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
916
|
+
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
|
917
|
+
|
918
|
+
[[package]]
|
919
|
+
name = "quote"
|
920
|
+
version = "1.0.40"
|
921
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
922
|
+
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
923
|
+
dependencies = [
|
924
|
+
"proc-macro2",
|
925
|
+
]
|
926
|
+
|
927
|
+
[[package]]
|
928
|
+
name = "rand"
|
929
|
+
version = "0.8.5"
|
930
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
931
|
+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
932
|
+
dependencies = [
|
933
|
+
"libc",
|
934
|
+
"rand_chacha",
|
935
|
+
"rand_core",
|
936
|
+
]
|
937
|
+
|
938
|
+
[[package]]
|
939
|
+
name = "rand_chacha"
|
940
|
+
version = "0.3.1"
|
941
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
942
|
+
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
943
|
+
dependencies = [
|
944
|
+
"ppv-lite86",
|
945
|
+
"rand_core",
|
946
|
+
]
|
947
|
+
|
948
|
+
[[package]]
|
949
|
+
name = "rand_core"
|
950
|
+
version = "0.6.4"
|
951
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
952
|
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
953
|
+
dependencies = [
|
954
|
+
"getrandom",
|
955
|
+
]
|
956
|
+
|
957
|
+
[[package]]
|
958
|
+
name = "rav1e"
|
959
|
+
version = "0.7.1"
|
960
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
961
|
+
checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
|
962
|
+
dependencies = [
|
963
|
+
"arbitrary",
|
964
|
+
"arg_enum_proc_macro",
|
965
|
+
"arrayvec",
|
966
|
+
"av1-grain",
|
967
|
+
"bitstream-io",
|
968
|
+
"built",
|
969
|
+
"cfg-if",
|
970
|
+
"interpolate_name",
|
971
|
+
"itertools",
|
972
|
+
"libc",
|
973
|
+
"libfuzzer-sys",
|
974
|
+
"log",
|
975
|
+
"maybe-rayon",
|
976
|
+
"new_debug_unreachable",
|
977
|
+
"noop_proc_macro",
|
978
|
+
"num-derive",
|
979
|
+
"num-traits",
|
980
|
+
"once_cell",
|
981
|
+
"paste",
|
982
|
+
"profiling",
|
983
|
+
"rand",
|
984
|
+
"rand_chacha",
|
985
|
+
"simd_helpers",
|
986
|
+
"system-deps",
|
987
|
+
"thiserror",
|
988
|
+
"v_frame",
|
989
|
+
"wasm-bindgen",
|
990
|
+
]
|
991
|
+
|
992
|
+
[[package]]
|
993
|
+
name = "ravif"
|
994
|
+
version = "0.11.11"
|
995
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
996
|
+
checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
|
997
|
+
dependencies = [
|
998
|
+
"avif-serialize",
|
999
|
+
"imgref",
|
1000
|
+
"loop9",
|
1001
|
+
"quick-error",
|
1002
|
+
"rav1e",
|
1003
|
+
"rayon",
|
1004
|
+
"rgb",
|
1005
|
+
]
|
1006
|
+
|
1007
|
+
[[package]]
|
1008
|
+
name = "rayon"
|
1009
|
+
version = "1.10.0"
|
1010
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1011
|
+
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
1012
|
+
dependencies = [
|
1013
|
+
"either",
|
1014
|
+
"rayon-core",
|
1015
|
+
]
|
1016
|
+
|
1017
|
+
[[package]]
|
1018
|
+
name = "rayon-core"
|
1019
|
+
version = "1.12.1"
|
1020
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1021
|
+
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
1022
|
+
dependencies = [
|
1023
|
+
"crossbeam-deque",
|
1024
|
+
"crossbeam-utils",
|
1025
|
+
]
|
1026
|
+
|
1027
|
+
[[package]]
|
1028
|
+
name = "rb-sys"
|
1029
|
+
version = "0.9.111"
|
1030
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1031
|
+
checksum = "becea799ce051c16fb140be80f5e7cf781070f99ca099332383c2b17861249af"
|
1032
|
+
dependencies = [
|
1033
|
+
"rb-sys-build",
|
1034
|
+
]
|
1035
|
+
|
1036
|
+
[[package]]
|
1037
|
+
name = "rb-sys-build"
|
1038
|
+
version = "0.9.111"
|
1039
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1040
|
+
checksum = "64691175abc704862f60a9ca8ef06174080cc50615f2bf1d4759f46db18b4d29"
|
1041
|
+
dependencies = [
|
1042
|
+
"bindgen",
|
1043
|
+
"lazy_static",
|
1044
|
+
"proc-macro2",
|
1045
|
+
"quote",
|
1046
|
+
"regex",
|
1047
|
+
"shell-words",
|
1048
|
+
"syn",
|
1049
|
+
]
|
1050
|
+
|
1051
|
+
[[package]]
|
1052
|
+
name = "rb-sys-env"
|
1053
|
+
version = "0.1.2"
|
1054
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1055
|
+
checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
1056
|
+
|
1057
|
+
[[package]]
|
1058
|
+
name = "regex"
|
1059
|
+
version = "1.11.1"
|
1060
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1061
|
+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
1062
|
+
dependencies = [
|
1063
|
+
"aho-corasick",
|
1064
|
+
"memchr",
|
1065
|
+
"regex-automata",
|
1066
|
+
"regex-syntax",
|
1067
|
+
]
|
1068
|
+
|
1069
|
+
[[package]]
|
1070
|
+
name = "regex-automata"
|
1071
|
+
version = "0.4.9"
|
1072
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1073
|
+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
1074
|
+
dependencies = [
|
1075
|
+
"aho-corasick",
|
1076
|
+
"memchr",
|
1077
|
+
"regex-syntax",
|
1078
|
+
]
|
1079
|
+
|
1080
|
+
[[package]]
|
1081
|
+
name = "regex-syntax"
|
1082
|
+
version = "0.8.5"
|
1083
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1084
|
+
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
1085
|
+
|
1086
|
+
[[package]]
|
1087
|
+
name = "rgb"
|
1088
|
+
version = "0.8.50"
|
1089
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1090
|
+
checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
|
1091
|
+
|
1092
|
+
[[package]]
|
1093
|
+
name = "rqrr"
|
1094
|
+
version = "0.9.0"
|
1095
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1096
|
+
checksum = "f126a9b02152815d84315316e7a759ee18a216d057095d56d19cec68a428b385"
|
1097
|
+
dependencies = [
|
1098
|
+
"g2p",
|
1099
|
+
"image",
|
1100
|
+
"lru",
|
1101
|
+
]
|
1102
|
+
|
1103
|
+
[[package]]
|
1104
|
+
name = "ruby_rqrr"
|
1105
|
+
version = "0.9.0-1"
|
1106
|
+
dependencies = [
|
1107
|
+
"image",
|
1108
|
+
"magnus",
|
1109
|
+
"rqrr",
|
1110
|
+
"url",
|
1111
|
+
]
|
1112
|
+
|
1113
|
+
[[package]]
|
1114
|
+
name = "rustc-hash"
|
1115
|
+
version = "1.1.0"
|
1116
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1117
|
+
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
1118
|
+
|
1119
|
+
[[package]]
|
1120
|
+
name = "seq-macro"
|
1121
|
+
version = "0.3.6"
|
1122
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1123
|
+
checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
1124
|
+
|
1125
|
+
[[package]]
|
1126
|
+
name = "serde"
|
1127
|
+
version = "1.0.216"
|
1128
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1129
|
+
checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e"
|
1130
|
+
dependencies = [
|
1131
|
+
"serde_derive",
|
1132
|
+
]
|
1133
|
+
|
1134
|
+
[[package]]
|
1135
|
+
name = "serde_derive"
|
1136
|
+
version = "1.0.216"
|
1137
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1138
|
+
checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e"
|
1139
|
+
dependencies = [
|
1140
|
+
"proc-macro2",
|
1141
|
+
"quote",
|
1142
|
+
"syn",
|
1143
|
+
]
|
1144
|
+
|
1145
|
+
[[package]]
|
1146
|
+
name = "serde_spanned"
|
1147
|
+
version = "0.6.8"
|
1148
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1149
|
+
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
1150
|
+
dependencies = [
|
1151
|
+
"serde",
|
1152
|
+
]
|
1153
|
+
|
1154
|
+
[[package]]
|
1155
|
+
name = "shell-words"
|
1156
|
+
version = "1.1.0"
|
1157
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1158
|
+
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
1159
|
+
|
1160
|
+
[[package]]
|
1161
|
+
name = "shlex"
|
1162
|
+
version = "1.3.0"
|
1163
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1164
|
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
1165
|
+
|
1166
|
+
[[package]]
|
1167
|
+
name = "simd-adler32"
|
1168
|
+
version = "0.3.7"
|
1169
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1170
|
+
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
1171
|
+
|
1172
|
+
[[package]]
|
1173
|
+
name = "simd_helpers"
|
1174
|
+
version = "0.1.0"
|
1175
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1176
|
+
checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
|
1177
|
+
dependencies = [
|
1178
|
+
"quote",
|
1179
|
+
]
|
1180
|
+
|
1181
|
+
[[package]]
|
1182
|
+
name = "smallvec"
|
1183
|
+
version = "1.14.0"
|
1184
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1185
|
+
checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
|
1186
|
+
|
1187
|
+
[[package]]
|
1188
|
+
name = "stable_deref_trait"
|
1189
|
+
version = "1.2.0"
|
1190
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1191
|
+
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
1192
|
+
|
1193
|
+
[[package]]
|
1194
|
+
name = "syn"
|
1195
|
+
version = "2.0.100"
|
1196
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1197
|
+
checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
|
1198
|
+
dependencies = [
|
1199
|
+
"proc-macro2",
|
1200
|
+
"quote",
|
1201
|
+
"unicode-ident",
|
1202
|
+
]
|
1203
|
+
|
1204
|
+
[[package]]
|
1205
|
+
name = "synstructure"
|
1206
|
+
version = "0.13.1"
|
1207
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1208
|
+
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
1209
|
+
dependencies = [
|
1210
|
+
"proc-macro2",
|
1211
|
+
"quote",
|
1212
|
+
"syn",
|
1213
|
+
]
|
1214
|
+
|
1215
|
+
[[package]]
|
1216
|
+
name = "system-deps"
|
1217
|
+
version = "6.2.2"
|
1218
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1219
|
+
checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
|
1220
|
+
dependencies = [
|
1221
|
+
"cfg-expr",
|
1222
|
+
"heck",
|
1223
|
+
"pkg-config",
|
1224
|
+
"toml",
|
1225
|
+
"version-compare",
|
1226
|
+
]
|
1227
|
+
|
1228
|
+
[[package]]
|
1229
|
+
name = "target-lexicon"
|
1230
|
+
version = "0.12.16"
|
1231
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1232
|
+
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
1233
|
+
|
1234
|
+
[[package]]
|
1235
|
+
name = "thiserror"
|
1236
|
+
version = "1.0.69"
|
1237
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1238
|
+
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
1239
|
+
dependencies = [
|
1240
|
+
"thiserror-impl",
|
1241
|
+
]
|
1242
|
+
|
1243
|
+
[[package]]
|
1244
|
+
name = "thiserror-impl"
|
1245
|
+
version = "1.0.69"
|
1246
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1247
|
+
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
1248
|
+
dependencies = [
|
1249
|
+
"proc-macro2",
|
1250
|
+
"quote",
|
1251
|
+
"syn",
|
1252
|
+
]
|
1253
|
+
|
1254
|
+
[[package]]
|
1255
|
+
name = "tiff"
|
1256
|
+
version = "0.9.1"
|
1257
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1258
|
+
checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
|
1259
|
+
dependencies = [
|
1260
|
+
"flate2",
|
1261
|
+
"jpeg-decoder",
|
1262
|
+
"weezl",
|
1263
|
+
]
|
1264
|
+
|
1265
|
+
[[package]]
|
1266
|
+
name = "tinystr"
|
1267
|
+
version = "0.7.6"
|
1268
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1269
|
+
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
1270
|
+
dependencies = [
|
1271
|
+
"displaydoc",
|
1272
|
+
"zerovec",
|
1273
|
+
]
|
1274
|
+
|
1275
|
+
[[package]]
|
1276
|
+
name = "toml"
|
1277
|
+
version = "0.8.20"
|
1278
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1279
|
+
checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
|
1280
|
+
dependencies = [
|
1281
|
+
"serde",
|
1282
|
+
"serde_spanned",
|
1283
|
+
"toml_datetime",
|
1284
|
+
"toml_edit",
|
1285
|
+
]
|
1286
|
+
|
1287
|
+
[[package]]
|
1288
|
+
name = "toml_datetime"
|
1289
|
+
version = "0.6.8"
|
1290
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1291
|
+
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
1292
|
+
dependencies = [
|
1293
|
+
"serde",
|
1294
|
+
]
|
1295
|
+
|
1296
|
+
[[package]]
|
1297
|
+
name = "toml_edit"
|
1298
|
+
version = "0.22.24"
|
1299
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1300
|
+
checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474"
|
1301
|
+
dependencies = [
|
1302
|
+
"indexmap",
|
1303
|
+
"serde",
|
1304
|
+
"serde_spanned",
|
1305
|
+
"toml_datetime",
|
1306
|
+
"winnow",
|
1307
|
+
]
|
1308
|
+
|
1309
|
+
[[package]]
|
1310
|
+
name = "unicode-ident"
|
1311
|
+
version = "1.0.18"
|
1312
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1313
|
+
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
1314
|
+
|
1315
|
+
[[package]]
|
1316
|
+
name = "url"
|
1317
|
+
version = "2.5.4"
|
1318
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1319
|
+
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
1320
|
+
dependencies = [
|
1321
|
+
"form_urlencoded",
|
1322
|
+
"idna",
|
1323
|
+
"percent-encoding",
|
1324
|
+
]
|
1325
|
+
|
1326
|
+
[[package]]
|
1327
|
+
name = "utf16_iter"
|
1328
|
+
version = "1.0.5"
|
1329
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1330
|
+
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
1331
|
+
|
1332
|
+
[[package]]
|
1333
|
+
name = "utf8_iter"
|
1334
|
+
version = "1.0.4"
|
1335
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1336
|
+
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
1337
|
+
|
1338
|
+
[[package]]
|
1339
|
+
name = "v_frame"
|
1340
|
+
version = "0.3.8"
|
1341
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1342
|
+
checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
|
1343
|
+
dependencies = [
|
1344
|
+
"aligned-vec",
|
1345
|
+
"num-traits",
|
1346
|
+
"wasm-bindgen",
|
1347
|
+
]
|
1348
|
+
|
1349
|
+
[[package]]
|
1350
|
+
name = "version-compare"
|
1351
|
+
version = "0.2.0"
|
1352
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1353
|
+
checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
|
1354
|
+
|
1355
|
+
[[package]]
|
1356
|
+
name = "wasi"
|
1357
|
+
version = "0.11.0+wasi-snapshot-preview1"
|
1358
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1359
|
+
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
1360
|
+
|
1361
|
+
[[package]]
|
1362
|
+
name = "wasm-bindgen"
|
1363
|
+
version = "0.2.99"
|
1364
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1365
|
+
checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
|
1366
|
+
dependencies = [
|
1367
|
+
"cfg-if",
|
1368
|
+
"once_cell",
|
1369
|
+
"wasm-bindgen-macro",
|
1370
|
+
]
|
1371
|
+
|
1372
|
+
[[package]]
|
1373
|
+
name = "wasm-bindgen-backend"
|
1374
|
+
version = "0.2.99"
|
1375
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1376
|
+
checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
|
1377
|
+
dependencies = [
|
1378
|
+
"bumpalo",
|
1379
|
+
"log",
|
1380
|
+
"proc-macro2",
|
1381
|
+
"quote",
|
1382
|
+
"syn",
|
1383
|
+
"wasm-bindgen-shared",
|
1384
|
+
]
|
1385
|
+
|
1386
|
+
[[package]]
|
1387
|
+
name = "wasm-bindgen-macro"
|
1388
|
+
version = "0.2.99"
|
1389
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1390
|
+
checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
|
1391
|
+
dependencies = [
|
1392
|
+
"quote",
|
1393
|
+
"wasm-bindgen-macro-support",
|
1394
|
+
]
|
1395
|
+
|
1396
|
+
[[package]]
|
1397
|
+
name = "wasm-bindgen-macro-support"
|
1398
|
+
version = "0.2.99"
|
1399
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1400
|
+
checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
|
1401
|
+
dependencies = [
|
1402
|
+
"proc-macro2",
|
1403
|
+
"quote",
|
1404
|
+
"syn",
|
1405
|
+
"wasm-bindgen-backend",
|
1406
|
+
"wasm-bindgen-shared",
|
1407
|
+
]
|
1408
|
+
|
1409
|
+
[[package]]
|
1410
|
+
name = "wasm-bindgen-shared"
|
1411
|
+
version = "0.2.99"
|
1412
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1413
|
+
checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
|
1414
|
+
|
1415
|
+
[[package]]
|
1416
|
+
name = "weezl"
|
1417
|
+
version = "0.1.8"
|
1418
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1419
|
+
checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
|
1420
|
+
|
1421
|
+
[[package]]
|
1422
|
+
name = "windows-targets"
|
1423
|
+
version = "0.52.6"
|
1424
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1425
|
+
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
1426
|
+
dependencies = [
|
1427
|
+
"windows_aarch64_gnullvm",
|
1428
|
+
"windows_aarch64_msvc",
|
1429
|
+
"windows_i686_gnu",
|
1430
|
+
"windows_i686_gnullvm",
|
1431
|
+
"windows_i686_msvc",
|
1432
|
+
"windows_x86_64_gnu",
|
1433
|
+
"windows_x86_64_gnullvm",
|
1434
|
+
"windows_x86_64_msvc",
|
1435
|
+
]
|
1436
|
+
|
1437
|
+
[[package]]
|
1438
|
+
name = "windows_aarch64_gnullvm"
|
1439
|
+
version = "0.52.6"
|
1440
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1441
|
+
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
1442
|
+
|
1443
|
+
[[package]]
|
1444
|
+
name = "windows_aarch64_msvc"
|
1445
|
+
version = "0.52.6"
|
1446
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1447
|
+
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
1448
|
+
|
1449
|
+
[[package]]
|
1450
|
+
name = "windows_i686_gnu"
|
1451
|
+
version = "0.52.6"
|
1452
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1453
|
+
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
1454
|
+
|
1455
|
+
[[package]]
|
1456
|
+
name = "windows_i686_gnullvm"
|
1457
|
+
version = "0.52.6"
|
1458
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1459
|
+
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
1460
|
+
|
1461
|
+
[[package]]
|
1462
|
+
name = "windows_i686_msvc"
|
1463
|
+
version = "0.52.6"
|
1464
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1465
|
+
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
1466
|
+
|
1467
|
+
[[package]]
|
1468
|
+
name = "windows_x86_64_gnu"
|
1469
|
+
version = "0.52.6"
|
1470
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1471
|
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
1472
|
+
|
1473
|
+
[[package]]
|
1474
|
+
name = "windows_x86_64_gnullvm"
|
1475
|
+
version = "0.52.6"
|
1476
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1477
|
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
1478
|
+
|
1479
|
+
[[package]]
|
1480
|
+
name = "windows_x86_64_msvc"
|
1481
|
+
version = "0.52.6"
|
1482
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1483
|
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
1484
|
+
|
1485
|
+
[[package]]
|
1486
|
+
name = "winnow"
|
1487
|
+
version = "0.7.4"
|
1488
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1489
|
+
checksum = "0e97b544156e9bebe1a0ffbc03484fc1ffe3100cbce3ffb17eac35f7cdd7ab36"
|
1490
|
+
dependencies = [
|
1491
|
+
"memchr",
|
1492
|
+
]
|
1493
|
+
|
1494
|
+
[[package]]
|
1495
|
+
name = "write16"
|
1496
|
+
version = "1.0.0"
|
1497
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1498
|
+
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
1499
|
+
|
1500
|
+
[[package]]
|
1501
|
+
name = "writeable"
|
1502
|
+
version = "0.5.5"
|
1503
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1504
|
+
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
1505
|
+
|
1506
|
+
[[package]]
|
1507
|
+
name = "yoke"
|
1508
|
+
version = "0.7.5"
|
1509
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1510
|
+
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
1511
|
+
dependencies = [
|
1512
|
+
"serde",
|
1513
|
+
"stable_deref_trait",
|
1514
|
+
"yoke-derive",
|
1515
|
+
"zerofrom",
|
1516
|
+
]
|
1517
|
+
|
1518
|
+
[[package]]
|
1519
|
+
name = "yoke-derive"
|
1520
|
+
version = "0.7.5"
|
1521
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1522
|
+
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
1523
|
+
dependencies = [
|
1524
|
+
"proc-macro2",
|
1525
|
+
"quote",
|
1526
|
+
"syn",
|
1527
|
+
"synstructure",
|
1528
|
+
]
|
1529
|
+
|
1530
|
+
[[package]]
|
1531
|
+
name = "zerocopy"
|
1532
|
+
version = "0.8.24"
|
1533
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1534
|
+
checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
|
1535
|
+
dependencies = [
|
1536
|
+
"zerocopy-derive",
|
1537
|
+
]
|
1538
|
+
|
1539
|
+
[[package]]
|
1540
|
+
name = "zerocopy-derive"
|
1541
|
+
version = "0.8.24"
|
1542
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1543
|
+
checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
|
1544
|
+
dependencies = [
|
1545
|
+
"proc-macro2",
|
1546
|
+
"quote",
|
1547
|
+
"syn",
|
1548
|
+
]
|
1549
|
+
|
1550
|
+
[[package]]
|
1551
|
+
name = "zerofrom"
|
1552
|
+
version = "0.1.6"
|
1553
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1554
|
+
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
1555
|
+
dependencies = [
|
1556
|
+
"zerofrom-derive",
|
1557
|
+
]
|
1558
|
+
|
1559
|
+
[[package]]
|
1560
|
+
name = "zerofrom-derive"
|
1561
|
+
version = "0.1.6"
|
1562
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1563
|
+
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
1564
|
+
dependencies = [
|
1565
|
+
"proc-macro2",
|
1566
|
+
"quote",
|
1567
|
+
"syn",
|
1568
|
+
"synstructure",
|
1569
|
+
]
|
1570
|
+
|
1571
|
+
[[package]]
|
1572
|
+
name = "zerovec"
|
1573
|
+
version = "0.10.4"
|
1574
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1575
|
+
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
1576
|
+
dependencies = [
|
1577
|
+
"yoke",
|
1578
|
+
"zerofrom",
|
1579
|
+
"zerovec-derive",
|
1580
|
+
]
|
1581
|
+
|
1582
|
+
[[package]]
|
1583
|
+
name = "zerovec-derive"
|
1584
|
+
version = "0.10.3"
|
1585
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1586
|
+
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
1587
|
+
dependencies = [
|
1588
|
+
"proc-macro2",
|
1589
|
+
"quote",
|
1590
|
+
"syn",
|
1591
|
+
]
|
1592
|
+
|
1593
|
+
[[package]]
|
1594
|
+
name = "zune-core"
|
1595
|
+
version = "0.4.12"
|
1596
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1597
|
+
checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
|
1598
|
+
|
1599
|
+
[[package]]
|
1600
|
+
name = "zune-inflate"
|
1601
|
+
version = "0.2.54"
|
1602
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1603
|
+
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
|
1604
|
+
dependencies = [
|
1605
|
+
"simd-adler32",
|
1606
|
+
]
|
1607
|
+
|
1608
|
+
[[package]]
|
1609
|
+
name = "zune-jpeg"
|
1610
|
+
version = "0.4.14"
|
1611
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1612
|
+
checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
|
1613
|
+
dependencies = [
|
1614
|
+
"zune-core",
|
1615
|
+
]
|