xref: /wasmtime-44.0.1/Cargo.lock (revision 72dccdfd)
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "addr2line"
7version = "0.24.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375"
10dependencies = [
11 "gimli 0.31.1",
12]
13
14[[package]]
15name = "addr2line"
16version = "0.26.0"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "9698bf0769c641b18618039fe2ebd41eb3541f98433000f64e663fab7cea2c87"
19dependencies = [
20 "gimli 0.33.0",
21]
22
23[[package]]
24name = "adler2"
25version = "2.0.0"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
28
29[[package]]
30name = "aes"
31version = "0.8.4"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
34dependencies = [
35 "cfg-if",
36 "cipher",
37 "cpufeatures",
38]
39
40[[package]]
41name = "aho-corasick"
42version = "1.0.2"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
45dependencies = [
46 "memchr",
47]
48
49[[package]]
50name = "allocator-api2"
51version = "0.2.20"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "45862d1c77f2228b9e10bc609d5bc203d86ebc9b87ad8d5d5167a6c9abf739d9"
54
55[[package]]
56name = "ambient-authority"
57version = "0.0.2"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
60
61[[package]]
62name = "android_system_properties"
63version = "0.1.5"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
66dependencies = [
67 "libc",
68]
69
70[[package]]
71name = "anes"
72version = "0.1.6"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
75
76[[package]]
77name = "anstream"
78version = "0.6.21"
79source = "registry+https://github.com/rust-lang/crates.io-index"
80checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
81dependencies = [
82 "anstyle",
83 "anstyle-parse",
84 "anstyle-query",
85 "anstyle-wincon",
86 "colorchoice",
87 "is_terminal_polyfill",
88 "utf8parse",
89]
90
91[[package]]
92name = "anstyle"
93version = "1.0.13"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
96
97[[package]]
98name = "anstyle-parse"
99version = "0.2.7"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
102dependencies = [
103 "utf8parse",
104]
105
106[[package]]
107name = "anstyle-query"
108version = "1.1.5"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
111dependencies = [
112 "windows-sys 0.61.2",
113]
114
115[[package]]
116name = "anstyle-wincon"
117version = "3.0.11"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
120dependencies = [
121 "anstyle",
122 "once_cell_polyfill",
123 "windows-sys 0.61.2",
124]
125
126[[package]]
127name = "anyhow"
128version = "1.0.100"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
131
132[[package]]
133name = "arbitrary"
134version = "1.4.2"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
137dependencies = [
138 "derive_arbitrary",
139]
140
141[[package]]
142name = "arbtest"
143version = "0.3.2"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "2a3be567977128c0f71ad1462d9624ccda712193d124e944252f0c5789a06d46"
146dependencies = [
147 "arbitrary",
148]
149
150[[package]]
151name = "async-trait"
152version = "0.1.89"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
155dependencies = [
156 "proc-macro2",
157 "quote",
158 "syn 2.0.106",
159]
160
161[[package]]
162name = "atomic-waker"
163version = "1.1.2"
164source = "registry+https://github.com/rust-lang/crates.io-index"
165checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
166
167[[package]]
168name = "autocfg"
169version = "1.1.0"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
172
173[[package]]
174name = "backtrace"
175version = "0.3.75"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
178dependencies = [
179 "addr2line 0.24.1",
180 "cfg-if",
181 "libc",
182 "miniz_oxide",
183 "object 0.36.5",
184 "rustc-demangle",
185 "windows-targets 0.52.6",
186]
187
188[[package]]
189name = "base64"
190version = "0.22.1"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
193
194[[package]]
195name = "base64ct"
196version = "1.6.0"
197source = "registry+https://github.com/rust-lang/crates.io-index"
198checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
199
200[[package]]
201name = "beef"
202version = "0.5.2"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
205
206[[package]]
207name = "bindgen"
208version = "0.72.1"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
211dependencies = [
212 "bitflags 2.9.4",
213 "cexpr",
214 "clang-sys",
215 "itertools 0.13.0",
216 "log",
217 "prettyplease",
218 "proc-macro2",
219 "quote",
220 "regex",
221 "rustc-hash",
222 "shlex",
223 "syn 2.0.106",
224]
225
226[[package]]
227name = "bit-set"
228version = "0.5.2"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
231dependencies = [
232 "bit-vec",
233]
234
235[[package]]
236name = "bit-vec"
237version = "0.6.3"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
240
241[[package]]
242name = "bitflags"
243version = "1.3.2"
244source = "registry+https://github.com/rust-lang/crates.io-index"
245checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
246
247[[package]]
248name = "bitflags"
249version = "2.9.4"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
252
253[[package]]
254name = "bitmaps"
255version = "2.1.0"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
258dependencies = [
259 "typenum",
260]
261
262[[package]]
263name = "block-buffer"
264version = "0.10.2"
265source = "registry+https://github.com/rust-lang/crates.io-index"
266checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
267dependencies = [
268 "generic-array",
269]
270
271[[package]]
272name = "bstr"
273version = "1.6.0"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
276dependencies = [
277 "memchr",
278 "regex-automata 0.3.3",
279 "serde",
280]
281
282[[package]]
283name = "bumpalo"
284version = "3.20.0"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "c81d250916401487680ed13b8b675660281dcfc3ab0121fe44c94bcab9eae2fb"
287dependencies = [
288 "allocator-api2",
289]
290
291[[package]]
292name = "byte-array-literals"
293version = "44.0.0"
294
295[[package]]
296name = "byteorder"
297version = "1.4.3"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
300
301[[package]]
302name = "bytes"
303version = "1.11.1"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
306
307[[package]]
308name = "bytesize"
309version = "2.0.1"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "a3c8f83209414aacf0eeae3cf730b18d6981697fba62f200fcfb92b9f082acba"
312
313[[package]]
314name = "bzip2"
315version = "0.4.4"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
318dependencies = [
319 "bzip2-sys",
320 "libc",
321]
322
323[[package]]
324name = "bzip2-sys"
325version = "0.1.11+1.0.8"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
328dependencies = [
329 "cc",
330 "libc",
331 "pkg-config",
332]
333
334[[package]]
335name = "calculator"
336version = "0.1.0"
337dependencies = [
338 "clap",
339 "wasmtime",
340 "wasmtime-wasi",
341]
342
343[[package]]
344name = "camino"
345version = "1.1.4"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2"
348dependencies = [
349 "serde",
350]
351
352[[package]]
353name = "cap-fs-ext"
354version = "3.4.5"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "d5528f85b1e134ae811704e41ef80930f56e795923f866813255bc342cc20654"
357dependencies = [
358 "cap-primitives",
359 "cap-std",
360 "io-lifetimes",
361 "windows-sys 0.52.0",
362]
363
364[[package]]
365name = "cap-net-ext"
366version = "3.4.5"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "20a158160765c6a7d0d8c072a53d772e4cb243f38b04bfcf6b4939cfbe7482e7"
369dependencies = [
370 "cap-primitives",
371 "cap-std",
372 "rustix 1.0.8",
373 "smallvec 1.15.1",
374]
375
376[[package]]
377name = "cap-primitives"
378version = "3.4.5"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "b6cf3aea8a5081171859ef57bc1606b1df6999df4f1110f8eef68b30098d1d3a"
381dependencies = [
382 "ambient-authority",
383 "fs-set-times",
384 "io-extras",
385 "io-lifetimes",
386 "ipnet",
387 "maybe-owned",
388 "rustix 1.0.8",
389 "rustix-linux-procfs",
390 "windows-sys 0.52.0",
391 "winx",
392]
393
394[[package]]
395name = "cap-rand"
396version = "3.4.5"
397source = "registry+https://github.com/rust-lang/crates.io-index"
398checksum = "d8144c22e24bbcf26ade86cb6501a0916c46b7e4787abdb0045a467eb1645a1d"
399dependencies = [
400 "ambient-authority",
401 "rand 0.8.5",
402]
403
404[[package]]
405name = "cap-std"
406version = "3.4.5"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "b6dc3090992a735d23219de5c204927163d922f42f575a0189b005c62d37549a"
409dependencies = [
410 "cap-primitives",
411 "io-extras",
412 "io-lifetimes",
413 "rustix 1.0.8",
414]
415
416[[package]]
417name = "cap-time-ext"
418version = "3.4.5"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "def102506ce40c11710a9b16e614af0cde8e76ae51b1f48c04b8d79f4b671a80"
421dependencies = [
422 "ambient-authority",
423 "cap-primitives",
424 "iana-time-zone",
425 "once_cell",
426 "rustix 1.0.8",
427 "winx",
428]
429
430[[package]]
431name = "capstone"
432version = "0.13.0"
433source = "registry+https://github.com/rust-lang/crates.io-index"
434checksum = "015ef5d5ca1743e3f94af9509ba6bd2886523cfee46e48d15c2ef5216fd4ac9a"
435dependencies = [
436 "capstone-sys",
437 "libc",
438]
439
440[[package]]
441name = "capstone-sys"
442version = "0.17.0"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "2267cb8d16a1e4197863ec4284ffd1aec26fe7e57c58af46b02590a0235809a0"
445dependencies = [
446 "cc",
447 "libc",
448]
449
450[[package]]
451name = "cargo-platform"
452version = "0.1.2"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
455dependencies = [
456 "serde",
457]
458
459[[package]]
460name = "cargo_metadata"
461version = "0.19.2"
462source = "registry+https://github.com/rust-lang/crates.io-index"
463checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
464dependencies = [
465 "camino",
466 "cargo-platform",
467 "semver",
468 "serde",
469 "serde_json",
470 "thiserror 2.0.17",
471]
472
473[[package]]
474name = "cast"
475version = "0.3.0"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
478
479[[package]]
480name = "cc"
481version = "1.2.41"
482source = "registry+https://github.com/rust-lang/crates.io-index"
483checksum = "ac9fe6cdbb24b6ade63616c0a0688e45bb56732262c158df3c0c4bea4ca47cb7"
484dependencies = [
485 "find-msvc-tools",
486 "jobserver",
487 "libc",
488 "shlex",
489]
490
491[[package]]
492name = "cexpr"
493version = "0.6.0"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
496dependencies = [
497 "nom",
498]
499
500[[package]]
501name = "cfg-if"
502version = "1.0.0"
503source = "registry+https://github.com/rust-lang/crates.io-index"
504checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
505
506[[package]]
507name = "ciborium"
508version = "0.2.0"
509source = "registry+https://github.com/rust-lang/crates.io-index"
510checksum = "b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f"
511dependencies = [
512 "ciborium-io",
513 "ciborium-ll",
514 "serde",
515]
516
517[[package]]
518name = "ciborium-io"
519version = "0.2.0"
520source = "registry+https://github.com/rust-lang/crates.io-index"
521checksum = "346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369"
522
523[[package]]
524name = "ciborium-ll"
525version = "0.2.0"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b"
528dependencies = [
529 "ciborium-io",
530 "half 1.8.2",
531]
532
533[[package]]
534name = "cipher"
535version = "0.4.4"
536source = "registry+https://github.com/rust-lang/crates.io-index"
537checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
538dependencies = [
539 "crypto-common",
540 "inout",
541]
542
543[[package]]
544name = "clang-sys"
545version = "1.8.1"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
548dependencies = [
549 "glob",
550 "libc",
551 "libloading",
552]
553
554[[package]]
555name = "clap"
556version = "4.5.48"
557source = "registry+https://github.com/rust-lang/crates.io-index"
558checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae"
559dependencies = [
560 "clap_builder",
561 "clap_derive",
562]
563
564[[package]]
565name = "clap_builder"
566version = "4.5.48"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9"
569dependencies = [
570 "anstream",
571 "anstyle",
572 "clap_lex",
573 "strsim",
574 "terminal_size",
575]
576
577[[package]]
578name = "clap_complete"
579version = "4.5.58"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "75bf0b32ad2e152de789bb635ea4d3078f6b838ad7974143e99b99f45a04af4a"
582dependencies = [
583 "clap",
584]
585
586[[package]]
587name = "clap_derive"
588version = "4.5.47"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c"
591dependencies = [
592 "heck 0.5.0",
593 "proc-macro2",
594 "quote",
595 "syn 2.0.106",
596]
597
598[[package]]
599name = "clap_lex"
600version = "0.7.5"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
603
604[[package]]
605name = "cobs"
606version = "0.3.0"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
609dependencies = [
610 "thiserror 2.0.17",
611]
612
613[[package]]
614name = "codespan-reporting"
615version = "0.11.1"
616source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
618dependencies = [
619 "termcolor",
620 "unicode-width 0.1.9",
621]
622
623[[package]]
624name = "colorchoice"
625version = "1.0.4"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
628
629[[package]]
630name = "component-async-tests"
631version = "0.0.0"
632dependencies = [
633 "bytes",
634 "env_logger 0.11.5",
635 "futures",
636 "once_cell",
637 "tempfile",
638 "test-programs-artifacts",
639 "tokio",
640 "wasm-compose",
641 "wasmparser 0.245.0",
642 "wasmtime",
643 "wasmtime-wasi",
644]
645
646[[package]]
647name = "component-macro-test-helpers"
648version = "0.0.0"
649dependencies = [
650 "proc-macro2",
651 "quote",
652]
653
654[[package]]
655name = "constant_time_eq"
656version = "0.1.5"
657source = "registry+https://github.com/rust-lang/crates.io-index"
658checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
659
660[[package]]
661name = "core-foundation"
662version = "0.9.4"
663source = "registry+https://github.com/rust-lang/crates.io-index"
664checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
665dependencies = [
666 "core-foundation-sys",
667 "libc",
668]
669
670[[package]]
671name = "core-foundation-sys"
672version = "0.8.6"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
675
676[[package]]
677name = "cpp_demangle"
678version = "0.4.3"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "7e8227005286ec39567949b33df9896bcadfa6051bccca2488129f108ca23119"
681dependencies = [
682 "cfg-if",
683]
684
685[[package]]
686name = "cpufeatures"
687version = "0.2.7"
688source = "registry+https://github.com/rust-lang/crates.io-index"
689checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
690dependencies = [
691 "libc",
692]
693
694[[package]]
695name = "cranelift"
696version = "0.131.0"
697dependencies = [
698 "cranelift-codegen",
699 "cranelift-frontend",
700 "cranelift-interpreter",
701 "cranelift-jit",
702 "cranelift-module",
703 "cranelift-native",
704 "cranelift-object",
705]
706
707[[package]]
708name = "cranelift-assembler-x64"
709version = "0.131.0"
710dependencies = [
711 "arbitrary",
712 "arbtest",
713 "capstone",
714 "cranelift-assembler-x64-meta",
715]
716
717[[package]]
718name = "cranelift-assembler-x64-fuzz"
719version = "0.0.0"
720dependencies = [
721 "cranelift-assembler-x64",
722 "libfuzzer-sys",
723]
724
725[[package]]
726name = "cranelift-assembler-x64-meta"
727version = "0.131.0"
728dependencies = [
729 "cranelift-srcgen",
730]
731
732[[package]]
733name = "cranelift-bforest"
734version = "0.131.0"
735dependencies = [
736 "cranelift-entity",
737 "wasmtime-internal-core",
738]
739
740[[package]]
741name = "cranelift-bitset"
742version = "0.131.0"
743dependencies = [
744 "arbitrary",
745 "serde",
746 "serde_derive",
747 "wasmtime-internal-core",
748]
749
750[[package]]
751name = "cranelift-codegen"
752version = "0.131.0"
753dependencies = [
754 "anyhow",
755 "bumpalo",
756 "capstone",
757 "cranelift-assembler-x64",
758 "cranelift-bforest",
759 "cranelift-bitset",
760 "cranelift-codegen-meta",
761 "cranelift-codegen-shared",
762 "cranelift-control",
763 "cranelift-entity",
764 "cranelift-isle",
765 "criterion",
766 "env_logger 0.11.5",
767 "gimli 0.33.0",
768 "hashbrown 0.16.1",
769 "libm",
770 "log",
771 "postcard",
772 "proptest",
773 "pulley-interpreter",
774 "regalloc2",
775 "rustc-hash",
776 "serde",
777 "serde_derive",
778 "sha2",
779 "similar",
780 "smallvec 1.15.1",
781 "souper-ir",
782 "target-lexicon",
783 "wasmtime-internal-core",
784]
785
786[[package]]
787name = "cranelift-codegen-meta"
788version = "0.131.0"
789dependencies = [
790 "cranelift-assembler-x64-meta",
791 "cranelift-codegen-shared",
792 "cranelift-srcgen",
793 "heck 0.5.0",
794 "pulley-interpreter",
795]
796
797[[package]]
798name = "cranelift-codegen-shared"
799version = "0.131.0"
800
801[[package]]
802name = "cranelift-control"
803version = "0.131.0"
804dependencies = [
805 "arbitrary",
806]
807
808[[package]]
809name = "cranelift-entity"
810version = "0.131.0"
811dependencies = [
812 "cranelift-bitset",
813 "serde",
814 "serde_derive",
815 "wasmtime-internal-core",
816]
817
818[[package]]
819name = "cranelift-filetests"
820version = "0.0.0"
821dependencies = [
822 "anyhow",
823 "cranelift",
824 "cranelift-codegen",
825 "cranelift-control",
826 "cranelift-frontend",
827 "cranelift-interpreter",
828 "cranelift-jit",
829 "cranelift-module",
830 "cranelift-native",
831 "cranelift-reader",
832 "file-per-thread-logger",
833 "filecheck",
834 "gimli 0.33.0",
835 "libm",
836 "log",
837 "num_cpus",
838 "pulley-interpreter",
839 "serde",
840 "serde_derive",
841 "similar",
842 "smallvec 1.15.1",
843 "target-lexicon",
844 "thiserror 2.0.17",
845 "toml",
846 "wasmtime-internal-unwinder",
847 "wat",
848]
849
850[[package]]
851name = "cranelift-frontend"
852version = "0.131.0"
853dependencies = [
854 "cranelift-codegen",
855 "env_logger 0.11.5",
856 "hashbrown 0.16.1",
857 "log",
858 "similar",
859 "smallvec 1.15.1",
860 "target-lexicon",
861]
862
863[[package]]
864name = "cranelift-fuzzgen"
865version = "0.0.0"
866dependencies = [
867 "anyhow",
868 "arbitrary",
869 "cranelift",
870 "cranelift-native",
871 "rand 0.9.2",
872 "target-lexicon",
873]
874
875[[package]]
876name = "cranelift-interpreter"
877version = "0.131.0"
878dependencies = [
879 "cranelift-codegen",
880 "cranelift-entity",
881 "cranelift-frontend",
882 "cranelift-reader",
883 "libm",
884 "log",
885 "smallvec 1.15.1",
886 "thiserror 2.0.17",
887]
888
889[[package]]
890name = "cranelift-isle"
891version = "0.131.0"
892dependencies = [
893 "codespan-reporting",
894 "log",
895 "tempfile",
896]
897
898[[package]]
899name = "cranelift-jit"
900version = "0.131.0"
901dependencies = [
902 "anyhow",
903 "cranelift",
904 "cranelift-codegen",
905 "cranelift-control",
906 "cranelift-entity",
907 "cranelift-frontend",
908 "cranelift-module",
909 "cranelift-native",
910 "libc",
911 "log",
912 "memmap2",
913 "region",
914 "target-lexicon",
915 "wasmtime-internal-jit-icache-coherence",
916 "wasmtime-internal-unwinder",
917 "windows-sys 0.61.2",
918]
919
920[[package]]
921name = "cranelift-module"
922version = "0.131.0"
923dependencies = [
924 "anyhow",
925 "cranelift-codegen",
926 "cranelift-control",
927 "hashbrown 0.16.1",
928 "serde",
929 "serde_derive",
930]
931
932[[package]]
933name = "cranelift-native"
934version = "0.131.0"
935dependencies = [
936 "cranelift-codegen",
937 "libc",
938 "target-lexicon",
939]
940
941[[package]]
942name = "cranelift-object"
943version = "0.131.0"
944dependencies = [
945 "anyhow",
946 "cranelift-codegen",
947 "cranelift-control",
948 "cranelift-entity",
949 "cranelift-frontend",
950 "cranelift-module",
951 "log",
952 "object 0.38.1",
953 "target-lexicon",
954]
955
956[[package]]
957name = "cranelift-reader"
958version = "0.131.0"
959dependencies = [
960 "anyhow",
961 "cranelift-codegen",
962 "smallvec 1.15.1",
963 "target-lexicon",
964]
965
966[[package]]
967name = "cranelift-serde"
968version = "0.131.0"
969dependencies = [
970 "clap",
971 "cranelift-codegen",
972 "cranelift-reader",
973 "serde_json",
974]
975
976[[package]]
977name = "cranelift-srcgen"
978version = "0.131.0"
979
980[[package]]
981name = "cranelift-tools"
982version = "0.0.0"
983dependencies = [
984 "anyhow",
985 "capstone",
986 "cfg-if",
987 "clap",
988 "cranelift",
989 "cranelift-codegen",
990 "cranelift-entity",
991 "cranelift-filetests",
992 "cranelift-frontend",
993 "cranelift-interpreter",
994 "cranelift-jit",
995 "cranelift-module",
996 "cranelift-native",
997 "cranelift-object",
998 "cranelift-reader",
999 "env_logger 0.11.5",
1000 "filecheck",
1001 "log",
1002 "pulley-interpreter",
1003 "rayon",
1004 "regalloc2",
1005 "rustc-hash",
1006 "serde",
1007 "similar",
1008 "target-lexicon",
1009 "thiserror 2.0.17",
1010 "toml",
1011 "walkdir",
1012]
1013
1014[[package]]
1015name = "crc32fast"
1016version = "1.3.2"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
1019dependencies = [
1020 "cfg-if",
1021]
1022
1023[[package]]
1024name = "criterion"
1025version = "0.7.0"
1026source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "e1c047a62b0cc3e145fa84415a3191f628e980b194c2755aa12300a4e6cbd928"
1028dependencies = [
1029 "anes",
1030 "cast",
1031 "ciborium",
1032 "clap",
1033 "criterion-plot",
1034 "itertools 0.13.0",
1035 "num-traits",
1036 "oorandom",
1037 "rayon",
1038 "regex",
1039 "serde",
1040 "serde_json",
1041 "tinytemplate",
1042 "walkdir",
1043]
1044
1045[[package]]
1046name = "criterion-plot"
1047version = "0.6.0"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "9b1bcc0dc7dfae599d84ad0b1a55f80cde8af3725da8313b528da95ef783e338"
1050dependencies = [
1051 "cast",
1052 "itertools 0.13.0",
1053]
1054
1055[[package]]
1056name = "crossbeam-deque"
1057version = "0.8.1"
1058source = "registry+https://github.com/rust-lang/crates.io-index"
1059checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
1060dependencies = [
1061 "cfg-if",
1062 "crossbeam-epoch",
1063 "crossbeam-utils",
1064]
1065
1066[[package]]
1067name = "crossbeam-epoch"
1068version = "0.9.18"
1069source = "registry+https://github.com/rust-lang/crates.io-index"
1070checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
1071dependencies = [
1072 "crossbeam-utils",
1073]
1074
1075[[package]]
1076name = "crossbeam-utils"
1077version = "0.8.20"
1078source = "registry+https://github.com/rust-lang/crates.io-index"
1079checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
1080
1081[[package]]
1082name = "crunchy"
1083version = "0.2.2"
1084source = "registry+https://github.com/rust-lang/crates.io-index"
1085checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
1086
1087[[package]]
1088name = "crypto-common"
1089version = "0.1.6"
1090source = "registry+https://github.com/rust-lang/crates.io-index"
1091checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1092dependencies = [
1093 "generic-array",
1094 "typenum",
1095]
1096
1097[[package]]
1098name = "cty"
1099version = "0.2.2"
1100source = "registry+https://github.com/rust-lang/crates.io-index"
1101checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
1102
1103[[package]]
1104name = "debugid"
1105version = "0.8.0"
1106source = "registry+https://github.com/rust-lang/crates.io-index"
1107checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
1108dependencies = [
1109 "uuid",
1110]
1111
1112[[package]]
1113name = "der"
1114version = "0.7.10"
1115source = "registry+https://github.com/rust-lang/crates.io-index"
1116checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
1117dependencies = [
1118 "pem-rfc7468",
1119 "zeroize",
1120]
1121
1122[[package]]
1123name = "deranged"
1124version = "0.3.11"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
1127dependencies = [
1128 "powerfmt",
1129]
1130
1131[[package]]
1132name = "derive_arbitrary"
1133version = "1.4.0"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "d475dfebcb4854d596b17b09f477616f80f17a550517f2b3615d8c205d5c802b"
1136dependencies = [
1137 "proc-macro2",
1138 "quote",
1139 "syn 2.0.106",
1140]
1141
1142[[package]]
1143name = "digest"
1144version = "0.10.7"
1145source = "registry+https://github.com/rust-lang/crates.io-index"
1146checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1147dependencies = [
1148 "block-buffer",
1149 "crypto-common",
1150 "subtle",
1151]
1152
1153[[package]]
1154name = "directories-next"
1155version = "2.0.0"
1156source = "registry+https://github.com/rust-lang/crates.io-index"
1157checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
1158dependencies = [
1159 "cfg-if",
1160 "dirs-sys-next",
1161]
1162
1163[[package]]
1164name = "dirs-sys-next"
1165version = "0.1.2"
1166source = "registry+https://github.com/rust-lang/crates.io-index"
1167checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1168dependencies = [
1169 "libc",
1170 "redox_users",
1171 "winapi",
1172]
1173
1174[[package]]
1175name = "displaydoc"
1176version = "0.2.5"
1177source = "registry+https://github.com/rust-lang/crates.io-index"
1178checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1179dependencies = [
1180 "proc-macro2",
1181 "quote",
1182 "syn 2.0.106",
1183]
1184
1185[[package]]
1186name = "dlmalloc"
1187version = "0.2.4"
1188source = "registry+https://github.com/rust-lang/crates.io-index"
1189checksum = "203540e710bfadb90e5e29930baf5d10270cec1f43ab34f46f78b147b2de715a"
1190dependencies = [
1191 "libc",
1192]
1193
1194[[package]]
1195name = "easy-smt"
1196version = "0.2.2"
1197source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "2cc74633db03a8b18de7c933fbd72402d45dfaf2d1736c1fd8ff9bbe461b4572"
1199dependencies = [
1200 "log",
1201 "unicode-segmentation",
1202]
1203
1204[[package]]
1205name = "egg"
1206version = "0.6.0"
1207source = "registry+https://github.com/rust-lang/crates.io-index"
1208checksum = "05a6c0bbc92278f84e742f08c0ab9cb16a987376cd2bc39d228ef9c74d98d6f7"
1209dependencies = [
1210 "indexmap 1.9.1",
1211 "instant",
1212 "log",
1213 "once_cell",
1214 "smallvec 1.15.1",
1215 "symbolic_expressions",
1216]
1217
1218[[package]]
1219name = "either"
1220version = "1.13.0"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
1223
1224[[package]]
1225name = "embedded-io"
1226version = "0.4.0"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
1229
1230[[package]]
1231name = "embedded-io"
1232version = "0.6.1"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
1235
1236[[package]]
1237name = "embedding"
1238version = "44.0.0"
1239dependencies = [
1240 "dlmalloc",
1241 "raw-cpuid",
1242 "wasmtime",
1243 "wasmtime-wasi-io",
1244]
1245
1246[[package]]
1247name = "encoding_rs"
1248version = "0.8.31"
1249source = "registry+https://github.com/rust-lang/crates.io-index"
1250checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
1251dependencies = [
1252 "cfg-if",
1253]
1254
1255[[package]]
1256name = "env_filter"
1257version = "0.1.2"
1258source = "registry+https://github.com/rust-lang/crates.io-index"
1259checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
1260dependencies = [
1261 "log",
1262 "regex",
1263]
1264
1265[[package]]
1266name = "env_logger"
1267version = "0.10.0"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
1270dependencies = [
1271 "humantime",
1272 "is-terminal",
1273 "log",
1274 "regex",
1275 "termcolor",
1276]
1277
1278[[package]]
1279name = "env_logger"
1280version = "0.11.5"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
1283dependencies = [
1284 "anstream",
1285 "anstyle",
1286 "env_filter",
1287 "humantime",
1288 "log",
1289]
1290
1291[[package]]
1292name = "equivalent"
1293version = "1.0.1"
1294source = "registry+https://github.com/rust-lang/crates.io-index"
1295checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
1296
1297[[package]]
1298name = "errno"
1299version = "0.3.14"
1300source = "registry+https://github.com/rust-lang/crates.io-index"
1301checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1302dependencies = [
1303 "libc",
1304 "windows-sys 0.61.2",
1305]
1306
1307[[package]]
1308name = "escape8259"
1309version = "0.5.2"
1310source = "registry+https://github.com/rust-lang/crates.io-index"
1311checksum = "ba4f4911e3666fcd7826997b4745c8224295a6f3072f1418c3067b97a67557ee"
1312dependencies = [
1313 "rustversion",
1314]
1315
1316[[package]]
1317name = "example-component-wasm"
1318version = "0.0.0"
1319dependencies = [
1320 "wit-bindgen 0.53.0",
1321]
1322
1323[[package]]
1324name = "example-fib-debug-wasm"
1325version = "0.0.0"
1326
1327[[package]]
1328name = "example-resource-component-wasm"
1329version = "0.1.0"
1330dependencies = [
1331 "wit-bindgen 0.53.0",
1332]
1333
1334[[package]]
1335name = "example-tokio-wasm"
1336version = "0.0.0"
1337
1338[[package]]
1339name = "example-wasi-wasm"
1340version = "0.0.0"
1341
1342[[package]]
1343name = "fallible-iterator"
1344version = "0.3.0"
1345source = "registry+https://github.com/rust-lang/crates.io-index"
1346checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
1347
1348[[package]]
1349name = "fastrand"
1350version = "2.3.0"
1351source = "registry+https://github.com/rust-lang/crates.io-index"
1352checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1353
1354[[package]]
1355name = "fd-lock"
1356version = "4.0.4"
1357source = "registry+https://github.com/rust-lang/crates.io-index"
1358checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
1359dependencies = [
1360 "cfg-if",
1361 "rustix 1.0.8",
1362 "windows-sys 0.52.0",
1363]
1364
1365[[package]]
1366name = "file-per-thread-logger"
1367version = "0.2.0"
1368source = "registry+https://github.com/rust-lang/crates.io-index"
1369checksum = "8a3cc21c33af89af0930c8cae4ade5e6fdc17b5d2c97b3d2e2edb67a1cf683f3"
1370dependencies = [
1371 "env_logger 0.10.0",
1372 "log",
1373]
1374
1375[[package]]
1376name = "filecheck"
1377version = "0.5.0"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "2fe00b427b7c4835f8b82170eb7b9a63634376b63d73b9a9093367e82570bbaa"
1380dependencies = [
1381 "regex",
1382 "thiserror 1.0.65",
1383]
1384
1385[[package]]
1386name = "filetime"
1387version = "0.2.16"
1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "c0408e2626025178a6a7f7ffc05a25bc47103229f19c113755de7bf63816290c"
1390dependencies = [
1391 "cfg-if",
1392 "libc",
1393 "redox_syscall",
1394 "winapi",
1395]
1396
1397[[package]]
1398name = "find-msvc-tools"
1399version = "0.1.4"
1400source = "registry+https://github.com/rust-lang/crates.io-index"
1401checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
1402
1403[[package]]
1404name = "fixedbitset"
1405version = "0.4.2"
1406source = "registry+https://github.com/rust-lang/crates.io-index"
1407checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
1408
1409[[package]]
1410name = "flagset"
1411version = "0.4.3"
1412source = "registry+https://github.com/rust-lang/crates.io-index"
1413checksum = "cda653ca797810c02f7ca4b804b40b8b95ae046eb989d356bce17919a8c25499"
1414dependencies = [
1415 "serde",
1416]
1417
1418[[package]]
1419name = "flate2"
1420version = "1.1.4"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "dc5a4e564e38c699f2880d3fda590bedc2e69f3f84cd48b457bd892ce61d0aa9"
1423dependencies = [
1424 "crc32fast",
1425 "miniz_oxide",
1426]
1427
1428[[package]]
1429name = "fnv"
1430version = "1.0.7"
1431source = "registry+https://github.com/rust-lang/crates.io-index"
1432checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1433
1434[[package]]
1435name = "foldhash"
1436version = "0.1.3"
1437source = "registry+https://github.com/rust-lang/crates.io-index"
1438checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
1439
1440[[package]]
1441name = "foldhash"
1442version = "0.2.0"
1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
1445
1446[[package]]
1447name = "foreign-types"
1448version = "0.3.2"
1449source = "registry+https://github.com/rust-lang/crates.io-index"
1450checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1451dependencies = [
1452 "foreign-types-shared",
1453]
1454
1455[[package]]
1456name = "foreign-types-shared"
1457version = "0.1.1"
1458source = "registry+https://github.com/rust-lang/crates.io-index"
1459checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1460
1461[[package]]
1462name = "form_urlencoded"
1463version = "1.2.2"
1464source = "registry+https://github.com/rust-lang/crates.io-index"
1465checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1466dependencies = [
1467 "percent-encoding",
1468]
1469
1470[[package]]
1471name = "fs-set-times"
1472version = "0.20.3"
1473source = "registry+https://github.com/rust-lang/crates.io-index"
1474checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
1475dependencies = [
1476 "io-lifetimes",
1477 "rustix 1.0.8",
1478 "windows-sys 0.52.0",
1479]
1480
1481[[package]]
1482name = "fslock"
1483version = "0.2.1"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "04412b8935272e3a9bae6f48c7bfff74c2911f60525404edfdd28e49884c3bfb"
1486dependencies = [
1487 "libc",
1488 "winapi",
1489]
1490
1491[[package]]
1492name = "futures"
1493version = "0.3.31"
1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1496dependencies = [
1497 "futures-channel",
1498 "futures-core",
1499 "futures-executor",
1500 "futures-io",
1501 "futures-sink",
1502 "futures-task",
1503 "futures-util",
1504]
1505
1506[[package]]
1507name = "futures-channel"
1508version = "0.3.31"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1511dependencies = [
1512 "futures-core",
1513 "futures-sink",
1514]
1515
1516[[package]]
1517name = "futures-core"
1518version = "0.3.31"
1519source = "registry+https://github.com/rust-lang/crates.io-index"
1520checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1521
1522[[package]]
1523name = "futures-executor"
1524version = "0.3.31"
1525source = "registry+https://github.com/rust-lang/crates.io-index"
1526checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1527dependencies = [
1528 "futures-core",
1529 "futures-task",
1530 "futures-util",
1531]
1532
1533[[package]]
1534name = "futures-io"
1535version = "0.3.31"
1536source = "registry+https://github.com/rust-lang/crates.io-index"
1537checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1538
1539[[package]]
1540name = "futures-macro"
1541version = "0.3.31"
1542source = "registry+https://github.com/rust-lang/crates.io-index"
1543checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1544dependencies = [
1545 "proc-macro2",
1546 "quote",
1547 "syn 2.0.106",
1548]
1549
1550[[package]]
1551name = "futures-sink"
1552version = "0.3.31"
1553source = "registry+https://github.com/rust-lang/crates.io-index"
1554checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1555
1556[[package]]
1557name = "futures-task"
1558version = "0.3.31"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1561
1562[[package]]
1563name = "futures-util"
1564version = "0.3.31"
1565source = "registry+https://github.com/rust-lang/crates.io-index"
1566checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1567dependencies = [
1568 "futures-channel",
1569 "futures-core",
1570 "futures-io",
1571 "futures-macro",
1572 "futures-sink",
1573 "futures-task",
1574 "memchr",
1575 "pin-project-lite",
1576 "pin-utils",
1577 "slab",
1578]
1579
1580[[package]]
1581name = "fxprof-processed-profile"
1582version = "0.8.1"
1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "25234f20a3ec0a962a61770cfe39ecf03cb529a6e474ad8cff025ed497eda557"
1585dependencies = [
1586 "bitflags 2.9.4",
1587 "debugid",
1588 "rustc-hash",
1589 "serde",
1590 "serde_derive",
1591 "serde_json",
1592]
1593
1594[[package]]
1595name = "generic-array"
1596version = "0.14.5"
1597source = "registry+https://github.com/rust-lang/crates.io-index"
1598checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
1599dependencies = [
1600 "typenum",
1601 "version_check",
1602]
1603
1604[[package]]
1605name = "getrandom"
1606version = "0.2.15"
1607source = "registry+https://github.com/rust-lang/crates.io-index"
1608checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
1609dependencies = [
1610 "cfg-if",
1611 "libc",
1612 "wasi 0.11.0+wasi-snapshot-preview1",
1613]
1614
1615[[package]]
1616name = "getrandom"
1617version = "0.3.1"
1618source = "registry+https://github.com/rust-lang/crates.io-index"
1619checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
1620dependencies = [
1621 "cfg-if",
1622 "libc",
1623 "wasi 0.13.3+wasi-0.2.2",
1624 "windows-targets 0.52.6",
1625]
1626
1627[[package]]
1628name = "gimli"
1629version = "0.31.1"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
1632dependencies = [
1633 "fallible-iterator",
1634 "indexmap 2.13.0",
1635 "stable_deref_trait",
1636]
1637
1638[[package]]
1639name = "gimli"
1640version = "0.33.0"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "0bf7f043f89559805f8c7cacc432749b2fa0d0a0a9ee46ce47164ed5ba7f126c"
1643dependencies = [
1644 "fnv",
1645 "hashbrown 0.16.1",
1646 "indexmap 2.13.0",
1647 "stable_deref_trait",
1648]
1649
1650[[package]]
1651name = "glob"
1652version = "0.3.1"
1653source = "registry+https://github.com/rust-lang/crates.io-index"
1654checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
1655
1656[[package]]
1657name = "gzip-header"
1658version = "1.0.0"
1659source = "registry+https://github.com/rust-lang/crates.io-index"
1660checksum = "95cc527b92e6029a62960ad99aa8a6660faa4555fe5f731aab13aa6a921795a2"
1661dependencies = [
1662 "crc32fast",
1663]
1664
1665[[package]]
1666name = "h2"
1667version = "0.4.4"
1668source = "registry+https://github.com/rust-lang/crates.io-index"
1669checksum = "816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069"
1670dependencies = [
1671 "bytes",
1672 "fnv",
1673 "futures-core",
1674 "futures-sink",
1675 "futures-util",
1676 "http",
1677 "indexmap 2.13.0",
1678 "slab",
1679 "tokio",
1680 "tokio-util",
1681 "tracing",
1682]
1683
1684[[package]]
1685name = "half"
1686version = "1.8.2"
1687source = "registry+https://github.com/rust-lang/crates.io-index"
1688checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
1689
1690[[package]]
1691name = "half"
1692version = "2.4.1"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
1695dependencies = [
1696 "cfg-if",
1697 "crunchy",
1698]
1699
1700[[package]]
1701name = "hashbrown"
1702version = "0.12.3"
1703source = "registry+https://github.com/rust-lang/crates.io-index"
1704checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1705
1706[[package]]
1707name = "hashbrown"
1708version = "0.15.2"
1709source = "registry+https://github.com/rust-lang/crates.io-index"
1710checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
1711dependencies = [
1712 "foldhash 0.1.3",
1713]
1714
1715[[package]]
1716name = "hashbrown"
1717version = "0.16.1"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1720dependencies = [
1721 "foldhash 0.2.0",
1722 "serde",
1723 "serde_core",
1724]
1725
1726[[package]]
1727name = "heck"
1728version = "0.4.1"
1729source = "registry+https://github.com/rust-lang/crates.io-index"
1730checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1731
1732[[package]]
1733name = "heck"
1734version = "0.5.0"
1735source = "registry+https://github.com/rust-lang/crates.io-index"
1736checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1737
1738[[package]]
1739name = "hermit-abi"
1740version = "0.5.2"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1743
1744[[package]]
1745name = "hmac"
1746version = "0.12.1"
1747source = "registry+https://github.com/rust-lang/crates.io-index"
1748checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1749dependencies = [
1750 "digest",
1751]
1752
1753[[package]]
1754name = "home"
1755version = "0.5.12"
1756source = "registry+https://github.com/rust-lang/crates.io-index"
1757checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
1758dependencies = [
1759 "windows-sys 0.61.2",
1760]
1761
1762[[package]]
1763name = "http"
1764version = "1.3.1"
1765source = "registry+https://github.com/rust-lang/crates.io-index"
1766checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
1767dependencies = [
1768 "bytes",
1769 "fnv",
1770 "itoa",
1771]
1772
1773[[package]]
1774name = "http-body"
1775version = "1.0.1"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1778dependencies = [
1779 "bytes",
1780 "http",
1781]
1782
1783[[package]]
1784name = "http-body-util"
1785version = "0.1.3"
1786source = "registry+https://github.com/rust-lang/crates.io-index"
1787checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1788dependencies = [
1789 "bytes",
1790 "futures-core",
1791 "http",
1792 "http-body",
1793 "pin-project-lite",
1794]
1795
1796[[package]]
1797name = "httparse"
1798version = "1.10.1"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1801
1802[[package]]
1803name = "httpdate"
1804version = "1.0.2"
1805source = "registry+https://github.com/rust-lang/crates.io-index"
1806checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
1807
1808[[package]]
1809name = "humantime"
1810version = "2.1.0"
1811source = "registry+https://github.com/rust-lang/crates.io-index"
1812checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
1813
1814[[package]]
1815name = "hyper"
1816version = "1.7.0"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
1819dependencies = [
1820 "atomic-waker",
1821 "bytes",
1822 "futures-channel",
1823 "futures-core",
1824 "h2",
1825 "http",
1826 "http-body",
1827 "httparse",
1828 "httpdate",
1829 "itoa",
1830 "pin-project-lite",
1831 "pin-utils",
1832 "smallvec 1.15.1",
1833 "tokio",
1834 "want",
1835]
1836
1837[[package]]
1838name = "iana-time-zone"
1839version = "0.1.61"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
1842dependencies = [
1843 "android_system_properties",
1844 "core-foundation-sys",
1845 "iana-time-zone-haiku",
1846 "js-sys",
1847 "wasm-bindgen",
1848 "windows-core",
1849]
1850
1851[[package]]
1852name = "iana-time-zone-haiku"
1853version = "0.1.2"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1856dependencies = [
1857 "cc",
1858]
1859
1860[[package]]
1861name = "icu_collections"
1862version = "1.5.0"
1863source = "registry+https://github.com/rust-lang/crates.io-index"
1864checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
1865dependencies = [
1866 "displaydoc",
1867 "yoke",
1868 "zerofrom",
1869 "zerovec",
1870]
1871
1872[[package]]
1873name = "icu_locid"
1874version = "1.5.0"
1875source = "registry+https://github.com/rust-lang/crates.io-index"
1876checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
1877dependencies = [
1878 "displaydoc",
1879 "litemap",
1880 "tinystr",
1881 "writeable",
1882 "zerovec",
1883]
1884
1885[[package]]
1886name = "icu_locid_transform"
1887version = "1.5.0"
1888source = "registry+https://github.com/rust-lang/crates.io-index"
1889checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
1890dependencies = [
1891 "displaydoc",
1892 "icu_locid",
1893 "icu_locid_transform_data",
1894 "icu_provider",
1895 "tinystr",
1896 "zerovec",
1897]
1898
1899[[package]]
1900name = "icu_locid_transform_data"
1901version = "1.5.0"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
1904
1905[[package]]
1906name = "icu_normalizer"
1907version = "1.5.0"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
1910dependencies = [
1911 "displaydoc",
1912 "icu_collections",
1913 "icu_normalizer_data",
1914 "icu_properties",
1915 "icu_provider",
1916 "smallvec 1.15.1",
1917 "utf16_iter",
1918 "utf8_iter",
1919 "write16",
1920 "zerovec",
1921]
1922
1923[[package]]
1924name = "icu_normalizer_data"
1925version = "1.5.0"
1926source = "registry+https://github.com/rust-lang/crates.io-index"
1927checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
1928
1929[[package]]
1930name = "icu_properties"
1931version = "1.5.1"
1932source = "registry+https://github.com/rust-lang/crates.io-index"
1933checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
1934dependencies = [
1935 "displaydoc",
1936 "icu_collections",
1937 "icu_locid_transform",
1938 "icu_properties_data",
1939 "icu_provider",
1940 "tinystr",
1941 "zerovec",
1942]
1943
1944[[package]]
1945name = "icu_properties_data"
1946version = "1.5.0"
1947source = "registry+https://github.com/rust-lang/crates.io-index"
1948checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
1949
1950[[package]]
1951name = "icu_provider"
1952version = "1.5.0"
1953source = "registry+https://github.com/rust-lang/crates.io-index"
1954checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
1955dependencies = [
1956 "displaydoc",
1957 "icu_locid",
1958 "icu_provider_macros",
1959 "stable_deref_trait",
1960 "tinystr",
1961 "writeable",
1962 "yoke",
1963 "zerofrom",
1964 "zerovec",
1965]
1966
1967[[package]]
1968name = "icu_provider_macros"
1969version = "1.5.0"
1970source = "registry+https://github.com/rust-lang/crates.io-index"
1971checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
1972dependencies = [
1973 "proc-macro2",
1974 "quote",
1975 "syn 2.0.106",
1976]
1977
1978[[package]]
1979name = "id-arena"
1980version = "2.3.0"
1981source = "registry+https://github.com/rust-lang/crates.io-index"
1982checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
1983
1984[[package]]
1985name = "idna"
1986version = "1.1.0"
1987source = "registry+https://github.com/rust-lang/crates.io-index"
1988checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1989dependencies = [
1990 "idna_adapter",
1991 "smallvec 1.15.1",
1992 "utf8_iter",
1993]
1994
1995[[package]]
1996name = "idna_adapter"
1997version = "1.2.0"
1998source = "registry+https://github.com/rust-lang/crates.io-index"
1999checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
2000dependencies = [
2001 "icu_normalizer",
2002 "icu_properties",
2003]
2004
2005[[package]]
2006name = "im-rc"
2007version = "15.1.0"
2008source = "registry+https://github.com/rust-lang/crates.io-index"
2009checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe"
2010dependencies = [
2011 "bitmaps",
2012 "rand_core 0.6.3",
2013 "rand_xoshiro",
2014 "sized-chunks",
2015 "typenum",
2016 "version_check",
2017]
2018
2019[[package]]
2020name = "indexmap"
2021version = "1.9.1"
2022source = "registry+https://github.com/rust-lang/crates.io-index"
2023checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
2024dependencies = [
2025 "autocfg",
2026 "hashbrown 0.12.3",
2027]
2028
2029[[package]]
2030name = "indexmap"
2031version = "2.13.0"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
2034dependencies = [
2035 "equivalent",
2036 "hashbrown 0.16.1",
2037 "serde",
2038 "serde_core",
2039]
2040
2041[[package]]
2042name = "inout"
2043version = "0.1.3"
2044source = "registry+https://github.com/rust-lang/crates.io-index"
2045checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
2046dependencies = [
2047 "generic-array",
2048]
2049
2050[[package]]
2051name = "instant"
2052version = "0.1.12"
2053source = "registry+https://github.com/rust-lang/crates.io-index"
2054checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2055dependencies = [
2056 "cfg-if",
2057]
2058
2059[[package]]
2060name = "io-extras"
2061version = "0.18.4"
2062source = "registry+https://github.com/rust-lang/crates.io-index"
2063checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
2064dependencies = [
2065 "io-lifetimes",
2066 "windows-sys 0.52.0",
2067]
2068
2069[[package]]
2070name = "io-lifetimes"
2071version = "2.0.3"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
2074
2075[[package]]
2076name = "ipnet"
2077version = "2.5.0"
2078source = "registry+https://github.com/rust-lang/crates.io-index"
2079checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
2080
2081[[package]]
2082name = "is-terminal"
2083version = "0.4.17"
2084source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
2086dependencies = [
2087 "hermit-abi",
2088 "libc",
2089 "windows-sys 0.61.2",
2090]
2091
2092[[package]]
2093name = "is_terminal_polyfill"
2094version = "1.70.1"
2095source = "registry+https://github.com/rust-lang/crates.io-index"
2096checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2097
2098[[package]]
2099name = "isle-fuzz"
2100version = "0.0.0"
2101dependencies = [
2102 "cranelift-isle",
2103 "env_logger 0.11.5",
2104 "libfuzzer-sys",
2105 "log",
2106]
2107
2108[[package]]
2109name = "islec"
2110version = "0.0.0"
2111dependencies = [
2112 "clap",
2113 "cranelift-isle",
2114 "env_logger 0.11.5",
2115]
2116
2117[[package]]
2118name = "itertools"
2119version = "0.13.0"
2120source = "registry+https://github.com/rust-lang/crates.io-index"
2121checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
2122dependencies = [
2123 "either",
2124]
2125
2126[[package]]
2127name = "itertools"
2128version = "0.14.0"
2129source = "registry+https://github.com/rust-lang/crates.io-index"
2130checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
2131dependencies = [
2132 "either",
2133]
2134
2135[[package]]
2136name = "itoa"
2137version = "1.0.14"
2138source = "registry+https://github.com/rust-lang/crates.io-index"
2139checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
2140
2141[[package]]
2142name = "ittapi"
2143version = "0.4.0"
2144source = "registry+https://github.com/rust-lang/crates.io-index"
2145checksum = "6b996fe614c41395cdaedf3cf408a9534851090959d90d54a535f675550b64b1"
2146dependencies = [
2147 "anyhow",
2148 "ittapi-sys",
2149 "log",
2150]
2151
2152[[package]]
2153name = "ittapi-sys"
2154version = "0.4.0"
2155source = "registry+https://github.com/rust-lang/crates.io-index"
2156checksum = "52f5385394064fa2c886205dba02598013ce83d3e92d33dbdc0c52fe0e7bf4fc"
2157dependencies = [
2158 "cc",
2159]
2160
2161[[package]]
2162name = "jobserver"
2163version = "0.1.32"
2164source = "registry+https://github.com/rust-lang/crates.io-index"
2165checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
2166dependencies = [
2167 "libc",
2168]
2169
2170[[package]]
2171name = "js-sys"
2172version = "0.3.74"
2173source = "registry+https://github.com/rust-lang/crates.io-index"
2174checksum = "a865e038f7f6ed956f788f0d7d60c541fff74c7bd74272c5d4cf15c63743e705"
2175dependencies = [
2176 "once_cell",
2177 "wasm-bindgen",
2178]
2179
2180[[package]]
2181name = "json-from-wast"
2182version = "0.245.0"
2183source = "registry+https://github.com/rust-lang/crates.io-index"
2184checksum = "0e70808c1eac9590387b9acbd107f5412293c0b56f7e9173c9de8538ae4a876f"
2185dependencies = [
2186 "anyhow",
2187 "serde",
2188 "serde_derive",
2189 "wast 245.0.0",
2190]
2191
2192[[package]]
2193name = "lazy_static"
2194version = "1.4.0"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2197
2198[[package]]
2199name = "leb128"
2200version = "0.2.5"
2201source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
2203
2204[[package]]
2205name = "leb128fmt"
2206version = "0.1.0"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
2209
2210[[package]]
2211name = "libc"
2212version = "0.2.177"
2213source = "registry+https://github.com/rust-lang/crates.io-index"
2214checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
2215
2216[[package]]
2217name = "libfuzzer-sys"
2218version = "0.4.10"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
2221dependencies = [
2222 "arbitrary",
2223 "cc",
2224]
2225
2226[[package]]
2227name = "libloading"
2228version = "0.8.6"
2229source = "registry+https://github.com/rust-lang/crates.io-index"
2230checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
2231dependencies = [
2232 "cfg-if",
2233 "windows-targets 0.52.6",
2234]
2235
2236[[package]]
2237name = "libm"
2238version = "0.2.16"
2239source = "registry+https://github.com/rust-lang/crates.io-index"
2240checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
2241
2242[[package]]
2243name = "libtest-mimic"
2244version = "0.8.1"
2245source = "registry+https://github.com/rust-lang/crates.io-index"
2246checksum = "5297962ef19edda4ce33aaa484386e0a5b3d7f2f4e037cbeee00503ef6b29d33"
2247dependencies = [
2248 "anstream",
2249 "anstyle",
2250 "clap",
2251 "escape8259",
2252]
2253
2254[[package]]
2255name = "linux-raw-sys"
2256version = "0.4.14"
2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2259
2260[[package]]
2261name = "linux-raw-sys"
2262version = "0.9.4"
2263source = "registry+https://github.com/rust-lang/crates.io-index"
2264checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
2265
2266[[package]]
2267name = "listenfd"
2268version = "1.0.0"
2269source = "registry+https://github.com/rust-lang/crates.io-index"
2270checksum = "14e4fcc00ff6731d94b70e16e71f43bda62883461f31230742e3bc6dddf12988"
2271dependencies = [
2272 "libc",
2273 "uuid",
2274 "winapi",
2275]
2276
2277[[package]]
2278name = "litemap"
2279version = "0.7.4"
2280source = "registry+https://github.com/rust-lang/crates.io-index"
2281checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
2282
2283[[package]]
2284name = "log"
2285version = "0.4.28"
2286source = "registry+https://github.com/rust-lang/crates.io-index"
2287checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
2288
2289[[package]]
2290name = "logos"
2291version = "0.14.2"
2292source = "registry+https://github.com/rust-lang/crates.io-index"
2293checksum = "1c6b6e02facda28ca5fb8dbe4b152496ba3b1bd5a4b40bb2b1b2d8ad74e0f39b"
2294dependencies = [
2295 "logos-derive",
2296]
2297
2298[[package]]
2299name = "logos-codegen"
2300version = "0.14.2"
2301source = "registry+https://github.com/rust-lang/crates.io-index"
2302checksum = "b32eb6b5f26efacd015b000bfc562186472cd9b34bdba3f6b264e2a052676d10"
2303dependencies = [
2304 "beef",
2305 "fnv",
2306 "lazy_static",
2307 "proc-macro2",
2308 "quote",
2309 "regex-syntax 0.8.5",
2310 "syn 2.0.106",
2311]
2312
2313[[package]]
2314name = "logos-derive"
2315version = "0.14.2"
2316source = "registry+https://github.com/rust-lang/crates.io-index"
2317checksum = "3e5d0c5463c911ef55624739fc353238b4e310f0144be1f875dc42fec6bfd5ec"
2318dependencies = [
2319 "logos-codegen",
2320]
2321
2322[[package]]
2323name = "mach2"
2324version = "0.4.2"
2325source = "registry+https://github.com/rust-lang/crates.io-index"
2326checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
2327dependencies = [
2328 "libc",
2329]
2330
2331[[package]]
2332name = "matchers"
2333version = "0.2.0"
2334source = "registry+https://github.com/rust-lang/crates.io-index"
2335checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
2336dependencies = [
2337 "regex-automata 0.4.11",
2338]
2339
2340[[package]]
2341name = "matrixmultiply"
2342version = "0.3.9"
2343source = "registry+https://github.com/rust-lang/crates.io-index"
2344checksum = "9380b911e3e96d10c1f415da0876389aaf1b56759054eeb0de7df940c456ba1a"
2345dependencies = [
2346 "autocfg",
2347 "rawpointer",
2348]
2349
2350[[package]]
2351name = "maybe-owned"
2352version = "0.3.4"
2353source = "registry+https://github.com/rust-lang/crates.io-index"
2354checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
2355
2356[[package]]
2357name = "memchr"
2358version = "2.7.6"
2359source = "registry+https://github.com/rust-lang/crates.io-index"
2360checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
2361
2362[[package]]
2363name = "memfd"
2364version = "0.6.5"
2365source = "registry+https://github.com/rust-lang/crates.io-index"
2366checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
2367dependencies = [
2368 "rustix 1.0.8",
2369]
2370
2371[[package]]
2372name = "memmap2"
2373version = "0.2.3"
2374source = "registry+https://github.com/rust-lang/crates.io-index"
2375checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
2376dependencies = [
2377 "libc",
2378]
2379
2380[[package]]
2381name = "min-platform-host"
2382version = "44.0.0"
2383dependencies = [
2384 "libloading",
2385 "object 0.38.1",
2386 "wasmtime",
2387]
2388
2389[[package]]
2390name = "minimal-lexical"
2391version = "0.2.1"
2392source = "registry+https://github.com/rust-lang/crates.io-index"
2393checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2394
2395[[package]]
2396name = "miniz_oxide"
2397version = "0.8.9"
2398source = "registry+https://github.com/rust-lang/crates.io-index"
2399checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2400dependencies = [
2401 "adler2",
2402 "simd-adler32",
2403]
2404
2405[[package]]
2406name = "mio"
2407version = "1.1.0"
2408source = "registry+https://github.com/rust-lang/crates.io-index"
2409checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
2410dependencies = [
2411 "libc",
2412 "wasi 0.11.0+wasi-snapshot-preview1",
2413 "windows-sys 0.61.2",
2414]
2415
2416[[package]]
2417name = "mutatis"
2418version = "0.3.2"
2419source = "registry+https://github.com/rust-lang/crates.io-index"
2420checksum = "31be5d2bfb418a4362eec78ca556ce9a15542a00d389860c3bf3adc132edb1d9"
2421dependencies = [
2422 "rand 0.8.5",
2423]
2424
2425[[package]]
2426name = "native-tls"
2427version = "0.2.14"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
2430dependencies = [
2431 "libc",
2432 "log",
2433 "openssl",
2434 "openssl-probe",
2435 "openssl-sys",
2436 "schannel",
2437 "security-framework",
2438 "security-framework-sys",
2439 "tempfile",
2440]
2441
2442[[package]]
2443name = "ndarray"
2444version = "0.15.6"
2445source = "registry+https://github.com/rust-lang/crates.io-index"
2446checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32"
2447dependencies = [
2448 "matrixmultiply",
2449 "num-complex",
2450 "num-integer",
2451 "num-traits",
2452 "rawpointer",
2453]
2454
2455[[package]]
2456name = "nom"
2457version = "7.1.3"
2458source = "registry+https://github.com/rust-lang/crates.io-index"
2459checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2460dependencies = [
2461 "memchr",
2462 "minimal-lexical",
2463]
2464
2465[[package]]
2466name = "nu-ansi-term"
2467version = "0.50.3"
2468source = "registry+https://github.com/rust-lang/crates.io-index"
2469checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
2470dependencies = [
2471 "windows-sys 0.61.2",
2472]
2473
2474[[package]]
2475name = "num-complex"
2476version = "0.4.6"
2477source = "registry+https://github.com/rust-lang/crates.io-index"
2478checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
2479dependencies = [
2480 "num-traits",
2481]
2482
2483[[package]]
2484name = "num-conv"
2485version = "0.1.0"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2488
2489[[package]]
2490name = "num-integer"
2491version = "0.1.46"
2492source = "registry+https://github.com/rust-lang/crates.io-index"
2493checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2494dependencies = [
2495 "num-traits",
2496]
2497
2498[[package]]
2499name = "num-traits"
2500version = "0.2.19"
2501source = "registry+https://github.com/rust-lang/crates.io-index"
2502checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2503dependencies = [
2504 "autocfg",
2505]
2506
2507[[package]]
2508name = "num_cpus"
2509version = "1.17.0"
2510source = "registry+https://github.com/rust-lang/crates.io-index"
2511checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
2512dependencies = [
2513 "hermit-abi",
2514 "libc",
2515]
2516
2517[[package]]
2518name = "object"
2519version = "0.36.5"
2520source = "registry+https://github.com/rust-lang/crates.io-index"
2521checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
2522dependencies = [
2523 "memchr",
2524]
2525
2526[[package]]
2527name = "object"
2528version = "0.38.1"
2529source = "registry+https://github.com/rust-lang/crates.io-index"
2530checksum = "271638cd5fa9cca89c4c304675ca658efc4e64a66c716b7cfe1afb4b9611dbbc"
2531dependencies = [
2532 "crc32fast",
2533 "hashbrown 0.16.1",
2534 "indexmap 2.13.0",
2535 "memchr",
2536]
2537
2538[[package]]
2539name = "ocaml-boxroot-sys"
2540version = "0.2.0"
2541source = "registry+https://github.com/rust-lang/crates.io-index"
2542checksum = "5186393bfbee4ce2bc5bbb82beafb77e85c1d0a557e3cfc8c8a0d63d7845fed5"
2543dependencies = [
2544 "cc",
2545]
2546
2547[[package]]
2548name = "ocaml-interop"
2549version = "0.8.8"
2550source = "registry+https://github.com/rust-lang/crates.io-index"
2551checksum = "2e01e08412a7e072a90a225d2ae49a2860aeea853ce673bc63891dbf86aed063"
2552dependencies = [
2553 "ocaml-boxroot-sys",
2554 "ocaml-sys",
2555 "static_assertions",
2556]
2557
2558[[package]]
2559name = "ocaml-sys"
2560version = "0.22.3"
2561source = "registry+https://github.com/rust-lang/crates.io-index"
2562checksum = "73ec6ca7d41458442627435afb8f4671e83fd642e8a560171d671a1f679aa3cf"
2563dependencies = [
2564 "cty",
2565]
2566
2567[[package]]
2568name = "once_cell"
2569version = "1.19.0"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2572
2573[[package]]
2574name = "once_cell_polyfill"
2575version = "1.70.1"
2576source = "registry+https://github.com/rust-lang/crates.io-index"
2577checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
2578
2579[[package]]
2580name = "oorandom"
2581version = "11.1.3"
2582source = "registry+https://github.com/rust-lang/crates.io-index"
2583checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
2584
2585[[package]]
2586name = "openssl"
2587version = "0.10.73"
2588source = "registry+https://github.com/rust-lang/crates.io-index"
2589checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
2590dependencies = [
2591 "bitflags 2.9.4",
2592 "cfg-if",
2593 "foreign-types",
2594 "libc",
2595 "once_cell",
2596 "openssl-macros",
2597 "openssl-sys",
2598]
2599
2600[[package]]
2601name = "openssl-macros"
2602version = "0.1.1"
2603source = "registry+https://github.com/rust-lang/crates.io-index"
2604checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2605dependencies = [
2606 "proc-macro2",
2607 "quote",
2608 "syn 2.0.106",
2609]
2610
2611[[package]]
2612name = "openssl-probe"
2613version = "0.1.6"
2614source = "registry+https://github.com/rust-lang/crates.io-index"
2615checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
2616
2617[[package]]
2618name = "openssl-sys"
2619version = "0.9.109"
2620source = "registry+https://github.com/rust-lang/crates.io-index"
2621checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
2622dependencies = [
2623 "cc",
2624 "libc",
2625 "pkg-config",
2626 "vcpkg",
2627]
2628
2629[[package]]
2630name = "openvino"
2631version = "0.9.0"
2632source = "registry+https://github.com/rust-lang/crates.io-index"
2633checksum = "3308ec088481c27b5b521598ced2d5d5f67253d9639f5a3cce5a2ea4c4062a94"
2634dependencies = [
2635 "openvino-finder",
2636 "openvino-sys",
2637]
2638
2639[[package]]
2640name = "openvino-finder"
2641version = "0.9.0"
2642source = "registry+https://github.com/rust-lang/crates.io-index"
2643checksum = "bba5393f3522f98d9c4703a6a73afc7feff2bf9cc00a0722957b54c44ecda5fe"
2644dependencies = [
2645 "cfg-if",
2646 "log",
2647]
2648
2649[[package]]
2650name = "openvino-sys"
2651version = "0.9.0"
2652source = "registry+https://github.com/rust-lang/crates.io-index"
2653checksum = "da7d035914ff5c8e12d7e05982929fb275e6f06eafcbe529f316001760b08786"
2654dependencies = [
2655 "env_logger 0.11.5",
2656 "libloading",
2657 "openvino-finder",
2658]
2659
2660[[package]]
2661name = "ort"
2662version = "2.0.0-rc.10"
2663source = "registry+https://github.com/rust-lang/crates.io-index"
2664checksum = "1fa7e49bd669d32d7bc2a15ec540a527e7764aec722a45467814005725bcd721"
2665dependencies = [
2666 "ort-sys",
2667 "smallvec 2.0.0-alpha.10",
2668 "tracing",
2669]
2670
2671[[package]]
2672name = "ort-sys"
2673version = "2.0.0-rc.10"
2674source = "registry+https://github.com/rust-lang/crates.io-index"
2675checksum = "e2aba9f5c7c479925205799216e7e5d07cc1d4fa76ea8058c60a9a30f6a4e890"
2676dependencies = [
2677 "flate2",
2678 "pkg-config",
2679 "sha2",
2680 "tar",
2681 "ureq",
2682]
2683
2684[[package]]
2685name = "password-hash"
2686version = "0.4.2"
2687source = "registry+https://github.com/rust-lang/crates.io-index"
2688checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
2689dependencies = [
2690 "base64ct",
2691 "rand_core 0.6.3",
2692 "subtle",
2693]
2694
2695[[package]]
2696name = "paste"
2697version = "1.0.7"
2698source = "registry+https://github.com/rust-lang/crates.io-index"
2699checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
2700
2701[[package]]
2702name = "pbkdf2"
2703version = "0.11.0"
2704source = "registry+https://github.com/rust-lang/crates.io-index"
2705checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
2706dependencies = [
2707 "digest",
2708 "hmac",
2709 "password-hash",
2710 "sha2",
2711]
2712
2713[[package]]
2714name = "pem-rfc7468"
2715version = "0.7.0"
2716source = "registry+https://github.com/rust-lang/crates.io-index"
2717checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
2718dependencies = [
2719 "base64ct",
2720]
2721
2722[[package]]
2723name = "percent-encoding"
2724version = "2.3.2"
2725source = "registry+https://github.com/rust-lang/crates.io-index"
2726checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2727
2728[[package]]
2729name = "petgraph"
2730version = "0.6.5"
2731source = "registry+https://github.com/rust-lang/crates.io-index"
2732checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
2733dependencies = [
2734 "fixedbitset",
2735 "indexmap 2.13.0",
2736]
2737
2738[[package]]
2739name = "pin-project-lite"
2740version = "0.2.14"
2741source = "registry+https://github.com/rust-lang/crates.io-index"
2742checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2743
2744[[package]]
2745name = "pin-utils"
2746version = "0.1.0"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2749
2750[[package]]
2751name = "pkg-config"
2752version = "0.3.32"
2753source = "registry+https://github.com/rust-lang/crates.io-index"
2754checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2755
2756[[package]]
2757name = "postcard"
2758version = "1.1.3"
2759source = "registry+https://github.com/rust-lang/crates.io-index"
2760checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
2761dependencies = [
2762 "cobs",
2763 "embedded-io 0.4.0",
2764 "embedded-io 0.6.1",
2765 "serde",
2766]
2767
2768[[package]]
2769name = "powerfmt"
2770version = "0.2.0"
2771source = "registry+https://github.com/rust-lang/crates.io-index"
2772checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2773
2774[[package]]
2775name = "ppv-lite86"
2776version = "0.2.16"
2777source = "registry+https://github.com/rust-lang/crates.io-index"
2778checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
2779
2780[[package]]
2781name = "prettyplease"
2782version = "0.2.31"
2783source = "registry+https://github.com/rust-lang/crates.io-index"
2784checksum = "5316f57387668042f561aae71480de936257848f9c43ce528e311d89a07cadeb"
2785dependencies = [
2786 "proc-macro2",
2787 "syn 2.0.106",
2788]
2789
2790[[package]]
2791name = "proc-macro2"
2792version = "1.0.101"
2793source = "registry+https://github.com/rust-lang/crates.io-index"
2794checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
2795dependencies = [
2796 "unicode-ident",
2797]
2798
2799[[package]]
2800name = "proptest"
2801version = "1.0.0"
2802source = "registry+https://github.com/rust-lang/crates.io-index"
2803checksum = "1e0d9cc07f18492d879586c92b485def06bc850da3118075cd45d50e9c95b0e5"
2804dependencies = [
2805 "bit-set",
2806 "bitflags 1.3.2",
2807 "byteorder",
2808 "lazy_static",
2809 "num-traits",
2810 "quick-error 2.0.1",
2811 "rand 0.8.5",
2812 "rand_chacha 0.3.1",
2813 "rand_xorshift",
2814 "regex-syntax 0.6.25",
2815 "rusty-fork",
2816 "tempfile",
2817]
2818
2819[[package]]
2820name = "pulley-interpreter"
2821version = "44.0.0"
2822dependencies = [
2823 "anyhow",
2824 "arbitrary",
2825 "clap",
2826 "cranelift-bitset",
2827 "env_logger 0.11.5",
2828 "log",
2829 "pulley-macros",
2830 "termcolor",
2831 "wasmtime-internal-core",
2832]
2833
2834[[package]]
2835name = "pulley-interpreter-fuzz"
2836version = "0.0.0"
2837dependencies = [
2838 "env_logger 0.11.5",
2839 "log",
2840 "pulley-interpreter",
2841]
2842
2843[[package]]
2844name = "pulley-macros"
2845version = "44.0.0"
2846dependencies = [
2847 "proc-macro2",
2848 "quote",
2849 "syn 2.0.106",
2850]
2851
2852[[package]]
2853name = "quick-error"
2854version = "1.2.3"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2857
2858[[package]]
2859name = "quick-error"
2860version = "2.0.1"
2861source = "registry+https://github.com/rust-lang/crates.io-index"
2862checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
2863
2864[[package]]
2865name = "quote"
2866version = "1.0.41"
2867source = "registry+https://github.com/rust-lang/crates.io-index"
2868checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
2869dependencies = [
2870 "proc-macro2",
2871]
2872
2873[[package]]
2874name = "rand"
2875version = "0.8.5"
2876source = "registry+https://github.com/rust-lang/crates.io-index"
2877checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2878dependencies = [
2879 "libc",
2880 "rand_chacha 0.3.1",
2881 "rand_core 0.6.3",
2882]
2883
2884[[package]]
2885name = "rand"
2886version = "0.9.2"
2887source = "registry+https://github.com/rust-lang/crates.io-index"
2888checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
2889dependencies = [
2890 "rand_chacha 0.9.0",
2891 "rand_core 0.9.3",
2892]
2893
2894[[package]]
2895name = "rand_chacha"
2896version = "0.3.1"
2897source = "registry+https://github.com/rust-lang/crates.io-index"
2898checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2899dependencies = [
2900 "ppv-lite86",
2901 "rand_core 0.6.3",
2902]
2903
2904[[package]]
2905name = "rand_chacha"
2906version = "0.9.0"
2907source = "registry+https://github.com/rust-lang/crates.io-index"
2908checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2909dependencies = [
2910 "ppv-lite86",
2911 "rand_core 0.9.3",
2912]
2913
2914[[package]]
2915name = "rand_core"
2916version = "0.6.3"
2917source = "registry+https://github.com/rust-lang/crates.io-index"
2918checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
2919dependencies = [
2920 "getrandom 0.2.15",
2921]
2922
2923[[package]]
2924name = "rand_core"
2925version = "0.9.3"
2926source = "registry+https://github.com/rust-lang/crates.io-index"
2927checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
2928dependencies = [
2929 "getrandom 0.3.1",
2930]
2931
2932[[package]]
2933name = "rand_xorshift"
2934version = "0.3.0"
2935source = "registry+https://github.com/rust-lang/crates.io-index"
2936checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
2937dependencies = [
2938 "rand_core 0.6.3",
2939]
2940
2941[[package]]
2942name = "rand_xoshiro"
2943version = "0.6.0"
2944source = "registry+https://github.com/rust-lang/crates.io-index"
2945checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
2946dependencies = [
2947 "rand_core 0.6.3",
2948]
2949
2950[[package]]
2951name = "raw-cpuid"
2952version = "11.5.0"
2953source = "registry+https://github.com/rust-lang/crates.io-index"
2954checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146"
2955dependencies = [
2956 "bitflags 2.9.4",
2957]
2958
2959[[package]]
2960name = "rawpointer"
2961version = "0.2.1"
2962source = "registry+https://github.com/rust-lang/crates.io-index"
2963checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
2964
2965[[package]]
2966name = "rayon"
2967version = "1.5.3"
2968source = "registry+https://github.com/rust-lang/crates.io-index"
2969checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
2970dependencies = [
2971 "autocfg",
2972 "crossbeam-deque",
2973 "either",
2974 "rayon-core",
2975]
2976
2977[[package]]
2978name = "rayon-core"
2979version = "1.12.0"
2980source = "registry+https://github.com/rust-lang/crates.io-index"
2981checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
2982dependencies = [
2983 "crossbeam-deque",
2984 "crossbeam-utils",
2985]
2986
2987[[package]]
2988name = "redox_syscall"
2989version = "0.2.13"
2990source = "registry+https://github.com/rust-lang/crates.io-index"
2991checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
2992dependencies = [
2993 "bitflags 1.3.2",
2994]
2995
2996[[package]]
2997name = "redox_users"
2998version = "0.4.3"
2999source = "registry+https://github.com/rust-lang/crates.io-index"
3000checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
3001dependencies = [
3002 "getrandom 0.2.15",
3003 "redox_syscall",
3004 "thiserror 1.0.65",
3005]
3006
3007[[package]]
3008name = "regalloc2"
3009version = "0.15.0"
3010source = "registry+https://github.com/rust-lang/crates.io-index"
3011checksum = "952ddbfc6f9f64d006c3efd8c9851a6ba2f2b944ba94730db255d55006e0ffda"
3012dependencies = [
3013 "allocator-api2",
3014 "bumpalo",
3015 "hashbrown 0.15.2",
3016 "log",
3017 "rustc-hash",
3018 "serde",
3019 "smallvec 1.15.1",
3020]
3021
3022[[package]]
3023name = "regex"
3024version = "1.9.1"
3025source = "registry+https://github.com/rust-lang/crates.io-index"
3026checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
3027dependencies = [
3028 "aho-corasick",
3029 "memchr",
3030 "regex-automata 0.3.3",
3031 "regex-syntax 0.7.4",
3032]
3033
3034[[package]]
3035name = "regex-automata"
3036version = "0.3.3"
3037source = "registry+https://github.com/rust-lang/crates.io-index"
3038checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310"
3039dependencies = [
3040 "aho-corasick",
3041 "memchr",
3042 "regex-syntax 0.7.4",
3043]
3044
3045[[package]]
3046name = "regex-automata"
3047version = "0.4.11"
3048source = "registry+https://github.com/rust-lang/crates.io-index"
3049checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad"
3050dependencies = [
3051 "aho-corasick",
3052 "memchr",
3053 "regex-syntax 0.8.5",
3054]
3055
3056[[package]]
3057name = "regex-bench"
3058version = "0.1.0"
3059dependencies = [
3060 "regex",
3061]
3062
3063[[package]]
3064name = "regex-syntax"
3065version = "0.6.25"
3066source = "registry+https://github.com/rust-lang/crates.io-index"
3067checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
3068
3069[[package]]
3070name = "regex-syntax"
3071version = "0.7.4"
3072source = "registry+https://github.com/rust-lang/crates.io-index"
3073checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
3074
3075[[package]]
3076name = "regex-syntax"
3077version = "0.8.5"
3078source = "registry+https://github.com/rust-lang/crates.io-index"
3079checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
3080
3081[[package]]
3082name = "regex-test"
3083version = "0.1.0"
3084dependencies = [
3085 "regex",
3086]
3087
3088[[package]]
3089name = "region"
3090version = "3.0.2"
3091source = "registry+https://github.com/rust-lang/crates.io-index"
3092checksum = "e6b6ebd13bc009aef9cd476c1310d49ac354d36e240cf1bd753290f3dc7199a7"
3093dependencies = [
3094 "bitflags 1.3.2",
3095 "libc",
3096 "mach2",
3097 "windows-sys 0.52.0",
3098]
3099
3100[[package]]
3101name = "ring"
3102version = "0.17.14"
3103source = "registry+https://github.com/rust-lang/crates.io-index"
3104checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
3105dependencies = [
3106 "cc",
3107 "cfg-if",
3108 "getrandom 0.2.15",
3109 "libc",
3110 "untrusted",
3111 "windows-sys 0.52.0",
3112]
3113
3114[[package]]
3115name = "rustc-demangle"
3116version = "0.1.24"
3117source = "registry+https://github.com/rust-lang/crates.io-index"
3118checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
3119
3120[[package]]
3121name = "rustc-hash"
3122version = "2.1.1"
3123source = "registry+https://github.com/rust-lang/crates.io-index"
3124checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
3125
3126[[package]]
3127name = "rustix"
3128version = "0.38.43"
3129source = "registry+https://github.com/rust-lang/crates.io-index"
3130checksum = "a78891ee6bf2340288408954ac787aa063d8e8817e9f53abb37c695c6d834ef6"
3131dependencies = [
3132 "bitflags 2.9.4",
3133 "errno",
3134 "libc",
3135 "linux-raw-sys 0.4.14",
3136 "windows-sys 0.52.0",
3137]
3138
3139[[package]]
3140name = "rustix"
3141version = "1.0.8"
3142source = "registry+https://github.com/rust-lang/crates.io-index"
3143checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
3144dependencies = [
3145 "bitflags 2.9.4",
3146 "errno",
3147 "libc",
3148 "linux-raw-sys 0.9.4",
3149 "windows-sys 0.60.2",
3150]
3151
3152[[package]]
3153name = "rustix-linux-procfs"
3154version = "0.1.1"
3155source = "registry+https://github.com/rust-lang/crates.io-index"
3156checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
3157dependencies = [
3158 "once_cell",
3159 "rustix 1.0.8",
3160]
3161
3162[[package]]
3163name = "rustls"
3164version = "0.22.4"
3165source = "registry+https://github.com/rust-lang/crates.io-index"
3166checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
3167dependencies = [
3168 "log",
3169 "ring",
3170 "rustls-pki-types",
3171 "rustls-webpki",
3172 "subtle",
3173 "zeroize",
3174]
3175
3176[[package]]
3177name = "rustls-pki-types"
3178version = "1.13.1"
3179source = "registry+https://github.com/rust-lang/crates.io-index"
3180checksum = "708c0f9d5f54ba0272468c1d306a52c495b31fa155e91bc25371e6df7996908c"
3181dependencies = [
3182 "zeroize",
3183]
3184
3185[[package]]
3186name = "rustls-webpki"
3187version = "0.102.2"
3188source = "registry+https://github.com/rust-lang/crates.io-index"
3189checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610"
3190dependencies = [
3191 "ring",
3192 "rustls-pki-types",
3193 "untrusted",
3194]
3195
3196[[package]]
3197name = "rustversion"
3198version = "1.0.14"
3199source = "registry+https://github.com/rust-lang/crates.io-index"
3200checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
3201
3202[[package]]
3203name = "rusty-fork"
3204version = "0.3.0"
3205source = "registry+https://github.com/rust-lang/crates.io-index"
3206checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
3207dependencies = [
3208 "fnv",
3209 "quick-error 1.2.3",
3210 "tempfile",
3211 "wait-timeout",
3212]
3213
3214[[package]]
3215name = "ryu"
3216version = "1.0.9"
3217source = "registry+https://github.com/rust-lang/crates.io-index"
3218checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
3219
3220[[package]]
3221name = "safetensors"
3222version = "0.3.3"
3223source = "registry+https://github.com/rust-lang/crates.io-index"
3224checksum = "d93279b86b3de76f820a8854dd06cbc33cfa57a417b19c47f6a25280112fb1df"
3225dependencies = [
3226 "serde",
3227 "serde_json",
3228]
3229
3230[[package]]
3231name = "same-file"
3232version = "1.0.6"
3233source = "registry+https://github.com/rust-lang/crates.io-index"
3234checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3235dependencies = [
3236 "winapi-util",
3237]
3238
3239[[package]]
3240name = "schannel"
3241version = "0.1.28"
3242source = "registry+https://github.com/rust-lang/crates.io-index"
3243checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
3244dependencies = [
3245 "windows-sys 0.61.2",
3246]
3247
3248[[package]]
3249name = "security-framework"
3250version = "2.11.1"
3251source = "registry+https://github.com/rust-lang/crates.io-index"
3252checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
3253dependencies = [
3254 "bitflags 2.9.4",
3255 "core-foundation",
3256 "core-foundation-sys",
3257 "libc",
3258 "security-framework-sys",
3259]
3260
3261[[package]]
3262name = "security-framework-sys"
3263version = "2.14.0"
3264source = "registry+https://github.com/rust-lang/crates.io-index"
3265checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
3266dependencies = [
3267 "core-foundation-sys",
3268 "libc",
3269]
3270
3271[[package]]
3272name = "semver"
3273version = "1.0.27"
3274source = "registry+https://github.com/rust-lang/crates.io-index"
3275checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
3276dependencies = [
3277 "serde",
3278 "serde_core",
3279]
3280
3281[[package]]
3282name = "serde"
3283version = "1.0.228"
3284source = "registry+https://github.com/rust-lang/crates.io-index"
3285checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
3286dependencies = [
3287 "serde_core",
3288 "serde_derive",
3289]
3290
3291[[package]]
3292name = "serde_core"
3293version = "1.0.228"
3294source = "registry+https://github.com/rust-lang/crates.io-index"
3295checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
3296dependencies = [
3297 "serde_derive",
3298]
3299
3300[[package]]
3301name = "serde_derive"
3302version = "1.0.228"
3303source = "registry+https://github.com/rust-lang/crates.io-index"
3304checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
3305dependencies = [
3306 "proc-macro2",
3307 "quote",
3308 "syn 2.0.106",
3309]
3310
3311[[package]]
3312name = "serde_json"
3313version = "1.0.140"
3314source = "registry+https://github.com/rust-lang/crates.io-index"
3315checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
3316dependencies = [
3317 "itoa",
3318 "memchr",
3319 "ryu",
3320 "serde",
3321]
3322
3323[[package]]
3324name = "serde_spanned"
3325version = "1.0.3"
3326source = "registry+https://github.com/rust-lang/crates.io-index"
3327checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
3328dependencies = [
3329 "serde_core",
3330]
3331
3332[[package]]
3333name = "serde_yaml"
3334version = "0.9.34+deprecated"
3335source = "registry+https://github.com/rust-lang/crates.io-index"
3336checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
3337dependencies = [
3338 "indexmap 2.13.0",
3339 "itoa",
3340 "ryu",
3341 "serde",
3342 "unsafe-libyaml",
3343]
3344
3345[[package]]
3346name = "sha1"
3347version = "0.10.6"
3348source = "registry+https://github.com/rust-lang/crates.io-index"
3349checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3350dependencies = [
3351 "cfg-if",
3352 "cpufeatures",
3353 "digest",
3354]
3355
3356[[package]]
3357name = "sha2"
3358version = "0.10.2"
3359source = "registry+https://github.com/rust-lang/crates.io-index"
3360checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
3361dependencies = [
3362 "cfg-if",
3363 "cpufeatures",
3364 "digest",
3365]
3366
3367[[package]]
3368name = "sharded-slab"
3369version = "0.1.4"
3370source = "registry+https://github.com/rust-lang/crates.io-index"
3371checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
3372dependencies = [
3373 "lazy_static",
3374]
3375
3376[[package]]
3377name = "shlex"
3378version = "1.3.0"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3381
3382[[package]]
3383name = "shuffling-allocator"
3384version = "1.1.2"
3385source = "registry+https://github.com/rust-lang/crates.io-index"
3386checksum = "4ee9977fa98489d9006f4ab26fc5cbe2a139985baed09d2ec08dee6e506fc496"
3387dependencies = [
3388 "cfg-if",
3389 "libc",
3390 "rand 0.8.5",
3391 "winapi",
3392]
3393
3394[[package]]
3395name = "signal-hook-registry"
3396version = "1.4.1"
3397source = "registry+https://github.com/rust-lang/crates.io-index"
3398checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
3399dependencies = [
3400 "libc",
3401]
3402
3403[[package]]
3404name = "simd-adler32"
3405version = "0.3.7"
3406source = "registry+https://github.com/rust-lang/crates.io-index"
3407checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
3408
3409[[package]]
3410name = "similar"
3411version = "2.7.0"
3412source = "registry+https://github.com/rust-lang/crates.io-index"
3413checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
3414
3415[[package]]
3416name = "sized-chunks"
3417version = "0.6.5"
3418source = "registry+https://github.com/rust-lang/crates.io-index"
3419checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
3420dependencies = [
3421 "bitmaps",
3422 "typenum",
3423]
3424
3425[[package]]
3426name = "slab"
3427version = "0.4.11"
3428source = "registry+https://github.com/rust-lang/crates.io-index"
3429checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
3430
3431[[package]]
3432name = "smallvec"
3433version = "1.15.1"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
3436dependencies = [
3437 "serde",
3438]
3439
3440[[package]]
3441name = "smallvec"
3442version = "2.0.0-alpha.10"
3443source = "registry+https://github.com/rust-lang/crates.io-index"
3444checksum = "51d44cfb396c3caf6fbfd0ab422af02631b69ddd96d2eff0b0f0724f9024051b"
3445
3446[[package]]
3447name = "socket2"
3448version = "0.6.1"
3449source = "registry+https://github.com/rust-lang/crates.io-index"
3450checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
3451dependencies = [
3452 "libc",
3453 "windows-sys 0.60.2",
3454]
3455
3456[[package]]
3457name = "socks"
3458version = "0.3.4"
3459source = "registry+https://github.com/rust-lang/crates.io-index"
3460checksum = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b"
3461dependencies = [
3462 "byteorder",
3463 "libc",
3464 "winapi",
3465]
3466
3467[[package]]
3468name = "souper-ir"
3469version = "2.1.0"
3470source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "a50c18ce33988e1973003afbaa66e6a465ad7a614dc33f246879ccc209c2c044"
3472dependencies = [
3473 "id-arena",
3474]
3475
3476[[package]]
3477name = "spin"
3478version = "0.9.8"
3479source = "registry+https://github.com/rust-lang/crates.io-index"
3480checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
3481
3482[[package]]
3483name = "stable_deref_trait"
3484version = "1.2.0"
3485source = "registry+https://github.com/rust-lang/crates.io-index"
3486checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
3487
3488[[package]]
3489name = "static_assertions"
3490version = "1.1.0"
3491source = "registry+https://github.com/rust-lang/crates.io-index"
3492checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3493
3494[[package]]
3495name = "string-interner"
3496version = "0.19.0"
3497source = "registry+https://github.com/rust-lang/crates.io-index"
3498checksum = "23de088478b31c349c9ba67816fa55d9355232d63c3afea8bf513e31f0f1d2c0"
3499dependencies = [
3500 "hashbrown 0.15.2",
3501 "serde",
3502]
3503
3504[[package]]
3505name = "strsim"
3506version = "0.11.1"
3507source = "registry+https://github.com/rust-lang/crates.io-index"
3508checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3509
3510[[package]]
3511name = "strum"
3512version = "0.24.1"
3513source = "registry+https://github.com/rust-lang/crates.io-index"
3514checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
3515
3516[[package]]
3517name = "strum_macros"
3518version = "0.24.3"
3519source = "registry+https://github.com/rust-lang/crates.io-index"
3520checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
3521dependencies = [
3522 "heck 0.4.1",
3523 "proc-macro2",
3524 "quote",
3525 "rustversion",
3526 "syn 1.0.92",
3527]
3528
3529[[package]]
3530name = "subtle"
3531version = "2.5.0"
3532source = "registry+https://github.com/rust-lang/crates.io-index"
3533checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
3534
3535[[package]]
3536name = "symbolic_expressions"
3537version = "5.0.3"
3538source = "registry+https://github.com/rust-lang/crates.io-index"
3539checksum = "7c68d531d83ec6c531150584c42a4290911964d5f0d79132b193b67252a23b71"
3540
3541[[package]]
3542name = "syn"
3543version = "1.0.92"
3544source = "registry+https://github.com/rust-lang/crates.io-index"
3545checksum = "7ff7c592601f11445996a06f8ad0c27f094a58857c2f89e97974ab9235b92c52"
3546dependencies = [
3547 "proc-macro2",
3548 "quote",
3549 "unicode-xid",
3550]
3551
3552[[package]]
3553name = "syn"
3554version = "2.0.106"
3555source = "registry+https://github.com/rust-lang/crates.io-index"
3556checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
3557dependencies = [
3558 "proc-macro2",
3559 "quote",
3560 "unicode-ident",
3561]
3562
3563[[package]]
3564name = "synstructure"
3565version = "0.13.1"
3566source = "registry+https://github.com/rust-lang/crates.io-index"
3567checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
3568dependencies = [
3569 "proc-macro2",
3570 "quote",
3571 "syn 2.0.106",
3572]
3573
3574[[package]]
3575name = "system-interface"
3576version = "0.27.3"
3577source = "registry+https://github.com/rust-lang/crates.io-index"
3578checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
3579dependencies = [
3580 "bitflags 2.9.4",
3581 "cap-fs-ext",
3582 "cap-std",
3583 "fd-lock",
3584 "io-lifetimes",
3585 "rustix 0.38.43",
3586 "windows-sys 0.52.0",
3587 "winx",
3588]
3589
3590[[package]]
3591name = "tar"
3592version = "0.4.41"
3593source = "registry+https://github.com/rust-lang/crates.io-index"
3594checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909"
3595dependencies = [
3596 "filetime",
3597 "libc",
3598 "xattr",
3599]
3600
3601[[package]]
3602name = "target-lexicon"
3603version = "0.13.0"
3604source = "registry+https://github.com/rust-lang/crates.io-index"
3605checksum = "4ff4a4048091358129767b8a200d6927f58876c8b5ea16fb7b0222d43b79bfa8"
3606
3607[[package]]
3608name = "tch"
3609version = "0.17.0"
3610source = "registry+https://github.com/rust-lang/crates.io-index"
3611checksum = "3585f5bbf1ddf2498d7586bf870c7bb785a0bf1be09c54d0f93fce51d5f3c7fc"
3612dependencies = [
3613 "half 2.4.1",
3614 "lazy_static",
3615 "libc",
3616 "ndarray",
3617 "rand 0.8.5",
3618 "safetensors",
3619 "thiserror 1.0.65",
3620 "torch-sys",
3621 "zip",
3622]
3623
3624[[package]]
3625name = "tempfile"
3626version = "3.23.0"
3627source = "registry+https://github.com/rust-lang/crates.io-index"
3628checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
3629dependencies = [
3630 "fastrand",
3631 "getrandom 0.3.1",
3632 "once_cell",
3633 "rustix 1.0.8",
3634 "windows-sys 0.61.2",
3635]
3636
3637[[package]]
3638name = "termcolor"
3639version = "1.4.1"
3640source = "registry+https://github.com/rust-lang/crates.io-index"
3641checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
3642dependencies = [
3643 "winapi-util",
3644]
3645
3646[[package]]
3647name = "terminal_size"
3648version = "0.4.3"
3649source = "registry+https://github.com/rust-lang/crates.io-index"
3650checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
3651dependencies = [
3652 "rustix 1.0.8",
3653 "windows-sys 0.60.2",
3654]
3655
3656[[package]]
3657name = "test-log"
3658version = "0.2.18"
3659source = "registry+https://github.com/rust-lang/crates.io-index"
3660checksum = "1e33b98a582ea0be1168eba097538ee8dd4bbe0f2b01b22ac92ea30054e5be7b"
3661dependencies = [
3662 "test-log-macros",
3663 "tracing-subscriber",
3664]
3665
3666[[package]]
3667name = "test-log-macros"
3668version = "0.2.18"
3669source = "registry+https://github.com/rust-lang/crates.io-index"
3670checksum = "451b374529930d7601b1eef8d32bc79ae870b6079b069401709c2a8bf9e75f36"
3671dependencies = [
3672 "proc-macro2",
3673 "quote",
3674 "syn 2.0.106",
3675]
3676
3677[[package]]
3678name = "test-programs"
3679version = "0.0.0"
3680dependencies = [
3681 "anyhow",
3682 "base64",
3683 "env_logger 0.11.5",
3684 "flate2",
3685 "futures",
3686 "libc",
3687 "log",
3688 "once_cell",
3689 "pin-project-lite",
3690 "sha2",
3691 "url",
3692 "wasi-nn",
3693 "wasip1",
3694 "wasip2",
3695 "wit-bindgen 0.53.0",
3696]
3697
3698[[package]]
3699name = "test-programs-artifacts"
3700version = "0.0.0"
3701dependencies = [
3702 "cargo_metadata",
3703 "heck 0.5.0",
3704 "serde",
3705 "serde_derive",
3706 "wasmtime",
3707 "wasmtime-test-util",
3708 "wat",
3709 "wit-component",
3710]
3711
3712[[package]]
3713name = "thiserror"
3714version = "1.0.65"
3715source = "registry+https://github.com/rust-lang/crates.io-index"
3716checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
3717dependencies = [
3718 "thiserror-impl 1.0.65",
3719]
3720
3721[[package]]
3722name = "thiserror"
3723version = "2.0.17"
3724source = "registry+https://github.com/rust-lang/crates.io-index"
3725checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
3726dependencies = [
3727 "thiserror-impl 2.0.17",
3728]
3729
3730[[package]]
3731name = "thiserror-impl"
3732version = "1.0.65"
3733source = "registry+https://github.com/rust-lang/crates.io-index"
3734checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
3735dependencies = [
3736 "proc-macro2",
3737 "quote",
3738 "syn 2.0.106",
3739]
3740
3741[[package]]
3742name = "thiserror-impl"
3743version = "2.0.17"
3744source = "registry+https://github.com/rust-lang/crates.io-index"
3745checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
3746dependencies = [
3747 "proc-macro2",
3748 "quote",
3749 "syn 2.0.106",
3750]
3751
3752[[package]]
3753name = "thread_local"
3754version = "1.1.4"
3755source = "registry+https://github.com/rust-lang/crates.io-index"
3756checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
3757dependencies = [
3758 "once_cell",
3759]
3760
3761[[package]]
3762name = "time"
3763version = "0.3.36"
3764source = "registry+https://github.com/rust-lang/crates.io-index"
3765checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
3766dependencies = [
3767 "deranged",
3768 "num-conv",
3769 "powerfmt",
3770 "serde",
3771 "time-core",
3772]
3773
3774[[package]]
3775name = "time-core"
3776version = "0.1.2"
3777source = "registry+https://github.com/rust-lang/crates.io-index"
3778checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
3779
3780[[package]]
3781name = "tinystr"
3782version = "0.7.6"
3783source = "registry+https://github.com/rust-lang/crates.io-index"
3784checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
3785dependencies = [
3786 "displaydoc",
3787 "zerovec",
3788]
3789
3790[[package]]
3791name = "tinytemplate"
3792version = "1.2.1"
3793source = "registry+https://github.com/rust-lang/crates.io-index"
3794checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
3795dependencies = [
3796 "serde",
3797 "serde_json",
3798]
3799
3800[[package]]
3801name = "tokio"
3802version = "1.48.0"
3803source = "registry+https://github.com/rust-lang/crates.io-index"
3804checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
3805dependencies = [
3806 "bytes",
3807 "libc",
3808 "mio",
3809 "pin-project-lite",
3810 "signal-hook-registry",
3811 "socket2",
3812 "tokio-macros",
3813 "windows-sys 0.61.2",
3814]
3815
3816[[package]]
3817name = "tokio-macros"
3818version = "2.6.0"
3819source = "registry+https://github.com/rust-lang/crates.io-index"
3820checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
3821dependencies = [
3822 "proc-macro2",
3823 "quote",
3824 "syn 2.0.106",
3825]
3826
3827[[package]]
3828name = "tokio-native-tls"
3829version = "0.3.1"
3830source = "registry+https://github.com/rust-lang/crates.io-index"
3831checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
3832dependencies = [
3833 "native-tls",
3834 "tokio",
3835]
3836
3837[[package]]
3838name = "tokio-openssl"
3839version = "0.6.5"
3840source = "registry+https://github.com/rust-lang/crates.io-index"
3841checksum = "59df6849caa43bb7567f9a36f863c447d95a11d5903c9cc334ba32576a27eadd"
3842dependencies = [
3843 "openssl",
3844 "openssl-sys",
3845 "tokio",
3846]
3847
3848[[package]]
3849name = "tokio-rustls"
3850version = "0.25.0"
3851source = "registry+https://github.com/rust-lang/crates.io-index"
3852checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
3853dependencies = [
3854 "rustls",
3855 "rustls-pki-types",
3856 "tokio",
3857]
3858
3859[[package]]
3860name = "tokio-util"
3861version = "0.7.16"
3862source = "registry+https://github.com/rust-lang/crates.io-index"
3863checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
3864dependencies = [
3865 "bytes",
3866 "futures-core",
3867 "futures-sink",
3868 "pin-project-lite",
3869 "tokio",
3870]
3871
3872[[package]]
3873name = "toml"
3874version = "0.9.8"
3875source = "registry+https://github.com/rust-lang/crates.io-index"
3876checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
3877dependencies = [
3878 "indexmap 2.13.0",
3879 "serde_core",
3880 "serde_spanned",
3881 "toml_datetime",
3882 "toml_parser",
3883 "toml_writer",
3884 "winnow",
3885]
3886
3887[[package]]
3888name = "toml_datetime"
3889version = "0.7.3"
3890source = "registry+https://github.com/rust-lang/crates.io-index"
3891checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
3892dependencies = [
3893 "serde_core",
3894]
3895
3896[[package]]
3897name = "toml_parser"
3898version = "1.0.4"
3899source = "registry+https://github.com/rust-lang/crates.io-index"
3900checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
3901dependencies = [
3902 "winnow",
3903]
3904
3905[[package]]
3906name = "toml_writer"
3907version = "1.0.4"
3908source = "registry+https://github.com/rust-lang/crates.io-index"
3909checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
3910
3911[[package]]
3912name = "torch-sys"
3913version = "0.17.0"
3914source = "registry+https://github.com/rust-lang/crates.io-index"
3915checksum = "ef116d446d79bb2447748550baee86850d2d32d366cc9bdd4b217bdbe10cac63"
3916dependencies = [
3917 "anyhow",
3918 "cc",
3919 "libc",
3920 "zip",
3921]
3922
3923[[package]]
3924name = "tracing"
3925version = "0.1.41"
3926source = "registry+https://github.com/rust-lang/crates.io-index"
3927checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
3928dependencies = [
3929 "log",
3930 "pin-project-lite",
3931 "tracing-attributes",
3932 "tracing-core",
3933]
3934
3935[[package]]
3936name = "tracing-attributes"
3937version = "0.1.30"
3938source = "registry+https://github.com/rust-lang/crates.io-index"
3939checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
3940dependencies = [
3941 "proc-macro2",
3942 "quote",
3943 "syn 2.0.106",
3944]
3945
3946[[package]]
3947name = "tracing-core"
3948version = "0.1.34"
3949source = "registry+https://github.com/rust-lang/crates.io-index"
3950checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
3951dependencies = [
3952 "once_cell",
3953 "valuable",
3954]
3955
3956[[package]]
3957name = "tracing-log"
3958version = "0.2.0"
3959source = "registry+https://github.com/rust-lang/crates.io-index"
3960checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3961dependencies = [
3962 "log",
3963 "once_cell",
3964 "tracing-core",
3965]
3966
3967[[package]]
3968name = "tracing-subscriber"
3969version = "0.3.20"
3970source = "registry+https://github.com/rust-lang/crates.io-index"
3971checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
3972dependencies = [
3973 "matchers",
3974 "nu-ansi-term",
3975 "once_cell",
3976 "regex-automata 0.4.11",
3977 "sharded-slab",
3978 "thread_local",
3979 "tracing",
3980 "tracing-core",
3981 "tracing-log",
3982]
3983
3984[[package]]
3985name = "try-lock"
3986version = "0.2.4"
3987source = "registry+https://github.com/rust-lang/crates.io-index"
3988checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
3989
3990[[package]]
3991name = "typenum"
3992version = "1.15.0"
3993source = "registry+https://github.com/rust-lang/crates.io-index"
3994checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
3995
3996[[package]]
3997name = "uap-bench"
3998version = "0.1.0"
3999dependencies = [
4000 "regex",
4001 "serde",
4002 "serde_yaml",
4003]
4004
4005[[package]]
4006name = "unicode-ident"
4007version = "1.0.19"
4008source = "registry+https://github.com/rust-lang/crates.io-index"
4009checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
4010
4011[[package]]
4012name = "unicode-segmentation"
4013version = "1.11.0"
4014source = "registry+https://github.com/rust-lang/crates.io-index"
4015checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
4016
4017[[package]]
4018name = "unicode-width"
4019version = "0.1.9"
4020source = "registry+https://github.com/rust-lang/crates.io-index"
4021checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
4022
4023[[package]]
4024name = "unicode-width"
4025version = "0.2.0"
4026source = "registry+https://github.com/rust-lang/crates.io-index"
4027checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
4028
4029[[package]]
4030name = "unicode-xid"
4031version = "0.2.3"
4032source = "registry+https://github.com/rust-lang/crates.io-index"
4033checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
4034
4035[[package]]
4036name = "unsafe-libyaml"
4037version = "0.2.11"
4038source = "registry+https://github.com/rust-lang/crates.io-index"
4039checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
4040
4041[[package]]
4042name = "untrusted"
4043version = "0.9.0"
4044source = "registry+https://github.com/rust-lang/crates.io-index"
4045checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
4046
4047[[package]]
4048name = "ureq"
4049version = "3.1.4"
4050source = "registry+https://github.com/rust-lang/crates.io-index"
4051checksum = "d39cb1dbab692d82a977c0392ffac19e188bd9186a9f32806f0aaa859d75585a"
4052dependencies = [
4053 "base64",
4054 "der",
4055 "log",
4056 "native-tls",
4057 "percent-encoding",
4058 "rustls-pki-types",
4059 "socks",
4060 "ureq-proto",
4061 "utf-8",
4062 "webpki-root-certs",
4063]
4064
4065[[package]]
4066name = "ureq-proto"
4067version = "0.5.3"
4068source = "registry+https://github.com/rust-lang/crates.io-index"
4069checksum = "d81f9efa9df032be5934a46a068815a10a042b494b6a58cb0a1a97bb5467ed6f"
4070dependencies = [
4071 "base64",
4072 "http",
4073 "httparse",
4074 "log",
4075]
4076
4077[[package]]
4078name = "url"
4079version = "2.5.7"
4080source = "registry+https://github.com/rust-lang/crates.io-index"
4081checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
4082dependencies = [
4083 "form_urlencoded",
4084 "idna",
4085 "percent-encoding",
4086 "serde",
4087]
4088
4089[[package]]
4090name = "utf-8"
4091version = "0.7.6"
4092source = "registry+https://github.com/rust-lang/crates.io-index"
4093checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
4094
4095[[package]]
4096name = "utf16_iter"
4097version = "1.0.5"
4098source = "registry+https://github.com/rust-lang/crates.io-index"
4099checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
4100
4101[[package]]
4102name = "utf8_iter"
4103version = "1.0.4"
4104source = "registry+https://github.com/rust-lang/crates.io-index"
4105checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
4106
4107[[package]]
4108name = "utf8parse"
4109version = "0.2.2"
4110source = "registry+https://github.com/rust-lang/crates.io-index"
4111checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
4112
4113[[package]]
4114name = "uuid"
4115version = "1.0.0"
4116source = "registry+https://github.com/rust-lang/crates.io-index"
4117checksum = "8cfcd319456c4d6ea10087ed423473267e1a071f3bc0aa89f80d60997843c6f0"
4118
4119[[package]]
4120name = "v8"
4121version = "139.0.0"
4122source = "registry+https://github.com/rust-lang/crates.io-index"
4123checksum = "a33ccf9cc537275d7bb848e94f160986164e2ea5138e60166551d115c7ea8f1a"
4124dependencies = [
4125 "bindgen",
4126 "bitflags 2.9.4",
4127 "fslock",
4128 "gzip-header",
4129 "home",
4130 "miniz_oxide",
4131 "paste",
4132 "which",
4133]
4134
4135[[package]]
4136name = "valuable"
4137version = "0.1.0"
4138source = "registry+https://github.com/rust-lang/crates.io-index"
4139checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
4140
4141[[package]]
4142name = "vcpkg"
4143version = "0.2.15"
4144source = "registry+https://github.com/rust-lang/crates.io-index"
4145checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
4146
4147[[package]]
4148name = "veri_engine"
4149version = "0.1.0"
4150dependencies = [
4151 "anyhow",
4152 "clap",
4153 "cranelift-codegen",
4154 "cranelift-codegen-meta",
4155 "cranelift-isle",
4156 "easy-smt",
4157 "env_logger 0.11.5",
4158 "itertools 0.14.0",
4159 "log",
4160 "strum",
4161 "strum_macros",
4162 "veri_ir",
4163]
4164
4165[[package]]
4166name = "veri_ir"
4167version = "0.1.0"
4168
4169[[package]]
4170name = "verify-component-adapter"
4171version = "44.0.0"
4172dependencies = [
4173 "anyhow",
4174 "wasmparser 0.245.0",
4175 "wat",
4176]
4177
4178[[package]]
4179name = "version_check"
4180version = "0.9.4"
4181source = "registry+https://github.com/rust-lang/crates.io-index"
4182checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
4183
4184[[package]]
4185name = "wait-timeout"
4186version = "0.2.0"
4187source = "registry+https://github.com/rust-lang/crates.io-index"
4188checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
4189dependencies = [
4190 "libc",
4191]
4192
4193[[package]]
4194name = "walkdir"
4195version = "2.5.0"
4196source = "registry+https://github.com/rust-lang/crates.io-index"
4197checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4198dependencies = [
4199 "same-file",
4200 "winapi-util",
4201]
4202
4203[[package]]
4204name = "want"
4205version = "0.3.0"
4206source = "registry+https://github.com/rust-lang/crates.io-index"
4207checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
4208dependencies = [
4209 "log",
4210 "try-lock",
4211]
4212
4213[[package]]
4214name = "wasi"
4215version = "0.11.0+wasi-snapshot-preview1"
4216source = "registry+https://github.com/rust-lang/crates.io-index"
4217checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
4218
4219[[package]]
4220name = "wasi"
4221version = "0.13.3+wasi-0.2.2"
4222source = "registry+https://github.com/rust-lang/crates.io-index"
4223checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
4224dependencies = [
4225 "wit-bindgen-rt",
4226]
4227
4228[[package]]
4229name = "wasi-common"
4230version = "44.0.0"
4231dependencies = [
4232 "async-trait",
4233 "bitflags 2.9.4",
4234 "cap-fs-ext",
4235 "cap-rand",
4236 "cap-std",
4237 "cap-time-ext",
4238 "fs-set-times",
4239 "io-extras",
4240 "io-lifetimes",
4241 "libc",
4242 "log",
4243 "rustix 1.0.8",
4244 "system-interface",
4245 "tempfile",
4246 "test-log",
4247 "test-programs-artifacts",
4248 "thiserror 2.0.17",
4249 "tokio",
4250 "tracing",
4251 "tracing-subscriber",
4252 "wasi-common",
4253 "wasmtime",
4254 "wasmtime-environ",
4255 "wiggle",
4256 "windows-sys 0.61.2",
4257]
4258
4259[[package]]
4260name = "wasi-nn"
4261version = "0.6.0"
4262source = "registry+https://github.com/rust-lang/crates.io-index"
4263checksum = "7031683cc05a71515d9200fb159b28d717ded3c40dbb979d1602cf46f3a68f40"
4264dependencies = [
4265 "thiserror 1.0.65",
4266]
4267
4268[[package]]
4269name = "wasi-preview1-component-adapter"
4270version = "44.0.0"
4271dependencies = [
4272 "bitflags 2.9.4",
4273 "byte-array-literals",
4274 "object 0.38.1",
4275 "wasip1",
4276 "wasm-encoder",
4277 "wit-bindgen-rust-macro",
4278]
4279
4280[[package]]
4281name = "wasip1"
4282version = "1.0.0"
4283source = "registry+https://github.com/rust-lang/crates.io-index"
4284checksum = "b5e26842486624357dbeb8f0381cf1fb42f022291fd787d4a816768fec8cc760"
4285
4286[[package]]
4287name = "wasip2"
4288version = "1.0.0+wasi-0.2.4"
4289source = "registry+https://github.com/rust-lang/crates.io-index"
4290checksum = "03fa2761397e5bd52002cd7e73110c71af2109aca4e521a9f40473fe685b0a24"
4291dependencies = [
4292 "wit-bindgen 0.45.1",
4293]
4294
4295[[package]]
4296name = "wasm-bindgen"
4297version = "0.2.97"
4298source = "registry+https://github.com/rust-lang/crates.io-index"
4299checksum = "d15e63b4482863c109d70a7b8706c1e364eb6ea449b201a76c5b89cedcec2d5c"
4300dependencies = [
4301 "cfg-if",
4302 "once_cell",
4303 "wasm-bindgen-macro",
4304]
4305
4306[[package]]
4307name = "wasm-bindgen-backend"
4308version = "0.2.97"
4309source = "registry+https://github.com/rust-lang/crates.io-index"
4310checksum = "8d36ef12e3aaca16ddd3f67922bc63e48e953f126de60bd33ccc0101ef9998cd"
4311dependencies = [
4312 "bumpalo",
4313 "log",
4314 "once_cell",
4315 "proc-macro2",
4316 "quote",
4317 "syn 2.0.106",
4318 "wasm-bindgen-shared",
4319]
4320
4321[[package]]
4322name = "wasm-bindgen-macro"
4323version = "0.2.97"
4324source = "registry+https://github.com/rust-lang/crates.io-index"
4325checksum = "705440e08b42d3e4b36de7d66c944be628d579796b8090bfa3471478a2260051"
4326dependencies = [
4327 "quote",
4328 "wasm-bindgen-macro-support",
4329]
4330
4331[[package]]
4332name = "wasm-bindgen-macro-support"
4333version = "0.2.97"
4334source = "registry+https://github.com/rust-lang/crates.io-index"
4335checksum = "98c9ae5a76e46f4deecd0f0255cc223cfa18dc9b261213b8aa0c7b36f61b3f1d"
4336dependencies = [
4337 "proc-macro2",
4338 "quote",
4339 "syn 2.0.106",
4340 "wasm-bindgen-backend",
4341 "wasm-bindgen-shared",
4342]
4343
4344[[package]]
4345name = "wasm-bindgen-shared"
4346version = "0.2.97"
4347source = "registry+https://github.com/rust-lang/crates.io-index"
4348checksum = "6ee99da9c5ba11bd675621338ef6fa52296b76b83305e9b6e5c77d4c286d6d49"
4349
4350[[package]]
4351name = "wasm-compose"
4352version = "0.245.0"
4353source = "registry+https://github.com/rust-lang/crates.io-index"
4354checksum = "b5e87956946cd902ed92479d41ea3210538cb77d8bd104f0cd05b80627fcb3c6"
4355dependencies = [
4356 "anyhow",
4357 "heck 0.5.0",
4358 "im-rc",
4359 "indexmap 2.13.0",
4360 "log",
4361 "petgraph",
4362 "serde",
4363 "serde_derive",
4364 "serde_yaml",
4365 "smallvec 1.15.1",
4366 "wasm-encoder",
4367 "wasmparser 0.245.0",
4368 "wat",
4369]
4370
4371[[package]]
4372name = "wasm-encoder"
4373version = "0.245.0"
4374source = "registry+https://github.com/rust-lang/crates.io-index"
4375checksum = "95d568e113f706ee7a7df9b33547bb80721f55abffc79b3dc4d09c368690e662"
4376dependencies = [
4377 "leb128fmt",
4378 "wasmparser 0.245.0",
4379]
4380
4381[[package]]
4382name = "wasm-metadata"
4383version = "0.245.0"
4384source = "registry+https://github.com/rust-lang/crates.io-index"
4385checksum = "ce52b194ec202d029751081d735c1ae49c1bacbdc2634c821a86211e3751300c"
4386dependencies = [
4387 "anyhow",
4388 "indexmap 2.13.0",
4389 "wasm-encoder",
4390 "wasmparser 0.245.0",
4391]
4392
4393[[package]]
4394name = "wasm-mutate"
4395version = "0.245.0"
4396source = "registry+https://github.com/rust-lang/crates.io-index"
4397checksum = "0ce4cdc599ae42969c70593976632214edb70805ed1007b52cf90fc52294f4e7"
4398dependencies = [
4399 "egg",
4400 "log",
4401 "rand 0.9.2",
4402 "thiserror 2.0.17",
4403 "wasm-encoder",
4404 "wasmparser 0.245.0",
4405]
4406
4407[[package]]
4408name = "wasm-smith"
4409version = "0.245.0"
4410source = "registry+https://github.com/rust-lang/crates.io-index"
4411checksum = "4b379db01f578cea54de8cce4a6906a4c70c814cc886179e885dc186311127a2"
4412dependencies = [
4413 "anyhow",
4414 "arbitrary",
4415 "flagset",
4416 "serde",
4417 "serde_derive",
4418 "wasm-encoder",
4419 "wat",
4420]
4421
4422[[package]]
4423name = "wasm-spec-interpreter"
4424version = "0.0.0"
4425dependencies = [
4426 "ocaml-interop",
4427 "wat",
4428]
4429
4430[[package]]
4431name = "wasm-wave"
4432version = "0.245.0"
4433source = "registry+https://github.com/rust-lang/crates.io-index"
4434checksum = "80a3011a773f51c3c66612c66807d882fbfc206304c705fe146f535898acd4fb"
4435dependencies = [
4436 "logos",
4437 "thiserror 2.0.17",
4438 "wit-parser",
4439]
4440
4441[[package]]
4442name = "wasmi"
4443version = "1.0.8"
4444source = "registry+https://github.com/rust-lang/crates.io-index"
4445checksum = "e1fda10642ea9ba8141d50976b2b3a02d30511baa4b938383b9fa823b35d4138"
4446dependencies = [
4447 "spin",
4448 "wasmi_collections",
4449 "wasmi_core",
4450 "wasmi_ir",
4451 "wasmparser 0.228.0",
4452]
4453
4454[[package]]
4455name = "wasmi_collections"
4456version = "1.0.8"
4457source = "registry+https://github.com/rust-lang/crates.io-index"
4458checksum = "a67707a7d9eaf65181751b39cf46a003acc2ae1fef7917add38c3ced4b2eb868"
4459dependencies = [
4460 "string-interner",
4461]
4462
4463[[package]]
4464name = "wasmi_core"
4465version = "1.0.8"
4466source = "registry+https://github.com/rust-lang/crates.io-index"
4467checksum = "ca9ad2a338c53920b3fd427c2122219fd315dc09044dbda58606259d7854cbed"
4468dependencies = [
4469 "libm",
4470]
4471
4472[[package]]
4473name = "wasmi_ir"
4474version = "1.0.8"
4475source = "registry+https://github.com/rust-lang/crates.io-index"
4476checksum = "27a6079b0597d3793aedbd2a2c0eea595476acabd797df9bba9270fbe319fad0"
4477dependencies = [
4478 "wasmi_core",
4479]
4480
4481[[package]]
4482name = "wasmparser"
4483version = "0.228.0"
4484source = "registry+https://github.com/rust-lang/crates.io-index"
4485checksum = "4abf1132c1fdf747d56bbc1bb52152400c70f336870f968b85e89ea422198ae3"
4486dependencies = [
4487 "bitflags 2.9.4",
4488 "indexmap 2.13.0",
4489]
4490
4491[[package]]
4492name = "wasmparser"
4493version = "0.245.0"
4494source = "registry+https://github.com/rust-lang/crates.io-index"
4495checksum = "48a767a48974f0c8b66f211b96e01aa77feed58b8ccce4e7f0cff0ae55b174d4"
4496dependencies = [
4497 "bitflags 2.9.4",
4498 "hashbrown 0.16.1",
4499 "indexmap 2.13.0",
4500 "semver",
4501 "serde",
4502]
4503
4504[[package]]
4505name = "wasmprinter"
4506version = "0.245.0"
4507source = "registry+https://github.com/rust-lang/crates.io-index"
4508checksum = "6b79e39af628dc03572ecd42fab1265480d943db5858dab748142a5ce0644bb5"
4509dependencies = [
4510 "anyhow",
4511 "termcolor",
4512 "wasmparser 0.245.0",
4513]
4514
4515[[package]]
4516name = "wasmtime"
4517version = "44.0.0"
4518dependencies = [
4519 "addr2line 0.26.0",
4520 "async-trait",
4521 "bitflags 2.9.4",
4522 "bumpalo",
4523 "bytes",
4524 "cc",
4525 "cfg-if",
4526 "cranelift-native",
4527 "encoding_rs",
4528 "env_logger 0.11.5",
4529 "futures",
4530 "fxprof-processed-profile",
4531 "gimli 0.33.0",
4532 "ittapi",
4533 "libc",
4534 "libtest-mimic",
4535 "log",
4536 "mach2",
4537 "memfd",
4538 "object 0.38.1",
4539 "once_cell",
4540 "postcard",
4541 "proptest",
4542 "pulley-interpreter",
4543 "rand 0.9.2",
4544 "rayon",
4545 "rustix 1.0.8",
4546 "semver",
4547 "serde",
4548 "serde_derive",
4549 "serde_json",
4550 "smallvec 1.15.1",
4551 "target-lexicon",
4552 "tempfile",
4553 "tokio",
4554 "wasm-compose",
4555 "wasm-encoder",
4556 "wasm-wave",
4557 "wasmparser 0.245.0",
4558 "wasmtime-environ",
4559 "wasmtime-internal-cache",
4560 "wasmtime-internal-component-macro",
4561 "wasmtime-internal-component-util",
4562 "wasmtime-internal-core",
4563 "wasmtime-internal-cranelift",
4564 "wasmtime-internal-fiber",
4565 "wasmtime-internal-jit-debug",
4566 "wasmtime-internal-jit-icache-coherence",
4567 "wasmtime-internal-unwinder",
4568 "wasmtime-internal-versioned-export-macros",
4569 "wasmtime-internal-winch",
4570 "wasmtime-internal-wmemcheck",
4571 "wasmtime-test-util",
4572 "wat",
4573 "windows-sys 0.61.2",
4574]
4575
4576[[package]]
4577name = "wasmtime-bench-api"
4578version = "44.0.0"
4579dependencies = [
4580 "cap-std",
4581 "clap",
4582 "shuffling-allocator",
4583 "target-lexicon",
4584 "wasmtime",
4585 "wasmtime-cli-flags",
4586 "wasmtime-wasi",
4587 "wasmtime-wasi-nn",
4588 "wat",
4589]
4590
4591[[package]]
4592name = "wasmtime-c-api"
4593version = "44.0.0"
4594dependencies = [
4595 "wasmtime-c-api-impl",
4596]
4597
4598[[package]]
4599name = "wasmtime-c-api-impl"
4600version = "44.0.0"
4601dependencies = [
4602 "async-trait",
4603 "bytes",
4604 "cap-std",
4605 "env_logger 0.11.5",
4606 "futures",
4607 "log",
4608 "tokio",
4609 "tracing",
4610 "wasmtime",
4611 "wasmtime-internal-c-api-macros",
4612 "wasmtime-wasi",
4613 "wasmtime-wasi-io",
4614 "wat",
4615]
4616
4617[[package]]
4618name = "wasmtime-cli"
4619version = "44.0.0"
4620dependencies = [
4621 "anyhow",
4622 "async-trait",
4623 "bstr",
4624 "bytes",
4625 "bytesize",
4626 "capstone",
4627 "cfg-if",
4628 "clap",
4629 "clap_complete",
4630 "cranelift-codegen",
4631 "cranelift-filetests",
4632 "cranelift-native",
4633 "cranelift-reader",
4634 "criterion",
4635 "env_logger 0.11.5",
4636 "filecheck",
4637 "futures",
4638 "gimli 0.33.0",
4639 "http",
4640 "http-body-util",
4641 "hyper",
4642 "libc",
4643 "libtest-mimic",
4644 "listenfd",
4645 "log",
4646 "memchr",
4647 "num_cpus",
4648 "object 0.38.1",
4649 "pulley-interpreter",
4650 "rand 0.9.2",
4651 "rayon",
4652 "rustix 1.0.8",
4653 "serde",
4654 "serde_derive",
4655 "serde_json",
4656 "similar",
4657 "smallvec 1.15.1",
4658 "target-lexicon",
4659 "tempfile",
4660 "termcolor",
4661 "test-programs-artifacts",
4662 "tokio",
4663 "toml",
4664 "tracing",
4665 "walkdir",
4666 "wasi-common",
4667 "wasm-encoder",
4668 "wasmparser 0.245.0",
4669 "wasmtime",
4670 "wasmtime-cli-flags",
4671 "wasmtime-environ",
4672 "wasmtime-internal-cache",
4673 "wasmtime-internal-component-util",
4674 "wasmtime-internal-cranelift",
4675 "wasmtime-internal-explorer",
4676 "wasmtime-internal-unwinder",
4677 "wasmtime-test-macros",
4678 "wasmtime-test-util",
4679 "wasmtime-wasi",
4680 "wasmtime-wasi-config",
4681 "wasmtime-wasi-http",
4682 "wasmtime-wasi-keyvalue",
4683 "wasmtime-wasi-nn",
4684 "wasmtime-wasi-threads",
4685 "wasmtime-wasi-tls",
4686 "wasmtime-wast",
4687 "wasmtime-wizer",
4688 "wast 245.0.0",
4689 "wat",
4690 "windows-sys 0.61.2",
4691 "wit-component",
4692]
4693
4694[[package]]
4695name = "wasmtime-cli-flags"
4696version = "44.0.0"
4697dependencies = [
4698 "clap",
4699 "file-per-thread-logger",
4700 "rayon",
4701 "serde",
4702 "serde_derive",
4703 "toml",
4704 "tracing-subscriber",
4705 "wasmtime",
4706]
4707
4708[[package]]
4709name = "wasmtime-environ"
4710version = "44.0.0"
4711dependencies = [
4712 "anyhow",
4713 "arbitrary",
4714 "arbtest",
4715 "clap",
4716 "cpp_demangle",
4717 "cranelift-bforest",
4718 "cranelift-bitset",
4719 "cranelift-entity",
4720 "env_logger 0.11.5",
4721 "gimli 0.33.0",
4722 "hashbrown 0.16.1",
4723 "indexmap 2.13.0",
4724 "log",
4725 "object 0.38.1",
4726 "postcard",
4727 "rustc-demangle",
4728 "semver",
4729 "serde",
4730 "serde_derive",
4731 "sha2",
4732 "smallvec 1.15.1",
4733 "target-lexicon",
4734 "wasm-encoder",
4735 "wasmparser 0.245.0",
4736 "wasmprinter",
4737 "wasmtime-internal-component-util",
4738 "wasmtime-internal-core",
4739 "wat",
4740]
4741
4742[[package]]
4743name = "wasmtime-environ-fuzz"
4744version = "0.0.0"
4745dependencies = [
4746 "arbitrary",
4747 "env_logger 0.11.5",
4748 "libfuzzer-sys",
4749 "wasmparser 0.245.0",
4750 "wasmprinter",
4751 "wasmtime-environ",
4752 "wasmtime-test-util",
4753 "wat",
4754]
4755
4756[[package]]
4757name = "wasmtime-fuzz"
4758version = "0.0.0"
4759dependencies = [
4760 "anyhow",
4761 "arbitrary",
4762 "cranelift-assembler-x64",
4763 "cranelift-codegen",
4764 "cranelift-control",
4765 "cranelift-filetests",
4766 "cranelift-fuzzgen",
4767 "cranelift-interpreter",
4768 "cranelift-native",
4769 "cranelift-reader",
4770 "env_logger 0.11.5",
4771 "libfuzzer-sys",
4772 "log",
4773 "mutatis",
4774 "postcard",
4775 "proc-macro2",
4776 "pulley-interpreter-fuzz",
4777 "quote",
4778 "rand 0.8.5",
4779 "rand 0.9.2",
4780 "smallvec 1.15.1",
4781 "target-lexicon",
4782 "wasmparser 0.245.0",
4783 "wasmtime",
4784 "wasmtime-fuzzing",
4785 "wasmtime-test-util",
4786]
4787
4788[[package]]
4789name = "wasmtime-fuzzing"
4790version = "0.0.0"
4791dependencies = [
4792 "arbitrary",
4793 "backtrace",
4794 "cranelift-bforest",
4795 "cranelift-bitset",
4796 "env_logger 0.11.5",
4797 "futures",
4798 "indexmap 2.13.0",
4799 "log",
4800 "mutatis",
4801 "rand 0.8.5",
4802 "rayon",
4803 "serde",
4804 "serde_json",
4805 "smallvec 1.15.1",
4806 "target-lexicon",
4807 "tempfile",
4808 "test-programs-artifacts",
4809 "v8",
4810 "wasm-compose",
4811 "wasm-encoder",
4812 "wasm-mutate",
4813 "wasm-smith",
4814 "wasm-spec-interpreter",
4815 "wasmi",
4816 "wasmparser 0.245.0",
4817 "wasmprinter",
4818 "wasmtime",
4819 "wasmtime-cli-flags",
4820 "wasmtime-environ",
4821 "wasmtime-internal-core",
4822 "wasmtime-test-util",
4823 "wasmtime-wasi",
4824 "wasmtime-wast",
4825 "wat",
4826]
4827
4828[[package]]
4829name = "wasmtime-internal-c-api-macros"
4830version = "44.0.0"
4831dependencies = [
4832 "proc-macro2",
4833 "quote",
4834]
4835
4836[[package]]
4837name = "wasmtime-internal-cache"
4838version = "44.0.0"
4839dependencies = [
4840 "base64",
4841 "directories-next",
4842 "env_logger 0.11.5",
4843 "filetime",
4844 "log",
4845 "postcard",
4846 "rustix 1.0.8",
4847 "serde",
4848 "serde_derive",
4849 "sha2",
4850 "tempfile",
4851 "toml",
4852 "wasmtime-environ",
4853 "windows-sys 0.61.2",
4854 "zstd 0.13.0",
4855]
4856
4857[[package]]
4858name = "wasmtime-internal-component-macro"
4859version = "44.0.0"
4860dependencies = [
4861 "anyhow",
4862 "component-macro-test-helpers",
4863 "prettyplease",
4864 "proc-macro2",
4865 "quote",
4866 "serde",
4867 "serde_json",
4868 "similar",
4869 "syn 2.0.106",
4870 "tracing",
4871 "wasmtime",
4872 "wasmtime-internal-component-util",
4873 "wasmtime-internal-wit-bindgen",
4874 "wit-parser",
4875]
4876
4877[[package]]
4878name = "wasmtime-internal-component-util"
4879version = "44.0.0"
4880
4881[[package]]
4882name = "wasmtime-internal-core"
4883version = "44.0.0"
4884dependencies = [
4885 "anyhow",
4886 "hashbrown 0.16.1",
4887 "libm",
4888 "serde",
4889]
4890
4891[[package]]
4892name = "wasmtime-internal-cranelift"
4893version = "44.0.0"
4894dependencies = [
4895 "cfg-if",
4896 "cranelift-codegen",
4897 "cranelift-control",
4898 "cranelift-entity",
4899 "cranelift-frontend",
4900 "cranelift-native",
4901 "gimli 0.33.0",
4902 "itertools 0.14.0",
4903 "log",
4904 "object 0.38.1",
4905 "pulley-interpreter",
4906 "smallvec 1.15.1",
4907 "target-lexicon",
4908 "thiserror 2.0.17",
4909 "wasmparser 0.245.0",
4910 "wasmtime-environ",
4911 "wasmtime-internal-core",
4912 "wasmtime-internal-unwinder",
4913 "wasmtime-internal-versioned-export-macros",
4914]
4915
4916[[package]]
4917name = "wasmtime-internal-debugger"
4918version = "44.0.0"
4919dependencies = [
4920 "env_logger 0.11.5",
4921 "log",
4922 "tokio",
4923 "wasmtime",
4924]
4925
4926[[package]]
4927name = "wasmtime-internal-explorer"
4928version = "44.0.0"
4929dependencies = [
4930 "capstone",
4931 "serde",
4932 "serde_derive",
4933 "serde_json",
4934 "target-lexicon",
4935 "wasmprinter",
4936 "wasmtime",
4937 "wasmtime-environ",
4938]
4939
4940[[package]]
4941name = "wasmtime-internal-fiber"
4942version = "44.0.0"
4943dependencies = [
4944 "backtrace",
4945 "cc",
4946 "cfg-if",
4947 "libc",
4948 "rustix 1.0.8",
4949 "wasmtime-environ",
4950 "wasmtime-internal-versioned-export-macros",
4951 "windows-sys 0.61.2",
4952]
4953
4954[[package]]
4955name = "wasmtime-internal-jit-debug"
4956version = "44.0.0"
4957dependencies = [
4958 "cc",
4959 "object 0.38.1",
4960 "rustix 1.0.8",
4961 "wasmtime-internal-versioned-export-macros",
4962]
4963
4964[[package]]
4965name = "wasmtime-internal-jit-icache-coherence"
4966version = "44.0.0"
4967dependencies = [
4968 "cfg-if",
4969 "libc",
4970 "wasmtime-internal-core",
4971 "windows-sys 0.61.2",
4972]
4973
4974[[package]]
4975name = "wasmtime-internal-unwinder"
4976version = "44.0.0"
4977dependencies = [
4978 "cfg-if",
4979 "cranelift-codegen",
4980 "log",
4981 "object 0.38.1",
4982 "wasmtime-environ",
4983]
4984
4985[[package]]
4986name = "wasmtime-internal-versioned-export-macros"
4987version = "44.0.0"
4988dependencies = [
4989 "proc-macro2",
4990 "quote",
4991 "syn 2.0.106",
4992]
4993
4994[[package]]
4995name = "wasmtime-internal-winch"
4996version = "44.0.0"
4997dependencies = [
4998 "cranelift-codegen",
4999 "gimli 0.33.0",
5000 "log",
5001 "object 0.38.1",
5002 "target-lexicon",
5003 "wasmparser 0.245.0",
5004 "wasmtime-environ",
5005 "wasmtime-internal-cranelift",
5006 "winch-codegen",
5007]
5008
5009[[package]]
5010name = "wasmtime-internal-wit-bindgen"
5011version = "44.0.0"
5012dependencies = [
5013 "anyhow",
5014 "bitflags 2.9.4",
5015 "heck 0.5.0",
5016 "indexmap 2.13.0",
5017 "wit-parser",
5018]
5019
5020[[package]]
5021name = "wasmtime-internal-wmemcheck"
5022version = "44.0.0"
5023
5024[[package]]
5025name = "wasmtime-test-macros"
5026version = "0.0.0"
5027dependencies = [
5028 "anyhow",
5029 "proc-macro2",
5030 "quote",
5031 "syn 2.0.106",
5032 "wasmtime-test-util",
5033]
5034
5035[[package]]
5036name = "wasmtime-test-util"
5037version = "44.0.0"
5038dependencies = [
5039 "arbitrary",
5040 "arbtest",
5041 "env_logger 0.11.5",
5042 "indexmap 2.13.0",
5043 "proc-macro2",
5044 "quote",
5045 "rand 0.9.2",
5046 "serde",
5047 "serde_derive",
5048 "target-lexicon",
5049 "toml",
5050 "wasmparser 0.245.0",
5051 "wasmprinter",
5052 "wasmtime",
5053 "wasmtime-environ",
5054 "wasmtime-internal-component-util",
5055 "wat",
5056]
5057
5058[[package]]
5059name = "wasmtime-wasi"
5060version = "44.0.0"
5061dependencies = [
5062 "async-trait",
5063 "bitflags 2.9.4",
5064 "bytes",
5065 "cap-fs-ext",
5066 "cap-net-ext",
5067 "cap-rand",
5068 "cap-std",
5069 "cap-time-ext",
5070 "env_logger 0.11.5",
5071 "fs-set-times",
5072 "futures",
5073 "io-extras",
5074 "io-lifetimes",
5075 "rustix 1.0.8",
5076 "system-interface",
5077 "tempfile",
5078 "test-log",
5079 "test-programs-artifacts",
5080 "thiserror 2.0.17",
5081 "tokio",
5082 "tracing",
5083 "tracing-subscriber",
5084 "url",
5085 "wasmtime",
5086 "wasmtime-test-util",
5087 "wasmtime-wasi-io",
5088 "wiggle",
5089 "windows-sys 0.61.2",
5090]
5091
5092[[package]]
5093name = "wasmtime-wasi-config"
5094version = "44.0.0"
5095dependencies = [
5096 "test-programs-artifacts",
5097 "tokio",
5098 "wasmtime",
5099 "wasmtime-wasi",
5100]
5101
5102[[package]]
5103name = "wasmtime-wasi-http"
5104version = "44.0.0"
5105dependencies = [
5106 "async-trait",
5107 "base64",
5108 "bytes",
5109 "env_logger 0.11.5",
5110 "flate2",
5111 "futures",
5112 "http",
5113 "http-body",
5114 "http-body-util",
5115 "hyper",
5116 "rustls",
5117 "sha2",
5118 "tempfile",
5119 "test-log",
5120 "test-programs-artifacts",
5121 "tokio",
5122 "tokio-rustls",
5123 "tokio-util",
5124 "tracing",
5125 "tracing-subscriber",
5126 "wasm-compose",
5127 "wasmtime",
5128 "wasmtime-wasi",
5129 "wasmtime-wasi-http",
5130 "wasmtime-wasi-io",
5131 "webpki-roots",
5132]
5133
5134[[package]]
5135name = "wasmtime-wasi-io"
5136version = "44.0.0"
5137dependencies = [
5138 "async-trait",
5139 "bytes",
5140 "futures",
5141 "tracing",
5142 "wasmtime",
5143]
5144
5145[[package]]
5146name = "wasmtime-wasi-keyvalue"
5147version = "44.0.0"
5148dependencies = [
5149 "test-programs-artifacts",
5150 "tokio",
5151 "wasmtime",
5152 "wasmtime-wasi",
5153]
5154
5155[[package]]
5156name = "wasmtime-wasi-nn"
5157version = "44.0.0"
5158dependencies = [
5159 "cap-std",
5160 "libtest-mimic",
5161 "openvino",
5162 "ort",
5163 "tch",
5164 "test-programs-artifacts",
5165 "thiserror 2.0.17",
5166 "tracing",
5167 "tracing-subscriber",
5168 "walkdir",
5169 "wasmtime",
5170 "wasmtime-wasi",
5171 "wiggle",
5172 "windows",
5173]
5174
5175[[package]]
5176name = "wasmtime-wasi-threads"
5177version = "44.0.0"
5178dependencies = [
5179 "log",
5180 "rand 0.8.5",
5181 "wasi-common",
5182 "wasmtime",
5183 "wasmtime-wasi",
5184]
5185
5186[[package]]
5187name = "wasmtime-wasi-tls"
5188version = "44.0.0"
5189dependencies = [
5190 "bytes",
5191 "futures",
5192 "rustls",
5193 "test-programs-artifacts",
5194 "tokio",
5195 "tokio-rustls",
5196 "wasmtime",
5197 "wasmtime-wasi",
5198 "webpki-roots",
5199]
5200
5201[[package]]
5202name = "wasmtime-wasi-tls-nativetls"
5203version = "44.0.0"
5204dependencies = [
5205 "futures",
5206 "native-tls",
5207 "test-programs-artifacts",
5208 "tokio",
5209 "tokio-native-tls",
5210 "wasmtime",
5211 "wasmtime-wasi",
5212 "wasmtime-wasi-tls",
5213]
5214
5215[[package]]
5216name = "wasmtime-wasi-tls-openssl"
5217version = "44.0.0"
5218dependencies = [
5219 "futures",
5220 "openssl",
5221 "test-programs-artifacts",
5222 "tokio",
5223 "tokio-openssl",
5224 "wasmtime",
5225 "wasmtime-wasi",
5226 "wasmtime-wasi-tls",
5227]
5228
5229[[package]]
5230name = "wasmtime-wast"
5231version = "44.0.0"
5232dependencies = [
5233 "json-from-wast",
5234 "log",
5235 "object 0.38.1",
5236 "serde_json",
5237 "tokio",
5238 "wasmparser 0.245.0",
5239 "wasmtime",
5240 "wast 245.0.0",
5241]
5242
5243[[package]]
5244name = "wasmtime-wizer"
5245version = "44.0.0"
5246dependencies = [
5247 "clap",
5248 "criterion",
5249 "env_logger 0.11.5",
5250 "log",
5251 "rayon",
5252 "tokio",
5253 "wasm-encoder",
5254 "wasmparser 0.245.0",
5255 "wasmprinter",
5256 "wasmtime",
5257 "wasmtime-wasi",
5258 "wat",
5259]
5260
5261[[package]]
5262name = "wast"
5263version = "35.0.2"
5264source = "registry+https://github.com/rust-lang/crates.io-index"
5265checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
5266dependencies = [
5267 "leb128",
5268]
5269
5270[[package]]
5271name = "wast"
5272version = "245.0.0"
5273source = "registry+https://github.com/rust-lang/crates.io-index"
5274checksum = "75ffc7471e16a6f3c7a3c3a230314915b5dcd158e5ef13ccda2f43358a9df00c"
5275dependencies = [
5276 "bumpalo",
5277 "gimli 0.31.1",
5278 "leb128fmt",
5279 "memchr",
5280 "unicode-width 0.2.0",
5281 "wasm-encoder",
5282]
5283
5284[[package]]
5285name = "wat"
5286version = "1.245.0"
5287source = "registry+https://github.com/rust-lang/crates.io-index"
5288checksum = "d6bcac6f915e2a84a4c0d9df9d41ad7518d99cda13f3bb83e3b8c22bf8726ab6"
5289dependencies = [
5290 "wast 245.0.0",
5291]
5292
5293[[package]]
5294name = "webpki-root-certs"
5295version = "1.0.4"
5296source = "registry+https://github.com/rust-lang/crates.io-index"
5297checksum = "ee3e3b5f5e80bc89f30ce8d0343bf4e5f12341c51f3e26cbeecbc7c85443e85b"
5298dependencies = [
5299 "rustls-pki-types",
5300]
5301
5302[[package]]
5303name = "webpki-roots"
5304version = "0.26.1"
5305source = "registry+https://github.com/rust-lang/crates.io-index"
5306checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009"
5307dependencies = [
5308 "rustls-pki-types",
5309]
5310
5311[[package]]
5312name = "which"
5313version = "6.0.3"
5314source = "registry+https://github.com/rust-lang/crates.io-index"
5315checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
5316dependencies = [
5317 "either",
5318 "home",
5319 "rustix 0.38.43",
5320 "winsafe",
5321]
5322
5323[[package]]
5324name = "wiggle"
5325version = "44.0.0"
5326dependencies = [
5327 "bitflags 2.9.4",
5328 "proptest",
5329 "thiserror 2.0.17",
5330 "tokio",
5331 "tracing",
5332 "wasmtime",
5333 "wasmtime-environ",
5334 "wiggle-macro",
5335 "wiggle-test",
5336 "witx",
5337]
5338
5339[[package]]
5340name = "wiggle-generate"
5341version = "44.0.0"
5342dependencies = [
5343 "heck 0.5.0",
5344 "proc-macro2",
5345 "quote",
5346 "syn 2.0.106",
5347 "wasmtime-environ",
5348 "witx",
5349]
5350
5351[[package]]
5352name = "wiggle-macro"
5353version = "44.0.0"
5354dependencies = [
5355 "proc-macro2",
5356 "quote",
5357 "syn 2.0.106",
5358 "wiggle",
5359 "wiggle-generate",
5360]
5361
5362[[package]]
5363name = "wiggle-test"
5364version = "0.0.0"
5365dependencies = [
5366 "env_logger 0.11.5",
5367 "proptest",
5368 "thiserror 2.0.17",
5369 "tracing",
5370 "tracing-subscriber",
5371 "wasmtime",
5372 "wiggle",
5373]
5374
5375[[package]]
5376name = "winapi"
5377version = "0.3.9"
5378source = "registry+https://github.com/rust-lang/crates.io-index"
5379checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5380dependencies = [
5381 "winapi-i686-pc-windows-gnu",
5382 "winapi-x86_64-pc-windows-gnu",
5383]
5384
5385[[package]]
5386name = "winapi-i686-pc-windows-gnu"
5387version = "0.4.0"
5388source = "registry+https://github.com/rust-lang/crates.io-index"
5389checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5390
5391[[package]]
5392name = "winapi-util"
5393version = "0.1.5"
5394source = "registry+https://github.com/rust-lang/crates.io-index"
5395checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
5396dependencies = [
5397 "winapi",
5398]
5399
5400[[package]]
5401name = "winapi-x86_64-pc-windows-gnu"
5402version = "0.4.0"
5403source = "registry+https://github.com/rust-lang/crates.io-index"
5404checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5405
5406[[package]]
5407name = "winch-codegen"
5408version = "44.0.0"
5409dependencies = [
5410 "cranelift-assembler-x64",
5411 "cranelift-codegen",
5412 "gimli 0.33.0",
5413 "regalloc2",
5414 "smallvec 1.15.1",
5415 "target-lexicon",
5416 "thiserror 2.0.17",
5417 "wasmparser 0.245.0",
5418 "wasmtime-environ",
5419 "wasmtime-internal-core",
5420 "wasmtime-internal-cranelift",
5421]
5422
5423[[package]]
5424name = "windows"
5425version = "0.52.0"
5426source = "registry+https://github.com/rust-lang/crates.io-index"
5427checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
5428dependencies = [
5429 "windows-core",
5430 "windows-implement",
5431 "windows-interface",
5432 "windows-targets 0.52.6",
5433]
5434
5435[[package]]
5436name = "windows-core"
5437version = "0.52.0"
5438source = "registry+https://github.com/rust-lang/crates.io-index"
5439checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
5440dependencies = [
5441 "windows-targets 0.52.6",
5442]
5443
5444[[package]]
5445name = "windows-implement"
5446version = "0.52.0"
5447source = "registry+https://github.com/rust-lang/crates.io-index"
5448checksum = "12168c33176773b86799be25e2a2ba07c7aab9968b37541f1094dbd7a60c8946"
5449dependencies = [
5450 "proc-macro2",
5451 "quote",
5452 "syn 2.0.106",
5453]
5454
5455[[package]]
5456name = "windows-interface"
5457version = "0.52.0"
5458source = "registry+https://github.com/rust-lang/crates.io-index"
5459checksum = "9d8dc32e0095a7eeccebd0e3f09e9509365ecb3fc6ac4d6f5f14a3f6392942d1"
5460dependencies = [
5461 "proc-macro2",
5462 "quote",
5463 "syn 2.0.106",
5464]
5465
5466[[package]]
5467name = "windows-link"
5468version = "0.2.1"
5469source = "registry+https://github.com/rust-lang/crates.io-index"
5470checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
5471
5472[[package]]
5473name = "windows-sys"
5474version = "0.52.0"
5475source = "registry+https://github.com/rust-lang/crates.io-index"
5476checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
5477dependencies = [
5478 "windows-targets 0.52.6",
5479]
5480
5481[[package]]
5482name = "windows-sys"
5483version = "0.60.2"
5484source = "registry+https://github.com/rust-lang/crates.io-index"
5485checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
5486dependencies = [
5487 "windows-targets 0.53.5",
5488]
5489
5490[[package]]
5491name = "windows-sys"
5492version = "0.61.2"
5493source = "registry+https://github.com/rust-lang/crates.io-index"
5494checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
5495dependencies = [
5496 "windows-link",
5497]
5498
5499[[package]]
5500name = "windows-targets"
5501version = "0.52.6"
5502source = "registry+https://github.com/rust-lang/crates.io-index"
5503checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
5504dependencies = [
5505 "windows_aarch64_gnullvm 0.52.6",
5506 "windows_aarch64_msvc 0.52.6",
5507 "windows_i686_gnu 0.52.6",
5508 "windows_i686_gnullvm 0.52.6",
5509 "windows_i686_msvc 0.52.6",
5510 "windows_x86_64_gnu 0.52.6",
5511 "windows_x86_64_gnullvm 0.52.6",
5512 "windows_x86_64_msvc 0.52.6",
5513]
5514
5515[[package]]
5516name = "windows-targets"
5517version = "0.53.5"
5518source = "registry+https://github.com/rust-lang/crates.io-index"
5519checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
5520dependencies = [
5521 "windows-link",
5522 "windows_aarch64_gnullvm 0.53.1",
5523 "windows_aarch64_msvc 0.53.1",
5524 "windows_i686_gnu 0.53.1",
5525 "windows_i686_gnullvm 0.53.1",
5526 "windows_i686_msvc 0.53.1",
5527 "windows_x86_64_gnu 0.53.1",
5528 "windows_x86_64_gnullvm 0.53.1",
5529 "windows_x86_64_msvc 0.53.1",
5530]
5531
5532[[package]]
5533name = "windows_aarch64_gnullvm"
5534version = "0.52.6"
5535source = "registry+https://github.com/rust-lang/crates.io-index"
5536checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
5537
5538[[package]]
5539name = "windows_aarch64_gnullvm"
5540version = "0.53.1"
5541source = "registry+https://github.com/rust-lang/crates.io-index"
5542checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
5543
5544[[package]]
5545name = "windows_aarch64_msvc"
5546version = "0.52.6"
5547source = "registry+https://github.com/rust-lang/crates.io-index"
5548checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
5549
5550[[package]]
5551name = "windows_aarch64_msvc"
5552version = "0.53.1"
5553source = "registry+https://github.com/rust-lang/crates.io-index"
5554checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
5555
5556[[package]]
5557name = "windows_i686_gnu"
5558version = "0.52.6"
5559source = "registry+https://github.com/rust-lang/crates.io-index"
5560checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
5561
5562[[package]]
5563name = "windows_i686_gnu"
5564version = "0.53.1"
5565source = "registry+https://github.com/rust-lang/crates.io-index"
5566checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
5567
5568[[package]]
5569name = "windows_i686_gnullvm"
5570version = "0.52.6"
5571source = "registry+https://github.com/rust-lang/crates.io-index"
5572checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
5573
5574[[package]]
5575name = "windows_i686_gnullvm"
5576version = "0.53.1"
5577source = "registry+https://github.com/rust-lang/crates.io-index"
5578checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
5579
5580[[package]]
5581name = "windows_i686_msvc"
5582version = "0.52.6"
5583source = "registry+https://github.com/rust-lang/crates.io-index"
5584checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
5585
5586[[package]]
5587name = "windows_i686_msvc"
5588version = "0.53.1"
5589source = "registry+https://github.com/rust-lang/crates.io-index"
5590checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
5591
5592[[package]]
5593name = "windows_x86_64_gnu"
5594version = "0.52.6"
5595source = "registry+https://github.com/rust-lang/crates.io-index"
5596checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
5597
5598[[package]]
5599name = "windows_x86_64_gnu"
5600version = "0.53.1"
5601source = "registry+https://github.com/rust-lang/crates.io-index"
5602checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
5603
5604[[package]]
5605name = "windows_x86_64_gnullvm"
5606version = "0.52.6"
5607source = "registry+https://github.com/rust-lang/crates.io-index"
5608checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
5609
5610[[package]]
5611name = "windows_x86_64_gnullvm"
5612version = "0.53.1"
5613source = "registry+https://github.com/rust-lang/crates.io-index"
5614checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
5615
5616[[package]]
5617name = "windows_x86_64_msvc"
5618version = "0.52.6"
5619source = "registry+https://github.com/rust-lang/crates.io-index"
5620checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
5621
5622[[package]]
5623name = "windows_x86_64_msvc"
5624version = "0.53.1"
5625source = "registry+https://github.com/rust-lang/crates.io-index"
5626checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
5627
5628[[package]]
5629name = "winnow"
5630version = "0.7.13"
5631source = "registry+https://github.com/rust-lang/crates.io-index"
5632checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
5633
5634[[package]]
5635name = "winsafe"
5636version = "0.0.19"
5637source = "registry+https://github.com/rust-lang/crates.io-index"
5638checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
5639
5640[[package]]
5641name = "winx"
5642version = "0.36.4"
5643source = "registry+https://github.com/rust-lang/crates.io-index"
5644checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
5645dependencies = [
5646 "bitflags 2.9.4",
5647 "windows-sys 0.52.0",
5648]
5649
5650[[package]]
5651name = "wit-bindgen"
5652version = "0.45.1"
5653source = "registry+https://github.com/rust-lang/crates.io-index"
5654checksum = "5c573471f125075647d03df72e026074b7203790d41351cd6edc96f46bcccd36"
5655dependencies = [
5656 "bitflags 2.9.4",
5657]
5658
5659[[package]]
5660name = "wit-bindgen"
5661version = "0.53.0"
5662source = "registry+https://github.com/rust-lang/crates.io-index"
5663checksum = "d4453ede57df0e4dfddfe20835b934659de17abc79fe9dbdd36d28fa0ac1b959"
5664dependencies = [
5665 "bitflags 2.9.4",
5666 "futures",
5667 "wit-bindgen-rust-macro",
5668]
5669
5670[[package]]
5671name = "wit-bindgen-core"
5672version = "0.53.0"
5673source = "registry+https://github.com/rust-lang/crates.io-index"
5674checksum = "f7a381fbf6d0b3403a207adf15c84811e039d2c4a30d4bcc329be5b8953cdad3"
5675dependencies = [
5676 "anyhow",
5677 "heck 0.5.0",
5678 "wit-parser",
5679]
5680
5681[[package]]
5682name = "wit-bindgen-rt"
5683version = "0.33.0"
5684source = "registry+https://github.com/rust-lang/crates.io-index"
5685checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
5686dependencies = [
5687 "bitflags 2.9.4",
5688]
5689
5690[[package]]
5691name = "wit-bindgen-rust"
5692version = "0.53.0"
5693source = "registry+https://github.com/rust-lang/crates.io-index"
5694checksum = "22eb69865fd5fc2771e2197f3f0e75ddf7390c6ccb30895a6ea5837585bd4df4"
5695dependencies = [
5696 "anyhow",
5697 "heck 0.5.0",
5698 "indexmap 2.13.0",
5699 "prettyplease",
5700 "syn 2.0.106",
5701 "wasm-metadata",
5702 "wit-bindgen-core",
5703 "wit-component",
5704]
5705
5706[[package]]
5707name = "wit-bindgen-rust-macro"
5708version = "0.53.0"
5709source = "registry+https://github.com/rust-lang/crates.io-index"
5710checksum = "f0916017a8d24501683b336f3205cc8958265b5cc6b9282b6a844701b17501c2"
5711dependencies = [
5712 "anyhow",
5713 "prettyplease",
5714 "proc-macro2",
5715 "quote",
5716 "syn 2.0.106",
5717 "wit-bindgen-core",
5718 "wit-bindgen-rust",
5719]
5720
5721[[package]]
5722name = "wit-component"
5723version = "0.245.0"
5724source = "registry+https://github.com/rust-lang/crates.io-index"
5725checksum = "896efcb3d68ea1cb555d2d1df185b4071b39d91cf850456809bb0c90a0e4e66e"
5726dependencies = [
5727 "anyhow",
5728 "bitflags 2.9.4",
5729 "indexmap 2.13.0",
5730 "log",
5731 "serde",
5732 "serde_derive",
5733 "serde_json",
5734 "wasm-encoder",
5735 "wasm-metadata",
5736 "wasmparser 0.245.0",
5737 "wit-parser",
5738]
5739
5740[[package]]
5741name = "wit-parser"
5742version = "0.245.0"
5743source = "registry+https://github.com/rust-lang/crates.io-index"
5744checksum = "b5cda4f69fdc5a8d54f7032262217dd89410a933e3f86fdad854f5833caf3ccb"
5745dependencies = [
5746 "anyhow",
5747 "hashbrown 0.16.1",
5748 "id-arena",
5749 "indexmap 2.13.0",
5750 "log",
5751 "semver",
5752 "serde",
5753 "serde_derive",
5754 "serde_json",
5755 "unicode-xid",
5756 "wasmparser 0.245.0",
5757]
5758
5759[[package]]
5760name = "witx"
5761version = "0.9.1"
5762source = "registry+https://github.com/rust-lang/crates.io-index"
5763checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
5764dependencies = [
5765 "anyhow",
5766 "log",
5767 "thiserror 1.0.65",
5768 "wast 35.0.2",
5769]
5770
5771[[package]]
5772name = "wizer-fuzz"
5773version = "0.0.0"
5774dependencies = [
5775 "env_logger 0.11.5",
5776 "libfuzzer-sys",
5777 "log",
5778 "wasm-smith",
5779 "wasmprinter",
5780 "wasmtime",
5781 "wasmtime-wizer",
5782]
5783
5784[[package]]
5785name = "write16"
5786version = "1.0.0"
5787source = "registry+https://github.com/rust-lang/crates.io-index"
5788checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
5789
5790[[package]]
5791name = "writeable"
5792version = "0.5.5"
5793source = "registry+https://github.com/rust-lang/crates.io-index"
5794checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
5795
5796[[package]]
5797name = "xattr"
5798version = "1.6.1"
5799source = "registry+https://github.com/rust-lang/crates.io-index"
5800checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
5801dependencies = [
5802 "libc",
5803 "rustix 1.0.8",
5804]
5805
5806[[package]]
5807name = "yoke"
5808version = "0.7.5"
5809source = "registry+https://github.com/rust-lang/crates.io-index"
5810checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
5811dependencies = [
5812 "serde",
5813 "stable_deref_trait",
5814 "yoke-derive",
5815 "zerofrom",
5816]
5817
5818[[package]]
5819name = "yoke-derive"
5820version = "0.7.5"
5821source = "registry+https://github.com/rust-lang/crates.io-index"
5822checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
5823dependencies = [
5824 "proc-macro2",
5825 "quote",
5826 "syn 2.0.106",
5827 "synstructure",
5828]
5829
5830[[package]]
5831name = "zerofrom"
5832version = "0.1.5"
5833source = "registry+https://github.com/rust-lang/crates.io-index"
5834checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
5835dependencies = [
5836 "zerofrom-derive",
5837]
5838
5839[[package]]
5840name = "zerofrom-derive"
5841version = "0.1.5"
5842source = "registry+https://github.com/rust-lang/crates.io-index"
5843checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
5844dependencies = [
5845 "proc-macro2",
5846 "quote",
5847 "syn 2.0.106",
5848 "synstructure",
5849]
5850
5851[[package]]
5852name = "zeroize"
5853version = "1.7.0"
5854source = "registry+https://github.com/rust-lang/crates.io-index"
5855checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
5856
5857[[package]]
5858name = "zerovec"
5859version = "0.10.4"
5860source = "registry+https://github.com/rust-lang/crates.io-index"
5861checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
5862dependencies = [
5863 "yoke",
5864 "zerofrom",
5865 "zerovec-derive",
5866]
5867
5868[[package]]
5869name = "zerovec-derive"
5870version = "0.10.3"
5871source = "registry+https://github.com/rust-lang/crates.io-index"
5872checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
5873dependencies = [
5874 "proc-macro2",
5875 "quote",
5876 "syn 2.0.106",
5877]
5878
5879[[package]]
5880name = "zip"
5881version = "0.6.6"
5882source = "registry+https://github.com/rust-lang/crates.io-index"
5883checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
5884dependencies = [
5885 "aes",
5886 "byteorder",
5887 "bzip2",
5888 "constant_time_eq",
5889 "crc32fast",
5890 "crossbeam-utils",
5891 "flate2",
5892 "hmac",
5893 "pbkdf2",
5894 "sha1",
5895 "time",
5896 "zstd 0.11.2+zstd.1.5.2",
5897]
5898
5899[[package]]
5900name = "zstd"
5901version = "0.11.2+zstd.1.5.2"
5902source = "registry+https://github.com/rust-lang/crates.io-index"
5903checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
5904dependencies = [
5905 "zstd-safe 5.0.2+zstd.1.5.2",
5906]
5907
5908[[package]]
5909name = "zstd"
5910version = "0.13.0"
5911source = "registry+https://github.com/rust-lang/crates.io-index"
5912checksum = "bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110"
5913dependencies = [
5914 "zstd-safe 7.0.0",
5915]
5916
5917[[package]]
5918name = "zstd-safe"
5919version = "5.0.2+zstd.1.5.2"
5920source = "registry+https://github.com/rust-lang/crates.io-index"
5921checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
5922dependencies = [
5923 "libc",
5924 "zstd-sys",
5925]
5926
5927[[package]]
5928name = "zstd-safe"
5929version = "7.0.0"
5930source = "registry+https://github.com/rust-lang/crates.io-index"
5931checksum = "43747c7422e2924c11144d5229878b98180ef8b06cca4ab5af37afc8a8d8ea3e"
5932dependencies = [
5933 "zstd-sys",
5934]
5935
5936[[package]]
5937name = "zstd-sys"
5938version = "2.0.9+zstd.1.5.5"
5939source = "registry+https://github.com/rust-lang/crates.io-index"
5940checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656"
5941dependencies = [
5942 "cc",
5943 "pkg-config",
5944]
5945