1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "aho-corasick"
7version = "1.0.5"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "ambient-authority"
16version = "0.0.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "ec8ad6edb4840b78c5c3d88de606b22252d552b55f3a4699fbb10fc070ec3049"
19
20[[package]]
21name = "anes"
22version = "0.1.6"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
25
26[[package]]
27name = "anstream"
28version = "0.5.0"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
31dependencies = [
32 "anstyle",
33 "anstyle-parse",
34 "anstyle-query",
35 "anstyle-wincon",
36 "colorchoice",
37 "utf8parse",
38]
39
40[[package]]
41name = "anstyle"
42version = "1.0.2"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea"
45
46[[package]]
47name = "anstyle-parse"
48version = "0.2.1"
49source = "registry+https://github.com/rust-lang/crates.io-index"
50checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
51dependencies = [
52 "utf8parse",
53]
54
55[[package]]
56name = "anstyle-query"
57version = "1.0.0"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
60dependencies = [
61 "windows-sys 0.48.0",
62]
63
64[[package]]
65name = "anstyle-wincon"
66version = "2.1.0"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
69dependencies = [
70 "anstyle",
71 "windows-sys 0.48.0",
72]
73
74[[package]]
75name = "anyhow"
76version = "1.0.75"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
79
80[[package]]
81name = "assert_cmd"
82version = "2.0.12"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6"
85dependencies = [
86 "anstyle",
87 "bstr",
88 "doc-comment",
89 "predicates",
90 "predicates-core",
91 "predicates-tree",
92 "wait-timeout",
93]
94
95[[package]]
96name = "assert_matches"
97version = "1.5.0"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
100
101[[package]]
102name = "async-trait"
103version = "0.1.73"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
106dependencies = [
107 "proc-macro2",
108 "quote",
109 "syn 2.0.29",
110]
111
112[[package]]
113name = "atty"
114version = "0.2.14"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
117dependencies = [
118 "hermit-abi 0.1.19",
119 "libc",
120 "winapi",
121]
122
123[[package]]
124name = "autocfg"
125version = "1.1.0"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
128
129[[package]]
130name = "bitflags"
131version = "1.3.2"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
134
135[[package]]
136name = "bitflags"
137version = "2.4.0"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
140
141[[package]]
142name = "bstr"
143version = "1.6.2"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a"
146dependencies = [
147 "memchr",
148 "regex-automata",
149 "serde",
150]
151
152[[package]]
153name = "cap-fs-ext"
154version = "0.26.1"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "0b0e103ce36d217d568903ad27b14ec2238ecb5d65bad2e756a8f3c0d651506e"
157dependencies = [
158 "cap-primitives",
159 "cap-std",
160 "io-lifetimes",
161 "windows-sys 0.36.1",
162]
163
164[[package]]
165name = "cap-primitives"
166version = "0.26.1"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "af3f336aa91cce16033ed3c94ac91d98956c49b420e6d6cd0dd7d0e386a57085"
169dependencies = [
170 "ambient-authority",
171 "fs-set-times",
172 "io-extras",
173 "io-lifetimes",
174 "ipnet",
175 "maybe-owned",
176 "rustix 0.35.14",
177 "winapi-util",
178 "windows-sys 0.36.1",
179 "winx",
180]
181
182[[package]]
183name = "cap-rand"
184version = "0.26.1"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "d14b9606aa9550d34651bc481443203bc014237bdb992d201d2afa62d2ec6dea"
187dependencies = [
188 "ambient-authority",
189 "rand",
190]
191
192[[package]]
193name = "cap-std"
194version = "0.26.1"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "c9d6e70b626eceac9d6fc790fe2d72cc3f2f7bc3c35f467690c54a526b0f56db"
197dependencies = [
198 "cap-primitives",
199 "io-extras",
200 "io-lifetimes",
201 "ipnet",
202 "rustix 0.35.14",
203]
204
205[[package]]
206name = "cap-time-ext"
207version = "0.26.1"
208source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "c3a0524f7c4cff2ea547ae2b652bf7a348fd3e48f76556dc928d8b45ab2f1d50"
210dependencies = [
211 "cap-primitives",
212 "once_cell",
213 "rustix 0.35.14",
214 "winx",
215]
216
217[[package]]
218name = "cast"
219version = "0.3.0"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
222
223[[package]]
224name = "cc"
225version = "1.0.83"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
228dependencies = [
229 "libc",
230]
231
232[[package]]
233name = "cfg-if"
234version = "1.0.0"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
237
238[[package]]
239name = "ciborium"
240version = "0.2.1"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926"
243dependencies = [
244 "ciborium-io",
245 "ciborium-ll",
246 "serde",
247]
248
249[[package]]
250name = "ciborium-io"
251version = "0.2.1"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656"
254
255[[package]]
256name = "ciborium-ll"
257version = "0.2.1"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b"
260dependencies = [
261 "ciborium-io",
262 "half",
263]
264
265[[package]]
266name = "clap"
267version = "4.4.1"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "7c8d502cbaec4595d2e7d5f61e318f05417bd2b66fdc3809498f0d3fdf0bea27"
270dependencies = [
271 "clap_builder",
272 "clap_derive",
273 "once_cell",
274]
275
276[[package]]
277name = "clap_builder"
278version = "4.4.1"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "5891c7bc0edb3e1c2204fc5e94009affabeb1821c9e5fdc3959536c5c0bb984d"
281dependencies = [
282 "anstream",
283 "anstyle",
284 "clap_lex",
285 "strsim",
286]
287
288[[package]]
289name = "clap_derive"
290version = "4.4.0"
291source = "registry+https://github.com/rust-lang/crates.io-index"
292checksum = "c9fd1a5729c4548118d7d70ff234a44868d00489a4b6597b0b020918a0e91a1a"
293dependencies = [
294 "heck",
295 "proc-macro2",
296 "quote",
297 "syn 2.0.29",
298]
299
300[[package]]
301name = "clap_lex"
302version = "0.5.1"
303source = "registry+https://github.com/rust-lang/crates.io-index"
304checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
305
306[[package]]
307name = "colorchoice"
308version = "1.0.0"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
311
312[[package]]
313name = "criterion"
314version = "0.5.1"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
317dependencies = [
318 "anes",
319 "cast",
320 "ciborium",
321 "clap",
322 "criterion-plot",
323 "is-terminal 0.4.9",
324 "itertools",
325 "num-traits",
326 "once_cell",
327 "oorandom",
328 "regex",
329 "serde",
330 "serde_derive",
331 "serde_json",
332 "tinytemplate",
333 "walkdir",
334]
335
336[[package]]
337name = "criterion-plot"
338version = "0.5.0"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
341dependencies = [
342 "cast",
343 "itertools",
344]
345
346[[package]]
347name = "difflib"
348version = "0.4.0"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
351
352[[package]]
353name = "dirs"
354version = "4.0.0"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
357dependencies = [
358 "dirs-sys",
359]
360
361[[package]]
362name = "dirs-sys"
363version = "0.3.7"
364source = "registry+https://github.com/rust-lang/crates.io-index"
365checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
366dependencies = [
367 "libc",
368 "redox_users",
369 "winapi",
370]
371
372[[package]]
373name = "doc-comment"
374version = "0.3.3"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
377
378[[package]]
379name = "downcast-rs"
380version = "1.2.0"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
383
384[[package]]
385name = "either"
386version = "1.9.0"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
389
390[[package]]
391name = "errno"
392version = "0.2.8"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
395dependencies = [
396 "errno-dragonfly",
397 "libc",
398 "winapi",
399]
400
401[[package]]
402name = "errno"
403version = "0.3.3"
404source = "registry+https://github.com/rust-lang/crates.io-index"
405checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
406dependencies = [
407 "errno-dragonfly",
408 "libc",
409 "windows-sys 0.48.0",
410]
411
412[[package]]
413name = "errno-dragonfly"
414version = "0.1.2"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
417dependencies = [
418 "cc",
419 "libc",
420]
421
422[[package]]
423name = "fs-set-times"
424version = "0.17.1"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "a267b6a9304912e018610d53fe07115d8b530b160e85db4d2d3a59f3ddde1aec"
427dependencies = [
428 "io-lifetimes",
429 "rustix 0.35.14",
430 "windows-sys 0.36.1",
431]
432
433[[package]]
434name = "getrandom"
435version = "0.2.10"
436source = "registry+https://github.com/rust-lang/crates.io-index"
437checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
438dependencies = [
439 "cfg-if",
440 "libc",
441 "wasi",
442]
443
444[[package]]
445name = "half"
446version = "1.8.2"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
449
450[[package]]
451name = "heck"
452version = "0.4.1"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
455
456[[package]]
457name = "hermit-abi"
458version = "0.1.19"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
461dependencies = [
462 "libc",
463]
464
465[[package]]
466name = "hermit-abi"
467version = "0.2.6"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
470dependencies = [
471 "libc",
472]
473
474[[package]]
475name = "hermit-abi"
476version = "0.3.2"
477source = "registry+https://github.com/rust-lang/crates.io-index"
478checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
479
480[[package]]
481name = "indexmap-nostd"
482version = "0.4.0"
483source = "registry+https://github.com/rust-lang/crates.io-index"
484checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590"
485
486[[package]]
487name = "io-extras"
488version = "0.15.0"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "4a5d8c2ab5becd8720e30fd25f8fa5500d8dc3fceadd8378f05859bd7b46fc49"
491dependencies = [
492 "io-lifetimes",
493 "windows-sys 0.36.1",
494]
495
496[[package]]
497name = "io-lifetimes"
498version = "0.7.5"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "59ce5ef949d49ee85593fc4d3f3f95ad61657076395cbbce23e2121fc5542074"
501dependencies = [
502 "libc",
503 "windows-sys 0.42.0",
504]
505
506[[package]]
507name = "ipnet"
508version = "2.8.0"
509source = "registry+https://github.com/rust-lang/crates.io-index"
510checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
511
512[[package]]
513name = "is-terminal"
514version = "0.3.0"
515source = "registry+https://github.com/rust-lang/crates.io-index"
516checksum = "0d508111813f9af3afd2f92758f77e4ed2cc9371b642112c6a48d22eb73105c5"
517dependencies = [
518 "hermit-abi 0.2.6",
519 "io-lifetimes",
520 "rustix 0.35.14",
521 "windows-sys 0.36.1",
522]
523
524[[package]]
525name = "is-terminal"
526version = "0.4.9"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
529dependencies = [
530 "hermit-abi 0.3.2",
531 "rustix 0.38.10",
532 "windows-sys 0.48.0",
533]
534
535[[package]]
536name = "itertools"
537version = "0.10.5"
538source = "registry+https://github.com/rust-lang/crates.io-index"
539checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
540dependencies = [
541 "either",
542]
543
544[[package]]
545name = "itoa"
546version = "1.0.9"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
549
550[[package]]
551name = "leb128"
552version = "0.2.5"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
555
556[[package]]
557name = "libc"
558version = "0.2.147"
559source = "registry+https://github.com/rust-lang/crates.io-index"
560checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
561
562[[package]]
563name = "libm"
564version = "0.2.7"
565source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
567
568[[package]]
569name = "linux-raw-sys"
570version = "0.0.46"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"
573
574[[package]]
575name = "linux-raw-sys"
576version = "0.4.5"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
579
580[[package]]
581name = "log"
582version = "0.4.20"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
585
586[[package]]
587name = "maybe-owned"
588version = "0.3.4"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
591
592[[package]]
593name = "memchr"
594version = "2.6.2"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "5486aed0026218e61b8a01d5fbd5a0a134649abb71a0e53b7bc088529dced86e"
597
598[[package]]
599name = "num-traits"
600version = "0.2.16"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
603dependencies = [
604 "autocfg",
605]
606
607[[package]]
608name = "once_cell"
609version = "1.18.0"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
612
613[[package]]
614name = "oorandom"
615version = "11.1.3"
616source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
618
619[[package]]
620name = "paste"
621version = "1.0.14"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
624
625[[package]]
626name = "pin-project-lite"
627version = "0.2.13"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
630
631[[package]]
632name = "ppv-lite86"
633version = "0.2.17"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
636
637[[package]]
638name = "predicates"
639version = "3.0.3"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9"
642dependencies = [
643 "anstyle",
644 "difflib",
645 "itertools",
646 "predicates-core",
647]
648
649[[package]]
650name = "predicates-core"
651version = "1.0.6"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
654
655[[package]]
656name = "predicates-tree"
657version = "1.0.9"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
660dependencies = [
661 "predicates-core",
662 "termtree",
663]
664
665[[package]]
666name = "proc-macro2"
667version = "1.0.66"
668source = "registry+https://github.com/rust-lang/crates.io-index"
669checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
670dependencies = [
671 "unicode-ident",
672]
673
674[[package]]
675name = "quote"
676version = "1.0.33"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
679dependencies = [
680 "proc-macro2",
681]
682
683[[package]]
684name = "rand"
685version = "0.8.5"
686source = "registry+https://github.com/rust-lang/crates.io-index"
687checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
688dependencies = [
689 "libc",
690 "rand_chacha",
691 "rand_core",
692]
693
694[[package]]
695name = "rand_chacha"
696version = "0.3.1"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
699dependencies = [
700 "ppv-lite86",
701 "rand_core",
702]
703
704[[package]]
705name = "rand_core"
706version = "0.6.4"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
709dependencies = [
710 "getrandom",
711]
712
713[[package]]
714name = "redox_syscall"
715version = "0.2.16"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
718dependencies = [
719 "bitflags 1.3.2",
720]
721
722[[package]]
723name = "redox_users"
724version = "0.4.3"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
727dependencies = [
728 "getrandom",
729 "redox_syscall",
730 "thiserror",
731]
732
733[[package]]
734name = "regex"
735version = "1.9.4"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "12de2eff854e5fa4b1295edd650e227e9d8fb0c9e90b12e7f36d6a6811791a29"
738dependencies = [
739 "aho-corasick",
740 "memchr",
741 "regex-automata",
742 "regex-syntax",
743]
744
745[[package]]
746name = "regex-automata"
747version = "0.3.7"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "49530408a136e16e5b486e883fbb6ba058e8e4e8ae6621a77b048b314336e629"
750dependencies = [
751 "aho-corasick",
752 "memchr",
753 "regex-syntax",
754]
755
756[[package]]
757name = "regex-syntax"
758version = "0.7.5"
759source = "registry+https://github.com/rust-lang/crates.io-index"
760checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
761
762[[package]]
763name = "rustix"
764version = "0.35.14"
765source = "registry+https://github.com/rust-lang/crates.io-index"
766checksum = "6380889b07a03b5ecf1d44dc9ede6fd2145d84b502a2a9ca0b03c48e0cc3220f"
767dependencies = [
768 "bitflags 1.3.2",
769 "errno 0.2.8",
770 "io-lifetimes",
771 "itoa",
772 "libc",
773 "linux-raw-sys 0.0.46",
774 "once_cell",
775 "windows-sys 0.42.0",
776]
777
778[[package]]
779name = "rustix"
780version = "0.38.10"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "ed6248e1caa625eb708e266e06159f135e8c26f2bb7ceb72dc4b2766d0340964"
783dependencies = [
784 "bitflags 2.4.0",
785 "errno 0.3.3",
786 "libc",
787 "linux-raw-sys 0.4.5",
788 "windows-sys 0.48.0",
789]
790
791[[package]]
792name = "ryu"
793version = "1.0.15"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
796
797[[package]]
798name = "same-file"
799version = "1.0.6"
800source = "registry+https://github.com/rust-lang/crates.io-index"
801checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
802dependencies = [
803 "winapi-util",
804]
805
806[[package]]
807name = "serde"
808version = "1.0.188"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
811dependencies = [
812 "serde_derive",
813]
814
815[[package]]
816name = "serde_derive"
817version = "1.0.188"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
820dependencies = [
821 "proc-macro2",
822 "quote",
823 "syn 2.0.29",
824]
825
826[[package]]
827name = "serde_json"
828version = "1.0.105"
829source = "registry+https://github.com/rust-lang/crates.io-index"
830checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
831dependencies = [
832 "itoa",
833 "ryu",
834 "serde",
835]
836
837[[package]]
838name = "shellexpand"
839version = "2.1.2"
840source = "registry+https://github.com/rust-lang/crates.io-index"
841checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
842dependencies = [
843 "dirs",
844]
845
846[[package]]
847name = "smallvec"
848version = "1.11.0"
849source = "registry+https://github.com/rust-lang/crates.io-index"
850checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
851
852[[package]]
853name = "spin"
854version = "0.9.8"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
857
858[[package]]
859name = "strsim"
860version = "0.10.0"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
863
864[[package]]
865name = "syn"
866version = "1.0.109"
867source = "registry+https://github.com/rust-lang/crates.io-index"
868checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
869dependencies = [
870 "proc-macro2",
871 "quote",
872 "unicode-ident",
873]
874
875[[package]]
876name = "syn"
877version = "2.0.29"
878source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a"
880dependencies = [
881 "proc-macro2",
882 "quote",
883 "unicode-ident",
884]
885
886[[package]]
887name = "system-interface"
888version = "0.23.0"
889source = "registry+https://github.com/rust-lang/crates.io-index"
890checksum = "92adbaf536f5aff6986e1e62ba36cee72b1718c5153eee08b9e728ddde3f6029"
891dependencies = [
892 "atty",
893 "bitflags 1.3.2",
894 "cap-fs-ext",
895 "cap-std",
896 "io-lifetimes",
897 "rustix 0.35.14",
898 "windows-sys 0.36.1",
899 "winx",
900]
901
902[[package]]
903name = "termtree"
904version = "0.4.1"
905source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
907
908[[package]]
909name = "thiserror"
910version = "1.0.47"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
913dependencies = [
914 "thiserror-impl",
915]
916
917[[package]]
918name = "thiserror-impl"
919version = "1.0.47"
920source = "registry+https://github.com/rust-lang/crates.io-index"
921checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
922dependencies = [
923 "proc-macro2",
924 "quote",
925 "syn 2.0.29",
926]
927
928[[package]]
929name = "tinytemplate"
930version = "1.2.1"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
933dependencies = [
934 "serde",
935 "serde_json",
936]
937
938[[package]]
939name = "tracing"
940version = "0.1.37"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
943dependencies = [
944 "cfg-if",
945 "log",
946 "pin-project-lite",
947 "tracing-attributes",
948 "tracing-core",
949]
950
951[[package]]
952name = "tracing-attributes"
953version = "0.1.26"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
956dependencies = [
957 "proc-macro2",
958 "quote",
959 "syn 2.0.29",
960]
961
962[[package]]
963name = "tracing-core"
964version = "0.1.31"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
967dependencies = [
968 "once_cell",
969]
970
971[[package]]
972name = "unicode-ident"
973version = "1.0.11"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
976
977[[package]]
978name = "unicode-width"
979version = "0.1.10"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
982
983[[package]]
984name = "utf8parse"
985version = "0.2.1"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
988
989[[package]]
990name = "wait-timeout"
991version = "0.2.0"
992source = "registry+https://github.com/rust-lang/crates.io-index"
993checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
994dependencies = [
995 "libc",
996]
997
998[[package]]
999name = "walkdir"
1000version = "2.3.3"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
1003dependencies = [
1004 "same-file",
1005 "winapi-util",
1006]
1007
1008[[package]]
1009name = "wasi"
1010version = "0.11.0+wasi-snapshot-preview1"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1013
1014[[package]]
1015name = "wasi-cap-std-sync"
1016version = "2.0.2"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "c4b4953999c746173c263b81e9e5e3e335ff47face7187ba2a5ecc91c716e6f3"
1019dependencies = [
1020 "anyhow",
1021 "async-trait",
1022 "cap-fs-ext",
1023 "cap-rand",
1024 "cap-std",
1025 "cap-time-ext",
1026 "fs-set-times",
1027 "io-extras",
1028 "io-lifetimes",
1029 "is-terminal 0.3.0",
1030 "once_cell",
1031 "rustix 0.35.14",
1032 "system-interface",
1033 "tracing",
1034 "wasi-common",
1035 "windows-sys 0.36.1",
1036]
1037
1038[[package]]
1039name = "wasi-common"
1040version = "2.0.2"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "d47faf4f76ebfdeb1f3346a949c6fbf2f2471afc68280b00c76d6c02221d80ad"
1043dependencies = [
1044 "anyhow",
1045 "bitflags 1.3.2",
1046 "cap-rand",
1047 "cap-std",
1048 "io-extras",
1049 "rustix 0.35.14",
1050 "thiserror",
1051 "tracing",
1052 "wiggle",
1053 "windows-sys 0.36.1",
1054]
1055
1056[[package]]
1057name = "wasm-encoder"
1058version = "0.31.1"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "41763f20eafed1399fff1afb466496d3a959f58241436cfdc17e3f5ca954de16"
1061dependencies = [
1062 "leb128",
1063]
1064
1065[[package]]
1066name = "wasm-encoder"
1067version = "0.32.0"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "1ba64e81215916eaeb48fee292f29401d69235d62d8b8fd92a7b2844ec5ae5f7"
1070dependencies = [
1071 "leb128",
1072]
1073
1074[[package]]
1075name = "wasmi"
1076version = "0.31.0"
1077dependencies = [
1078 "anyhow",
1079 "assert_matches",
1080 "criterion",
1081 "smallvec",
1082 "spin",
1083 "wasmi_arena",
1084 "wasmi_core",
1085 "wasmparser-nostd",
1086 "wast 62.0.1",
1087 "wat",
1088]
1089
1090[[package]]
1091name = "wasmi_arena"
1092version = "0.4.0"
1093
1094[[package]]
1095name = "wasmi_cli"
1096version = "0.31.0"
1097dependencies = [
1098 "anyhow",
1099 "assert_cmd",
1100 "clap",
1101 "wasmi",
1102 "wasmi_wasi",
1103 "wat",
1104]
1105
1106[[package]]
1107name = "wasmi_core"
1108version = "0.13.0"
1109dependencies = [
1110 "downcast-rs",
1111 "libm",
1112 "num-traits",
1113 "paste",
1114 "rand",
1115]
1116
1117[[package]]
1118name = "wasmi_wasi"
1119version = "0.31.0"
1120dependencies = [
1121 "wasi-cap-std-sync",
1122 "wasi-common",
1123 "wasmi",
1124 "wat",
1125 "wiggle",
1126]
1127
1128[[package]]
1129name = "wasmparser-nostd"
1130version = "0.100.1"
1131source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "9157cab83003221bfd385833ab587a039f5d6fa7304854042ba358a3b09e0724"
1133dependencies = [
1134 "indexmap-nostd",
1135]
1136
1137[[package]]
1138name = "wast"
1139version = "35.0.2"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
1142dependencies = [
1143 "leb128",
1144]
1145
1146[[package]]
1147name = "wast"
1148version = "62.0.1"
1149source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "b8ae06f09dbe377b889fbd620ff8fa21e1d49d1d9d364983c0cdbf9870cb9f1f"
1151dependencies = [
1152 "leb128",
1153 "memchr",
1154 "unicode-width",
1155 "wasm-encoder 0.31.1",
1156]
1157
1158[[package]]
1159name = "wast"
1160version = "64.0.0"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "a259b226fd6910225aa7baeba82f9d9933b6d00f2ce1b49b80fa4214328237cc"
1163dependencies = [
1164 "leb128",
1165 "memchr",
1166 "unicode-width",
1167 "wasm-encoder 0.32.0",
1168]
1169
1170[[package]]
1171name = "wat"
1172version = "1.0.71"
1173source = "registry+https://github.com/rust-lang/crates.io-index"
1174checksum = "53253d920ab413fca1c7dc2161d601c79b4fdf631d0ba51dd4343bf9b556c3f6"
1175dependencies = [
1176 "wast 64.0.0",
1177]
1178
1179[[package]]
1180name = "wiggle"
1181version = "2.0.2"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "211ef4d238fd83bbe6f1bc57f3e2e20dc8b1f999188be252e7a535b696c6f84f"
1184dependencies = [
1185 "anyhow",
1186 "async-trait",
1187 "bitflags 1.3.2",
1188 "thiserror",
1189 "tracing",
1190 "wiggle-macro",
1191 "witx",
1192]
1193
1194[[package]]
1195name = "wiggle-generate"
1196version = "2.0.2"
1197source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "63feec26b2fc3708c7a63316949ca75dd96988f03a17e4cb8d533dc62587ada4"
1199dependencies = [
1200 "anyhow",
1201 "heck",
1202 "proc-macro2",
1203 "quote",
1204 "shellexpand",
1205 "syn 1.0.109",
1206 "witx",
1207]
1208
1209[[package]]
1210name = "wiggle-macro"
1211version = "2.0.2"
1212source = "registry+https://github.com/rust-lang/crates.io-index"
1213checksum = "494dc2646618c2b7fb0ec5e1d27dbac5ca31194c00a64698a4b5b35a83d80c21"
1214dependencies = [
1215 "proc-macro2",
1216 "quote",
1217 "syn 1.0.109",
1218 "wiggle-generate",
1219]
1220
1221[[package]]
1222name = "winapi"
1223version = "0.3.9"
1224source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1226dependencies = [
1227 "winapi-i686-pc-windows-gnu",
1228 "winapi-x86_64-pc-windows-gnu",
1229]
1230
1231[[package]]
1232name = "winapi-i686-pc-windows-gnu"
1233version = "0.4.0"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1236
1237[[package]]
1238name = "winapi-util"
1239version = "0.1.5"
1240source = "registry+https://github.com/rust-lang/crates.io-index"
1241checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1242dependencies = [
1243 "winapi",
1244]
1245
1246[[package]]
1247name = "winapi-x86_64-pc-windows-gnu"
1248version = "0.4.0"
1249source = "registry+https://github.com/rust-lang/crates.io-index"
1250checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1251
1252[[package]]
1253name = "windows-sys"
1254version = "0.36.1"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
1257dependencies = [
1258 "windows_aarch64_msvc 0.36.1",
1259 "windows_i686_gnu 0.36.1",
1260 "windows_i686_msvc 0.36.1",
1261 "windows_x86_64_gnu 0.36.1",
1262 "windows_x86_64_msvc 0.36.1",
1263]
1264
1265[[package]]
1266name = "windows-sys"
1267version = "0.42.0"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
1270dependencies = [
1271 "windows_aarch64_gnullvm 0.42.2",
1272 "windows_aarch64_msvc 0.42.2",
1273 "windows_i686_gnu 0.42.2",
1274 "windows_i686_msvc 0.42.2",
1275 "windows_x86_64_gnu 0.42.2",
1276 "windows_x86_64_gnullvm 0.42.2",
1277 "windows_x86_64_msvc 0.42.2",
1278]
1279
1280[[package]]
1281name = "windows-sys"
1282version = "0.48.0"
1283source = "registry+https://github.com/rust-lang/crates.io-index"
1284checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1285dependencies = [
1286 "windows-targets",
1287]
1288
1289[[package]]
1290name = "windows-targets"
1291version = "0.48.5"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1294dependencies = [
1295 "windows_aarch64_gnullvm 0.48.5",
1296 "windows_aarch64_msvc 0.48.5",
1297 "windows_i686_gnu 0.48.5",
1298 "windows_i686_msvc 0.48.5",
1299 "windows_x86_64_gnu 0.48.5",
1300 "windows_x86_64_gnullvm 0.48.5",
1301 "windows_x86_64_msvc 0.48.5",
1302]
1303
1304[[package]]
1305name = "windows_aarch64_gnullvm"
1306version = "0.42.2"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
1309
1310[[package]]
1311name = "windows_aarch64_gnullvm"
1312version = "0.48.5"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1315
1316[[package]]
1317name = "windows_aarch64_msvc"
1318version = "0.36.1"
1319source = "registry+https://github.com/rust-lang/crates.io-index"
1320checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
1321
1322[[package]]
1323name = "windows_aarch64_msvc"
1324version = "0.42.2"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
1327
1328[[package]]
1329name = "windows_aarch64_msvc"
1330version = "0.48.5"
1331source = "registry+https://github.com/rust-lang/crates.io-index"
1332checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1333
1334[[package]]
1335name = "windows_i686_gnu"
1336version = "0.36.1"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
1339
1340[[package]]
1341name = "windows_i686_gnu"
1342version = "0.42.2"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
1345
1346[[package]]
1347name = "windows_i686_gnu"
1348version = "0.48.5"
1349source = "registry+https://github.com/rust-lang/crates.io-index"
1350checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1351
1352[[package]]
1353name = "windows_i686_msvc"
1354version = "0.36.1"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
1357
1358[[package]]
1359name = "windows_i686_msvc"
1360version = "0.42.2"
1361source = "registry+https://github.com/rust-lang/crates.io-index"
1362checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
1363
1364[[package]]
1365name = "windows_i686_msvc"
1366version = "0.48.5"
1367source = "registry+https://github.com/rust-lang/crates.io-index"
1368checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1369
1370[[package]]
1371name = "windows_x86_64_gnu"
1372version = "0.36.1"
1373source = "registry+https://github.com/rust-lang/crates.io-index"
1374checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
1375
1376[[package]]
1377name = "windows_x86_64_gnu"
1378version = "0.42.2"
1379source = "registry+https://github.com/rust-lang/crates.io-index"
1380checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
1381
1382[[package]]
1383name = "windows_x86_64_gnu"
1384version = "0.48.5"
1385source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1387
1388[[package]]
1389name = "windows_x86_64_gnullvm"
1390version = "0.42.2"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
1393
1394[[package]]
1395name = "windows_x86_64_gnullvm"
1396version = "0.48.5"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1399
1400[[package]]
1401name = "windows_x86_64_msvc"
1402version = "0.36.1"
1403source = "registry+https://github.com/rust-lang/crates.io-index"
1404checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
1405
1406[[package]]
1407name = "windows_x86_64_msvc"
1408version = "0.42.2"
1409source = "registry+https://github.com/rust-lang/crates.io-index"
1410checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
1411
1412[[package]]
1413name = "windows_x86_64_msvc"
1414version = "0.48.5"
1415source = "registry+https://github.com/rust-lang/crates.io-index"
1416checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1417
1418[[package]]
1419name = "winx"
1420version = "0.33.0"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "b7b01e010390eb263a4518c8cebf86cb67469d1511c00b749a47b64c39e8054d"
1423dependencies = [
1424 "bitflags 1.3.2",
1425 "io-lifetimes",
1426 "windows-sys 0.36.1",
1427]
1428
1429[[package]]
1430name = "witx"
1431version = "0.9.1"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
1434dependencies = [
1435 "anyhow",
1436 "log",
1437 "thiserror",
1438 "wast 35.0.2",
1439]