@remotion/renderer 4.0.225 → 4.0.227

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,952 +0,0 @@
1
- # This file is automatically @generated by Cargo.
2
- # It is not intended for manual editing.
3
- version = 3
4
-
5
- [[package]]
6
- name = "adler"
7
- version = "1.0.2"
8
- source = "registry+https://github.com/rust-lang/crates.io-index"
9
- checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
-
11
- [[package]]
12
- name = "autocfg"
13
- version = "1.1.0"
14
- source = "registry+https://github.com/rust-lang/crates.io-index"
15
- checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
16
-
17
- [[package]]
18
- name = "bindgen"
19
- version = "0.70.1"
20
- source = "registry+https://github.com/rust-lang/crates.io-index"
21
- checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
22
- dependencies = [
23
- "bitflags 2.6.0",
24
- "cexpr",
25
- "clang-sys",
26
- "itertools",
27
- "proc-macro2",
28
- "quote",
29
- "regex",
30
- "rustc-hash",
31
- "shlex",
32
- "syn",
33
- ]
34
-
35
- [[package]]
36
- name = "bit_field"
37
- version = "0.10.2"
38
- source = "registry+https://github.com/rust-lang/crates.io-index"
39
- checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
40
-
41
- [[package]]
42
- name = "bitflags"
43
- version = "1.3.2"
44
- source = "registry+https://github.com/rust-lang/crates.io-index"
45
- checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
46
-
47
- [[package]]
48
- name = "bitflags"
49
- version = "2.6.0"
50
- source = "registry+https://github.com/rust-lang/crates.io-index"
51
- checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
52
-
53
- [[package]]
54
- name = "bytemuck"
55
- version = "1.13.1"
56
- source = "registry+https://github.com/rust-lang/crates.io-index"
57
- checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
58
-
59
- [[package]]
60
- name = "byteorder"
61
- version = "1.4.3"
62
- source = "registry+https://github.com/rust-lang/crates.io-index"
63
- checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
64
-
65
- [[package]]
66
- name = "bytes"
67
- version = "1.4.0"
68
- source = "registry+https://github.com/rust-lang/crates.io-index"
69
- checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
70
-
71
- [[package]]
72
- name = "cc"
73
- version = "1.1.24"
74
- source = "registry+https://github.com/rust-lang/crates.io-index"
75
- checksum = "812acba72f0a070b003d3697490d2b55b837230ae7c6c6497f05cc2ddbb8d938"
76
- dependencies = [
77
- "shlex",
78
- ]
79
-
80
- [[package]]
81
- name = "cexpr"
82
- version = "0.6.0"
83
- source = "registry+https://github.com/rust-lang/crates.io-index"
84
- checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
85
- dependencies = [
86
- "nom",
87
- ]
88
-
89
- [[package]]
90
- name = "cfg-if"
91
- version = "1.0.0"
92
- source = "registry+https://github.com/rust-lang/crates.io-index"
93
- checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
94
-
95
- [[package]]
96
- name = "clang-sys"
97
- version = "1.6.1"
98
- source = "registry+https://github.com/rust-lang/crates.io-index"
99
- checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
100
- dependencies = [
101
- "glob",
102
- "libc",
103
- "libloading",
104
- ]
105
-
106
- [[package]]
107
- name = "color_quant"
108
- version = "1.1.0"
109
- source = "registry+https://github.com/rust-lang/crates.io-index"
110
- checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
111
-
112
- [[package]]
113
- name = "core-foundation-sys"
114
- version = "0.8.4"
115
- source = "registry+https://github.com/rust-lang/crates.io-index"
116
- checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
117
-
118
- [[package]]
119
- name = "crc32fast"
120
- version = "1.3.2"
121
- source = "registry+https://github.com/rust-lang/crates.io-index"
122
- checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
123
- dependencies = [
124
- "cfg-if",
125
- ]
126
-
127
- [[package]]
128
- name = "crossbeam-deque"
129
- version = "0.8.3"
130
- source = "registry+https://github.com/rust-lang/crates.io-index"
131
- checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
132
- dependencies = [
133
- "cfg-if",
134
- "crossbeam-epoch",
135
- "crossbeam-utils",
136
- ]
137
-
138
- [[package]]
139
- name = "crossbeam-epoch"
140
- version = "0.9.14"
141
- source = "registry+https://github.com/rust-lang/crates.io-index"
142
- checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
143
- dependencies = [
144
- "autocfg",
145
- "cfg-if",
146
- "crossbeam-utils",
147
- "memoffset",
148
- "scopeguard",
149
- ]
150
-
151
- [[package]]
152
- name = "crossbeam-utils"
153
- version = "0.8.15"
154
- source = "registry+https://github.com/rust-lang/crates.io-index"
155
- checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
156
- dependencies = [
157
- "cfg-if",
158
- ]
159
-
160
- [[package]]
161
- name = "crunchy"
162
- version = "0.2.2"
163
- source = "registry+https://github.com/rust-lang/crates.io-index"
164
- checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
165
-
166
- [[package]]
167
- name = "either"
168
- version = "1.8.1"
169
- source = "registry+https://github.com/rust-lang/crates.io-index"
170
- checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
171
-
172
- [[package]]
173
- name = "exr"
174
- version = "1.72.0"
175
- source = "registry+https://github.com/rust-lang/crates.io-index"
176
- checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
177
- dependencies = [
178
- "bit_field",
179
- "flume",
180
- "half",
181
- "lebe",
182
- "miniz_oxide 0.7.3",
183
- "rayon-core",
184
- "smallvec",
185
- "zune-inflate",
186
- ]
187
-
188
- [[package]]
189
- name = "fdeflate"
190
- version = "0.3.4"
191
- source = "registry+https://github.com/rust-lang/crates.io-index"
192
- checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
193
- dependencies = [
194
- "simd-adler32",
195
- ]
196
-
197
- [[package]]
198
- name = "ffmpeg-next"
199
- version = "7.1.0"
200
- source = "git+https://github.com/remotion-dev/rust-ffmpeg?rev=b3878a087fc5be3985974cec9627072bc94b8f52#b3878a087fc5be3985974cec9627072bc94b8f52"
201
- dependencies = [
202
- "bitflags 2.6.0",
203
- "ffmpeg-sys-next",
204
- "libc",
205
- ]
206
-
207
- [[package]]
208
- name = "ffmpeg-sys-next"
209
- version = "7.1.0"
210
- source = "git+https://github.com/remotion-dev/rust-ffmpeg-sys?rev=72427665dde18f5af6770800b4719ec6e73d06f6#72427665dde18f5af6770800b4719ec6e73d06f6"
211
- dependencies = [
212
- "bindgen",
213
- "cc",
214
- "flate2",
215
- "libc",
216
- "num_cpus",
217
- "pkg-config",
218
- "tar",
219
- "vcpkg",
220
- ]
221
-
222
- [[package]]
223
- name = "filetime"
224
- version = "0.2.21"
225
- source = "registry+https://github.com/rust-lang/crates.io-index"
226
- checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
227
- dependencies = [
228
- "cfg-if",
229
- "libc",
230
- "redox_syscall",
231
- "windows-sys",
232
- ]
233
-
234
- [[package]]
235
- name = "flate2"
236
- version = "1.0.25"
237
- source = "registry+https://github.com/rust-lang/crates.io-index"
238
- checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
239
- dependencies = [
240
- "crc32fast",
241
- "miniz_oxide 0.6.2",
242
- ]
243
-
244
- [[package]]
245
- name = "flume"
246
- version = "0.11.0"
247
- source = "registry+https://github.com/rust-lang/crates.io-index"
248
- checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
249
- dependencies = [
250
- "spin",
251
- ]
252
-
253
- [[package]]
254
- name = "gif"
255
- version = "0.12.0"
256
- source = "registry+https://github.com/rust-lang/crates.io-index"
257
- checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045"
258
- dependencies = [
259
- "color_quant",
260
- "weezl",
261
- ]
262
-
263
- [[package]]
264
- name = "glob"
265
- version = "0.3.1"
266
- source = "registry+https://github.com/rust-lang/crates.io-index"
267
- checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
268
-
269
- [[package]]
270
- name = "half"
271
- version = "2.4.1"
272
- source = "registry+https://github.com/rust-lang/crates.io-index"
273
- checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
274
- dependencies = [
275
- "cfg-if",
276
- "crunchy",
277
- ]
278
-
279
- [[package]]
280
- name = "hermit-abi"
281
- version = "0.3.9"
282
- source = "registry+https://github.com/rust-lang/crates.io-index"
283
- checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
284
-
285
- [[package]]
286
- name = "image"
287
- version = "0.24.7"
288
- source = "registry+https://github.com/rust-lang/crates.io-index"
289
- checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711"
290
- dependencies = [
291
- "bytemuck",
292
- "byteorder",
293
- "color_quant",
294
- "exr",
295
- "gif",
296
- "jpeg-decoder",
297
- "num-rational",
298
- "num-traits",
299
- "png",
300
- "qoi",
301
- "tiff",
302
- ]
303
-
304
- [[package]]
305
- name = "itertools"
306
- version = "0.13.0"
307
- source = "registry+https://github.com/rust-lang/crates.io-index"
308
- checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
309
- dependencies = [
310
- "either",
311
- ]
312
-
313
- [[package]]
314
- name = "itoa"
315
- version = "1.0.6"
316
- source = "registry+https://github.com/rust-lang/crates.io-index"
317
- checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
318
-
319
- [[package]]
320
- name = "jpeg-decoder"
321
- version = "0.3.0"
322
- source = "registry+https://github.com/rust-lang/crates.io-index"
323
- checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
324
- dependencies = [
325
- "rayon",
326
- ]
327
-
328
- [[package]]
329
- name = "jpeg-encoder"
330
- version = "0.5.1"
331
- source = "registry+https://github.com/rust-lang/crates.io-index"
332
- checksum = "2cf3affe27ffd9f1992690ec7575568b222abe9cb39738f6531968aca8e64906"
333
-
334
- [[package]]
335
- name = "lazy_static"
336
- version = "1.4.0"
337
- source = "registry+https://github.com/rust-lang/crates.io-index"
338
- checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
339
-
340
- [[package]]
341
- name = "lebe"
342
- version = "0.5.2"
343
- source = "registry+https://github.com/rust-lang/crates.io-index"
344
- checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
345
-
346
- [[package]]
347
- name = "libc"
348
- version = "0.2.153"
349
- source = "registry+https://github.com/rust-lang/crates.io-index"
350
- checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
351
-
352
- [[package]]
353
- name = "libloading"
354
- version = "0.7.4"
355
- source = "registry+https://github.com/rust-lang/crates.io-index"
356
- checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
357
- dependencies = [
358
- "cfg-if",
359
- "winapi",
360
- ]
361
-
362
- [[package]]
363
- name = "lock_api"
364
- version = "0.4.10"
365
- source = "registry+https://github.com/rust-lang/crates.io-index"
366
- checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
367
- dependencies = [
368
- "autocfg",
369
- "scopeguard",
370
- ]
371
-
372
- [[package]]
373
- name = "memchr"
374
- version = "2.5.0"
375
- source = "registry+https://github.com/rust-lang/crates.io-index"
376
- checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
377
-
378
- [[package]]
379
- name = "memoffset"
380
- version = "0.8.0"
381
- source = "registry+https://github.com/rust-lang/crates.io-index"
382
- checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
383
- dependencies = [
384
- "autocfg",
385
- ]
386
-
387
- [[package]]
388
- name = "minimal-lexical"
389
- version = "0.2.1"
390
- source = "registry+https://github.com/rust-lang/crates.io-index"
391
- checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
392
-
393
- [[package]]
394
- name = "miniz_oxide"
395
- version = "0.6.2"
396
- source = "registry+https://github.com/rust-lang/crates.io-index"
397
- checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
398
- dependencies = [
399
- "adler",
400
- ]
401
-
402
- [[package]]
403
- name = "miniz_oxide"
404
- version = "0.7.3"
405
- source = "registry+https://github.com/rust-lang/crates.io-index"
406
- checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae"
407
- dependencies = [
408
- "adler",
409
- "simd-adler32",
410
- ]
411
-
412
- [[package]]
413
- name = "mp4"
414
- version = "0.13.0"
415
- source = "git+https://github.com/jonnyburger/mp4-rust?rev=92ba375738cc2f05a4d754e1f968cf2e97d06641#92ba375738cc2f05a4d754e1f968cf2e97d06641"
416
- dependencies = [
417
- "byteorder",
418
- "bytes",
419
- "num-rational",
420
- "serde",
421
- "serde_json",
422
- "thiserror",
423
- ]
424
-
425
- [[package]]
426
- name = "nom"
427
- version = "7.1.3"
428
- source = "registry+https://github.com/rust-lang/crates.io-index"
429
- checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
430
- dependencies = [
431
- "memchr",
432
- "minimal-lexical",
433
- ]
434
-
435
- [[package]]
436
- name = "ntapi"
437
- version = "0.4.1"
438
- source = "registry+https://github.com/rust-lang/crates.io-index"
439
- checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
440
- dependencies = [
441
- "winapi",
442
- ]
443
-
444
- [[package]]
445
- name = "num-bigint"
446
- version = "0.4.3"
447
- source = "registry+https://github.com/rust-lang/crates.io-index"
448
- checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
449
- dependencies = [
450
- "autocfg",
451
- "num-integer",
452
- "num-traits",
453
- ]
454
-
455
- [[package]]
456
- name = "num-integer"
457
- version = "0.1.45"
458
- source = "registry+https://github.com/rust-lang/crates.io-index"
459
- checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
460
- dependencies = [
461
- "autocfg",
462
- "num-traits",
463
- ]
464
-
465
- [[package]]
466
- name = "num-rational"
467
- version = "0.4.1"
468
- source = "registry+https://github.com/rust-lang/crates.io-index"
469
- checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
470
- dependencies = [
471
- "autocfg",
472
- "num-bigint",
473
- "num-integer",
474
- "num-traits",
475
- "serde",
476
- ]
477
-
478
- [[package]]
479
- name = "num-traits"
480
- version = "0.2.15"
481
- source = "registry+https://github.com/rust-lang/crates.io-index"
482
- checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
483
- dependencies = [
484
- "autocfg",
485
- ]
486
-
487
- [[package]]
488
- name = "num_cpus"
489
- version = "1.16.0"
490
- source = "registry+https://github.com/rust-lang/crates.io-index"
491
- checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
492
- dependencies = [
493
- "hermit-abi",
494
- "libc",
495
- ]
496
-
497
- [[package]]
498
- name = "once_cell"
499
- version = "1.18.0"
500
- source = "registry+https://github.com/rust-lang/crates.io-index"
501
- checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
502
-
503
- [[package]]
504
- name = "pkg-config"
505
- version = "0.3.26"
506
- source = "registry+https://github.com/rust-lang/crates.io-index"
507
- checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
508
-
509
- [[package]]
510
- name = "png"
511
- version = "0.17.13"
512
- source = "registry+https://github.com/rust-lang/crates.io-index"
513
- checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
514
- dependencies = [
515
- "bitflags 1.3.2",
516
- "crc32fast",
517
- "fdeflate",
518
- "flate2",
519
- "miniz_oxide 0.7.3",
520
- ]
521
-
522
- [[package]]
523
- name = "proc-macro2"
524
- version = "1.0.56"
525
- source = "registry+https://github.com/rust-lang/crates.io-index"
526
- checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
527
- dependencies = [
528
- "unicode-ident",
529
- ]
530
-
531
- [[package]]
532
- name = "qoi"
533
- version = "0.4.1"
534
- source = "registry+https://github.com/rust-lang/crates.io-index"
535
- checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
536
- dependencies = [
537
- "bytemuck",
538
- ]
539
-
540
- [[package]]
541
- name = "quote"
542
- version = "1.0.26"
543
- source = "registry+https://github.com/rust-lang/crates.io-index"
544
- checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
545
- dependencies = [
546
- "proc-macro2",
547
- ]
548
-
549
- [[package]]
550
- name = "rayon"
551
- version = "1.9.0"
552
- source = "registry+https://github.com/rust-lang/crates.io-index"
553
- checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd"
554
- dependencies = [
555
- "either",
556
- "rayon-core",
557
- ]
558
-
559
- [[package]]
560
- name = "rayon-core"
561
- version = "1.12.1"
562
- source = "registry+https://github.com/rust-lang/crates.io-index"
563
- checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
564
- dependencies = [
565
- "crossbeam-deque",
566
- "crossbeam-utils",
567
- ]
568
-
569
- [[package]]
570
- name = "redox_syscall"
571
- version = "0.2.16"
572
- source = "registry+https://github.com/rust-lang/crates.io-index"
573
- checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
574
- dependencies = [
575
- "bitflags 1.3.2",
576
- ]
577
-
578
- [[package]]
579
- name = "regex"
580
- version = "1.7.3"
581
- source = "registry+https://github.com/rust-lang/crates.io-index"
582
- checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
583
- dependencies = [
584
- "regex-syntax",
585
- ]
586
-
587
- [[package]]
588
- name = "regex-syntax"
589
- version = "0.6.29"
590
- source = "registry+https://github.com/rust-lang/crates.io-index"
591
- checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
592
-
593
- [[package]]
594
- name = "remotion-renderer"
595
- version = "0.1.0"
596
- dependencies = [
597
- "ffmpeg-next",
598
- "image",
599
- "jpeg-decoder",
600
- "jpeg-encoder",
601
- "lazy_static",
602
- "mp4",
603
- "png",
604
- "rayon",
605
- "serde",
606
- "serde_json",
607
- "sysinfo",
608
- ]
609
-
610
- [[package]]
611
- name = "rustc-hash"
612
- version = "1.1.0"
613
- source = "registry+https://github.com/rust-lang/crates.io-index"
614
- checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
615
-
616
- [[package]]
617
- name = "ryu"
618
- version = "1.0.13"
619
- source = "registry+https://github.com/rust-lang/crates.io-index"
620
- checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
621
-
622
- [[package]]
623
- name = "scopeguard"
624
- version = "1.1.0"
625
- source = "registry+https://github.com/rust-lang/crates.io-index"
626
- checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
627
-
628
- [[package]]
629
- name = "serde"
630
- version = "1.0.159"
631
- source = "registry+https://github.com/rust-lang/crates.io-index"
632
- checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065"
633
- dependencies = [
634
- "serde_derive",
635
- ]
636
-
637
- [[package]]
638
- name = "serde_derive"
639
- version = "1.0.159"
640
- source = "registry+https://github.com/rust-lang/crates.io-index"
641
- checksum = "4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585"
642
- dependencies = [
643
- "proc-macro2",
644
- "quote",
645
- "syn",
646
- ]
647
-
648
- [[package]]
649
- name = "serde_json"
650
- version = "1.0.95"
651
- source = "registry+https://github.com/rust-lang/crates.io-index"
652
- checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744"
653
- dependencies = [
654
- "itoa",
655
- "ryu",
656
- "serde",
657
- ]
658
-
659
- [[package]]
660
- name = "shlex"
661
- version = "1.3.0"
662
- source = "registry+https://github.com/rust-lang/crates.io-index"
663
- checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
664
-
665
- [[package]]
666
- name = "simd-adler32"
667
- version = "0.3.7"
668
- source = "registry+https://github.com/rust-lang/crates.io-index"
669
- checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
670
-
671
- [[package]]
672
- name = "smallvec"
673
- version = "1.11.0"
674
- source = "registry+https://github.com/rust-lang/crates.io-index"
675
- checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
676
-
677
- [[package]]
678
- name = "spin"
679
- version = "0.9.8"
680
- source = "registry+https://github.com/rust-lang/crates.io-index"
681
- checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
682
- dependencies = [
683
- "lock_api",
684
- ]
685
-
686
- [[package]]
687
- name = "syn"
688
- version = "2.0.13"
689
- source = "registry+https://github.com/rust-lang/crates.io-index"
690
- checksum = "4c9da457c5285ac1f936ebd076af6dac17a61cfe7826f2076b4d015cf47bc8ec"
691
- dependencies = [
692
- "proc-macro2",
693
- "quote",
694
- "unicode-ident",
695
- ]
696
-
697
- [[package]]
698
- name = "sysinfo"
699
- version = "0.30.7"
700
- source = "registry+https://github.com/rust-lang/crates.io-index"
701
- checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18"
702
- dependencies = [
703
- "cfg-if",
704
- "core-foundation-sys",
705
- "libc",
706
- "ntapi",
707
- "once_cell",
708
- "rayon",
709
- "windows",
710
- ]
711
-
712
- [[package]]
713
- name = "tar"
714
- version = "0.4.38"
715
- source = "registry+https://github.com/rust-lang/crates.io-index"
716
- checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
717
- dependencies = [
718
- "filetime",
719
- "libc",
720
- "xattr",
721
- ]
722
-
723
- [[package]]
724
- name = "thiserror"
725
- version = "1.0.40"
726
- source = "registry+https://github.com/rust-lang/crates.io-index"
727
- checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
728
- dependencies = [
729
- "thiserror-impl",
730
- ]
731
-
732
- [[package]]
733
- name = "thiserror-impl"
734
- version = "1.0.40"
735
- source = "registry+https://github.com/rust-lang/crates.io-index"
736
- checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
737
- dependencies = [
738
- "proc-macro2",
739
- "quote",
740
- "syn",
741
- ]
742
-
743
- [[package]]
744
- name = "tiff"
745
- version = "0.9.0"
746
- source = "registry+https://github.com/rust-lang/crates.io-index"
747
- checksum = "6d172b0f4d3fba17ba89811858b9d3d97f928aece846475bbda076ca46736211"
748
- dependencies = [
749
- "flate2",
750
- "jpeg-decoder",
751
- "weezl",
752
- ]
753
-
754
- [[package]]
755
- name = "unicode-ident"
756
- version = "1.0.8"
757
- source = "registry+https://github.com/rust-lang/crates.io-index"
758
- checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
759
-
760
- [[package]]
761
- name = "vcpkg"
762
- version = "0.2.15"
763
- source = "registry+https://github.com/rust-lang/crates.io-index"
764
- checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
765
-
766
- [[package]]
767
- name = "weezl"
768
- version = "0.1.7"
769
- source = "registry+https://github.com/rust-lang/crates.io-index"
770
- checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
771
-
772
- [[package]]
773
- name = "winapi"
774
- version = "0.3.9"
775
- source = "registry+https://github.com/rust-lang/crates.io-index"
776
- checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
777
- dependencies = [
778
- "winapi-i686-pc-windows-gnu",
779
- "winapi-x86_64-pc-windows-gnu",
780
- ]
781
-
782
- [[package]]
783
- name = "winapi-i686-pc-windows-gnu"
784
- version = "0.4.0"
785
- source = "registry+https://github.com/rust-lang/crates.io-index"
786
- checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
787
-
788
- [[package]]
789
- name = "winapi-x86_64-pc-windows-gnu"
790
- version = "0.4.0"
791
- source = "registry+https://github.com/rust-lang/crates.io-index"
792
- checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
793
-
794
- [[package]]
795
- name = "windows"
796
- version = "0.52.0"
797
- source = "registry+https://github.com/rust-lang/crates.io-index"
798
- checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
799
- dependencies = [
800
- "windows-core",
801
- "windows-targets 0.52.4",
802
- ]
803
-
804
- [[package]]
805
- name = "windows-core"
806
- version = "0.52.0"
807
- source = "registry+https://github.com/rust-lang/crates.io-index"
808
- checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
809
- dependencies = [
810
- "windows-targets 0.52.4",
811
- ]
812
-
813
- [[package]]
814
- name = "windows-sys"
815
- version = "0.48.0"
816
- source = "registry+https://github.com/rust-lang/crates.io-index"
817
- checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
818
- dependencies = [
819
- "windows-targets 0.48.0",
820
- ]
821
-
822
- [[package]]
823
- name = "windows-targets"
824
- version = "0.48.0"
825
- source = "registry+https://github.com/rust-lang/crates.io-index"
826
- checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
827
- dependencies = [
828
- "windows_aarch64_gnullvm 0.48.0",
829
- "windows_aarch64_msvc 0.48.0",
830
- "windows_i686_gnu 0.48.0",
831
- "windows_i686_msvc 0.48.0",
832
- "windows_x86_64_gnu 0.48.0",
833
- "windows_x86_64_gnullvm 0.48.0",
834
- "windows_x86_64_msvc 0.48.0",
835
- ]
836
-
837
- [[package]]
838
- name = "windows-targets"
839
- version = "0.52.4"
840
- source = "registry+https://github.com/rust-lang/crates.io-index"
841
- checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
842
- dependencies = [
843
- "windows_aarch64_gnullvm 0.52.4",
844
- "windows_aarch64_msvc 0.52.4",
845
- "windows_i686_gnu 0.52.4",
846
- "windows_i686_msvc 0.52.4",
847
- "windows_x86_64_gnu 0.52.4",
848
- "windows_x86_64_gnullvm 0.52.4",
849
- "windows_x86_64_msvc 0.52.4",
850
- ]
851
-
852
- [[package]]
853
- name = "windows_aarch64_gnullvm"
854
- version = "0.48.0"
855
- source = "registry+https://github.com/rust-lang/crates.io-index"
856
- checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
857
-
858
- [[package]]
859
- name = "windows_aarch64_gnullvm"
860
- version = "0.52.4"
861
- source = "registry+https://github.com/rust-lang/crates.io-index"
862
- checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
863
-
864
- [[package]]
865
- name = "windows_aarch64_msvc"
866
- version = "0.48.0"
867
- source = "registry+https://github.com/rust-lang/crates.io-index"
868
- checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
869
-
870
- [[package]]
871
- name = "windows_aarch64_msvc"
872
- version = "0.52.4"
873
- source = "registry+https://github.com/rust-lang/crates.io-index"
874
- checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
875
-
876
- [[package]]
877
- name = "windows_i686_gnu"
878
- version = "0.48.0"
879
- source = "registry+https://github.com/rust-lang/crates.io-index"
880
- checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
881
-
882
- [[package]]
883
- name = "windows_i686_gnu"
884
- version = "0.52.4"
885
- source = "registry+https://github.com/rust-lang/crates.io-index"
886
- checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
887
-
888
- [[package]]
889
- name = "windows_i686_msvc"
890
- version = "0.48.0"
891
- source = "registry+https://github.com/rust-lang/crates.io-index"
892
- checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
893
-
894
- [[package]]
895
- name = "windows_i686_msvc"
896
- version = "0.52.4"
897
- source = "registry+https://github.com/rust-lang/crates.io-index"
898
- checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
899
-
900
- [[package]]
901
- name = "windows_x86_64_gnu"
902
- version = "0.48.0"
903
- source = "registry+https://github.com/rust-lang/crates.io-index"
904
- checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
905
-
906
- [[package]]
907
- name = "windows_x86_64_gnu"
908
- version = "0.52.4"
909
- source = "registry+https://github.com/rust-lang/crates.io-index"
910
- checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
911
-
912
- [[package]]
913
- name = "windows_x86_64_gnullvm"
914
- version = "0.48.0"
915
- source = "registry+https://github.com/rust-lang/crates.io-index"
916
- checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
917
-
918
- [[package]]
919
- name = "windows_x86_64_gnullvm"
920
- version = "0.52.4"
921
- source = "registry+https://github.com/rust-lang/crates.io-index"
922
- checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
923
-
924
- [[package]]
925
- name = "windows_x86_64_msvc"
926
- version = "0.48.0"
927
- source = "registry+https://github.com/rust-lang/crates.io-index"
928
- checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
929
-
930
- [[package]]
931
- name = "windows_x86_64_msvc"
932
- version = "0.52.4"
933
- source = "registry+https://github.com/rust-lang/crates.io-index"
934
- checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
935
-
936
- [[package]]
937
- name = "xattr"
938
- version = "0.2.3"
939
- source = "registry+https://github.com/rust-lang/crates.io-index"
940
- checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
941
- dependencies = [
942
- "libc",
943
- ]
944
-
945
- [[package]]
946
- name = "zune-inflate"
947
- version = "0.2.54"
948
- source = "registry+https://github.com/rust-lang/crates.io-index"
949
- checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
950
- dependencies = [
951
- "simd-adler32",
952
- ]