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