colordom 0.2.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,901 @@
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 = "aho-corasick"
13
+ version = "0.7.19"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
16
+ dependencies = [
17
+ "memchr",
18
+ ]
19
+
20
+ [[package]]
21
+ name = "approx"
22
+ version = "0.5.1"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
25
+ dependencies = [
26
+ "num-traits",
27
+ ]
28
+
29
+ [[package]]
30
+ name = "autocfg"
31
+ version = "1.1.0"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
34
+
35
+ [[package]]
36
+ name = "bindgen"
37
+ version = "0.60.1"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"
40
+ dependencies = [
41
+ "bitflags",
42
+ "cexpr",
43
+ "clang-sys",
44
+ "lazy_static",
45
+ "lazycell",
46
+ "peeking_take_while",
47
+ "proc-macro2",
48
+ "quote",
49
+ "regex",
50
+ "rustc-hash",
51
+ "shlex",
52
+ ]
53
+
54
+ [[package]]
55
+ name = "bit_field"
56
+ version = "0.10.1"
57
+ source = "registry+https://github.com/rust-lang/crates.io-index"
58
+ checksum = "dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4"
59
+
60
+ [[package]]
61
+ name = "bitflags"
62
+ version = "1.3.2"
63
+ source = "registry+https://github.com/rust-lang/crates.io-index"
64
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
65
+
66
+ [[package]]
67
+ name = "bumpalo"
68
+ version = "3.11.1"
69
+ source = "registry+https://github.com/rust-lang/crates.io-index"
70
+ checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
71
+
72
+ [[package]]
73
+ name = "bytemuck"
74
+ version = "1.12.3"
75
+ source = "registry+https://github.com/rust-lang/crates.io-index"
76
+ checksum = "aaa3a8d9a1ca92e282c96a32d6511b695d7d994d1d102ba85d279f9b2756947f"
77
+
78
+ [[package]]
79
+ name = "byteorder"
80
+ version = "1.4.3"
81
+ source = "registry+https://github.com/rust-lang/crates.io-index"
82
+ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
83
+
84
+ [[package]]
85
+ name = "cexpr"
86
+ version = "0.6.0"
87
+ source = "registry+https://github.com/rust-lang/crates.io-index"
88
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
89
+ dependencies = [
90
+ "nom",
91
+ ]
92
+
93
+ [[package]]
94
+ name = "cfg-if"
95
+ version = "1.0.0"
96
+ source = "registry+https://github.com/rust-lang/crates.io-index"
97
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
98
+
99
+ [[package]]
100
+ name = "clang-sys"
101
+ version = "1.4.0"
102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
103
+ checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
104
+ dependencies = [
105
+ "glob",
106
+ "libc",
107
+ "libloading",
108
+ ]
109
+
110
+ [[package]]
111
+ name = "color_quant"
112
+ version = "1.1.0"
113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
114
+ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
115
+
116
+ [[package]]
117
+ name = "colordom"
118
+ version = "0.1.0"
119
+ dependencies = [
120
+ "dominant_color",
121
+ "image",
122
+ "kmeans_colors",
123
+ "magnus",
124
+ "palette",
125
+ "palette_extract",
126
+ ]
127
+
128
+ [[package]]
129
+ name = "crc32fast"
130
+ version = "1.3.2"
131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
132
+ checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
133
+ dependencies = [
134
+ "cfg-if",
135
+ ]
136
+
137
+ [[package]]
138
+ name = "crossbeam-channel"
139
+ version = "0.5.6"
140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
141
+ checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
142
+ dependencies = [
143
+ "cfg-if",
144
+ "crossbeam-utils",
145
+ ]
146
+
147
+ [[package]]
148
+ name = "crossbeam-deque"
149
+ version = "0.8.2"
150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
151
+ checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
152
+ dependencies = [
153
+ "cfg-if",
154
+ "crossbeam-epoch",
155
+ "crossbeam-utils",
156
+ ]
157
+
158
+ [[package]]
159
+ name = "crossbeam-epoch"
160
+ version = "0.9.11"
161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
162
+ checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"
163
+ dependencies = [
164
+ "autocfg",
165
+ "cfg-if",
166
+ "crossbeam-utils",
167
+ "memoffset",
168
+ "scopeguard",
169
+ ]
170
+
171
+ [[package]]
172
+ name = "crossbeam-utils"
173
+ version = "0.8.12"
174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
175
+ checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
176
+ dependencies = [
177
+ "cfg-if",
178
+ ]
179
+
180
+ [[package]]
181
+ name = "crunchy"
182
+ version = "0.2.2"
183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
184
+ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
185
+
186
+ [[package]]
187
+ name = "dominant_color"
188
+ version = "0.3.0"
189
+ source = "registry+https://github.com/rust-lang/crates.io-index"
190
+ checksum = "2494b5d589b485e8b75ef5e81b4dc271fb0d5814132c308d5d11f0de9b300d96"
191
+
192
+ [[package]]
193
+ name = "either"
194
+ version = "1.8.0"
195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
196
+ checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
197
+
198
+ [[package]]
199
+ name = "exr"
200
+ version = "1.5.2"
201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
202
+ checksum = "8eb5f255b5980bb0c8cf676b675d1a99be40f316881444f44e0462eaf5df5ded"
203
+ dependencies = [
204
+ "bit_field",
205
+ "flume",
206
+ "half",
207
+ "lebe",
208
+ "miniz_oxide 0.6.2",
209
+ "smallvec",
210
+ "threadpool",
211
+ ]
212
+
213
+ [[package]]
214
+ name = "find-crate"
215
+ version = "0.6.3"
216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
217
+ checksum = "59a98bbaacea1c0eb6a0876280051b892eb73594fd90cf3b20e9c817029c57d2"
218
+ dependencies = [
219
+ "toml",
220
+ ]
221
+
222
+ [[package]]
223
+ name = "flate2"
224
+ version = "1.0.24"
225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
226
+ checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
227
+ dependencies = [
228
+ "crc32fast",
229
+ "miniz_oxide 0.5.4",
230
+ ]
231
+
232
+ [[package]]
233
+ name = "flume"
234
+ version = "0.10.14"
235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
236
+ checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
237
+ dependencies = [
238
+ "futures-core",
239
+ "futures-sink",
240
+ "nanorand",
241
+ "pin-project",
242
+ "spin",
243
+ ]
244
+
245
+ [[package]]
246
+ name = "futures-core"
247
+ version = "0.3.25"
248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
249
+ checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
250
+
251
+ [[package]]
252
+ name = "futures-sink"
253
+ version = "0.3.25"
254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
255
+ checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
256
+
257
+ [[package]]
258
+ name = "getrandom"
259
+ version = "0.2.8"
260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
261
+ checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
262
+ dependencies = [
263
+ "cfg-if",
264
+ "js-sys",
265
+ "libc",
266
+ "wasi",
267
+ "wasm-bindgen",
268
+ ]
269
+
270
+ [[package]]
271
+ name = "gif"
272
+ version = "0.11.4"
273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
274
+ checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06"
275
+ dependencies = [
276
+ "color_quant",
277
+ "weezl",
278
+ ]
279
+
280
+ [[package]]
281
+ name = "glob"
282
+ version = "0.3.0"
283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
284
+ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
285
+
286
+ [[package]]
287
+ name = "half"
288
+ version = "2.1.0"
289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
290
+ checksum = "ad6a9459c9c30b177b925162351f97e7d967c7ea8bab3b8352805327daf45554"
291
+ dependencies = [
292
+ "crunchy",
293
+ ]
294
+
295
+ [[package]]
296
+ name = "hermit-abi"
297
+ version = "0.1.19"
298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
299
+ checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
300
+ dependencies = [
301
+ "libc",
302
+ ]
303
+
304
+ [[package]]
305
+ name = "image"
306
+ version = "0.24.5"
307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
308
+ checksum = "69b7ea949b537b0fd0af141fff8c77690f2ce96f4f41f042ccb6c69c6c965945"
309
+ dependencies = [
310
+ "bytemuck",
311
+ "byteorder",
312
+ "color_quant",
313
+ "exr",
314
+ "gif",
315
+ "jpeg-decoder",
316
+ "num-rational",
317
+ "num-traits",
318
+ "png",
319
+ "scoped_threadpool",
320
+ "tiff",
321
+ ]
322
+
323
+ [[package]]
324
+ name = "jpeg-decoder"
325
+ version = "0.3.0"
326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
327
+ checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
328
+ dependencies = [
329
+ "rayon",
330
+ ]
331
+
332
+ [[package]]
333
+ name = "js-sys"
334
+ version = "0.3.60"
335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
336
+ checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
337
+ dependencies = [
338
+ "wasm-bindgen",
339
+ ]
340
+
341
+ [[package]]
342
+ name = "kmeans_colors"
343
+ version = "0.5.0"
344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
345
+ checksum = "1d9f1da1000eb32cea537203e5ea121eb06e66c5e5f3420a1e9f11a57676f55b"
346
+ dependencies = [
347
+ "palette",
348
+ "rand",
349
+ "rand_chacha",
350
+ ]
351
+
352
+ [[package]]
353
+ name = "lazy_static"
354
+ version = "1.4.0"
355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
356
+ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
357
+
358
+ [[package]]
359
+ name = "lazycell"
360
+ version = "1.3.0"
361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
362
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
363
+
364
+ [[package]]
365
+ name = "lebe"
366
+ version = "0.5.2"
367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
368
+ checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
369
+
370
+ [[package]]
371
+ name = "libc"
372
+ version = "0.2.137"
373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
374
+ checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
375
+
376
+ [[package]]
377
+ name = "libloading"
378
+ version = "0.7.4"
379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
380
+ checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
381
+ dependencies = [
382
+ "cfg-if",
383
+ "winapi",
384
+ ]
385
+
386
+ [[package]]
387
+ name = "lock_api"
388
+ version = "0.4.9"
389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
390
+ checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
391
+ dependencies = [
392
+ "autocfg",
393
+ "scopeguard",
394
+ ]
395
+
396
+ [[package]]
397
+ name = "log"
398
+ version = "0.4.17"
399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
400
+ checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
401
+ dependencies = [
402
+ "cfg-if",
403
+ ]
404
+
405
+ [[package]]
406
+ name = "magnus"
407
+ version = "0.4.0"
408
+ source = "registry+https://github.com/rust-lang/crates.io-index"
409
+ checksum = "453555eff7ec4de96c9d095f5fe36fa9610b64832ba0e965a43c21d622d077fc"
410
+ dependencies = [
411
+ "magnus-macros",
412
+ "rb-sys",
413
+ "rb-sys-env",
414
+ ]
415
+
416
+ [[package]]
417
+ name = "magnus-macros"
418
+ version = "0.2.0"
419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
420
+ checksum = "acc8ba6908cb0f67a4e75cb48fc81a1f0e6a6dd1501936e0c9e2c7c8f9f18e05"
421
+ dependencies = [
422
+ "proc-macro2",
423
+ "quote",
424
+ "syn",
425
+ ]
426
+
427
+ [[package]]
428
+ name = "memchr"
429
+ version = "2.5.0"
430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
431
+ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
432
+
433
+ [[package]]
434
+ name = "memoffset"
435
+ version = "0.6.5"
436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
437
+ checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
438
+ dependencies = [
439
+ "autocfg",
440
+ ]
441
+
442
+ [[package]]
443
+ name = "minimal-lexical"
444
+ version = "0.2.1"
445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
446
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
447
+
448
+ [[package]]
449
+ name = "miniz_oxide"
450
+ version = "0.5.4"
451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
452
+ checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
453
+ dependencies = [
454
+ "adler",
455
+ ]
456
+
457
+ [[package]]
458
+ name = "miniz_oxide"
459
+ version = "0.6.2"
460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
461
+ checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
462
+ dependencies = [
463
+ "adler",
464
+ ]
465
+
466
+ [[package]]
467
+ name = "nanorand"
468
+ version = "0.7.0"
469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
470
+ checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
471
+ dependencies = [
472
+ "getrandom",
473
+ ]
474
+
475
+ [[package]]
476
+ name = "nom"
477
+ version = "7.1.1"
478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
479
+ checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
480
+ dependencies = [
481
+ "memchr",
482
+ "minimal-lexical",
483
+ ]
484
+
485
+ [[package]]
486
+ name = "num-integer"
487
+ version = "0.1.45"
488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
489
+ checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
490
+ dependencies = [
491
+ "autocfg",
492
+ "num-traits",
493
+ ]
494
+
495
+ [[package]]
496
+ name = "num-rational"
497
+ version = "0.4.1"
498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
499
+ checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
500
+ dependencies = [
501
+ "autocfg",
502
+ "num-integer",
503
+ "num-traits",
504
+ ]
505
+
506
+ [[package]]
507
+ name = "num-traits"
508
+ version = "0.2.15"
509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
510
+ checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
511
+ dependencies = [
512
+ "autocfg",
513
+ ]
514
+
515
+ [[package]]
516
+ name = "num_cpus"
517
+ version = "1.14.0"
518
+ source = "registry+https://github.com/rust-lang/crates.io-index"
519
+ checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
520
+ dependencies = [
521
+ "hermit-abi",
522
+ "libc",
523
+ ]
524
+
525
+ [[package]]
526
+ name = "once_cell"
527
+ version = "1.16.0"
528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
529
+ checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
530
+
531
+ [[package]]
532
+ name = "palette"
533
+ version = "0.6.1"
534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
535
+ checksum = "8f9cd68f7112581033f157e56c77ac4a5538ec5836a2e39284e65bd7d7275e49"
536
+ dependencies = [
537
+ "approx",
538
+ "num-traits",
539
+ "palette_derive",
540
+ ]
541
+
542
+ [[package]]
543
+ name = "palette_derive"
544
+ version = "0.6.1"
545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
546
+ checksum = "05eedf46a8e7c27f74af0c9cfcdb004ceca158cb1b918c6f68f8d7a549b3e427"
547
+ dependencies = [
548
+ "find-crate",
549
+ "proc-macro2",
550
+ "quote",
551
+ "syn",
552
+ ]
553
+
554
+ [[package]]
555
+ name = "palette_extract"
556
+ version = "0.1.0"
557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
558
+ checksum = "37152de66c36e76d4637af2a51310ede2c0e42b80357fa517bf1b595b56489a4"
559
+
560
+ [[package]]
561
+ name = "peeking_take_while"
562
+ version = "0.1.2"
563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
564
+ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
565
+
566
+ [[package]]
567
+ name = "pin-project"
568
+ version = "1.0.12"
569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
570
+ checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
571
+ dependencies = [
572
+ "pin-project-internal",
573
+ ]
574
+
575
+ [[package]]
576
+ name = "pin-project-internal"
577
+ version = "1.0.12"
578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
579
+ checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
580
+ dependencies = [
581
+ "proc-macro2",
582
+ "quote",
583
+ "syn",
584
+ ]
585
+
586
+ [[package]]
587
+ name = "png"
588
+ version = "0.17.7"
589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
590
+ checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638"
591
+ dependencies = [
592
+ "bitflags",
593
+ "crc32fast",
594
+ "flate2",
595
+ "miniz_oxide 0.6.2",
596
+ ]
597
+
598
+ [[package]]
599
+ name = "ppv-lite86"
600
+ version = "0.2.17"
601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
602
+ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
603
+
604
+ [[package]]
605
+ name = "proc-macro2"
606
+ version = "1.0.47"
607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
608
+ checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
609
+ dependencies = [
610
+ "unicode-ident",
611
+ ]
612
+
613
+ [[package]]
614
+ name = "quote"
615
+ version = "1.0.21"
616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
617
+ checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
618
+ dependencies = [
619
+ "proc-macro2",
620
+ ]
621
+
622
+ [[package]]
623
+ name = "rand"
624
+ version = "0.8.5"
625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
626
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
627
+ dependencies = [
628
+ "libc",
629
+ "rand_chacha",
630
+ "rand_core",
631
+ ]
632
+
633
+ [[package]]
634
+ name = "rand_chacha"
635
+ version = "0.3.1"
636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
637
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
638
+ dependencies = [
639
+ "ppv-lite86",
640
+ "rand_core",
641
+ ]
642
+
643
+ [[package]]
644
+ name = "rand_core"
645
+ version = "0.6.4"
646
+ source = "registry+https://github.com/rust-lang/crates.io-index"
647
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
648
+ dependencies = [
649
+ "getrandom",
650
+ ]
651
+
652
+ [[package]]
653
+ name = "rayon"
654
+ version = "1.6.0"
655
+ source = "registry+https://github.com/rust-lang/crates.io-index"
656
+ checksum = "1e060280438193c554f654141c9ea9417886713b7acd75974c85b18a69a88e0b"
657
+ dependencies = [
658
+ "crossbeam-deque",
659
+ "either",
660
+ "rayon-core",
661
+ ]
662
+
663
+ [[package]]
664
+ name = "rayon-core"
665
+ version = "1.10.1"
666
+ source = "registry+https://github.com/rust-lang/crates.io-index"
667
+ checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"
668
+ dependencies = [
669
+ "crossbeam-channel",
670
+ "crossbeam-deque",
671
+ "crossbeam-utils",
672
+ "num_cpus",
673
+ ]
674
+
675
+ [[package]]
676
+ name = "rb-sys"
677
+ version = "0.9.44"
678
+ source = "registry+https://github.com/rust-lang/crates.io-index"
679
+ checksum = "31f48777b8161ff5c077ad74ce486ebe963ca8a92257512bab473b405a80d69f"
680
+ dependencies = [
681
+ "rb-sys-build",
682
+ ]
683
+
684
+ [[package]]
685
+ name = "rb-sys-build"
686
+ version = "0.9.44"
687
+ source = "registry+https://github.com/rust-lang/crates.io-index"
688
+ checksum = "a46785122aff7077527b78c2518d739c45dc0fbc410a2b8361076ff4bbf993f9"
689
+ dependencies = [
690
+ "bindgen",
691
+ "regex",
692
+ "shell-words",
693
+ ]
694
+
695
+ [[package]]
696
+ name = "rb-sys-env"
697
+ version = "0.1.1"
698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
699
+ checksum = "74c38752410925faeb82c400c06ba2fd9ee6aa8f719dd33994c9e53f5242d25f"
700
+
701
+ [[package]]
702
+ name = "regex"
703
+ version = "1.7.0"
704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
705
+ checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
706
+ dependencies = [
707
+ "aho-corasick",
708
+ "memchr",
709
+ "regex-syntax",
710
+ ]
711
+
712
+ [[package]]
713
+ name = "regex-syntax"
714
+ version = "0.6.28"
715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
716
+ checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
717
+
718
+ [[package]]
719
+ name = "rustc-hash"
720
+ version = "1.1.0"
721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
722
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
723
+
724
+ [[package]]
725
+ name = "scoped_threadpool"
726
+ version = "0.1.9"
727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
728
+ checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
729
+
730
+ [[package]]
731
+ name = "scopeguard"
732
+ version = "1.1.0"
733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
734
+ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
735
+
736
+ [[package]]
737
+ name = "serde"
738
+ version = "1.0.147"
739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
740
+ checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
741
+
742
+ [[package]]
743
+ name = "shell-words"
744
+ version = "1.1.0"
745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
746
+ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
747
+
748
+ [[package]]
749
+ name = "shlex"
750
+ version = "1.1.0"
751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
752
+ checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
753
+
754
+ [[package]]
755
+ name = "smallvec"
756
+ version = "1.10.0"
757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
758
+ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
759
+
760
+ [[package]]
761
+ name = "spin"
762
+ version = "0.9.4"
763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
764
+ checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
765
+ dependencies = [
766
+ "lock_api",
767
+ ]
768
+
769
+ [[package]]
770
+ name = "syn"
771
+ version = "1.0.103"
772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
773
+ checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
774
+ dependencies = [
775
+ "proc-macro2",
776
+ "quote",
777
+ "unicode-ident",
778
+ ]
779
+
780
+ [[package]]
781
+ name = "threadpool"
782
+ version = "1.8.1"
783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
784
+ checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
785
+ dependencies = [
786
+ "num_cpus",
787
+ ]
788
+
789
+ [[package]]
790
+ name = "tiff"
791
+ version = "0.8.0"
792
+ source = "registry+https://github.com/rust-lang/crates.io-index"
793
+ checksum = "f17def29300a156c19ae30814710d9c63cd50288a49c6fd3a10ccfbe4cf886fd"
794
+ dependencies = [
795
+ "flate2",
796
+ "jpeg-decoder",
797
+ "weezl",
798
+ ]
799
+
800
+ [[package]]
801
+ name = "toml"
802
+ version = "0.5.9"
803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
804
+ checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
805
+ dependencies = [
806
+ "serde",
807
+ ]
808
+
809
+ [[package]]
810
+ name = "unicode-ident"
811
+ version = "1.0.5"
812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
813
+ checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
814
+
815
+ [[package]]
816
+ name = "wasi"
817
+ version = "0.11.0+wasi-snapshot-preview1"
818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
819
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
820
+
821
+ [[package]]
822
+ name = "wasm-bindgen"
823
+ version = "0.2.83"
824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
825
+ checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
826
+ dependencies = [
827
+ "cfg-if",
828
+ "wasm-bindgen-macro",
829
+ ]
830
+
831
+ [[package]]
832
+ name = "wasm-bindgen-backend"
833
+ version = "0.2.83"
834
+ source = "registry+https://github.com/rust-lang/crates.io-index"
835
+ checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
836
+ dependencies = [
837
+ "bumpalo",
838
+ "log",
839
+ "once_cell",
840
+ "proc-macro2",
841
+ "quote",
842
+ "syn",
843
+ "wasm-bindgen-shared",
844
+ ]
845
+
846
+ [[package]]
847
+ name = "wasm-bindgen-macro"
848
+ version = "0.2.83"
849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
850
+ checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
851
+ dependencies = [
852
+ "quote",
853
+ "wasm-bindgen-macro-support",
854
+ ]
855
+
856
+ [[package]]
857
+ name = "wasm-bindgen-macro-support"
858
+ version = "0.2.83"
859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
860
+ checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
861
+ dependencies = [
862
+ "proc-macro2",
863
+ "quote",
864
+ "syn",
865
+ "wasm-bindgen-backend",
866
+ "wasm-bindgen-shared",
867
+ ]
868
+
869
+ [[package]]
870
+ name = "wasm-bindgen-shared"
871
+ version = "0.2.83"
872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
873
+ checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
874
+
875
+ [[package]]
876
+ name = "weezl"
877
+ version = "0.1.7"
878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
879
+ checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
880
+
881
+ [[package]]
882
+ name = "winapi"
883
+ version = "0.3.9"
884
+ source = "registry+https://github.com/rust-lang/crates.io-index"
885
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
886
+ dependencies = [
887
+ "winapi-i686-pc-windows-gnu",
888
+ "winapi-x86_64-pc-windows-gnu",
889
+ ]
890
+
891
+ [[package]]
892
+ name = "winapi-i686-pc-windows-gnu"
893
+ version = "0.4.0"
894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
895
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
896
+
897
+ [[package]]
898
+ name = "winapi-x86_64-pc-windows-gnu"
899
+ version = "0.4.0"
900
+ source = "registry+https://github.com/rust-lang/crates.io-index"
901
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"