leech-core 0.6.7__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.
@@ -0,0 +1,1595 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
+
11
+ [[package]]
12
+ name = "ahash"
13
+ version = "0.8.12"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
16
+ dependencies = [
17
+ "cfg-if",
18
+ "const-random",
19
+ "getrandom 0.3.4",
20
+ "once_cell",
21
+ "version_check",
22
+ "zerocopy",
23
+ ]
24
+
25
+ [[package]]
26
+ name = "aho-corasick"
27
+ version = "1.1.4"
28
+ source = "registry+https://github.com/rust-lang/crates.io-index"
29
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
30
+ dependencies = [
31
+ "memchr",
32
+ ]
33
+
34
+ [[package]]
35
+ name = "android_system_properties"
36
+ version = "0.1.5"
37
+ source = "registry+https://github.com/rust-lang/crates.io-index"
38
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
39
+ dependencies = [
40
+ "libc",
41
+ ]
42
+
43
+ [[package]]
44
+ name = "anyhow"
45
+ version = "1.0.102"
46
+ source = "registry+https://github.com/rust-lang/crates.io-index"
47
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
48
+
49
+ [[package]]
50
+ name = "arrow"
51
+ version = "59.1.0"
52
+ source = "registry+https://github.com/rust-lang/crates.io-index"
53
+ checksum = "b952ca5a8046ad741b60f142d6eca4aeebcad615694202bc64c5341f23e32c5b"
54
+ dependencies = [
55
+ "arrow-arith",
56
+ "arrow-array",
57
+ "arrow-buffer",
58
+ "arrow-cast",
59
+ "arrow-data",
60
+ "arrow-ipc",
61
+ "arrow-ord",
62
+ "arrow-row",
63
+ "arrow-schema",
64
+ "arrow-select",
65
+ "arrow-string",
66
+ ]
67
+
68
+ [[package]]
69
+ name = "arrow-arith"
70
+ version = "59.1.0"
71
+ source = "registry+https://github.com/rust-lang/crates.io-index"
72
+ checksum = "64a13b8d3008c4e9063c597a08f46446fe3fd5789277127672d6c0bdbb43b1ff"
73
+ dependencies = [
74
+ "arrow-array",
75
+ "arrow-buffer",
76
+ "arrow-data",
77
+ "arrow-schema",
78
+ "chrono",
79
+ "num-traits",
80
+ ]
81
+
82
+ [[package]]
83
+ name = "arrow-array"
84
+ version = "59.1.0"
85
+ source = "registry+https://github.com/rust-lang/crates.io-index"
86
+ checksum = "9486151b2f0785bafc6fa04fc5c99fcb4495455662e58787ea32eaaed33c4192"
87
+ dependencies = [
88
+ "ahash",
89
+ "arrow-buffer",
90
+ "arrow-data",
91
+ "arrow-schema",
92
+ "chrono",
93
+ "half",
94
+ "hashbrown 0.17.1",
95
+ "num-complex",
96
+ "num-integer",
97
+ "num-traits",
98
+ ]
99
+
100
+ [[package]]
101
+ name = "arrow-buffer"
102
+ version = "59.1.0"
103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
104
+ checksum = "c4776577a87794bfdf0b4e90e2ea12454fa7738ea2823c4be5b9d1851da7b434"
105
+ dependencies = [
106
+ "bytes",
107
+ "half",
108
+ "num-bigint",
109
+ "num-traits",
110
+ ]
111
+
112
+ [[package]]
113
+ name = "arrow-cast"
114
+ version = "59.1.0"
115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
116
+ checksum = "a9ad451ce4f98710828a455b96991b8f031deb2e67f5fcad6773f017e4a69c3a"
117
+ dependencies = [
118
+ "arrow-array",
119
+ "arrow-buffer",
120
+ "arrow-data",
121
+ "arrow-ord",
122
+ "arrow-schema",
123
+ "arrow-select",
124
+ "atoi",
125
+ "base64",
126
+ "chrono",
127
+ "half",
128
+ "lexical-core",
129
+ "num-traits",
130
+ "ryu",
131
+ ]
132
+
133
+ [[package]]
134
+ name = "arrow-data"
135
+ version = "59.1.0"
136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
137
+ checksum = "b38fe43e2e8704360f1464e6e8cc4fc381ef02cc4fb0192afa8df1aaa0115c66"
138
+ dependencies = [
139
+ "arrow-buffer",
140
+ "arrow-schema",
141
+ "half",
142
+ "num-integer",
143
+ "num-traits",
144
+ ]
145
+
146
+ [[package]]
147
+ name = "arrow-ipc"
148
+ version = "59.1.0"
149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
150
+ checksum = "29dac499fcbc6ba74ee0324057821d381929a48526a3966bd9dffb44aa06d98c"
151
+ dependencies = [
152
+ "arrow-array",
153
+ "arrow-buffer",
154
+ "arrow-data",
155
+ "arrow-schema",
156
+ "arrow-select",
157
+ "flatbuffers",
158
+ "lz4_flex",
159
+ "zstd",
160
+ ]
161
+
162
+ [[package]]
163
+ name = "arrow-ord"
164
+ version = "59.1.0"
165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
166
+ checksum = "0e13dbdc2a9c053c10c7baa6e30faee04a180aa7ce88e471835850ce37abd20b"
167
+ dependencies = [
168
+ "arrow-array",
169
+ "arrow-buffer",
170
+ "arrow-data",
171
+ "arrow-schema",
172
+ "arrow-select",
173
+ ]
174
+
175
+ [[package]]
176
+ name = "arrow-row"
177
+ version = "59.1.0"
178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
179
+ checksum = "4d5a1f8c733d15260b305683472ee8ad89c62cbd706703ca873b90d051b41592"
180
+ dependencies = [
181
+ "arrow-array",
182
+ "arrow-buffer",
183
+ "arrow-data",
184
+ "arrow-schema",
185
+ "half",
186
+ ]
187
+
188
+ [[package]]
189
+ name = "arrow-schema"
190
+ version = "59.1.0"
191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
192
+ checksum = "d9e4969dc350d571766247143ab36a5187d095d3d3690970408bc630d47c69e5"
193
+
194
+ [[package]]
195
+ name = "arrow-select"
196
+ version = "59.1.0"
197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
198
+ checksum = "402770dba90865359d98d1ef92ef16e23d75c0cca9c2c880c8a05468b7743bf9"
199
+ dependencies = [
200
+ "ahash",
201
+ "arrow-array",
202
+ "arrow-buffer",
203
+ "arrow-data",
204
+ "arrow-schema",
205
+ "num-traits",
206
+ ]
207
+
208
+ [[package]]
209
+ name = "arrow-string"
210
+ version = "59.1.0"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "a2b0afbb8b9016700938291123df30838b89decc3213dba00852021988b170d3"
213
+ dependencies = [
214
+ "arrow-array",
215
+ "arrow-buffer",
216
+ "arrow-data",
217
+ "arrow-schema",
218
+ "arrow-select",
219
+ "memchr",
220
+ "num-traits",
221
+ "regex",
222
+ "regex-syntax",
223
+ ]
224
+
225
+ [[package]]
226
+ name = "atoi"
227
+ version = "2.0.0"
228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
229
+ checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
230
+ dependencies = [
231
+ "num-traits",
232
+ ]
233
+
234
+ [[package]]
235
+ name = "autocfg"
236
+ version = "1.5.0"
237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
238
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
239
+
240
+ [[package]]
241
+ name = "base64"
242
+ version = "0.22.1"
243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
244
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
245
+
246
+ [[package]]
247
+ name = "bitflags"
248
+ version = "2.11.0"
249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
250
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
251
+
252
+ [[package]]
253
+ name = "bumpalo"
254
+ version = "3.20.2"
255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
256
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
257
+
258
+ [[package]]
259
+ name = "byteorder"
260
+ version = "1.5.0"
261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
262
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
263
+
264
+ [[package]]
265
+ name = "bytes"
266
+ version = "1.11.1"
267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
268
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
269
+
270
+ [[package]]
271
+ name = "cc"
272
+ version = "1.2.57"
273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
274
+ checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423"
275
+ dependencies = [
276
+ "find-msvc-tools",
277
+ "jobserver",
278
+ "libc",
279
+ "shlex",
280
+ ]
281
+
282
+ [[package]]
283
+ name = "cfg-if"
284
+ version = "1.0.4"
285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
286
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
287
+
288
+ [[package]]
289
+ name = "chacha20"
290
+ version = "0.10.0"
291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
292
+ checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601"
293
+ dependencies = [
294
+ "cfg-if",
295
+ "cpufeatures",
296
+ "rand_core",
297
+ ]
298
+
299
+ [[package]]
300
+ name = "chrono"
301
+ version = "0.4.44"
302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
303
+ checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
304
+ dependencies = [
305
+ "iana-time-zone",
306
+ "num-traits",
307
+ "windows-link",
308
+ ]
309
+
310
+ [[package]]
311
+ name = "const-random"
312
+ version = "0.1.18"
313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
314
+ checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
315
+ dependencies = [
316
+ "const-random-macro",
317
+ ]
318
+
319
+ [[package]]
320
+ name = "const-random-macro"
321
+ version = "0.1.16"
322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
323
+ checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
324
+ dependencies = [
325
+ "getrandom 0.2.17",
326
+ "once_cell",
327
+ "tiny-keccak",
328
+ ]
329
+
330
+ [[package]]
331
+ name = "core-foundation-sys"
332
+ version = "0.8.7"
333
+ source = "registry+https://github.com/rust-lang/crates.io-index"
334
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
335
+
336
+ [[package]]
337
+ name = "cpufeatures"
338
+ version = "0.3.0"
339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
340
+ checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
341
+ dependencies = [
342
+ "libc",
343
+ ]
344
+
345
+ [[package]]
346
+ name = "crc32fast"
347
+ version = "1.5.0"
348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
349
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
350
+ dependencies = [
351
+ "cfg-if",
352
+ ]
353
+
354
+ [[package]]
355
+ name = "crossbeam-deque"
356
+ version = "0.8.6"
357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
358
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
359
+ dependencies = [
360
+ "crossbeam-epoch",
361
+ "crossbeam-utils",
362
+ ]
363
+
364
+ [[package]]
365
+ name = "crossbeam-epoch"
366
+ version = "0.9.18"
367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
368
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
369
+ dependencies = [
370
+ "crossbeam-utils",
371
+ ]
372
+
373
+ [[package]]
374
+ name = "crossbeam-utils"
375
+ version = "0.8.21"
376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
377
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
378
+
379
+ [[package]]
380
+ name = "crunchy"
381
+ version = "0.2.4"
382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
383
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
384
+
385
+ [[package]]
386
+ name = "csv"
387
+ version = "1.4.0"
388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
389
+ checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
390
+ dependencies = [
391
+ "csv-core",
392
+ "itoa",
393
+ "ryu",
394
+ "serde_core",
395
+ ]
396
+
397
+ [[package]]
398
+ name = "csv-core"
399
+ version = "0.1.13"
400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
401
+ checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
402
+ dependencies = [
403
+ "memchr",
404
+ ]
405
+
406
+ [[package]]
407
+ name = "either"
408
+ version = "1.15.0"
409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
410
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
411
+
412
+ [[package]]
413
+ name = "equivalent"
414
+ version = "1.0.2"
415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
416
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
417
+
418
+ [[package]]
419
+ name = "errno"
420
+ version = "0.3.14"
421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
422
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
423
+ dependencies = [
424
+ "libc",
425
+ "windows-sys",
426
+ ]
427
+
428
+ [[package]]
429
+ name = "escapepod-pod5"
430
+ version = "0.15.0"
431
+ source = "git+https://github.com/rnabioco/escapepod-rs?tag=v0.15.0#bdb1d92ce16da644d84f61a997c26f0cc53ff291"
432
+ dependencies = [
433
+ "anyhow",
434
+ "arrow",
435
+ "byteorder",
436
+ "csv",
437
+ "flatbuffers",
438
+ "memmap2",
439
+ "rayon",
440
+ "serde",
441
+ "serde_json",
442
+ "tempfile",
443
+ "thiserror",
444
+ "tracing",
445
+ "uuid",
446
+ "zstd",
447
+ ]
448
+
449
+ [[package]]
450
+ name = "escapepod-signal"
451
+ version = "0.15.0"
452
+ source = "git+https://github.com/rnabioco/escapepod-rs?tag=v0.15.0#bdb1d92ce16da644d84f61a997c26f0cc53ff291"
453
+ dependencies = [
454
+ "anyhow",
455
+ "escapepod-pod5",
456
+ "flate2",
457
+ "ndarray",
458
+ "rand",
459
+ "rayon",
460
+ "uuid",
461
+ ]
462
+
463
+ [[package]]
464
+ name = "fastrand"
465
+ version = "2.3.0"
466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
467
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
468
+
469
+ [[package]]
470
+ name = "find-msvc-tools"
471
+ version = "0.1.9"
472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
473
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
474
+
475
+ [[package]]
476
+ name = "flatbuffers"
477
+ version = "25.12.19"
478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
479
+ checksum = "35f6839d7b3b98adde531effaf34f0c2badc6f4735d26fe74709d8e513a96ef3"
480
+ dependencies = [
481
+ "bitflags",
482
+ "rustc_version",
483
+ ]
484
+
485
+ [[package]]
486
+ name = "flate2"
487
+ version = "1.1.9"
488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
489
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
490
+ dependencies = [
491
+ "crc32fast",
492
+ "miniz_oxide",
493
+ ]
494
+
495
+ [[package]]
496
+ name = "foldhash"
497
+ version = "0.1.5"
498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
499
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
500
+
501
+ [[package]]
502
+ name = "getrandom"
503
+ version = "0.2.17"
504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
505
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
506
+ dependencies = [
507
+ "cfg-if",
508
+ "libc",
509
+ "wasi",
510
+ ]
511
+
512
+ [[package]]
513
+ name = "getrandom"
514
+ version = "0.3.4"
515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
516
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
517
+ dependencies = [
518
+ "cfg-if",
519
+ "libc",
520
+ "r-efi 5.3.0",
521
+ "wasip2",
522
+ ]
523
+
524
+ [[package]]
525
+ name = "getrandom"
526
+ version = "0.4.2"
527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
528
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
529
+ dependencies = [
530
+ "cfg-if",
531
+ "libc",
532
+ "r-efi 6.0.0",
533
+ "rand_core",
534
+ "wasip2",
535
+ "wasip3",
536
+ ]
537
+
538
+ [[package]]
539
+ name = "half"
540
+ version = "2.7.1"
541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
542
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
543
+ dependencies = [
544
+ "cfg-if",
545
+ "crunchy",
546
+ "num-traits",
547
+ "zerocopy",
548
+ ]
549
+
550
+ [[package]]
551
+ name = "hashbrown"
552
+ version = "0.15.5"
553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
554
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
555
+ dependencies = [
556
+ "foldhash",
557
+ ]
558
+
559
+ [[package]]
560
+ name = "hashbrown"
561
+ version = "0.16.1"
562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
563
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
564
+
565
+ [[package]]
566
+ name = "hashbrown"
567
+ version = "0.17.1"
568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
569
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
570
+
571
+ [[package]]
572
+ name = "heck"
573
+ version = "0.5.0"
574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
575
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
576
+
577
+ [[package]]
578
+ name = "iana-time-zone"
579
+ version = "0.1.65"
580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
581
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
582
+ dependencies = [
583
+ "android_system_properties",
584
+ "core-foundation-sys",
585
+ "iana-time-zone-haiku",
586
+ "js-sys",
587
+ "log",
588
+ "wasm-bindgen",
589
+ "windows-core",
590
+ ]
591
+
592
+ [[package]]
593
+ name = "iana-time-zone-haiku"
594
+ version = "0.1.2"
595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
596
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
597
+ dependencies = [
598
+ "cc",
599
+ ]
600
+
601
+ [[package]]
602
+ name = "id-arena"
603
+ version = "2.3.0"
604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
605
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
606
+
607
+ [[package]]
608
+ name = "indexmap"
609
+ version = "2.13.0"
610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
611
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
612
+ dependencies = [
613
+ "equivalent",
614
+ "hashbrown 0.16.1",
615
+ "serde",
616
+ "serde_core",
617
+ ]
618
+
619
+ [[package]]
620
+ name = "itoa"
621
+ version = "1.0.17"
622
+ source = "registry+https://github.com/rust-lang/crates.io-index"
623
+ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
624
+
625
+ [[package]]
626
+ name = "jobserver"
627
+ version = "0.1.34"
628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
629
+ checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
630
+ dependencies = [
631
+ "getrandom 0.3.4",
632
+ "libc",
633
+ ]
634
+
635
+ [[package]]
636
+ name = "js-sys"
637
+ version = "0.3.91"
638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
639
+ checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
640
+ dependencies = [
641
+ "once_cell",
642
+ "wasm-bindgen",
643
+ ]
644
+
645
+ [[package]]
646
+ name = "leb128fmt"
647
+ version = "0.1.0"
648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
649
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
650
+
651
+ [[package]]
652
+ name = "leech_core"
653
+ version = "0.6.7"
654
+ dependencies = [
655
+ "escapepod-signal",
656
+ "numpy",
657
+ "pyo3",
658
+ "rayon",
659
+ ]
660
+
661
+ [[package]]
662
+ name = "lexical-core"
663
+ version = "1.0.6"
664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
665
+ checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594"
666
+ dependencies = [
667
+ "lexical-parse-float",
668
+ "lexical-parse-integer",
669
+ "lexical-util",
670
+ "lexical-write-float",
671
+ "lexical-write-integer",
672
+ ]
673
+
674
+ [[package]]
675
+ name = "lexical-parse-float"
676
+ version = "1.0.6"
677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
678
+ checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56"
679
+ dependencies = [
680
+ "lexical-parse-integer",
681
+ "lexical-util",
682
+ ]
683
+
684
+ [[package]]
685
+ name = "lexical-parse-integer"
686
+ version = "1.0.6"
687
+ source = "registry+https://github.com/rust-lang/crates.io-index"
688
+ checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34"
689
+ dependencies = [
690
+ "lexical-util",
691
+ ]
692
+
693
+ [[package]]
694
+ name = "lexical-util"
695
+ version = "1.0.7"
696
+ source = "registry+https://github.com/rust-lang/crates.io-index"
697
+ checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17"
698
+
699
+ [[package]]
700
+ name = "lexical-write-float"
701
+ version = "1.0.6"
702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
703
+ checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361"
704
+ dependencies = [
705
+ "lexical-util",
706
+ "lexical-write-integer",
707
+ ]
708
+
709
+ [[package]]
710
+ name = "lexical-write-integer"
711
+ version = "1.0.6"
712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
713
+ checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df"
714
+ dependencies = [
715
+ "lexical-util",
716
+ ]
717
+
718
+ [[package]]
719
+ name = "libc"
720
+ version = "0.2.183"
721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
722
+ checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
723
+
724
+ [[package]]
725
+ name = "libm"
726
+ version = "0.2.16"
727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
728
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
729
+
730
+ [[package]]
731
+ name = "linux-raw-sys"
732
+ version = "0.12.1"
733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
734
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
735
+
736
+ [[package]]
737
+ name = "log"
738
+ version = "0.4.29"
739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
740
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
741
+
742
+ [[package]]
743
+ name = "lz4_flex"
744
+ version = "0.13.1"
745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
746
+ checksum = "7ef0d4ed8669f8f8826eb00dc878084aa8f253506c4fd5e8f58f5bce72ddb97e"
747
+ dependencies = [
748
+ "twox-hash",
749
+ ]
750
+
751
+ [[package]]
752
+ name = "matrixmultiply"
753
+ version = "0.3.10"
754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
755
+ checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
756
+ dependencies = [
757
+ "autocfg",
758
+ "rawpointer",
759
+ ]
760
+
761
+ [[package]]
762
+ name = "memchr"
763
+ version = "2.8.0"
764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
765
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
766
+
767
+ [[package]]
768
+ name = "memmap2"
769
+ version = "0.9.10"
770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
771
+ checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
772
+ dependencies = [
773
+ "libc",
774
+ ]
775
+
776
+ [[package]]
777
+ name = "miniz_oxide"
778
+ version = "0.8.9"
779
+ source = "registry+https://github.com/rust-lang/crates.io-index"
780
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
781
+ dependencies = [
782
+ "adler2",
783
+ "simd-adler32",
784
+ ]
785
+
786
+ [[package]]
787
+ name = "ndarray"
788
+ version = "0.17.2"
789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
790
+ checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d"
791
+ dependencies = [
792
+ "matrixmultiply",
793
+ "num-complex",
794
+ "num-integer",
795
+ "num-traits",
796
+ "portable-atomic",
797
+ "portable-atomic-util",
798
+ "rawpointer",
799
+ ]
800
+
801
+ [[package]]
802
+ name = "num-bigint"
803
+ version = "0.4.6"
804
+ source = "registry+https://github.com/rust-lang/crates.io-index"
805
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
806
+ dependencies = [
807
+ "num-integer",
808
+ "num-traits",
809
+ ]
810
+
811
+ [[package]]
812
+ name = "num-complex"
813
+ version = "0.4.6"
814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
815
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
816
+ dependencies = [
817
+ "num-traits",
818
+ ]
819
+
820
+ [[package]]
821
+ name = "num-integer"
822
+ version = "0.1.46"
823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
824
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
825
+ dependencies = [
826
+ "num-traits",
827
+ ]
828
+
829
+ [[package]]
830
+ name = "num-traits"
831
+ version = "0.2.19"
832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
833
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
834
+ dependencies = [
835
+ "autocfg",
836
+ "libm",
837
+ ]
838
+
839
+ [[package]]
840
+ name = "numpy"
841
+ version = "0.28.0"
842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
843
+ checksum = "778da78c64ddc928ebf5ad9df5edf0789410ff3bdbf3619aed51cd789a6af1e2"
844
+ dependencies = [
845
+ "libc",
846
+ "ndarray",
847
+ "num-complex",
848
+ "num-integer",
849
+ "num-traits",
850
+ "pyo3",
851
+ "pyo3-build-config",
852
+ "rustc-hash",
853
+ ]
854
+
855
+ [[package]]
856
+ name = "once_cell"
857
+ version = "1.21.3"
858
+ source = "registry+https://github.com/rust-lang/crates.io-index"
859
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
860
+
861
+ [[package]]
862
+ name = "pin-project-lite"
863
+ version = "0.2.17"
864
+ source = "registry+https://github.com/rust-lang/crates.io-index"
865
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
866
+
867
+ [[package]]
868
+ name = "pkg-config"
869
+ version = "0.3.32"
870
+ source = "registry+https://github.com/rust-lang/crates.io-index"
871
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
872
+
873
+ [[package]]
874
+ name = "portable-atomic"
875
+ version = "1.13.1"
876
+ source = "registry+https://github.com/rust-lang/crates.io-index"
877
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
878
+
879
+ [[package]]
880
+ name = "portable-atomic-util"
881
+ version = "0.2.5"
882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
883
+ checksum = "7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5"
884
+ dependencies = [
885
+ "portable-atomic",
886
+ ]
887
+
888
+ [[package]]
889
+ name = "prettyplease"
890
+ version = "0.2.37"
891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
892
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
893
+ dependencies = [
894
+ "proc-macro2",
895
+ "syn",
896
+ ]
897
+
898
+ [[package]]
899
+ name = "proc-macro2"
900
+ version = "1.0.106"
901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
902
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
903
+ dependencies = [
904
+ "unicode-ident",
905
+ ]
906
+
907
+ [[package]]
908
+ name = "pyo3"
909
+ version = "0.28.3"
910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
911
+ checksum = "91fd8e38a3b50ed1167fb981cd6fd60147e091784c427b8f7183a7ee32c31c12"
912
+ dependencies = [
913
+ "libc",
914
+ "once_cell",
915
+ "portable-atomic",
916
+ "pyo3-build-config",
917
+ "pyo3-ffi",
918
+ "pyo3-macros",
919
+ ]
920
+
921
+ [[package]]
922
+ name = "pyo3-build-config"
923
+ version = "0.28.3"
924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
925
+ checksum = "e368e7ddfdeb98c9bca7f8383be1648fd84ab466bf2bc015e94008db6d35611e"
926
+ dependencies = [
927
+ "target-lexicon",
928
+ ]
929
+
930
+ [[package]]
931
+ name = "pyo3-ffi"
932
+ version = "0.28.3"
933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
934
+ checksum = "7f29e10af80b1f7ccaf7f69eace800a03ecd13e883acfacc1e5d0988605f651e"
935
+ dependencies = [
936
+ "libc",
937
+ "pyo3-build-config",
938
+ ]
939
+
940
+ [[package]]
941
+ name = "pyo3-macros"
942
+ version = "0.28.3"
943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
944
+ checksum = "df6e520eff47c45997d2fc7dd8214b25dd1310918bbb2642156ef66a67f29813"
945
+ dependencies = [
946
+ "proc-macro2",
947
+ "pyo3-macros-backend",
948
+ "quote",
949
+ "syn",
950
+ ]
951
+
952
+ [[package]]
953
+ name = "pyo3-macros-backend"
954
+ version = "0.28.3"
955
+ source = "registry+https://github.com/rust-lang/crates.io-index"
956
+ checksum = "c4cdc218d835738f81c2338f822078af45b4afdf8b2e33cbb5916f108b813acb"
957
+ dependencies = [
958
+ "heck",
959
+ "proc-macro2",
960
+ "pyo3-build-config",
961
+ "quote",
962
+ "syn",
963
+ ]
964
+
965
+ [[package]]
966
+ name = "quote"
967
+ version = "1.0.45"
968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
969
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
970
+ dependencies = [
971
+ "proc-macro2",
972
+ ]
973
+
974
+ [[package]]
975
+ name = "r-efi"
976
+ version = "5.3.0"
977
+ source = "registry+https://github.com/rust-lang/crates.io-index"
978
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
979
+
980
+ [[package]]
981
+ name = "r-efi"
982
+ version = "6.0.0"
983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
984
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
985
+
986
+ [[package]]
987
+ name = "rand"
988
+ version = "0.10.0"
989
+ source = "registry+https://github.com/rust-lang/crates.io-index"
990
+ checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8"
991
+ dependencies = [
992
+ "chacha20",
993
+ "getrandom 0.4.2",
994
+ "rand_core",
995
+ ]
996
+
997
+ [[package]]
998
+ name = "rand_core"
999
+ version = "0.10.0"
1000
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1001
+ checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba"
1002
+
1003
+ [[package]]
1004
+ name = "rawpointer"
1005
+ version = "0.2.1"
1006
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1007
+ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
1008
+
1009
+ [[package]]
1010
+ name = "rayon"
1011
+ version = "1.12.0"
1012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1013
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
1014
+ dependencies = [
1015
+ "either",
1016
+ "rayon-core",
1017
+ ]
1018
+
1019
+ [[package]]
1020
+ name = "rayon-core"
1021
+ version = "1.13.0"
1022
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1023
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1024
+ dependencies = [
1025
+ "crossbeam-deque",
1026
+ "crossbeam-utils",
1027
+ ]
1028
+
1029
+ [[package]]
1030
+ name = "regex"
1031
+ version = "1.12.3"
1032
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1033
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1034
+ dependencies = [
1035
+ "aho-corasick",
1036
+ "memchr",
1037
+ "regex-automata",
1038
+ "regex-syntax",
1039
+ ]
1040
+
1041
+ [[package]]
1042
+ name = "regex-automata"
1043
+ version = "0.4.14"
1044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1045
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1046
+ dependencies = [
1047
+ "aho-corasick",
1048
+ "memchr",
1049
+ "regex-syntax",
1050
+ ]
1051
+
1052
+ [[package]]
1053
+ name = "regex-syntax"
1054
+ version = "0.8.10"
1055
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1056
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1057
+
1058
+ [[package]]
1059
+ name = "rustc-hash"
1060
+ version = "2.1.1"
1061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1062
+ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1063
+
1064
+ [[package]]
1065
+ name = "rustc_version"
1066
+ version = "0.4.1"
1067
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1068
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1069
+ dependencies = [
1070
+ "semver",
1071
+ ]
1072
+
1073
+ [[package]]
1074
+ name = "rustix"
1075
+ version = "1.1.4"
1076
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1077
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1078
+ dependencies = [
1079
+ "bitflags",
1080
+ "errno",
1081
+ "libc",
1082
+ "linux-raw-sys",
1083
+ "windows-sys",
1084
+ ]
1085
+
1086
+ [[package]]
1087
+ name = "rustversion"
1088
+ version = "1.0.22"
1089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1090
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1091
+
1092
+ [[package]]
1093
+ name = "ryu"
1094
+ version = "1.0.23"
1095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1096
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1097
+
1098
+ [[package]]
1099
+ name = "semver"
1100
+ version = "1.0.27"
1101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1102
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1103
+
1104
+ [[package]]
1105
+ name = "serde"
1106
+ version = "1.0.228"
1107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1108
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1109
+ dependencies = [
1110
+ "serde_core",
1111
+ "serde_derive",
1112
+ ]
1113
+
1114
+ [[package]]
1115
+ name = "serde_core"
1116
+ version = "1.0.228"
1117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1118
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1119
+ dependencies = [
1120
+ "serde_derive",
1121
+ ]
1122
+
1123
+ [[package]]
1124
+ name = "serde_derive"
1125
+ version = "1.0.228"
1126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1127
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1128
+ dependencies = [
1129
+ "proc-macro2",
1130
+ "quote",
1131
+ "syn",
1132
+ ]
1133
+
1134
+ [[package]]
1135
+ name = "serde_json"
1136
+ version = "1.0.149"
1137
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1138
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1139
+ dependencies = [
1140
+ "itoa",
1141
+ "memchr",
1142
+ "serde",
1143
+ "serde_core",
1144
+ "zmij",
1145
+ ]
1146
+
1147
+ [[package]]
1148
+ name = "shlex"
1149
+ version = "1.3.0"
1150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1151
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1152
+
1153
+ [[package]]
1154
+ name = "simd-adler32"
1155
+ version = "0.3.8"
1156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1157
+ checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
1158
+
1159
+ [[package]]
1160
+ name = "syn"
1161
+ version = "2.0.117"
1162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1163
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1164
+ dependencies = [
1165
+ "proc-macro2",
1166
+ "quote",
1167
+ "unicode-ident",
1168
+ ]
1169
+
1170
+ [[package]]
1171
+ name = "target-lexicon"
1172
+ version = "0.13.5"
1173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1174
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
1175
+
1176
+ [[package]]
1177
+ name = "tempfile"
1178
+ version = "3.27.0"
1179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1180
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
1181
+ dependencies = [
1182
+ "fastrand",
1183
+ "getrandom 0.4.2",
1184
+ "once_cell",
1185
+ "rustix",
1186
+ "windows-sys",
1187
+ ]
1188
+
1189
+ [[package]]
1190
+ name = "thiserror"
1191
+ version = "2.0.18"
1192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1193
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1194
+ dependencies = [
1195
+ "thiserror-impl",
1196
+ ]
1197
+
1198
+ [[package]]
1199
+ name = "thiserror-impl"
1200
+ version = "2.0.18"
1201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1202
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1203
+ dependencies = [
1204
+ "proc-macro2",
1205
+ "quote",
1206
+ "syn",
1207
+ ]
1208
+
1209
+ [[package]]
1210
+ name = "tiny-keccak"
1211
+ version = "2.0.2"
1212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1213
+ checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
1214
+ dependencies = [
1215
+ "crunchy",
1216
+ ]
1217
+
1218
+ [[package]]
1219
+ name = "tracing"
1220
+ version = "0.1.44"
1221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1222
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1223
+ dependencies = [
1224
+ "pin-project-lite",
1225
+ "tracing-attributes",
1226
+ "tracing-core",
1227
+ ]
1228
+
1229
+ [[package]]
1230
+ name = "tracing-attributes"
1231
+ version = "0.1.31"
1232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1233
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1234
+ dependencies = [
1235
+ "proc-macro2",
1236
+ "quote",
1237
+ "syn",
1238
+ ]
1239
+
1240
+ [[package]]
1241
+ name = "tracing-core"
1242
+ version = "0.1.36"
1243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1244
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1245
+ dependencies = [
1246
+ "once_cell",
1247
+ ]
1248
+
1249
+ [[package]]
1250
+ name = "twox-hash"
1251
+ version = "2.1.3"
1252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1253
+ checksum = "8464ec13c3691491391d9fce00f6416c9a48e46972f72d7865688be2080192c9"
1254
+
1255
+ [[package]]
1256
+ name = "unicode-ident"
1257
+ version = "1.0.24"
1258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1259
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1260
+
1261
+ [[package]]
1262
+ name = "unicode-xid"
1263
+ version = "0.2.6"
1264
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1265
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1266
+
1267
+ [[package]]
1268
+ name = "uuid"
1269
+ version = "1.22.0"
1270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1271
+ checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
1272
+ dependencies = [
1273
+ "getrandom 0.4.2",
1274
+ "js-sys",
1275
+ "wasm-bindgen",
1276
+ ]
1277
+
1278
+ [[package]]
1279
+ name = "version_check"
1280
+ version = "0.9.5"
1281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1282
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1283
+
1284
+ [[package]]
1285
+ name = "wasi"
1286
+ version = "0.11.1+wasi-snapshot-preview1"
1287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1288
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1289
+
1290
+ [[package]]
1291
+ name = "wasip2"
1292
+ version = "1.0.2+wasi-0.2.9"
1293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1294
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
1295
+ dependencies = [
1296
+ "wit-bindgen",
1297
+ ]
1298
+
1299
+ [[package]]
1300
+ name = "wasip3"
1301
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
1302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1303
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
1304
+ dependencies = [
1305
+ "wit-bindgen",
1306
+ ]
1307
+
1308
+ [[package]]
1309
+ name = "wasm-bindgen"
1310
+ version = "0.2.114"
1311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1312
+ checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
1313
+ dependencies = [
1314
+ "cfg-if",
1315
+ "once_cell",
1316
+ "rustversion",
1317
+ "wasm-bindgen-macro",
1318
+ "wasm-bindgen-shared",
1319
+ ]
1320
+
1321
+ [[package]]
1322
+ name = "wasm-bindgen-macro"
1323
+ version = "0.2.114"
1324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1325
+ checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
1326
+ dependencies = [
1327
+ "quote",
1328
+ "wasm-bindgen-macro-support",
1329
+ ]
1330
+
1331
+ [[package]]
1332
+ name = "wasm-bindgen-macro-support"
1333
+ version = "0.2.114"
1334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1335
+ checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
1336
+ dependencies = [
1337
+ "bumpalo",
1338
+ "proc-macro2",
1339
+ "quote",
1340
+ "syn",
1341
+ "wasm-bindgen-shared",
1342
+ ]
1343
+
1344
+ [[package]]
1345
+ name = "wasm-bindgen-shared"
1346
+ version = "0.2.114"
1347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1348
+ checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
1349
+ dependencies = [
1350
+ "unicode-ident",
1351
+ ]
1352
+
1353
+ [[package]]
1354
+ name = "wasm-encoder"
1355
+ version = "0.244.0"
1356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1357
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
1358
+ dependencies = [
1359
+ "leb128fmt",
1360
+ "wasmparser",
1361
+ ]
1362
+
1363
+ [[package]]
1364
+ name = "wasm-metadata"
1365
+ version = "0.244.0"
1366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1367
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
1368
+ dependencies = [
1369
+ "anyhow",
1370
+ "indexmap",
1371
+ "wasm-encoder",
1372
+ "wasmparser",
1373
+ ]
1374
+
1375
+ [[package]]
1376
+ name = "wasmparser"
1377
+ version = "0.244.0"
1378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1379
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
1380
+ dependencies = [
1381
+ "bitflags",
1382
+ "hashbrown 0.15.5",
1383
+ "indexmap",
1384
+ "semver",
1385
+ ]
1386
+
1387
+ [[package]]
1388
+ name = "windows-core"
1389
+ version = "0.62.2"
1390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1391
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
1392
+ dependencies = [
1393
+ "windows-implement",
1394
+ "windows-interface",
1395
+ "windows-link",
1396
+ "windows-result",
1397
+ "windows-strings",
1398
+ ]
1399
+
1400
+ [[package]]
1401
+ name = "windows-implement"
1402
+ version = "0.60.2"
1403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1404
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
1405
+ dependencies = [
1406
+ "proc-macro2",
1407
+ "quote",
1408
+ "syn",
1409
+ ]
1410
+
1411
+ [[package]]
1412
+ name = "windows-interface"
1413
+ version = "0.59.3"
1414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1415
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
1416
+ dependencies = [
1417
+ "proc-macro2",
1418
+ "quote",
1419
+ "syn",
1420
+ ]
1421
+
1422
+ [[package]]
1423
+ name = "windows-link"
1424
+ version = "0.2.1"
1425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1426
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1427
+
1428
+ [[package]]
1429
+ name = "windows-result"
1430
+ version = "0.4.1"
1431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1432
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1433
+ dependencies = [
1434
+ "windows-link",
1435
+ ]
1436
+
1437
+ [[package]]
1438
+ name = "windows-strings"
1439
+ version = "0.5.1"
1440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1441
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1442
+ dependencies = [
1443
+ "windows-link",
1444
+ ]
1445
+
1446
+ [[package]]
1447
+ name = "windows-sys"
1448
+ version = "0.61.2"
1449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1450
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1451
+ dependencies = [
1452
+ "windows-link",
1453
+ ]
1454
+
1455
+ [[package]]
1456
+ name = "wit-bindgen"
1457
+ version = "0.51.0"
1458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1459
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
1460
+ dependencies = [
1461
+ "wit-bindgen-rust-macro",
1462
+ ]
1463
+
1464
+ [[package]]
1465
+ name = "wit-bindgen-core"
1466
+ version = "0.51.0"
1467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1468
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
1469
+ dependencies = [
1470
+ "anyhow",
1471
+ "heck",
1472
+ "wit-parser",
1473
+ ]
1474
+
1475
+ [[package]]
1476
+ name = "wit-bindgen-rust"
1477
+ version = "0.51.0"
1478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1479
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
1480
+ dependencies = [
1481
+ "anyhow",
1482
+ "heck",
1483
+ "indexmap",
1484
+ "prettyplease",
1485
+ "syn",
1486
+ "wasm-metadata",
1487
+ "wit-bindgen-core",
1488
+ "wit-component",
1489
+ ]
1490
+
1491
+ [[package]]
1492
+ name = "wit-bindgen-rust-macro"
1493
+ version = "0.51.0"
1494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1495
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
1496
+ dependencies = [
1497
+ "anyhow",
1498
+ "prettyplease",
1499
+ "proc-macro2",
1500
+ "quote",
1501
+ "syn",
1502
+ "wit-bindgen-core",
1503
+ "wit-bindgen-rust",
1504
+ ]
1505
+
1506
+ [[package]]
1507
+ name = "wit-component"
1508
+ version = "0.244.0"
1509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1510
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
1511
+ dependencies = [
1512
+ "anyhow",
1513
+ "bitflags",
1514
+ "indexmap",
1515
+ "log",
1516
+ "serde",
1517
+ "serde_derive",
1518
+ "serde_json",
1519
+ "wasm-encoder",
1520
+ "wasm-metadata",
1521
+ "wasmparser",
1522
+ "wit-parser",
1523
+ ]
1524
+
1525
+ [[package]]
1526
+ name = "wit-parser"
1527
+ version = "0.244.0"
1528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1529
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
1530
+ dependencies = [
1531
+ "anyhow",
1532
+ "id-arena",
1533
+ "indexmap",
1534
+ "log",
1535
+ "semver",
1536
+ "serde",
1537
+ "serde_derive",
1538
+ "serde_json",
1539
+ "unicode-xid",
1540
+ "wasmparser",
1541
+ ]
1542
+
1543
+ [[package]]
1544
+ name = "zerocopy"
1545
+ version = "0.8.42"
1546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1547
+ checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3"
1548
+ dependencies = [
1549
+ "zerocopy-derive",
1550
+ ]
1551
+
1552
+ [[package]]
1553
+ name = "zerocopy-derive"
1554
+ version = "0.8.42"
1555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1556
+ checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f"
1557
+ dependencies = [
1558
+ "proc-macro2",
1559
+ "quote",
1560
+ "syn",
1561
+ ]
1562
+
1563
+ [[package]]
1564
+ name = "zmij"
1565
+ version = "1.0.21"
1566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1567
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
1568
+
1569
+ [[package]]
1570
+ name = "zstd"
1571
+ version = "0.13.3"
1572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1573
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
1574
+ dependencies = [
1575
+ "zstd-safe",
1576
+ ]
1577
+
1578
+ [[package]]
1579
+ name = "zstd-safe"
1580
+ version = "7.2.4"
1581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1582
+ checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
1583
+ dependencies = [
1584
+ "zstd-sys",
1585
+ ]
1586
+
1587
+ [[package]]
1588
+ name = "zstd-sys"
1589
+ version = "2.0.16+zstd.1.5.7"
1590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1591
+ checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
1592
+ dependencies = [
1593
+ "cc",
1594
+ "pkg-config",
1595
+ ]