clud 2.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
clud-2.0.2/Cargo.lock ADDED
@@ -0,0 +1,899 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "anstream"
7
+ version = "1.0.0"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
10
+ dependencies = [
11
+ "anstyle",
12
+ "anstyle-parse",
13
+ "anstyle-query",
14
+ "anstyle-wincon",
15
+ "colorchoice",
16
+ "is_terminal_polyfill",
17
+ "utf8parse",
18
+ ]
19
+
20
+ [[package]]
21
+ name = "anstyle"
22
+ version = "1.0.14"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
25
+
26
+ [[package]]
27
+ name = "anstyle-parse"
28
+ version = "1.0.0"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
31
+ dependencies = [
32
+ "utf8parse",
33
+ ]
34
+
35
+ [[package]]
36
+ name = "anstyle-query"
37
+ version = "1.1.5"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
40
+ dependencies = [
41
+ "windows-sys",
42
+ ]
43
+
44
+ [[package]]
45
+ name = "anstyle-wincon"
46
+ version = "3.0.11"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
49
+ dependencies = [
50
+ "anstyle",
51
+ "once_cell_polyfill",
52
+ "windows-sys",
53
+ ]
54
+
55
+ [[package]]
56
+ name = "anyhow"
57
+ version = "1.0.102"
58
+ source = "registry+https://github.com/rust-lang/crates.io-index"
59
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
60
+
61
+ [[package]]
62
+ name = "arrayvec"
63
+ version = "0.7.6"
64
+ source = "registry+https://github.com/rust-lang/crates.io-index"
65
+ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
66
+
67
+ [[package]]
68
+ name = "bitflags"
69
+ version = "1.3.2"
70
+ source = "registry+https://github.com/rust-lang/crates.io-index"
71
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
72
+
73
+ [[package]]
74
+ name = "bitflags"
75
+ version = "2.11.1"
76
+ source = "registry+https://github.com/rust-lang/crates.io-index"
77
+ checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
78
+
79
+ [[package]]
80
+ name = "block2"
81
+ version = "0.6.2"
82
+ source = "registry+https://github.com/rust-lang/crates.io-index"
83
+ checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
84
+ dependencies = [
85
+ "objc2",
86
+ ]
87
+
88
+ [[package]]
89
+ name = "cfg-if"
90
+ version = "1.0.4"
91
+ source = "registry+https://github.com/rust-lang/crates.io-index"
92
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
93
+
94
+ [[package]]
95
+ name = "cfg_aliases"
96
+ version = "0.1.1"
97
+ source = "registry+https://github.com/rust-lang/crates.io-index"
98
+ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
99
+
100
+ [[package]]
101
+ name = "cfg_aliases"
102
+ version = "0.2.1"
103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
104
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
105
+
106
+ [[package]]
107
+ name = "clap"
108
+ version = "4.6.0"
109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
110
+ checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
111
+ dependencies = [
112
+ "clap_builder",
113
+ "clap_derive",
114
+ ]
115
+
116
+ [[package]]
117
+ name = "clap_builder"
118
+ version = "4.6.0"
119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
120
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
121
+ dependencies = [
122
+ "anstream",
123
+ "anstyle",
124
+ "clap_lex",
125
+ "strsim",
126
+ ]
127
+
128
+ [[package]]
129
+ name = "clap_derive"
130
+ version = "4.6.0"
131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
132
+ checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a"
133
+ dependencies = [
134
+ "heck",
135
+ "proc-macro2",
136
+ "quote",
137
+ "syn",
138
+ ]
139
+
140
+ [[package]]
141
+ name = "clap_lex"
142
+ version = "1.1.0"
143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
144
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
145
+
146
+ [[package]]
147
+ name = "clud"
148
+ version = "2.0.2"
149
+ dependencies = [
150
+ "clap",
151
+ "ctrlc",
152
+ "running-process-core",
153
+ "serde",
154
+ "serde_json",
155
+ "terminal_size",
156
+ "wasmi",
157
+ "which",
158
+ ]
159
+
160
+ [[package]]
161
+ name = "colorchoice"
162
+ version = "1.0.5"
163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
164
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
165
+
166
+ [[package]]
167
+ name = "core-foundation-sys"
168
+ version = "0.8.7"
169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
170
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
171
+
172
+ [[package]]
173
+ name = "crossbeam-deque"
174
+ version = "0.8.6"
175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
176
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
177
+ dependencies = [
178
+ "crossbeam-epoch",
179
+ "crossbeam-utils",
180
+ ]
181
+
182
+ [[package]]
183
+ name = "crossbeam-epoch"
184
+ version = "0.9.18"
185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
186
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
187
+ dependencies = [
188
+ "crossbeam-utils",
189
+ ]
190
+
191
+ [[package]]
192
+ name = "crossbeam-utils"
193
+ version = "0.8.21"
194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
195
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
196
+
197
+ [[package]]
198
+ name = "ctrlc"
199
+ version = "3.5.2"
200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
201
+ checksum = "e0b1fab2ae45819af2d0731d60f2afe17227ebb1a1538a236da84c93e9a60162"
202
+ dependencies = [
203
+ "dispatch2",
204
+ "nix 0.31.2",
205
+ "windows-sys",
206
+ ]
207
+
208
+ [[package]]
209
+ name = "dispatch2"
210
+ version = "0.3.1"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
213
+ dependencies = [
214
+ "bitflags 2.11.1",
215
+ "block2",
216
+ "libc",
217
+ "objc2",
218
+ ]
219
+
220
+ [[package]]
221
+ name = "downcast-rs"
222
+ version = "1.2.1"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
225
+
226
+ [[package]]
227
+ name = "either"
228
+ version = "1.15.0"
229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
230
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
231
+
232
+ [[package]]
233
+ name = "env_home"
234
+ version = "0.1.0"
235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
236
+ checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
237
+
238
+ [[package]]
239
+ name = "equivalent"
240
+ version = "1.0.2"
241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
242
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
243
+
244
+ [[package]]
245
+ name = "errno"
246
+ version = "0.3.14"
247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
248
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
249
+ dependencies = [
250
+ "libc",
251
+ "windows-sys",
252
+ ]
253
+
254
+ [[package]]
255
+ name = "filedescriptor"
256
+ version = "0.8.3"
257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
258
+ checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
259
+ dependencies = [
260
+ "libc",
261
+ "thiserror 1.0.69",
262
+ "winapi",
263
+ ]
264
+
265
+ [[package]]
266
+ name = "foldhash"
267
+ version = "0.1.5"
268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
269
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
270
+
271
+ [[package]]
272
+ name = "hashbrown"
273
+ version = "0.15.5"
274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
275
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
276
+ dependencies = [
277
+ "foldhash",
278
+ ]
279
+
280
+ [[package]]
281
+ name = "hashbrown"
282
+ version = "0.17.0"
283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
284
+ checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
285
+
286
+ [[package]]
287
+ name = "heck"
288
+ version = "0.5.0"
289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
290
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
291
+
292
+ [[package]]
293
+ name = "indexmap"
294
+ version = "2.14.0"
295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
296
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
297
+ dependencies = [
298
+ "equivalent",
299
+ "hashbrown 0.17.0",
300
+ ]
301
+
302
+ [[package]]
303
+ name = "is_terminal_polyfill"
304
+ version = "1.70.2"
305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
306
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
307
+
308
+ [[package]]
309
+ name = "itoa"
310
+ version = "1.0.18"
311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
312
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
313
+
314
+ [[package]]
315
+ name = "lazy_static"
316
+ version = "1.5.0"
317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
318
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
319
+
320
+ [[package]]
321
+ name = "libc"
322
+ version = "0.2.185"
323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
324
+ checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
325
+
326
+ [[package]]
327
+ name = "libm"
328
+ version = "0.2.16"
329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
330
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
331
+
332
+ [[package]]
333
+ name = "linux-raw-sys"
334
+ version = "0.12.1"
335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
336
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
337
+
338
+ [[package]]
339
+ name = "log"
340
+ version = "0.4.29"
341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
342
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
343
+
344
+ [[package]]
345
+ name = "memchr"
346
+ version = "2.8.0"
347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
348
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
349
+
350
+ [[package]]
351
+ name = "mock-agent"
352
+ version = "2.0.2"
353
+ dependencies = [
354
+ "serde_json",
355
+ ]
356
+
357
+ [[package]]
358
+ name = "multi-stash"
359
+ version = "0.2.0"
360
+ source = "registry+https://github.com/rust-lang/crates.io-index"
361
+ checksum = "685a9ac4b61f4e728e1d2c6a7844609c16527aeb5e6c865915c08e619c16410f"
362
+
363
+ [[package]]
364
+ name = "nix"
365
+ version = "0.28.0"
366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
367
+ checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
368
+ dependencies = [
369
+ "bitflags 2.11.1",
370
+ "cfg-if",
371
+ "cfg_aliases 0.1.1",
372
+ "libc",
373
+ ]
374
+
375
+ [[package]]
376
+ name = "nix"
377
+ version = "0.31.2"
378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
379
+ checksum = "5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3"
380
+ dependencies = [
381
+ "bitflags 2.11.1",
382
+ "cfg-if",
383
+ "cfg_aliases 0.2.1",
384
+ "libc",
385
+ ]
386
+
387
+ [[package]]
388
+ name = "ntapi"
389
+ version = "0.4.3"
390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
391
+ checksum = "c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae"
392
+ dependencies = [
393
+ "winapi",
394
+ ]
395
+
396
+ [[package]]
397
+ name = "objc2"
398
+ version = "0.6.4"
399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
400
+ checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
401
+ dependencies = [
402
+ "objc2-encode",
403
+ ]
404
+
405
+ [[package]]
406
+ name = "objc2-encode"
407
+ version = "4.1.0"
408
+ source = "registry+https://github.com/rust-lang/crates.io-index"
409
+ checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
410
+
411
+ [[package]]
412
+ name = "once_cell"
413
+ version = "1.21.4"
414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
415
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
416
+
417
+ [[package]]
418
+ name = "once_cell_polyfill"
419
+ version = "1.70.2"
420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
421
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
422
+
423
+ [[package]]
424
+ name = "portable-pty"
425
+ version = "0.9.0"
426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
427
+ checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
428
+ dependencies = [
429
+ "anyhow",
430
+ "bitflags 1.3.2",
431
+ "downcast-rs",
432
+ "filedescriptor",
433
+ "lazy_static",
434
+ "libc",
435
+ "log",
436
+ "nix 0.28.0",
437
+ "serial2",
438
+ "shared_library",
439
+ "shell-words",
440
+ "winapi",
441
+ "winreg",
442
+ ]
443
+
444
+ [[package]]
445
+ name = "proc-macro2"
446
+ version = "1.0.106"
447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
448
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
449
+ dependencies = [
450
+ "unicode-ident",
451
+ ]
452
+
453
+ [[package]]
454
+ name = "quote"
455
+ version = "1.0.45"
456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
457
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
458
+ dependencies = [
459
+ "proc-macro2",
460
+ ]
461
+
462
+ [[package]]
463
+ name = "rayon"
464
+ version = "1.12.0"
465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
466
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
467
+ dependencies = [
468
+ "either",
469
+ "rayon-core",
470
+ ]
471
+
472
+ [[package]]
473
+ name = "rayon-core"
474
+ version = "1.13.0"
475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
476
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
477
+ dependencies = [
478
+ "crossbeam-deque",
479
+ "crossbeam-utils",
480
+ ]
481
+
482
+ [[package]]
483
+ name = "running-process-core"
484
+ version = "3.1.0"
485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
486
+ checksum = "981f9b790e0737a122aea2d0a9f5735163995223c8dcad1ec2e846d3685aefce"
487
+ dependencies = [
488
+ "libc",
489
+ "portable-pty",
490
+ "sysinfo",
491
+ "thiserror 2.0.18",
492
+ "winapi",
493
+ ]
494
+
495
+ [[package]]
496
+ name = "rustix"
497
+ version = "1.1.4"
498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
499
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
500
+ dependencies = [
501
+ "bitflags 2.11.1",
502
+ "errno",
503
+ "libc",
504
+ "linux-raw-sys",
505
+ "windows-sys",
506
+ ]
507
+
508
+ [[package]]
509
+ name = "serde"
510
+ version = "1.0.228"
511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
512
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
513
+ dependencies = [
514
+ "serde_core",
515
+ "serde_derive",
516
+ ]
517
+
518
+ [[package]]
519
+ name = "serde_core"
520
+ version = "1.0.228"
521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
522
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
523
+ dependencies = [
524
+ "serde_derive",
525
+ ]
526
+
527
+ [[package]]
528
+ name = "serde_derive"
529
+ version = "1.0.228"
530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
531
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
532
+ dependencies = [
533
+ "proc-macro2",
534
+ "quote",
535
+ "syn",
536
+ ]
537
+
538
+ [[package]]
539
+ name = "serde_json"
540
+ version = "1.0.149"
541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
542
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
543
+ dependencies = [
544
+ "itoa",
545
+ "memchr",
546
+ "serde",
547
+ "serde_core",
548
+ "zmij",
549
+ ]
550
+
551
+ [[package]]
552
+ name = "serial2"
553
+ version = "0.2.36"
554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
555
+ checksum = "fcdbc46aa3882ec3d48ec2b5abcb4f0d863a13d7599265f3faa6d851f23c12f3"
556
+ dependencies = [
557
+ "cfg-if",
558
+ "libc",
559
+ "winapi",
560
+ ]
561
+
562
+ [[package]]
563
+ name = "shared_library"
564
+ version = "0.1.9"
565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
566
+ checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
567
+ dependencies = [
568
+ "lazy_static",
569
+ "libc",
570
+ ]
571
+
572
+ [[package]]
573
+ name = "shell-words"
574
+ version = "1.1.1"
575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
577
+
578
+ [[package]]
579
+ name = "smallvec"
580
+ version = "1.15.1"
581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
582
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
583
+
584
+ [[package]]
585
+ name = "spin"
586
+ version = "0.9.8"
587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
588
+ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
589
+
590
+ [[package]]
591
+ name = "string-interner"
592
+ version = "0.18.0"
593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
594
+ checksum = "1a3275464d7a9f2d4cac57c89c2ef96a8524dba2864c8d6f82e3980baf136f9b"
595
+ dependencies = [
596
+ "hashbrown 0.15.5",
597
+ "serde",
598
+ ]
599
+
600
+ [[package]]
601
+ name = "strsim"
602
+ version = "0.11.1"
603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
604
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
605
+
606
+ [[package]]
607
+ name = "syn"
608
+ version = "2.0.117"
609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
610
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
611
+ dependencies = [
612
+ "proc-macro2",
613
+ "quote",
614
+ "unicode-ident",
615
+ ]
616
+
617
+ [[package]]
618
+ name = "sysinfo"
619
+ version = "0.30.13"
620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
621
+ checksum = "0a5b4ddaee55fb2bea2bf0e5000747e5f5c0de765e5a5ff87f4cd106439f4bb3"
622
+ dependencies = [
623
+ "cfg-if",
624
+ "core-foundation-sys",
625
+ "libc",
626
+ "ntapi",
627
+ "once_cell",
628
+ "rayon",
629
+ "windows",
630
+ ]
631
+
632
+ [[package]]
633
+ name = "terminal_size"
634
+ version = "0.4.4"
635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
636
+ checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874"
637
+ dependencies = [
638
+ "rustix",
639
+ "windows-sys",
640
+ ]
641
+
642
+ [[package]]
643
+ name = "thiserror"
644
+ version = "1.0.69"
645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
646
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
647
+ dependencies = [
648
+ "thiserror-impl 1.0.69",
649
+ ]
650
+
651
+ [[package]]
652
+ name = "thiserror"
653
+ version = "2.0.18"
654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
655
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
656
+ dependencies = [
657
+ "thiserror-impl 2.0.18",
658
+ ]
659
+
660
+ [[package]]
661
+ name = "thiserror-impl"
662
+ version = "1.0.69"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
665
+ dependencies = [
666
+ "proc-macro2",
667
+ "quote",
668
+ "syn",
669
+ ]
670
+
671
+ [[package]]
672
+ name = "thiserror-impl"
673
+ version = "2.0.18"
674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
675
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
676
+ dependencies = [
677
+ "proc-macro2",
678
+ "quote",
679
+ "syn",
680
+ ]
681
+
682
+ [[package]]
683
+ name = "unicode-ident"
684
+ version = "1.0.24"
685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
686
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
687
+
688
+ [[package]]
689
+ name = "utf8parse"
690
+ version = "0.2.2"
691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
692
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
693
+
694
+ [[package]]
695
+ name = "wasmi"
696
+ version = "0.40.0"
697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
698
+ checksum = "a19af97fcb96045dd1d6b4d23e2b4abdbbe81723dbc5c9f016eb52145b320063"
699
+ dependencies = [
700
+ "arrayvec",
701
+ "multi-stash",
702
+ "smallvec",
703
+ "spin",
704
+ "wasmi_collections",
705
+ "wasmi_core",
706
+ "wasmi_ir",
707
+ "wasmparser",
708
+ ]
709
+
710
+ [[package]]
711
+ name = "wasmi_collections"
712
+ version = "0.40.0"
713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
714
+ checksum = "e80d6b275b1c922021939d561574bf376613493ae2b61c6963b15db0e8813562"
715
+ dependencies = [
716
+ "string-interner",
717
+ ]
718
+
719
+ [[package]]
720
+ name = "wasmi_core"
721
+ version = "0.40.0"
722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
723
+ checksum = "3a8c51482cc32d31c2c7ff211cd2bedd73c5bd057ba16a2ed0110e7a96097c33"
724
+ dependencies = [
725
+ "downcast-rs",
726
+ "libm",
727
+ ]
728
+
729
+ [[package]]
730
+ name = "wasmi_ir"
731
+ version = "0.40.0"
732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
733
+ checksum = "6e431a14c186db59212a88516788bd68ed51f87aa1e08d1df742522867b5289a"
734
+ dependencies = [
735
+ "wasmi_core",
736
+ ]
737
+
738
+ [[package]]
739
+ name = "wasmparser"
740
+ version = "0.221.3"
741
+ source = "registry+https://github.com/rust-lang/crates.io-index"
742
+ checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
743
+ dependencies = [
744
+ "bitflags 2.11.1",
745
+ "indexmap",
746
+ ]
747
+
748
+ [[package]]
749
+ name = "which"
750
+ version = "7.0.3"
751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
752
+ checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762"
753
+ dependencies = [
754
+ "either",
755
+ "env_home",
756
+ "rustix",
757
+ "winsafe",
758
+ ]
759
+
760
+ [[package]]
761
+ name = "winapi"
762
+ version = "0.3.9"
763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
764
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
765
+ dependencies = [
766
+ "winapi-i686-pc-windows-gnu",
767
+ "winapi-x86_64-pc-windows-gnu",
768
+ ]
769
+
770
+ [[package]]
771
+ name = "winapi-i686-pc-windows-gnu"
772
+ version = "0.4.0"
773
+ source = "registry+https://github.com/rust-lang/crates.io-index"
774
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
775
+
776
+ [[package]]
777
+ name = "winapi-x86_64-pc-windows-gnu"
778
+ version = "0.4.0"
779
+ source = "registry+https://github.com/rust-lang/crates.io-index"
780
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
781
+
782
+ [[package]]
783
+ name = "windows"
784
+ version = "0.52.0"
785
+ source = "registry+https://github.com/rust-lang/crates.io-index"
786
+ checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
787
+ dependencies = [
788
+ "windows-core",
789
+ "windows-targets",
790
+ ]
791
+
792
+ [[package]]
793
+ name = "windows-core"
794
+ version = "0.52.0"
795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
796
+ checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
797
+ dependencies = [
798
+ "windows-targets",
799
+ ]
800
+
801
+ [[package]]
802
+ name = "windows-link"
803
+ version = "0.2.1"
804
+ source = "registry+https://github.com/rust-lang/crates.io-index"
805
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
806
+
807
+ [[package]]
808
+ name = "windows-sys"
809
+ version = "0.61.2"
810
+ source = "registry+https://github.com/rust-lang/crates.io-index"
811
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
812
+ dependencies = [
813
+ "windows-link",
814
+ ]
815
+
816
+ [[package]]
817
+ name = "windows-targets"
818
+ version = "0.52.6"
819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
820
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
821
+ dependencies = [
822
+ "windows_aarch64_gnullvm",
823
+ "windows_aarch64_msvc",
824
+ "windows_i686_gnu",
825
+ "windows_i686_gnullvm",
826
+ "windows_i686_msvc",
827
+ "windows_x86_64_gnu",
828
+ "windows_x86_64_gnullvm",
829
+ "windows_x86_64_msvc",
830
+ ]
831
+
832
+ [[package]]
833
+ name = "windows_aarch64_gnullvm"
834
+ version = "0.52.6"
835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
836
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
837
+
838
+ [[package]]
839
+ name = "windows_aarch64_msvc"
840
+ version = "0.52.6"
841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
842
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
843
+
844
+ [[package]]
845
+ name = "windows_i686_gnu"
846
+ version = "0.52.6"
847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
848
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
849
+
850
+ [[package]]
851
+ name = "windows_i686_gnullvm"
852
+ version = "0.52.6"
853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
854
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
855
+
856
+ [[package]]
857
+ name = "windows_i686_msvc"
858
+ version = "0.52.6"
859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
860
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
861
+
862
+ [[package]]
863
+ name = "windows_x86_64_gnu"
864
+ version = "0.52.6"
865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
866
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
867
+
868
+ [[package]]
869
+ name = "windows_x86_64_gnullvm"
870
+ version = "0.52.6"
871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
872
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
873
+
874
+ [[package]]
875
+ name = "windows_x86_64_msvc"
876
+ version = "0.52.6"
877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
878
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
879
+
880
+ [[package]]
881
+ name = "winreg"
882
+ version = "0.10.1"
883
+ source = "registry+https://github.com/rust-lang/crates.io-index"
884
+ checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
885
+ dependencies = [
886
+ "winapi",
887
+ ]
888
+
889
+ [[package]]
890
+ name = "winsafe"
891
+ version = "0.0.19"
892
+ source = "registry+https://github.com/rust-lang/crates.io-index"
893
+ checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
894
+
895
+ [[package]]
896
+ name = "zmij"
897
+ version = "1.0.21"
898
+ source = "registry+https://github.com/rust-lang/crates.io-index"
899
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"