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