1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "ahash"
7version = "0.7.6"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
10dependencies = [
11 "getrandom",
12 "once_cell",
13 "version_check",
14]
15
16[[package]]
17name = "aho-corasick"
18version = "0.7.18"
19source = "registry+https://github.com/rust-lang/crates.io-index"
20checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
21dependencies = [
22 "memchr",
23]
24
25[[package]]
26name = "ante"
27version = "0.1.1"
28dependencies = [
29 "clap",
30 "colored",
31 "cranelift",
32 "cranelift-jit",
33 "cranelift-module",
34 "cranelift-object",
35 "difference",
36 "goldentests",
37 "inkwell",
38 "mimalloc",
39 "target-lexicon",
40]
41
42[[package]]
43name = "anyhow"
44version = "1.0.62"
45source = "registry+https://github.com/rust-lang/crates.io-index"
46checksum = "1485d4d2cc45e7b201ee3767015c96faa5904387c9d87c6efdd0fb511f12d305"
47
48[[package]]
49name = "atty"
50version = "0.2.14"
51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
53dependencies = [
54 "hermit-abi",
55 "libc",
56 "winapi",
57]
58
59[[package]]
60name = "autocfg"
61version = "1.1.0"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
64
65[[package]]
66name = "bitflags"
67version = "1.3.2"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
70
71[[package]]
72name = "byteorder"
73version = "1.4.3"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
76
77[[package]]
78name = "cc"
79version = "1.0.73"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
82
83[[package]]
84name = "cfg-if"
85version = "1.0.0"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
88
89[[package]]
90name = "clap"
91version = "3.2.17"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "29e724a68d9319343bb3328c9cc2dfde263f4b3142ee1059a9980580171c954b"
94dependencies = [
95 "atty",
96 "bitflags",
97 "clap_derive",
98 "clap_lex",
99 "indexmap",
100 "once_cell",
101 "strsim",
102 "termcolor",
103 "textwrap",
104]
105
106[[package]]
107name = "clap_derive"
108version = "3.2.17"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "13547f7012c01ab4a0e8f8967730ada8f9fdf419e8b6c792788f39cf4e46eefa"
111dependencies = [
112 "heck",
113 "proc-macro-error",
114 "proc-macro2",
115 "quote",
116 "syn",
117]
118
119[[package]]
120name = "clap_lex"
121version = "0.2.4"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
124dependencies = [
125 "os_str_bytes",
126]
127
128[[package]]
129name = "colored"
130version = "2.0.0"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
133dependencies = [
134 "atty",
135 "lazy_static",
136 "winapi",
137]
138
139[[package]]
140name = "cranelift"
141version = "0.86.1"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "bd96bba738454eb373087df6d6891b18009361123fef90930def4978e3837448"
144dependencies = [
145 "cranelift-codegen",
146 "cranelift-frontend",
147]
148
149[[package]]
150name = "cranelift-bforest"
151version = "0.86.1"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "529ffacce2249ac60edba2941672dfedf3d96558b415d0d8083cd007456e0f55"
154dependencies = [
155 "cranelift-entity",
156]
157
158[[package]]
159name = "cranelift-codegen"
160version = "0.86.1"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "427d105f617efc8cb55f8d036a7fded2e227892d8780b4985e5551f8d27c4a92"
163dependencies = [
164 "cranelift-bforest",
165 "cranelift-codegen-meta",
166 "cranelift-codegen-shared",
167 "cranelift-entity",
168 "cranelift-isle",
169 "log",
170 "regalloc2",
171 "smallvec",
172 "target-lexicon",
173]
174
175[[package]]
176name = "cranelift-codegen-meta"
177version = "0.86.1"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "551674bed85b838d45358e3eab4f0ffaa6790c70dc08184204b9a54b41cdb7d1"
180dependencies = [
181 "cranelift-codegen-shared",
182]
183
184[[package]]
185name = "cranelift-codegen-shared"
186version = "0.86.1"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "2b3a63ae57498c3eb495360944a33571754241e15e47e3bcae6082f40fec5866"
189
190[[package]]
191name = "cranelift-entity"
192version = "0.86.1"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "11aa8aa624c72cc1c94ea3d0739fa61248260b5b14d3646f51593a88d67f3e6e"
195
196[[package]]
197name = "cranelift-frontend"
198version = "0.86.1"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "544ee8f4d1c9559c9aa6d46e7aaeac4a13856d620561094f35527356c7d21bd0"
201dependencies = [
202 "cranelift-codegen",
203 "log",
204 "smallvec",
205 "target-lexicon",
206]
207
208[[package]]
209name = "cranelift-isle"
210version = "0.86.1"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "ed16b14363d929b8c37e3c557d0a7396791b383ecc302141643c054343170aad"
213
214[[package]]
215name = "cranelift-jit"
216version = "0.86.1"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "0308e7418208639fb96c1a3dc04955fa41c4bc92dfce9106635185f71d5caf46"
219dependencies = [
220 "anyhow",
221 "cranelift-codegen",
222 "cranelift-entity",
223 "cranelift-module",
224 "cranelift-native",
225 "libc",
226 "log",
227 "region",
228 "target-lexicon",
229 "windows-sys",
230]
231
232[[package]]
233name = "cranelift-module"
234version = "0.86.1"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "76979aac10dbcf0c222cd5902565bc93597ac30bbe9d879a2aa5f2402d1561f2"
237dependencies = [
238 "anyhow",
239 "cranelift-codegen",
240]
241
242[[package]]
243name = "cranelift-native"
244version = "0.86.1"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "51617cf8744634f2ed3c989c3c40cd6444f63377c6d994adab0d85807f3eb682"
247dependencies = [
248 "cranelift-codegen",
249 "libc",
250 "target-lexicon",
251]
252
253[[package]]
254name = "cranelift-object"
255version = "0.86.1"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "50e649a13f3951ad3b8cb13a3a774481c12159a98eb386b04583573c57d7cf56"
258dependencies = [
259 "anyhow",
260 "cranelift-codegen",
261 "cranelift-module",
262 "log",
263 "object",
264 "target-lexicon",
265]
266
267[[package]]
268name = "crc32fast"
269version = "1.3.2"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
272dependencies = [
273 "cfg-if",
274]
275
276[[package]]
277name = "crossbeam-channel"
278version = "0.5.6"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
281dependencies = [
282 "cfg-if",
283 "crossbeam-utils",
284]
285
286[[package]]
287name = "crossbeam-deque"
288version = "0.8.2"
289source = "registry+https://github.com/rust-lang/crates.io-index"
290checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
291dependencies = [
292 "cfg-if",
293 "crossbeam-epoch",
294 "crossbeam-utils",
295]
296
297[[package]]
298name = "crossbeam-epoch"
299version = "0.9.10"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1"
302dependencies = [
303 "autocfg",
304 "cfg-if",
305 "crossbeam-utils",
306 "memoffset",
307 "once_cell",
308 "scopeguard",
309]
310
311[[package]]
312name = "crossbeam-utils"
313version = "0.8.11"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
316dependencies = [
317 "cfg-if",
318 "once_cell",
319]
320
321[[package]]
322name = "difference"
323version = "2.0.0"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
326
327[[package]]
328name = "either"
329version = "1.8.0"
330source = "registry+https://github.com/rust-lang/crates.io-index"
331checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
332
333[[package]]
334name = "fxhash"
335version = "0.2.1"
336source = "registry+https://github.com/rust-lang/crates.io-index"
337checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
338dependencies = [
339 "byteorder",
340]
341
342[[package]]
343name = "getrandom"
344version = "0.2.7"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
347dependencies = [
348 "cfg-if",
349 "libc",
350 "wasi",
351]
352
353[[package]]
354name = "goldentests"
355version = "1.1.0"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "50fd8aa88e90e6cfee4b0781b623216f7631f24e671f5f687194c9bf4cccc1bf"
358dependencies = [
359 "colored",
360 "rayon",
361 "shlex",
362 "similar",
363]
364
365[[package]]
366name = "hashbrown"
367version = "0.11.2"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
370dependencies = [
371 "ahash",
372]
373
374[[package]]
375name = "hashbrown"
376version = "0.12.3"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
379
380[[package]]
381name = "heck"
382version = "0.4.0"
383source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
385
386[[package]]
387name = "hermit-abi"
388version = "0.1.19"
389source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
391dependencies = [
392 "libc",
393]
394
395[[package]]
396name = "indexmap"
397version = "1.9.1"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
400dependencies = [
401 "autocfg",
402 "hashbrown 0.12.3",
403]
404
405[[package]]
406name = "inkwell"
407version = "0.1.0"
408source = "git+https://github.com/TheDan64/inkwell?branch=master#40d7ba0d387819140ca85c9bbf14ccdbd199ceee"
409dependencies = [
410 "either",
411 "inkwell_internals",
412 "libc",
413 "llvm-sys",
414 "once_cell",
415 "parking_lot",
416]
417
418[[package]]
419name = "inkwell_internals"
420version = "0.5.0"
421source = "git+https://github.com/TheDan64/inkwell?branch=master#40d7ba0d387819140ca85c9bbf14ccdbd199ceee"
422dependencies = [
423 "proc-macro2",
424 "quote",
425 "syn",
426]
427
428[[package]]
429name = "lazy_static"
430version = "1.4.0"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
433
434[[package]]
435name = "libc"
436version = "0.2.132"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5"
439
440[[package]]
441name = "libmimalloc-sys"
442version = "0.1.25"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "11ca136052550448f55df7898c6dbe651c6b574fe38a0d9ea687a9f8088a2e2c"
445dependencies = [
446 "cc",
447]
448
449[[package]]
450name = "llvm-sys"
451version = "130.0.4"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "bdb6ea20e8a348f6db0b43a7f009fa7d981d22edf4cbe2e0c7b2247dbb25be61"
454dependencies = [
455 "cc",
456 "lazy_static",
457 "libc",
458 "regex",
459 "semver",
460]
461
462[[package]]
463name = "lock_api"
464version = "0.4.7"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
467dependencies = [
468 "autocfg",
469 "scopeguard",
470]
471
472[[package]]
473name = "log"
474version = "0.4.17"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
477dependencies = [
478 "cfg-if",
479]
480
481[[package]]
482name = "mach"
483version = "0.3.2"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
486dependencies = [
487 "libc",
488]
489
490[[package]]
491name = "memchr"
492version = "2.5.0"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
495
496[[package]]
497name = "memoffset"
498version = "0.6.5"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
501dependencies = [
502 "autocfg",
503]
504
505[[package]]
506name = "mimalloc"
507version = "0.1.29"
508source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "2f64ad83c969af2e732e907564deb0d0ed393cec4af80776f77dd77a1a427698"
510dependencies = [
511 "libmimalloc-sys",
512]
513
514[[package]]
515name = "num_cpus"
516version = "1.13.1"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
519dependencies = [
520 "hermit-abi",
521 "libc",
522]
523
524[[package]]
525name = "object"
526version = "0.28.4"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
529dependencies = [
530 "crc32fast",
531 "hashbrown 0.11.2",
532 "indexmap",
533 "memchr",
534]
535
536[[package]]
537name = "once_cell"
538version = "1.13.1"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e"
541
542[[package]]
543name = "os_str_bytes"
544version = "6.3.0"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"
547
548[[package]]
549name = "parking_lot"
550version = "0.12.1"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
553dependencies = [
554 "lock_api",
555 "parking_lot_core",
556]
557
558[[package]]
559name = "parking_lot_core"
560version = "0.9.3"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
563dependencies = [
564 "cfg-if",
565 "libc",
566 "redox_syscall",
567 "smallvec",
568 "windows-sys",
569]
570
571[[package]]
572name = "pest"
573version = "2.3.0"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "4b0560d531d1febc25a3c9398a62a71256c0178f2e3443baedd9ad4bb8c9deb4"
576dependencies = [
577 "thiserror",
578 "ucd-trie",
579]
580
581[[package]]
582name = "proc-macro-error"
583version = "1.0.4"
584source = "registry+https://github.com/rust-lang/crates.io-index"
585checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
586dependencies = [
587 "proc-macro-error-attr",
588 "proc-macro2",
589 "quote",
590 "syn",
591 "version_check",
592]
593
594[[package]]
595name = "proc-macro-error-attr"
596version = "1.0.4"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
599dependencies = [
600 "proc-macro2",
601 "quote",
602 "version_check",
603]
604
605[[package]]
606name = "proc-macro2"
607version = "1.0.43"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
610dependencies = [
611 "unicode-ident",
612]
613
614[[package]]
615name = "quote"
616version = "1.0.21"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
619dependencies = [
620 "proc-macro2",
621]
622
623[[package]]
624name = "rayon"
625version = "1.5.3"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
628dependencies = [
629 "autocfg",
630 "crossbeam-deque",
631 "either",
632 "rayon-core",
633]
634
635[[package]]
636name = "rayon-core"
637version = "1.9.3"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
640dependencies = [
641 "crossbeam-channel",
642 "crossbeam-deque",
643 "crossbeam-utils",
644 "num_cpus",
645]
646
647[[package]]
648name = "redox_syscall"
649version = "0.2.16"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
652dependencies = [
653 "bitflags",
654]
655
656[[package]]
657name = "regalloc2"
658version = "0.3.2"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"
661dependencies = [
662 "fxhash",
663 "log",
664 "slice-group-by",
665 "smallvec",
666]
667
668[[package]]
669name = "regex"
670version = "1.6.0"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
673dependencies = [
674 "aho-corasick",
675 "memchr",
676 "regex-syntax",
677]
678
679[[package]]
680name = "regex-syntax"
681version = "0.6.27"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
684
685[[package]]
686name = "region"
687version = "2.2.0"
688source = "registry+https://github.com/rust-lang/crates.io-index"
689checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
690dependencies = [
691 "bitflags",
692 "libc",
693 "mach",
694 "winapi",
695]
696
697[[package]]
698name = "scopeguard"
699version = "1.1.0"
700source = "registry+https://github.com/rust-lang/crates.io-index"
701checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
702
703[[package]]
704name = "semver"
705version = "0.11.0"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
708dependencies = [
709 "semver-parser",
710]
711
712[[package]]
713name = "semver-parser"
714version = "0.10.2"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
717dependencies = [
718 "pest",
719]
720
721[[package]]
722name = "shlex"
723version = "1.1.0"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
726
727[[package]]
728name = "similar"
729version = "2.2.0"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803"
732
733[[package]]
734name = "slice-group-by"
735version = "0.3.0"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"
738
739[[package]]
740name = "smallvec"
741version = "1.9.0"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
744
745[[package]]
746name = "strsim"
747version = "0.10.0"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
750
751[[package]]
752name = "syn"
753version = "1.0.99"
754source = "registry+https://github.com/rust-lang/crates.io-index"
755checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
756dependencies = [
757 "proc-macro2",
758 "quote",
759 "unicode-ident",
760]
761
762[[package]]
763name = "target-lexicon"
764version = "0.12.4"
765source = "registry+https://github.com/rust-lang/crates.io-index"
766checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"
767
768[[package]]
769name = "termcolor"
770version = "1.1.3"
771source = "registry+https://github.com/rust-lang/crates.io-index"
772checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
773dependencies = [
774 "winapi-util",
775]
776
777[[package]]
778name = "textwrap"
779version = "0.15.0"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
782
783[[package]]
784name = "thiserror"
785version = "1.0.32"
786source = "registry+https://github.com/rust-lang/crates.io-index"
787checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994"
788dependencies = [
789 "thiserror-impl",
790]
791
792[[package]]
793name = "thiserror-impl"
794version = "1.0.32"
795source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21"
797dependencies = [
798 "proc-macro2",
799 "quote",
800 "syn",
801]
802
803[[package]]
804name = "ucd-trie"
805version = "0.1.4"
806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "89570599c4fe5585de2b388aab47e99f7fa4e9238a1399f707a02e356058141c"
808
809[[package]]
810name = "unicode-ident"
811version = "1.0.3"
812source = "registry+https://github.com/rust-lang/crates.io-index"
813checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
814
815[[package]]
816name = "version_check"
817version = "0.9.4"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
820
821[[package]]
822name = "wasi"
823version = "0.11.0+wasi-snapshot-preview1"
824source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
826
827[[package]]
828name = "winapi"
829version = "0.3.9"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
832dependencies = [
833 "winapi-i686-pc-windows-gnu",
834 "winapi-x86_64-pc-windows-gnu",
835]
836
837[[package]]
838name = "winapi-i686-pc-windows-gnu"
839version = "0.4.0"
840source = "registry+https://github.com/rust-lang/crates.io-index"
841checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
842
843[[package]]
844name = "winapi-util"
845version = "0.1.5"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
848dependencies = [
849 "winapi",
850]
851
852[[package]]
853name = "winapi-x86_64-pc-windows-gnu"
854version = "0.4.0"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
857
858[[package]]
859name = "windows-sys"
860version = "0.36.1"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
863dependencies = [
864 "windows_aarch64_msvc",
865 "windows_i686_gnu",
866 "windows_i686_msvc",
867 "windows_x86_64_gnu",
868 "windows_x86_64_msvc",
869]
870
871[[package]]
872name = "windows_aarch64_msvc"
873version = "0.36.1"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
876
877[[package]]
878name = "windows_i686_gnu"
879version = "0.36.1"
880source = "registry+https://github.com/rust-lang/crates.io-index"
881checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
882
883[[package]]
884name = "windows_i686_msvc"
885version = "0.36.1"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
888
889[[package]]
890name = "windows_x86_64_gnu"
891version = "0.36.1"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
894
895[[package]]
896name = "windows_x86_64_msvc"
897version = "0.36.1"
898source = "registry+https://github.com/rust-lang/crates.io-index"
899checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"