1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "Inflector"
7version = "0.11.4"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
10
11[[package]]
12name = "adler"
13version = "1.0.2"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
16
17[[package]]
18name = "adler32"
19version = "1.2.0"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
22
23[[package]]
24name = "ahash"
25version = "0.8.11"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
28dependencies = [
29 "cfg-if",
30 "getrandom",
31 "once_cell",
32 "version_check",
33 "zerocopy",
34]
35
36[[package]]
37name = "aho-corasick"
38version = "0.7.20"
39source = "registry+https://github.com/rust-lang/crates.io-index"
40checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
41dependencies = [
42 "memchr",
43]
44
45[[package]]
46name = "android-tzdata"
47version = "0.1.1"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
50
51[[package]]
52name = "android_system_properties"
53version = "0.1.5"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
56dependencies = [
57 "libc",
58]
59
60[[package]]
61name = "ansi_term"
62version = "0.12.1"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
65dependencies = [
66 "winapi",
67]
68
69[[package]]
70name = "anyhow"
71version = "1.0.69"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
74
75[[package]]
76name = "approx"
77version = "0.5.1"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
80dependencies = [
81 "num-traits",
82]
83
84[[package]]
85name = "arrayvec"
86version = "0.7.2"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
89
90[[package]]
91name = "ascii"
92version = "1.1.0"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
95
96[[package]]
97name = "atomic"
98version = "0.5.1"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"
101dependencies = [
102 "autocfg",
103]
104
105[[package]]
106name = "atty"
107version = "0.2.14"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
110dependencies = [
111 "hermit-abi 0.1.19",
112 "libc",
113 "winapi",
114]
115
116[[package]]
117name = "autocfg"
118version = "1.1.0"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
121
122[[package]]
123name = "base64"
124version = "0.13.1"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
127
128[[package]]
129name = "bitflags"
130version = "1.3.2"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
133
134[[package]]
135name = "bitflags"
136version = "2.5.0"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
139
140[[package]]
141name = "blake2"
142version = "0.10.6"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
145dependencies = [
146 "digest",
147]
148
149[[package]]
150name = "block-buffer"
151version = "0.10.3"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
154dependencies = [
155 "generic-array",
156]
157
158[[package]]
159name = "bstr"
160version = "0.2.17"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
163dependencies = [
164 "lazy_static 1.4.0",
165 "memchr",
166 "regex-automata",
167]
168
169[[package]]
170name = "bumpalo"
171version = "3.12.0"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
174
175[[package]]
176name = "byteorder"
177version = "1.4.3"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
180
181[[package]]
182name = "bzip2"
183version = "0.4.4"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
186dependencies = [
187 "bzip2-sys",
188 "libc",
189]
190
191[[package]]
192name = "bzip2-sys"
193version = "0.1.11+1.0.8"
194source = "registry+https://github.com/rust-lang/crates.io-index"
195checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
196dependencies = [
197 "cc",
198 "libc",
199 "pkg-config",
200]
201
202[[package]]
203name = "caseless"
204version = "0.2.1"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "808dab3318747be122cb31d36de18d4d1c81277a76f8332a02b81a3d73463d7f"
207dependencies = [
208 "regex",
209 "unicode-normalization",
210]
211
212[[package]]
213name = "cast"
214version = "0.3.0"
215source = "registry+https://github.com/rust-lang/crates.io-index"
216checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
217
218[[package]]
219name = "cc"
220version = "1.0.79"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
223
224[[package]]
225name = "cfg-if"
226version = "1.0.0"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
229
230[[package]]
231name = "cfg_aliases"
232version = "0.1.1"
233source = "registry+https://github.com/rust-lang/crates.io-index"
234checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
235
236[[package]]
237name = "chrono"
238version = "0.4.37"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
241dependencies = [
242 "android-tzdata",
243 "iana-time-zone",
244 "js-sys",
245 "num-traits",
246 "wasm-bindgen",
247 "windows-targets 0.52.0",
248]
249
250[[package]]
251name = "clap"
252version = "2.34.0"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
255dependencies = [
256 "ansi_term",
257 "atty",
258 "bitflags 1.3.2",
259 "strsim",
260 "textwrap 0.11.0",
261 "unicode-width",
262 "vec_map",
263]
264
265[[package]]
266name = "clipboard-win"
267version = "5.0.0"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "c57002a5d9be777c1ef967e33674dac9ebd310d8893e4e3437b14d5f0f6372cc"
270dependencies = [
271 "error-code",
272]
273
274[[package]]
275name = "codespan-reporting"
276version = "0.11.1"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
279dependencies = [
280 "termcolor",
281 "unicode-width",
282]
283
284[[package]]
285name = "console"
286version = "0.15.5"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60"
289dependencies = [
290 "encode_unicode",
291 "lazy_static 1.4.0",
292 "libc",
293 "windows-sys 0.42.0",
294]
295
296[[package]]
297name = "console_error_panic_hook"
298version = "0.1.7"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
301dependencies = [
302 "cfg-if",
303 "wasm-bindgen",
304]
305
306[[package]]
307name = "convert_case"
308version = "0.4.0"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
311
312[[package]]
313name = "core-foundation"
314version = "0.9.3"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
317dependencies = [
318 "core-foundation-sys",
319 "libc",
320]
321
322[[package]]
323name = "core-foundation-sys"
324version = "0.8.3"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
327
328[[package]]
329name = "cpufeatures"
330version = "0.2.5"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
333dependencies = [
334 "libc",
335]
336
337[[package]]
338name = "cranelift"
339version = "0.88.2"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "ea1b0c164043c16a8ece6813eef609ac2262a32a0bb0f5ed6eecf5d7bfb79ba8"
342dependencies = [
343 "cranelift-codegen",
344 "cranelift-frontend",
345]
346
347[[package]]
348name = "cranelift-bforest"
349version = "0.88.2"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "52056f6d0584484b57fa6c1a65c1fcb15f3780d8b6a758426d9e3084169b2ddd"
352dependencies = [
353 "cranelift-entity",
354]
355
356[[package]]
357name = "cranelift-codegen"
358version = "0.88.2"
359source = "registry+https://github.com/rust-lang/crates.io-index"
360checksum = "18fed94c8770dc25d01154c3ffa64ed0b3ba9d583736f305fed7beebe5d9cf74"
361dependencies = [
362 "arrayvec",
363 "bumpalo",
364 "cranelift-bforest",
365 "cranelift-codegen-meta",
366 "cranelift-codegen-shared",
367 "cranelift-entity",
368 "cranelift-isle",
369 "log",
370 "regalloc2",
371 "smallvec",
372 "target-lexicon",
373]
374
375[[package]]
376name = "cranelift-codegen-meta"
377version = "0.88.2"
378source = "registry+https://github.com/rust-lang/crates.io-index"
379checksum = "1c451b81faf237d11c7e4f3165eeb6bac61112762c5cfe7b4c0fb7241474358f"
380dependencies = [
381 "cranelift-codegen-shared",
382]
383
384[[package]]
385name = "cranelift-codegen-shared"
386version = "0.88.2"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "e7c940133198426d26128f08be2b40b0bd117b84771fd36798969c4d712d81fc"
389
390[[package]]
391name = "cranelift-entity"
392version = "0.88.2"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394checksum = "87a0f1b2fdc18776956370cf8d9b009ded3f855350c480c1c52142510961f352"
395
396[[package]]
397name = "cranelift-frontend"
398version = "0.88.2"
399source = "registry+https://github.com/rust-lang/crates.io-index"
400checksum = "34897538b36b216cc8dd324e73263596d51b8cf610da6498322838b2546baf8a"
401dependencies = [
402 "cranelift-codegen",
403 "log",
404 "smallvec",
405 "target-lexicon",
406]
407
408[[package]]
409name = "cranelift-isle"
410version = "0.88.2"
411source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "1b2629a569fae540f16a76b70afcc87ad7decb38dc28fa6c648ac73b51e78470"
413
414[[package]]
415name = "cranelift-jit"
416version = "0.88.2"
417source = "registry+https://github.com/rust-lang/crates.io-index"
418checksum = "625be33ce54cf906c408f5ad9d08caa6e2a09e52d05fd0bd1bd95b132bfbba73"
419dependencies = [
420 "anyhow",
421 "cranelift-codegen",
422 "cranelift-entity",
423 "cranelift-module",
424 "cranelift-native",
425 "libc",
426 "log",
427 "region",
428 "target-lexicon",
429 "windows-sys 0.36.1",
430]
431
432[[package]]
433name = "cranelift-module"
434version = "0.88.2"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "883f8d42e07fd6b283941688f6c41a9e3b97fbf2b4ddcfb2756e675b86dc5edb"
437dependencies = [
438 "anyhow",
439 "cranelift-codegen",
440]
441
442[[package]]
443name = "cranelift-native"
444version = "0.88.2"
445source = "registry+https://github.com/rust-lang/crates.io-index"
446checksum = "20937dab4e14d3e225c5adfc9c7106bafd4ac669bdb43027b911ff794c6fb318"
447dependencies = [
448 "cranelift-codegen",
449 "libc",
450 "target-lexicon",
451]
452
453[[package]]
454name = "crc32fast"
455version = "1.3.2"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
458dependencies = [
459 "cfg-if",
460]
461
462[[package]]
463name = "criterion"
464version = "0.3.6"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f"
467dependencies = [
468 "atty",
469 "cast",
470 "clap",
471 "criterion-plot",
472 "csv",
473 "itertools 0.10.5",
474 "lazy_static 1.4.0",
475 "num-traits",
476 "oorandom",
477 "plotters",
478 "rayon",
479 "regex",
480 "serde",
481 "serde_cbor",
482 "serde_derive",
483 "serde_json",
484 "tinytemplate",
485 "walkdir",
486]
487
488[[package]]
489name = "criterion-plot"
490version = "0.4.5"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876"
493dependencies = [
494 "cast",
495 "itertools 0.10.5",
496]
497
498[[package]]
499name = "crossbeam-channel"
500version = "0.5.13"
501source = "registry+https://github.com/rust-lang/crates.io-index"
502checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
503dependencies = [
504 "crossbeam-utils",
505]
506
507[[package]]
508name = "crossbeam-deque"
509version = "0.8.2"
510source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
512dependencies = [
513 "cfg-if",
514 "crossbeam-epoch",
515 "crossbeam-utils",
516]
517
518[[package]]
519name = "crossbeam-epoch"
520version = "0.9.13"
521source = "registry+https://github.com/rust-lang/crates.io-index"
522checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
523dependencies = [
524 "autocfg",
525 "cfg-if",
526 "crossbeam-utils",
527 "memoffset 0.7.1",
528 "scopeguard",
529]
530
531[[package]]
532name = "crossbeam-utils"
533version = "0.8.19"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
536
537[[package]]
538name = "crunchy"
539version = "0.2.2"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
542
543[[package]]
544name = "crypto-common"
545version = "0.1.6"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
548dependencies = [
549 "generic-array",
550 "typenum",
551]
552
553[[package]]
554name = "csv"
555version = "1.2.0"
556source = "registry+https://github.com/rust-lang/crates.io-index"
557checksum = "af91f40b7355f82b0a891f50e70399475945bb0b0da4f1700ce60761c9d3e359"
558dependencies = [
559 "csv-core",
560 "itoa",
561 "ryu",
562 "serde",
563]
564
565[[package]]
566name = "csv-core"
567version = "0.1.10"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
570dependencies = [
571 "memchr",
572]
573
574[[package]]
575name = "cxx"
576version = "1.0.91"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "86d3488e7665a7a483b57e25bdd90d0aeb2bc7608c8d0346acf2ad3f1caf1d62"
579dependencies = [
580 "cc",
581 "cxxbridge-flags",
582 "cxxbridge-macro",
583 "link-cplusplus",
584]
585
586[[package]]
587name = "cxx-build"
588version = "1.0.91"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "48fcaf066a053a41a81dfb14d57d99738b767febb8b735c3016e469fac5da690"
591dependencies = [
592 "cc",
593 "codespan-reporting",
594 "once_cell",
595 "proc-macro2",
596 "quote",
597 "scratch",
598 "syn 1.0.109",
599]
600
601[[package]]
602name = "cxxbridge-flags"
603version = "1.0.91"
604source = "registry+https://github.com/rust-lang/crates.io-index"
605checksum = "a2ef98b8b717a829ca5603af80e1f9e2e48013ab227b68ef37872ef84ee479bf"
606
607[[package]]
608name = "cxxbridge-macro"
609version = "1.0.91"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "086c685979a698443656e5cf7856c95c642295a38599f12fb1ff76fb28d19892"
612dependencies = [
613 "proc-macro2",
614 "quote",
615 "syn 1.0.109",
616]
617
618[[package]]
619name = "derive_more"
620version = "0.99.17"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
623dependencies = [
624 "convert_case",
625 "proc-macro2",
626 "quote",
627 "rustc_version",
628 "syn 1.0.109",
629]
630
631[[package]]
632name = "digest"
633version = "0.10.6"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
636dependencies = [
637 "block-buffer",
638 "crypto-common",
639 "subtle",
640]
641
642[[package]]
643name = "dirs-next"
644version = "2.0.0"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
647dependencies = [
648 "cfg-if",
649 "dirs-sys-next",
650]
651
652[[package]]
653name = "dirs-sys-next"
654version = "0.1.2"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
657dependencies = [
658 "libc",
659 "redox_users",
660 "winapi",
661]
662
663[[package]]
664name = "dns-lookup"
665version = "2.0.4"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "e5766087c2235fec47fafa4cfecc81e494ee679d0fd4a59887ea0919bfb0e4fc"
668dependencies = [
669 "cfg-if",
670 "libc",
671 "socket2",
672 "windows-sys 0.48.0",
673]
674
675[[package]]
676name = "dyn-clone"
677version = "1.0.10"
678source = "registry+https://github.com/rust-lang/crates.io-index"
679checksum = "c9b0705efd4599c15a38151f4721f7bc388306f61084d3bfd50bd07fbca5cb60"
680
681[[package]]
682name = "either"
683version = "1.8.1"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
686
687[[package]]
688name = "embed-doc-image"
689version = "0.1.4"
690source = "registry+https://github.com/rust-lang/crates.io-index"
691checksum = "af36f591236d9d822425cb6896595658fa558fcebf5ee8accac1d4b92c47166e"
692dependencies = [
693 "base64",
694 "proc-macro2",
695 "quote",
696 "syn 1.0.109",
697]
698
699[[package]]
700name = "encode_unicode"
701version = "0.3.6"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
704
705[[package]]
706name = "endian-type"
707version = "0.1.2"
708source = "registry+https://github.com/rust-lang/crates.io-index"
709checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
710
711[[package]]
712name = "env_logger"
713version = "0.9.3"
714source = "registry+https://github.com/rust-lang/crates.io-index"
715checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
716dependencies = [
717 "atty",
718 "log",
719 "termcolor",
720]
721
722[[package]]
723name = "equivalent"
724version = "1.0.1"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
727
728[[package]]
729name = "errno"
730version = "0.3.8"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
733dependencies = [
734 "libc",
735 "windows-sys 0.52.0",
736]
737
738[[package]]
739name = "error-code"
740version = "3.0.0"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "281e452d3bad4005426416cdba5ccfd4f5c1280e10099e21db27f7c1c28347fc"
743
744[[package]]
745name = "exitcode"
746version = "1.1.2"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193"
749
750[[package]]
751name = "fd-lock"
752version = "4.0.2"
753source = "registry+https://github.com/rust-lang/crates.io-index"
754checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
755dependencies = [
756 "cfg-if",
757 "rustix",
758 "windows-sys 0.52.0",
759]
760
761[[package]]
762name = "flame"
763version = "0.2.2"
764source = "registry+https://github.com/rust-lang/crates.io-index"
765checksum = "1fc2706461e1ee94f55cab2ed2e3d34ae9536cfa830358ef80acff1a3dacab30"
766dependencies = [
767 "lazy_static 0.2.11",
768 "serde",
769 "serde_derive",
770 "serde_json",
771 "thread-id",
772]
773
774[[package]]
775name = "flamer"
776version = "0.4.0"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "36b732da54fd4ea34452f2431cf464ac7be94ca4b339c9cd3d3d12eb06fe7aab"
779dependencies = [
780 "flame",
781 "quote",
782 "syn 1.0.109",
783]
784
785[[package]]
786name = "flamescope"
787version = "0.1.2"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "c3cc29a6c0dfa26d3a0e80021edda5671eeed79381130897737cdd273ea18909"
790dependencies = [
791 "flame",
792 "indexmap 1.9.3",
793 "serde",
794 "serde_json",
795]
796
797[[package]]
798name = "flate2"
799version = "1.0.28"
800source = "registry+https://github.com/rust-lang/crates.io-index"
801checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
802dependencies = [
803 "crc32fast",
804 "libz-sys",
805 "miniz_oxide",
806]
807
808[[package]]
809name = "fnv"
810version = "1.0.7"
811source = "registry+https://github.com/rust-lang/crates.io-index"
812checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
813
814[[package]]
815name = "foreign-types"
816version = "0.3.2"
817source = "registry+https://github.com/rust-lang/crates.io-index"
818checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
819dependencies = [
820 "foreign-types-shared",
821]
822
823[[package]]
824name = "foreign-types-shared"
825version = "0.1.1"
826source = "registry+https://github.com/rust-lang/crates.io-index"
827checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
828
829[[package]]
830name = "fxhash"
831version = "0.2.1"
832source = "registry+https://github.com/rust-lang/crates.io-index"
833checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
834dependencies = [
835 "byteorder",
836]
837
838[[package]]
839name = "generic-array"
840version = "0.14.6"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
843dependencies = [
844 "typenum",
845 "version_check",
846]
847
848[[package]]
849name = "gethostname"
850version = "0.2.3"
851source = "registry+https://github.com/rust-lang/crates.io-index"
852checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
853dependencies = [
854 "libc",
855 "winapi",
856]
857
858[[package]]
859name = "getopts"
860version = "0.2.21"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
863dependencies = [
864 "unicode-width",
865]
866
867[[package]]
868name = "getrandom"
869version = "0.2.14"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
872dependencies = [
873 "cfg-if",
874 "js-sys",
875 "libc",
876 "wasi",
877 "wasm-bindgen",
878]
879
880[[package]]
881name = "glob"
882version = "0.3.1"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
885
886[[package]]
887name = "half"
888version = "1.8.2"
889source = "registry+https://github.com/rust-lang/crates.io-index"
890checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
891
892[[package]]
893name = "hashbrown"
894version = "0.12.3"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
897
898[[package]]
899name = "hashbrown"
900version = "0.14.3"
901source = "registry+https://github.com/rust-lang/crates.io-index"
902checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
903
904[[package]]
905name = "heck"
906version = "0.4.1"
907source = "registry+https://github.com/rust-lang/crates.io-index"
908checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
909
910[[package]]
911name = "hermit-abi"
912version = "0.1.19"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
915dependencies = [
916 "libc",
917]
918
919[[package]]
920name = "hermit-abi"
921version = "0.2.6"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
924dependencies = [
925 "libc",
926]
927
928[[package]]
929name = "hex"
930version = "0.4.3"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
933
934[[package]]
935name = "hexf-parse"
936version = "0.2.1"
937source = "registry+https://github.com/rust-lang/crates.io-index"
938checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
939
940[[package]]
941name = "home"
942version = "0.5.9"
943source = "registry+https://github.com/rust-lang/crates.io-index"
944checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
945dependencies = [
946 "windows-sys 0.52.0",
947]
948
949[[package]]
950name = "iana-time-zone"
951version = "0.1.53"
952source = "registry+https://github.com/rust-lang/crates.io-index"
953checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
954dependencies = [
955 "android_system_properties",
956 "core-foundation-sys",
957 "iana-time-zone-haiku",
958 "js-sys",
959 "wasm-bindgen",
960 "winapi",
961]
962
963[[package]]
964name = "iana-time-zone-haiku"
965version = "0.1.1"
966source = "registry+https://github.com/rust-lang/crates.io-index"
967checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
968dependencies = [
969 "cxx",
970 "cxx-build",
971]
972
973[[package]]
974name = "indexmap"
975version = "1.9.3"
976source = "registry+https://github.com/rust-lang/crates.io-index"
977checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
978dependencies = [
979 "autocfg",
980 "hashbrown 0.12.3",
981]
982
983[[package]]
984name = "indexmap"
985version = "2.2.6"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
988dependencies = [
989 "equivalent",
990 "hashbrown 0.14.3",
991]
992
993[[package]]
994name = "indoc"
995version = "2.0.4"
996source = "registry+https://github.com/rust-lang/crates.io-index"
997checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
998
999[[package]]
1000name = "insta"
1001version = "1.38.0"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "3eab73f58e59ca6526037208f0e98851159ec1633cf17b6cd2e1f2c3fd5d53cc"
1004dependencies = [
1005 "console",
1006 "lazy_static 1.4.0",
1007 "linked-hash-map",
1008 "similar",
1009]
1010
1011[[package]]
1012name = "is-macro"
1013version = "0.3.0"
1014source = "registry+https://github.com/rust-lang/crates.io-index"
1015checksum = "f4467ed1321b310c2625c5aa6c1b1ffc5de4d9e42668cf697a08fb033ee8265e"
1016dependencies = [
1017 "Inflector",
1018 "pmutil 0.6.1",
1019 "proc-macro2",
1020 "quote",
1021 "syn 2.0.32",
1022]
1023
1024[[package]]
1025name = "itertools"
1026version = "0.10.5"
1027source = "registry+https://github.com/rust-lang/crates.io-index"
1028checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1029dependencies = [
1030 "either",
1031]
1032
1033[[package]]
1034name = "itertools"
1035version = "0.11.0"
1036source = "registry+https://github.com/rust-lang/crates.io-index"
1037checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
1038dependencies = [
1039 "either",
1040]
1041
1042[[package]]
1043name = "itoa"
1044version = "1.0.5"
1045source = "registry+https://github.com/rust-lang/crates.io-index"
1046checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
1047
1048[[package]]
1049name = "js-sys"
1050version = "0.3.61"
1051source = "registry+https://github.com/rust-lang/crates.io-index"
1052checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
1053dependencies = [
1054 "wasm-bindgen",
1055]
1056
1057[[package]]
1058name = "junction"
1059version = "1.0.0"
1060source = "registry+https://github.com/rust-lang/crates.io-index"
1061checksum = "ca39ef0d69b18e6a2fd14c2f0a1d593200f4a4ed949b240b5917ab51fac754cb"
1062dependencies = [
1063 "scopeguard",
1064 "winapi",
1065]
1066
1067[[package]]
1068name = "keccak"
1069version = "0.1.3"
1070source = "registry+https://github.com/rust-lang/crates.io-index"
1071checksum = "3afef3b6eff9ce9d8ff9b3601125eec7f0c8cbac7abd14f355d053fa56c98768"
1072dependencies = [
1073 "cpufeatures",
1074]
1075
1076[[package]]
1077name = "lalrpop-util"
1078version = "0.20.0"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "3f35c735096c0293d313e8f2a641627472b83d01b937177fe76e5e2708d31e0d"
1081
1082[[package]]
1083name = "lazy_static"
1084version = "0.2.11"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
1087
1088[[package]]
1089name = "lazy_static"
1090version = "1.4.0"
1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1093
1094[[package]]
1095name = "lexical-parse-float"
1096version = "0.8.5"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f"
1099dependencies = [
1100 "lexical-parse-integer",
1101 "lexical-util",
1102 "static_assertions",
1103]
1104
1105[[package]]
1106name = "lexical-parse-integer"
1107version = "0.8.6"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9"
1110dependencies = [
1111 "lexical-util",
1112 "static_assertions",
1113]
1114
1115[[package]]
1116name = "lexical-util"
1117version = "0.8.5"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc"
1120dependencies = [
1121 "static_assertions",
1122]
1123
1124[[package]]
1125name = "libc"
1126version = "0.2.153"
1127source = "registry+https://github.com/rust-lang/crates.io-index"
1128checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
1129
1130[[package]]
1131name = "libffi"
1132version = "3.1.0"
1133source = "registry+https://github.com/rust-lang/crates.io-index"
1134checksum = "6cb06d5b4c428f3cd682943741c39ed4157ae989fffe1094a08eaf7c4014cf60"
1135dependencies = [
1136 "libc",
1137 "libffi-sys",
1138]
1139
1140[[package]]
1141name = "libffi-sys"
1142version = "2.1.0"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "11c6f11e063a27ffe040a9d15f0b661bf41edc2383b7ae0e0ad5a7e7d53d9da3"
1145dependencies = [
1146 "cc",
1147]
1148
1149[[package]]
1150name = "libsqlite3-sys"
1151version = "0.28.0"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
1154dependencies = [
1155 "cc",
1156 "pkg-config",
1157 "vcpkg",
1158]
1159
1160[[package]]
1161name = "libz-sys"
1162version = "1.1.8"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
1165dependencies = [
1166 "cc",
1167 "pkg-config",
1168 "vcpkg",
1169]
1170
1171[[package]]
1172name = "link-cplusplus"
1173version = "1.0.8"
1174source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
1176dependencies = [
1177 "cc",
1178]
1179
1180[[package]]
1181name = "linked-hash-map"
1182version = "0.5.6"
1183source = "registry+https://github.com/rust-lang/crates.io-index"
1184checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
1185
1186[[package]]
1187name = "linux-raw-sys"
1188version = "0.4.12"
1189source = "registry+https://github.com/rust-lang/crates.io-index"
1190checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
1191
1192[[package]]
1193name = "lock_api"
1194version = "0.4.9"
1195source = "registry+https://github.com/rust-lang/crates.io-index"
1196checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
1197dependencies = [
1198 "autocfg",
1199 "scopeguard",
1200]
1201
1202[[package]]
1203name = "log"
1204version = "0.4.17"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
1207dependencies = [
1208 "cfg-if",
1209]
1210
1211[[package]]
1212name = "lz4_flex"
1213version = "0.11.1"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "3ea9b256699eda7b0387ffbc776dd625e28bde3918446381781245b7a50349d8"
1216dependencies = [
1217 "twox-hash",
1218]
1219
1220[[package]]
1221name = "mac_address"
1222version = "1.1.5"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "4863ee94f19ed315bf3bc00299338d857d4b5bc856af375cc97d237382ad3856"
1225dependencies = [
1226 "nix 0.23.2",
1227 "winapi",
1228]
1229
1230[[package]]
1231name = "mach"
1232version = "0.3.2"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
1235dependencies = [
1236 "libc",
1237]
1238
1239[[package]]
1240name = "malachite"
1241version = "0.4.4"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "220cb36c52aa6eff45559df497abe0e2a4c1209f92279a746a399f622d7b95c7"
1244dependencies = [
1245 "malachite-base",
1246 "malachite-nz",
1247 "malachite-q",
1248]
1249
1250[[package]]
1251name = "malachite-base"
1252version = "0.4.4"
1253source = "registry+https://github.com/rust-lang/crates.io-index"
1254checksum = "6538136c5daf04126d6be4899f7fe4879b7f8de896dd1b4210fe6de5b94f2555"
1255dependencies = [
1256 "itertools 0.11.0",
1257 "ryu",
1258]
1259
1260[[package]]
1261name = "malachite-bigint"
1262version = "0.2.0"
1263source = "registry+https://github.com/rust-lang/crates.io-index"
1264checksum = "17703a19c80bbdd0b7919f0f104f3b0597f7de4fc4e90a477c15366a5ba03faa"
1265dependencies = [
1266 "derive_more",
1267 "malachite",
1268 "num-integer",
1269 "num-traits",
1270 "paste",
1271]
1272
1273[[package]]
1274name = "malachite-nz"
1275version = "0.4.4"
1276source = "registry+https://github.com/rust-lang/crates.io-index"
1277checksum = "5f0b05577b7a3f09433106460b10304f97fc572f0baabf6640e6cb1e23f5fc52"
1278dependencies = [
1279 "embed-doc-image",
1280 "itertools 0.11.0",
1281 "malachite-base",
1282]
1283
1284[[package]]
1285name = "malachite-q"
1286version = "0.4.4"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "a1cfdb4016292e6acd832eaee261175f3af8bbee62afeefe4420ebce4c440cb5"
1289dependencies = [
1290 "itertools 0.11.0",
1291 "malachite-base",
1292 "malachite-nz",
1293]
1294
1295[[package]]
1296name = "maplit"
1297version = "1.0.2"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
1300
1301[[package]]
1302name = "matches"
1303version = "0.1.10"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
1306
1307[[package]]
1308name = "md-5"
1309version = "0.10.5"
1310source = "registry+https://github.com/rust-lang/crates.io-index"
1311checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
1312dependencies = [
1313 "digest",
1314]
1315
1316[[package]]
1317name = "memchr"
1318version = "2.7.2"
1319source = "registry+https://github.com/rust-lang/crates.io-index"
1320checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
1321
1322[[package]]
1323name = "memmap2"
1324version = "0.5.8"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"
1327dependencies = [
1328 "libc",
1329]
1330
1331[[package]]
1332name = "memoffset"
1333version = "0.6.5"
1334source = "registry+https://github.com/rust-lang/crates.io-index"
1335checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
1336dependencies = [
1337 "autocfg",
1338]
1339
1340[[package]]
1341name = "memoffset"
1342version = "0.7.1"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
1345dependencies = [
1346 "autocfg",
1347]
1348
1349[[package]]
1350name = "memoffset"
1351version = "0.9.1"
1352source = "registry+https://github.com/rust-lang/crates.io-index"
1353checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1354dependencies = [
1355 "autocfg",
1356]
1357
1358[[package]]
1359name = "miniz_oxide"
1360version = "0.7.2"
1361source = "registry+https://github.com/rust-lang/crates.io-index"
1362checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
1363dependencies = [
1364 "adler",
1365]
1366
1367[[package]]
1368name = "mt19937"
1369version = "2.0.1"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "12ca7f22ed370d5991a9caec16a83187e865bc8a532f889670337d5a5689e3a1"
1372dependencies = [
1373 "rand_core",
1374]
1375
1376[[package]]
1377name = "nibble_vec"
1378version = "0.1.0"
1379source = "registry+https://github.com/rust-lang/crates.io-index"
1380checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
1381dependencies = [
1382 "smallvec",
1383]
1384
1385[[package]]
1386name = "nix"
1387version = "0.23.2"
1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
1390dependencies = [
1391 "bitflags 1.3.2",
1392 "cc",
1393 "cfg-if",
1394 "libc",
1395 "memoffset 0.6.5",
1396]
1397
1398[[package]]
1399name = "nix"
1400version = "0.27.1"
1401source = "registry+https://github.com/rust-lang/crates.io-index"
1402checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
1403dependencies = [
1404 "bitflags 2.5.0",
1405 "cfg-if",
1406 "libc",
1407 "memoffset 0.9.1",
1408]
1409
1410[[package]]
1411name = "nix"
1412version = "0.28.0"
1413source = "registry+https://github.com/rust-lang/crates.io-index"
1414checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
1415dependencies = [
1416 "bitflags 2.5.0",
1417 "cfg-if",
1418 "cfg_aliases",
1419 "libc",
1420]
1421
1422[[package]]
1423name = "nom8"
1424version = "0.2.0"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8"
1427dependencies = [
1428 "memchr",
1429]
1430
1431[[package]]
1432name = "num-complex"
1433version = "0.4.3"
1434source = "registry+https://github.com/rust-lang/crates.io-index"
1435checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d"
1436dependencies = [
1437 "num-traits",
1438]
1439
1440[[package]]
1441name = "num-integer"
1442version = "0.1.45"
1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
1445dependencies = [
1446 "autocfg",
1447 "num-traits",
1448]
1449
1450[[package]]
1451name = "num-traits"
1452version = "0.2.15"
1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
1455dependencies = [
1456 "autocfg",
1457]
1458
1459[[package]]
1460name = "num_cpus"
1461version = "1.15.0"
1462source = "registry+https://github.com/rust-lang/crates.io-index"
1463checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
1464dependencies = [
1465 "hermit-abi 0.2.6",
1466 "libc",
1467]
1468
1469[[package]]
1470name = "num_enum"
1471version = "0.7.2"
1472source = "registry+https://github.com/rust-lang/crates.io-index"
1473checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845"
1474dependencies = [
1475 "num_enum_derive",
1476]
1477
1478[[package]]
1479name = "num_enum_derive"
1480version = "0.7.2"
1481source = "registry+https://github.com/rust-lang/crates.io-index"
1482checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b"
1483dependencies = [
1484 "proc-macro-crate",
1485 "proc-macro2",
1486 "quote",
1487 "syn 2.0.32",
1488]
1489
1490[[package]]
1491name = "once_cell"
1492version = "1.19.0"
1493source = "registry+https://github.com/rust-lang/crates.io-index"
1494checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
1495
1496[[package]]
1497name = "oorandom"
1498version = "11.1.3"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
1501
1502[[package]]
1503name = "openssl"
1504version = "0.10.66"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
1507dependencies = [
1508 "bitflags 2.5.0",
1509 "cfg-if",
1510 "foreign-types",
1511 "libc",
1512 "once_cell",
1513 "openssl-macros",
1514 "openssl-sys",
1515]
1516
1517[[package]]
1518name = "openssl-macros"
1519version = "0.1.0"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
1522dependencies = [
1523 "proc-macro2",
1524 "quote",
1525 "syn 1.0.109",
1526]
1527
1528[[package]]
1529name = "openssl-probe"
1530version = "0.1.5"
1531source = "registry+https://github.com/rust-lang/crates.io-index"
1532checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1533
1534[[package]]
1535name = "openssl-src"
1536version = "300.2.1+3.2.0"
1537source = "registry+https://github.com/rust-lang/crates.io-index"
1538checksum = "3fe476c29791a5ca0d1273c697e96085bbabbbea2ef7afd5617e78a4b40332d3"
1539dependencies = [
1540 "cc",
1541]
1542
1543[[package]]
1544name = "openssl-sys"
1545version = "0.9.103"
1546source = "registry+https://github.com/rust-lang/crates.io-index"
1547checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
1548dependencies = [
1549 "cc",
1550 "libc",
1551 "openssl-src",
1552 "pkg-config",
1553 "vcpkg",
1554]
1555
1556[[package]]
1557name = "optional"
1558version = "0.5.0"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "978aa494585d3ca4ad74929863093e87cac9790d81fe7aba2b3dc2890643a0fc"
1561
1562[[package]]
1563name = "page_size"
1564version = "0.4.2"
1565source = "registry+https://github.com/rust-lang/crates.io-index"
1566checksum = "eebde548fbbf1ea81a99b128872779c437752fb99f217c45245e1a61dcd9edcd"
1567dependencies = [
1568 "libc",
1569 "winapi",
1570]
1571
1572[[package]]
1573name = "parking_lot"
1574version = "0.12.1"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1577dependencies = [
1578 "lock_api",
1579 "parking_lot_core",
1580]
1581
1582[[package]]
1583name = "parking_lot_core"
1584version = "0.9.7"
1585source = "registry+https://github.com/rust-lang/crates.io-index"
1586checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
1587dependencies = [
1588 "cfg-if",
1589 "libc",
1590 "redox_syscall 0.2.16",
1591 "smallvec",
1592 "windows-sys 0.45.0",
1593]
1594
1595[[package]]
1596name = "paste"
1597version = "1.0.12"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
1600
1601[[package]]
1602name = "phf"
1603version = "0.11.1"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
1606dependencies = [
1607 "phf_shared",
1608]
1609
1610[[package]]
1611name = "phf_codegen"
1612version = "0.11.1"
1613source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770"
1615dependencies = [
1616 "phf_generator",
1617 "phf_shared",
1618]
1619
1620[[package]]
1621name = "phf_generator"
1622version = "0.11.1"
1623source = "registry+https://github.com/rust-lang/crates.io-index"
1624checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf"
1625dependencies = [
1626 "phf_shared",
1627 "rand",
1628]
1629
1630[[package]]
1631name = "phf_shared"
1632version = "0.11.1"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
1635dependencies = [
1636 "siphasher",
1637]
1638
1639[[package]]
1640name = "pkg-config"
1641version = "0.3.26"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
1644
1645[[package]]
1646name = "plotters"
1647version = "0.3.4"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97"
1650dependencies = [
1651 "num-traits",
1652 "plotters-backend",
1653 "plotters-svg",
1654 "wasm-bindgen",
1655 "web-sys",
1656]
1657
1658[[package]]
1659name = "plotters-backend"
1660version = "0.3.4"
1661source = "registry+https://github.com/rust-lang/crates.io-index"
1662checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142"
1663
1664[[package]]
1665name = "plotters-svg"
1666version = "0.3.3"
1667source = "registry+https://github.com/rust-lang/crates.io-index"
1668checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f"
1669dependencies = [
1670 "plotters-backend",
1671]
1672
1673[[package]]
1674name = "pmutil"
1675version = "0.5.3"
1676source = "registry+https://github.com/rust-lang/crates.io-index"
1677checksum = "3894e5d549cccbe44afecf72922f277f603cd4bb0219c8342631ef18fffbe004"
1678dependencies = [
1679 "proc-macro2",
1680 "quote",
1681 "syn 1.0.109",
1682]
1683
1684[[package]]
1685name = "pmutil"
1686version = "0.6.1"
1687source = "registry+https://github.com/rust-lang/crates.io-index"
1688checksum = "52a40bc70c2c58040d2d8b167ba9a5ff59fc9dab7ad44771cfde3dcfde7a09c6"
1689dependencies = [
1690 "proc-macro2",
1691 "quote",
1692 "syn 2.0.32",
1693]
1694
1695[[package]]
1696name = "ppv-lite86"
1697version = "0.2.17"
1698source = "registry+https://github.com/rust-lang/crates.io-index"
1699checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1700
1701[[package]]
1702name = "proc-macro-crate"
1703version = "1.3.0"
1704source = "registry+https://github.com/rust-lang/crates.io-index"
1705checksum = "66618389e4ec1c7afe67d51a9bf34ff9236480f8d51e7489b7d5ab0303c13f34"
1706dependencies = [
1707 "once_cell",
1708 "toml_edit",
1709]
1710
1711[[package]]
1712name = "proc-macro2"
1713version = "1.0.79"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
1716dependencies = [
1717 "unicode-ident",
1718]
1719
1720[[package]]
1721name = "puruspe"
1722version = "0.2.4"
1723source = "registry+https://github.com/rust-lang/crates.io-index"
1724checksum = "06a1eed715f625eaa95fba5e049dcf7bc06fa396d6d2e55015b3764e234dfd3f"
1725
1726[[package]]
1727name = "pyo3"
1728version = "0.20.2"
1729source = "registry+https://github.com/rust-lang/crates.io-index"
1730checksum = "9a89dc7a5850d0e983be1ec2a463a171d20990487c3cfcd68b5363f1ee3d6fe0"
1731dependencies = [
1732 "cfg-if",
1733 "indoc",
1734 "libc",
1735 "memoffset 0.9.1",
1736 "parking_lot",
1737 "pyo3-build-config",
1738 "pyo3-ffi",
1739 "pyo3-macros",
1740 "unindent",
1741]
1742
1743[[package]]
1744name = "pyo3-build-config"
1745version = "0.20.2"
1746source = "registry+https://github.com/rust-lang/crates.io-index"
1747checksum = "07426f0d8fe5a601f26293f300afd1a7b1ed5e78b2a705870c5f30893c5163be"
1748dependencies = [
1749 "once_cell",
1750 "target-lexicon",
1751]
1752
1753[[package]]
1754name = "pyo3-ffi"
1755version = "0.20.2"
1756source = "registry+https://github.com/rust-lang/crates.io-index"
1757checksum = "dbb7dec17e17766b46bca4f1a4215a85006b4c2ecde122076c562dd058da6cf1"
1758dependencies = [
1759 "libc",
1760 "pyo3-build-config",
1761]
1762
1763[[package]]
1764name = "pyo3-macros"
1765version = "0.20.2"
1766source = "registry+https://github.com/rust-lang/crates.io-index"
1767checksum = "05f738b4e40d50b5711957f142878cfa0f28e054aa0ebdfc3fd137a843f74ed3"
1768dependencies = [
1769 "proc-macro2",
1770 "pyo3-macros-backend",
1771 "quote",
1772 "syn 2.0.32",
1773]
1774
1775[[package]]
1776name = "pyo3-macros-backend"
1777version = "0.20.2"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "0fc910d4851847827daf9d6cdd4a823fbdaab5b8818325c5e97a86da79e8881f"
1780dependencies = [
1781 "heck",
1782 "proc-macro2",
1783 "quote",
1784 "syn 2.0.32",
1785]
1786
1787[[package]]
1788name = "quote"
1789version = "1.0.33"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
1792dependencies = [
1793 "proc-macro2",
1794]
1795
1796[[package]]
1797name = "radium"
1798version = "0.7.0"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
1801
1802[[package]]
1803name = "radix_trie"
1804version = "0.2.1"
1805source = "registry+https://github.com/rust-lang/crates.io-index"
1806checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
1807dependencies = [
1808 "endian-type",
1809 "nibble_vec",
1810]
1811
1812[[package]]
1813name = "rand"
1814version = "0.8.5"
1815source = "registry+https://github.com/rust-lang/crates.io-index"
1816checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1817dependencies = [
1818 "libc",
1819 "rand_chacha",
1820 "rand_core",
1821]
1822
1823[[package]]
1824name = "rand_chacha"
1825version = "0.3.1"
1826source = "registry+https://github.com/rust-lang/crates.io-index"
1827checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1828dependencies = [
1829 "ppv-lite86",
1830 "rand_core",
1831]
1832
1833[[package]]
1834name = "rand_core"
1835version = "0.6.4"
1836source = "registry+https://github.com/rust-lang/crates.io-index"
1837checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1838dependencies = [
1839 "getrandom",
1840]
1841
1842[[package]]
1843name = "rayon"
1844version = "1.6.1"
1845source = "registry+https://github.com/rust-lang/crates.io-index"
1846checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
1847dependencies = [
1848 "either",
1849 "rayon-core",
1850]
1851
1852[[package]]
1853name = "rayon-core"
1854version = "1.10.2"
1855source = "registry+https://github.com/rust-lang/crates.io-index"
1856checksum = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b"
1857dependencies = [
1858 "crossbeam-channel",
1859 "crossbeam-deque",
1860 "crossbeam-utils",
1861 "num_cpus",
1862]
1863
1864[[package]]
1865name = "redox_syscall"
1866version = "0.1.57"
1867source = "registry+https://github.com/rust-lang/crates.io-index"
1868checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
1869
1870[[package]]
1871name = "redox_syscall"
1872version = "0.2.16"
1873source = "registry+https://github.com/rust-lang/crates.io-index"
1874checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1875dependencies = [
1876 "bitflags 1.3.2",
1877]
1878
1879[[package]]
1880name = "redox_users"
1881version = "0.4.3"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
1884dependencies = [
1885 "getrandom",
1886 "redox_syscall 0.2.16",
1887 "thiserror",
1888]
1889
1890[[package]]
1891name = "regalloc2"
1892version = "0.3.2"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"
1895dependencies = [
1896 "fxhash",
1897 "log",
1898 "slice-group-by",
1899 "smallvec",
1900]
1901
1902[[package]]
1903name = "regex"
1904version = "1.7.1"
1905source = "registry+https://github.com/rust-lang/crates.io-index"
1906checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
1907dependencies = [
1908 "aho-corasick",
1909 "memchr",
1910 "regex-syntax",
1911]
1912
1913[[package]]
1914name = "regex-automata"
1915version = "0.1.10"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
1918
1919[[package]]
1920name = "regex-syntax"
1921version = "0.6.28"
1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
1924
1925[[package]]
1926name = "region"
1927version = "2.2.0"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
1930dependencies = [
1931 "bitflags 1.3.2",
1932 "libc",
1933 "mach",
1934 "winapi",
1935]
1936
1937[[package]]
1938name = "result-like"
1939version = "0.4.6"
1940source = "registry+https://github.com/rust-lang/crates.io-index"
1941checksum = "ccc7ce6435c33898517a30e85578cd204cbb696875efb93dec19a2d31294f810"
1942dependencies = [
1943 "result-like-derive",
1944]
1945
1946[[package]]
1947name = "result-like-derive"
1948version = "0.4.6"
1949source = "registry+https://github.com/rust-lang/crates.io-index"
1950checksum = "1fabf0a2e54f711c68c50d49f648a1a8a37adcb57353f518ac4df374f0788f42"
1951dependencies = [
1952 "pmutil 0.5.3",
1953 "proc-macro2",
1954 "quote",
1955 "syn 1.0.109",
1956 "syn-ext",
1957]
1958
1959[[package]]
1960name = "rustc-hash"
1961version = "1.1.0"
1962source = "registry+https://github.com/rust-lang/crates.io-index"
1963checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1964
1965[[package]]
1966name = "rustc_version"
1967version = "0.4.0"
1968source = "registry+https://github.com/rust-lang/crates.io-index"
1969checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
1970dependencies = [
1971 "semver",
1972]
1973
1974[[package]]
1975name = "rustix"
1976version = "0.38.32"
1977source = "registry+https://github.com/rust-lang/crates.io-index"
1978checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
1979dependencies = [
1980 "bitflags 2.5.0",
1981 "errno",
1982 "libc",
1983 "linux-raw-sys",
1984 "windows-sys 0.52.0",
1985]
1986
1987[[package]]
1988name = "rustpython"
1989version = "0.4.0"
1990dependencies = [
1991 "atty",
1992 "cfg-if",
1993 "clap",
1994 "criterion",
1995 "dirs-next",
1996 "env_logger",
1997 "flame",
1998 "flamescope",
1999 "libc",
2000 "log",
2001 "pyo3",
2002 "rustpython-compiler",
2003 "rustpython-parser",
2004 "rustpython-pylib",
2005 "rustpython-stdlib",
2006 "rustpython-vm",
2007 "rustyline",
2008]
2009
2010[[package]]
2011name = "rustpython-ast"
2012version = "0.4.0"
2013source = "registry+https://github.com/rust-lang/crates.io-index"
2014checksum = "4cdaf8ee5c1473b993b398c174641d3aa9da847af36e8d5eb8291930b72f31a5"
2015dependencies = [
2016 "is-macro",
2017 "malachite-bigint",
2018 "rustpython-literal",
2019 "rustpython-parser-core",
2020 "static_assertions",
2021]
2022
2023[[package]]
2024name = "rustpython-codegen"
2025version = "0.4.0"
2026dependencies = [
2027 "ahash",
2028 "bitflags 2.5.0",
2029 "indexmap 2.2.6",
2030 "insta",
2031 "itertools 0.11.0",
2032 "log",
2033 "num-complex",
2034 "num-traits",
2035 "rustpython-ast",
2036 "rustpython-compiler-core",
2037 "rustpython-parser",
2038 "rustpython-parser-core",
2039]
2040
2041[[package]]
2042name = "rustpython-common"
2043version = "0.4.0"
2044dependencies = [
2045 "ascii",
2046 "bitflags 2.5.0",
2047 "bstr",
2048 "cfg-if",
2049 "itertools 0.11.0",
2050 "libc",
2051 "lock_api",
2052 "malachite-base",
2053 "malachite-bigint",
2054 "malachite-q",
2055 "num-complex",
2056 "num-traits",
2057 "once_cell",
2058 "parking_lot",
2059 "radium",
2060 "rand",
2061 "rustpython-format",
2062 "siphasher",
2063 "volatile",
2064 "widestring",
2065 "windows-sys 0.52.0",
2066]
2067
2068[[package]]
2069name = "rustpython-compiler"
2070version = "0.4.0"
2071dependencies = [
2072 "rustpython-codegen",
2073 "rustpython-compiler-core",
2074 "rustpython-parser",
2075]
2076
2077[[package]]
2078name = "rustpython-compiler-core"
2079version = "0.4.0"
2080dependencies = [
2081 "bitflags 2.5.0",
2082 "itertools 0.11.0",
2083 "lz4_flex",
2084 "malachite-bigint",
2085 "num-complex",
2086 "rustpython-parser-core",
2087 "serde",
2088]
2089
2090[[package]]
2091name = "rustpython-derive"
2092version = "0.4.0"
2093dependencies = [
2094 "rustpython-compiler",
2095 "rustpython-derive-impl",
2096 "syn 1.0.109",
2097]
2098
2099[[package]]
2100name = "rustpython-derive-impl"
2101version = "0.4.0"
2102dependencies = [
2103 "itertools 0.11.0",
2104 "maplit",
2105 "once_cell",
2106 "proc-macro2",
2107 "quote",
2108 "rustpython-compiler-core",
2109 "rustpython-doc",
2110 "rustpython-parser-core",
2111 "syn 1.0.109",
2112 "syn-ext",
2113 "textwrap 0.15.2",
2114]
2115
2116[[package]]
2117name = "rustpython-doc"
2118version = "0.3.0"
2119source = "git+https://github.com/RustPython/__doc__?tag=0.3.0#8b62ce5d796d68a091969c9fa5406276cb483f79"
2120dependencies = [
2121 "once_cell",
2122]
2123
2124[[package]]
2125name = "rustpython-format"
2126version = "0.4.0"
2127source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "0389039b132ad8e350552d771270ccd03186985696764bcee2239694e7839942"
2129dependencies = [
2130 "bitflags 2.5.0",
2131 "itertools 0.11.0",
2132 "malachite-bigint",
2133 "num-traits",
2134 "rustpython-literal",
2135]
2136
2137[[package]]
2138name = "rustpython-jit"
2139version = "0.4.0"
2140dependencies = [
2141 "approx",
2142 "cranelift",
2143 "cranelift-jit",
2144 "cranelift-module",
2145 "libffi",
2146 "num-traits",
2147 "rustpython-compiler-core",
2148 "rustpython-derive",
2149 "thiserror",
2150]
2151
2152[[package]]
2153name = "rustpython-literal"
2154version = "0.4.0"
2155source = "registry+https://github.com/rust-lang/crates.io-index"
2156checksum = "a8304be3cae00232a1721a911033e55877ca3810215f66798e964a2d8d22281d"
2157dependencies = [
2158 "hexf-parse",
2159 "is-macro",
2160 "lexical-parse-float",
2161 "num-traits",
2162 "unic-ucd-category",
2163]
2164
2165[[package]]
2166name = "rustpython-parser"
2167version = "0.4.0"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "868f724daac0caf9bd36d38caf45819905193a901e8f1c983345a68e18fb2abb"
2170dependencies = [
2171 "anyhow",
2172 "is-macro",
2173 "itertools 0.11.0",
2174 "lalrpop-util",
2175 "log",
2176 "malachite-bigint",
2177 "num-traits",
2178 "phf",
2179 "phf_codegen",
2180 "rustc-hash",
2181 "rustpython-ast",
2182 "rustpython-parser-core",
2183 "tiny-keccak",
2184 "unic-emoji-char",
2185 "unic-ucd-ident",
2186 "unicode_names2",
2187]
2188
2189[[package]]
2190name = "rustpython-parser-core"
2191version = "0.4.0"
2192source = "registry+https://github.com/rust-lang/crates.io-index"
2193checksum = "b4b6c12fa273825edc7bccd9a734f0ad5ba4b8a2f4da5ff7efe946f066d0f4ad"
2194dependencies = [
2195 "is-macro",
2196 "memchr",
2197 "rustpython-parser-vendored",
2198]
2199
2200[[package]]
2201name = "rustpython-parser-vendored"
2202version = "0.4.0"
2203source = "registry+https://github.com/rust-lang/crates.io-index"
2204checksum = "04fcea49a4630a3a5d940f4d514dc4f575ed63c14c3e3ed07146634aed7f67a6"
2205dependencies = [
2206 "memchr",
2207 "once_cell",
2208]
2209
2210[[package]]
2211name = "rustpython-pylib"
2212version = "0.4.0"
2213dependencies = [
2214 "glob",
2215 "rustpython-compiler-core",
2216 "rustpython-derive",
2217]
2218
2219[[package]]
2220name = "rustpython-sre_engine"
2221version = "0.4.0"
2222dependencies = [
2223 "bitflags 2.5.0",
2224 "num_enum",
2225 "optional",
2226]
2227
2228[[package]]
2229name = "rustpython-stdlib"
2230version = "0.4.0"
2231dependencies = [
2232 "adler32",
2233 "ahash",
2234 "ascii",
2235 "base64",
2236 "blake2",
2237 "bzip2",
2238 "cfg-if",
2239 "crc32fast",
2240 "crossbeam-utils",
2241 "csv-core",
2242 "digest",
2243 "dns-lookup",
2244 "dyn-clone",
2245 "flate2",
2246 "foreign-types-shared",
2247 "gethostname",
2248 "hex",
2249 "indexmap 2.2.6",
2250 "itertools 0.11.0",
2251 "junction",
2252 "libc",
2253 "libsqlite3-sys",
2254 "libz-sys",
2255 "mac_address",
2256 "malachite-bigint",
2257 "md-5",
2258 "memchr",
2259 "memmap2",
2260 "mt19937",
2261 "nix 0.27.1",
2262 "num-complex",
2263 "num-integer",
2264 "num-traits",
2265 "num_enum",
2266 "once_cell",
2267 "openssl",
2268 "openssl-probe",
2269 "openssl-sys",
2270 "page_size",
2271 "parking_lot",
2272 "paste",
2273 "puruspe",
2274 "rand",
2275 "rand_core",
2276 "rustpython-common",
2277 "rustpython-derive",
2278 "rustpython-vm",
2279 "schannel",
2280 "sha-1",
2281 "sha2",
2282 "sha3",
2283 "socket2",
2284 "system-configuration",
2285 "termios",
2286 "thread_local",
2287 "ucd",
2288 "unic-char-property",
2289 "unic-normal",
2290 "unic-ucd-age",
2291 "unic-ucd-bidi",
2292 "unic-ucd-category",
2293 "unic-ucd-ident",
2294 "unicode-casing",
2295 "unicode_names2",
2296 "uuid",
2297 "widestring",
2298 "winapi",
2299 "windows-sys 0.52.0",
2300 "xml-rs",
2301]
2302
2303[[package]]
2304name = "rustpython-vm"
2305version = "0.4.0"
2306dependencies = [
2307 "ahash",
2308 "ascii",
2309 "atty",
2310 "bitflags 2.5.0",
2311 "bstr",
2312 "caseless",
2313 "cfg-if",
2314 "chrono",
2315 "crossbeam-utils",
2316 "exitcode",
2317 "flame",
2318 "flamer",
2319 "getrandom",
2320 "glob",
2321 "half",
2322 "hex",
2323 "indexmap 2.2.6",
2324 "is-macro",
2325 "itertools 0.11.0",
2326 "junction",
2327 "libc",
2328 "log",
2329 "malachite-bigint",
2330 "memchr",
2331 "memoffset 0.9.1",
2332 "nix 0.27.1",
2333 "num-complex",
2334 "num-integer",
2335 "num-traits",
2336 "num_cpus",
2337 "num_enum",
2338 "once_cell",
2339 "optional",
2340 "parking_lot",
2341 "paste",
2342 "rand",
2343 "result-like",
2344 "rustc_version",
2345 "rustpython-ast",
2346 "rustpython-codegen",
2347 "rustpython-common",
2348 "rustpython-compiler",
2349 "rustpython-compiler-core",
2350 "rustpython-derive",
2351 "rustpython-format",
2352 "rustpython-jit",
2353 "rustpython-literal",
2354 "rustpython-parser",
2355 "rustpython-parser-core",
2356 "rustpython-sre_engine",
2357 "rustyline",
2358 "schannel",
2359 "serde",
2360 "static_assertions",
2361 "strum",
2362 "strum_macros",
2363 "thiserror",
2364 "thread_local",
2365 "timsort",
2366 "uname",
2367 "unic-ucd-bidi",
2368 "unic-ucd-category",
2369 "unic-ucd-ident",
2370 "unicode-casing",
2371 "unicode_names2",
2372 "wasm-bindgen",
2373 "which",
2374 "widestring",
2375 "windows",
2376 "windows-sys 0.52.0",
2377 "winreg",
2378]
2379
2380[[package]]
2381name = "rustpython_wasm"
2382version = "0.4.0"
2383dependencies = [
2384 "console_error_panic_hook",
2385 "js-sys",
2386 "rustpython-common",
2387 "rustpython-parser",
2388 "rustpython-pylib",
2389 "rustpython-stdlib",
2390 "rustpython-vm",
2391 "serde",
2392 "serde-wasm-bindgen",
2393 "wasm-bindgen",
2394 "wasm-bindgen-futures",
2395 "web-sys",
2396]
2397
2398[[package]]
2399name = "rustversion"
2400version = "1.0.11"
2401source = "registry+https://github.com/rust-lang/crates.io-index"
2402checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"
2403
2404[[package]]
2405name = "rustyline"
2406version = "14.0.0"
2407source = "registry+https://github.com/rust-lang/crates.io-index"
2408checksum = "7803e8936da37efd9b6d4478277f4b2b9bb5cdb37a113e8d63222e58da647e63"
2409dependencies = [
2410 "bitflags 2.5.0",
2411 "cfg-if",
2412 "clipboard-win",
2413 "fd-lock",
2414 "home",
2415 "libc",
2416 "log",
2417 "memchr",
2418 "nix 0.28.0",
2419 "radix_trie",
2420 "unicode-segmentation",
2421 "unicode-width",
2422 "utf8parse",
2423 "windows-sys 0.52.0",
2424]
2425
2426[[package]]
2427name = "ryu"
2428version = "1.0.15"
2429source = "registry+https://github.com/rust-lang/crates.io-index"
2430checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2431
2432[[package]]
2433name = "same-file"
2434version = "1.0.6"
2435source = "registry+https://github.com/rust-lang/crates.io-index"
2436checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2437dependencies = [
2438 "winapi-util",
2439]
2440
2441[[package]]
2442name = "schannel"
2443version = "0.1.22"
2444source = "registry+https://github.com/rust-lang/crates.io-index"
2445checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
2446dependencies = [
2447 "windows-sys 0.48.0",
2448]
2449
2450[[package]]
2451name = "scopeguard"
2452version = "1.1.0"
2453source = "registry+https://github.com/rust-lang/crates.io-index"
2454checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2455
2456[[package]]
2457name = "scratch"
2458version = "1.0.3"
2459source = "registry+https://github.com/rust-lang/crates.io-index"
2460checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
2461
2462[[package]]
2463name = "semver"
2464version = "1.0.16"
2465source = "registry+https://github.com/rust-lang/crates.io-index"
2466checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
2467
2468[[package]]
2469name = "serde"
2470version = "1.0.152"
2471source = "registry+https://github.com/rust-lang/crates.io-index"
2472checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
2473dependencies = [
2474 "serde_derive",
2475]
2476
2477[[package]]
2478name = "serde-wasm-bindgen"
2479version = "0.3.1"
2480source = "registry+https://github.com/rust-lang/crates.io-index"
2481checksum = "618365e8e586c22123d692b72a7d791d5ee697817b65a218cdf12a98870af0f7"
2482dependencies = [
2483 "fnv",
2484 "js-sys",
2485 "serde",
2486 "wasm-bindgen",
2487]
2488
2489[[package]]
2490name = "serde_cbor"
2491version = "0.11.2"
2492source = "registry+https://github.com/rust-lang/crates.io-index"
2493checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
2494dependencies = [
2495 "half",
2496 "serde",
2497]
2498
2499[[package]]
2500name = "serde_derive"
2501version = "1.0.152"
2502source = "registry+https://github.com/rust-lang/crates.io-index"
2503checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
2504dependencies = [
2505 "proc-macro2",
2506 "quote",
2507 "syn 1.0.109",
2508]
2509
2510[[package]]
2511name = "serde_json"
2512version = "1.0.93"
2513source = "registry+https://github.com/rust-lang/crates.io-index"
2514checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
2515dependencies = [
2516 "itoa",
2517 "ryu",
2518 "serde",
2519]
2520
2521[[package]]
2522name = "sha-1"
2523version = "0.10.1"
2524source = "registry+https://github.com/rust-lang/crates.io-index"
2525checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
2526dependencies = [
2527 "cfg-if",
2528 "cpufeatures",
2529 "digest",
2530]
2531
2532[[package]]
2533name = "sha2"
2534version = "0.10.6"
2535source = "registry+https://github.com/rust-lang/crates.io-index"
2536checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
2537dependencies = [
2538 "cfg-if",
2539 "cpufeatures",
2540 "digest",
2541]
2542
2543[[package]]
2544name = "sha3"
2545version = "0.10.6"
2546source = "registry+https://github.com/rust-lang/crates.io-index"
2547checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"
2548dependencies = [
2549 "digest",
2550 "keccak",
2551]
2552
2553[[package]]
2554name = "similar"
2555version = "2.2.1"
2556source = "registry+https://github.com/rust-lang/crates.io-index"
2557checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
2558
2559[[package]]
2560name = "siphasher"
2561version = "0.3.10"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2564
2565[[package]]
2566name = "slice-group-by"
2567version = "0.3.0"
2568source = "registry+https://github.com/rust-lang/crates.io-index"
2569checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"
2570
2571[[package]]
2572name = "smallvec"
2573version = "1.10.0"
2574source = "registry+https://github.com/rust-lang/crates.io-index"
2575checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2576
2577[[package]]
2578name = "socket2"
2579version = "0.5.6"
2580source = "registry+https://github.com/rust-lang/crates.io-index"
2581checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
2582dependencies = [
2583 "libc",
2584 "windows-sys 0.52.0",
2585]
2586
2587[[package]]
2588name = "static_assertions"
2589version = "1.1.0"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2592
2593[[package]]
2594name = "strsim"
2595version = "0.8.0"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2598
2599[[package]]
2600name = "strum"
2601version = "0.24.1"
2602source = "registry+https://github.com/rust-lang/crates.io-index"
2603checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
2604
2605[[package]]
2606name = "strum_macros"
2607version = "0.24.3"
2608source = "registry+https://github.com/rust-lang/crates.io-index"
2609checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
2610dependencies = [
2611 "heck",
2612 "proc-macro2",
2613 "quote",
2614 "rustversion",
2615 "syn 1.0.109",
2616]
2617
2618[[package]]
2619name = "subtle"
2620version = "2.4.1"
2621source = "registry+https://github.com/rust-lang/crates.io-index"
2622checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
2623
2624[[package]]
2625name = "syn"
2626version = "1.0.109"
2627source = "registry+https://github.com/rust-lang/crates.io-index"
2628checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2629dependencies = [
2630 "proc-macro2",
2631 "quote",
2632 "unicode-ident",
2633]
2634
2635[[package]]
2636name = "syn"
2637version = "2.0.32"
2638source = "registry+https://github.com/rust-lang/crates.io-index"
2639checksum = "239814284fd6f1a4ffe4ca893952cdd93c224b6a1571c9a9eadd670295c0c9e2"
2640dependencies = [
2641 "proc-macro2",
2642 "quote",
2643 "unicode-ident",
2644]
2645
2646[[package]]
2647name = "syn-ext"
2648version = "0.4.0"
2649source = "registry+https://github.com/rust-lang/crates.io-index"
2650checksum = "9b86cb2b68c5b3c078cac02588bc23f3c04bb828c5d3aedd17980876ec6a7be6"
2651dependencies = [
2652 "syn 1.0.109",
2653]
2654
2655[[package]]
2656name = "system-configuration"
2657version = "0.5.0"
2658source = "registry+https://github.com/rust-lang/crates.io-index"
2659checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"
2660dependencies = [
2661 "bitflags 1.3.2",
2662 "core-foundation",
2663 "system-configuration-sys",
2664]
2665
2666[[package]]
2667name = "system-configuration-sys"
2668version = "0.5.0"
2669source = "registry+https://github.com/rust-lang/crates.io-index"
2670checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
2671dependencies = [
2672 "core-foundation-sys",
2673 "libc",
2674]
2675
2676[[package]]
2677name = "target-lexicon"
2678version = "0.12.6"
2679source = "registry+https://github.com/rust-lang/crates.io-index"
2680checksum = "8ae9980cab1db3fceee2f6c6f643d5d8de2997c58ee8d25fb0cc8a9e9e7348e5"
2681
2682[[package]]
2683name = "termcolor"
2684version = "1.2.0"
2685source = "registry+https://github.com/rust-lang/crates.io-index"
2686checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2687dependencies = [
2688 "winapi-util",
2689]
2690
2691[[package]]
2692name = "termios"
2693version = "0.3.3"
2694source = "registry+https://github.com/rust-lang/crates.io-index"
2695checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
2696dependencies = [
2697 "libc",
2698]
2699
2700[[package]]
2701name = "textwrap"
2702version = "0.11.0"
2703source = "registry+https://github.com/rust-lang/crates.io-index"
2704checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2705dependencies = [
2706 "unicode-width",
2707]
2708
2709[[package]]
2710name = "textwrap"
2711version = "0.15.2"
2712source = "registry+https://github.com/rust-lang/crates.io-index"
2713checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d"
2714
2715[[package]]
2716name = "thiserror"
2717version = "1.0.38"
2718source = "registry+https://github.com/rust-lang/crates.io-index"
2719checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
2720dependencies = [
2721 "thiserror-impl",
2722]
2723
2724[[package]]
2725name = "thiserror-impl"
2726version = "1.0.38"
2727source = "registry+https://github.com/rust-lang/crates.io-index"
2728checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
2729dependencies = [
2730 "proc-macro2",
2731 "quote",
2732 "syn 1.0.109",
2733]
2734
2735[[package]]
2736name = "thread-id"
2737version = "3.3.0"
2738source = "registry+https://github.com/rust-lang/crates.io-index"
2739checksum = "c7fbf4c9d56b320106cd64fd024dadfa0be7cb4706725fc44a7d7ce952d820c1"
2740dependencies = [
2741 "libc",
2742 "redox_syscall 0.1.57",
2743 "winapi",
2744]
2745
2746[[package]]
2747name = "thread_local"
2748version = "1.1.7"
2749source = "registry+https://github.com/rust-lang/crates.io-index"
2750checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2751dependencies = [
2752 "cfg-if",
2753 "once_cell",
2754]
2755
2756[[package]]
2757name = "timsort"
2758version = "0.1.2"
2759source = "registry+https://github.com/rust-lang/crates.io-index"
2760checksum = "3cb4fa83bb73adf1c7219f4fe4bf3c0ac5635e4e51e070fad5df745a41bedfb8"
2761
2762[[package]]
2763name = "tiny-keccak"
2764version = "2.0.2"
2765source = "registry+https://github.com/rust-lang/crates.io-index"
2766checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
2767dependencies = [
2768 "crunchy",
2769]
2770
2771[[package]]
2772name = "tinytemplate"
2773version = "1.2.1"
2774source = "registry+https://github.com/rust-lang/crates.io-index"
2775checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
2776dependencies = [
2777 "serde",
2778 "serde_json",
2779]
2780
2781[[package]]
2782name = "tinyvec"
2783version = "1.6.0"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2786dependencies = [
2787 "tinyvec_macros",
2788]
2789
2790[[package]]
2791name = "tinyvec_macros"
2792version = "0.1.1"
2793source = "registry+https://github.com/rust-lang/crates.io-index"
2794checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2795
2796[[package]]
2797name = "toml_datetime"
2798version = "0.5.1"
2799source = "registry+https://github.com/rust-lang/crates.io-index"
2800checksum = "4553f467ac8e3d374bc9a177a26801e5d0f9b211aa1673fb137a403afd1c9cf5"
2801
2802[[package]]
2803name = "toml_edit"
2804version = "0.18.1"
2805source = "registry+https://github.com/rust-lang/crates.io-index"
2806checksum = "56c59d8dd7d0dcbc6428bf7aa2f0e823e26e43b3c9aca15bbc9475d23e5fa12b"
2807dependencies = [
2808 "indexmap 1.9.3",
2809 "nom8",
2810 "toml_datetime",
2811]
2812
2813[[package]]
2814name = "twox-hash"
2815version = "1.6.3"
2816source = "registry+https://github.com/rust-lang/crates.io-index"
2817checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
2818dependencies = [
2819 "cfg-if",
2820 "static_assertions",
2821]
2822
2823[[package]]
2824name = "typenum"
2825version = "1.16.0"
2826source = "registry+https://github.com/rust-lang/crates.io-index"
2827checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2828
2829[[package]]
2830name = "ucd"
2831version = "0.1.1"
2832source = "registry+https://github.com/rust-lang/crates.io-index"
2833checksum = "fe4fa6e588762366f1eb4991ce59ad1b93651d0b769dfb4e4d1c5c4b943d1159"
2834
2835[[package]]
2836name = "uname"
2837version = "0.1.1"
2838source = "registry+https://github.com/rust-lang/crates.io-index"
2839checksum = "b72f89f0ca32e4db1c04e2a72f5345d59796d4866a1ee0609084569f73683dc8"
2840dependencies = [
2841 "libc",
2842]
2843
2844[[package]]
2845name = "unic-char-property"
2846version = "0.9.0"
2847source = "registry+https://github.com/rust-lang/crates.io-index"
2848checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
2849dependencies = [
2850 "unic-char-range",
2851]
2852
2853[[package]]
2854name = "unic-char-range"
2855version = "0.9.0"
2856source = "registry+https://github.com/rust-lang/crates.io-index"
2857checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
2858
2859[[package]]
2860name = "unic-common"
2861version = "0.9.0"
2862source = "registry+https://github.com/rust-lang/crates.io-index"
2863checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
2864
2865[[package]]
2866name = "unic-emoji-char"
2867version = "0.9.0"
2868source = "registry+https://github.com/rust-lang/crates.io-index"
2869checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
2870dependencies = [
2871 "unic-char-property",
2872 "unic-char-range",
2873 "unic-ucd-version",
2874]
2875
2876[[package]]
2877name = "unic-normal"
2878version = "0.9.0"
2879source = "registry+https://github.com/rust-lang/crates.io-index"
2880checksum = "f09d64d33589a94628bc2aeb037f35c2e25f3f049c7348b5aa5580b48e6bba62"
2881dependencies = [
2882 "unic-ucd-normal",
2883]
2884
2885[[package]]
2886name = "unic-ucd-age"
2887version = "0.9.0"
2888source = "registry+https://github.com/rust-lang/crates.io-index"
2889checksum = "6c8cfdfe71af46b871dc6af2c24fcd360e2f3392ee4c5111877f2947f311671c"
2890dependencies = [
2891 "unic-char-property",
2892 "unic-char-range",
2893 "unic-ucd-version",
2894]
2895
2896[[package]]
2897name = "unic-ucd-bidi"
2898version = "0.9.0"
2899source = "registry+https://github.com/rust-lang/crates.io-index"
2900checksum = "d1d568b51222484e1f8209ce48caa6b430bf352962b877d592c29ab31fb53d8c"
2901dependencies = [
2902 "unic-char-property",
2903 "unic-char-range",
2904 "unic-ucd-version",
2905]
2906
2907[[package]]
2908name = "unic-ucd-category"
2909version = "0.9.0"
2910source = "registry+https://github.com/rust-lang/crates.io-index"
2911checksum = "1b8d4591f5fcfe1bd4453baaf803c40e1b1e69ff8455c47620440b46efef91c0"
2912dependencies = [
2913 "matches",
2914 "unic-char-property",
2915 "unic-char-range",
2916 "unic-ucd-version",
2917]
2918
2919[[package]]
2920name = "unic-ucd-hangul"
2921version = "0.9.0"
2922source = "registry+https://github.com/rust-lang/crates.io-index"
2923checksum = "eb1dc690e19010e1523edb9713224cba5ef55b54894fe33424439ec9a40c0054"
2924dependencies = [
2925 "unic-ucd-version",
2926]
2927
2928[[package]]
2929name = "unic-ucd-ident"
2930version = "0.9.0"
2931source = "registry+https://github.com/rust-lang/crates.io-index"
2932checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987"
2933dependencies = [
2934 "unic-char-property",
2935 "unic-char-range",
2936 "unic-ucd-version",
2937]
2938
2939[[package]]
2940name = "unic-ucd-normal"
2941version = "0.9.0"
2942source = "registry+https://github.com/rust-lang/crates.io-index"
2943checksum = "86aed873b8202d22b13859dda5fe7c001d271412c31d411fd9b827e030569410"
2944dependencies = [
2945 "unic-char-property",
2946 "unic-char-range",
2947 "unic-ucd-hangul",
2948 "unic-ucd-version",
2949]
2950
2951[[package]]
2952name = "unic-ucd-version"
2953version = "0.9.0"
2954source = "registry+https://github.com/rust-lang/crates.io-index"
2955checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
2956dependencies = [
2957 "unic-common",
2958]
2959
2960[[package]]
2961name = "unicode-casing"
2962version = "0.1.0"
2963source = "registry+https://github.com/rust-lang/crates.io-index"
2964checksum = "623f59e6af2a98bdafeb93fa277ac8e1e40440973001ca15cf4ae1541cd16d56"
2965
2966[[package]]
2967name = "unicode-ident"
2968version = "1.0.6"
2969source = "registry+https://github.com/rust-lang/crates.io-index"
2970checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
2971
2972[[package]]
2973name = "unicode-normalization"
2974version = "0.1.22"
2975source = "registry+https://github.com/rust-lang/crates.io-index"
2976checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2977dependencies = [
2978 "tinyvec",
2979]
2980
2981[[package]]
2982name = "unicode-segmentation"
2983version = "1.10.1"
2984source = "registry+https://github.com/rust-lang/crates.io-index"
2985checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2986
2987[[package]]
2988name = "unicode-width"
2989version = "0.1.10"
2990source = "registry+https://github.com/rust-lang/crates.io-index"
2991checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2992
2993[[package]]
2994name = "unicode_names2"
2995version = "1.2.2"
2996source = "registry+https://github.com/rust-lang/crates.io-index"
2997checksum = "addeebf294df7922a1164f729fb27ebbbcea99cc32b3bf08afab62757f707677"
2998dependencies = [
2999 "phf",
3000 "unicode_names2_generator",
3001]
3002
3003[[package]]
3004name = "unicode_names2_generator"
3005version = "1.2.2"
3006source = "registry+https://github.com/rust-lang/crates.io-index"
3007checksum = "f444b8bba042fe3c1251ffaca35c603f2dc2ccc08d595c65a8c4f76f3e8426c0"
3008dependencies = [
3009 "getopts",
3010 "log",
3011 "phf_codegen",
3012 "rand",
3013]
3014
3015[[package]]
3016name = "unindent"
3017version = "0.2.3"
3018source = "registry+https://github.com/rust-lang/crates.io-index"
3019checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
3020
3021[[package]]
3022name = "utf8parse"
3023version = "0.2.0"
3024source = "registry+https://github.com/rust-lang/crates.io-index"
3025checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372"
3026
3027[[package]]
3028name = "uuid"
3029version = "1.3.0"
3030source = "registry+https://github.com/rust-lang/crates.io-index"
3031checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
3032dependencies = [
3033 "atomic",
3034 "getrandom",
3035 "rand",
3036 "uuid-macro-internal",
3037]
3038
3039[[package]]
3040name = "uuid-macro-internal"
3041version = "1.3.0"
3042source = "registry+https://github.com/rust-lang/crates.io-index"
3043checksum = "c1b300a878652a387d2a0de915bdae8f1a548f0c6d45e072fe2688794b656cc9"
3044dependencies = [
3045 "proc-macro2",
3046 "quote",
3047 "syn 1.0.109",
3048]
3049
3050[[package]]
3051name = "vcpkg"
3052version = "0.2.15"
3053source = "registry+https://github.com/rust-lang/crates.io-index"
3054checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3055
3056[[package]]
3057name = "vec_map"
3058version = "0.8.2"
3059source = "registry+https://github.com/rust-lang/crates.io-index"
3060checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
3061
3062[[package]]
3063name = "version_check"
3064version = "0.9.4"
3065source = "registry+https://github.com/rust-lang/crates.io-index"
3066checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
3067
3068[[package]]
3069name = "volatile"
3070version = "0.3.0"
3071source = "registry+https://github.com/rust-lang/crates.io-index"
3072checksum = "f8e76fae08f03f96e166d2dfda232190638c10e0383841252416f9cfe2ae60e6"
3073
3074[[package]]
3075name = "walkdir"
3076version = "2.3.2"
3077source = "registry+https://github.com/rust-lang/crates.io-index"
3078checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
3079dependencies = [
3080 "same-file",
3081 "winapi",
3082 "winapi-util",
3083]
3084
3085[[package]]
3086name = "wasi"
3087version = "0.11.0+wasi-snapshot-preview1"
3088source = "registry+https://github.com/rust-lang/crates.io-index"
3089checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
3090
3091[[package]]
3092name = "wasm-bindgen"
3093version = "0.2.92"
3094source = "registry+https://github.com/rust-lang/crates.io-index"
3095checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
3096dependencies = [
3097 "cfg-if",
3098 "wasm-bindgen-macro",
3099]
3100
3101[[package]]
3102name = "wasm-bindgen-backend"
3103version = "0.2.92"
3104source = "registry+https://github.com/rust-lang/crates.io-index"
3105checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
3106dependencies = [
3107 "bumpalo",
3108 "log",
3109 "once_cell",
3110 "proc-macro2",
3111 "quote",
3112 "syn 2.0.32",
3113 "wasm-bindgen-shared",
3114]
3115
3116[[package]]
3117name = "wasm-bindgen-futures"
3118version = "0.4.34"
3119source = "registry+https://github.com/rust-lang/crates.io-index"
3120checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
3121dependencies = [
3122 "cfg-if",
3123 "js-sys",
3124 "wasm-bindgen",
3125 "web-sys",
3126]
3127
3128[[package]]
3129name = "wasm-bindgen-macro"
3130version = "0.2.92"
3131source = "registry+https://github.com/rust-lang/crates.io-index"
3132checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
3133dependencies = [
3134 "quote",
3135 "wasm-bindgen-macro-support",
3136]
3137
3138[[package]]
3139name = "wasm-bindgen-macro-support"
3140version = "0.2.92"
3141source = "registry+https://github.com/rust-lang/crates.io-index"
3142checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
3143dependencies = [
3144 "proc-macro2",
3145 "quote",
3146 "syn 2.0.32",
3147 "wasm-bindgen-backend",
3148 "wasm-bindgen-shared",
3149]
3150
3151[[package]]
3152name = "wasm-bindgen-shared"
3153version = "0.2.92"
3154source = "registry+https://github.com/rust-lang/crates.io-index"
3155checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
3156
3157[[package]]
3158name = "web-sys"
3159version = "0.3.61"
3160source = "registry+https://github.com/rust-lang/crates.io-index"
3161checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
3162dependencies = [
3163 "js-sys",
3164 "wasm-bindgen",
3165]
3166
3167[[package]]
3168name = "which"
3169version = "4.4.0"
3170source = "registry+https://github.com/rust-lang/crates.io-index"
3171checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
3172dependencies = [
3173 "either",
3174 "libc",
3175 "once_cell",
3176]
3177
3178[[package]]
3179name = "widestring"
3180version = "1.1.0"
3181source = "registry+https://github.com/rust-lang/crates.io-index"
3182checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
3183
3184[[package]]
3185name = "winapi"
3186version = "0.3.9"
3187source = "registry+https://github.com/rust-lang/crates.io-index"
3188checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3189dependencies = [
3190 "winapi-i686-pc-windows-gnu",
3191 "winapi-x86_64-pc-windows-gnu",
3192]
3193
3194[[package]]
3195name = "winapi-i686-pc-windows-gnu"
3196version = "0.4.0"
3197source = "registry+https://github.com/rust-lang/crates.io-index"
3198checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3199
3200[[package]]
3201name = "winapi-util"
3202version = "0.1.5"
3203source = "registry+https://github.com/rust-lang/crates.io-index"
3204checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
3205dependencies = [
3206 "winapi",
3207]
3208
3209[[package]]
3210name = "winapi-x86_64-pc-windows-gnu"
3211version = "0.4.0"
3212source = "registry+https://github.com/rust-lang/crates.io-index"
3213checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3214
3215[[package]]
3216name = "windows"
3217version = "0.52.0"
3218source = "registry+https://github.com/rust-lang/crates.io-index"
3219checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
3220dependencies = [
3221 "windows-core",
3222 "windows-targets 0.52.0",
3223]
3224
3225[[package]]
3226name = "windows-core"
3227version = "0.52.0"
3228source = "registry+https://github.com/rust-lang/crates.io-index"
3229checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
3230dependencies = [
3231 "windows-targets 0.52.0",
3232]
3233
3234[[package]]
3235name = "windows-sys"
3236version = "0.36.1"
3237source = "registry+https://github.com/rust-lang/crates.io-index"
3238checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
3239dependencies = [
3240 "windows_aarch64_msvc 0.36.1",
3241 "windows_i686_gnu 0.36.1",
3242 "windows_i686_msvc 0.36.1",
3243 "windows_x86_64_gnu 0.36.1",
3244 "windows_x86_64_msvc 0.36.1",
3245]
3246
3247[[package]]
3248name = "windows-sys"
3249version = "0.42.0"
3250source = "registry+https://github.com/rust-lang/crates.io-index"
3251checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
3252dependencies = [
3253 "windows_aarch64_gnullvm 0.42.1",
3254 "windows_aarch64_msvc 0.42.1",
3255 "windows_i686_gnu 0.42.1",
3256 "windows_i686_msvc 0.42.1",
3257 "windows_x86_64_gnu 0.42.1",
3258 "windows_x86_64_gnullvm 0.42.1",
3259 "windows_x86_64_msvc 0.42.1",
3260]
3261
3262[[package]]
3263name = "windows-sys"
3264version = "0.45.0"
3265source = "registry+https://github.com/rust-lang/crates.io-index"
3266checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
3267dependencies = [
3268 "windows-targets 0.42.1",
3269]
3270
3271[[package]]
3272name = "windows-sys"
3273version = "0.48.0"
3274source = "registry+https://github.com/rust-lang/crates.io-index"
3275checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3276dependencies = [
3277 "windows-targets 0.48.5",
3278]
3279
3280[[package]]
3281name = "windows-sys"
3282version = "0.52.0"
3283source = "registry+https://github.com/rust-lang/crates.io-index"
3284checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3285dependencies = [
3286 "windows-targets 0.52.0",
3287]
3288
3289[[package]]
3290name = "windows-targets"
3291version = "0.42.1"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
3294dependencies = [
3295 "windows_aarch64_gnullvm 0.42.1",
3296 "windows_aarch64_msvc 0.42.1",
3297 "windows_i686_gnu 0.42.1",
3298 "windows_i686_msvc 0.42.1",
3299 "windows_x86_64_gnu 0.42.1",
3300 "windows_x86_64_gnullvm 0.42.1",
3301 "windows_x86_64_msvc 0.42.1",
3302]
3303
3304[[package]]
3305name = "windows-targets"
3306version = "0.48.5"
3307source = "registry+https://github.com/rust-lang/crates.io-index"
3308checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3309dependencies = [
3310 "windows_aarch64_gnullvm 0.48.5",
3311 "windows_aarch64_msvc 0.48.5",
3312 "windows_i686_gnu 0.48.5",
3313 "windows_i686_msvc 0.48.5",
3314 "windows_x86_64_gnu 0.48.5",
3315 "windows_x86_64_gnullvm 0.48.5",
3316 "windows_x86_64_msvc 0.48.5",
3317]
3318
3319[[package]]
3320name = "windows-targets"
3321version = "0.52.0"
3322source = "registry+https://github.com/rust-lang/crates.io-index"
3323checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
3324dependencies = [
3325 "windows_aarch64_gnullvm 0.52.0",
3326 "windows_aarch64_msvc 0.52.0",
3327 "windows_i686_gnu 0.52.0",
3328 "windows_i686_msvc 0.52.0",
3329 "windows_x86_64_gnu 0.52.0",
3330 "windows_x86_64_gnullvm 0.52.0",
3331 "windows_x86_64_msvc 0.52.0",
3332]
3333
3334[[package]]
3335name = "windows_aarch64_gnullvm"
3336version = "0.42.1"
3337source = "registry+https://github.com/rust-lang/crates.io-index"
3338checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
3339
3340[[package]]
3341name = "windows_aarch64_gnullvm"
3342version = "0.48.5"
3343source = "registry+https://github.com/rust-lang/crates.io-index"
3344checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3345
3346[[package]]
3347name = "windows_aarch64_gnullvm"
3348version = "0.52.0"
3349source = "registry+https://github.com/rust-lang/crates.io-index"
3350checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
3351
3352[[package]]
3353name = "windows_aarch64_msvc"
3354version = "0.36.1"
3355source = "registry+https://github.com/rust-lang/crates.io-index"
3356checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
3357
3358[[package]]
3359name = "windows_aarch64_msvc"
3360version = "0.42.1"
3361source = "registry+https://github.com/rust-lang/crates.io-index"
3362checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
3363
3364[[package]]
3365name = "windows_aarch64_msvc"
3366version = "0.48.5"
3367source = "registry+https://github.com/rust-lang/crates.io-index"
3368checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3369
3370[[package]]
3371name = "windows_aarch64_msvc"
3372version = "0.52.0"
3373source = "registry+https://github.com/rust-lang/crates.io-index"
3374checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
3375
3376[[package]]
3377name = "windows_i686_gnu"
3378version = "0.36.1"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
3381
3382[[package]]
3383name = "windows_i686_gnu"
3384version = "0.42.1"
3385source = "registry+https://github.com/rust-lang/crates.io-index"
3386checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
3387
3388[[package]]
3389name = "windows_i686_gnu"
3390version = "0.48.5"
3391source = "registry+https://github.com/rust-lang/crates.io-index"
3392checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3393
3394[[package]]
3395name = "windows_i686_gnu"
3396version = "0.52.0"
3397source = "registry+https://github.com/rust-lang/crates.io-index"
3398checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
3399
3400[[package]]
3401name = "windows_i686_msvc"
3402version = "0.36.1"
3403source = "registry+https://github.com/rust-lang/crates.io-index"
3404checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
3405
3406[[package]]
3407name = "windows_i686_msvc"
3408version = "0.42.1"
3409source = "registry+https://github.com/rust-lang/crates.io-index"
3410checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
3411
3412[[package]]
3413name = "windows_i686_msvc"
3414version = "0.48.5"
3415source = "registry+https://github.com/rust-lang/crates.io-index"
3416checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3417
3418[[package]]
3419name = "windows_i686_msvc"
3420version = "0.52.0"
3421source = "registry+https://github.com/rust-lang/crates.io-index"
3422checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
3423
3424[[package]]
3425name = "windows_x86_64_gnu"
3426version = "0.36.1"
3427source = "registry+https://github.com/rust-lang/crates.io-index"
3428checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
3429
3430[[package]]
3431name = "windows_x86_64_gnu"
3432version = "0.42.1"
3433source = "registry+https://github.com/rust-lang/crates.io-index"
3434checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
3435
3436[[package]]
3437name = "windows_x86_64_gnu"
3438version = "0.48.5"
3439source = "registry+https://github.com/rust-lang/crates.io-index"
3440checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3441
3442[[package]]
3443name = "windows_x86_64_gnu"
3444version = "0.52.0"
3445source = "registry+https://github.com/rust-lang/crates.io-index"
3446checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
3447
3448[[package]]
3449name = "windows_x86_64_gnullvm"
3450version = "0.42.1"
3451source = "registry+https://github.com/rust-lang/crates.io-index"
3452checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
3453
3454[[package]]
3455name = "windows_x86_64_gnullvm"
3456version = "0.48.5"
3457source = "registry+https://github.com/rust-lang/crates.io-index"
3458checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3459
3460[[package]]
3461name = "windows_x86_64_gnullvm"
3462version = "0.52.0"
3463source = "registry+https://github.com/rust-lang/crates.io-index"
3464checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
3465
3466[[package]]
3467name = "windows_x86_64_msvc"
3468version = "0.36.1"
3469source = "registry+https://github.com/rust-lang/crates.io-index"
3470checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
3471
3472[[package]]
3473name = "windows_x86_64_msvc"
3474version = "0.42.1"
3475source = "registry+https://github.com/rust-lang/crates.io-index"
3476checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
3477
3478[[package]]
3479name = "windows_x86_64_msvc"
3480version = "0.48.5"
3481source = "registry+https://github.com/rust-lang/crates.io-index"
3482checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3483
3484[[package]]
3485name = "windows_x86_64_msvc"
3486version = "0.52.0"
3487source = "registry+https://github.com/rust-lang/crates.io-index"
3488checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
3489
3490[[package]]
3491name = "winreg"
3492version = "0.10.1"
3493source = "registry+https://github.com/rust-lang/crates.io-index"
3494checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
3495dependencies = [
3496 "winapi",
3497]
3498
3499[[package]]
3500name = "xml-rs"
3501version = "0.8.14"
3502source = "registry+https://github.com/rust-lang/crates.io-index"
3503checksum = "52839dc911083a8ef63efa4d039d1f58b5e409f923e44c80828f206f66e5541c"
3504
3505[[package]]
3506name = "zerocopy"
3507version = "0.7.32"
3508source = "registry+https://github.com/rust-lang/crates.io-index"
3509checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
3510dependencies = [
3511 "zerocopy-derive",
3512]
3513
3514[[package]]
3515name = "zerocopy-derive"
3516version = "0.7.32"
3517source = "registry+https://github.com/rust-lang/crates.io-index"
3518checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
3519dependencies = [
3520 "proc-macro2",
3521 "quote",
3522 "syn 2.0.32",
3523]