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