1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "addr2line"
7version = "0.24.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.0"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
19
20[[package]]
21name = "adler32"
22version = "1.2.0"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
25
26[[package]]
27name = "aho-corasick"
28version = "1.1.3"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
31dependencies = [
32 "memchr",
33]
34
35[[package]]
36name = "android-tzdata"
37version = "0.1.1"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
40
41[[package]]
42name = "android_system_properties"
43version = "0.1.5"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
46dependencies = [
47 "libc",
48]
49
50[[package]]
51name = "anes"
52version = "0.1.6"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
55
56[[package]]
57name = "ansi_term"
58version = "0.12.1"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
61dependencies = [
62 "winapi",
63]
64
65[[package]]
66name = "anstream"
67version = "0.6.18"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
70dependencies = [
71 "anstyle",
72 "anstyle-parse",
73 "anstyle-query",
74 "anstyle-wincon",
75 "colorchoice",
76 "is_terminal_polyfill",
77 "utf8parse",
78]
79
80[[package]]
81name = "anstyle"
82version = "1.0.10"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
85
86[[package]]
87name = "anstyle-parse"
88version = "0.2.6"
89source = "registry+https://github.com/rust-lang/crates.io-index"
90checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
91dependencies = [
92 "utf8parse",
93]
94
95[[package]]
96name = "anstyle-query"
97version = "1.1.2"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
100dependencies = [
101 "windows-sys",
102]
103
104[[package]]
105name = "anstyle-wincon"
106version = "3.0.7"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
109dependencies = [
110 "anstyle",
111 "once_cell",
112 "windows-sys",
113]
114
115[[package]]
116name = "anyhow"
117version = "1.0.97"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
120
121[[package]]
122name = "ar"
123version = "0.9.0"
124source = "git+https://github.com/mdsteele/rust-ar?rev=03d664b#03d664bddb8cc5ebff598e715357b656f75221c1"
125
126[[package]]
127name = "arc-swap"
128version = "1.7.1"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
131
132[[package]]
133name = "async-trait"
134version = "0.1.88"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
137dependencies = [
138 "proc-macro2",
139 "quote",
140 "syn 2.0.100",
141]
142
143[[package]]
144name = "atty"
145version = "0.2.14"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
148dependencies = [
149 "hermit-abi 0.1.19",
150 "libc",
151 "winapi",
152]
153
154[[package]]
155name = "autocfg"
156version = "1.4.0"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
159
160[[package]]
161name = "backtrace"
162version = "0.3.74"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
165dependencies = [
166 "addr2line",
167 "cfg-if",
168 "libc",
169 "miniz_oxide",
170 "object",
171 "rustc-demangle",
172 "windows-targets",
173]
174
175[[package]]
176name = "better-panic"
177version = "0.3.0"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "6fa9e1d11a268684cbd90ed36370d7577afb6c62d912ddff5c15fc34343e5036"
180dependencies = [
181 "backtrace",
182 "console",
183]
184
185[[package]]
186name = "bitflags"
187version = "1.3.2"
188source = "registry+https://github.com/rust-lang/crates.io-index"
189checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
190
191[[package]]
192name = "bitflags"
193version = "2.9.0"
194source = "registry+https://github.com/rust-lang/crates.io-index"
195checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
196
197[[package]]
198name = "bitvec"
199version = "1.0.1"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
202dependencies = [
203 "funty",
204 "radium",
205 "tap",
206 "wyz",
207]
208
209[[package]]
210name = "block-buffer"
211version = "0.10.4"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
214dependencies = [
215 "generic-array",
216]
217
218[[package]]
219name = "borsh"
220version = "1.5.7"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
223dependencies = [
224 "cfg_aliases",
225]
226
227[[package]]
228name = "bumpalo"
229version = "3.17.0"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
232
233[[package]]
234name = "byteorder"
235version = "1.5.0"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
238
239[[package]]
240name = "bytes"
241version = "1.10.1"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
244
245[[package]]
246name = "cast"
247version = "0.3.0"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
250
251[[package]]
252name = "cc"
253version = "1.2.17"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "1fcb57c740ae1daf453ae85f16e37396f672b039e00d9d866e07ddb24e328e3a"
256dependencies = [
257 "shlex",
258]
259
260[[package]]
261name = "cfg-if"
262version = "1.0.0"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
265
266[[package]]
267name = "cfg_aliases"
268version = "0.2.1"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
271
272[[package]]
273name = "chrono"
274version = "0.4.40"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
277dependencies = [
278 "android-tzdata",
279 "iana-time-zone",
280 "js-sys",
281 "num-traits",
282 "wasm-bindgen",
283 "windows-link",
284]
285
286[[package]]
287name = "ciborium"
288version = "0.2.2"
289source = "registry+https://github.com/rust-lang/crates.io-index"
290checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
291dependencies = [
292 "ciborium-io",
293 "ciborium-ll",
294 "serde",
295]
296
297[[package]]
298name = "ciborium-io"
299version = "0.2.2"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
302
303[[package]]
304name = "ciborium-ll"
305version = "0.2.2"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
308dependencies = [
309 "ciborium-io",
310 "half",
311]
312
313[[package]]
314name = "clap"
315version = "3.2.25"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
318dependencies = [
319 "atty",
320 "bitflags 1.3.2",
321 "clap_lex 0.2.4",
322 "indexmap",
323 "strsim 0.10.0",
324 "termcolor",
325 "textwrap",
326]
327
328[[package]]
329name = "clap"
330version = "4.5.34"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
333dependencies = [
334 "clap_builder",
335 "clap_derive",
336]
337
338[[package]]
339name = "clap_builder"
340version = "4.5.34"
341source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
343dependencies = [
344 "anstream",
345 "anstyle",
346 "clap_lex 0.7.4",
347 "strsim 0.11.1",
348 "terminal_size",
349]
350
351[[package]]
352name = "clap_derive"
353version = "4.5.32"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
356dependencies = [
357 "heck",
358 "proc-macro2",
359 "quote",
360 "syn 2.0.100",
361]
362
363[[package]]
364name = "clap_lex"
365version = "0.2.4"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
368dependencies = [
369 "os_str_bytes",
370]
371
372[[package]]
373name = "clap_lex"
374version = "0.7.4"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
377
378[[package]]
379name = "cmake"
380version = "0.1.54"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
383dependencies = [
384 "cc",
385]
386
387[[package]]
388name = "colorchoice"
389version = "1.0.3"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
392
393[[package]]
394name = "console"
395version = "0.15.11"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
398dependencies = [
399 "encode_unicode",
400 "libc",
401 "once_cell",
402 "windows-sys",
403]
404
405[[package]]
406name = "const_format"
407version = "0.2.34"
408source = "registry+https://github.com/rust-lang/crates.io-index"
409checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd"
410dependencies = [
411 "const_format_proc_macros",
412]
413
414[[package]]
415name = "const_format_proc_macros"
416version = "0.2.34"
417source = "registry+https://github.com/rust-lang/crates.io-index"
418checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
419dependencies = [
420 "proc-macro2",
421 "quote",
422 "unicode-xid",
423]
424
425[[package]]
426name = "core-foundation-sys"
427version = "0.8.7"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
430
431[[package]]
432name = "cpufeatures"
433version = "0.2.17"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
436dependencies = [
437 "libc",
438]
439
440[[package]]
441name = "crc32fast"
442version = "1.4.2"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
445dependencies = [
446 "cfg-if",
447]
448
449[[package]]
450name = "criterion"
451version = "0.5.1"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
454dependencies = [
455 "anes",
456 "cast",
457 "ciborium",
458 "clap 4.5.34",
459 "criterion-plot",
460 "is-terminal",
461 "itertools 0.10.5",
462 "num-traits",
463 "once_cell",
464 "oorandom",
465 "plotters",
466 "rayon",
467 "regex",
468 "serde",
469 "serde_derive",
470 "serde_json",
471 "tinytemplate",
472 "walkdir",
473]
474
475[[package]]
476name = "criterion-plot"
477version = "0.5.0"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
480dependencies = [
481 "cast",
482 "itertools 0.10.5",
483]
484
485[[package]]
486name = "crossbeam-deque"
487version = "0.8.6"
488source = "registry+https://github.com/rust-lang/crates.io-index"
489checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
490dependencies = [
491 "crossbeam-epoch",
492 "crossbeam-utils",
493]
494
495[[package]]
496name = "crossbeam-epoch"
497version = "0.9.18"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
500dependencies = [
501 "crossbeam-utils",
502]
503
504[[package]]
505name = "crossbeam-utils"
506version = "0.8.21"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
509
510[[package]]
511name = "crunchy"
512version = "0.2.3"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
515
516[[package]]
517name = "crypto-common"
518version = "0.1.6"
519source = "registry+https://github.com/rust-lang/crates.io-index"
520checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
521dependencies = [
522 "generic-array",
523 "typenum",
524]
525
526[[package]]
527name = "digest"
528version = "0.10.7"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
531dependencies = [
532 "block-buffer",
533 "crypto-common",
534]
535
536[[package]]
537name = "dynasm"
538version = "1.2.3"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "add9a102807b524ec050363f09e06f1504214b0e1c7797f64261c891022dce8b"
541dependencies = [
542 "bitflags 1.3.2",
543 "byteorder",
544 "lazy_static",
545 "proc-macro-error",
546 "proc-macro2",
547 "quote",
548 "syn 1.0.109",
549]
550
551[[package]]
552name = "dynasmrt"
553version = "1.2.3"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "64fba5a42bd76a17cad4bfa00de168ee1cbfa06a5e8ce992ae880218c05641a9"
556dependencies = [
557 "byteorder",
558 "dynasm",
559 "memmap2",
560]
561
562[[package]]
563name = "either"
564version = "1.15.0"
565source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
567
568[[package]]
569name = "encode_unicode"
570version = "1.0.0"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
573
574[[package]]
575name = "errno"
576version = "0.3.10"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
579dependencies = [
580 "libc",
581 "windows-sys",
582]
583
584[[package]]
585name = "fern"
586version = "0.7.1"
587source = "registry+https://github.com/rust-lang/crates.io-index"
588checksum = "4316185f709b23713e41e3195f90edef7fb00c3ed4adc79769cf09cc762a3b29"
589dependencies = [
590 "log",
591]
592
593[[package]]
594name = "flate2"
595version = "1.1.0"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc"
598dependencies = [
599 "crc32fast",
600 "miniz_oxide",
601]
602
603[[package]]
604name = "funty"
605version = "2.0.0"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
608
609[[package]]
610name = "generic-array"
611version = "0.14.7"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
614dependencies = [
615 "typenum",
616 "version_check",
617]
618
619[[package]]
620name = "gimli"
621version = "0.31.1"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
624
625[[package]]
626name = "goblin"
627version = "0.9.3"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
630dependencies = [
631 "log",
632 "plain",
633 "scroll",
634]
635
636[[package]]
637name = "half"
638version = "2.5.0"
639source = "registry+https://github.com/rust-lang/crates.io-index"
640checksum = "7db2ff139bba50379da6aa0766b52fdcb62cb5b263009b09ed58ba604e14bbd1"
641dependencies = [
642 "cfg-if",
643 "crunchy",
644]
645
646[[package]]
647name = "hashbrown"
648version = "0.12.3"
649source = "registry+https://github.com/rust-lang/crates.io-index"
650checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
651
652[[package]]
653name = "heck"
654version = "0.5.0"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
657
658[[package]]
659name = "hermit-abi"
660version = "0.1.19"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
663dependencies = [
664 "libc",
665]
666
667[[package]]
668name = "hermit-abi"
669version = "0.5.0"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
672
673[[package]]
674name = "hex"
675version = "0.4.3"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
678
679[[package]]
680name = "hexyl"
681version = "0.15.0"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "42852ba75d3155575dd9e1d801ddab5f5db6e38c430ba784563f7a6b517829a6"
684dependencies = [
685 "anyhow",
686 "clap 4.5.34",
687 "const_format",
688 "libc",
689 "owo-colors",
690 "supports-color",
691 "terminal_size",
692 "thiserror 1.0.69",
693]
694
695[[package]]
696name = "iana-time-zone"
697version = "0.1.63"
698source = "registry+https://github.com/rust-lang/crates.io-index"
699checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
700dependencies = [
701 "android_system_properties",
702 "core-foundation-sys",
703 "iana-time-zone-haiku",
704 "js-sys",
705 "log",
706 "wasm-bindgen",
707 "windows-core",
708]
709
710[[package]]
711name = "iana-time-zone-haiku"
712version = "0.1.2"
713source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
715dependencies = [
716 "cc",
717]
718
719[[package]]
720name = "indexmap"
721version = "1.9.3"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
724dependencies = [
725 "autocfg",
726 "hashbrown",
727]
728
729[[package]]
730name = "indoc"
731version = "2.0.6"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
734
735[[package]]
736name = "inflate"
737version = "0.4.5"
738source = "registry+https://github.com/rust-lang/crates.io-index"
739checksum = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff"
740dependencies = [
741 "adler32",
742]
743
744[[package]]
745name = "is-terminal"
746version = "0.4.16"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
749dependencies = [
750 "hermit-abi 0.5.0",
751 "libc",
752 "windows-sys",
753]
754
755[[package]]
756name = "is_ci"
757version = "1.2.0"
758source = "registry+https://github.com/rust-lang/crates.io-index"
759checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
760
761[[package]]
762name = "is_terminal_polyfill"
763version = "1.70.1"
764source = "registry+https://github.com/rust-lang/crates.io-index"
765checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
766
767[[package]]
768name = "itertools"
769version = "0.10.5"
770source = "registry+https://github.com/rust-lang/crates.io-index"
771checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
772dependencies = [
773 "either",
774]
775
776[[package]]
777name = "itertools"
778version = "0.14.0"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
781dependencies = [
782 "either",
783]
784
785[[package]]
786name = "itoa"
787version = "1.0.15"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
790
791[[package]]
792name = "js-sys"
793version = "0.3.77"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
796dependencies = [
797 "once_cell",
798 "wasm-bindgen",
799]
800
801[[package]]
802name = "lancelot"
803version = "0.9.7"
804dependencies = [
805 "ansi_term",
806 "anyhow",
807 "bitflags 1.3.2",
808 "bitvec",
809 "byteorder",
810 "chrono",
811 "criterion",
812 "dynasm",
813 "dynasmrt",
814 "fern",
815 "goblin",
816 "lancelot-flirt",
817 "lazy_static",
818 "log",
819 "object",
820 "prost",
821 "regex",
822 "smallvec",
823 "smol_str",
824 "thiserror 2.0.12",
825 "unicorn-engine",
826 "widestring",
827 "zydis",
828]
829
830[[package]]
831name = "lancelot-bin"
832version = "0.9.7"
833dependencies = [
834 "ansi_term",
835 "anyhow",
836 "ar",
837 "better-panic",
838 "chrono",
839 "clap 3.2.25",
840 "fern",
841 "goblin",
842 "hex",
843 "hexyl",
844 "lancelot",
845 "lancelot-flirt",
846 "log",
847 "serde_json",
848 "sha256",
849 "thiserror 2.0.12",
850]
851
852[[package]]
853name = "lancelot-flirt"
854version = "0.9.7"
855dependencies = [
856 "anyhow",
857 "better-panic",
858 "bitflags 1.3.2",
859 "bitvec",
860 "chrono",
861 "clap 3.2.25",
862 "criterion",
863 "fern",
864 "inflate",
865 "log",
866 "nom",
867 "regex",
868 "smallvec",
869 "thiserror 2.0.12",
870]
871
872[[package]]
873name = "lazy_static"
874version = "1.5.0"
875source = "registry+https://github.com/rust-lang/crates.io-index"
876checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
877
878[[package]]
879name = "libc"
880version = "0.2.171"
881source = "registry+https://github.com/rust-lang/crates.io-index"
882checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
883
884[[package]]
885name = "linux-raw-sys"
886version = "0.9.3"
887source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413"
889
890[[package]]
891name = "log"
892version = "0.4.27"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
895
896[[package]]
897name = "memchr"
898version = "2.7.4"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
901
902[[package]]
903name = "memmap2"
904version = "0.5.10"
905source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
907dependencies = [
908 "libc",
909]
910
911[[package]]
912name = "memoffset"
913version = "0.9.1"
914source = "registry+https://github.com/rust-lang/crates.io-index"
915checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
916dependencies = [
917 "autocfg",
918]
919
920[[package]]
921name = "minimal-lexical"
922version = "0.2.1"
923source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
925
926[[package]]
927name = "miniz_oxide"
928version = "0.8.5"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
931dependencies = [
932 "adler2",
933]
934
935[[package]]
936name = "nom"
937version = "7.1.3"
938source = "registry+https://github.com/rust-lang/crates.io-index"
939checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
940dependencies = [
941 "memchr",
942 "minimal-lexical",
943]
944
945[[package]]
946name = "num-traits"
947version = "0.2.19"
948source = "registry+https://github.com/rust-lang/crates.io-index"
949checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
950dependencies = [
951 "autocfg",
952]
953
954[[package]]
955name = "object"
956version = "0.36.7"
957source = "registry+https://github.com/rust-lang/crates.io-index"
958checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
959dependencies = [
960 "flate2",
961 "memchr",
962 "ruzstd",
963]
964
965[[package]]
966name = "once_cell"
967version = "1.21.3"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
970
971[[package]]
972name = "oorandom"
973version = "11.1.5"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
976
977[[package]]
978name = "os_str_bytes"
979version = "6.6.1"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
982
983[[package]]
984name = "owo-colors"
985version = "4.2.0"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "1036865bb9422d3300cf723f657c2851d0e9ab12567854b1f4eba3d77decf564"
988
989[[package]]
990name = "pin-project-lite"
991version = "0.2.16"
992source = "registry+https://github.com/rust-lang/crates.io-index"
993checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
994
995[[package]]
996name = "pkg-config"
997version = "0.3.32"
998source = "registry+https://github.com/rust-lang/crates.io-index"
999checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1000
1001[[package]]
1002name = "plain"
1003version = "0.2.3"
1004source = "registry+https://github.com/rust-lang/crates.io-index"
1005checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
1006
1007[[package]]
1008name = "plotters"
1009version = "0.3.7"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
1012dependencies = [
1013 "num-traits",
1014 "plotters-backend",
1015 "plotters-svg",
1016 "wasm-bindgen",
1017 "web-sys",
1018]
1019
1020[[package]]
1021name = "plotters-backend"
1022version = "0.3.7"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
1025
1026[[package]]
1027name = "plotters-svg"
1028version = "0.3.7"
1029source = "registry+https://github.com/rust-lang/crates.io-index"
1030checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
1031dependencies = [
1032 "plotters-backend",
1033]
1034
1035[[package]]
1036name = "portable-atomic"
1037version = "1.11.0"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
1040
1041[[package]]
1042name = "proc-macro-error"
1043version = "1.0.4"
1044source = "registry+https://github.com/rust-lang/crates.io-index"
1045checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1046dependencies = [
1047 "proc-macro-error-attr",
1048 "proc-macro2",
1049 "quote",
1050 "syn 1.0.109",
1051 "version_check",
1052]
1053
1054[[package]]
1055name = "proc-macro-error-attr"
1056version = "1.0.4"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
1059dependencies = [
1060 "proc-macro2",
1061 "quote",
1062 "version_check",
1063]
1064
1065[[package]]
1066name = "proc-macro2"
1067version = "1.0.94"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
1070dependencies = [
1071 "unicode-ident",
1072]
1073
1074[[package]]
1075name = "prost"
1076version = "0.13.5"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
1079dependencies = [
1080 "bytes",
1081 "prost-derive",
1082]
1083
1084[[package]]
1085name = "prost-derive"
1086version = "0.13.5"
1087source = "registry+https://github.com/rust-lang/crates.io-index"
1088checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
1089dependencies = [
1090 "anyhow",
1091 "itertools 0.14.0",
1092 "proc-macro2",
1093 "quote",
1094 "syn 2.0.100",
1095]
1096
1097[[package]]
1098name = "pylancelot"
1099version = "0.9.7"
1100dependencies = [
1101 "anyhow",
1102 "lancelot",
1103 "pyo3",
1104 "pyo3-log",
1105 "sha256",
1106]
1107
1108[[package]]
1109name = "pyo3"
1110version = "0.22.6"
1111source = "registry+https://github.com/rust-lang/crates.io-index"
1112checksum = "f402062616ab18202ae8319da13fa4279883a2b8a9d9f83f20dbade813ce1884"
1113dependencies = [
1114 "cfg-if",
1115 "indoc",
1116 "libc",
1117 "memoffset",
1118 "once_cell",
1119 "portable-atomic",
1120 "pyo3-build-config",
1121 "pyo3-ffi",
1122 "pyo3-macros",
1123 "unindent",
1124]
1125
1126[[package]]
1127name = "pyo3-build-config"
1128version = "0.22.6"
1129source = "registry+https://github.com/rust-lang/crates.io-index"
1130checksum = "b14b5775b5ff446dd1056212d778012cbe8a0fbffd368029fd9e25b514479c38"
1131dependencies = [
1132 "once_cell",
1133 "target-lexicon",
1134]
1135
1136[[package]]
1137name = "pyo3-ffi"
1138version = "0.22.6"
1139source = "registry+https://github.com/rust-lang/crates.io-index"
1140checksum = "9ab5bcf04a2cdcbb50c7d6105de943f543f9ed92af55818fd17b660390fc8636"
1141dependencies = [
1142 "libc",
1143 "pyo3-build-config",
1144]
1145
1146[[package]]
1147name = "pyo3-log"
1148version = "0.11.0"
1149source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "3ac84e6eec1159bc2a575c9ae6723baa6ee9d45873e9bebad1e3ad7e8d28a443"
1151dependencies = [
1152 "arc-swap",
1153 "log",
1154 "pyo3",
1155]
1156
1157[[package]]
1158name = "pyo3-macros"
1159version = "0.22.6"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "0fd24d897903a9e6d80b968368a34e1525aeb719d568dba8b3d4bfa5dc67d453"
1162dependencies = [
1163 "proc-macro2",
1164 "pyo3-macros-backend",
1165 "quote",
1166 "syn 2.0.100",
1167]
1168
1169[[package]]
1170name = "pyo3-macros-backend"
1171version = "0.22.6"
1172source = "registry+https://github.com/rust-lang/crates.io-index"
1173checksum = "36c011a03ba1e50152b4b394b479826cad97e7a21eb52df179cd91ac411cbfbe"
1174dependencies = [
1175 "heck",
1176 "proc-macro2",
1177 "pyo3-build-config",
1178 "quote",
1179 "syn 2.0.100",
1180]
1181
1182[[package]]
1183name = "python-flirt"
1184version = "0.9.7"
1185dependencies = [
1186 "anyhow",
1187 "lancelot-flirt",
1188 "pyo3",
1189]
1190
1191[[package]]
1192name = "quote"
1193version = "1.0.40"
1194source = "registry+https://github.com/rust-lang/crates.io-index"
1195checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
1196dependencies = [
1197 "proc-macro2",
1198]
1199
1200[[package]]
1201name = "radium"
1202version = "0.7.0"
1203source = "registry+https://github.com/rust-lang/crates.io-index"
1204checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
1205
1206[[package]]
1207name = "rayon"
1208version = "1.10.0"
1209source = "registry+https://github.com/rust-lang/crates.io-index"
1210checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
1211dependencies = [
1212 "either",
1213 "rayon-core",
1214]
1215
1216[[package]]
1217name = "rayon-core"
1218version = "1.12.1"
1219source = "registry+https://github.com/rust-lang/crates.io-index"
1220checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
1221dependencies = [
1222 "crossbeam-deque",
1223 "crossbeam-utils",
1224]
1225
1226[[package]]
1227name = "regex"
1228version = "1.11.1"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
1231dependencies = [
1232 "aho-corasick",
1233 "memchr",
1234 "regex-automata",
1235 "regex-syntax",
1236]
1237
1238[[package]]
1239name = "regex-automata"
1240version = "0.4.9"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
1243dependencies = [
1244 "aho-corasick",
1245 "memchr",
1246 "regex-syntax",
1247]
1248
1249[[package]]
1250name = "regex-syntax"
1251version = "0.8.5"
1252source = "registry+https://github.com/rust-lang/crates.io-index"
1253checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
1254
1255[[package]]
1256name = "rustc-demangle"
1257version = "0.1.24"
1258source = "registry+https://github.com/rust-lang/crates.io-index"
1259checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
1260
1261[[package]]
1262name = "rustix"
1263version = "1.0.3"
1264source = "registry+https://github.com/rust-lang/crates.io-index"
1265checksum = "e56a18552996ac8d29ecc3b190b4fdbb2d91ca4ec396de7bbffaf43f3d637e96"
1266dependencies = [
1267 "bitflags 2.9.0",
1268 "errno",
1269 "libc",
1270 "linux-raw-sys",
1271 "windows-sys",
1272]
1273
1274[[package]]
1275name = "rustversion"
1276version = "1.0.20"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
1279
1280[[package]]
1281name = "ruzstd"
1282version = "0.7.3"
1283source = "registry+https://github.com/rust-lang/crates.io-index"
1284checksum = "fad02996bfc73da3e301efe90b1837be9ed8f4a462b6ed410aa35d00381de89f"
1285dependencies = [
1286 "twox-hash",
1287]
1288
1289[[package]]
1290name = "ryu"
1291version = "1.0.20"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1294
1295[[package]]
1296name = "same-file"
1297version = "1.0.6"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1300dependencies = [
1301 "winapi-util",
1302]
1303
1304[[package]]
1305name = "scroll"
1306version = "0.12.0"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
1309dependencies = [
1310 "scroll_derive",
1311]
1312
1313[[package]]
1314name = "scroll_derive"
1315version = "0.12.0"
1316source = "registry+https://github.com/rust-lang/crates.io-index"
1317checksum = "7f81c2fde025af7e69b1d1420531c8a8811ca898919db177141a85313b1cb932"
1318dependencies = [
1319 "proc-macro2",
1320 "quote",
1321 "syn 2.0.100",
1322]
1323
1324[[package]]
1325name = "serde"
1326version = "1.0.219"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
1329dependencies = [
1330 "serde_derive",
1331]
1332
1333[[package]]
1334name = "serde_derive"
1335version = "1.0.219"
1336source = "registry+https://github.com/rust-lang/crates.io-index"
1337checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
1338dependencies = [
1339 "proc-macro2",
1340 "quote",
1341 "syn 2.0.100",
1342]
1343
1344[[package]]
1345name = "serde_json"
1346version = "1.0.140"
1347source = "registry+https://github.com/rust-lang/crates.io-index"
1348checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
1349dependencies = [
1350 "itoa",
1351 "memchr",
1352 "ryu",
1353 "serde",
1354]
1355
1356[[package]]
1357name = "sha2"
1358version = "0.10.8"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
1361dependencies = [
1362 "cfg-if",
1363 "cpufeatures",
1364 "digest",
1365]
1366
1367[[package]]
1368name = "sha256"
1369version = "1.6.0"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "f880fc8562bdeb709793f00eb42a2ad0e672c4f883bbe59122b926eca935c8f6"
1372dependencies = [
1373 "async-trait",
1374 "bytes",
1375 "hex",
1376 "sha2",
1377 "tokio",
1378]
1379
1380[[package]]
1381name = "shlex"
1382version = "1.3.0"
1383source = "registry+https://github.com/rust-lang/crates.io-index"
1384checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1385
1386[[package]]
1387name = "smallvec"
1388version = "1.14.0"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
1391
1392[[package]]
1393name = "smol_str"
1394version = "0.3.2"
1395source = "registry+https://github.com/rust-lang/crates.io-index"
1396checksum = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d"
1397dependencies = [
1398 "borsh",
1399 "serde",
1400]
1401
1402[[package]]
1403name = "static_assertions"
1404version = "1.1.0"
1405source = "registry+https://github.com/rust-lang/crates.io-index"
1406checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1407
1408[[package]]
1409name = "strsim"
1410version = "0.10.0"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1413
1414[[package]]
1415name = "strsim"
1416version = "0.11.1"
1417source = "registry+https://github.com/rust-lang/crates.io-index"
1418checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1419
1420[[package]]
1421name = "supports-color"
1422version = "3.0.2"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6"
1425dependencies = [
1426 "is_ci",
1427]
1428
1429[[package]]
1430name = "syn"
1431version = "1.0.109"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1434dependencies = [
1435 "proc-macro2",
1436 "quote",
1437 "unicode-ident",
1438]
1439
1440[[package]]
1441name = "syn"
1442version = "2.0.100"
1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
1445dependencies = [
1446 "proc-macro2",
1447 "quote",
1448 "unicode-ident",
1449]
1450
1451[[package]]
1452name = "tap"
1453version = "1.0.1"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
1455checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
1456
1457[[package]]
1458name = "target-lexicon"
1459version = "0.12.16"
1460source = "registry+https://github.com/rust-lang/crates.io-index"
1461checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
1462
1463[[package]]
1464name = "termcolor"
1465version = "1.4.1"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
1468dependencies = [
1469 "winapi-util",
1470]
1471
1472[[package]]
1473name = "terminal_size"
1474version = "0.4.2"
1475source = "registry+https://github.com/rust-lang/crates.io-index"
1476checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
1477dependencies = [
1478 "rustix",
1479 "windows-sys",
1480]
1481
1482[[package]]
1483name = "textwrap"
1484version = "0.16.2"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
1487
1488[[package]]
1489name = "thiserror"
1490version = "1.0.69"
1491source = "registry+https://github.com/rust-lang/crates.io-index"
1492checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1493dependencies = [
1494 "thiserror-impl 1.0.69",
1495]
1496
1497[[package]]
1498name = "thiserror"
1499version = "2.0.12"
1500source = "registry+https://github.com/rust-lang/crates.io-index"
1501checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
1502dependencies = [
1503 "thiserror-impl 2.0.12",
1504]
1505
1506[[package]]
1507name = "thiserror-impl"
1508version = "1.0.69"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1511dependencies = [
1512 "proc-macro2",
1513 "quote",
1514 "syn 2.0.100",
1515]
1516
1517[[package]]
1518name = "thiserror-impl"
1519version = "2.0.12"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
1522dependencies = [
1523 "proc-macro2",
1524 "quote",
1525 "syn 2.0.100",
1526]
1527
1528[[package]]
1529name = "tinytemplate"
1530version = "1.2.1"
1531source = "registry+https://github.com/rust-lang/crates.io-index"
1532checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
1533dependencies = [
1534 "serde",
1535 "serde_json",
1536]
1537
1538[[package]]
1539name = "tokio"
1540version = "1.44.1"
1541source = "registry+https://github.com/rust-lang/crates.io-index"
1542checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
1543dependencies = [
1544 "backtrace",
1545 "bytes",
1546 "pin-project-lite",
1547]
1548
1549[[package]]
1550name = "twox-hash"
1551version = "1.6.3"
1552source = "registry+https://github.com/rust-lang/crates.io-index"
1553checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
1554dependencies = [
1555 "cfg-if",
1556 "static_assertions",
1557]
1558
1559[[package]]
1560name = "typenum"
1561version = "1.18.0"
1562source = "registry+https://github.com/rust-lang/crates.io-index"
1563checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
1564
1565[[package]]
1566name = "unicode-ident"
1567version = "1.0.18"
1568source = "registry+https://github.com/rust-lang/crates.io-index"
1569checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
1570
1571[[package]]
1572name = "unicode-xid"
1573version = "0.2.6"
1574source = "registry+https://github.com/rust-lang/crates.io-index"
1575checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1576
1577[[package]]
1578name = "unicorn-engine"
1579version = "2.1.3"
1580source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "827118d4fdedff61086fe435c6bd84f9f7e2f189a7d0fdcffdb788b23cea10d8"
1582dependencies = [
1583 "bitflags 2.9.0",
1584 "cc",
1585 "cmake",
1586 "libc",
1587 "pkg-config",
1588]
1589
1590[[package]]
1591name = "unindent"
1592version = "0.2.4"
1593source = "registry+https://github.com/rust-lang/crates.io-index"
1594checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
1595
1596[[package]]
1597name = "utf8parse"
1598version = "0.2.2"
1599source = "registry+https://github.com/rust-lang/crates.io-index"
1600checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1601
1602[[package]]
1603name = "version_check"
1604version = "0.9.5"
1605source = "registry+https://github.com/rust-lang/crates.io-index"
1606checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1607
1608[[package]]
1609name = "walkdir"
1610version = "2.5.0"
1611source = "registry+https://github.com/rust-lang/crates.io-index"
1612checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1613dependencies = [
1614 "same-file",
1615 "winapi-util",
1616]
1617
1618[[package]]
1619name = "wasm-bindgen"
1620version = "0.2.100"
1621source = "registry+https://github.com/rust-lang/crates.io-index"
1622checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
1623dependencies = [
1624 "cfg-if",
1625 "once_cell",
1626 "rustversion",
1627 "wasm-bindgen-macro",
1628]
1629
1630[[package]]
1631name = "wasm-bindgen-backend"
1632version = "0.2.100"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
1635dependencies = [
1636 "bumpalo",
1637 "log",
1638 "proc-macro2",
1639 "quote",
1640 "syn 2.0.100",
1641 "wasm-bindgen-shared",
1642]
1643
1644[[package]]
1645name = "wasm-bindgen-macro"
1646version = "0.2.100"
1647source = "registry+https://github.com/rust-lang/crates.io-index"
1648checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
1649dependencies = [
1650 "quote",
1651 "wasm-bindgen-macro-support",
1652]
1653
1654[[package]]
1655name = "wasm-bindgen-macro-support"
1656version = "0.2.100"
1657source = "registry+https://github.com/rust-lang/crates.io-index"
1658checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
1659dependencies = [
1660 "proc-macro2",
1661 "quote",
1662 "syn 2.0.100",
1663 "wasm-bindgen-backend",
1664 "wasm-bindgen-shared",
1665]
1666
1667[[package]]
1668name = "wasm-bindgen-shared"
1669version = "0.2.100"
1670source = "registry+https://github.com/rust-lang/crates.io-index"
1671checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
1672dependencies = [
1673 "unicode-ident",
1674]
1675
1676[[package]]
1677name = "web-sys"
1678version = "0.3.77"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
1681dependencies = [
1682 "js-sys",
1683 "wasm-bindgen",
1684]
1685
1686[[package]]
1687name = "widestring"
1688version = "1.2.0"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d"
1691
1692[[package]]
1693name = "winapi"
1694version = "0.3.9"
1695source = "registry+https://github.com/rust-lang/crates.io-index"
1696checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1697dependencies = [
1698 "winapi-i686-pc-windows-gnu",
1699 "winapi-x86_64-pc-windows-gnu",
1700]
1701
1702[[package]]
1703name = "winapi-i686-pc-windows-gnu"
1704version = "0.4.0"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1707
1708[[package]]
1709name = "winapi-util"
1710version = "0.1.9"
1711source = "registry+https://github.com/rust-lang/crates.io-index"
1712checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
1713dependencies = [
1714 "windows-sys",
1715]
1716
1717[[package]]
1718name = "winapi-x86_64-pc-windows-gnu"
1719version = "0.4.0"
1720source = "registry+https://github.com/rust-lang/crates.io-index"
1721checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1722
1723[[package]]
1724name = "windows-core"
1725version = "0.61.0"
1726source = "registry+https://github.com/rust-lang/crates.io-index"
1727checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
1728dependencies = [
1729 "windows-implement",
1730 "windows-interface",
1731 "windows-link",
1732 "windows-result",
1733 "windows-strings",
1734]
1735
1736[[package]]
1737name = "windows-implement"
1738version = "0.60.0"
1739source = "registry+https://github.com/rust-lang/crates.io-index"
1740checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
1741dependencies = [
1742 "proc-macro2",
1743 "quote",
1744 "syn 2.0.100",
1745]
1746
1747[[package]]
1748name = "windows-interface"
1749version = "0.59.1"
1750source = "registry+https://github.com/rust-lang/crates.io-index"
1751checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
1752dependencies = [
1753 "proc-macro2",
1754 "quote",
1755 "syn 2.0.100",
1756]
1757
1758[[package]]
1759name = "windows-link"
1760version = "0.1.1"
1761source = "registry+https://github.com/rust-lang/crates.io-index"
1762checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
1763
1764[[package]]
1765name = "windows-result"
1766version = "0.3.2"
1767source = "registry+https://github.com/rust-lang/crates.io-index"
1768checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
1769dependencies = [
1770 "windows-link",
1771]
1772
1773[[package]]
1774name = "windows-strings"
1775version = "0.4.0"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
1778dependencies = [
1779 "windows-link",
1780]
1781
1782[[package]]
1783name = "windows-sys"
1784version = "0.59.0"
1785source = "registry+https://github.com/rust-lang/crates.io-index"
1786checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1787dependencies = [
1788 "windows-targets",
1789]
1790
1791[[package]]
1792name = "windows-targets"
1793version = "0.52.6"
1794source = "registry+https://github.com/rust-lang/crates.io-index"
1795checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1796dependencies = [
1797 "windows_aarch64_gnullvm",
1798 "windows_aarch64_msvc",
1799 "windows_i686_gnu",
1800 "windows_i686_gnullvm",
1801 "windows_i686_msvc",
1802 "windows_x86_64_gnu",
1803 "windows_x86_64_gnullvm",
1804 "windows_x86_64_msvc",
1805]
1806
1807[[package]]
1808name = "windows_aarch64_gnullvm"
1809version = "0.52.6"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1812
1813[[package]]
1814name = "windows_aarch64_msvc"
1815version = "0.52.6"
1816source = "registry+https://github.com/rust-lang/crates.io-index"
1817checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1818
1819[[package]]
1820name = "windows_i686_gnu"
1821version = "0.52.6"
1822source = "registry+https://github.com/rust-lang/crates.io-index"
1823checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1824
1825[[package]]
1826name = "windows_i686_gnullvm"
1827version = "0.52.6"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1830
1831[[package]]
1832name = "windows_i686_msvc"
1833version = "0.52.6"
1834source = "registry+https://github.com/rust-lang/crates.io-index"
1835checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1836
1837[[package]]
1838name = "windows_x86_64_gnu"
1839version = "0.52.6"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1842
1843[[package]]
1844name = "windows_x86_64_gnullvm"
1845version = "0.52.6"
1846source = "registry+https://github.com/rust-lang/crates.io-index"
1847checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1848
1849[[package]]
1850name = "windows_x86_64_msvc"
1851version = "0.52.6"
1852source = "registry+https://github.com/rust-lang/crates.io-index"
1853checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1854
1855[[package]]
1856name = "wyz"
1857version = "0.5.1"
1858source = "registry+https://github.com/rust-lang/crates.io-index"
1859checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
1860dependencies = [
1861 "tap",
1862]
1863
1864[[package]]
1865name = "zydis"
1866version = "3.1.3"
1867source = "registry+https://github.com/rust-lang/crates.io-index"
1868checksum = "bfc13daee87922e0d6dc6137327be10327ad1cee0515ec775f898206193aaeb8"
1869dependencies = [
1870 "bitflags 1.3.2",
1871 "cmake",
1872 "serde",
1873 "serde_derive",
1874]