rucaptcha 3.0.0.beta1-x86_64-linux

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1226 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 3
4
+
5
+ [[package]]
6
+ name = "ab_glyph_rasterizer"
7
+ version = "0.1.7"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "330223a1aecc308757b9926e9391c9b47f8ef2dbd8aea9df88312aea18c5e8d6"
10
+
11
+ [[package]]
12
+ name = "adler"
13
+ version = "1.0.2"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
16
+
17
+ [[package]]
18
+ name = "aho-corasick"
19
+ version = "0.7.19"
20
+ source = "registry+https://github.com/rust-lang/crates.io-index"
21
+ checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
22
+ dependencies = [
23
+ "memchr",
24
+ ]
25
+
26
+ [[package]]
27
+ name = "ansi_term"
28
+ version = "0.12.1"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
31
+ dependencies = [
32
+ "winapi",
33
+ ]
34
+
35
+ [[package]]
36
+ name = "approx"
37
+ version = "0.5.1"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
40
+ dependencies = [
41
+ "num-traits",
42
+ ]
43
+
44
+ [[package]]
45
+ name = "atty"
46
+ version = "0.2.14"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
49
+ dependencies = [
50
+ "hermit-abi",
51
+ "libc",
52
+ "winapi",
53
+ ]
54
+
55
+ [[package]]
56
+ name = "autocfg"
57
+ version = "1.1.0"
58
+ source = "registry+https://github.com/rust-lang/crates.io-index"
59
+ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
60
+
61
+ [[package]]
62
+ name = "bindgen"
63
+ version = "0.59.2"
64
+ source = "registry+https://github.com/rust-lang/crates.io-index"
65
+ checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
66
+ dependencies = [
67
+ "bitflags",
68
+ "cexpr",
69
+ "clang-sys",
70
+ "clap",
71
+ "env_logger",
72
+ "lazy_static",
73
+ "lazycell",
74
+ "log",
75
+ "peeking_take_while",
76
+ "proc-macro2",
77
+ "quote",
78
+ "regex",
79
+ "rustc-hash",
80
+ "shlex",
81
+ "which",
82
+ ]
83
+
84
+ [[package]]
85
+ name = "bit_field"
86
+ version = "0.10.1"
87
+ source = "registry+https://github.com/rust-lang/crates.io-index"
88
+ checksum = "dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4"
89
+
90
+ [[package]]
91
+ name = "bitflags"
92
+ version = "1.3.2"
93
+ source = "registry+https://github.com/rust-lang/crates.io-index"
94
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
95
+
96
+ [[package]]
97
+ name = "bumpalo"
98
+ version = "3.11.0"
99
+ source = "registry+https://github.com/rust-lang/crates.io-index"
100
+ checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d"
101
+
102
+ [[package]]
103
+ name = "bytemuck"
104
+ version = "1.12.1"
105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
106
+ checksum = "2f5715e491b5a1598fc2bef5a606847b5dc1d48ea625bd3c02c00de8285591da"
107
+
108
+ [[package]]
109
+ name = "byteorder"
110
+ version = "1.4.3"
111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
112
+ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
113
+
114
+ [[package]]
115
+ name = "cexpr"
116
+ version = "0.6.0"
117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
118
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
119
+ dependencies = [
120
+ "nom",
121
+ ]
122
+
123
+ [[package]]
124
+ name = "cfg-if"
125
+ version = "1.0.0"
126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
127
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
128
+
129
+ [[package]]
130
+ name = "clang-sys"
131
+ version = "1.4.0"
132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
133
+ checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
134
+ dependencies = [
135
+ "glob",
136
+ "libc",
137
+ "libloading",
138
+ ]
139
+
140
+ [[package]]
141
+ name = "clap"
142
+ version = "2.34.0"
143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
144
+ checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
145
+ dependencies = [
146
+ "ansi_term",
147
+ "atty",
148
+ "bitflags",
149
+ "strsim 0.8.0",
150
+ "textwrap",
151
+ "unicode-width",
152
+ "vec_map",
153
+ ]
154
+
155
+ [[package]]
156
+ name = "color_quant"
157
+ version = "1.1.0"
158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
159
+ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
160
+
161
+ [[package]]
162
+ name = "conv"
163
+ version = "0.3.3"
164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
165
+ checksum = "78ff10625fd0ac447827aa30ea8b861fead473bb60aeb73af6c1c58caf0d1299"
166
+ dependencies = [
167
+ "custom_derive",
168
+ ]
169
+
170
+ [[package]]
171
+ name = "crc32fast"
172
+ version = "1.3.2"
173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
174
+ checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
175
+ dependencies = [
176
+ "cfg-if",
177
+ ]
178
+
179
+ [[package]]
180
+ name = "crossbeam-channel"
181
+ version = "0.5.6"
182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
183
+ checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
184
+ dependencies = [
185
+ "cfg-if",
186
+ "crossbeam-utils",
187
+ ]
188
+
189
+ [[package]]
190
+ name = "crossbeam-deque"
191
+ version = "0.8.2"
192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
193
+ checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
194
+ dependencies = [
195
+ "cfg-if",
196
+ "crossbeam-epoch",
197
+ "crossbeam-utils",
198
+ ]
199
+
200
+ [[package]]
201
+ name = "crossbeam-epoch"
202
+ version = "0.9.11"
203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
204
+ checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"
205
+ dependencies = [
206
+ "autocfg",
207
+ "cfg-if",
208
+ "crossbeam-utils",
209
+ "memoffset",
210
+ "scopeguard",
211
+ ]
212
+
213
+ [[package]]
214
+ name = "crossbeam-utils"
215
+ version = "0.8.12"
216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
217
+ checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
218
+ dependencies = [
219
+ "cfg-if",
220
+ ]
221
+
222
+ [[package]]
223
+ name = "crunchy"
224
+ version = "0.2.2"
225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
226
+ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
227
+
228
+ [[package]]
229
+ name = "custom_derive"
230
+ version = "0.1.7"
231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
232
+ checksum = "ef8ae57c4978a2acd8b869ce6b9ca1dfe817bff704c220209fdef2c0b75a01b9"
233
+
234
+ [[package]]
235
+ name = "darling"
236
+ version = "0.13.4"
237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
238
+ checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
239
+ dependencies = [
240
+ "darling_core",
241
+ "darling_macro",
242
+ ]
243
+
244
+ [[package]]
245
+ name = "darling_core"
246
+ version = "0.13.4"
247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
248
+ checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
249
+ dependencies = [
250
+ "fnv",
251
+ "ident_case",
252
+ "proc-macro2",
253
+ "quote",
254
+ "strsim 0.10.0",
255
+ "syn",
256
+ ]
257
+
258
+ [[package]]
259
+ name = "darling_macro"
260
+ version = "0.13.4"
261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
262
+ checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
263
+ dependencies = [
264
+ "darling_core",
265
+ "quote",
266
+ "syn",
267
+ ]
268
+
269
+ [[package]]
270
+ name = "either"
271
+ version = "1.8.0"
272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
273
+ checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
274
+
275
+ [[package]]
276
+ name = "env_logger"
277
+ version = "0.9.1"
278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
279
+ checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"
280
+ dependencies = [
281
+ "atty",
282
+ "humantime",
283
+ "log",
284
+ "regex",
285
+ "termcolor",
286
+ ]
287
+
288
+ [[package]]
289
+ name = "exr"
290
+ version = "1.5.2"
291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
292
+ checksum = "8eb5f255b5980bb0c8cf676b675d1a99be40f316881444f44e0462eaf5df5ded"
293
+ dependencies = [
294
+ "bit_field",
295
+ "flume",
296
+ "half",
297
+ "lebe",
298
+ "miniz_oxide 0.6.2",
299
+ "smallvec",
300
+ "threadpool",
301
+ ]
302
+
303
+ [[package]]
304
+ name = "flate2"
305
+ version = "1.0.24"
306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
307
+ checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
308
+ dependencies = [
309
+ "crc32fast",
310
+ "miniz_oxide 0.5.4",
311
+ ]
312
+
313
+ [[package]]
314
+ name = "flume"
315
+ version = "0.10.14"
316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
317
+ checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
318
+ dependencies = [
319
+ "futures-core",
320
+ "futures-sink",
321
+ "nanorand",
322
+ "pin-project",
323
+ "spin",
324
+ ]
325
+
326
+ [[package]]
327
+ name = "fnv"
328
+ version = "1.0.7"
329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
330
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
331
+
332
+ [[package]]
333
+ name = "futures-core"
334
+ version = "0.3.24"
335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
336
+ checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf"
337
+
338
+ [[package]]
339
+ name = "futures-sink"
340
+ version = "0.3.24"
341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
342
+ checksum = "21b20ba5a92e727ba30e72834706623d94ac93a725410b6a6b6fbc1b07f7ba56"
343
+
344
+ [[package]]
345
+ name = "getrandom"
346
+ version = "0.1.16"
347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
348
+ checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
349
+ dependencies = [
350
+ "cfg-if",
351
+ "libc",
352
+ "wasi 0.9.0+wasi-snapshot-preview1",
353
+ ]
354
+
355
+ [[package]]
356
+ name = "getrandom"
357
+ version = "0.2.7"
358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
359
+ checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
360
+ dependencies = [
361
+ "cfg-if",
362
+ "js-sys",
363
+ "libc",
364
+ "wasi 0.11.0+wasi-snapshot-preview1",
365
+ "wasm-bindgen",
366
+ ]
367
+
368
+ [[package]]
369
+ name = "gif"
370
+ version = "0.11.4"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06"
373
+ dependencies = [
374
+ "color_quant",
375
+ "weezl",
376
+ ]
377
+
378
+ [[package]]
379
+ name = "glob"
380
+ version = "0.3.0"
381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
382
+ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
383
+
384
+ [[package]]
385
+ name = "half"
386
+ version = "2.1.0"
387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
388
+ checksum = "ad6a9459c9c30b177b925162351f97e7d967c7ea8bab3b8352805327daf45554"
389
+ dependencies = [
390
+ "crunchy",
391
+ ]
392
+
393
+ [[package]]
394
+ name = "hermit-abi"
395
+ version = "0.1.19"
396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
397
+ checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
398
+ dependencies = [
399
+ "libc",
400
+ ]
401
+
402
+ [[package]]
403
+ name = "humantime"
404
+ version = "2.1.0"
405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
406
+ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
407
+
408
+ [[package]]
409
+ name = "ident_case"
410
+ version = "1.0.1"
411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
412
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
413
+
414
+ [[package]]
415
+ name = "image"
416
+ version = "0.24.4"
417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
418
+ checksum = "bd8e4fb07cf672b1642304e731ef8a6a4c7891d67bb4fd4f5ce58cd6ed86803c"
419
+ dependencies = [
420
+ "bytemuck",
421
+ "byteorder",
422
+ "color_quant",
423
+ "exr",
424
+ "gif",
425
+ "jpeg-decoder",
426
+ "num-rational",
427
+ "num-traits",
428
+ "png",
429
+ "scoped_threadpool",
430
+ "tiff",
431
+ ]
432
+
433
+ [[package]]
434
+ name = "imageproc"
435
+ version = "0.23.0"
436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
437
+ checksum = "b6aee993351d466301a29655d628bfc6f5a35a0d062b6160ca0808f425805fd7"
438
+ dependencies = [
439
+ "approx",
440
+ "conv",
441
+ "image",
442
+ "itertools",
443
+ "nalgebra",
444
+ "num",
445
+ "rand 0.7.3",
446
+ "rand_distr",
447
+ "rayon",
448
+ "rusttype",
449
+ ]
450
+
451
+ [[package]]
452
+ name = "itertools"
453
+ version = "0.10.5"
454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
455
+ checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
456
+ dependencies = [
457
+ "either",
458
+ ]
459
+
460
+ [[package]]
461
+ name = "jpeg-decoder"
462
+ version = "0.2.6"
463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
464
+ checksum = "9478aa10f73e7528198d75109c8be5cd7d15fb530238040148d5f9a22d4c5b3b"
465
+ dependencies = [
466
+ "rayon",
467
+ ]
468
+
469
+ [[package]]
470
+ name = "js-sys"
471
+ version = "0.3.60"
472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
473
+ checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
474
+ dependencies = [
475
+ "wasm-bindgen",
476
+ ]
477
+
478
+ [[package]]
479
+ name = "lazy_static"
480
+ version = "1.4.0"
481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
482
+ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
483
+
484
+ [[package]]
485
+ name = "lazycell"
486
+ version = "1.3.0"
487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
488
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
489
+
490
+ [[package]]
491
+ name = "lebe"
492
+ version = "0.5.2"
493
+ source = "registry+https://github.com/rust-lang/crates.io-index"
494
+ checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
495
+
496
+ [[package]]
497
+ name = "libc"
498
+ version = "0.2.135"
499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
500
+ checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
501
+
502
+ [[package]]
503
+ name = "libloading"
504
+ version = "0.7.3"
505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
506
+ checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
507
+ dependencies = [
508
+ "cfg-if",
509
+ "winapi",
510
+ ]
511
+
512
+ [[package]]
513
+ name = "lock_api"
514
+ version = "0.4.9"
515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
516
+ checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
517
+ dependencies = [
518
+ "autocfg",
519
+ "scopeguard",
520
+ ]
521
+
522
+ [[package]]
523
+ name = "log"
524
+ version = "0.4.17"
525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
526
+ checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
527
+ dependencies = [
528
+ "cfg-if",
529
+ ]
530
+
531
+ [[package]]
532
+ name = "magnus"
533
+ version = "0.3.2"
534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
535
+ checksum = "983e15338a2e9644f804de8b5e52fb930bcd53b6859de4f4feb85753532b69d3"
536
+ dependencies = [
537
+ "bindgen",
538
+ "magnus-macros",
539
+ ]
540
+
541
+ [[package]]
542
+ name = "magnus-macros"
543
+ version = "0.1.0"
544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
545
+ checksum = "27968fcabe2ef7e35b8331d71a62882282996f6222c133c0255cf7f33b8d9b48"
546
+ dependencies = [
547
+ "darling",
548
+ "proc-macro2",
549
+ "quote",
550
+ "syn",
551
+ ]
552
+
553
+ [[package]]
554
+ name = "matrixmultiply"
555
+ version = "0.3.2"
556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
557
+ checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"
558
+ dependencies = [
559
+ "rawpointer",
560
+ ]
561
+
562
+ [[package]]
563
+ name = "memchr"
564
+ version = "2.5.0"
565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
566
+ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
567
+
568
+ [[package]]
569
+ name = "memoffset"
570
+ version = "0.6.5"
571
+ source = "registry+https://github.com/rust-lang/crates.io-index"
572
+ checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
573
+ dependencies = [
574
+ "autocfg",
575
+ ]
576
+
577
+ [[package]]
578
+ name = "minimal-lexical"
579
+ version = "0.2.1"
580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
581
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
582
+
583
+ [[package]]
584
+ name = "miniz_oxide"
585
+ version = "0.5.4"
586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
587
+ checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
588
+ dependencies = [
589
+ "adler",
590
+ ]
591
+
592
+ [[package]]
593
+ name = "miniz_oxide"
594
+ version = "0.6.2"
595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
596
+ checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
597
+ dependencies = [
598
+ "adler",
599
+ ]
600
+
601
+ [[package]]
602
+ name = "nalgebra"
603
+ version = "0.30.1"
604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
605
+ checksum = "4fb2d0de08694bed883320212c18ee3008576bfe8c306f4c3c4a58b4876998be"
606
+ dependencies = [
607
+ "approx",
608
+ "matrixmultiply",
609
+ "num-complex",
610
+ "num-rational",
611
+ "num-traits",
612
+ "simba",
613
+ "typenum",
614
+ ]
615
+
616
+ [[package]]
617
+ name = "nanorand"
618
+ version = "0.7.0"
619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
620
+ checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
621
+ dependencies = [
622
+ "getrandom 0.2.7",
623
+ ]
624
+
625
+ [[package]]
626
+ name = "nom"
627
+ version = "7.1.1"
628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
629
+ checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
630
+ dependencies = [
631
+ "memchr",
632
+ "minimal-lexical",
633
+ ]
634
+
635
+ [[package]]
636
+ name = "num"
637
+ version = "0.4.0"
638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
639
+ checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606"
640
+ dependencies = [
641
+ "num-bigint",
642
+ "num-complex",
643
+ "num-integer",
644
+ "num-iter",
645
+ "num-rational",
646
+ "num-traits",
647
+ ]
648
+
649
+ [[package]]
650
+ name = "num-bigint"
651
+ version = "0.4.3"
652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
653
+ checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
654
+ dependencies = [
655
+ "autocfg",
656
+ "num-integer",
657
+ "num-traits",
658
+ ]
659
+
660
+ [[package]]
661
+ name = "num-complex"
662
+ version = "0.4.2"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"
665
+ dependencies = [
666
+ "num-traits",
667
+ ]
668
+
669
+ [[package]]
670
+ name = "num-integer"
671
+ version = "0.1.45"
672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
673
+ checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
674
+ dependencies = [
675
+ "autocfg",
676
+ "num-traits",
677
+ ]
678
+
679
+ [[package]]
680
+ name = "num-iter"
681
+ version = "0.1.43"
682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
683
+ checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
684
+ dependencies = [
685
+ "autocfg",
686
+ "num-integer",
687
+ "num-traits",
688
+ ]
689
+
690
+ [[package]]
691
+ name = "num-rational"
692
+ version = "0.4.1"
693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
694
+ checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
695
+ dependencies = [
696
+ "autocfg",
697
+ "num-bigint",
698
+ "num-integer",
699
+ "num-traits",
700
+ ]
701
+
702
+ [[package]]
703
+ name = "num-traits"
704
+ version = "0.2.15"
705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
706
+ checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
707
+ dependencies = [
708
+ "autocfg",
709
+ ]
710
+
711
+ [[package]]
712
+ name = "num_cpus"
713
+ version = "1.13.1"
714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
715
+ checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
716
+ dependencies = [
717
+ "hermit-abi",
718
+ "libc",
719
+ ]
720
+
721
+ [[package]]
722
+ name = "once_cell"
723
+ version = "1.15.0"
724
+ source = "registry+https://github.com/rust-lang/crates.io-index"
725
+ checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
726
+
727
+ [[package]]
728
+ name = "owned_ttf_parser"
729
+ version = "0.6.0"
730
+ source = "registry+https://github.com/rust-lang/crates.io-index"
731
+ checksum = "9f923fb806c46266c02ab4a5b239735c144bdeda724a50ed058e5226f594cde3"
732
+ dependencies = [
733
+ "ttf-parser",
734
+ ]
735
+
736
+ [[package]]
737
+ name = "paste"
738
+ version = "1.0.9"
739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
740
+ checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
741
+
742
+ [[package]]
743
+ name = "peeking_take_while"
744
+ version = "0.1.2"
745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
746
+ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
747
+
748
+ [[package]]
749
+ name = "pin-project"
750
+ version = "1.0.12"
751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
752
+ checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
753
+ dependencies = [
754
+ "pin-project-internal",
755
+ ]
756
+
757
+ [[package]]
758
+ name = "pin-project-internal"
759
+ version = "1.0.12"
760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
761
+ checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
762
+ dependencies = [
763
+ "proc-macro2",
764
+ "quote",
765
+ "syn",
766
+ ]
767
+
768
+ [[package]]
769
+ name = "png"
770
+ version = "0.17.6"
771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
772
+ checksum = "8f0e7f4c94ec26ff209cee506314212639d6c91b80afb82984819fafce9df01c"
773
+ dependencies = [
774
+ "bitflags",
775
+ "crc32fast",
776
+ "flate2",
777
+ "miniz_oxide 0.5.4",
778
+ ]
779
+
780
+ [[package]]
781
+ name = "ppv-lite86"
782
+ version = "0.2.16"
783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
784
+ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
785
+
786
+ [[package]]
787
+ name = "proc-macro2"
788
+ version = "1.0.46"
789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
790
+ checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b"
791
+ dependencies = [
792
+ "unicode-ident",
793
+ ]
794
+
795
+ [[package]]
796
+ name = "quote"
797
+ version = "1.0.21"
798
+ source = "registry+https://github.com/rust-lang/crates.io-index"
799
+ checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
800
+ dependencies = [
801
+ "proc-macro2",
802
+ ]
803
+
804
+ [[package]]
805
+ name = "rand"
806
+ version = "0.7.3"
807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
808
+ checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
809
+ dependencies = [
810
+ "getrandom 0.1.16",
811
+ "libc",
812
+ "rand_chacha 0.2.2",
813
+ "rand_core 0.5.1",
814
+ "rand_hc",
815
+ ]
816
+
817
+ [[package]]
818
+ name = "rand"
819
+ version = "0.8.5"
820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
821
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
822
+ dependencies = [
823
+ "libc",
824
+ "rand_chacha 0.3.1",
825
+ "rand_core 0.6.4",
826
+ ]
827
+
828
+ [[package]]
829
+ name = "rand_chacha"
830
+ version = "0.2.2"
831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
832
+ checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
833
+ dependencies = [
834
+ "ppv-lite86",
835
+ "rand_core 0.5.1",
836
+ ]
837
+
838
+ [[package]]
839
+ name = "rand_chacha"
840
+ version = "0.3.1"
841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
842
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
843
+ dependencies = [
844
+ "ppv-lite86",
845
+ "rand_core 0.6.4",
846
+ ]
847
+
848
+ [[package]]
849
+ name = "rand_core"
850
+ version = "0.5.1"
851
+ source = "registry+https://github.com/rust-lang/crates.io-index"
852
+ checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
853
+ dependencies = [
854
+ "getrandom 0.1.16",
855
+ ]
856
+
857
+ [[package]]
858
+ name = "rand_core"
859
+ version = "0.6.4"
860
+ source = "registry+https://github.com/rust-lang/crates.io-index"
861
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
862
+ dependencies = [
863
+ "getrandom 0.2.7",
864
+ ]
865
+
866
+ [[package]]
867
+ name = "rand_distr"
868
+ version = "0.2.2"
869
+ source = "registry+https://github.com/rust-lang/crates.io-index"
870
+ checksum = "96977acbdd3a6576fb1d27391900035bf3863d4a16422973a409b488cf29ffb2"
871
+ dependencies = [
872
+ "rand 0.7.3",
873
+ ]
874
+
875
+ [[package]]
876
+ name = "rand_hc"
877
+ version = "0.2.0"
878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
879
+ checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
880
+ dependencies = [
881
+ "rand_core 0.5.1",
882
+ ]
883
+
884
+ [[package]]
885
+ name = "rawpointer"
886
+ version = "0.2.1"
887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
888
+ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
889
+
890
+ [[package]]
891
+ name = "rayon"
892
+ version = "1.5.3"
893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
894
+ checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
895
+ dependencies = [
896
+ "autocfg",
897
+ "crossbeam-deque",
898
+ "either",
899
+ "rayon-core",
900
+ ]
901
+
902
+ [[package]]
903
+ name = "rayon-core"
904
+ version = "1.9.3"
905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
906
+ checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
907
+ dependencies = [
908
+ "crossbeam-channel",
909
+ "crossbeam-deque",
910
+ "crossbeam-utils",
911
+ "num_cpus",
912
+ ]
913
+
914
+ [[package]]
915
+ name = "regex"
916
+ version = "1.6.0"
917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
918
+ checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
919
+ dependencies = [
920
+ "aho-corasick",
921
+ "memchr",
922
+ "regex-syntax",
923
+ ]
924
+
925
+ [[package]]
926
+ name = "regex-syntax"
927
+ version = "0.6.27"
928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
929
+ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
930
+
931
+ [[package]]
932
+ name = "rucaptcha"
933
+ version = "3.0.0"
934
+ dependencies = [
935
+ "image",
936
+ "imageproc",
937
+ "magnus",
938
+ "rand 0.8.5",
939
+ "rusttype",
940
+ ]
941
+
942
+ [[package]]
943
+ name = "rustc-hash"
944
+ version = "1.1.0"
945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
946
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
947
+
948
+ [[package]]
949
+ name = "rusttype"
950
+ version = "0.9.2"
951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
952
+ checksum = "dc7c727aded0be18c5b80c1640eae0ac8e396abf6fa8477d96cb37d18ee5ec59"
953
+ dependencies = [
954
+ "ab_glyph_rasterizer",
955
+ "owned_ttf_parser",
956
+ ]
957
+
958
+ [[package]]
959
+ name = "safe_arch"
960
+ version = "0.6.0"
961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
962
+ checksum = "794821e4ccb0d9f979512f9c1973480123f9bd62a90d74ab0f9426fcf8f4a529"
963
+ dependencies = [
964
+ "bytemuck",
965
+ ]
966
+
967
+ [[package]]
968
+ name = "scoped_threadpool"
969
+ version = "0.1.9"
970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
971
+ checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
972
+
973
+ [[package]]
974
+ name = "scopeguard"
975
+ version = "1.1.0"
976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
977
+ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
978
+
979
+ [[package]]
980
+ name = "shlex"
981
+ version = "1.1.0"
982
+ source = "registry+https://github.com/rust-lang/crates.io-index"
983
+ checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
984
+
985
+ [[package]]
986
+ name = "simba"
987
+ version = "0.7.2"
988
+ source = "registry+https://github.com/rust-lang/crates.io-index"
989
+ checksum = "c48e45e5961033db030b56ad67aef22e9c908c493a6e8348c0a0f6b93433cd77"
990
+ dependencies = [
991
+ "approx",
992
+ "num-complex",
993
+ "num-traits",
994
+ "paste",
995
+ "wide",
996
+ ]
997
+
998
+ [[package]]
999
+ name = "smallvec"
1000
+ version = "1.10.0"
1001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1002
+ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
1003
+
1004
+ [[package]]
1005
+ name = "spin"
1006
+ version = "0.9.4"
1007
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1008
+ checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
1009
+ dependencies = [
1010
+ "lock_api",
1011
+ ]
1012
+
1013
+ [[package]]
1014
+ name = "strsim"
1015
+ version = "0.8.0"
1016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1017
+ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1018
+
1019
+ [[package]]
1020
+ name = "strsim"
1021
+ version = "0.10.0"
1022
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1023
+ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1024
+
1025
+ [[package]]
1026
+ name = "syn"
1027
+ version = "1.0.102"
1028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1029
+ checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1"
1030
+ dependencies = [
1031
+ "proc-macro2",
1032
+ "quote",
1033
+ "unicode-ident",
1034
+ ]
1035
+
1036
+ [[package]]
1037
+ name = "termcolor"
1038
+ version = "1.1.3"
1039
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1040
+ checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
1041
+ dependencies = [
1042
+ "winapi-util",
1043
+ ]
1044
+
1045
+ [[package]]
1046
+ name = "textwrap"
1047
+ version = "0.11.0"
1048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1049
+ checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1050
+ dependencies = [
1051
+ "unicode-width",
1052
+ ]
1053
+
1054
+ [[package]]
1055
+ name = "threadpool"
1056
+ version = "1.8.1"
1057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1058
+ checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
1059
+ dependencies = [
1060
+ "num_cpus",
1061
+ ]
1062
+
1063
+ [[package]]
1064
+ name = "tiff"
1065
+ version = "0.7.3"
1066
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1067
+ checksum = "7259662e32d1e219321eb309d5f9d898b779769d81b76e762c07c8e5d38fcb65"
1068
+ dependencies = [
1069
+ "flate2",
1070
+ "jpeg-decoder",
1071
+ "weezl",
1072
+ ]
1073
+
1074
+ [[package]]
1075
+ name = "ttf-parser"
1076
+ version = "0.6.2"
1077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1078
+ checksum = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc"
1079
+
1080
+ [[package]]
1081
+ name = "typenum"
1082
+ version = "1.15.0"
1083
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1084
+ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
1085
+
1086
+ [[package]]
1087
+ name = "unicode-ident"
1088
+ version = "1.0.5"
1089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1090
+ checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
1091
+
1092
+ [[package]]
1093
+ name = "unicode-width"
1094
+ version = "0.1.10"
1095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1096
+ checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
1097
+
1098
+ [[package]]
1099
+ name = "vec_map"
1100
+ version = "0.8.2"
1101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1102
+ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1103
+
1104
+ [[package]]
1105
+ name = "wasi"
1106
+ version = "0.9.0+wasi-snapshot-preview1"
1107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1108
+ checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1109
+
1110
+ [[package]]
1111
+ name = "wasi"
1112
+ version = "0.11.0+wasi-snapshot-preview1"
1113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1114
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1115
+
1116
+ [[package]]
1117
+ name = "wasm-bindgen"
1118
+ version = "0.2.83"
1119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1120
+ checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
1121
+ dependencies = [
1122
+ "cfg-if",
1123
+ "wasm-bindgen-macro",
1124
+ ]
1125
+
1126
+ [[package]]
1127
+ name = "wasm-bindgen-backend"
1128
+ version = "0.2.83"
1129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1130
+ checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
1131
+ dependencies = [
1132
+ "bumpalo",
1133
+ "log",
1134
+ "once_cell",
1135
+ "proc-macro2",
1136
+ "quote",
1137
+ "syn",
1138
+ "wasm-bindgen-shared",
1139
+ ]
1140
+
1141
+ [[package]]
1142
+ name = "wasm-bindgen-macro"
1143
+ version = "0.2.83"
1144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1145
+ checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
1146
+ dependencies = [
1147
+ "quote",
1148
+ "wasm-bindgen-macro-support",
1149
+ ]
1150
+
1151
+ [[package]]
1152
+ name = "wasm-bindgen-macro-support"
1153
+ version = "0.2.83"
1154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1155
+ checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
1156
+ dependencies = [
1157
+ "proc-macro2",
1158
+ "quote",
1159
+ "syn",
1160
+ "wasm-bindgen-backend",
1161
+ "wasm-bindgen-shared",
1162
+ ]
1163
+
1164
+ [[package]]
1165
+ name = "wasm-bindgen-shared"
1166
+ version = "0.2.83"
1167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1168
+ checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
1169
+
1170
+ [[package]]
1171
+ name = "weezl"
1172
+ version = "0.1.7"
1173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1174
+ checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
1175
+
1176
+ [[package]]
1177
+ name = "which"
1178
+ version = "4.3.0"
1179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1180
+ checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
1181
+ dependencies = [
1182
+ "either",
1183
+ "libc",
1184
+ "once_cell",
1185
+ ]
1186
+
1187
+ [[package]]
1188
+ name = "wide"
1189
+ version = "0.7.5"
1190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1191
+ checksum = "ae41ecad2489a1655c8ef8489444b0b113c0a0c795944a3572a0931cf7d2525c"
1192
+ dependencies = [
1193
+ "bytemuck",
1194
+ "safe_arch",
1195
+ ]
1196
+
1197
+ [[package]]
1198
+ name = "winapi"
1199
+ version = "0.3.9"
1200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1201
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1202
+ dependencies = [
1203
+ "winapi-i686-pc-windows-gnu",
1204
+ "winapi-x86_64-pc-windows-gnu",
1205
+ ]
1206
+
1207
+ [[package]]
1208
+ name = "winapi-i686-pc-windows-gnu"
1209
+ version = "0.4.0"
1210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1211
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1212
+
1213
+ [[package]]
1214
+ name = "winapi-util"
1215
+ version = "0.1.5"
1216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1217
+ checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1218
+ dependencies = [
1219
+ "winapi",
1220
+ ]
1221
+
1222
+ [[package]]
1223
+ name = "winapi-x86_64-pc-windows-gnu"
1224
+ version = "0.4.0"
1225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1226
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"