xref: /wasmtime-44.0.1/Cargo.lock (revision cdc7bfe9)
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.49.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.49.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 "flate2",
3644 "futures",
3645 "libc",
3646 "once_cell",
3647 "sha2",
3648 "url",
3649 "wasi-nn",
3650 "wasip1",
3651 "wasip2",
3652 "wit-bindgen 0.49.0",
3653]
3654
3655[[package]]
3656name = "test-programs-artifacts"
3657version = "0.0.0"
3658dependencies = [
3659 "cargo_metadata",
3660 "heck 0.5.0",
3661 "serde",
3662 "serde_derive",
3663 "wasmtime",
3664 "wasmtime-test-util",
3665 "wat",
3666 "wit-component",
3667]
3668
3669[[package]]
3670name = "thiserror"
3671version = "1.0.65"
3672source = "registry+https://github.com/rust-lang/crates.io-index"
3673checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
3674dependencies = [
3675 "thiserror-impl 1.0.65",
3676]
3677
3678[[package]]
3679name = "thiserror"
3680version = "2.0.17"
3681source = "registry+https://github.com/rust-lang/crates.io-index"
3682checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
3683dependencies = [
3684 "thiserror-impl 2.0.17",
3685]
3686
3687[[package]]
3688name = "thiserror-impl"
3689version = "1.0.65"
3690source = "registry+https://github.com/rust-lang/crates.io-index"
3691checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
3692dependencies = [
3693 "proc-macro2",
3694 "quote",
3695 "syn 2.0.106",
3696]
3697
3698[[package]]
3699name = "thiserror-impl"
3700version = "2.0.17"
3701source = "registry+https://github.com/rust-lang/crates.io-index"
3702checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
3703dependencies = [
3704 "proc-macro2",
3705 "quote",
3706 "syn 2.0.106",
3707]
3708
3709[[package]]
3710name = "thread_local"
3711version = "1.1.4"
3712source = "registry+https://github.com/rust-lang/crates.io-index"
3713checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
3714dependencies = [
3715 "once_cell",
3716]
3717
3718[[package]]
3719name = "time"
3720version = "0.3.36"
3721source = "registry+https://github.com/rust-lang/crates.io-index"
3722checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
3723dependencies = [
3724 "deranged",
3725 "num-conv",
3726 "powerfmt",
3727 "serde",
3728 "time-core",
3729]
3730
3731[[package]]
3732name = "time-core"
3733version = "0.1.2"
3734source = "registry+https://github.com/rust-lang/crates.io-index"
3735checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
3736
3737[[package]]
3738name = "tinystr"
3739version = "0.7.6"
3740source = "registry+https://github.com/rust-lang/crates.io-index"
3741checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
3742dependencies = [
3743 "displaydoc",
3744 "zerovec",
3745]
3746
3747[[package]]
3748name = "tinytemplate"
3749version = "1.2.1"
3750source = "registry+https://github.com/rust-lang/crates.io-index"
3751checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
3752dependencies = [
3753 "serde",
3754 "serde_json",
3755]
3756
3757[[package]]
3758name = "tokio"
3759version = "1.48.0"
3760source = "registry+https://github.com/rust-lang/crates.io-index"
3761checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
3762dependencies = [
3763 "bytes",
3764 "libc",
3765 "mio",
3766 "pin-project-lite",
3767 "signal-hook-registry",
3768 "socket2",
3769 "tokio-macros",
3770 "windows-sys 0.61.2",
3771]
3772
3773[[package]]
3774name = "tokio-macros"
3775version = "2.6.0"
3776source = "registry+https://github.com/rust-lang/crates.io-index"
3777checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
3778dependencies = [
3779 "proc-macro2",
3780 "quote",
3781 "syn 2.0.106",
3782]
3783
3784[[package]]
3785name = "tokio-native-tls"
3786version = "0.3.1"
3787source = "registry+https://github.com/rust-lang/crates.io-index"
3788checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
3789dependencies = [
3790 "native-tls",
3791 "tokio",
3792]
3793
3794[[package]]
3795name = "tokio-rustls"
3796version = "0.25.0"
3797source = "registry+https://github.com/rust-lang/crates.io-index"
3798checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
3799dependencies = [
3800 "rustls 0.22.4",
3801 "rustls-pki-types",
3802 "tokio",
3803]
3804
3805[[package]]
3806name = "tokio-util"
3807version = "0.7.16"
3808source = "registry+https://github.com/rust-lang/crates.io-index"
3809checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
3810dependencies = [
3811 "bytes",
3812 "futures-core",
3813 "futures-sink",
3814 "pin-project-lite",
3815 "tokio",
3816]
3817
3818[[package]]
3819name = "toml"
3820version = "0.9.8"
3821source = "registry+https://github.com/rust-lang/crates.io-index"
3822checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
3823dependencies = [
3824 "indexmap 2.11.4",
3825 "serde_core",
3826 "serde_spanned",
3827 "toml_datetime",
3828 "toml_parser",
3829 "toml_writer",
3830 "winnow",
3831]
3832
3833[[package]]
3834name = "toml_datetime"
3835version = "0.7.3"
3836source = "registry+https://github.com/rust-lang/crates.io-index"
3837checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
3838dependencies = [
3839 "serde_core",
3840]
3841
3842[[package]]
3843name = "toml_parser"
3844version = "1.0.4"
3845source = "registry+https://github.com/rust-lang/crates.io-index"
3846checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
3847dependencies = [
3848 "winnow",
3849]
3850
3851[[package]]
3852name = "toml_writer"
3853version = "1.0.4"
3854source = "registry+https://github.com/rust-lang/crates.io-index"
3855checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
3856
3857[[package]]
3858name = "torch-sys"
3859version = "0.17.0"
3860source = "registry+https://github.com/rust-lang/crates.io-index"
3861checksum = "ef116d446d79bb2447748550baee86850d2d32d366cc9bdd4b217bdbe10cac63"
3862dependencies = [
3863 "anyhow",
3864 "cc",
3865 "libc",
3866 "zip",
3867]
3868
3869[[package]]
3870name = "tracing"
3871version = "0.1.41"
3872source = "registry+https://github.com/rust-lang/crates.io-index"
3873checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
3874dependencies = [
3875 "log",
3876 "pin-project-lite",
3877 "tracing-attributes",
3878 "tracing-core",
3879]
3880
3881[[package]]
3882name = "tracing-attributes"
3883version = "0.1.30"
3884source = "registry+https://github.com/rust-lang/crates.io-index"
3885checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
3886dependencies = [
3887 "proc-macro2",
3888 "quote",
3889 "syn 2.0.106",
3890]
3891
3892[[package]]
3893name = "tracing-core"
3894version = "0.1.34"
3895source = "registry+https://github.com/rust-lang/crates.io-index"
3896checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
3897dependencies = [
3898 "once_cell",
3899 "valuable",
3900]
3901
3902[[package]]
3903name = "tracing-log"
3904version = "0.2.0"
3905source = "registry+https://github.com/rust-lang/crates.io-index"
3906checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3907dependencies = [
3908 "log",
3909 "once_cell",
3910 "tracing-core",
3911]
3912
3913[[package]]
3914name = "tracing-subscriber"
3915version = "0.3.20"
3916source = "registry+https://github.com/rust-lang/crates.io-index"
3917checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
3918dependencies = [
3919 "matchers",
3920 "nu-ansi-term",
3921 "once_cell",
3922 "regex-automata 0.4.11",
3923 "sharded-slab",
3924 "thread_local",
3925 "tracing",
3926 "tracing-core",
3927 "tracing-log",
3928]
3929
3930[[package]]
3931name = "try-lock"
3932version = "0.2.4"
3933source = "registry+https://github.com/rust-lang/crates.io-index"
3934checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
3935
3936[[package]]
3937name = "typenum"
3938version = "1.15.0"
3939source = "registry+https://github.com/rust-lang/crates.io-index"
3940checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
3941
3942[[package]]
3943name = "uap-bench"
3944version = "0.1.0"
3945dependencies = [
3946 "regex",
3947 "serde",
3948 "serde_yaml",
3949]
3950
3951[[package]]
3952name = "unicode-ident"
3953version = "1.0.19"
3954source = "registry+https://github.com/rust-lang/crates.io-index"
3955checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
3956
3957[[package]]
3958name = "unicode-segmentation"
3959version = "1.11.0"
3960source = "registry+https://github.com/rust-lang/crates.io-index"
3961checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
3962
3963[[package]]
3964name = "unicode-width"
3965version = "0.1.9"
3966source = "registry+https://github.com/rust-lang/crates.io-index"
3967checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
3968
3969[[package]]
3970name = "unicode-width"
3971version = "0.2.0"
3972source = "registry+https://github.com/rust-lang/crates.io-index"
3973checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
3974
3975[[package]]
3976name = "unicode-xid"
3977version = "0.2.3"
3978source = "registry+https://github.com/rust-lang/crates.io-index"
3979checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
3980
3981[[package]]
3982name = "unsafe-libyaml"
3983version = "0.2.11"
3984source = "registry+https://github.com/rust-lang/crates.io-index"
3985checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
3986
3987[[package]]
3988name = "untrusted"
3989version = "0.9.0"
3990source = "registry+https://github.com/rust-lang/crates.io-index"
3991checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3992
3993[[package]]
3994name = "ureq"
3995version = "2.10.0"
3996source = "registry+https://github.com/rust-lang/crates.io-index"
3997checksum = "72139d247e5f97a3eff96229a7ae85ead5328a39efe76f8bf5a06313d505b6ea"
3998dependencies = [
3999 "base64",
4000 "log",
4001 "once_cell",
4002 "rustls 0.23.7",
4003 "rustls-pki-types",
4004 "url",
4005 "webpki-roots",
4006]
4007
4008[[package]]
4009name = "url"
4010version = "2.5.7"
4011source = "registry+https://github.com/rust-lang/crates.io-index"
4012checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
4013dependencies = [
4014 "form_urlencoded",
4015 "idna",
4016 "percent-encoding",
4017 "serde",
4018]
4019
4020[[package]]
4021name = "utf16_iter"
4022version = "1.0.5"
4023source = "registry+https://github.com/rust-lang/crates.io-index"
4024checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
4025
4026[[package]]
4027name = "utf8_iter"
4028version = "1.0.4"
4029source = "registry+https://github.com/rust-lang/crates.io-index"
4030checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
4031
4032[[package]]
4033name = "utf8parse"
4034version = "0.2.2"
4035source = "registry+https://github.com/rust-lang/crates.io-index"
4036checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
4037
4038[[package]]
4039name = "uuid"
4040version = "1.0.0"
4041source = "registry+https://github.com/rust-lang/crates.io-index"
4042checksum = "8cfcd319456c4d6ea10087ed423473267e1a071f3bc0aa89f80d60997843c6f0"
4043
4044[[package]]
4045name = "v8"
4046version = "139.0.0"
4047source = "registry+https://github.com/rust-lang/crates.io-index"
4048checksum = "a33ccf9cc537275d7bb848e94f160986164e2ea5138e60166551d115c7ea8f1a"
4049dependencies = [
4050 "bindgen",
4051 "bitflags 2.9.4",
4052 "fslock",
4053 "gzip-header",
4054 "home",
4055 "miniz_oxide",
4056 "paste",
4057 "which",
4058]
4059
4060[[package]]
4061name = "valuable"
4062version = "0.1.0"
4063source = "registry+https://github.com/rust-lang/crates.io-index"
4064checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
4065
4066[[package]]
4067name = "vcpkg"
4068version = "0.2.15"
4069source = "registry+https://github.com/rust-lang/crates.io-index"
4070checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
4071
4072[[package]]
4073name = "veri_engine"
4074version = "0.1.0"
4075dependencies = [
4076 "anyhow",
4077 "clap",
4078 "cranelift-codegen",
4079 "cranelift-codegen-meta",
4080 "cranelift-isle",
4081 "easy-smt",
4082 "env_logger 0.11.5",
4083 "itertools 0.14.0",
4084 "log",
4085 "strum",
4086 "strum_macros",
4087 "veri_ir",
4088]
4089
4090[[package]]
4091name = "veri_ir"
4092version = "0.1.0"
4093
4094[[package]]
4095name = "verify-component-adapter"
4096version = "41.0.0"
4097dependencies = [
4098 "anyhow",
4099 "wasmparser 0.243.0",
4100 "wat",
4101]
4102
4103[[package]]
4104name = "version_check"
4105version = "0.9.4"
4106source = "registry+https://github.com/rust-lang/crates.io-index"
4107checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
4108
4109[[package]]
4110name = "wait-timeout"
4111version = "0.2.0"
4112source = "registry+https://github.com/rust-lang/crates.io-index"
4113checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
4114dependencies = [
4115 "libc",
4116]
4117
4118[[package]]
4119name = "walkdir"
4120version = "2.5.0"
4121source = "registry+https://github.com/rust-lang/crates.io-index"
4122checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4123dependencies = [
4124 "same-file",
4125 "winapi-util",
4126]
4127
4128[[package]]
4129name = "want"
4130version = "0.3.0"
4131source = "registry+https://github.com/rust-lang/crates.io-index"
4132checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
4133dependencies = [
4134 "log",
4135 "try-lock",
4136]
4137
4138[[package]]
4139name = "wasi"
4140version = "0.11.0+wasi-snapshot-preview1"
4141source = "registry+https://github.com/rust-lang/crates.io-index"
4142checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
4143
4144[[package]]
4145name = "wasi"
4146version = "0.13.3+wasi-0.2.2"
4147source = "registry+https://github.com/rust-lang/crates.io-index"
4148checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
4149dependencies = [
4150 "wit-bindgen-rt",
4151]
4152
4153[[package]]
4154name = "wasi-common"
4155version = "41.0.0"
4156dependencies = [
4157 "anyhow",
4158 "async-trait",
4159 "bitflags 2.9.4",
4160 "cap-fs-ext",
4161 "cap-rand",
4162 "cap-std",
4163 "cap-time-ext",
4164 "fs-set-times",
4165 "io-extras",
4166 "io-lifetimes",
4167 "libc",
4168 "log",
4169 "rustix 1.0.8",
4170 "system-interface",
4171 "tempfile",
4172 "test-log",
4173 "test-programs-artifacts",
4174 "thiserror 2.0.17",
4175 "tokio",
4176 "tracing",
4177 "tracing-subscriber",
4178 "wasi-common",
4179 "wasmtime",
4180 "wiggle",
4181 "windows-sys 0.61.2",
4182]
4183
4184[[package]]
4185name = "wasi-nn"
4186version = "0.6.0"
4187source = "registry+https://github.com/rust-lang/crates.io-index"
4188checksum = "7031683cc05a71515d9200fb159b28d717ded3c40dbb979d1602cf46f3a68f40"
4189dependencies = [
4190 "thiserror 1.0.65",
4191]
4192
4193[[package]]
4194name = "wasi-preview1-component-adapter"
4195version = "41.0.0"
4196dependencies = [
4197 "bitflags 2.9.4",
4198 "byte-array-literals",
4199 "object 0.37.3",
4200 "wasip1",
4201 "wasm-encoder",
4202 "wit-bindgen-rust-macro",
4203]
4204
4205[[package]]
4206name = "wasip1"
4207version = "1.0.0"
4208source = "registry+https://github.com/rust-lang/crates.io-index"
4209checksum = "b5e26842486624357dbeb8f0381cf1fb42f022291fd787d4a816768fec8cc760"
4210
4211[[package]]
4212name = "wasip2"
4213version = "1.0.0+wasi-0.2.4"
4214source = "registry+https://github.com/rust-lang/crates.io-index"
4215checksum = "03fa2761397e5bd52002cd7e73110c71af2109aca4e521a9f40473fe685b0a24"
4216dependencies = [
4217 "wit-bindgen 0.45.1",
4218]
4219
4220[[package]]
4221name = "wasm-bindgen"
4222version = "0.2.97"
4223source = "registry+https://github.com/rust-lang/crates.io-index"
4224checksum = "d15e63b4482863c109d70a7b8706c1e364eb6ea449b201a76c5b89cedcec2d5c"
4225dependencies = [
4226 "cfg-if",
4227 "once_cell",
4228 "wasm-bindgen-macro",
4229]
4230
4231[[package]]
4232name = "wasm-bindgen-backend"
4233version = "0.2.97"
4234source = "registry+https://github.com/rust-lang/crates.io-index"
4235checksum = "8d36ef12e3aaca16ddd3f67922bc63e48e953f126de60bd33ccc0101ef9998cd"
4236dependencies = [
4237 "bumpalo",
4238 "log",
4239 "once_cell",
4240 "proc-macro2",
4241 "quote",
4242 "syn 2.0.106",
4243 "wasm-bindgen-shared",
4244]
4245
4246[[package]]
4247name = "wasm-bindgen-macro"
4248version = "0.2.97"
4249source = "registry+https://github.com/rust-lang/crates.io-index"
4250checksum = "705440e08b42d3e4b36de7d66c944be628d579796b8090bfa3471478a2260051"
4251dependencies = [
4252 "quote",
4253 "wasm-bindgen-macro-support",
4254]
4255
4256[[package]]
4257name = "wasm-bindgen-macro-support"
4258version = "0.2.97"
4259source = "registry+https://github.com/rust-lang/crates.io-index"
4260checksum = "98c9ae5a76e46f4deecd0f0255cc223cfa18dc9b261213b8aa0c7b36f61b3f1d"
4261dependencies = [
4262 "proc-macro2",
4263 "quote",
4264 "syn 2.0.106",
4265 "wasm-bindgen-backend",
4266 "wasm-bindgen-shared",
4267]
4268
4269[[package]]
4270name = "wasm-bindgen-shared"
4271version = "0.2.97"
4272source = "registry+https://github.com/rust-lang/crates.io-index"
4273checksum = "6ee99da9c5ba11bd675621338ef6fa52296b76b83305e9b6e5c77d4c286d6d49"
4274
4275[[package]]
4276name = "wasm-compose"
4277version = "0.243.0"
4278source = "registry+https://github.com/rust-lang/crates.io-index"
4279checksum = "af801b6f36459023eaec63fdbaedad2fd5a4ab7dc74ecc110a8b5d375c5775e4"
4280dependencies = [
4281 "anyhow",
4282 "heck 0.5.0",
4283 "im-rc",
4284 "indexmap 2.11.4",
4285 "log",
4286 "petgraph",
4287 "serde",
4288 "serde_derive",
4289 "serde_yaml",
4290 "smallvec",
4291 "wasm-encoder",
4292 "wasmparser 0.243.0",
4293 "wat",
4294]
4295
4296[[package]]
4297name = "wasm-encoder"
4298version = "0.243.0"
4299source = "registry+https://github.com/rust-lang/crates.io-index"
4300checksum = "c55db9c896d70bd9fa535ce83cd4e1f2ec3726b0edd2142079f594fc3be1cb35"
4301dependencies = [
4302 "leb128fmt",
4303 "wasmparser 0.243.0",
4304]
4305
4306[[package]]
4307name = "wasm-metadata"
4308version = "0.243.0"
4309source = "registry+https://github.com/rust-lang/crates.io-index"
4310checksum = "eae05bf9579f45a62e8d0a4e3f52eaa8da518883ac5afa482ec8256c329ecd56"
4311dependencies = [
4312 "anyhow",
4313 "indexmap 2.11.4",
4314 "wasm-encoder",
4315 "wasmparser 0.243.0",
4316]
4317
4318[[package]]
4319name = "wasm-mutate"
4320version = "0.243.0"
4321source = "registry+https://github.com/rust-lang/crates.io-index"
4322checksum = "f56c94870d1398b2f01e7cd7c44efd9f557e9baaf306f0d246b6b9c862c22b8a"
4323dependencies = [
4324 "egg",
4325 "log",
4326 "rand 0.9.2",
4327 "thiserror 2.0.17",
4328 "wasm-encoder",
4329 "wasmparser 0.243.0",
4330]
4331
4332[[package]]
4333name = "wasm-smith"
4334version = "0.243.0"
4335source = "registry+https://github.com/rust-lang/crates.io-index"
4336checksum = "119b7dd7690868543d344025ee894271d9c66fa00d5c1cd233a5c72eb7a2ea03"
4337dependencies = [
4338 "anyhow",
4339 "arbitrary",
4340 "flagset",
4341 "serde",
4342 "serde_derive",
4343 "wasm-encoder",
4344 "wat",
4345]
4346
4347[[package]]
4348name = "wasm-spec-interpreter"
4349version = "0.0.0"
4350dependencies = [
4351 "ocaml-interop",
4352 "wat",
4353]
4354
4355[[package]]
4356name = "wasm-wave"
4357version = "0.243.0"
4358source = "registry+https://github.com/rust-lang/crates.io-index"
4359checksum = "4bd23c879ec35d708f4eff3456f33c415d113363a2e38420098bf42976bacb31"
4360dependencies = [
4361 "indexmap 2.11.4",
4362 "logos",
4363 "thiserror 2.0.17",
4364 "wit-parser",
4365]
4366
4367[[package]]
4368name = "wasmi"
4369version = "0.51.1"
4370source = "registry+https://github.com/rust-lang/crates.io-index"
4371checksum = "cb4f6b71d5cb04a4615b9a8a2e522ba284c491ad847afd9e905d89be15e3efc0"
4372dependencies = [
4373 "spin",
4374 "wasmi_collections",
4375 "wasmi_core",
4376 "wasmi_ir",
4377 "wasmparser 0.228.0",
4378]
4379
4380[[package]]
4381name = "wasmi_collections"
4382version = "0.51.1"
4383source = "registry+https://github.com/rust-lang/crates.io-index"
4384checksum = "6a4a11fa090c4d742e5a77dbbc8efbbe1aa151db7335ca6850232e6cafbb1023"
4385dependencies = [
4386 "string-interner",
4387]
4388
4389[[package]]
4390name = "wasmi_core"
4391version = "0.51.1"
4392source = "registry+https://github.com/rust-lang/crates.io-index"
4393checksum = "ab3e422fc1f4df78c9ded6ed48c4ca6d1f55f4609f04c99962fc07532e4db61d"
4394dependencies = [
4395 "libm",
4396]
4397
4398[[package]]
4399name = "wasmi_ir"
4400version = "0.51.1"
4401source = "registry+https://github.com/rust-lang/crates.io-index"
4402checksum = "13fe9f9f1747ec81644e764c4dc798f063f5d54a495f0a3b4a375bce9af65399"
4403dependencies = [
4404 "wasmi_core",
4405]
4406
4407[[package]]
4408name = "wasmparser"
4409version = "0.228.0"
4410source = "registry+https://github.com/rust-lang/crates.io-index"
4411checksum = "4abf1132c1fdf747d56bbc1bb52152400c70f336870f968b85e89ea422198ae3"
4412dependencies = [
4413 "bitflags 2.9.4",
4414 "indexmap 2.11.4",
4415]
4416
4417[[package]]
4418name = "wasmparser"
4419version = "0.243.0"
4420source = "registry+https://github.com/rust-lang/crates.io-index"
4421checksum = "f6d8db401b0528ec316dfbe579e6ab4152d61739cfe076706d2009127970159d"
4422dependencies = [
4423 "bitflags 2.9.4",
4424 "hashbrown 0.15.2",
4425 "indexmap 2.11.4",
4426 "semver",
4427 "serde",
4428]
4429
4430[[package]]
4431name = "wasmprinter"
4432version = "0.243.0"
4433source = "registry+https://github.com/rust-lang/crates.io-index"
4434checksum = "eb2b6035559e146114c29a909a3232928ee488d6507a1504d8934e8607b36d7b"
4435dependencies = [
4436 "anyhow",
4437 "termcolor",
4438 "wasmparser 0.243.0",
4439]
4440
4441[[package]]
4442name = "wasmtime"
4443version = "41.0.0"
4444dependencies = [
4445 "addr2line 0.25.1",
4446 "anyhow",
4447 "async-trait",
4448 "bitflags 2.9.4",
4449 "bumpalo",
4450 "bytes",
4451 "cc",
4452 "cfg-if",
4453 "cranelift-native",
4454 "encoding_rs",
4455 "env_logger 0.11.5",
4456 "futures",
4457 "fxprof-processed-profile",
4458 "gimli 0.32.3",
4459 "hashbrown 0.15.2",
4460 "indexmap 2.11.4",
4461 "ittapi",
4462 "libc",
4463 "libtest-mimic",
4464 "log",
4465 "mach2",
4466 "memfd",
4467 "object 0.37.3",
4468 "once_cell",
4469 "postcard",
4470 "proptest",
4471 "pulley-interpreter",
4472 "rand 0.9.2",
4473 "rayon",
4474 "rustix 1.0.8",
4475 "semver",
4476 "serde",
4477 "serde_derive",
4478 "serde_json",
4479 "smallvec",
4480 "target-lexicon",
4481 "tempfile",
4482 "tokio",
4483 "wasm-compose",
4484 "wasm-encoder",
4485 "wasm-wave",
4486 "wasmparser 0.243.0",
4487 "wasmtime-environ",
4488 "wasmtime-internal-cache",
4489 "wasmtime-internal-component-macro",
4490 "wasmtime-internal-component-util",
4491 "wasmtime-internal-cranelift",
4492 "wasmtime-internal-fiber",
4493 "wasmtime-internal-jit-debug",
4494 "wasmtime-internal-jit-icache-coherence",
4495 "wasmtime-internal-math",
4496 "wasmtime-internal-slab",
4497 "wasmtime-internal-unwinder",
4498 "wasmtime-internal-versioned-export-macros",
4499 "wasmtime-internal-winch",
4500 "wasmtime-internal-wmemcheck",
4501 "wasmtime-test-util",
4502 "wat",
4503 "windows-sys 0.61.2",
4504]
4505
4506[[package]]
4507name = "wasmtime-bench-api"
4508version = "41.0.0"
4509dependencies = [
4510 "anyhow",
4511 "cap-std",
4512 "clap",
4513 "shuffling-allocator",
4514 "target-lexicon",
4515 "wasmtime",
4516 "wasmtime-cli-flags",
4517 "wasmtime-wasi",
4518 "wasmtime-wasi-nn",
4519 "wat",
4520]
4521
4522[[package]]
4523name = "wasmtime-c-api"
4524version = "41.0.0"
4525dependencies = [
4526 "wasmtime-c-api-impl",
4527]
4528
4529[[package]]
4530name = "wasmtime-c-api-impl"
4531version = "41.0.0"
4532dependencies = [
4533 "anyhow",
4534 "async-trait",
4535 "bytes",
4536 "cap-std",
4537 "env_logger 0.11.5",
4538 "futures",
4539 "log",
4540 "tokio",
4541 "tracing",
4542 "wasmtime",
4543 "wasmtime-internal-c-api-macros",
4544 "wasmtime-wasi",
4545 "wasmtime-wasi-io",
4546 "wat",
4547]
4548
4549[[package]]
4550name = "wasmtime-cli"
4551version = "41.0.0"
4552dependencies = [
4553 "anyhow",
4554 "async-trait",
4555 "bstr",
4556 "bytes",
4557 "bytesize",
4558 "capstone",
4559 "cfg-if",
4560 "clap",
4561 "clap_complete",
4562 "cranelift-codegen",
4563 "cranelift-filetests",
4564 "cranelift-native",
4565 "cranelift-reader",
4566 "criterion",
4567 "env_logger 0.11.5",
4568 "filecheck",
4569 "futures",
4570 "gimli 0.32.3",
4571 "http",
4572 "http-body-util",
4573 "hyper",
4574 "libc",
4575 "libtest-mimic",
4576 "listenfd",
4577 "log",
4578 "memchr",
4579 "num_cpus",
4580 "object 0.37.3",
4581 "pulley-interpreter",
4582 "rayon",
4583 "rustix 1.0.8",
4584 "serde",
4585 "serde_derive",
4586 "serde_json",
4587 "similar",
4588 "target-lexicon",
4589 "tempfile",
4590 "termcolor",
4591 "test-programs-artifacts",
4592 "tokio",
4593 "toml",
4594 "tracing",
4595 "walkdir",
4596 "wasi-common",
4597 "wasm-encoder",
4598 "wasmparser 0.243.0",
4599 "wasmtime",
4600 "wasmtime-cli-flags",
4601 "wasmtime-environ",
4602 "wasmtime-internal-cache",
4603 "wasmtime-internal-component-util",
4604 "wasmtime-internal-cranelift",
4605 "wasmtime-internal-explorer",
4606 "wasmtime-internal-unwinder",
4607 "wasmtime-test-macros",
4608 "wasmtime-test-util",
4609 "wasmtime-wasi",
4610 "wasmtime-wasi-config",
4611 "wasmtime-wasi-http",
4612 "wasmtime-wasi-keyvalue",
4613 "wasmtime-wasi-nn",
4614 "wasmtime-wasi-threads",
4615 "wasmtime-wasi-tls",
4616 "wasmtime-wast",
4617 "wasmtime-wizer",
4618 "wast 243.0.0",
4619 "wat",
4620 "windows-sys 0.61.2",
4621 "wit-component",
4622]
4623
4624[[package]]
4625name = "wasmtime-cli-flags"
4626version = "41.0.0"
4627dependencies = [
4628 "anyhow",
4629 "clap",
4630 "file-per-thread-logger",
4631 "rayon",
4632 "serde",
4633 "serde_derive",
4634 "toml",
4635 "tracing-subscriber",
4636 "wasmtime",
4637]
4638
4639[[package]]
4640name = "wasmtime-environ"
4641version = "41.0.0"
4642dependencies = [
4643 "anyhow",
4644 "arbitrary",
4645 "arbtest",
4646 "clap",
4647 "cpp_demangle",
4648 "cranelift-bitset",
4649 "cranelift-entity",
4650 "env_logger 0.11.5",
4651 "gimli 0.32.3",
4652 "indexmap 2.11.4",
4653 "log",
4654 "object 0.37.3",
4655 "postcard",
4656 "rustc-demangle",
4657 "semver",
4658 "serde",
4659 "serde_derive",
4660 "smallvec",
4661 "target-lexicon",
4662 "wasm-encoder",
4663 "wasmparser 0.243.0",
4664 "wasmprinter",
4665 "wasmtime-internal-component-util",
4666 "wat",
4667]
4668
4669[[package]]
4670name = "wasmtime-environ-fuzz"
4671version = "0.0.0"
4672dependencies = [
4673 "arbitrary",
4674 "env_logger 0.11.5",
4675 "libfuzzer-sys",
4676 "wasmparser 0.243.0",
4677 "wasmprinter",
4678 "wasmtime-environ",
4679 "wasmtime-test-util",
4680 "wat",
4681]
4682
4683[[package]]
4684name = "wasmtime-fuzz"
4685version = "0.0.0"
4686dependencies = [
4687 "anyhow",
4688 "arbitrary",
4689 "cranelift-assembler-x64",
4690 "cranelift-codegen",
4691 "cranelift-control",
4692 "cranelift-filetests",
4693 "cranelift-fuzzgen",
4694 "cranelift-interpreter",
4695 "cranelift-native",
4696 "cranelift-reader",
4697 "env_logger 0.11.5",
4698 "libfuzzer-sys",
4699 "log",
4700 "mutatis",
4701 "postcard",
4702 "proc-macro2",
4703 "pulley-interpreter-fuzz",
4704 "quote",
4705 "rand 0.8.5",
4706 "rand 0.9.2",
4707 "smallvec",
4708 "target-lexicon",
4709 "wasmparser 0.243.0",
4710 "wasmtime",
4711 "wasmtime-fuzzing",
4712 "wasmtime-test-util",
4713]
4714
4715[[package]]
4716name = "wasmtime-fuzzing"
4717version = "0.0.0"
4718dependencies = [
4719 "anyhow",
4720 "arbitrary",
4721 "backtrace",
4722 "env_logger 0.11.5",
4723 "futures",
4724 "log",
4725 "mutatis",
4726 "rand 0.8.5",
4727 "rayon",
4728 "serde",
4729 "serde_json",
4730 "smallvec",
4731 "target-lexicon",
4732 "tempfile",
4733 "v8",
4734 "wasm-encoder",
4735 "wasm-mutate",
4736 "wasm-smith",
4737 "wasm-spec-interpreter",
4738 "wasmi",
4739 "wasmparser 0.243.0",
4740 "wasmprinter",
4741 "wasmtime",
4742 "wasmtime-cli-flags",
4743 "wasmtime-test-util",
4744 "wasmtime-wast",
4745 "wat",
4746]
4747
4748[[package]]
4749name = "wasmtime-internal-c-api-macros"
4750version = "41.0.0"
4751dependencies = [
4752 "proc-macro2",
4753 "quote",
4754]
4755
4756[[package]]
4757name = "wasmtime-internal-cache"
4758version = "41.0.0"
4759dependencies = [
4760 "anyhow",
4761 "base64",
4762 "directories-next",
4763 "env_logger 0.11.5",
4764 "filetime",
4765 "log",
4766 "postcard",
4767 "rustix 1.0.8",
4768 "serde",
4769 "serde_derive",
4770 "sha2",
4771 "tempfile",
4772 "toml",
4773 "windows-sys 0.61.2",
4774 "zstd 0.13.0",
4775]
4776
4777[[package]]
4778name = "wasmtime-internal-component-macro"
4779version = "41.0.0"
4780dependencies = [
4781 "anyhow",
4782 "component-macro-test-helpers",
4783 "prettyplease",
4784 "proc-macro2",
4785 "quote",
4786 "serde",
4787 "serde_json",
4788 "similar",
4789 "syn 2.0.106",
4790 "tracing",
4791 "wasmtime",
4792 "wasmtime-internal-component-util",
4793 "wasmtime-internal-wit-bindgen",
4794 "wit-parser",
4795]
4796
4797[[package]]
4798name = "wasmtime-internal-component-util"
4799version = "41.0.0"
4800
4801[[package]]
4802name = "wasmtime-internal-cranelift"
4803version = "41.0.0"
4804dependencies = [
4805 "anyhow",
4806 "cfg-if",
4807 "cranelift-codegen",
4808 "cranelift-control",
4809 "cranelift-entity",
4810 "cranelift-frontend",
4811 "cranelift-native",
4812 "gimli 0.32.3",
4813 "itertools 0.14.0",
4814 "log",
4815 "object 0.37.3",
4816 "pulley-interpreter",
4817 "smallvec",
4818 "target-lexicon",
4819 "thiserror 2.0.17",
4820 "wasmparser 0.243.0",
4821 "wasmtime-environ",
4822 "wasmtime-internal-math",
4823 "wasmtime-internal-unwinder",
4824 "wasmtime-internal-versioned-export-macros",
4825]
4826
4827[[package]]
4828name = "wasmtime-internal-explorer"
4829version = "41.0.0"
4830dependencies = [
4831 "anyhow",
4832 "capstone",
4833 "serde",
4834 "serde_derive",
4835 "serde_json",
4836 "target-lexicon",
4837 "wasmprinter",
4838 "wasmtime",
4839 "wasmtime-environ",
4840]
4841
4842[[package]]
4843name = "wasmtime-internal-fiber"
4844version = "41.0.0"
4845dependencies = [
4846 "anyhow",
4847 "backtrace",
4848 "cc",
4849 "cfg-if",
4850 "libc",
4851 "rustix 1.0.8",
4852 "wasmtime-internal-versioned-export-macros",
4853 "windows-sys 0.61.2",
4854]
4855
4856[[package]]
4857name = "wasmtime-internal-jit-debug"
4858version = "41.0.0"
4859dependencies = [
4860 "cc",
4861 "object 0.37.3",
4862 "rustix 1.0.8",
4863 "wasmtime-internal-versioned-export-macros",
4864]
4865
4866[[package]]
4867name = "wasmtime-internal-jit-icache-coherence"
4868version = "41.0.0"
4869dependencies = [
4870 "anyhow",
4871 "cfg-if",
4872 "libc",
4873 "windows-sys 0.61.2",
4874]
4875
4876[[package]]
4877name = "wasmtime-internal-math"
4878version = "41.0.0"
4879dependencies = [
4880 "libm",
4881]
4882
4883[[package]]
4884name = "wasmtime-internal-slab"
4885version = "41.0.0"
4886
4887[[package]]
4888name = "wasmtime-internal-unwinder"
4889version = "41.0.0"
4890dependencies = [
4891 "anyhow",
4892 "cfg-if",
4893 "cranelift-codegen",
4894 "log",
4895 "object 0.37.3",
4896]
4897
4898[[package]]
4899name = "wasmtime-internal-versioned-export-macros"
4900version = "41.0.0"
4901dependencies = [
4902 "proc-macro2",
4903 "quote",
4904 "syn 2.0.106",
4905]
4906
4907[[package]]
4908name = "wasmtime-internal-winch"
4909version = "41.0.0"
4910dependencies = [
4911 "anyhow",
4912 "cranelift-codegen",
4913 "gimli 0.32.3",
4914 "log",
4915 "object 0.37.3",
4916 "target-lexicon",
4917 "wasmparser 0.243.0",
4918 "wasmtime-environ",
4919 "wasmtime-internal-cranelift",
4920 "winch-codegen",
4921]
4922
4923[[package]]
4924name = "wasmtime-internal-wit-bindgen"
4925version = "41.0.0"
4926dependencies = [
4927 "anyhow",
4928 "bitflags 2.9.4",
4929 "heck 0.5.0",
4930 "indexmap 2.11.4",
4931 "wit-parser",
4932]
4933
4934[[package]]
4935name = "wasmtime-internal-wmemcheck"
4936version = "41.0.0"
4937
4938[[package]]
4939name = "wasmtime-test-macros"
4940version = "0.0.0"
4941dependencies = [
4942 "anyhow",
4943 "proc-macro2",
4944 "quote",
4945 "syn 2.0.106",
4946 "wasmtime-test-util",
4947]
4948
4949[[package]]
4950name = "wasmtime-test-util"
4951version = "41.0.0"
4952dependencies = [
4953 "anyhow",
4954 "arbitrary",
4955 "arbtest",
4956 "env_logger 0.11.5",
4957 "indexmap 2.11.4",
4958 "proc-macro2",
4959 "quote",
4960 "rand 0.9.2",
4961 "serde",
4962 "serde_derive",
4963 "target-lexicon",
4964 "toml",
4965 "wasmparser 0.243.0",
4966 "wasmprinter",
4967 "wasmtime",
4968 "wasmtime-environ",
4969 "wasmtime-internal-component-util",
4970 "wat",
4971]
4972
4973[[package]]
4974name = "wasmtime-wasi"
4975version = "41.0.0"
4976dependencies = [
4977 "anyhow",
4978 "async-trait",
4979 "bitflags 2.9.4",
4980 "bytes",
4981 "cap-fs-ext",
4982 "cap-net-ext",
4983 "cap-rand",
4984 "cap-std",
4985 "cap-time-ext",
4986 "env_logger 0.11.5",
4987 "fs-set-times",
4988 "futures",
4989 "io-extras",
4990 "io-lifetimes",
4991 "rustix 1.0.8",
4992 "system-interface",
4993 "tempfile",
4994 "test-log",
4995 "test-programs-artifacts",
4996 "thiserror 2.0.17",
4997 "tokio",
4998 "tracing",
4999 "tracing-subscriber",
5000 "url",
5001 "wasmtime",
5002 "wasmtime-test-util",
5003 "wasmtime-wasi-io",
5004 "wiggle",
5005 "windows-sys 0.61.2",
5006]
5007
5008[[package]]
5009name = "wasmtime-wasi-config"
5010version = "41.0.0"
5011dependencies = [
5012 "anyhow",
5013 "test-programs-artifacts",
5014 "tokio",
5015 "wasmtime",
5016 "wasmtime-wasi",
5017]
5018
5019[[package]]
5020name = "wasmtime-wasi-http"
5021version = "41.0.0"
5022dependencies = [
5023 "anyhow",
5024 "async-trait",
5025 "base64",
5026 "bytes",
5027 "env_logger 0.11.5",
5028 "flate2",
5029 "futures",
5030 "http",
5031 "http-body",
5032 "http-body-util",
5033 "hyper",
5034 "rustls 0.22.4",
5035 "sha2",
5036 "tempfile",
5037 "test-log",
5038 "test-programs-artifacts",
5039 "tokio",
5040 "tokio-rustls",
5041 "tokio-util",
5042 "tracing",
5043 "tracing-subscriber",
5044 "wasm-compose",
5045 "wasmtime",
5046 "wasmtime-wasi",
5047 "wasmtime-wasi-io",
5048 "webpki-roots",
5049]
5050
5051[[package]]
5052name = "wasmtime-wasi-io"
5053version = "41.0.0"
5054dependencies = [
5055 "anyhow",
5056 "async-trait",
5057 "bytes",
5058 "futures",
5059 "wasmtime",
5060]
5061
5062[[package]]
5063name = "wasmtime-wasi-keyvalue"
5064version = "41.0.0"
5065dependencies = [
5066 "anyhow",
5067 "test-programs-artifacts",
5068 "tokio",
5069 "wasmtime",
5070 "wasmtime-wasi",
5071]
5072
5073[[package]]
5074name = "wasmtime-wasi-nn"
5075version = "41.0.0"
5076dependencies = [
5077 "anyhow",
5078 "cap-std",
5079 "libtest-mimic",
5080 "openvino",
5081 "ort",
5082 "tch",
5083 "test-programs-artifacts",
5084 "thiserror 2.0.17",
5085 "tracing",
5086 "tracing-subscriber",
5087 "walkdir",
5088 "wasmtime",
5089 "wasmtime-wasi",
5090 "wiggle",
5091 "windows",
5092]
5093
5094[[package]]
5095name = "wasmtime-wasi-threads"
5096version = "41.0.0"
5097dependencies = [
5098 "anyhow",
5099 "log",
5100 "rand 0.8.5",
5101 "wasi-common",
5102 "wasmtime",
5103 "wasmtime-wasi",
5104]
5105
5106[[package]]
5107name = "wasmtime-wasi-tls"
5108version = "41.0.0"
5109dependencies = [
5110 "anyhow",
5111 "bytes",
5112 "futures",
5113 "rustls 0.22.4",
5114 "test-programs-artifacts",
5115 "tokio",
5116 "tokio-rustls",
5117 "wasmtime",
5118 "wasmtime-wasi",
5119 "webpki-roots",
5120]
5121
5122[[package]]
5123name = "wasmtime-wasi-tls-nativetls"
5124version = "41.0.0"
5125dependencies = [
5126 "anyhow",
5127 "futures",
5128 "native-tls",
5129 "test-programs-artifacts",
5130 "tokio",
5131 "tokio-native-tls",
5132 "wasmtime",
5133 "wasmtime-wasi",
5134 "wasmtime-wasi-tls",
5135]
5136
5137[[package]]
5138name = "wasmtime-wast"
5139version = "41.0.0"
5140dependencies = [
5141 "anyhow",
5142 "json-from-wast",
5143 "log",
5144 "object 0.37.3",
5145 "serde_json",
5146 "tokio",
5147 "wasmparser 0.243.0",
5148 "wasmtime",
5149 "wast 243.0.0",
5150]
5151
5152[[package]]
5153name = "wasmtime-wizer"
5154version = "41.0.0"
5155dependencies = [
5156 "anyhow",
5157 "clap",
5158 "criterion",
5159 "env_logger 0.11.5",
5160 "log",
5161 "rayon",
5162 "tokio",
5163 "wasm-encoder",
5164 "wasmparser 0.243.0",
5165 "wasmprinter",
5166 "wasmtime",
5167 "wasmtime-wasi",
5168 "wat",
5169]
5170
5171[[package]]
5172name = "wast"
5173version = "35.0.2"
5174source = "registry+https://github.com/rust-lang/crates.io-index"
5175checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
5176dependencies = [
5177 "leb128",
5178]
5179
5180[[package]]
5181name = "wast"
5182version = "243.0.0"
5183source = "registry+https://github.com/rust-lang/crates.io-index"
5184checksum = "df21d01c2d91e46cb7a221d79e58a2d210ea02020d57c092e79255cc2999ca7f"
5185dependencies = [
5186 "bumpalo",
5187 "gimli 0.31.1",
5188 "leb128fmt",
5189 "memchr",
5190 "unicode-width 0.2.0",
5191 "wasm-encoder",
5192]
5193
5194[[package]]
5195name = "wat"
5196version = "1.243.0"
5197source = "registry+https://github.com/rust-lang/crates.io-index"
5198checksum = "226a9a91cd80a50449312fef0c75c23478fcecfcc4092bdebe1dc8e760ef521b"
5199dependencies = [
5200 "wast 243.0.0",
5201]
5202
5203[[package]]
5204name = "web-sys"
5205version = "0.3.57"
5206source = "registry+https://github.com/rust-lang/crates.io-index"
5207checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
5208dependencies = [
5209 "js-sys",
5210 "wasm-bindgen",
5211]
5212
5213[[package]]
5214name = "webpki-roots"
5215version = "0.26.1"
5216source = "registry+https://github.com/rust-lang/crates.io-index"
5217checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009"
5218dependencies = [
5219 "rustls-pki-types",
5220]
5221
5222[[package]]
5223name = "which"
5224version = "6.0.3"
5225source = "registry+https://github.com/rust-lang/crates.io-index"
5226checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
5227dependencies = [
5228 "either",
5229 "home",
5230 "rustix 0.38.43",
5231 "winsafe",
5232]
5233
5234[[package]]
5235name = "wiggle"
5236version = "41.0.0"
5237dependencies = [
5238 "anyhow",
5239 "bitflags 2.9.4",
5240 "proptest",
5241 "thiserror 2.0.17",
5242 "tokio",
5243 "tracing",
5244 "wasmtime",
5245 "wiggle-macro",
5246 "wiggle-test",
5247 "witx",
5248]
5249
5250[[package]]
5251name = "wiggle-generate"
5252version = "41.0.0"
5253dependencies = [
5254 "anyhow",
5255 "heck 0.5.0",
5256 "proc-macro2",
5257 "quote",
5258 "syn 2.0.106",
5259 "witx",
5260]
5261
5262[[package]]
5263name = "wiggle-macro"
5264version = "41.0.0"
5265dependencies = [
5266 "proc-macro2",
5267 "quote",
5268 "syn 2.0.106",
5269 "wiggle",
5270 "wiggle-generate",
5271]
5272
5273[[package]]
5274name = "wiggle-test"
5275version = "0.0.0"
5276dependencies = [
5277 "anyhow",
5278 "env_logger 0.11.5",
5279 "proptest",
5280 "thiserror 2.0.17",
5281 "tracing",
5282 "tracing-subscriber",
5283 "wiggle",
5284]
5285
5286[[package]]
5287name = "winapi"
5288version = "0.3.9"
5289source = "registry+https://github.com/rust-lang/crates.io-index"
5290checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5291dependencies = [
5292 "winapi-i686-pc-windows-gnu",
5293 "winapi-x86_64-pc-windows-gnu",
5294]
5295
5296[[package]]
5297name = "winapi-i686-pc-windows-gnu"
5298version = "0.4.0"
5299source = "registry+https://github.com/rust-lang/crates.io-index"
5300checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5301
5302[[package]]
5303name = "winapi-util"
5304version = "0.1.5"
5305source = "registry+https://github.com/rust-lang/crates.io-index"
5306checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
5307dependencies = [
5308 "winapi",
5309]
5310
5311[[package]]
5312name = "winapi-x86_64-pc-windows-gnu"
5313version = "0.4.0"
5314source = "registry+https://github.com/rust-lang/crates.io-index"
5315checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5316
5317[[package]]
5318name = "winch-codegen"
5319version = "41.0.0"
5320dependencies = [
5321 "anyhow",
5322 "cranelift-assembler-x64",
5323 "cranelift-codegen",
5324 "gimli 0.32.3",
5325 "regalloc2",
5326 "smallvec",
5327 "target-lexicon",
5328 "thiserror 2.0.17",
5329 "wasmparser 0.243.0",
5330 "wasmtime-environ",
5331 "wasmtime-internal-cranelift",
5332 "wasmtime-internal-math",
5333]
5334
5335[[package]]
5336name = "windows"
5337version = "0.52.0"
5338source = "registry+https://github.com/rust-lang/crates.io-index"
5339checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
5340dependencies = [
5341 "windows-core",
5342 "windows-implement",
5343 "windows-interface",
5344 "windows-targets 0.52.6",
5345]
5346
5347[[package]]
5348name = "windows-core"
5349version = "0.52.0"
5350source = "registry+https://github.com/rust-lang/crates.io-index"
5351checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
5352dependencies = [
5353 "windows-targets 0.52.6",
5354]
5355
5356[[package]]
5357name = "windows-implement"
5358version = "0.52.0"
5359source = "registry+https://github.com/rust-lang/crates.io-index"
5360checksum = "12168c33176773b86799be25e2a2ba07c7aab9968b37541f1094dbd7a60c8946"
5361dependencies = [
5362 "proc-macro2",
5363 "quote",
5364 "syn 2.0.106",
5365]
5366
5367[[package]]
5368name = "windows-interface"
5369version = "0.52.0"
5370source = "registry+https://github.com/rust-lang/crates.io-index"
5371checksum = "9d8dc32e0095a7eeccebd0e3f09e9509365ecb3fc6ac4d6f5f14a3f6392942d1"
5372dependencies = [
5373 "proc-macro2",
5374 "quote",
5375 "syn 2.0.106",
5376]
5377
5378[[package]]
5379name = "windows-link"
5380version = "0.2.1"
5381source = "registry+https://github.com/rust-lang/crates.io-index"
5382checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
5383
5384[[package]]
5385name = "windows-sys"
5386version = "0.52.0"
5387source = "registry+https://github.com/rust-lang/crates.io-index"
5388checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
5389dependencies = [
5390 "windows-targets 0.52.6",
5391]
5392
5393[[package]]
5394name = "windows-sys"
5395version = "0.60.2"
5396source = "registry+https://github.com/rust-lang/crates.io-index"
5397checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
5398dependencies = [
5399 "windows-targets 0.53.5",
5400]
5401
5402[[package]]
5403name = "windows-sys"
5404version = "0.61.2"
5405source = "registry+https://github.com/rust-lang/crates.io-index"
5406checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
5407dependencies = [
5408 "windows-link",
5409]
5410
5411[[package]]
5412name = "windows-targets"
5413version = "0.52.6"
5414source = "registry+https://github.com/rust-lang/crates.io-index"
5415checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
5416dependencies = [
5417 "windows_aarch64_gnullvm 0.52.6",
5418 "windows_aarch64_msvc 0.52.6",
5419 "windows_i686_gnu 0.52.6",
5420 "windows_i686_gnullvm 0.52.6",
5421 "windows_i686_msvc 0.52.6",
5422 "windows_x86_64_gnu 0.52.6",
5423 "windows_x86_64_gnullvm 0.52.6",
5424 "windows_x86_64_msvc 0.52.6",
5425]
5426
5427[[package]]
5428name = "windows-targets"
5429version = "0.53.5"
5430source = "registry+https://github.com/rust-lang/crates.io-index"
5431checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
5432dependencies = [
5433 "windows-link",
5434 "windows_aarch64_gnullvm 0.53.1",
5435 "windows_aarch64_msvc 0.53.1",
5436 "windows_i686_gnu 0.53.1",
5437 "windows_i686_gnullvm 0.53.1",
5438 "windows_i686_msvc 0.53.1",
5439 "windows_x86_64_gnu 0.53.1",
5440 "windows_x86_64_gnullvm 0.53.1",
5441 "windows_x86_64_msvc 0.53.1",
5442]
5443
5444[[package]]
5445name = "windows_aarch64_gnullvm"
5446version = "0.52.6"
5447source = "registry+https://github.com/rust-lang/crates.io-index"
5448checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
5449
5450[[package]]
5451name = "windows_aarch64_gnullvm"
5452version = "0.53.1"
5453source = "registry+https://github.com/rust-lang/crates.io-index"
5454checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
5455
5456[[package]]
5457name = "windows_aarch64_msvc"
5458version = "0.52.6"
5459source = "registry+https://github.com/rust-lang/crates.io-index"
5460checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
5461
5462[[package]]
5463name = "windows_aarch64_msvc"
5464version = "0.53.1"
5465source = "registry+https://github.com/rust-lang/crates.io-index"
5466checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
5467
5468[[package]]
5469name = "windows_i686_gnu"
5470version = "0.52.6"
5471source = "registry+https://github.com/rust-lang/crates.io-index"
5472checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
5473
5474[[package]]
5475name = "windows_i686_gnu"
5476version = "0.53.1"
5477source = "registry+https://github.com/rust-lang/crates.io-index"
5478checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
5479
5480[[package]]
5481name = "windows_i686_gnullvm"
5482version = "0.52.6"
5483source = "registry+https://github.com/rust-lang/crates.io-index"
5484checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
5485
5486[[package]]
5487name = "windows_i686_gnullvm"
5488version = "0.53.1"
5489source = "registry+https://github.com/rust-lang/crates.io-index"
5490checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
5491
5492[[package]]
5493name = "windows_i686_msvc"
5494version = "0.52.6"
5495source = "registry+https://github.com/rust-lang/crates.io-index"
5496checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
5497
5498[[package]]
5499name = "windows_i686_msvc"
5500version = "0.53.1"
5501source = "registry+https://github.com/rust-lang/crates.io-index"
5502checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
5503
5504[[package]]
5505name = "windows_x86_64_gnu"
5506version = "0.52.6"
5507source = "registry+https://github.com/rust-lang/crates.io-index"
5508checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
5509
5510[[package]]
5511name = "windows_x86_64_gnu"
5512version = "0.53.1"
5513source = "registry+https://github.com/rust-lang/crates.io-index"
5514checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
5515
5516[[package]]
5517name = "windows_x86_64_gnullvm"
5518version = "0.52.6"
5519source = "registry+https://github.com/rust-lang/crates.io-index"
5520checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
5521
5522[[package]]
5523name = "windows_x86_64_gnullvm"
5524version = "0.53.1"
5525source = "registry+https://github.com/rust-lang/crates.io-index"
5526checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
5527
5528[[package]]
5529name = "windows_x86_64_msvc"
5530version = "0.52.6"
5531source = "registry+https://github.com/rust-lang/crates.io-index"
5532checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
5533
5534[[package]]
5535name = "windows_x86_64_msvc"
5536version = "0.53.1"
5537source = "registry+https://github.com/rust-lang/crates.io-index"
5538checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
5539
5540[[package]]
5541name = "winnow"
5542version = "0.7.13"
5543source = "registry+https://github.com/rust-lang/crates.io-index"
5544checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
5545
5546[[package]]
5547name = "winsafe"
5548version = "0.0.19"
5549source = "registry+https://github.com/rust-lang/crates.io-index"
5550checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
5551
5552[[package]]
5553name = "winx"
5554version = "0.36.4"
5555source = "registry+https://github.com/rust-lang/crates.io-index"
5556checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
5557dependencies = [
5558 "bitflags 2.9.4",
5559 "windows-sys 0.52.0",
5560]
5561
5562[[package]]
5563name = "wit-bindgen"
5564version = "0.45.1"
5565source = "registry+https://github.com/rust-lang/crates.io-index"
5566checksum = "5c573471f125075647d03df72e026074b7203790d41351cd6edc96f46bcccd36"
5567dependencies = [
5568 "bitflags 2.9.4",
5569]
5570
5571[[package]]
5572name = "wit-bindgen"
5573version = "0.49.0"
5574source = "registry+https://github.com/rust-lang/crates.io-index"
5575checksum = "c64be1abfe5d4fdb2d41581fac134e8c9204da1e604b5500926478b7f264e36f"
5576dependencies = [
5577 "bitflags 2.9.4",
5578 "futures",
5579 "wit-bindgen-rust-macro",
5580]
5581
5582[[package]]
5583name = "wit-bindgen-core"
5584version = "0.49.0"
5585source = "registry+https://github.com/rust-lang/crates.io-index"
5586checksum = "886e8e938e4e9fe54143c080cbb99d7db5d19242b62ef225dbb28e17b3223bd8"
5587dependencies = [
5588 "anyhow",
5589 "heck 0.5.0",
5590 "wit-parser",
5591]
5592
5593[[package]]
5594name = "wit-bindgen-rt"
5595version = "0.33.0"
5596source = "registry+https://github.com/rust-lang/crates.io-index"
5597checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
5598dependencies = [
5599 "bitflags 2.9.4",
5600]
5601
5602[[package]]
5603name = "wit-bindgen-rust"
5604version = "0.49.0"
5605source = "registry+https://github.com/rust-lang/crates.io-index"
5606checksum = "145cac8fb12d99aea13a3f9e0d07463fa030edeebab2c03805eda0e1cc229bba"
5607dependencies = [
5608 "anyhow",
5609 "heck 0.5.0",
5610 "indexmap 2.11.4",
5611 "prettyplease",
5612 "syn 2.0.106",
5613 "wasm-metadata",
5614 "wit-bindgen-core",
5615 "wit-component",
5616]
5617
5618[[package]]
5619name = "wit-bindgen-rust-macro"
5620version = "0.49.0"
5621source = "registry+https://github.com/rust-lang/crates.io-index"
5622checksum = "6042452ac4e58891cdb6321bb98aabb9827dbaf6f4e971734d8dd86813319aea"
5623dependencies = [
5624 "anyhow",
5625 "prettyplease",
5626 "proc-macro2",
5627 "quote",
5628 "syn 2.0.106",
5629 "wit-bindgen-core",
5630 "wit-bindgen-rust",
5631]
5632
5633[[package]]
5634name = "wit-component"
5635version = "0.243.0"
5636source = "registry+https://github.com/rust-lang/crates.io-index"
5637checksum = "36f9fc53513e461ce51dcf17a3e331752cb829f1d187069e54af5608fc998fe4"
5638dependencies = [
5639 "anyhow",
5640 "bitflags 2.9.4",
5641 "indexmap 2.11.4",
5642 "log",
5643 "serde",
5644 "serde_derive",
5645 "serde_json",
5646 "wasm-encoder",
5647 "wasm-metadata",
5648 "wasmparser 0.243.0",
5649 "wit-parser",
5650]
5651
5652[[package]]
5653name = "wit-parser"
5654version = "0.243.0"
5655source = "registry+https://github.com/rust-lang/crates.io-index"
5656checksum = "df983a8608e513d8997f435bb74207bf0933d0e49ca97aa9d8a6157164b9b7fc"
5657dependencies = [
5658 "anyhow",
5659 "id-arena",
5660 "indexmap 2.11.4",
5661 "log",
5662 "semver",
5663 "serde",
5664 "serde_derive",
5665 "serde_json",
5666 "unicode-xid",
5667 "wasmparser 0.243.0",
5668]
5669
5670[[package]]
5671name = "witx"
5672version = "0.9.1"
5673source = "registry+https://github.com/rust-lang/crates.io-index"
5674checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
5675dependencies = [
5676 "anyhow",
5677 "log",
5678 "thiserror 1.0.65",
5679 "wast 35.0.2",
5680]
5681
5682[[package]]
5683name = "wizer-fuzz"
5684version = "0.0.0"
5685dependencies = [
5686 "env_logger 0.11.5",
5687 "libfuzzer-sys",
5688 "log",
5689 "wasm-smith",
5690 "wasmprinter",
5691 "wasmtime",
5692 "wasmtime-wizer",
5693]
5694
5695[[package]]
5696name = "write16"
5697version = "1.0.0"
5698source = "registry+https://github.com/rust-lang/crates.io-index"
5699checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
5700
5701[[package]]
5702name = "writeable"
5703version = "0.5.5"
5704source = "registry+https://github.com/rust-lang/crates.io-index"
5705checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
5706
5707[[package]]
5708name = "xattr"
5709version = "1.6.1"
5710source = "registry+https://github.com/rust-lang/crates.io-index"
5711checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
5712dependencies = [
5713 "libc",
5714 "rustix 1.0.8",
5715]
5716
5717[[package]]
5718name = "yoke"
5719version = "0.7.5"
5720source = "registry+https://github.com/rust-lang/crates.io-index"
5721checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
5722dependencies = [
5723 "serde",
5724 "stable_deref_trait",
5725 "yoke-derive",
5726 "zerofrom",
5727]
5728
5729[[package]]
5730name = "yoke-derive"
5731version = "0.7.5"
5732source = "registry+https://github.com/rust-lang/crates.io-index"
5733checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
5734dependencies = [
5735 "proc-macro2",
5736 "quote",
5737 "syn 2.0.106",
5738 "synstructure",
5739]
5740
5741[[package]]
5742name = "zerofrom"
5743version = "0.1.5"
5744source = "registry+https://github.com/rust-lang/crates.io-index"
5745checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
5746dependencies = [
5747 "zerofrom-derive",
5748]
5749
5750[[package]]
5751name = "zerofrom-derive"
5752version = "0.1.5"
5753source = "registry+https://github.com/rust-lang/crates.io-index"
5754checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
5755dependencies = [
5756 "proc-macro2",
5757 "quote",
5758 "syn 2.0.106",
5759 "synstructure",
5760]
5761
5762[[package]]
5763name = "zeroize"
5764version = "1.7.0"
5765source = "registry+https://github.com/rust-lang/crates.io-index"
5766checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
5767
5768[[package]]
5769name = "zerovec"
5770version = "0.10.4"
5771source = "registry+https://github.com/rust-lang/crates.io-index"
5772checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
5773dependencies = [
5774 "yoke",
5775 "zerofrom",
5776 "zerovec-derive",
5777]
5778
5779[[package]]
5780name = "zerovec-derive"
5781version = "0.10.3"
5782source = "registry+https://github.com/rust-lang/crates.io-index"
5783checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
5784dependencies = [
5785 "proc-macro2",
5786 "quote",
5787 "syn 2.0.106",
5788]
5789
5790[[package]]
5791name = "zip"
5792version = "0.6.6"
5793source = "registry+https://github.com/rust-lang/crates.io-index"
5794checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
5795dependencies = [
5796 "aes",
5797 "byteorder",
5798 "bzip2",
5799 "constant_time_eq",
5800 "crc32fast",
5801 "crossbeam-utils",
5802 "flate2",
5803 "hmac",
5804 "pbkdf2",
5805 "sha1",
5806 "time",
5807 "zstd 0.11.2+zstd.1.5.2",
5808]
5809
5810[[package]]
5811name = "zstd"
5812version = "0.11.2+zstd.1.5.2"
5813source = "registry+https://github.com/rust-lang/crates.io-index"
5814checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
5815dependencies = [
5816 "zstd-safe 5.0.2+zstd.1.5.2",
5817]
5818
5819[[package]]
5820name = "zstd"
5821version = "0.13.0"
5822source = "registry+https://github.com/rust-lang/crates.io-index"
5823checksum = "bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110"
5824dependencies = [
5825 "zstd-safe 7.0.0",
5826]
5827
5828[[package]]
5829name = "zstd-safe"
5830version = "5.0.2+zstd.1.5.2"
5831source = "registry+https://github.com/rust-lang/crates.io-index"
5832checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
5833dependencies = [
5834 "libc",
5835 "zstd-sys",
5836]
5837
5838[[package]]
5839name = "zstd-safe"
5840version = "7.0.0"
5841source = "registry+https://github.com/rust-lang/crates.io-index"
5842checksum = "43747c7422e2924c11144d5229878b98180ef8b06cca4ab5af37afc8a8d8ea3e"
5843dependencies = [
5844 "zstd-sys",
5845]
5846
5847[[package]]
5848name = "zstd-sys"
5849version = "2.0.9+zstd.1.5.5"
5850source = "registry+https://github.com/rust-lang/crates.io-index"
5851checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656"
5852dependencies = [
5853 "cc",
5854 "pkg-config",
5855]
5856