transpic-cli 0.1.4 → 0.1.5

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.
package/Cargo.lock DELETED
@@ -1,1342 +0,0 @@
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.1"
8
- source = "registry+https://github.com/rust-lang/crates.io-index"
9
- checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
-
11
- [[package]]
12
- name = "aligned"
13
- version = "0.4.3"
14
- source = "registry+https://github.com/rust-lang/crates.io-index"
15
- checksum = "ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685"
16
- dependencies = [
17
- "as-slice",
18
- ]
19
-
20
- [[package]]
21
- name = "aligned-vec"
22
- version = "0.6.4"
23
- source = "registry+https://github.com/rust-lang/crates.io-index"
24
- checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
25
- dependencies = [
26
- "equator",
27
- ]
28
-
29
- [[package]]
30
- name = "anstream"
31
- version = "1.0.0"
32
- source = "registry+https://github.com/rust-lang/crates.io-index"
33
- checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
34
- dependencies = [
35
- "anstyle",
36
- "anstyle-parse",
37
- "anstyle-query",
38
- "anstyle-wincon",
39
- "colorchoice",
40
- "is_terminal_polyfill",
41
- "utf8parse",
42
- ]
43
-
44
- [[package]]
45
- name = "anstyle"
46
- version = "1.0.14"
47
- source = "registry+https://github.com/rust-lang/crates.io-index"
48
- checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
49
-
50
- [[package]]
51
- name = "anstyle-parse"
52
- version = "1.0.0"
53
- source = "registry+https://github.com/rust-lang/crates.io-index"
54
- checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
55
- dependencies = [
56
- "utf8parse",
57
- ]
58
-
59
- [[package]]
60
- name = "anstyle-query"
61
- version = "1.1.5"
62
- source = "registry+https://github.com/rust-lang/crates.io-index"
63
- checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
64
- dependencies = [
65
- "windows-sys",
66
- ]
67
-
68
- [[package]]
69
- name = "anstyle-wincon"
70
- version = "3.0.11"
71
- source = "registry+https://github.com/rust-lang/crates.io-index"
72
- checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
73
- dependencies = [
74
- "anstyle",
75
- "once_cell_polyfill",
76
- "windows-sys",
77
- ]
78
-
79
- [[package]]
80
- name = "anyhow"
81
- version = "1.0.102"
82
- source = "registry+https://github.com/rust-lang/crates.io-index"
83
- checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
84
-
85
- [[package]]
86
- name = "arbitrary"
87
- version = "1.4.2"
88
- source = "registry+https://github.com/rust-lang/crates.io-index"
89
- checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
90
-
91
- [[package]]
92
- name = "arg_enum_proc_macro"
93
- version = "0.3.4"
94
- source = "registry+https://github.com/rust-lang/crates.io-index"
95
- checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
96
- dependencies = [
97
- "proc-macro2",
98
- "quote",
99
- "syn",
100
- ]
101
-
102
- [[package]]
103
- name = "arrayvec"
104
- version = "0.7.6"
105
- source = "registry+https://github.com/rust-lang/crates.io-index"
106
- checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
107
-
108
- [[package]]
109
- name = "as-slice"
110
- version = "0.2.1"
111
- source = "registry+https://github.com/rust-lang/crates.io-index"
112
- checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516"
113
- dependencies = [
114
- "stable_deref_trait",
115
- ]
116
-
117
- [[package]]
118
- name = "autocfg"
119
- version = "1.5.1"
120
- source = "registry+https://github.com/rust-lang/crates.io-index"
121
- checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
122
-
123
- [[package]]
124
- name = "av-scenechange"
125
- version = "0.14.1"
126
- source = "registry+https://github.com/rust-lang/crates.io-index"
127
- checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394"
128
- dependencies = [
129
- "aligned",
130
- "anyhow",
131
- "arg_enum_proc_macro",
132
- "arrayvec",
133
- "log",
134
- "num-rational",
135
- "num-traits",
136
- "pastey",
137
- "rayon",
138
- "thiserror",
139
- "v_frame",
140
- "y4m",
141
- ]
142
-
143
- [[package]]
144
- name = "av1-grain"
145
- version = "0.2.5"
146
- source = "registry+https://github.com/rust-lang/crates.io-index"
147
- checksum = "8cfddb07216410377231960af4fcab838eaa12e013417781b78bd95ee22077f8"
148
- dependencies = [
149
- "anyhow",
150
- "arrayvec",
151
- "log",
152
- "nom",
153
- "num-rational",
154
- "v_frame",
155
- ]
156
-
157
- [[package]]
158
- name = "avif-serialize"
159
- version = "0.8.9"
160
- source = "registry+https://github.com/rust-lang/crates.io-index"
161
- checksum = "e7178fe5f7d460b13895ebb9dcb28a3a6216d2df2574a0806cb51b555d297f38"
162
- dependencies = [
163
- "arrayvec",
164
- ]
165
-
166
- [[package]]
167
- name = "bit_field"
168
- version = "0.10.3"
169
- source = "registry+https://github.com/rust-lang/crates.io-index"
170
- checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
171
-
172
- [[package]]
173
- name = "bitflags"
174
- version = "2.11.1"
175
- source = "registry+https://github.com/rust-lang/crates.io-index"
176
- checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
177
-
178
- [[package]]
179
- name = "bitstream-io"
180
- version = "4.10.0"
181
- source = "registry+https://github.com/rust-lang/crates.io-index"
182
- checksum = "7eff00be299a18769011411c9def0d827e8f2d7bf0c3dbf53633147a8867fd1f"
183
- dependencies = [
184
- "no_std_io2",
185
- ]
186
-
187
- [[package]]
188
- name = "built"
189
- version = "0.8.1"
190
- source = "registry+https://github.com/rust-lang/crates.io-index"
191
- checksum = "5c0e531d93d39c34eef561e929e8a7f86d77a5af08aac4f6d6e39976c51858e9"
192
-
193
- [[package]]
194
- name = "bumpalo"
195
- version = "3.20.3"
196
- source = "registry+https://github.com/rust-lang/crates.io-index"
197
- checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
198
-
199
- [[package]]
200
- name = "bytemuck"
201
- version = "1.25.0"
202
- source = "registry+https://github.com/rust-lang/crates.io-index"
203
- checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
204
-
205
- [[package]]
206
- name = "byteorder-lite"
207
- version = "0.1.0"
208
- source = "registry+https://github.com/rust-lang/crates.io-index"
209
- checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
210
-
211
- [[package]]
212
- name = "cc"
213
- version = "1.2.62"
214
- source = "registry+https://github.com/rust-lang/crates.io-index"
215
- checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98"
216
- dependencies = [
217
- "find-msvc-tools",
218
- "jobserver",
219
- "libc",
220
- "shlex",
221
- ]
222
-
223
- [[package]]
224
- name = "cfg-if"
225
- version = "1.0.4"
226
- source = "registry+https://github.com/rust-lang/crates.io-index"
227
- checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
228
-
229
- [[package]]
230
- name = "clap"
231
- version = "4.6.1"
232
- source = "registry+https://github.com/rust-lang/crates.io-index"
233
- checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
234
- dependencies = [
235
- "clap_builder",
236
- "clap_derive",
237
- ]
238
-
239
- [[package]]
240
- name = "clap_builder"
241
- version = "4.6.0"
242
- source = "registry+https://github.com/rust-lang/crates.io-index"
243
- checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
244
- dependencies = [
245
- "anstream",
246
- "anstyle",
247
- "clap_lex",
248
- "strsim",
249
- ]
250
-
251
- [[package]]
252
- name = "clap_derive"
253
- version = "4.6.1"
254
- source = "registry+https://github.com/rust-lang/crates.io-index"
255
- checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
256
- dependencies = [
257
- "heck",
258
- "proc-macro2",
259
- "quote",
260
- "syn",
261
- ]
262
-
263
- [[package]]
264
- name = "clap_lex"
265
- version = "1.1.0"
266
- source = "registry+https://github.com/rust-lang/crates.io-index"
267
- checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
268
-
269
- [[package]]
270
- name = "color_quant"
271
- version = "1.1.0"
272
- source = "registry+https://github.com/rust-lang/crates.io-index"
273
- checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
274
-
275
- [[package]]
276
- name = "colorchoice"
277
- version = "1.0.5"
278
- source = "registry+https://github.com/rust-lang/crates.io-index"
279
- checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
280
-
281
- [[package]]
282
- name = "convert_case"
283
- version = "0.11.0"
284
- source = "registry+https://github.com/rust-lang/crates.io-index"
285
- checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
286
- dependencies = [
287
- "unicode-segmentation",
288
- ]
289
-
290
- [[package]]
291
- name = "crc32fast"
292
- version = "1.5.0"
293
- source = "registry+https://github.com/rust-lang/crates.io-index"
294
- checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
295
- dependencies = [
296
- "cfg-if",
297
- ]
298
-
299
- [[package]]
300
- name = "crossbeam-deque"
301
- version = "0.8.6"
302
- source = "registry+https://github.com/rust-lang/crates.io-index"
303
- checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
304
- dependencies = [
305
- "crossbeam-epoch",
306
- "crossbeam-utils",
307
- ]
308
-
309
- [[package]]
310
- name = "crossbeam-epoch"
311
- version = "0.9.18"
312
- source = "registry+https://github.com/rust-lang/crates.io-index"
313
- checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
314
- dependencies = [
315
- "crossbeam-utils",
316
- ]
317
-
318
- [[package]]
319
- name = "crossbeam-utils"
320
- version = "0.8.21"
321
- source = "registry+https://github.com/rust-lang/crates.io-index"
322
- checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
323
-
324
- [[package]]
325
- name = "crunchy"
326
- version = "0.2.4"
327
- source = "registry+https://github.com/rust-lang/crates.io-index"
328
- checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
329
-
330
- [[package]]
331
- name = "ctor"
332
- version = "1.0.7"
333
- source = "registry+https://github.com/rust-lang/crates.io-index"
334
- checksum = "01334b89b69ff726750c5ce5073fc8bd860e99aa9a8fc5ca11b04730e3aee97a"
335
-
336
- [[package]]
337
- name = "either"
338
- version = "1.16.0"
339
- source = "registry+https://github.com/rust-lang/crates.io-index"
340
- checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
341
-
342
- [[package]]
343
- name = "equator"
344
- version = "0.4.2"
345
- source = "registry+https://github.com/rust-lang/crates.io-index"
346
- checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
347
- dependencies = [
348
- "equator-macro",
349
- ]
350
-
351
- [[package]]
352
- name = "equator-macro"
353
- version = "0.4.2"
354
- source = "registry+https://github.com/rust-lang/crates.io-index"
355
- checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
356
- dependencies = [
357
- "proc-macro2",
358
- "quote",
359
- "syn",
360
- ]
361
-
362
- [[package]]
363
- name = "exr"
364
- version = "1.74.0"
365
- source = "registry+https://github.com/rust-lang/crates.io-index"
366
- checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be"
367
- dependencies = [
368
- "bit_field",
369
- "half",
370
- "lebe",
371
- "miniz_oxide",
372
- "rayon-core",
373
- "smallvec",
374
- "zune-inflate",
375
- ]
376
-
377
- [[package]]
378
- name = "fax"
379
- version = "0.2.7"
380
- source = "registry+https://github.com/rust-lang/crates.io-index"
381
- checksum = "caf1079563223d5d59d83c85886a56e586cfd5c1a26292e971a0fa266531ac5a"
382
-
383
- [[package]]
384
- name = "fdeflate"
385
- version = "0.3.7"
386
- source = "registry+https://github.com/rust-lang/crates.io-index"
387
- checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
388
- dependencies = [
389
- "simd-adler32",
390
- ]
391
-
392
- [[package]]
393
- name = "find-msvc-tools"
394
- version = "0.1.9"
395
- source = "registry+https://github.com/rust-lang/crates.io-index"
396
- checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
397
-
398
- [[package]]
399
- name = "flate2"
400
- version = "1.1.9"
401
- source = "registry+https://github.com/rust-lang/crates.io-index"
402
- checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
403
- dependencies = [
404
- "crc32fast",
405
- "miniz_oxide",
406
- ]
407
-
408
- [[package]]
409
- name = "futures"
410
- version = "0.3.32"
411
- source = "registry+https://github.com/rust-lang/crates.io-index"
412
- checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
413
- dependencies = [
414
- "futures-channel",
415
- "futures-core",
416
- "futures-executor",
417
- "futures-io",
418
- "futures-sink",
419
- "futures-task",
420
- "futures-util",
421
- ]
422
-
423
- [[package]]
424
- name = "futures-channel"
425
- version = "0.3.32"
426
- source = "registry+https://github.com/rust-lang/crates.io-index"
427
- checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
428
- dependencies = [
429
- "futures-core",
430
- "futures-sink",
431
- ]
432
-
433
- [[package]]
434
- name = "futures-core"
435
- version = "0.3.32"
436
- source = "registry+https://github.com/rust-lang/crates.io-index"
437
- checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
438
-
439
- [[package]]
440
- name = "futures-executor"
441
- version = "0.3.32"
442
- source = "registry+https://github.com/rust-lang/crates.io-index"
443
- checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
444
- dependencies = [
445
- "futures-core",
446
- "futures-task",
447
- "futures-util",
448
- ]
449
-
450
- [[package]]
451
- name = "futures-io"
452
- version = "0.3.32"
453
- source = "registry+https://github.com/rust-lang/crates.io-index"
454
- checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
455
-
456
- [[package]]
457
- name = "futures-macro"
458
- version = "0.3.32"
459
- source = "registry+https://github.com/rust-lang/crates.io-index"
460
- checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
461
- dependencies = [
462
- "proc-macro2",
463
- "quote",
464
- "syn",
465
- ]
466
-
467
- [[package]]
468
- name = "futures-sink"
469
- version = "0.3.32"
470
- source = "registry+https://github.com/rust-lang/crates.io-index"
471
- checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
472
-
473
- [[package]]
474
- name = "futures-task"
475
- version = "0.3.32"
476
- source = "registry+https://github.com/rust-lang/crates.io-index"
477
- checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
478
-
479
- [[package]]
480
- name = "futures-util"
481
- version = "0.3.32"
482
- source = "registry+https://github.com/rust-lang/crates.io-index"
483
- checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
484
- dependencies = [
485
- "futures-channel",
486
- "futures-core",
487
- "futures-io",
488
- "futures-macro",
489
- "futures-sink",
490
- "futures-task",
491
- "memchr",
492
- "pin-project-lite",
493
- "slab",
494
- ]
495
-
496
- [[package]]
497
- name = "getrandom"
498
- version = "0.3.4"
499
- source = "registry+https://github.com/rust-lang/crates.io-index"
500
- checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
501
- dependencies = [
502
- "cfg-if",
503
- "libc",
504
- "r-efi",
505
- "wasip2",
506
- ]
507
-
508
- [[package]]
509
- name = "gif"
510
- version = "0.14.2"
511
- source = "registry+https://github.com/rust-lang/crates.io-index"
512
- checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159"
513
- dependencies = [
514
- "color_quant",
515
- "weezl",
516
- ]
517
-
518
- [[package]]
519
- name = "half"
520
- version = "2.7.1"
521
- source = "registry+https://github.com/rust-lang/crates.io-index"
522
- checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
523
- dependencies = [
524
- "cfg-if",
525
- "crunchy",
526
- "zerocopy",
527
- ]
528
-
529
- [[package]]
530
- name = "heck"
531
- version = "0.5.0"
532
- source = "registry+https://github.com/rust-lang/crates.io-index"
533
- checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
534
-
535
- [[package]]
536
- name = "image"
537
- version = "0.25.10"
538
- source = "registry+https://github.com/rust-lang/crates.io-index"
539
- checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
540
- dependencies = [
541
- "bytemuck",
542
- "byteorder-lite",
543
- "color_quant",
544
- "exr",
545
- "gif",
546
- "image-webp",
547
- "moxcms",
548
- "num-traits",
549
- "png",
550
- "qoi",
551
- "ravif",
552
- "rayon",
553
- "rgb",
554
- "tiff",
555
- "zune-core",
556
- "zune-jpeg",
557
- ]
558
-
559
- [[package]]
560
- name = "image-webp"
561
- version = "0.2.4"
562
- source = "registry+https://github.com/rust-lang/crates.io-index"
563
- checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
564
- dependencies = [
565
- "byteorder-lite",
566
- "quick-error",
567
- ]
568
-
569
- [[package]]
570
- name = "imgref"
571
- version = "1.12.1"
572
- source = "registry+https://github.com/rust-lang/crates.io-index"
573
- checksum = "40fac9d56ed6437b198fddba683305e8e2d651aa42647f00f5ae542e7f5c94a2"
574
-
575
- [[package]]
576
- name = "interpolate_name"
577
- version = "0.2.4"
578
- source = "registry+https://github.com/rust-lang/crates.io-index"
579
- checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
580
- dependencies = [
581
- "proc-macro2",
582
- "quote",
583
- "syn",
584
- ]
585
-
586
- [[package]]
587
- name = "is_terminal_polyfill"
588
- version = "1.70.2"
589
- source = "registry+https://github.com/rust-lang/crates.io-index"
590
- checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
591
-
592
- [[package]]
593
- name = "itertools"
594
- version = "0.14.0"
595
- source = "registry+https://github.com/rust-lang/crates.io-index"
596
- checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
597
- dependencies = [
598
- "either",
599
- ]
600
-
601
- [[package]]
602
- name = "jobserver"
603
- version = "0.1.34"
604
- source = "registry+https://github.com/rust-lang/crates.io-index"
605
- checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
606
- dependencies = [
607
- "getrandom",
608
- "libc",
609
- ]
610
-
611
- [[package]]
612
- name = "lebe"
613
- version = "0.5.3"
614
- source = "registry+https://github.com/rust-lang/crates.io-index"
615
- checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
616
-
617
- [[package]]
618
- name = "libc"
619
- version = "0.2.186"
620
- source = "registry+https://github.com/rust-lang/crates.io-index"
621
- checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
622
-
623
- [[package]]
624
- name = "libfuzzer-sys"
625
- version = "0.4.12"
626
- source = "registry+https://github.com/rust-lang/crates.io-index"
627
- checksum = "f12a681b7dd8ce12bff52488013ba614b869148d54dd79836ab85aafdd53f08d"
628
- dependencies = [
629
- "arbitrary",
630
- "cc",
631
- ]
632
-
633
- [[package]]
634
- name = "libloading"
635
- version = "0.9.0"
636
- source = "registry+https://github.com/rust-lang/crates.io-index"
637
- checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60"
638
- dependencies = [
639
- "cfg-if",
640
- "windows-link",
641
- ]
642
-
643
- [[package]]
644
- name = "log"
645
- version = "0.4.30"
646
- source = "registry+https://github.com/rust-lang/crates.io-index"
647
- checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5"
648
-
649
- [[package]]
650
- name = "loop9"
651
- version = "0.1.5"
652
- source = "registry+https://github.com/rust-lang/crates.io-index"
653
- checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
654
- dependencies = [
655
- "imgref",
656
- ]
657
-
658
- [[package]]
659
- name = "maybe-rayon"
660
- version = "0.1.1"
661
- source = "registry+https://github.com/rust-lang/crates.io-index"
662
- checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
663
- dependencies = [
664
- "cfg-if",
665
- "rayon",
666
- ]
667
-
668
- [[package]]
669
- name = "memchr"
670
- version = "2.8.1"
671
- source = "registry+https://github.com/rust-lang/crates.io-index"
672
- checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8"
673
-
674
- [[package]]
675
- name = "miniz_oxide"
676
- version = "0.8.9"
677
- source = "registry+https://github.com/rust-lang/crates.io-index"
678
- checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
679
- dependencies = [
680
- "adler2",
681
- "simd-adler32",
682
- ]
683
-
684
- [[package]]
685
- name = "moxcms"
686
- version = "0.8.1"
687
- source = "registry+https://github.com/rust-lang/crates.io-index"
688
- checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
689
- dependencies = [
690
- "num-traits",
691
- "pxfm",
692
- ]
693
-
694
- [[package]]
695
- name = "napi"
696
- version = "3.9.0"
697
- source = "registry+https://github.com/rust-lang/crates.io-index"
698
- checksum = "f1d395473824516f38dd1071a1a37bc57daa7be65b293ebba4ead5f7abb017a2"
699
- dependencies = [
700
- "bitflags",
701
- "ctor",
702
- "futures",
703
- "napi-build",
704
- "napi-sys",
705
- "nohash-hasher",
706
- "rustc-hash",
707
- ]
708
-
709
- [[package]]
710
- name = "napi-build"
711
- version = "2.3.2"
712
- source = "registry+https://github.com/rust-lang/crates.io-index"
713
- checksum = "c9c366d2c8c60b86fa632df75f745509b52f9128f91a6bad4c796e44abb505e1"
714
-
715
- [[package]]
716
- name = "napi-derive"
717
- version = "3.5.6"
718
- source = "registry+https://github.com/rust-lang/crates.io-index"
719
- checksum = "89b3f766e04667e6da0e181e2da4f85475d5a6513b7cf6a80bea184e224a5b42"
720
- dependencies = [
721
- "convert_case",
722
- "ctor",
723
- "napi-derive-backend",
724
- "proc-macro2",
725
- "quote",
726
- "syn",
727
- ]
728
-
729
- [[package]]
730
- name = "napi-derive-backend"
731
- version = "5.0.4"
732
- source = "registry+https://github.com/rust-lang/crates.io-index"
733
- checksum = "0d5af30503edf933ce7377cf6d4c877a62b0f1107ea05585f1b5e430e88d5baf"
734
- dependencies = [
735
- "convert_case",
736
- "proc-macro2",
737
- "quote",
738
- "semver",
739
- "syn",
740
- ]
741
-
742
- [[package]]
743
- name = "napi-sys"
744
- version = "3.2.1"
745
- source = "registry+https://github.com/rust-lang/crates.io-index"
746
- checksum = "8eb602b84d7c1edae45e50bbf1374696548f36ae179dfa667f577e384bb90c2b"
747
- dependencies = [
748
- "libloading",
749
- ]
750
-
751
- [[package]]
752
- name = "new_debug_unreachable"
753
- version = "1.0.6"
754
- source = "registry+https://github.com/rust-lang/crates.io-index"
755
- checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
756
-
757
- [[package]]
758
- name = "no_std_io2"
759
- version = "0.9.4"
760
- source = "registry+https://github.com/rust-lang/crates.io-index"
761
- checksum = "418abd1b6d34fbf6cae440dc874771b0525a604428704c76e48b29a5e67b8003"
762
- dependencies = [
763
- "memchr",
764
- ]
765
-
766
- [[package]]
767
- name = "nohash-hasher"
768
- version = "0.2.0"
769
- source = "registry+https://github.com/rust-lang/crates.io-index"
770
- checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
771
-
772
- [[package]]
773
- name = "nom"
774
- version = "8.0.0"
775
- source = "registry+https://github.com/rust-lang/crates.io-index"
776
- checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
777
- dependencies = [
778
- "memchr",
779
- ]
780
-
781
- [[package]]
782
- name = "noop_proc_macro"
783
- version = "0.3.0"
784
- source = "registry+https://github.com/rust-lang/crates.io-index"
785
- checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
786
-
787
- [[package]]
788
- name = "num-bigint"
789
- version = "0.4.6"
790
- source = "registry+https://github.com/rust-lang/crates.io-index"
791
- checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
792
- dependencies = [
793
- "num-integer",
794
- "num-traits",
795
- ]
796
-
797
- [[package]]
798
- name = "num-derive"
799
- version = "0.4.2"
800
- source = "registry+https://github.com/rust-lang/crates.io-index"
801
- checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
802
- dependencies = [
803
- "proc-macro2",
804
- "quote",
805
- "syn",
806
- ]
807
-
808
- [[package]]
809
- name = "num-integer"
810
- version = "0.1.46"
811
- source = "registry+https://github.com/rust-lang/crates.io-index"
812
- checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
813
- dependencies = [
814
- "num-traits",
815
- ]
816
-
817
- [[package]]
818
- name = "num-rational"
819
- version = "0.4.2"
820
- source = "registry+https://github.com/rust-lang/crates.io-index"
821
- checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
822
- dependencies = [
823
- "num-bigint",
824
- "num-integer",
825
- "num-traits",
826
- ]
827
-
828
- [[package]]
829
- name = "num-traits"
830
- version = "0.2.19"
831
- source = "registry+https://github.com/rust-lang/crates.io-index"
832
- checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
833
- dependencies = [
834
- "autocfg",
835
- ]
836
-
837
- [[package]]
838
- name = "once_cell"
839
- version = "1.21.4"
840
- source = "registry+https://github.com/rust-lang/crates.io-index"
841
- checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
842
-
843
- [[package]]
844
- name = "once_cell_polyfill"
845
- version = "1.70.2"
846
- source = "registry+https://github.com/rust-lang/crates.io-index"
847
- checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
848
-
849
- [[package]]
850
- name = "paste"
851
- version = "1.0.15"
852
- source = "registry+https://github.com/rust-lang/crates.io-index"
853
- checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
854
-
855
- [[package]]
856
- name = "pastey"
857
- version = "0.1.1"
858
- source = "registry+https://github.com/rust-lang/crates.io-index"
859
- checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
860
-
861
- [[package]]
862
- name = "pin-project-lite"
863
- version = "0.2.17"
864
- source = "registry+https://github.com/rust-lang/crates.io-index"
865
- checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
866
-
867
- [[package]]
868
- name = "png"
869
- version = "0.18.1"
870
- source = "registry+https://github.com/rust-lang/crates.io-index"
871
- checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
872
- dependencies = [
873
- "bitflags",
874
- "crc32fast",
875
- "fdeflate",
876
- "flate2",
877
- "miniz_oxide",
878
- ]
879
-
880
- [[package]]
881
- name = "ppv-lite86"
882
- version = "0.2.21"
883
- source = "registry+https://github.com/rust-lang/crates.io-index"
884
- checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
885
- dependencies = [
886
- "zerocopy",
887
- ]
888
-
889
- [[package]]
890
- name = "proc-macro2"
891
- version = "1.0.106"
892
- source = "registry+https://github.com/rust-lang/crates.io-index"
893
- checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
894
- dependencies = [
895
- "unicode-ident",
896
- ]
897
-
898
- [[package]]
899
- name = "profiling"
900
- version = "1.0.18"
901
- source = "registry+https://github.com/rust-lang/crates.io-index"
902
- checksum = "3d595e54a326bc53c1c197b32d295e14b169e3cfeaa8dc82b529f947fba6bcf5"
903
- dependencies = [
904
- "profiling-procmacros",
905
- ]
906
-
907
- [[package]]
908
- name = "profiling-procmacros"
909
- version = "1.0.18"
910
- source = "registry+https://github.com/rust-lang/crates.io-index"
911
- checksum = "4488a4a36b9a4ba6b9334a32a39971f77c1436ec82c38707bce707699cc3bbcb"
912
- dependencies = [
913
- "quote",
914
- "syn",
915
- ]
916
-
917
- [[package]]
918
- name = "pxfm"
919
- version = "0.1.29"
920
- source = "registry+https://github.com/rust-lang/crates.io-index"
921
- checksum = "e0c5ccf5294c6ccd63a74f1565028353830a9c2f5eb0c682c355c471726a6e3f"
922
-
923
- [[package]]
924
- name = "qoi"
925
- version = "0.4.1"
926
- source = "registry+https://github.com/rust-lang/crates.io-index"
927
- checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
928
- dependencies = [
929
- "bytemuck",
930
- ]
931
-
932
- [[package]]
933
- name = "quick-error"
934
- version = "2.0.1"
935
- source = "registry+https://github.com/rust-lang/crates.io-index"
936
- checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
937
-
938
- [[package]]
939
- name = "quote"
940
- version = "1.0.45"
941
- source = "registry+https://github.com/rust-lang/crates.io-index"
942
- checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
943
- dependencies = [
944
- "proc-macro2",
945
- ]
946
-
947
- [[package]]
948
- name = "r-efi"
949
- version = "5.3.0"
950
- source = "registry+https://github.com/rust-lang/crates.io-index"
951
- checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
952
-
953
- [[package]]
954
- name = "rand"
955
- version = "0.9.4"
956
- source = "registry+https://github.com/rust-lang/crates.io-index"
957
- checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
958
- dependencies = [
959
- "rand_chacha",
960
- "rand_core",
961
- ]
962
-
963
- [[package]]
964
- name = "rand_chacha"
965
- version = "0.9.0"
966
- source = "registry+https://github.com/rust-lang/crates.io-index"
967
- checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
968
- dependencies = [
969
- "ppv-lite86",
970
- "rand_core",
971
- ]
972
-
973
- [[package]]
974
- name = "rand_core"
975
- version = "0.9.5"
976
- source = "registry+https://github.com/rust-lang/crates.io-index"
977
- checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
978
- dependencies = [
979
- "getrandom",
980
- ]
981
-
982
- [[package]]
983
- name = "rav1e"
984
- version = "0.8.1"
985
- source = "registry+https://github.com/rust-lang/crates.io-index"
986
- checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b"
987
- dependencies = [
988
- "aligned-vec",
989
- "arbitrary",
990
- "arg_enum_proc_macro",
991
- "arrayvec",
992
- "av-scenechange",
993
- "av1-grain",
994
- "bitstream-io",
995
- "built",
996
- "cfg-if",
997
- "interpolate_name",
998
- "itertools",
999
- "libc",
1000
- "libfuzzer-sys",
1001
- "log",
1002
- "maybe-rayon",
1003
- "new_debug_unreachable",
1004
- "noop_proc_macro",
1005
- "num-derive",
1006
- "num-traits",
1007
- "paste",
1008
- "profiling",
1009
- "rand",
1010
- "rand_chacha",
1011
- "simd_helpers",
1012
- "thiserror",
1013
- "v_frame",
1014
- "wasm-bindgen",
1015
- ]
1016
-
1017
- [[package]]
1018
- name = "ravif"
1019
- version = "0.13.0"
1020
- source = "registry+https://github.com/rust-lang/crates.io-index"
1021
- checksum = "e52310197d971b0f5be7fe6b57530dcd27beb35c1b013f29d66c1ad73fbbcc45"
1022
- dependencies = [
1023
- "avif-serialize",
1024
- "imgref",
1025
- "loop9",
1026
- "quick-error",
1027
- "rav1e",
1028
- "rayon",
1029
- "rgb",
1030
- ]
1031
-
1032
- [[package]]
1033
- name = "rayon"
1034
- version = "1.12.0"
1035
- source = "registry+https://github.com/rust-lang/crates.io-index"
1036
- checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
1037
- dependencies = [
1038
- "either",
1039
- "rayon-core",
1040
- ]
1041
-
1042
- [[package]]
1043
- name = "rayon-core"
1044
- version = "1.13.0"
1045
- source = "registry+https://github.com/rust-lang/crates.io-index"
1046
- checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1047
- dependencies = [
1048
- "crossbeam-deque",
1049
- "crossbeam-utils",
1050
- ]
1051
-
1052
- [[package]]
1053
- name = "rgb"
1054
- version = "0.8.53"
1055
- source = "registry+https://github.com/rust-lang/crates.io-index"
1056
- checksum = "47b34b781b31e5d73e9fbc8689c70551fd1ade9a19e3e28cfec8580a79290cc4"
1057
-
1058
- [[package]]
1059
- name = "rustc-hash"
1060
- version = "2.1.2"
1061
- source = "registry+https://github.com/rust-lang/crates.io-index"
1062
- checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
1063
-
1064
- [[package]]
1065
- name = "rustversion"
1066
- version = "1.0.22"
1067
- source = "registry+https://github.com/rust-lang/crates.io-index"
1068
- checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1069
-
1070
- [[package]]
1071
- name = "semver"
1072
- version = "1.0.28"
1073
- source = "registry+https://github.com/rust-lang/crates.io-index"
1074
- checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1075
-
1076
- [[package]]
1077
- name = "shlex"
1078
- version = "1.3.0"
1079
- source = "registry+https://github.com/rust-lang/crates.io-index"
1080
- checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1081
-
1082
- [[package]]
1083
- name = "simd-adler32"
1084
- version = "0.3.9"
1085
- source = "registry+https://github.com/rust-lang/crates.io-index"
1086
- checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
1087
-
1088
- [[package]]
1089
- name = "simd_helpers"
1090
- version = "0.1.0"
1091
- source = "registry+https://github.com/rust-lang/crates.io-index"
1092
- checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
1093
- dependencies = [
1094
- "quote",
1095
- ]
1096
-
1097
- [[package]]
1098
- name = "slab"
1099
- version = "0.4.12"
1100
- source = "registry+https://github.com/rust-lang/crates.io-index"
1101
- checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1102
-
1103
- [[package]]
1104
- name = "smallvec"
1105
- version = "1.15.1"
1106
- source = "registry+https://github.com/rust-lang/crates.io-index"
1107
- checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1108
-
1109
- [[package]]
1110
- name = "stable_deref_trait"
1111
- version = "1.2.1"
1112
- source = "registry+https://github.com/rust-lang/crates.io-index"
1113
- checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1114
-
1115
- [[package]]
1116
- name = "strsim"
1117
- version = "0.11.1"
1118
- source = "registry+https://github.com/rust-lang/crates.io-index"
1119
- checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1120
-
1121
- [[package]]
1122
- name = "syn"
1123
- version = "2.0.117"
1124
- source = "registry+https://github.com/rust-lang/crates.io-index"
1125
- checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1126
- dependencies = [
1127
- "proc-macro2",
1128
- "quote",
1129
- "unicode-ident",
1130
- ]
1131
-
1132
- [[package]]
1133
- name = "thiserror"
1134
- version = "2.0.18"
1135
- source = "registry+https://github.com/rust-lang/crates.io-index"
1136
- checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1137
- dependencies = [
1138
- "thiserror-impl",
1139
- ]
1140
-
1141
- [[package]]
1142
- name = "thiserror-impl"
1143
- version = "2.0.18"
1144
- source = "registry+https://github.com/rust-lang/crates.io-index"
1145
- checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1146
- dependencies = [
1147
- "proc-macro2",
1148
- "quote",
1149
- "syn",
1150
- ]
1151
-
1152
- [[package]]
1153
- name = "tiff"
1154
- version = "0.11.3"
1155
- source = "registry+https://github.com/rust-lang/crates.io-index"
1156
- checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52"
1157
- dependencies = [
1158
- "fax",
1159
- "flate2",
1160
- "half",
1161
- "quick-error",
1162
- "weezl",
1163
- "zune-jpeg",
1164
- ]
1165
-
1166
- [[package]]
1167
- name = "transpic-cli"
1168
- version = "0.1.4"
1169
- dependencies = [
1170
- "clap",
1171
- "transpic-core",
1172
- ]
1173
-
1174
- [[package]]
1175
- name = "transpic-core"
1176
- version = "0.1.0"
1177
- dependencies = [
1178
- "image",
1179
- "napi",
1180
- "napi-build",
1181
- "napi-derive",
1182
- ]
1183
-
1184
- [[package]]
1185
- name = "unicode-ident"
1186
- version = "1.0.24"
1187
- source = "registry+https://github.com/rust-lang/crates.io-index"
1188
- checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1189
-
1190
- [[package]]
1191
- name = "unicode-segmentation"
1192
- version = "1.13.3"
1193
- source = "registry+https://github.com/rust-lang/crates.io-index"
1194
- checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
1195
-
1196
- [[package]]
1197
- name = "utf8parse"
1198
- version = "0.2.2"
1199
- source = "registry+https://github.com/rust-lang/crates.io-index"
1200
- checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1201
-
1202
- [[package]]
1203
- name = "v_frame"
1204
- version = "0.3.9"
1205
- source = "registry+https://github.com/rust-lang/crates.io-index"
1206
- checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
1207
- dependencies = [
1208
- "aligned-vec",
1209
- "num-traits",
1210
- "wasm-bindgen",
1211
- ]
1212
-
1213
- [[package]]
1214
- name = "wasip2"
1215
- version = "1.0.3+wasi-0.2.9"
1216
- source = "registry+https://github.com/rust-lang/crates.io-index"
1217
- checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
1218
- dependencies = [
1219
- "wit-bindgen",
1220
- ]
1221
-
1222
- [[package]]
1223
- name = "wasm-bindgen"
1224
- version = "0.2.122"
1225
- source = "registry+https://github.com/rust-lang/crates.io-index"
1226
- checksum = "3ed04576f974d2b2fba0f38c51dbc5518011e38c36bf1143164be765528fd409"
1227
- dependencies = [
1228
- "cfg-if",
1229
- "once_cell",
1230
- "rustversion",
1231
- "wasm-bindgen-macro",
1232
- "wasm-bindgen-shared",
1233
- ]
1234
-
1235
- [[package]]
1236
- name = "wasm-bindgen-macro"
1237
- version = "0.2.122"
1238
- source = "registry+https://github.com/rust-lang/crates.io-index"
1239
- checksum = "916151b09da36bd82f6615cbf3a419e2f0ba23a03c6160e8e92eb6bd4aa1dec6"
1240
- dependencies = [
1241
- "quote",
1242
- "wasm-bindgen-macro-support",
1243
- ]
1244
-
1245
- [[package]]
1246
- name = "wasm-bindgen-macro-support"
1247
- version = "0.2.122"
1248
- source = "registry+https://github.com/rust-lang/crates.io-index"
1249
- checksum = "299047362ccbfce148b67ab7e73349f77748e00c8296f9542adfad2ad82c5c5e"
1250
- dependencies = [
1251
- "bumpalo",
1252
- "proc-macro2",
1253
- "quote",
1254
- "syn",
1255
- "wasm-bindgen-shared",
1256
- ]
1257
-
1258
- [[package]]
1259
- name = "wasm-bindgen-shared"
1260
- version = "0.2.122"
1261
- source = "registry+https://github.com/rust-lang/crates.io-index"
1262
- checksum = "9a929b2c61f11ba3e9bc35b50c1f25cb38e0e892c0c231ae2b8cf78d5dad4437"
1263
- dependencies = [
1264
- "unicode-ident",
1265
- ]
1266
-
1267
- [[package]]
1268
- name = "weezl"
1269
- version = "0.1.12"
1270
- source = "registry+https://github.com/rust-lang/crates.io-index"
1271
- checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
1272
-
1273
- [[package]]
1274
- name = "windows-link"
1275
- version = "0.2.1"
1276
- source = "registry+https://github.com/rust-lang/crates.io-index"
1277
- checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1278
-
1279
- [[package]]
1280
- name = "windows-sys"
1281
- version = "0.61.2"
1282
- source = "registry+https://github.com/rust-lang/crates.io-index"
1283
- checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1284
- dependencies = [
1285
- "windows-link",
1286
- ]
1287
-
1288
- [[package]]
1289
- name = "wit-bindgen"
1290
- version = "0.57.1"
1291
- source = "registry+https://github.com/rust-lang/crates.io-index"
1292
- checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
1293
-
1294
- [[package]]
1295
- name = "y4m"
1296
- version = "0.8.0"
1297
- source = "registry+https://github.com/rust-lang/crates.io-index"
1298
- checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448"
1299
-
1300
- [[package]]
1301
- name = "zerocopy"
1302
- version = "0.8.48"
1303
- source = "registry+https://github.com/rust-lang/crates.io-index"
1304
- checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
1305
- dependencies = [
1306
- "zerocopy-derive",
1307
- ]
1308
-
1309
- [[package]]
1310
- name = "zerocopy-derive"
1311
- version = "0.8.48"
1312
- source = "registry+https://github.com/rust-lang/crates.io-index"
1313
- checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
1314
- dependencies = [
1315
- "proc-macro2",
1316
- "quote",
1317
- "syn",
1318
- ]
1319
-
1320
- [[package]]
1321
- name = "zune-core"
1322
- version = "0.5.1"
1323
- source = "registry+https://github.com/rust-lang/crates.io-index"
1324
- checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
1325
-
1326
- [[package]]
1327
- name = "zune-inflate"
1328
- version = "0.2.54"
1329
- source = "registry+https://github.com/rust-lang/crates.io-index"
1330
- checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
1331
- dependencies = [
1332
- "simd-adler32",
1333
- ]
1334
-
1335
- [[package]]
1336
- name = "zune-jpeg"
1337
- version = "0.5.15"
1338
- source = "registry+https://github.com/rust-lang/crates.io-index"
1339
- checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
1340
- dependencies = [
1341
- "zune-core",
1342
- ]