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