xref: /wasmtime-44.0.1/Cargo.lock (revision 9fc41bae)
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.24.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
20[[package]]
21name = "adler2"
22version = "2.0.0"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
25
26[[package]]
27name = "ahash"
28version = "0.8.11"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
31dependencies = [
32 "cfg-if",
33 "once_cell",
34 "version_check",
35 "zerocopy",
36]
37
38[[package]]
39name = "aho-corasick"
40version = "1.0.2"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
43dependencies = [
44 "memchr",
45]
46
47[[package]]
48name = "ambient-authority"
49version = "0.0.2"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
52
53[[package]]
54name = "android_system_properties"
55version = "0.1.5"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
58dependencies = [
59 "libc",
60]
61
62[[package]]
63name = "anes"
64version = "0.1.6"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
67
68[[package]]
69name = "anstream"
70version = "0.6.15"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
73dependencies = [
74 "anstyle",
75 "anstyle-parse",
76 "anstyle-query",
77 "anstyle-wincon",
78 "colorchoice",
79 "is_terminal_polyfill",
80 "utf8parse",
81]
82
83[[package]]
84name = "anstyle"
85version = "1.0.8"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
88
89[[package]]
90name = "anstyle-parse"
91version = "0.2.1"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
94dependencies = [
95 "utf8parse",
96]
97
98[[package]]
99name = "anstyle-query"
100version = "1.0.0"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
103dependencies = [
104 "windows-sys 0.48.0",
105]
106
107[[package]]
108name = "anstyle-wincon"
109version = "3.0.4"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
112dependencies = [
113 "anstyle",
114 "windows-sys 0.52.0",
115]
116
117[[package]]
118name = "anyhow"
119version = "1.0.75"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
122
123[[package]]
124name = "arbitrary"
125version = "1.3.1"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "a2e1373abdaa212b704512ec2bd8b26bd0b7d5c3f70117411a5d9a451383c859"
128dependencies = [
129 "derive_arbitrary",
130]
131
132[[package]]
133name = "async-trait"
134version = "0.1.71"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "a564d521dd56509c4c47480d00b80ee55f7e385ae48db5744c67ad50c92d2ebf"
137dependencies = [
138 "proc-macro2",
139 "quote",
140 "syn 2.0.60",
141]
142
143[[package]]
144name = "autocfg"
145version = "1.1.0"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
148
149[[package]]
150name = "backtrace"
151version = "0.3.74"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
154dependencies = [
155 "addr2line",
156 "cfg-if",
157 "libc",
158 "miniz_oxide 0.8.0",
159 "object",
160 "rustc-demangle",
161 "windows-targets 0.52.6",
162]
163
164[[package]]
165name = "base64"
166version = "0.21.0"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
169
170[[package]]
171name = "base64"
172version = "0.22.1"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
175
176[[package]]
177name = "bindgen"
178version = "0.69.4"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
181dependencies = [
182 "bitflags 2.6.0",
183 "cexpr",
184 "clang-sys",
185 "itertools 0.12.1",
186 "lazy_static",
187 "lazycell",
188 "log",
189 "prettyplease",
190 "proc-macro2",
191 "quote",
192 "regex",
193 "rustc-hash 1.1.0",
194 "shlex",
195 "syn 2.0.60",
196 "which 4.4.2",
197]
198
199[[package]]
200name = "bit-set"
201version = "0.5.2"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
204dependencies = [
205 "bit-vec",
206]
207
208[[package]]
209name = "bit-vec"
210version = "0.6.3"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
213
214[[package]]
215name = "bitflags"
216version = "1.3.2"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
219
220[[package]]
221name = "bitflags"
222version = "2.6.0"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
225
226[[package]]
227name = "block-buffer"
228version = "0.10.2"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
231dependencies = [
232 "generic-array",
233]
234
235[[package]]
236name = "bstr"
237version = "1.6.0"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
240dependencies = [
241 "memchr",
242 "regex-automata 0.3.3",
243 "serde",
244]
245
246[[package]]
247name = "bumpalo"
248version = "3.14.0"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
251
252[[package]]
253name = "byte-array-literals"
254version = "26.0.0"
255
256[[package]]
257name = "byteorder"
258version = "1.4.3"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
261
262[[package]]
263name = "bytes"
264version = "1.5.0"
265source = "registry+https://github.com/rust-lang/crates.io-index"
266checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
267
268[[package]]
269name = "bytesize"
270version = "1.3.0"
271source = "registry+https://github.com/rust-lang/crates.io-index"
272checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc"
273
274[[package]]
275name = "camino"
276version = "1.1.4"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2"
279dependencies = [
280 "serde",
281]
282
283[[package]]
284name = "cap-fs-ext"
285version = "3.3.0"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "712695628f77a28acd7c9135b9f05f9c1563f8eb91b317f63876bac550032403"
288dependencies = [
289 "cap-primitives",
290 "cap-std",
291 "io-lifetimes",
292 "windows-sys 0.52.0",
293]
294
295[[package]]
296name = "cap-net-ext"
297version = "3.3.0"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "7d609980992759cef960324ccece956ee87929cc05a75d6546168192063dd8b1"
300dependencies = [
301 "cap-primitives",
302 "cap-std",
303 "rustix",
304 "smallvec",
305]
306
307[[package]]
308name = "cap-primitives"
309version = "3.3.0"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "ff5bcbaf57897c8f14098cc9ad48a78052930a9948119eea01b80ca224070fa6"
312dependencies = [
313 "ambient-authority",
314 "fs-set-times",
315 "io-extras",
316 "io-lifetimes",
317 "ipnet",
318 "maybe-owned",
319 "rustix",
320 "windows-sys 0.52.0",
321 "winx",
322]
323
324[[package]]
325name = "cap-rand"
326version = "3.3.0"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "e7c780812948b31f362c3bab82d23b902529c26705d0e094888bc7fdb9656908"
329dependencies = [
330 "ambient-authority",
331 "rand",
332]
333
334[[package]]
335name = "cap-std"
336version = "3.3.0"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "e6cf1a22e6eab501e025a9953532b1e95efb8a18d6364bf8a4a7547b30c49186"
339dependencies = [
340 "cap-primitives",
341 "io-extras",
342 "io-lifetimes",
343 "rustix",
344]
345
346[[package]]
347name = "cap-time-ext"
348version = "3.3.0"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "1e1547a95cd071db92382c649260bcc6721879ef5d1f0f442af33bff75003dd7"
351dependencies = [
352 "ambient-authority",
353 "cap-primitives",
354 "iana-time-zone",
355 "once_cell",
356 "rustix",
357 "winx",
358]
359
360[[package]]
361name = "capstone"
362version = "0.12.0"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "b08ca438d9585a2b216b0c2e88ea51e096286c5f197f7be2526bb515ef775b6c"
365dependencies = [
366 "capstone-sys",
367 "libc",
368]
369
370[[package]]
371name = "capstone-sys"
372version = "0.16.0"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "fe7183271711ffb7c63a6480e4baf480e0140da59eeba9b18fcc8bf3478950e3"
375dependencies = [
376 "cc",
377 "libc",
378]
379
380[[package]]
381name = "cargo-platform"
382version = "0.1.2"
383source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
385dependencies = [
386 "serde",
387]
388
389[[package]]
390name = "cargo_metadata"
391version = "0.18.1"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
394dependencies = [
395 "camino",
396 "cargo-platform",
397 "semver",
398 "serde",
399 "serde_json",
400 "thiserror",
401]
402
403[[package]]
404name = "cast"
405version = "0.3.0"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
408
409[[package]]
410name = "cc"
411version = "1.1.6"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f"
414dependencies = [
415 "jobserver",
416 "libc",
417]
418
419[[package]]
420name = "cexpr"
421version = "0.6.0"
422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
424dependencies = [
425 "nom",
426]
427
428[[package]]
429name = "cfg-if"
430version = "1.0.0"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
433
434[[package]]
435name = "ciborium"
436version = "0.2.0"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f"
439dependencies = [
440 "ciborium-io",
441 "ciborium-ll",
442 "serde",
443]
444
445[[package]]
446name = "ciborium-io"
447version = "0.2.0"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369"
450
451[[package]]
452name = "ciborium-ll"
453version = "0.2.0"
454source = "registry+https://github.com/rust-lang/crates.io-index"
455checksum = "213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b"
456dependencies = [
457 "ciborium-io",
458 "half",
459]
460
461[[package]]
462name = "clang-sys"
463version = "1.8.1"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
466dependencies = [
467 "glob",
468 "libc",
469 "libloading",
470]
471
472[[package]]
473name = "clap"
474version = "4.5.17"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "3e5a21b8495e732f1b3c364c9949b201ca7bae518c502c80256c96ad79eaf6ac"
477dependencies = [
478 "clap_builder",
479 "clap_derive",
480]
481
482[[package]]
483name = "clap_builder"
484version = "4.5.17"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "8cf2dd12af7a047ad9d6da2b6b249759a22a7abc0f474c1dae1777afa4b21a73"
487dependencies = [
488 "anstream",
489 "anstyle",
490 "clap_lex",
491 "strsim",
492 "terminal_size",
493]
494
495[[package]]
496name = "clap_complete"
497version = "4.5.28"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "9b378c786d3bde9442d2c6dd7e6080b2a818db2b96e30d6e7f1b6d224eb617d3"
500dependencies = [
501 "clap",
502]
503
504[[package]]
505name = "clap_derive"
506version = "4.5.13"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"
509dependencies = [
510 "heck",
511 "proc-macro2",
512 "quote",
513 "syn 2.0.60",
514]
515
516[[package]]
517name = "clap_lex"
518version = "0.7.2"
519source = "registry+https://github.com/rust-lang/crates.io-index"
520checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
521
522[[package]]
523name = "cobs"
524version = "0.2.3"
525source = "registry+https://github.com/rust-lang/crates.io-index"
526checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
527
528[[package]]
529name = "codespan-reporting"
530version = "0.11.1"
531source = "registry+https://github.com/rust-lang/crates.io-index"
532checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
533dependencies = [
534 "termcolor",
535 "unicode-width",
536]
537
538[[package]]
539name = "colorchoice"
540version = "1.0.0"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
543
544[[package]]
545name = "component-fuzz-util"
546version = "0.0.0"
547dependencies = [
548 "anyhow",
549 "arbitrary",
550 "proc-macro2",
551 "quote",
552 "wasmtime-component-util",
553]
554
555[[package]]
556name = "component-macro-test"
557version = "0.0.0"
558dependencies = [
559 "proc-macro2",
560 "quote",
561 "syn 2.0.60",
562]
563
564[[package]]
565name = "component-macro-test-helpers"
566version = "0.0.0"
567dependencies = [
568 "proc-macro2",
569 "quote",
570]
571
572[[package]]
573name = "component-test-util"
574version = "0.0.0"
575dependencies = [
576 "anyhow",
577 "arbitrary",
578 "env_logger 0.11.5",
579 "wasmtime",
580]
581
582[[package]]
583name = "console"
584version = "0.15.8"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
587dependencies = [
588 "encode_unicode",
589 "lazy_static",
590 "libc",
591 "unicode-width",
592 "windows-sys 0.52.0",
593]
594
595[[package]]
596name = "core-foundation-sys"
597version = "0.8.6"
598source = "registry+https://github.com/rust-lang/crates.io-index"
599checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
600
601[[package]]
602name = "cpp_demangle"
603version = "0.4.3"
604source = "registry+https://github.com/rust-lang/crates.io-index"
605checksum = "7e8227005286ec39567949b33df9896bcadfa6051bccca2488129f108ca23119"
606dependencies = [
607 "cfg-if",
608]
609
610[[package]]
611name = "cpufeatures"
612version = "0.2.7"
613source = "registry+https://github.com/rust-lang/crates.io-index"
614checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
615dependencies = [
616 "libc",
617]
618
619[[package]]
620name = "cranelift"
621version = "0.113.0"
622dependencies = [
623 "cranelift-codegen",
624 "cranelift-frontend",
625 "cranelift-interpreter",
626 "cranelift-jit",
627 "cranelift-module",
628 "cranelift-native",
629 "cranelift-object",
630]
631
632[[package]]
633name = "cranelift-bforest"
634version = "0.113.0"
635dependencies = [
636 "cranelift-entity",
637]
638
639[[package]]
640name = "cranelift-bitset"
641version = "0.113.0"
642dependencies = [
643 "arbitrary",
644 "serde",
645 "serde_derive",
646]
647
648[[package]]
649name = "cranelift-codegen"
650version = "0.113.0"
651dependencies = [
652 "anyhow",
653 "bumpalo",
654 "capstone",
655 "cranelift-bforest",
656 "cranelift-bitset",
657 "cranelift-codegen-meta",
658 "cranelift-codegen-shared",
659 "cranelift-control",
660 "cranelift-entity",
661 "cranelift-isle",
662 "criterion",
663 "env_logger 0.11.5",
664 "gimli",
665 "hashbrown 0.14.3",
666 "log",
667 "postcard",
668 "pulley-interpreter",
669 "regalloc2",
670 "rustc-hash 2.0.0",
671 "serde",
672 "serde_derive",
673 "sha2",
674 "similar",
675 "smallvec",
676 "souper-ir",
677 "target-lexicon",
678]
679
680[[package]]
681name = "cranelift-codegen-meta"
682version = "0.113.0"
683dependencies = [
684 "cranelift-codegen-shared",
685]
686
687[[package]]
688name = "cranelift-codegen-shared"
689version = "0.113.0"
690
691[[package]]
692name = "cranelift-control"
693version = "0.113.0"
694dependencies = [
695 "arbitrary",
696]
697
698[[package]]
699name = "cranelift-entity"
700version = "0.113.0"
701dependencies = [
702 "cranelift-bitset",
703 "serde",
704 "serde_derive",
705]
706
707[[package]]
708name = "cranelift-filetests"
709version = "0.0.0"
710dependencies = [
711 "anyhow",
712 "cranelift",
713 "cranelift-codegen",
714 "cranelift-control",
715 "cranelift-frontend",
716 "cranelift-interpreter",
717 "cranelift-jit",
718 "cranelift-module",
719 "cranelift-native",
720 "cranelift-reader",
721 "file-per-thread-logger",
722 "filecheck",
723 "gimli",
724 "log",
725 "num_cpus",
726 "pulley-interpreter",
727 "serde",
728 "serde_derive",
729 "similar",
730 "smallvec",
731 "target-lexicon",
732 "thiserror",
733 "toml",
734 "wat",
735]
736
737[[package]]
738name = "cranelift-frontend"
739version = "0.113.0"
740dependencies = [
741 "cranelift-codegen",
742 "env_logger 0.11.5",
743 "hashbrown 0.14.3",
744 "log",
745 "similar",
746 "smallvec",
747 "target-lexicon",
748]
749
750[[package]]
751name = "cranelift-fuzzgen"
752version = "0.0.0"
753dependencies = [
754 "anyhow",
755 "arbitrary",
756 "cranelift",
757 "cranelift-native",
758 "once_cell",
759 "target-lexicon",
760]
761
762[[package]]
763name = "cranelift-interpreter"
764version = "0.113.0"
765dependencies = [
766 "cranelift-codegen",
767 "cranelift-entity",
768 "cranelift-frontend",
769 "cranelift-reader",
770 "libm",
771 "log",
772 "smallvec",
773 "thiserror",
774]
775
776[[package]]
777name = "cranelift-isle"
778version = "0.113.0"
779dependencies = [
780 "codespan-reporting",
781 "log",
782 "tempfile",
783]
784
785[[package]]
786name = "cranelift-jit"
787version = "0.113.0"
788dependencies = [
789 "anyhow",
790 "cranelift",
791 "cranelift-codegen",
792 "cranelift-control",
793 "cranelift-entity",
794 "cranelift-frontend",
795 "cranelift-module",
796 "cranelift-native",
797 "libc",
798 "log",
799 "memmap2",
800 "region",
801 "target-lexicon",
802 "wasmtime-jit-icache-coherence",
803 "windows-sys 0.59.0",
804]
805
806[[package]]
807name = "cranelift-module"
808version = "0.113.0"
809dependencies = [
810 "anyhow",
811 "cranelift-codegen",
812 "cranelift-control",
813 "hashbrown 0.14.3",
814 "serde",
815 "serde_derive",
816]
817
818[[package]]
819name = "cranelift-native"
820version = "0.113.0"
821dependencies = [
822 "cranelift-codegen",
823 "libc",
824 "target-lexicon",
825]
826
827[[package]]
828name = "cranelift-object"
829version = "0.113.0"
830dependencies = [
831 "anyhow",
832 "cranelift-codegen",
833 "cranelift-control",
834 "cranelift-entity",
835 "cranelift-frontend",
836 "cranelift-module",
837 "log",
838 "object",
839 "target-lexicon",
840]
841
842[[package]]
843name = "cranelift-reader"
844version = "0.113.0"
845dependencies = [
846 "anyhow",
847 "cranelift-codegen",
848 "smallvec",
849 "target-lexicon",
850]
851
852[[package]]
853name = "cranelift-serde"
854version = "0.113.0"
855dependencies = [
856 "clap",
857 "cranelift-codegen",
858 "cranelift-reader",
859 "serde_json",
860]
861
862[[package]]
863name = "cranelift-tools"
864version = "0.0.0"
865dependencies = [
866 "anyhow",
867 "capstone",
868 "cfg-if",
869 "clap",
870 "cranelift",
871 "cranelift-codegen",
872 "cranelift-entity",
873 "cranelift-filetests",
874 "cranelift-frontend",
875 "cranelift-interpreter",
876 "cranelift-jit",
877 "cranelift-module",
878 "cranelift-native",
879 "cranelift-object",
880 "cranelift-reader",
881 "filecheck",
882 "indicatif",
883 "log",
884 "pretty_env_logger",
885 "rayon",
886 "regalloc2",
887 "rustc-hash 2.0.0",
888 "serde",
889 "similar",
890 "target-lexicon",
891 "thiserror",
892 "toml",
893 "walkdir",
894]
895
896[[package]]
897name = "crc32fast"
898version = "1.3.2"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
901dependencies = [
902 "cfg-if",
903]
904
905[[package]]
906name = "criterion"
907version = "0.5.1"
908source = "registry+https://github.com/rust-lang/crates.io-index"
909checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
910dependencies = [
911 "anes",
912 "cast",
913 "ciborium",
914 "clap",
915 "criterion-plot",
916 "is-terminal",
917 "itertools 0.10.5",
918 "num-traits",
919 "once_cell",
920 "oorandom",
921 "rayon",
922 "regex",
923 "serde",
924 "serde_derive",
925 "serde_json",
926 "tinytemplate",
927 "walkdir",
928]
929
930[[package]]
931name = "criterion-plot"
932version = "0.5.0"
933source = "registry+https://github.com/rust-lang/crates.io-index"
934checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
935dependencies = [
936 "cast",
937 "itertools 0.10.5",
938]
939
940[[package]]
941name = "crossbeam-deque"
942version = "0.8.1"
943source = "registry+https://github.com/rust-lang/crates.io-index"
944checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
945dependencies = [
946 "cfg-if",
947 "crossbeam-epoch",
948 "crossbeam-utils",
949]
950
951[[package]]
952name = "crossbeam-epoch"
953version = "0.9.18"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
956dependencies = [
957 "crossbeam-utils",
958]
959
960[[package]]
961name = "crossbeam-utils"
962version = "0.8.20"
963source = "registry+https://github.com/rust-lang/crates.io-index"
964checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
965
966[[package]]
967name = "crypto-common"
968version = "0.1.6"
969source = "registry+https://github.com/rust-lang/crates.io-index"
970checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
971dependencies = [
972 "generic-array",
973 "typenum",
974]
975
976[[package]]
977name = "cty"
978version = "0.2.2"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
981
982[[package]]
983name = "debugid"
984version = "0.8.0"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
987dependencies = [
988 "uuid",
989]
990
991[[package]]
992name = "derive_arbitrary"
993version = "1.3.1"
994source = "registry+https://github.com/rust-lang/crates.io-index"
995checksum = "53e0efad4403bfc52dc201159c4b842a246a14b98c64b55dfd0f2d89729dfeb8"
996dependencies = [
997 "proc-macro2",
998 "quote",
999 "syn 2.0.60",
1000]
1001
1002[[package]]
1003name = "digest"
1004version = "0.10.3"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
1007dependencies = [
1008 "block-buffer",
1009 "crypto-common",
1010]
1011
1012[[package]]
1013name = "directories-next"
1014version = "2.0.0"
1015source = "registry+https://github.com/rust-lang/crates.io-index"
1016checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
1017dependencies = [
1018 "cfg-if",
1019 "dirs-sys-next",
1020]
1021
1022[[package]]
1023name = "dirs-next"
1024version = "2.0.0"
1025source = "registry+https://github.com/rust-lang/crates.io-index"
1026checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1027dependencies = [
1028 "cfg-if",
1029 "dirs-sys-next",
1030]
1031
1032[[package]]
1033name = "dirs-sys-next"
1034version = "0.1.2"
1035source = "registry+https://github.com/rust-lang/crates.io-index"
1036checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1037dependencies = [
1038 "libc",
1039 "redox_users",
1040 "winapi",
1041]
1042
1043[[package]]
1044name = "dlmalloc"
1045version = "0.2.4"
1046source = "registry+https://github.com/rust-lang/crates.io-index"
1047checksum = "203540e710bfadb90e5e29930baf5d10270cec1f43ab34f46f78b147b2de715a"
1048dependencies = [
1049 "libc",
1050]
1051
1052[[package]]
1053name = "downcast-rs"
1054version = "1.2.0"
1055source = "registry+https://github.com/rust-lang/crates.io-index"
1056checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
1057
1058[[package]]
1059name = "egg"
1060version = "0.6.0"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "05a6c0bbc92278f84e742f08c0ab9cb16a987376cd2bc39d228ef9c74d98d6f7"
1063dependencies = [
1064 "indexmap 1.9.1",
1065 "instant",
1066 "log",
1067 "once_cell",
1068 "smallvec",
1069 "symbolic_expressions",
1070]
1071
1072[[package]]
1073name = "either"
1074version = "1.13.0"
1075source = "registry+https://github.com/rust-lang/crates.io-index"
1076checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
1077
1078[[package]]
1079name = "embedded-io"
1080version = "0.4.0"
1081source = "registry+https://github.com/rust-lang/crates.io-index"
1082checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
1083
1084[[package]]
1085name = "embedding"
1086version = "26.0.0"
1087dependencies = [
1088 "anyhow",
1089 "dlmalloc",
1090 "wasmtime",
1091]
1092
1093[[package]]
1094name = "encode_unicode"
1095version = "0.3.6"
1096source = "registry+https://github.com/rust-lang/crates.io-index"
1097checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
1098
1099[[package]]
1100name = "encoding_rs"
1101version = "0.8.31"
1102source = "registry+https://github.com/rust-lang/crates.io-index"
1103checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
1104dependencies = [
1105 "cfg-if",
1106]
1107
1108[[package]]
1109name = "env_filter"
1110version = "0.1.2"
1111source = "registry+https://github.com/rust-lang/crates.io-index"
1112checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
1113dependencies = [
1114 "log",
1115 "regex",
1116]
1117
1118[[package]]
1119name = "env_logger"
1120version = "0.10.0"
1121source = "registry+https://github.com/rust-lang/crates.io-index"
1122checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
1123dependencies = [
1124 "humantime",
1125 "is-terminal",
1126 "log",
1127 "regex",
1128 "termcolor",
1129]
1130
1131[[package]]
1132name = "env_logger"
1133version = "0.11.5"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
1136dependencies = [
1137 "anstream",
1138 "anstyle",
1139 "env_filter",
1140 "humantime",
1141 "log",
1142]
1143
1144[[package]]
1145name = "equivalent"
1146version = "1.0.1"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
1149
1150[[package]]
1151name = "errno"
1152version = "0.3.8"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
1155dependencies = [
1156 "libc",
1157 "windows-sys 0.52.0",
1158]
1159
1160[[package]]
1161name = "escape8259"
1162version = "0.5.2"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "ba4f4911e3666fcd7826997b4745c8224295a6f3072f1418c3067b97a67557ee"
1165dependencies = [
1166 "rustversion",
1167]
1168
1169[[package]]
1170name = "example-component-wasm"
1171version = "0.0.0"
1172dependencies = [
1173 "wit-bindgen",
1174]
1175
1176[[package]]
1177name = "example-fib-debug-wasm"
1178version = "0.0.0"
1179
1180[[package]]
1181name = "example-tokio-wasm"
1182version = "0.0.0"
1183
1184[[package]]
1185name = "example-wasi-wasm"
1186version = "0.0.0"
1187
1188[[package]]
1189name = "fallible-iterator"
1190version = "0.3.0"
1191source = "registry+https://github.com/rust-lang/crates.io-index"
1192checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
1193
1194[[package]]
1195name = "fastrand"
1196version = "2.0.1"
1197source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
1199
1200[[package]]
1201name = "fd-lock"
1202version = "4.0.2"
1203source = "registry+https://github.com/rust-lang/crates.io-index"
1204checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
1205dependencies = [
1206 "cfg-if",
1207 "rustix",
1208 "windows-sys 0.52.0",
1209]
1210
1211[[package]]
1212name = "file-per-thread-logger"
1213version = "0.2.0"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "8a3cc21c33af89af0930c8cae4ade5e6fdc17b5d2c97b3d2e2edb67a1cf683f3"
1216dependencies = [
1217 "env_logger 0.10.0",
1218 "log",
1219]
1220
1221[[package]]
1222name = "filecheck"
1223version = "0.5.0"
1224source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "2fe00b427b7c4835f8b82170eb7b9a63634376b63d73b9a9093367e82570bbaa"
1226dependencies = [
1227 "regex",
1228 "thiserror",
1229]
1230
1231[[package]]
1232name = "filetime"
1233version = "0.2.16"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "c0408e2626025178a6a7f7ffc05a25bc47103229f19c113755de7bf63816290c"
1236dependencies = [
1237 "cfg-if",
1238 "libc",
1239 "redox_syscall 0.2.13",
1240 "winapi",
1241]
1242
1243[[package]]
1244name = "flagset"
1245version = "0.4.3"
1246source = "registry+https://github.com/rust-lang/crates.io-index"
1247checksum = "cda653ca797810c02f7ca4b804b40b8b95ae046eb989d356bce17919a8c25499"
1248
1249[[package]]
1250name = "flate2"
1251version = "1.0.30"
1252source = "registry+https://github.com/rust-lang/crates.io-index"
1253checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
1254dependencies = [
1255 "crc32fast",
1256 "miniz_oxide 0.7.4",
1257]
1258
1259[[package]]
1260name = "fnv"
1261version = "1.0.7"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1264
1265[[package]]
1266name = "form_urlencoded"
1267version = "1.1.0"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
1270dependencies = [
1271 "percent-encoding",
1272]
1273
1274[[package]]
1275name = "fs-set-times"
1276version = "0.20.1"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
1279dependencies = [
1280 "io-lifetimes",
1281 "rustix",
1282 "windows-sys 0.52.0",
1283]
1284
1285[[package]]
1286name = "fslock"
1287version = "0.2.1"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "04412b8935272e3a9bae6f48c7bfff74c2911f60525404edfdd28e49884c3bfb"
1290dependencies = [
1291 "libc",
1292 "winapi",
1293]
1294
1295[[package]]
1296name = "futures"
1297version = "0.3.27"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549"
1300dependencies = [
1301 "futures-channel",
1302 "futures-core",
1303 "futures-io",
1304 "futures-sink",
1305 "futures-task",
1306 "futures-util",
1307]
1308
1309[[package]]
1310name = "futures-channel"
1311version = "0.3.27"
1312source = "registry+https://github.com/rust-lang/crates.io-index"
1313checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac"
1314dependencies = [
1315 "futures-core",
1316 "futures-sink",
1317]
1318
1319[[package]]
1320name = "futures-core"
1321version = "0.3.27"
1322source = "registry+https://github.com/rust-lang/crates.io-index"
1323checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd"
1324
1325[[package]]
1326name = "futures-io"
1327version = "0.3.28"
1328source = "registry+https://github.com/rust-lang/crates.io-index"
1329checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
1330
1331[[package]]
1332name = "futures-sink"
1333version = "0.3.27"
1334source = "registry+https://github.com/rust-lang/crates.io-index"
1335checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2"
1336
1337[[package]]
1338name = "futures-task"
1339version = "0.3.27"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879"
1342
1343[[package]]
1344name = "futures-util"
1345version = "0.3.27"
1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab"
1348dependencies = [
1349 "futures-core",
1350 "futures-sink",
1351 "futures-task",
1352 "pin-project-lite",
1353 "pin-utils",
1354]
1355
1356[[package]]
1357name = "fxhash"
1358version = "0.2.1"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
1361dependencies = [
1362 "byteorder",
1363]
1364
1365[[package]]
1366name = "fxprof-processed-profile"
1367version = "0.6.0"
1368source = "registry+https://github.com/rust-lang/crates.io-index"
1369checksum = "27d12c0aed7f1e24276a241aadc4cb8ea9f83000f34bc062b7cc2d51e3b0fabd"
1370dependencies = [
1371 "bitflags 2.6.0",
1372 "debugid",
1373 "fxhash",
1374 "serde",
1375 "serde_json",
1376]
1377
1378[[package]]
1379name = "generic-array"
1380version = "0.14.5"
1381source = "registry+https://github.com/rust-lang/crates.io-index"
1382checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
1383dependencies = [
1384 "typenum",
1385 "version_check",
1386]
1387
1388[[package]]
1389name = "getrandom"
1390version = "0.2.9"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
1393dependencies = [
1394 "cfg-if",
1395 "libc",
1396 "wasi",
1397]
1398
1399[[package]]
1400name = "gimli"
1401version = "0.31.0"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
1404dependencies = [
1405 "fallible-iterator",
1406 "indexmap 2.2.6",
1407 "stable_deref_trait",
1408]
1409
1410[[package]]
1411name = "glob"
1412version = "0.3.1"
1413source = "registry+https://github.com/rust-lang/crates.io-index"
1414checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
1415
1416[[package]]
1417name = "gzip-header"
1418version = "1.0.0"
1419source = "registry+https://github.com/rust-lang/crates.io-index"
1420checksum = "95cc527b92e6029a62960ad99aa8a6660faa4555fe5f731aab13aa6a921795a2"
1421dependencies = [
1422 "crc32fast",
1423]
1424
1425[[package]]
1426name = "h2"
1427version = "0.4.4"
1428source = "registry+https://github.com/rust-lang/crates.io-index"
1429checksum = "816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069"
1430dependencies = [
1431 "bytes",
1432 "fnv",
1433 "futures-core",
1434 "futures-sink",
1435 "futures-util",
1436 "http",
1437 "indexmap 2.2.6",
1438 "slab",
1439 "tokio",
1440 "tokio-util",
1441 "tracing",
1442]
1443
1444[[package]]
1445name = "half"
1446version = "1.8.2"
1447source = "registry+https://github.com/rust-lang/crates.io-index"
1448checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
1449
1450[[package]]
1451name = "hashbrown"
1452version = "0.12.3"
1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1455
1456[[package]]
1457name = "hashbrown"
1458version = "0.14.3"
1459source = "registry+https://github.com/rust-lang/crates.io-index"
1460checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
1461dependencies = [
1462 "ahash",
1463 "serde",
1464]
1465
1466[[package]]
1467name = "heck"
1468version = "0.5.0"
1469source = "registry+https://github.com/rust-lang/crates.io-index"
1470checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1471
1472[[package]]
1473name = "hermit-abi"
1474version = "0.3.0"
1475source = "registry+https://github.com/rust-lang/crates.io-index"
1476checksum = "856b5cb0902c2b6d65d5fd97dfa30f9b70c7538e770b98eab5ed52d8db923e01"
1477
1478[[package]]
1479name = "home"
1480version = "0.5.9"
1481source = "registry+https://github.com/rust-lang/crates.io-index"
1482checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
1483dependencies = [
1484 "windows-sys 0.52.0",
1485]
1486
1487[[package]]
1488name = "http"
1489version = "1.0.0"
1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea"
1492dependencies = [
1493 "bytes",
1494 "fnv",
1495 "itoa",
1496]
1497
1498[[package]]
1499name = "http-body"
1500version = "1.0.0"
1501source = "registry+https://github.com/rust-lang/crates.io-index"
1502checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
1503dependencies = [
1504 "bytes",
1505 "http",
1506]
1507
1508[[package]]
1509name = "http-body-util"
1510version = "0.1.0"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "41cb79eb393015dadd30fc252023adb0b2400a0caee0fa2a077e6e21a551e840"
1513dependencies = [
1514 "bytes",
1515 "futures-util",
1516 "http",
1517 "http-body",
1518 "pin-project-lite",
1519]
1520
1521[[package]]
1522name = "httparse"
1523version = "1.8.0"
1524source = "registry+https://github.com/rust-lang/crates.io-index"
1525checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
1526
1527[[package]]
1528name = "httpdate"
1529version = "1.0.2"
1530source = "registry+https://github.com/rust-lang/crates.io-index"
1531checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
1532
1533[[package]]
1534name = "humantime"
1535version = "2.1.0"
1536source = "registry+https://github.com/rust-lang/crates.io-index"
1537checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
1538
1539[[package]]
1540name = "hyper"
1541version = "1.0.1"
1542source = "registry+https://github.com/rust-lang/crates.io-index"
1543checksum = "403f9214f3e703236b221f1a9cd88ec8b4adfa5296de01ab96216361f4692f56"
1544dependencies = [
1545 "bytes",
1546 "futures-channel",
1547 "futures-util",
1548 "h2",
1549 "http",
1550 "http-body",
1551 "httparse",
1552 "httpdate",
1553 "itoa",
1554 "pin-project-lite",
1555 "tokio",
1556 "want",
1557]
1558
1559[[package]]
1560name = "iana-time-zone"
1561version = "0.1.59"
1562source = "registry+https://github.com/rust-lang/crates.io-index"
1563checksum = "b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539"
1564dependencies = [
1565 "android_system_properties",
1566 "core-foundation-sys",
1567 "iana-time-zone-haiku",
1568 "js-sys",
1569 "wasm-bindgen",
1570 "windows-core",
1571]
1572
1573[[package]]
1574name = "iana-time-zone-haiku"
1575version = "0.1.2"
1576source = "registry+https://github.com/rust-lang/crates.io-index"
1577checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1578dependencies = [
1579 "cc",
1580]
1581
1582[[package]]
1583name = "id-arena"
1584version = "2.2.1"
1585source = "registry+https://github.com/rust-lang/crates.io-index"
1586checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
1587
1588[[package]]
1589name = "idna"
1590version = "0.3.0"
1591source = "registry+https://github.com/rust-lang/crates.io-index"
1592checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
1593dependencies = [
1594 "unicode-bidi",
1595 "unicode-normalization",
1596]
1597
1598[[package]]
1599name = "indexmap"
1600version = "1.9.1"
1601source = "registry+https://github.com/rust-lang/crates.io-index"
1602checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
1603dependencies = [
1604 "autocfg",
1605 "hashbrown 0.12.3",
1606]
1607
1608[[package]]
1609name = "indexmap"
1610version = "2.2.6"
1611source = "registry+https://github.com/rust-lang/crates.io-index"
1612checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
1613dependencies = [
1614 "equivalent",
1615 "hashbrown 0.14.3",
1616 "serde",
1617]
1618
1619[[package]]
1620name = "indexmap-nostd"
1621version = "0.4.0"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590"
1624
1625[[package]]
1626name = "indicatif"
1627version = "0.13.0"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "8572bccfb0665e70b7faf44ee28841b8e0823450cd4ad562a76b5a3c4bf48487"
1630dependencies = [
1631 "console",
1632 "lazy_static",
1633 "number_prefix",
1634 "regex",
1635]
1636
1637[[package]]
1638name = "instant"
1639version = "0.1.12"
1640source = "registry+https://github.com/rust-lang/crates.io-index"
1641checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1642dependencies = [
1643 "cfg-if",
1644]
1645
1646[[package]]
1647name = "io-extras"
1648version = "0.18.1"
1649source = "registry+https://github.com/rust-lang/crates.io-index"
1650checksum = "c301e73fb90e8a29e600a9f402d095765f74310d582916a952f618836a1bd1ed"
1651dependencies = [
1652 "io-lifetimes",
1653 "windows-sys 0.52.0",
1654]
1655
1656[[package]]
1657name = "io-lifetimes"
1658version = "2.0.3"
1659source = "registry+https://github.com/rust-lang/crates.io-index"
1660checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
1661
1662[[package]]
1663name = "ipnet"
1664version = "2.5.0"
1665source = "registry+https://github.com/rust-lang/crates.io-index"
1666checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
1667
1668[[package]]
1669name = "is-terminal"
1670version = "0.4.10"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455"
1673dependencies = [
1674 "hermit-abi",
1675 "rustix",
1676 "windows-sys 0.52.0",
1677]
1678
1679[[package]]
1680name = "is_terminal_polyfill"
1681version = "1.70.1"
1682source = "registry+https://github.com/rust-lang/crates.io-index"
1683checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
1684
1685[[package]]
1686name = "isle-fuzz"
1687version = "0.0.0"
1688dependencies = [
1689 "cranelift-isle",
1690 "env_logger 0.11.5",
1691 "libfuzzer-sys",
1692 "log",
1693]
1694
1695[[package]]
1696name = "islec"
1697version = "0.0.0"
1698dependencies = [
1699 "clap",
1700 "cranelift-isle",
1701 "env_logger 0.11.5",
1702]
1703
1704[[package]]
1705name = "itertools"
1706version = "0.10.5"
1707source = "registry+https://github.com/rust-lang/crates.io-index"
1708checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1709dependencies = [
1710 "either",
1711]
1712
1713[[package]]
1714name = "itertools"
1715version = "0.12.1"
1716source = "registry+https://github.com/rust-lang/crates.io-index"
1717checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1718dependencies = [
1719 "either",
1720]
1721
1722[[package]]
1723name = "itoa"
1724version = "1.0.1"
1725source = "registry+https://github.com/rust-lang/crates.io-index"
1726checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
1727
1728[[package]]
1729name = "ittapi"
1730version = "0.4.0"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "6b996fe614c41395cdaedf3cf408a9534851090959d90d54a535f675550b64b1"
1733dependencies = [
1734 "anyhow",
1735 "ittapi-sys",
1736 "log",
1737]
1738
1739[[package]]
1740name = "ittapi-sys"
1741version = "0.4.0"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "52f5385394064fa2c886205dba02598013ce83d3e92d33dbdc0c52fe0e7bf4fc"
1744dependencies = [
1745 "cc",
1746]
1747
1748[[package]]
1749name = "jobserver"
1750version = "0.1.32"
1751source = "registry+https://github.com/rust-lang/crates.io-index"
1752checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
1753dependencies = [
1754 "libc",
1755]
1756
1757[[package]]
1758name = "js-sys"
1759version = "0.3.57"
1760source = "registry+https://github.com/rust-lang/crates.io-index"
1761checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
1762dependencies = [
1763 "wasm-bindgen",
1764]
1765
1766[[package]]
1767name = "lazy_static"
1768version = "1.4.0"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1771
1772[[package]]
1773name = "lazycell"
1774version = "1.3.0"
1775source = "registry+https://github.com/rust-lang/crates.io-index"
1776checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1777
1778[[package]]
1779name = "leb128"
1780version = "0.2.5"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
1783
1784[[package]]
1785name = "libc"
1786version = "0.2.158"
1787source = "registry+https://github.com/rust-lang/crates.io-index"
1788checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
1789
1790[[package]]
1791name = "libfuzzer-sys"
1792version = "0.4.5"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "c8fff891139ee62800da71b7fd5b508d570b9ad95e614a53c6f453ca08366038"
1795dependencies = [
1796 "arbitrary",
1797 "cc",
1798 "once_cell",
1799]
1800
1801[[package]]
1802name = "libloading"
1803version = "0.8.1"
1804source = "registry+https://github.com/rust-lang/crates.io-index"
1805checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
1806dependencies = [
1807 "cfg-if",
1808 "windows-sys 0.48.0",
1809]
1810
1811[[package]]
1812name = "libm"
1813version = "0.2.7"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
1816
1817[[package]]
1818name = "libtest-mimic"
1819version = "0.7.0"
1820source = "registry+https://github.com/rust-lang/crates.io-index"
1821checksum = "7f0f4c6f44ecfd52e8b443f2ad18f2b996540135771561283c2352ce56a1c70b"
1822dependencies = [
1823 "clap",
1824 "escape8259",
1825 "termcolor",
1826 "threadpool",
1827]
1828
1829[[package]]
1830name = "linux-raw-sys"
1831version = "0.4.14"
1832source = "registry+https://github.com/rust-lang/crates.io-index"
1833checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
1834
1835[[package]]
1836name = "listenfd"
1837version = "1.0.0"
1838source = "registry+https://github.com/rust-lang/crates.io-index"
1839checksum = "14e4fcc00ff6731d94b70e16e71f43bda62883461f31230742e3bc6dddf12988"
1840dependencies = [
1841 "libc",
1842 "uuid",
1843 "winapi",
1844]
1845
1846[[package]]
1847name = "log"
1848version = "0.4.22"
1849source = "registry+https://github.com/rust-lang/crates.io-index"
1850checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
1851
1852[[package]]
1853name = "mach2"
1854version = "0.4.2"
1855source = "registry+https://github.com/rust-lang/crates.io-index"
1856checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
1857dependencies = [
1858 "libc",
1859]
1860
1861[[package]]
1862name = "matchers"
1863version = "0.1.0"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
1866dependencies = [
1867 "regex-automata 0.1.10",
1868]
1869
1870[[package]]
1871name = "maybe-owned"
1872version = "0.3.4"
1873source = "registry+https://github.com/rust-lang/crates.io-index"
1874checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
1875
1876[[package]]
1877name = "memchr"
1878version = "2.5.0"
1879source = "registry+https://github.com/rust-lang/crates.io-index"
1880checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
1881
1882[[package]]
1883name = "memfd"
1884version = "0.6.4"
1885source = "registry+https://github.com/rust-lang/crates.io-index"
1886checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
1887dependencies = [
1888 "rustix",
1889]
1890
1891[[package]]
1892name = "memmap2"
1893version = "0.2.3"
1894source = "registry+https://github.com/rust-lang/crates.io-index"
1895checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
1896dependencies = [
1897 "libc",
1898]
1899
1900[[package]]
1901name = "min-platform-host"
1902version = "26.0.0"
1903dependencies = [
1904 "anyhow",
1905 "libloading",
1906 "object",
1907 "wasmtime",
1908]
1909
1910[[package]]
1911name = "minimal-lexical"
1912version = "0.2.1"
1913source = "registry+https://github.com/rust-lang/crates.io-index"
1914checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1915
1916[[package]]
1917name = "miniz_oxide"
1918version = "0.7.4"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
1921dependencies = [
1922 "adler",
1923]
1924
1925[[package]]
1926name = "miniz_oxide"
1927version = "0.8.0"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
1930dependencies = [
1931 "adler2",
1932]
1933
1934[[package]]
1935name = "mio"
1936version = "0.8.11"
1937source = "registry+https://github.com/rust-lang/crates.io-index"
1938checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
1939dependencies = [
1940 "libc",
1941 "wasi",
1942 "windows-sys 0.48.0",
1943]
1944
1945[[package]]
1946name = "nom"
1947version = "7.1.3"
1948source = "registry+https://github.com/rust-lang/crates.io-index"
1949checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1950dependencies = [
1951 "memchr",
1952 "minimal-lexical",
1953]
1954
1955[[package]]
1956name = "nu-ansi-term"
1957version = "0.46.0"
1958source = "registry+https://github.com/rust-lang/crates.io-index"
1959checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
1960dependencies = [
1961 "overload",
1962 "winapi",
1963]
1964
1965[[package]]
1966name = "num-traits"
1967version = "0.2.19"
1968source = "registry+https://github.com/rust-lang/crates.io-index"
1969checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1970dependencies = [
1971 "autocfg",
1972]
1973
1974[[package]]
1975name = "num_cpus"
1976version = "1.16.0"
1977source = "registry+https://github.com/rust-lang/crates.io-index"
1978checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
1979dependencies = [
1980 "hermit-abi",
1981 "libc",
1982]
1983
1984[[package]]
1985name = "number_prefix"
1986version = "0.3.0"
1987source = "registry+https://github.com/rust-lang/crates.io-index"
1988checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a"
1989
1990[[package]]
1991name = "object"
1992version = "0.36.0"
1993source = "registry+https://github.com/rust-lang/crates.io-index"
1994checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434"
1995dependencies = [
1996 "crc32fast",
1997 "hashbrown 0.14.3",
1998 "indexmap 2.2.6",
1999 "memchr",
2000]
2001
2002[[package]]
2003name = "ocaml-boxroot-sys"
2004version = "0.2.0"
2005source = "registry+https://github.com/rust-lang/crates.io-index"
2006checksum = "5186393bfbee4ce2bc5bbb82beafb77e85c1d0a557e3cfc8c8a0d63d7845fed5"
2007dependencies = [
2008 "cc",
2009]
2010
2011[[package]]
2012name = "ocaml-interop"
2013version = "0.8.8"
2014source = "registry+https://github.com/rust-lang/crates.io-index"
2015checksum = "2e01e08412a7e072a90a225d2ae49a2860aeea853ce673bc63891dbf86aed063"
2016dependencies = [
2017 "ocaml-boxroot-sys",
2018 "ocaml-sys",
2019 "static_assertions",
2020]
2021
2022[[package]]
2023name = "ocaml-sys"
2024version = "0.22.3"
2025source = "registry+https://github.com/rust-lang/crates.io-index"
2026checksum = "73ec6ca7d41458442627435afb8f4671e83fd642e8a560171d671a1f679aa3cf"
2027dependencies = [
2028 "cty",
2029]
2030
2031[[package]]
2032name = "once_cell"
2033version = "1.19.0"
2034source = "registry+https://github.com/rust-lang/crates.io-index"
2035checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2036
2037[[package]]
2038name = "oorandom"
2039version = "11.1.3"
2040source = "registry+https://github.com/rust-lang/crates.io-index"
2041checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
2042
2043[[package]]
2044name = "openvino"
2045version = "0.7.2"
2046source = "registry+https://github.com/rust-lang/crates.io-index"
2047checksum = "aee013796927eec6012a344f10ecdc06bf26de79c626a2395e3f115464907ef6"
2048dependencies = [
2049 "openvino-finder",
2050 "openvino-sys",
2051 "thiserror",
2052]
2053
2054[[package]]
2055name = "openvino-finder"
2056version = "0.7.2"
2057source = "registry+https://github.com/rust-lang/crates.io-index"
2058checksum = "af4c6841df4cd60fef743015f3348f81b6b225bd255ed0c4cab6e8c479e45eaa"
2059dependencies = [
2060 "cfg-if",
2061 "log",
2062]
2063
2064[[package]]
2065name = "openvino-sys"
2066version = "0.7.2"
2067source = "registry+https://github.com/rust-lang/crates.io-index"
2068checksum = "f62fc2bd6882f2300a6b5017eaad292586d70995d333582aabcf1f1121cd147c"
2069dependencies = [
2070 "env_logger 0.10.0",
2071 "libloading",
2072 "once_cell",
2073 "openvino-finder",
2074]
2075
2076[[package]]
2077name = "ort"
2078version = "2.0.0-rc.2"
2079source = "registry+https://github.com/rust-lang/crates.io-index"
2080checksum = "0bc80894094c6a875bfac64415ed456fa661081a278a035e22be661305c87e14"
2081dependencies = [
2082 "js-sys",
2083 "ort-sys",
2084 "thiserror",
2085 "tracing",
2086 "web-sys",
2087]
2088
2089[[package]]
2090name = "ort-sys"
2091version = "2.0.0-rc.2"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "b3d9c1373fc813d3f024d394f621f4c6dde0734c79b1c17113c3bb5bf0084bbe"
2094dependencies = [
2095 "flate2",
2096 "sha2",
2097 "tar",
2098 "ureq",
2099]
2100
2101[[package]]
2102name = "overload"
2103version = "0.1.1"
2104source = "registry+https://github.com/rust-lang/crates.io-index"
2105checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2106
2107[[package]]
2108name = "paste"
2109version = "1.0.7"
2110source = "registry+https://github.com/rust-lang/crates.io-index"
2111checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
2112
2113[[package]]
2114name = "percent-encoding"
2115version = "2.2.0"
2116source = "registry+https://github.com/rust-lang/crates.io-index"
2117checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2118
2119[[package]]
2120name = "pin-project-lite"
2121version = "0.2.14"
2122source = "registry+https://github.com/rust-lang/crates.io-index"
2123checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2124
2125[[package]]
2126name = "pin-utils"
2127version = "0.1.0"
2128source = "registry+https://github.com/rust-lang/crates.io-index"
2129checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2130
2131[[package]]
2132name = "pkg-config"
2133version = "0.3.29"
2134source = "registry+https://github.com/rust-lang/crates.io-index"
2135checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb"
2136
2137[[package]]
2138name = "postcard"
2139version = "1.0.8"
2140source = "registry+https://github.com/rust-lang/crates.io-index"
2141checksum = "a55c51ee6c0db07e68448e336cf8ea4131a620edefebf9893e759b2d793420f8"
2142dependencies = [
2143 "cobs",
2144 "embedded-io",
2145 "serde",
2146]
2147
2148[[package]]
2149name = "ppv-lite86"
2150version = "0.2.16"
2151source = "registry+https://github.com/rust-lang/crates.io-index"
2152checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
2153
2154[[package]]
2155name = "pretty_env_logger"
2156version = "0.5.0"
2157source = "registry+https://github.com/rust-lang/crates.io-index"
2158checksum = "865724d4dbe39d9f3dd3b52b88d859d66bcb2d6a0acfd5ea68a65fb66d4bdc1c"
2159dependencies = [
2160 "env_logger 0.10.0",
2161 "log",
2162]
2163
2164[[package]]
2165name = "prettyplease"
2166version = "0.2.20"
2167source = "registry+https://github.com/rust-lang/crates.io-index"
2168checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
2169dependencies = [
2170 "proc-macro2",
2171 "syn 2.0.60",
2172]
2173
2174[[package]]
2175name = "proc-macro2"
2176version = "1.0.81"
2177source = "registry+https://github.com/rust-lang/crates.io-index"
2178checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
2179dependencies = [
2180 "unicode-ident",
2181]
2182
2183[[package]]
2184name = "proptest"
2185version = "1.0.0"
2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "1e0d9cc07f18492d879586c92b485def06bc850da3118075cd45d50e9c95b0e5"
2188dependencies = [
2189 "bit-set",
2190 "bitflags 1.3.2",
2191 "byteorder",
2192 "lazy_static",
2193 "num-traits",
2194 "quick-error 2.0.1",
2195 "rand",
2196 "rand_chacha",
2197 "rand_xorshift",
2198 "regex-syntax 0.6.25",
2199 "rusty-fork",
2200 "tempfile",
2201]
2202
2203[[package]]
2204name = "psm"
2205version = "0.1.18"
2206source = "registry+https://github.com/rust-lang/crates.io-index"
2207checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"
2208dependencies = [
2209 "cc",
2210]
2211
2212[[package]]
2213name = "pulley-interpreter"
2214version = "0.2.0"
2215dependencies = [
2216 "arbitrary",
2217 "cranelift-bitset",
2218 "env_logger 0.11.5",
2219 "log",
2220 "sptr",
2221]
2222
2223[[package]]
2224name = "pulley-interpreter-fuzz"
2225version = "0.0.0"
2226dependencies = [
2227 "env_logger 0.11.5",
2228 "log",
2229 "pulley-interpreter",
2230]
2231
2232[[package]]
2233name = "quick-error"
2234version = "1.2.3"
2235source = "registry+https://github.com/rust-lang/crates.io-index"
2236checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2237
2238[[package]]
2239name = "quick-error"
2240version = "2.0.1"
2241source = "registry+https://github.com/rust-lang/crates.io-index"
2242checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
2243
2244[[package]]
2245name = "quote"
2246version = "1.0.36"
2247source = "registry+https://github.com/rust-lang/crates.io-index"
2248checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2249dependencies = [
2250 "proc-macro2",
2251]
2252
2253[[package]]
2254name = "rand"
2255version = "0.8.5"
2256source = "registry+https://github.com/rust-lang/crates.io-index"
2257checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2258dependencies = [
2259 "libc",
2260 "rand_chacha",
2261 "rand_core",
2262]
2263
2264[[package]]
2265name = "rand_chacha"
2266version = "0.3.1"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2269dependencies = [
2270 "ppv-lite86",
2271 "rand_core",
2272]
2273
2274[[package]]
2275name = "rand_core"
2276version = "0.6.3"
2277source = "registry+https://github.com/rust-lang/crates.io-index"
2278checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
2279dependencies = [
2280 "getrandom",
2281]
2282
2283[[package]]
2284name = "rand_xorshift"
2285version = "0.3.0"
2286source = "registry+https://github.com/rust-lang/crates.io-index"
2287checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
2288dependencies = [
2289 "rand_core",
2290]
2291
2292[[package]]
2293name = "rayon"
2294version = "1.5.3"
2295source = "registry+https://github.com/rust-lang/crates.io-index"
2296checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
2297dependencies = [
2298 "autocfg",
2299 "crossbeam-deque",
2300 "either",
2301 "rayon-core",
2302]
2303
2304[[package]]
2305name = "rayon-core"
2306version = "1.12.0"
2307source = "registry+https://github.com/rust-lang/crates.io-index"
2308checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
2309dependencies = [
2310 "crossbeam-deque",
2311 "crossbeam-utils",
2312]
2313
2314[[package]]
2315name = "redox_syscall"
2316version = "0.2.13"
2317source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
2319dependencies = [
2320 "bitflags 1.3.2",
2321]
2322
2323[[package]]
2324name = "redox_syscall"
2325version = "0.3.5"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
2328dependencies = [
2329 "bitflags 1.3.2",
2330]
2331
2332[[package]]
2333name = "redox_users"
2334version = "0.4.3"
2335source = "registry+https://github.com/rust-lang/crates.io-index"
2336checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2337dependencies = [
2338 "getrandom",
2339 "redox_syscall 0.2.13",
2340 "thiserror",
2341]
2342
2343[[package]]
2344name = "regalloc2"
2345version = "0.10.2"
2346source = "registry+https://github.com/rust-lang/crates.io-index"
2347checksum = "12908dbeb234370af84d0579b9f68258a0f67e201412dd9a2814e6f45b2fc0f0"
2348dependencies = [
2349 "hashbrown 0.14.3",
2350 "log",
2351 "rustc-hash 2.0.0",
2352 "serde",
2353 "slice-group-by",
2354 "smallvec",
2355]
2356
2357[[package]]
2358name = "regex"
2359version = "1.9.1"
2360source = "registry+https://github.com/rust-lang/crates.io-index"
2361checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
2362dependencies = [
2363 "aho-corasick",
2364 "memchr",
2365 "regex-automata 0.3.3",
2366 "regex-syntax 0.7.4",
2367]
2368
2369[[package]]
2370name = "regex-automata"
2371version = "0.1.10"
2372source = "registry+https://github.com/rust-lang/crates.io-index"
2373checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2374dependencies = [
2375 "regex-syntax 0.6.25",
2376]
2377
2378[[package]]
2379name = "regex-automata"
2380version = "0.3.3"
2381source = "registry+https://github.com/rust-lang/crates.io-index"
2382checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310"
2383dependencies = [
2384 "aho-corasick",
2385 "memchr",
2386 "regex-syntax 0.7.4",
2387]
2388
2389[[package]]
2390name = "regex-syntax"
2391version = "0.6.25"
2392source = "registry+https://github.com/rust-lang/crates.io-index"
2393checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
2394
2395[[package]]
2396name = "regex-syntax"
2397version = "0.7.4"
2398source = "registry+https://github.com/rust-lang/crates.io-index"
2399checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
2400
2401[[package]]
2402name = "region"
2403version = "3.0.2"
2404source = "registry+https://github.com/rust-lang/crates.io-index"
2405checksum = "e6b6ebd13bc009aef9cd476c1310d49ac354d36e240cf1bd753290f3dc7199a7"
2406dependencies = [
2407 "bitflags 1.3.2",
2408 "libc",
2409 "mach2",
2410 "windows-sys 0.52.0",
2411]
2412
2413[[package]]
2414name = "ring"
2415version = "0.17.3"
2416source = "registry+https://github.com/rust-lang/crates.io-index"
2417checksum = "9babe80d5c16becf6594aa32ad2be8fe08498e7ae60b77de8df700e67f191d7e"
2418dependencies = [
2419 "cc",
2420 "getrandom",
2421 "libc",
2422 "spin",
2423 "untrusted",
2424 "windows-sys 0.48.0",
2425]
2426
2427[[package]]
2428name = "rustc-demangle"
2429version = "0.1.24"
2430source = "registry+https://github.com/rust-lang/crates.io-index"
2431checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2432
2433[[package]]
2434name = "rustc-hash"
2435version = "1.1.0"
2436source = "registry+https://github.com/rust-lang/crates.io-index"
2437checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2438
2439[[package]]
2440name = "rustc-hash"
2441version = "2.0.0"
2442source = "registry+https://github.com/rust-lang/crates.io-index"
2443checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
2444
2445[[package]]
2446name = "rustix"
2447version = "0.38.37"
2448source = "registry+https://github.com/rust-lang/crates.io-index"
2449checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
2450dependencies = [
2451 "bitflags 2.6.0",
2452 "errno",
2453 "itoa",
2454 "libc",
2455 "linux-raw-sys",
2456 "once_cell",
2457 "windows-sys 0.52.0",
2458]
2459
2460[[package]]
2461name = "rustls"
2462version = "0.22.4"
2463source = "registry+https://github.com/rust-lang/crates.io-index"
2464checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
2465dependencies = [
2466 "log",
2467 "ring",
2468 "rustls-pki-types",
2469 "rustls-webpki",
2470 "subtle",
2471 "zeroize",
2472]
2473
2474[[package]]
2475name = "rustls"
2476version = "0.23.7"
2477source = "registry+https://github.com/rust-lang/crates.io-index"
2478checksum = "ebbbdb961df0ad3f2652da8f3fdc4b36122f568f968f45ad3316f26c025c677b"
2479dependencies = [
2480 "log",
2481 "once_cell",
2482 "ring",
2483 "rustls-pki-types",
2484 "rustls-webpki",
2485 "subtle",
2486 "zeroize",
2487]
2488
2489[[package]]
2490name = "rustls-pki-types"
2491version = "1.3.1"
2492source = "registry+https://github.com/rust-lang/crates.io-index"
2493checksum = "5ede67b28608b4c60685c7d54122d4400d90f62b40caee7700e700380a390fa8"
2494
2495[[package]]
2496name = "rustls-webpki"
2497version = "0.102.2"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610"
2500dependencies = [
2501 "ring",
2502 "rustls-pki-types",
2503 "untrusted",
2504]
2505
2506[[package]]
2507name = "rustversion"
2508version = "1.0.14"
2509source = "registry+https://github.com/rust-lang/crates.io-index"
2510checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
2511
2512[[package]]
2513name = "rusty-fork"
2514version = "0.3.0"
2515source = "registry+https://github.com/rust-lang/crates.io-index"
2516checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
2517dependencies = [
2518 "fnv",
2519 "quick-error 1.2.3",
2520 "tempfile",
2521 "wait-timeout",
2522]
2523
2524[[package]]
2525name = "ryu"
2526version = "1.0.9"
2527source = "registry+https://github.com/rust-lang/crates.io-index"
2528checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
2529
2530[[package]]
2531name = "same-file"
2532version = "1.0.6"
2533source = "registry+https://github.com/rust-lang/crates.io-index"
2534checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2535dependencies = [
2536 "winapi-util",
2537]
2538
2539[[package]]
2540name = "semver"
2541version = "1.0.17"
2542source = "registry+https://github.com/rust-lang/crates.io-index"
2543checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
2544dependencies = [
2545 "serde",
2546]
2547
2548[[package]]
2549name = "serde"
2550version = "1.0.188"
2551source = "registry+https://github.com/rust-lang/crates.io-index"
2552checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
2553dependencies = [
2554 "serde_derive",
2555]
2556
2557[[package]]
2558name = "serde_derive"
2559version = "1.0.188"
2560source = "registry+https://github.com/rust-lang/crates.io-index"
2561checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
2562dependencies = [
2563 "proc-macro2",
2564 "quote",
2565 "syn 2.0.60",
2566]
2567
2568[[package]]
2569name = "serde_json"
2570version = "1.0.107"
2571source = "registry+https://github.com/rust-lang/crates.io-index"
2572checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
2573dependencies = [
2574 "itoa",
2575 "ryu",
2576 "serde",
2577]
2578
2579[[package]]
2580name = "serde_spanned"
2581version = "0.6.5"
2582source = "registry+https://github.com/rust-lang/crates.io-index"
2583checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
2584dependencies = [
2585 "serde",
2586]
2587
2588[[package]]
2589name = "sha2"
2590version = "0.10.2"
2591source = "registry+https://github.com/rust-lang/crates.io-index"
2592checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
2593dependencies = [
2594 "cfg-if",
2595 "cpufeatures",
2596 "digest",
2597]
2598
2599[[package]]
2600name = "sharded-slab"
2601version = "0.1.4"
2602source = "registry+https://github.com/rust-lang/crates.io-index"
2603checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
2604dependencies = [
2605 "lazy_static",
2606]
2607
2608[[package]]
2609name = "shellexpand"
2610version = "2.1.0"
2611source = "registry+https://github.com/rust-lang/crates.io-index"
2612checksum = "83bdb7831b2d85ddf4a7b148aa19d0587eddbe8671a436b7bd1182eaad0f2829"
2613dependencies = [
2614 "dirs-next",
2615]
2616
2617[[package]]
2618name = "shlex"
2619version = "1.3.0"
2620source = "registry+https://github.com/rust-lang/crates.io-index"
2621checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2622
2623[[package]]
2624name = "shuffling-allocator"
2625version = "1.1.2"
2626source = "registry+https://github.com/rust-lang/crates.io-index"
2627checksum = "4ee9977fa98489d9006f4ab26fc5cbe2a139985baed09d2ec08dee6e506fc496"
2628dependencies = [
2629 "cfg-if",
2630 "libc",
2631 "rand",
2632 "winapi",
2633]
2634
2635[[package]]
2636name = "signal-hook-registry"
2637version = "1.4.1"
2638source = "registry+https://github.com/rust-lang/crates.io-index"
2639checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2640dependencies = [
2641 "libc",
2642]
2643
2644[[package]]
2645name = "similar"
2646version = "2.2.0"
2647source = "registry+https://github.com/rust-lang/crates.io-index"
2648checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803"
2649
2650[[package]]
2651name = "slab"
2652version = "0.4.7"
2653source = "registry+https://github.com/rust-lang/crates.io-index"
2654checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
2655dependencies = [
2656 "autocfg",
2657]
2658
2659[[package]]
2660name = "slice-group-by"
2661version = "0.3.1"
2662source = "registry+https://github.com/rust-lang/crates.io-index"
2663checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
2664
2665[[package]]
2666name = "smallvec"
2667version = "1.11.0"
2668source = "registry+https://github.com/rust-lang/crates.io-index"
2669checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
2670dependencies = [
2671 "serde",
2672]
2673
2674[[package]]
2675name = "socket2"
2676version = "0.5.7"
2677source = "registry+https://github.com/rust-lang/crates.io-index"
2678checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2679dependencies = [
2680 "libc",
2681 "windows-sys 0.52.0",
2682]
2683
2684[[package]]
2685name = "souper-ir"
2686version = "2.1.0"
2687source = "registry+https://github.com/rust-lang/crates.io-index"
2688checksum = "a50c18ce33988e1973003afbaa66e6a465ad7a614dc33f246879ccc209c2c044"
2689dependencies = [
2690 "id-arena",
2691]
2692
2693[[package]]
2694name = "spdx"
2695version = "0.10.1"
2696source = "registry+https://github.com/rust-lang/crates.io-index"
2697checksum = "2971cb691ca629f46174f73b1f95356c5617f89b4167f04107167c3dccb8dd89"
2698dependencies = [
2699 "smallvec",
2700]
2701
2702[[package]]
2703name = "spin"
2704version = "0.9.4"
2705source = "registry+https://github.com/rust-lang/crates.io-index"
2706checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
2707
2708[[package]]
2709name = "sptr"
2710version = "0.3.2"
2711source = "registry+https://github.com/rust-lang/crates.io-index"
2712checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
2713
2714[[package]]
2715name = "stable_deref_trait"
2716version = "1.2.0"
2717source = "registry+https://github.com/rust-lang/crates.io-index"
2718checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2719
2720[[package]]
2721name = "static_assertions"
2722version = "1.1.0"
2723source = "registry+https://github.com/rust-lang/crates.io-index"
2724checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2725
2726[[package]]
2727name = "strsim"
2728version = "0.11.1"
2729source = "registry+https://github.com/rust-lang/crates.io-index"
2730checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2731
2732[[package]]
2733name = "subtle"
2734version = "2.5.0"
2735source = "registry+https://github.com/rust-lang/crates.io-index"
2736checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2737
2738[[package]]
2739name = "symbolic_expressions"
2740version = "5.0.3"
2741source = "registry+https://github.com/rust-lang/crates.io-index"
2742checksum = "7c68d531d83ec6c531150584c42a4290911964d5f0d79132b193b67252a23b71"
2743
2744[[package]]
2745name = "syn"
2746version = "1.0.92"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "7ff7c592601f11445996a06f8ad0c27f094a58857c2f89e97974ab9235b92c52"
2749dependencies = [
2750 "proc-macro2",
2751 "quote",
2752 "unicode-xid",
2753]
2754
2755[[package]]
2756name = "syn"
2757version = "2.0.60"
2758source = "registry+https://github.com/rust-lang/crates.io-index"
2759checksum = "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3"
2760dependencies = [
2761 "proc-macro2",
2762 "quote",
2763 "unicode-ident",
2764]
2765
2766[[package]]
2767name = "system-interface"
2768version = "0.27.1"
2769source = "registry+https://github.com/rust-lang/crates.io-index"
2770checksum = "9aef1f9d4c1dbdd1cb3a63be9efd2f04d8ddbc919d46112982c76818ffc2f1a7"
2771dependencies = [
2772 "bitflags 2.6.0",
2773 "cap-fs-ext",
2774 "cap-std",
2775 "fd-lock",
2776 "io-lifetimes",
2777 "rustix",
2778 "windows-sys 0.52.0",
2779 "winx",
2780]
2781
2782[[package]]
2783name = "tar"
2784version = "0.4.41"
2785source = "registry+https://github.com/rust-lang/crates.io-index"
2786checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909"
2787dependencies = [
2788 "filetime",
2789 "libc",
2790 "xattr",
2791]
2792
2793[[package]]
2794name = "target-lexicon"
2795version = "0.12.16"
2796source = "registry+https://github.com/rust-lang/crates.io-index"
2797checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
2798
2799[[package]]
2800name = "tempfile"
2801version = "3.8.0"
2802source = "registry+https://github.com/rust-lang/crates.io-index"
2803checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
2804dependencies = [
2805 "cfg-if",
2806 "fastrand",
2807 "redox_syscall 0.3.5",
2808 "rustix",
2809 "windows-sys 0.48.0",
2810]
2811
2812[[package]]
2813name = "termcolor"
2814version = "1.4.1"
2815source = "registry+https://github.com/rust-lang/crates.io-index"
2816checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
2817dependencies = [
2818 "winapi-util",
2819]
2820
2821[[package]]
2822name = "terminal_size"
2823version = "0.3.0"
2824source = "registry+https://github.com/rust-lang/crates.io-index"
2825checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
2826dependencies = [
2827 "rustix",
2828 "windows-sys 0.48.0",
2829]
2830
2831[[package]]
2832name = "test-log"
2833version = "0.2.11"
2834source = "registry+https://github.com/rust-lang/crates.io-index"
2835checksum = "38f0c854faeb68a048f0f2dc410c5ddae3bf83854ef0e4977d58306a5edef50e"
2836dependencies = [
2837 "proc-macro2",
2838 "quote",
2839 "syn 1.0.92",
2840]
2841
2842[[package]]
2843name = "test-programs"
2844version = "0.0.0"
2845dependencies = [
2846 "anyhow",
2847 "base64 0.21.0",
2848 "futures",
2849 "getrandom",
2850 "libc",
2851 "sha2",
2852 "url",
2853 "wasi",
2854 "wasi-nn",
2855 "wit-bindgen",
2856]
2857
2858[[package]]
2859name = "test-programs-artifacts"
2860version = "0.0.0"
2861dependencies = [
2862 "cargo_metadata",
2863 "heck",
2864 "wasmtime",
2865 "wit-component",
2866]
2867
2868[[package]]
2869name = "thiserror"
2870version = "1.0.43"
2871source = "registry+https://github.com/rust-lang/crates.io-index"
2872checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42"
2873dependencies = [
2874 "thiserror-impl",
2875]
2876
2877[[package]]
2878name = "thiserror-impl"
2879version = "1.0.43"
2880source = "registry+https://github.com/rust-lang/crates.io-index"
2881checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f"
2882dependencies = [
2883 "proc-macro2",
2884 "quote",
2885 "syn 2.0.60",
2886]
2887
2888[[package]]
2889name = "thread_local"
2890version = "1.1.4"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
2893dependencies = [
2894 "once_cell",
2895]
2896
2897[[package]]
2898name = "threadpool"
2899version = "1.8.1"
2900source = "registry+https://github.com/rust-lang/crates.io-index"
2901checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
2902dependencies = [
2903 "num_cpus",
2904]
2905
2906[[package]]
2907name = "tinytemplate"
2908version = "1.2.1"
2909source = "registry+https://github.com/rust-lang/crates.io-index"
2910checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
2911dependencies = [
2912 "serde",
2913 "serde_json",
2914]
2915
2916[[package]]
2917name = "tinyvec"
2918version = "1.6.0"
2919source = "registry+https://github.com/rust-lang/crates.io-index"
2920checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2921dependencies = [
2922 "tinyvec_macros",
2923]
2924
2925[[package]]
2926name = "tinyvec_macros"
2927version = "0.1.0"
2928source = "registry+https://github.com/rust-lang/crates.io-index"
2929checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2930
2931[[package]]
2932name = "tokio"
2933version = "1.30.0"
2934source = "registry+https://github.com/rust-lang/crates.io-index"
2935checksum = "2d3ce25f50619af8b0aec2eb23deebe84249e19e2ddd393a6e16e3300a6dadfd"
2936dependencies = [
2937 "backtrace",
2938 "bytes",
2939 "libc",
2940 "mio",
2941 "num_cpus",
2942 "pin-project-lite",
2943 "signal-hook-registry",
2944 "socket2",
2945 "tokio-macros",
2946 "windows-sys 0.48.0",
2947]
2948
2949[[package]]
2950name = "tokio-macros"
2951version = "2.1.0"
2952source = "registry+https://github.com/rust-lang/crates.io-index"
2953checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2954dependencies = [
2955 "proc-macro2",
2956 "quote",
2957 "syn 2.0.60",
2958]
2959
2960[[package]]
2961name = "tokio-rustls"
2962version = "0.25.0"
2963source = "registry+https://github.com/rust-lang/crates.io-index"
2964checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
2965dependencies = [
2966 "rustls 0.22.4",
2967 "rustls-pki-types",
2968 "tokio",
2969]
2970
2971[[package]]
2972name = "tokio-util"
2973version = "0.7.4"
2974source = "registry+https://github.com/rust-lang/crates.io-index"
2975checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
2976dependencies = [
2977 "bytes",
2978 "futures-core",
2979 "futures-sink",
2980 "pin-project-lite",
2981 "tokio",
2982 "tracing",
2983]
2984
2985[[package]]
2986name = "toml"
2987version = "0.8.10"
2988source = "registry+https://github.com/rust-lang/crates.io-index"
2989checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
2990dependencies = [
2991 "serde",
2992 "serde_spanned",
2993 "toml_datetime",
2994 "toml_edit",
2995]
2996
2997[[package]]
2998name = "toml_datetime"
2999version = "0.6.5"
3000source = "registry+https://github.com/rust-lang/crates.io-index"
3001checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
3002dependencies = [
3003 "serde",
3004]
3005
3006[[package]]
3007name = "toml_edit"
3008version = "0.22.4"
3009source = "registry+https://github.com/rust-lang/crates.io-index"
3010checksum = "0c9ffdf896f8daaabf9b66ba8e77ea1ed5ed0f72821b398aba62352e95062951"
3011dependencies = [
3012 "indexmap 2.2.6",
3013 "serde",
3014 "serde_spanned",
3015 "toml_datetime",
3016 "winnow",
3017]
3018
3019[[package]]
3020name = "tracing"
3021version = "0.1.37"
3022source = "registry+https://github.com/rust-lang/crates.io-index"
3023checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
3024dependencies = [
3025 "cfg-if",
3026 "log",
3027 "pin-project-lite",
3028 "tracing-attributes",
3029 "tracing-core",
3030]
3031
3032[[package]]
3033name = "tracing-attributes"
3034version = "0.1.26"
3035source = "registry+https://github.com/rust-lang/crates.io-index"
3036checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
3037dependencies = [
3038 "proc-macro2",
3039 "quote",
3040 "syn 2.0.60",
3041]
3042
3043[[package]]
3044name = "tracing-core"
3045version = "0.1.31"
3046source = "registry+https://github.com/rust-lang/crates.io-index"
3047checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
3048dependencies = [
3049 "once_cell",
3050 "valuable",
3051]
3052
3053[[package]]
3054name = "tracing-log"
3055version = "0.1.3"
3056source = "registry+https://github.com/rust-lang/crates.io-index"
3057checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
3058dependencies = [
3059 "lazy_static",
3060 "log",
3061 "tracing-core",
3062]
3063
3064[[package]]
3065name = "tracing-subscriber"
3066version = "0.3.17"
3067source = "registry+https://github.com/rust-lang/crates.io-index"
3068checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
3069dependencies = [
3070 "matchers",
3071 "nu-ansi-term",
3072 "once_cell",
3073 "regex",
3074 "sharded-slab",
3075 "thread_local",
3076 "tracing",
3077 "tracing-core",
3078 "tracing-log",
3079]
3080
3081[[package]]
3082name = "try-lock"
3083version = "0.2.4"
3084source = "registry+https://github.com/rust-lang/crates.io-index"
3085checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
3086
3087[[package]]
3088name = "typenum"
3089version = "1.15.0"
3090source = "registry+https://github.com/rust-lang/crates.io-index"
3091checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
3092
3093[[package]]
3094name = "unicode-bidi"
3095version = "0.3.8"
3096source = "registry+https://github.com/rust-lang/crates.io-index"
3097checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
3098
3099[[package]]
3100name = "unicode-ident"
3101version = "1.0.8"
3102source = "registry+https://github.com/rust-lang/crates.io-index"
3103checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
3104
3105[[package]]
3106name = "unicode-normalization"
3107version = "0.1.21"
3108source = "registry+https://github.com/rust-lang/crates.io-index"
3109checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"
3110dependencies = [
3111 "tinyvec",
3112]
3113
3114[[package]]
3115name = "unicode-width"
3116version = "0.1.9"
3117source = "registry+https://github.com/rust-lang/crates.io-index"
3118checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
3119
3120[[package]]
3121name = "unicode-xid"
3122version = "0.2.3"
3123source = "registry+https://github.com/rust-lang/crates.io-index"
3124checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
3125
3126[[package]]
3127name = "untrusted"
3128version = "0.9.0"
3129source = "registry+https://github.com/rust-lang/crates.io-index"
3130checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3131
3132[[package]]
3133name = "ureq"
3134version = "2.10.0"
3135source = "registry+https://github.com/rust-lang/crates.io-index"
3136checksum = "72139d247e5f97a3eff96229a7ae85ead5328a39efe76f8bf5a06313d505b6ea"
3137dependencies = [
3138 "base64 0.22.1",
3139 "log",
3140 "once_cell",
3141 "rustls 0.23.7",
3142 "rustls-pki-types",
3143 "url",
3144 "webpki-roots",
3145]
3146
3147[[package]]
3148name = "url"
3149version = "2.3.1"
3150source = "registry+https://github.com/rust-lang/crates.io-index"
3151checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
3152dependencies = [
3153 "form_urlencoded",
3154 "idna",
3155 "percent-encoding",
3156]
3157
3158[[package]]
3159name = "utf8parse"
3160version = "0.2.1"
3161source = "registry+https://github.com/rust-lang/crates.io-index"
3162checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
3163
3164[[package]]
3165name = "uuid"
3166version = "1.0.0"
3167source = "registry+https://github.com/rust-lang/crates.io-index"
3168checksum = "8cfcd319456c4d6ea10087ed423473267e1a071f3bc0aa89f80d60997843c6f0"
3169
3170[[package]]
3171name = "v8"
3172version = "129.0.0"
3173source = "registry+https://github.com/rust-lang/crates.io-index"
3174checksum = "4f276b42044c07ee34aaa7cdc640185148787a78de761c42e8ae0a12af9a9dc6"
3175dependencies = [
3176 "bindgen",
3177 "bitflags 2.6.0",
3178 "fslock",
3179 "gzip-header",
3180 "home",
3181 "miniz_oxide 0.7.4",
3182 "once_cell",
3183 "paste",
3184 "which 6.0.3",
3185]
3186
3187[[package]]
3188name = "valuable"
3189version = "0.1.0"
3190source = "registry+https://github.com/rust-lang/crates.io-index"
3191checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
3192
3193[[package]]
3194name = "verify-component-adapter"
3195version = "26.0.0"
3196dependencies = [
3197 "anyhow",
3198 "wasmparser",
3199 "wat",
3200]
3201
3202[[package]]
3203name = "version_check"
3204version = "0.9.4"
3205source = "registry+https://github.com/rust-lang/crates.io-index"
3206checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
3207
3208[[package]]
3209name = "wait-timeout"
3210version = "0.2.0"
3211source = "registry+https://github.com/rust-lang/crates.io-index"
3212checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
3213dependencies = [
3214 "libc",
3215]
3216
3217[[package]]
3218name = "walkdir"
3219version = "2.3.3"
3220source = "registry+https://github.com/rust-lang/crates.io-index"
3221checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
3222dependencies = [
3223 "same-file",
3224 "winapi-util",
3225]
3226
3227[[package]]
3228name = "want"
3229version = "0.3.0"
3230source = "registry+https://github.com/rust-lang/crates.io-index"
3231checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
3232dependencies = [
3233 "log",
3234 "try-lock",
3235]
3236
3237[[package]]
3238name = "wasi"
3239version = "0.11.0+wasi-snapshot-preview1"
3240source = "registry+https://github.com/rust-lang/crates.io-index"
3241checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
3242
3243[[package]]
3244name = "wasi-common"
3245version = "26.0.0"
3246dependencies = [
3247 "anyhow",
3248 "bitflags 2.6.0",
3249 "cap-fs-ext",
3250 "cap-rand",
3251 "cap-std",
3252 "cap-time-ext",
3253 "fs-set-times",
3254 "io-extras",
3255 "io-lifetimes",
3256 "libc",
3257 "log",
3258 "once_cell",
3259 "rustix",
3260 "system-interface",
3261 "tempfile",
3262 "test-log",
3263 "test-programs-artifacts",
3264 "thiserror",
3265 "tokio",
3266 "tracing",
3267 "tracing-subscriber",
3268 "wasi-common",
3269 "wasmtime",
3270 "wiggle",
3271 "windows-sys 0.59.0",
3272]
3273
3274[[package]]
3275name = "wasi-nn"
3276version = "0.6.0"
3277source = "registry+https://github.com/rust-lang/crates.io-index"
3278checksum = "7031683cc05a71515d9200fb159b28d717ded3c40dbb979d1602cf46f3a68f40"
3279dependencies = [
3280 "thiserror",
3281]
3282
3283[[package]]
3284name = "wasi-preview1-component-adapter"
3285version = "26.0.0"
3286dependencies = [
3287 "bitflags 2.6.0",
3288 "byte-array-literals",
3289 "object",
3290 "wasi",
3291 "wasm-encoder",
3292 "wit-bindgen-rust-macro",
3293]
3294
3295[[package]]
3296name = "wasm-bindgen"
3297version = "0.2.87"
3298source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
3300dependencies = [
3301 "cfg-if",
3302 "wasm-bindgen-macro",
3303]
3304
3305[[package]]
3306name = "wasm-bindgen-backend"
3307version = "0.2.87"
3308source = "registry+https://github.com/rust-lang/crates.io-index"
3309checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
3310dependencies = [
3311 "bumpalo",
3312 "log",
3313 "once_cell",
3314 "proc-macro2",
3315 "quote",
3316 "syn 2.0.60",
3317 "wasm-bindgen-shared",
3318]
3319
3320[[package]]
3321name = "wasm-bindgen-macro"
3322version = "0.2.87"
3323source = "registry+https://github.com/rust-lang/crates.io-index"
3324checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
3325dependencies = [
3326 "quote",
3327 "wasm-bindgen-macro-support",
3328]
3329
3330[[package]]
3331name = "wasm-bindgen-macro-support"
3332version = "0.2.87"
3333source = "registry+https://github.com/rust-lang/crates.io-index"
3334checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
3335dependencies = [
3336 "proc-macro2",
3337 "quote",
3338 "syn 2.0.60",
3339 "wasm-bindgen-backend",
3340 "wasm-bindgen-shared",
3341]
3342
3343[[package]]
3344name = "wasm-bindgen-shared"
3345version = "0.2.87"
3346source = "registry+https://github.com/rust-lang/crates.io-index"
3347checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
3348
3349[[package]]
3350name = "wasm-encoder"
3351version = "0.218.0"
3352source = "registry+https://github.com/rust-lang/crates.io-index"
3353checksum = "22b896fa8ceb71091ace9bcb81e853f54043183a1c9667cf93422c40252ffa0a"
3354dependencies = [
3355 "leb128",
3356 "wasmparser",
3357]
3358
3359[[package]]
3360name = "wasm-metadata"
3361version = "0.218.0"
3362source = "registry+https://github.com/rust-lang/crates.io-index"
3363checksum = "aa5eeb071abe8a2132fdd5565dabffee70775ee8c24fc7e300ac43f51f4a8a91"
3364dependencies = [
3365 "anyhow",
3366 "indexmap 2.2.6",
3367 "serde",
3368 "serde_derive",
3369 "serde_json",
3370 "spdx",
3371 "wasm-encoder",
3372 "wasmparser",
3373]
3374
3375[[package]]
3376name = "wasm-mutate"
3377version = "0.218.0"
3378source = "registry+https://github.com/rust-lang/crates.io-index"
3379checksum = "17197857afe3d1569d6d42bfb52cf7999ee70090630213f73e035bec2e5922e4"
3380dependencies = [
3381 "egg",
3382 "log",
3383 "rand",
3384 "thiserror",
3385 "wasm-encoder",
3386 "wasmparser",
3387]
3388
3389[[package]]
3390name = "wasm-smith"
3391version = "0.218.0"
3392source = "registry+https://github.com/rust-lang/crates.io-index"
3393checksum = "b533994f2242064bf512b31d47380e4ea9acc85ffec09fc07db61300261793f7"
3394dependencies = [
3395 "anyhow",
3396 "arbitrary",
3397 "flagset",
3398 "indexmap 2.2.6",
3399 "leb128",
3400 "wasm-encoder",
3401]
3402
3403[[package]]
3404name = "wasm-spec-interpreter"
3405version = "0.0.0"
3406dependencies = [
3407 "ocaml-interop",
3408 "once_cell",
3409 "wat",
3410]
3411
3412[[package]]
3413name = "wasmi"
3414version = "0.31.1"
3415source = "registry+https://github.com/rust-lang/crates.io-index"
3416checksum = "acfc1e384a36ca532d070a315925887247f3c7e23567e23e0ac9b1c5d6b8bf76"
3417dependencies = [
3418 "smallvec",
3419 "spin",
3420 "wasmi_arena",
3421 "wasmi_core",
3422 "wasmparser-nostd",
3423]
3424
3425[[package]]
3426name = "wasmi_arena"
3427version = "0.4.1"
3428source = "registry+https://github.com/rust-lang/crates.io-index"
3429checksum = "104a7f73be44570cac297b3035d76b169d6599637631cf37a1703326a0727073"
3430
3431[[package]]
3432name = "wasmi_core"
3433version = "0.13.0"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "dcf1a7db34bff95b85c261002720c00c3a6168256dcb93041d3fa2054d19856a"
3436dependencies = [
3437 "downcast-rs",
3438 "libm",
3439 "num-traits",
3440 "paste",
3441]
3442
3443[[package]]
3444name = "wasmparser"
3445version = "0.218.0"
3446source = "registry+https://github.com/rust-lang/crates.io-index"
3447checksum = "b09e46c7fceceaa72b2dd1a8a137ea7fd8f93dfaa69806010a709918e496c5dc"
3448dependencies = [
3449 "ahash",
3450 "bitflags 2.6.0",
3451 "hashbrown 0.14.3",
3452 "indexmap 2.2.6",
3453 "semver",
3454 "serde",
3455]
3456
3457[[package]]
3458name = "wasmparser-nostd"
3459version = "0.100.1"
3460source = "registry+https://github.com/rust-lang/crates.io-index"
3461checksum = "9157cab83003221bfd385833ab587a039f5d6fa7304854042ba358a3b09e0724"
3462dependencies = [
3463 "indexmap-nostd",
3464]
3465
3466[[package]]
3467name = "wasmprinter"
3468version = "0.218.0"
3469source = "registry+https://github.com/rust-lang/crates.io-index"
3470checksum = "0ace089155491837b75f474bf47c99073246d1b737393fe722d6dee311595ddc"
3471dependencies = [
3472 "anyhow",
3473 "termcolor",
3474 "wasmparser",
3475]
3476
3477[[package]]
3478name = "wasmtime"
3479version = "26.0.0"
3480dependencies = [
3481 "addr2line",
3482 "anyhow",
3483 "async-trait",
3484 "bitflags 2.6.0",
3485 "bumpalo",
3486 "cc",
3487 "cfg-if",
3488 "encoding_rs",
3489 "env_logger 0.11.5",
3490 "fxprof-processed-profile",
3491 "gimli",
3492 "hashbrown 0.14.3",
3493 "indexmap 2.2.6",
3494 "ittapi",
3495 "libc",
3496 "libm",
3497 "log",
3498 "mach2",
3499 "memfd",
3500 "object",
3501 "once_cell",
3502 "paste",
3503 "postcard",
3504 "proptest",
3505 "psm",
3506 "pulley-interpreter",
3507 "rand",
3508 "rayon",
3509 "rustix",
3510 "semver",
3511 "serde",
3512 "serde_derive",
3513 "serde_json",
3514 "smallvec",
3515 "sptr",
3516 "target-lexicon",
3517 "tempfile",
3518 "wasi-common",
3519 "wasm-encoder",
3520 "wasmparser",
3521 "wasmtime-asm-macros",
3522 "wasmtime-cache",
3523 "wasmtime-component-macro",
3524 "wasmtime-component-util",
3525 "wasmtime-cranelift",
3526 "wasmtime-environ",
3527 "wasmtime-fiber",
3528 "wasmtime-jit-debug",
3529 "wasmtime-jit-icache-coherence",
3530 "wasmtime-slab",
3531 "wasmtime-versioned-export-macros",
3532 "wasmtime-winch",
3533 "wasmtime-wmemcheck",
3534 "wat",
3535 "windows-sys 0.59.0",
3536]
3537
3538[[package]]
3539name = "wasmtime-asm-macros"
3540version = "26.0.0"
3541dependencies = [
3542 "cfg-if",
3543]
3544
3545[[package]]
3546name = "wasmtime-bench-api"
3547version = "26.0.0"
3548dependencies = [
3549 "anyhow",
3550 "cap-std",
3551 "clap",
3552 "shuffling-allocator",
3553 "target-lexicon",
3554 "wasi-common",
3555 "wasmtime",
3556 "wasmtime-cli-flags",
3557 "wasmtime-wasi-nn",
3558 "wat",
3559]
3560
3561[[package]]
3562name = "wasmtime-c-api"
3563version = "26.0.0"
3564dependencies = [
3565 "wasmtime-c-api-impl",
3566]
3567
3568[[package]]
3569name = "wasmtime-c-api-impl"
3570version = "26.0.0"
3571dependencies = [
3572 "anyhow",
3573 "cap-std",
3574 "env_logger 0.11.5",
3575 "futures",
3576 "log",
3577 "once_cell",
3578 "tokio",
3579 "tracing",
3580 "wasmtime",
3581 "wasmtime-c-api-macros",
3582 "wasmtime-wasi",
3583 "wat",
3584]
3585
3586[[package]]
3587name = "wasmtime-c-api-macros"
3588version = "26.0.0"
3589dependencies = [
3590 "proc-macro2",
3591 "quote",
3592]
3593
3594[[package]]
3595name = "wasmtime-cache"
3596version = "26.0.0"
3597dependencies = [
3598 "anyhow",
3599 "base64 0.21.0",
3600 "directories-next",
3601 "filetime",
3602 "log",
3603 "once_cell",
3604 "postcard",
3605 "pretty_env_logger",
3606 "rustix",
3607 "serde",
3608 "serde_derive",
3609 "sha2",
3610 "tempfile",
3611 "toml",
3612 "windows-sys 0.59.0",
3613 "zstd",
3614]
3615
3616[[package]]
3617name = "wasmtime-cli"
3618version = "26.0.0"
3619dependencies = [
3620 "anyhow",
3621 "async-trait",
3622 "bstr",
3623 "bytes",
3624 "bytesize",
3625 "capstone",
3626 "cfg-if",
3627 "clap",
3628 "clap_complete",
3629 "component-macro-test",
3630 "component-test-util",
3631 "cranelift-codegen",
3632 "cranelift-filetests",
3633 "cranelift-reader",
3634 "criterion",
3635 "env_logger 0.11.5",
3636 "filecheck",
3637 "http",
3638 "http-body-util",
3639 "humantime",
3640 "hyper",
3641 "libc",
3642 "libtest-mimic",
3643 "listenfd",
3644 "log",
3645 "memchr",
3646 "num_cpus",
3647 "object",
3648 "once_cell",
3649 "pulley-interpreter",
3650 "rayon",
3651 "rustix",
3652 "serde",
3653 "serde_derive",
3654 "serde_json",
3655 "similar",
3656 "target-lexicon",
3657 "tempfile",
3658 "test-programs-artifacts",
3659 "tokio",
3660 "toml",
3661 "tracing",
3662 "walkdir",
3663 "wasi-common",
3664 "wasmparser",
3665 "wasmtime",
3666 "wasmtime-cache",
3667 "wasmtime-cli-flags",
3668 "wasmtime-component-util",
3669 "wasmtime-cranelift",
3670 "wasmtime-environ",
3671 "wasmtime-explorer",
3672 "wasmtime-test-macros",
3673 "wasmtime-wasi",
3674 "wasmtime-wasi-http",
3675 "wasmtime-wasi-keyvalue",
3676 "wasmtime-wasi-nn",
3677 "wasmtime-wasi-runtime-config",
3678 "wasmtime-wasi-threads",
3679 "wasmtime-wast",
3680 "wast 218.0.0",
3681 "wat",
3682 "windows-sys 0.59.0",
3683 "wit-component",
3684]
3685
3686[[package]]
3687name = "wasmtime-cli-flags"
3688version = "26.0.0"
3689dependencies = [
3690 "anyhow",
3691 "clap",
3692 "file-per-thread-logger",
3693 "humantime",
3694 "rayon",
3695 "tracing-subscriber",
3696 "wasmtime",
3697]
3698
3699[[package]]
3700name = "wasmtime-component-macro"
3701version = "26.0.0"
3702dependencies = [
3703 "anyhow",
3704 "component-macro-test-helpers",
3705 "prettyplease",
3706 "proc-macro2",
3707 "quote",
3708 "serde",
3709 "serde_json",
3710 "similar",
3711 "syn 2.0.60",
3712 "tracing",
3713 "wasmtime",
3714 "wasmtime-component-util",
3715 "wasmtime-wit-bindgen",
3716 "wit-parser",
3717]
3718
3719[[package]]
3720name = "wasmtime-component-util"
3721version = "26.0.0"
3722
3723[[package]]
3724name = "wasmtime-cranelift"
3725version = "26.0.0"
3726dependencies = [
3727 "anyhow",
3728 "cfg-if",
3729 "cranelift-codegen",
3730 "cranelift-control",
3731 "cranelift-entity",
3732 "cranelift-frontend",
3733 "cranelift-native",
3734 "gimli",
3735 "itertools 0.12.1",
3736 "log",
3737 "object",
3738 "smallvec",
3739 "target-lexicon",
3740 "thiserror",
3741 "wasmparser",
3742 "wasmtime-environ",
3743 "wasmtime-versioned-export-macros",
3744]
3745
3746[[package]]
3747name = "wasmtime-environ"
3748version = "26.0.0"
3749dependencies = [
3750 "anyhow",
3751 "clap",
3752 "cpp_demangle",
3753 "cranelift-bitset",
3754 "cranelift-entity",
3755 "env_logger 0.11.5",
3756 "gimli",
3757 "indexmap 2.2.6",
3758 "log",
3759 "object",
3760 "postcard",
3761 "rustc-demangle",
3762 "semver",
3763 "serde",
3764 "serde_derive",
3765 "target-lexicon",
3766 "wasm-encoder",
3767 "wasmparser",
3768 "wasmprinter",
3769 "wasmtime-component-util",
3770 "wasmtime-types",
3771 "wat",
3772]
3773
3774[[package]]
3775name = "wasmtime-environ-fuzz"
3776version = "0.0.0"
3777dependencies = [
3778 "arbitrary",
3779 "component-fuzz-util",
3780 "env_logger 0.11.5",
3781 "libfuzzer-sys",
3782 "wasmparser",
3783 "wasmprinter",
3784 "wasmtime-environ",
3785 "wat",
3786]
3787
3788[[package]]
3789name = "wasmtime-explorer"
3790version = "26.0.0"
3791dependencies = [
3792 "anyhow",
3793 "capstone",
3794 "serde",
3795 "serde_derive",
3796 "serde_json",
3797 "target-lexicon",
3798 "wasmprinter",
3799 "wasmtime",
3800 "wasmtime-environ",
3801]
3802
3803[[package]]
3804name = "wasmtime-fiber"
3805version = "26.0.0"
3806dependencies = [
3807 "anyhow",
3808 "backtrace",
3809 "cc",
3810 "cfg-if",
3811 "rustix",
3812 "wasmtime-asm-macros",
3813 "wasmtime-versioned-export-macros",
3814 "windows-sys 0.59.0",
3815]
3816
3817[[package]]
3818name = "wasmtime-fuzz"
3819version = "0.0.0"
3820dependencies = [
3821 "anyhow",
3822 "arbitrary",
3823 "component-fuzz-util",
3824 "component-test-util",
3825 "cranelift-codegen",
3826 "cranelift-control",
3827 "cranelift-filetests",
3828 "cranelift-fuzzgen",
3829 "cranelift-interpreter",
3830 "cranelift-native",
3831 "cranelift-reader",
3832 "env_logger 0.11.5",
3833 "libfuzzer-sys",
3834 "log",
3835 "once_cell",
3836 "proc-macro2",
3837 "pulley-interpreter-fuzz",
3838 "quote",
3839 "rand",
3840 "smallvec",
3841 "target-lexicon",
3842 "wasmparser",
3843 "wasmtime",
3844 "wasmtime-fuzzing",
3845]
3846
3847[[package]]
3848name = "wasmtime-fuzzing"
3849version = "0.0.0"
3850dependencies = [
3851 "anyhow",
3852 "arbitrary",
3853 "component-fuzz-util",
3854 "component-test-util",
3855 "env_logger 0.11.5",
3856 "futures",
3857 "log",
3858 "rand",
3859 "rayon",
3860 "target-lexicon",
3861 "tempfile",
3862 "v8",
3863 "wasm-encoder",
3864 "wasm-mutate",
3865 "wasm-smith",
3866 "wasm-spec-interpreter",
3867 "wasmi",
3868 "wasmparser",
3869 "wasmprinter",
3870 "wasmtime",
3871 "wasmtime-wast",
3872 "wat",
3873]
3874
3875[[package]]
3876name = "wasmtime-jit-debug"
3877version = "26.0.0"
3878dependencies = [
3879 "object",
3880 "once_cell",
3881 "rustix",
3882 "wasmtime-versioned-export-macros",
3883]
3884
3885[[package]]
3886name = "wasmtime-jit-icache-coherence"
3887version = "26.0.0"
3888dependencies = [
3889 "anyhow",
3890 "cfg-if",
3891 "libc",
3892 "windows-sys 0.59.0",
3893]
3894
3895[[package]]
3896name = "wasmtime-slab"
3897version = "26.0.0"
3898
3899[[package]]
3900name = "wasmtime-test-macros"
3901version = "0.0.0"
3902dependencies = [
3903 "anyhow",
3904 "proc-macro2",
3905 "quote",
3906 "syn 2.0.60",
3907]
3908
3909[[package]]
3910name = "wasmtime-types"
3911version = "26.0.0"
3912dependencies = [
3913 "anyhow",
3914 "cranelift-entity",
3915 "serde",
3916 "serde_derive",
3917 "smallvec",
3918 "wasmparser",
3919]
3920
3921[[package]]
3922name = "wasmtime-versioned-export-macros"
3923version = "26.0.0"
3924dependencies = [
3925 "proc-macro2",
3926 "quote",
3927 "syn 2.0.60",
3928]
3929
3930[[package]]
3931name = "wasmtime-wasi"
3932version = "26.0.0"
3933dependencies = [
3934 "anyhow",
3935 "async-trait",
3936 "bitflags 2.6.0",
3937 "bytes",
3938 "cap-fs-ext",
3939 "cap-net-ext",
3940 "cap-rand",
3941 "cap-std",
3942 "cap-time-ext",
3943 "fs-set-times",
3944 "futures",
3945 "io-extras",
3946 "io-lifetimes",
3947 "once_cell",
3948 "rustix",
3949 "system-interface",
3950 "tempfile",
3951 "test-log",
3952 "test-programs-artifacts",
3953 "thiserror",
3954 "tokio",
3955 "tracing",
3956 "tracing-subscriber",
3957 "url",
3958 "wasmtime",
3959 "wiggle",
3960 "windows-sys 0.59.0",
3961]
3962
3963[[package]]
3964name = "wasmtime-wasi-http"
3965version = "26.0.0"
3966dependencies = [
3967 "anyhow",
3968 "async-trait",
3969 "base64 0.21.0",
3970 "bytes",
3971 "futures",
3972 "http",
3973 "http-body",
3974 "http-body-util",
3975 "hyper",
3976 "rustls 0.22.4",
3977 "sha2",
3978 "test-log",
3979 "test-programs-artifacts",
3980 "tokio",
3981 "tokio-rustls",
3982 "tracing",
3983 "tracing-subscriber",
3984 "wasmtime",
3985 "wasmtime-wasi",
3986 "webpki-roots",
3987]
3988
3989[[package]]
3990name = "wasmtime-wasi-keyvalue"
3991version = "26.0.0"
3992dependencies = [
3993 "anyhow",
3994 "test-programs-artifacts",
3995 "tokio",
3996 "wasmtime",
3997 "wasmtime-wasi",
3998]
3999
4000[[package]]
4001name = "wasmtime-wasi-nn"
4002version = "26.0.0"
4003dependencies = [
4004 "anyhow",
4005 "cap-std",
4006 "libtest-mimic",
4007 "openvino",
4008 "ort",
4009 "test-programs-artifacts",
4010 "thiserror",
4011 "tracing",
4012 "tracing-subscriber",
4013 "walkdir",
4014 "wasmtime",
4015 "wasmtime-wasi",
4016 "wiggle",
4017 "windows",
4018]
4019
4020[[package]]
4021name = "wasmtime-wasi-runtime-config"
4022version = "26.0.0"
4023dependencies = [
4024 "anyhow",
4025 "test-programs-artifacts",
4026 "tokio",
4027 "wasmtime",
4028 "wasmtime-wasi",
4029]
4030
4031[[package]]
4032name = "wasmtime-wasi-threads"
4033version = "26.0.0"
4034dependencies = [
4035 "anyhow",
4036 "log",
4037 "rand",
4038 "wasi-common",
4039 "wasmtime",
4040 "wasmtime-wasi",
4041]
4042
4043[[package]]
4044name = "wasmtime-wast"
4045version = "26.0.0"
4046dependencies = [
4047 "anyhow",
4048 "log",
4049 "wasmtime",
4050 "wast 218.0.0",
4051]
4052
4053[[package]]
4054name = "wasmtime-winch"
4055version = "26.0.0"
4056dependencies = [
4057 "anyhow",
4058 "cranelift-codegen",
4059 "gimli",
4060 "object",
4061 "target-lexicon",
4062 "wasmparser",
4063 "wasmtime-cranelift",
4064 "wasmtime-environ",
4065 "winch-codegen",
4066]
4067
4068[[package]]
4069name = "wasmtime-wit-bindgen"
4070version = "26.0.0"
4071dependencies = [
4072 "anyhow",
4073 "heck",
4074 "indexmap 2.2.6",
4075 "wit-parser",
4076]
4077
4078[[package]]
4079name = "wasmtime-wmemcheck"
4080version = "26.0.0"
4081
4082[[package]]
4083name = "wast"
4084version = "35.0.2"
4085source = "registry+https://github.com/rust-lang/crates.io-index"
4086checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
4087dependencies = [
4088 "leb128",
4089]
4090
4091[[package]]
4092name = "wast"
4093version = "218.0.0"
4094source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "8a53cd1f0fa505df97557e36a58bddb8296e2fcdcd089529545ebfdb18a1b9d7"
4096dependencies = [
4097 "bumpalo",
4098 "leb128",
4099 "memchr",
4100 "unicode-width",
4101 "wasm-encoder",
4102]
4103
4104[[package]]
4105name = "wat"
4106version = "1.218.0"
4107source = "registry+https://github.com/rust-lang/crates.io-index"
4108checksum = "4f87f8e14e776762e07927c27c2054d2cf678aab9aae2d431a79b3e31e4dd391"
4109dependencies = [
4110 "wast 218.0.0",
4111]
4112
4113[[package]]
4114name = "web-sys"
4115version = "0.3.57"
4116source = "registry+https://github.com/rust-lang/crates.io-index"
4117checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
4118dependencies = [
4119 "js-sys",
4120 "wasm-bindgen",
4121]
4122
4123[[package]]
4124name = "webpki-roots"
4125version = "0.26.1"
4126source = "registry+https://github.com/rust-lang/crates.io-index"
4127checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009"
4128dependencies = [
4129 "rustls-pki-types",
4130]
4131
4132[[package]]
4133name = "which"
4134version = "4.4.2"
4135source = "registry+https://github.com/rust-lang/crates.io-index"
4136checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
4137dependencies = [
4138 "either",
4139 "home",
4140 "once_cell",
4141 "rustix",
4142]
4143
4144[[package]]
4145name = "which"
4146version = "6.0.3"
4147source = "registry+https://github.com/rust-lang/crates.io-index"
4148checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
4149dependencies = [
4150 "either",
4151 "home",
4152 "rustix",
4153 "winsafe",
4154]
4155
4156[[package]]
4157name = "wiggle"
4158version = "26.0.0"
4159dependencies = [
4160 "anyhow",
4161 "async-trait",
4162 "bitflags 2.6.0",
4163 "proptest",
4164 "thiserror",
4165 "tokio",
4166 "tracing",
4167 "wasmtime",
4168 "wiggle-macro",
4169 "wiggle-test",
4170 "witx",
4171]
4172
4173[[package]]
4174name = "wiggle-generate"
4175version = "26.0.0"
4176dependencies = [
4177 "anyhow",
4178 "heck",
4179 "proc-macro2",
4180 "quote",
4181 "shellexpand",
4182 "syn 2.0.60",
4183 "witx",
4184]
4185
4186[[package]]
4187name = "wiggle-macro"
4188version = "26.0.0"
4189dependencies = [
4190 "proc-macro2",
4191 "quote",
4192 "syn 2.0.60",
4193 "wiggle",
4194 "wiggle-generate",
4195]
4196
4197[[package]]
4198name = "wiggle-test"
4199version = "0.0.0"
4200dependencies = [
4201 "anyhow",
4202 "env_logger 0.11.5",
4203 "proptest",
4204 "thiserror",
4205 "tracing",
4206 "tracing-subscriber",
4207 "wiggle",
4208]
4209
4210[[package]]
4211name = "winapi"
4212version = "0.3.9"
4213source = "registry+https://github.com/rust-lang/crates.io-index"
4214checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4215dependencies = [
4216 "winapi-i686-pc-windows-gnu",
4217 "winapi-x86_64-pc-windows-gnu",
4218]
4219
4220[[package]]
4221name = "winapi-i686-pc-windows-gnu"
4222version = "0.4.0"
4223source = "registry+https://github.com/rust-lang/crates.io-index"
4224checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4225
4226[[package]]
4227name = "winapi-util"
4228version = "0.1.5"
4229source = "registry+https://github.com/rust-lang/crates.io-index"
4230checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
4231dependencies = [
4232 "winapi",
4233]
4234
4235[[package]]
4236name = "winapi-x86_64-pc-windows-gnu"
4237version = "0.4.0"
4238source = "registry+https://github.com/rust-lang/crates.io-index"
4239checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4240
4241[[package]]
4242name = "winch-codegen"
4243version = "0.24.0"
4244dependencies = [
4245 "anyhow",
4246 "cranelift-codegen",
4247 "gimli",
4248 "regalloc2",
4249 "smallvec",
4250 "target-lexicon",
4251 "wasmparser",
4252 "wasmtime-cranelift",
4253 "wasmtime-environ",
4254]
4255
4256[[package]]
4257name = "windows"
4258version = "0.52.0"
4259source = "registry+https://github.com/rust-lang/crates.io-index"
4260checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
4261dependencies = [
4262 "windows-core",
4263 "windows-implement",
4264 "windows-interface",
4265 "windows-targets 0.52.6",
4266]
4267
4268[[package]]
4269name = "windows-core"
4270version = "0.52.0"
4271source = "registry+https://github.com/rust-lang/crates.io-index"
4272checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
4273dependencies = [
4274 "windows-targets 0.52.6",
4275]
4276
4277[[package]]
4278name = "windows-implement"
4279version = "0.52.0"
4280source = "registry+https://github.com/rust-lang/crates.io-index"
4281checksum = "12168c33176773b86799be25e2a2ba07c7aab9968b37541f1094dbd7a60c8946"
4282dependencies = [
4283 "proc-macro2",
4284 "quote",
4285 "syn 2.0.60",
4286]
4287
4288[[package]]
4289name = "windows-interface"
4290version = "0.52.0"
4291source = "registry+https://github.com/rust-lang/crates.io-index"
4292checksum = "9d8dc32e0095a7eeccebd0e3f09e9509365ecb3fc6ac4d6f5f14a3f6392942d1"
4293dependencies = [
4294 "proc-macro2",
4295 "quote",
4296 "syn 2.0.60",
4297]
4298
4299[[package]]
4300name = "windows-sys"
4301version = "0.48.0"
4302source = "registry+https://github.com/rust-lang/crates.io-index"
4303checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
4304dependencies = [
4305 "windows-targets 0.48.5",
4306]
4307
4308[[package]]
4309name = "windows-sys"
4310version = "0.52.0"
4311source = "registry+https://github.com/rust-lang/crates.io-index"
4312checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4313dependencies = [
4314 "windows-targets 0.52.6",
4315]
4316
4317[[package]]
4318name = "windows-sys"
4319version = "0.59.0"
4320source = "registry+https://github.com/rust-lang/crates.io-index"
4321checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
4322dependencies = [
4323 "windows-targets 0.52.6",
4324]
4325
4326[[package]]
4327name = "windows-targets"
4328version = "0.48.5"
4329source = "registry+https://github.com/rust-lang/crates.io-index"
4330checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
4331dependencies = [
4332 "windows_aarch64_gnullvm 0.48.5",
4333 "windows_aarch64_msvc 0.48.5",
4334 "windows_i686_gnu 0.48.5",
4335 "windows_i686_msvc 0.48.5",
4336 "windows_x86_64_gnu 0.48.5",
4337 "windows_x86_64_gnullvm 0.48.5",
4338 "windows_x86_64_msvc 0.48.5",
4339]
4340
4341[[package]]
4342name = "windows-targets"
4343version = "0.52.6"
4344source = "registry+https://github.com/rust-lang/crates.io-index"
4345checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4346dependencies = [
4347 "windows_aarch64_gnullvm 0.52.6",
4348 "windows_aarch64_msvc 0.52.6",
4349 "windows_i686_gnu 0.52.6",
4350 "windows_i686_gnullvm",
4351 "windows_i686_msvc 0.52.6",
4352 "windows_x86_64_gnu 0.52.6",
4353 "windows_x86_64_gnullvm 0.52.6",
4354 "windows_x86_64_msvc 0.52.6",
4355]
4356
4357[[package]]
4358name = "windows_aarch64_gnullvm"
4359version = "0.48.5"
4360source = "registry+https://github.com/rust-lang/crates.io-index"
4361checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
4362
4363[[package]]
4364name = "windows_aarch64_gnullvm"
4365version = "0.52.6"
4366source = "registry+https://github.com/rust-lang/crates.io-index"
4367checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4368
4369[[package]]
4370name = "windows_aarch64_msvc"
4371version = "0.48.5"
4372source = "registry+https://github.com/rust-lang/crates.io-index"
4373checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
4374
4375[[package]]
4376name = "windows_aarch64_msvc"
4377version = "0.52.6"
4378source = "registry+https://github.com/rust-lang/crates.io-index"
4379checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4380
4381[[package]]
4382name = "windows_i686_gnu"
4383version = "0.48.5"
4384source = "registry+https://github.com/rust-lang/crates.io-index"
4385checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
4386
4387[[package]]
4388name = "windows_i686_gnu"
4389version = "0.52.6"
4390source = "registry+https://github.com/rust-lang/crates.io-index"
4391checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4392
4393[[package]]
4394name = "windows_i686_gnullvm"
4395version = "0.52.6"
4396source = "registry+https://github.com/rust-lang/crates.io-index"
4397checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4398
4399[[package]]
4400name = "windows_i686_msvc"
4401version = "0.48.5"
4402source = "registry+https://github.com/rust-lang/crates.io-index"
4403checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
4404
4405[[package]]
4406name = "windows_i686_msvc"
4407version = "0.52.6"
4408source = "registry+https://github.com/rust-lang/crates.io-index"
4409checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4410
4411[[package]]
4412name = "windows_x86_64_gnu"
4413version = "0.48.5"
4414source = "registry+https://github.com/rust-lang/crates.io-index"
4415checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
4416
4417[[package]]
4418name = "windows_x86_64_gnu"
4419version = "0.52.6"
4420source = "registry+https://github.com/rust-lang/crates.io-index"
4421checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4422
4423[[package]]
4424name = "windows_x86_64_gnullvm"
4425version = "0.48.5"
4426source = "registry+https://github.com/rust-lang/crates.io-index"
4427checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
4428
4429[[package]]
4430name = "windows_x86_64_gnullvm"
4431version = "0.52.6"
4432source = "registry+https://github.com/rust-lang/crates.io-index"
4433checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4434
4435[[package]]
4436name = "windows_x86_64_msvc"
4437version = "0.48.5"
4438source = "registry+https://github.com/rust-lang/crates.io-index"
4439checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
4440
4441[[package]]
4442name = "windows_x86_64_msvc"
4443version = "0.52.6"
4444source = "registry+https://github.com/rust-lang/crates.io-index"
4445checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4446
4447[[package]]
4448name = "winnow"
4449version = "0.5.39"
4450source = "registry+https://github.com/rust-lang/crates.io-index"
4451checksum = "5389a154b01683d28c77f8f68f49dea75f0a4da32557a58f68ee51ebba472d29"
4452dependencies = [
4453 "memchr",
4454]
4455
4456[[package]]
4457name = "winsafe"
4458version = "0.0.19"
4459source = "registry+https://github.com/rust-lang/crates.io-index"
4460checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
4461
4462[[package]]
4463name = "winx"
4464version = "0.36.3"
4465source = "registry+https://github.com/rust-lang/crates.io-index"
4466checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
4467dependencies = [
4468 "bitflags 2.6.0",
4469 "windows-sys 0.52.0",
4470]
4471
4472[[package]]
4473name = "wit-bindgen"
4474version = "0.33.0"
4475source = "registry+https://github.com/rust-lang/crates.io-index"
4476checksum = "8fcf26778671a2327bd237a32c6f2d1d9bb0ec077e482b0839552b00d4566544"
4477dependencies = [
4478 "wit-bindgen-rt",
4479 "wit-bindgen-rust-macro",
4480]
4481
4482[[package]]
4483name = "wit-bindgen-core"
4484version = "0.33.0"
4485source = "registry+https://github.com/rust-lang/crates.io-index"
4486checksum = "4b885a00e1c428fd12b7b7c4bccc4bad8b2a3ca0abe8eaf1e0f90adabb4c7ac7"
4487dependencies = [
4488 "anyhow",
4489 "heck",
4490 "wit-parser",
4491]
4492
4493[[package]]
4494name = "wit-bindgen-rt"
4495version = "0.33.0"
4496source = "registry+https://github.com/rust-lang/crates.io-index"
4497checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
4498dependencies = [
4499 "bitflags 2.6.0",
4500]
4501
4502[[package]]
4503name = "wit-bindgen-rust"
4504version = "0.33.0"
4505source = "registry+https://github.com/rust-lang/crates.io-index"
4506checksum = "542608877814a54f6bea6b24dcbe249a2e293d67d709f4f8ec578d06b1c00730"
4507dependencies = [
4508 "anyhow",
4509 "heck",
4510 "indexmap 2.2.6",
4511 "prettyplease",
4512 "syn 2.0.60",
4513 "wasm-metadata",
4514 "wit-bindgen-core",
4515 "wit-component",
4516]
4517
4518[[package]]
4519name = "wit-bindgen-rust-macro"
4520version = "0.33.0"
4521source = "registry+https://github.com/rust-lang/crates.io-index"
4522checksum = "30d462025f670fff96606ddbfe62500255b4fe3de7298cd9cbabb2de3d567183"
4523dependencies = [
4524 "anyhow",
4525 "prettyplease",
4526 "proc-macro2",
4527 "quote",
4528 "syn 2.0.60",
4529 "wit-bindgen-core",
4530 "wit-bindgen-rust",
4531]
4532
4533[[package]]
4534name = "wit-component"
4535version = "0.218.0"
4536source = "registry+https://github.com/rust-lang/crates.io-index"
4537checksum = "aa53aa7e6bf2b3e8ccaffbcc963fbdb672a603dc0af393a481b6cec24c266406"
4538dependencies = [
4539 "anyhow",
4540 "bitflags 2.6.0",
4541 "indexmap 2.2.6",
4542 "log",
4543 "serde",
4544 "serde_derive",
4545 "serde_json",
4546 "wasm-encoder",
4547 "wasm-metadata",
4548 "wasmparser",
4549 "wit-parser",
4550]
4551
4552[[package]]
4553name = "wit-parser"
4554version = "0.218.0"
4555source = "registry+https://github.com/rust-lang/crates.io-index"
4556checksum = "0d3d1066ab761b115f97fef2b191090faabcb0f37b555b758d3caf42d4ed9e55"
4557dependencies = [
4558 "anyhow",
4559 "id-arena",
4560 "indexmap 2.2.6",
4561 "log",
4562 "semver",
4563 "serde",
4564 "serde_derive",
4565 "serde_json",
4566 "unicode-xid",
4567 "wasmparser",
4568]
4569
4570[[package]]
4571name = "witx"
4572version = "0.9.1"
4573source = "registry+https://github.com/rust-lang/crates.io-index"
4574checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
4575dependencies = [
4576 "anyhow",
4577 "log",
4578 "thiserror",
4579 "wast 35.0.2",
4580]
4581
4582[[package]]
4583name = "xattr"
4584version = "1.3.1"
4585source = "registry+https://github.com/rust-lang/crates.io-index"
4586checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
4587dependencies = [
4588 "libc",
4589 "linux-raw-sys",
4590 "rustix",
4591]
4592
4593[[package]]
4594name = "zerocopy"
4595version = "0.7.32"
4596source = "registry+https://github.com/rust-lang/crates.io-index"
4597checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
4598dependencies = [
4599 "zerocopy-derive",
4600]
4601
4602[[package]]
4603name = "zerocopy-derive"
4604version = "0.7.32"
4605source = "registry+https://github.com/rust-lang/crates.io-index"
4606checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
4607dependencies = [
4608 "proc-macro2",
4609 "quote",
4610 "syn 2.0.60",
4611]
4612
4613[[package]]
4614name = "zeroize"
4615version = "1.7.0"
4616source = "registry+https://github.com/rust-lang/crates.io-index"
4617checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
4618
4619[[package]]
4620name = "zstd"
4621version = "0.13.0"
4622source = "registry+https://github.com/rust-lang/crates.io-index"
4623checksum = "bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110"
4624dependencies = [
4625 "zstd-safe",
4626]
4627
4628[[package]]
4629name = "zstd-safe"
4630version = "7.0.0"
4631source = "registry+https://github.com/rust-lang/crates.io-index"
4632checksum = "43747c7422e2924c11144d5229878b98180ef8b06cca4ab5af37afc8a8d8ea3e"
4633dependencies = [
4634 "zstd-sys",
4635]
4636
4637[[package]]
4638name = "zstd-sys"
4639version = "2.0.9+zstd.1.5.5"
4640source = "registry+https://github.com/rust-lang/crates.io-index"
4641checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656"
4642dependencies = [
4643 "cc",
4644 "pkg-config",
4645]
4646