aiochainscan-fastabi 1.0.1__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,4923 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "Inflector"
7
+ version = "0.11.4"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
10
+ dependencies = [
11
+ "lazy_static",
12
+ "regex",
13
+ ]
14
+
15
+ [[package]]
16
+ name = "addr2line"
17
+ version = "0.24.2"
18
+ source = "registry+https://github.com/rust-lang/crates.io-index"
19
+ checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
20
+ dependencies = [
21
+ "gimli",
22
+ ]
23
+
24
+ [[package]]
25
+ name = "adler2"
26
+ version = "2.0.1"
27
+ source = "registry+https://github.com/rust-lang/crates.io-index"
28
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
29
+
30
+ [[package]]
31
+ name = "aes"
32
+ version = "0.8.4"
33
+ source = "registry+https://github.com/rust-lang/crates.io-index"
34
+ checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
35
+ dependencies = [
36
+ "cfg-if",
37
+ "cipher",
38
+ "cpufeatures",
39
+ ]
40
+
41
+ [[package]]
42
+ name = "ahash"
43
+ version = "0.8.12"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
46
+ dependencies = [
47
+ "cfg-if",
48
+ "const-random",
49
+ "getrandom 0.3.3",
50
+ "once_cell",
51
+ "version_check",
52
+ "zerocopy",
53
+ ]
54
+
55
+ [[package]]
56
+ name = "aho-corasick"
57
+ version = "1.1.3"
58
+ source = "registry+https://github.com/rust-lang/crates.io-index"
59
+ checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
60
+ dependencies = [
61
+ "memchr",
62
+ ]
63
+
64
+ [[package]]
65
+ name = "aiochainscan_fastabi"
66
+ version = "1.0.1"
67
+ dependencies = [
68
+ "arrow",
69
+ "dashmap 6.1.0",
70
+ "ethers",
71
+ "hex",
72
+ "mini-moka",
73
+ "pyo3",
74
+ "pyo3-arrow",
75
+ "pyo3-build-config",
76
+ "pythonize",
77
+ "serde",
78
+ "serde_json",
79
+ "thiserror 1.0.69",
80
+ "twox-hash",
81
+ ]
82
+
83
+ [[package]]
84
+ name = "android-tzdata"
85
+ version = "0.1.1"
86
+ source = "registry+https://github.com/rust-lang/crates.io-index"
87
+ checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
88
+
89
+ [[package]]
90
+ name = "android_system_properties"
91
+ version = "0.1.5"
92
+ source = "registry+https://github.com/rust-lang/crates.io-index"
93
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
94
+ dependencies = [
95
+ "libc",
96
+ ]
97
+
98
+ [[package]]
99
+ name = "arrayvec"
100
+ version = "0.7.6"
101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
102
+ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
103
+
104
+ [[package]]
105
+ name = "arrow"
106
+ version = "53.4.1"
107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
108
+ checksum = "d3a3ec4fe573f9d1f59d99c085197ef669b00b088ba1d7bb75224732d9357a74"
109
+ dependencies = [
110
+ "arrow-arith",
111
+ "arrow-array",
112
+ "arrow-buffer",
113
+ "arrow-cast",
114
+ "arrow-csv",
115
+ "arrow-data",
116
+ "arrow-ipc",
117
+ "arrow-json",
118
+ "arrow-ord",
119
+ "arrow-row",
120
+ "arrow-schema",
121
+ "arrow-select",
122
+ "arrow-string",
123
+ ]
124
+
125
+ [[package]]
126
+ name = "arrow-arith"
127
+ version = "53.4.1"
128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
129
+ checksum = "6dcf19f07792d8c7f91086c67b574a79301e367029b17fcf63fb854332246a10"
130
+ dependencies = [
131
+ "arrow-array",
132
+ "arrow-buffer",
133
+ "arrow-data",
134
+ "arrow-schema",
135
+ "chrono",
136
+ "half",
137
+ "num",
138
+ ]
139
+
140
+ [[package]]
141
+ name = "arrow-array"
142
+ version = "53.4.1"
143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
144
+ checksum = "7845c32b41f7053e37a075b3c2f29c6f5ea1b3ca6e5df7a2d325ee6e1b4a63cf"
145
+ dependencies = [
146
+ "ahash",
147
+ "arrow-buffer",
148
+ "arrow-data",
149
+ "arrow-schema",
150
+ "chrono",
151
+ "chrono-tz",
152
+ "half",
153
+ "hashbrown 0.15.4",
154
+ "num",
155
+ ]
156
+
157
+ [[package]]
158
+ name = "arrow-buffer"
159
+ version = "53.4.1"
160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
161
+ checksum = "5b5c681a99606f3316f2a99d9c8b6fa3aad0b1d34d8f6d7a1b471893940219d8"
162
+ dependencies = [
163
+ "bytes",
164
+ "half",
165
+ "num",
166
+ ]
167
+
168
+ [[package]]
169
+ name = "arrow-cast"
170
+ version = "53.4.1"
171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
172
+ checksum = "6365f8527d4f87b133eeb862f9b8093c009d41a210b8f101f91aa2392f61daac"
173
+ dependencies = [
174
+ "arrow-array",
175
+ "arrow-buffer",
176
+ "arrow-data",
177
+ "arrow-schema",
178
+ "arrow-select",
179
+ "atoi",
180
+ "base64 0.22.1",
181
+ "chrono",
182
+ "half",
183
+ "lexical-core",
184
+ "num",
185
+ "ryu",
186
+ ]
187
+
188
+ [[package]]
189
+ name = "arrow-csv"
190
+ version = "53.4.1"
191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
192
+ checksum = "30dac4d23ac769300349197b845e0fd18c7f9f15d260d4659ae6b5a9ca06f586"
193
+ dependencies = [
194
+ "arrow-array",
195
+ "arrow-buffer",
196
+ "arrow-cast",
197
+ "arrow-data",
198
+ "arrow-schema",
199
+ "chrono",
200
+ "csv",
201
+ "csv-core",
202
+ "lazy_static",
203
+ "lexical-core",
204
+ "regex",
205
+ ]
206
+
207
+ [[package]]
208
+ name = "arrow-data"
209
+ version = "53.4.1"
210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
211
+ checksum = "cd962fc3bf7f60705b25bcaa8eb3318b2545aa1d528656525ebdd6a17a6cd6fb"
212
+ dependencies = [
213
+ "arrow-buffer",
214
+ "arrow-schema",
215
+ "half",
216
+ "num",
217
+ ]
218
+
219
+ [[package]]
220
+ name = "arrow-ipc"
221
+ version = "53.4.1"
222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
223
+ checksum = "c3527365b24372f9c948f16e53738eb098720eea2093ae73c7af04ac5e30a39b"
224
+ dependencies = [
225
+ "arrow-array",
226
+ "arrow-buffer",
227
+ "arrow-cast",
228
+ "arrow-data",
229
+ "arrow-schema",
230
+ "flatbuffers",
231
+ ]
232
+
233
+ [[package]]
234
+ name = "arrow-json"
235
+ version = "53.4.1"
236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
237
+ checksum = "acdec0024749fc0d95e025c0b0266d78613727b3b3a5d4cf8ea47eb6d38afdd1"
238
+ dependencies = [
239
+ "arrow-array",
240
+ "arrow-buffer",
241
+ "arrow-cast",
242
+ "arrow-data",
243
+ "arrow-schema",
244
+ "chrono",
245
+ "half",
246
+ "indexmap",
247
+ "lexical-core",
248
+ "num",
249
+ "serde",
250
+ "serde_json",
251
+ ]
252
+
253
+ [[package]]
254
+ name = "arrow-ord"
255
+ version = "53.4.1"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "79af2db0e62a508d34ddf4f76bfd6109b6ecc845257c9cba6f939653668f89ac"
258
+ dependencies = [
259
+ "arrow-array",
260
+ "arrow-buffer",
261
+ "arrow-data",
262
+ "arrow-schema",
263
+ "arrow-select",
264
+ "half",
265
+ "num",
266
+ ]
267
+
268
+ [[package]]
269
+ name = "arrow-row"
270
+ version = "53.4.1"
271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
272
+ checksum = "da30e9d10e9c52f09ea0cf15086d6d785c11ae8dcc3ea5f16d402221b6ac7735"
273
+ dependencies = [
274
+ "ahash",
275
+ "arrow-array",
276
+ "arrow-buffer",
277
+ "arrow-data",
278
+ "arrow-schema",
279
+ "half",
280
+ ]
281
+
282
+ [[package]]
283
+ name = "arrow-schema"
284
+ version = "53.4.1"
285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
286
+ checksum = "35b0f9c0c3582dd55db0f136d3b44bfa0189df07adcf7dc7f2f2e74db0f52eb8"
287
+ dependencies = [
288
+ "bitflags 2.9.1",
289
+ ]
290
+
291
+ [[package]]
292
+ name = "arrow-select"
293
+ version = "53.4.1"
294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
295
+ checksum = "92fc337f01635218493c23da81a364daf38c694b05fc20569c3193c11c561984"
296
+ dependencies = [
297
+ "ahash",
298
+ "arrow-array",
299
+ "arrow-buffer",
300
+ "arrow-data",
301
+ "arrow-schema",
302
+ "num",
303
+ ]
304
+
305
+ [[package]]
306
+ name = "arrow-string"
307
+ version = "53.4.1"
308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
309
+ checksum = "d596a9fc25dae556672d5069b090331aca8acb93cae426d8b7dcdf1c558fa0ce"
310
+ dependencies = [
311
+ "arrow-array",
312
+ "arrow-buffer",
313
+ "arrow-data",
314
+ "arrow-schema",
315
+ "arrow-select",
316
+ "memchr",
317
+ "num",
318
+ "regex",
319
+ "regex-syntax",
320
+ ]
321
+
322
+ [[package]]
323
+ name = "ascii-canvas"
324
+ version = "3.0.0"
325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
326
+ checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
327
+ dependencies = [
328
+ "term",
329
+ ]
330
+
331
+ [[package]]
332
+ name = "async-trait"
333
+ version = "0.1.88"
334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
335
+ checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
336
+ dependencies = [
337
+ "proc-macro2",
338
+ "quote",
339
+ "syn 2.0.104",
340
+ ]
341
+
342
+ [[package]]
343
+ name = "async_io_stream"
344
+ version = "0.3.3"
345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
346
+ checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c"
347
+ dependencies = [
348
+ "futures",
349
+ "pharos",
350
+ "rustc_version",
351
+ ]
352
+
353
+ [[package]]
354
+ name = "atoi"
355
+ version = "2.0.0"
356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
357
+ checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
358
+ dependencies = [
359
+ "num-traits",
360
+ ]
361
+
362
+ [[package]]
363
+ name = "auto_impl"
364
+ version = "1.3.0"
365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
366
+ checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7"
367
+ dependencies = [
368
+ "proc-macro2",
369
+ "quote",
370
+ "syn 2.0.104",
371
+ ]
372
+
373
+ [[package]]
374
+ name = "autocfg"
375
+ version = "1.5.0"
376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
377
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
378
+
379
+ [[package]]
380
+ name = "backtrace"
381
+ version = "0.3.75"
382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
383
+ checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
384
+ dependencies = [
385
+ "addr2line",
386
+ "cfg-if",
387
+ "libc",
388
+ "miniz_oxide",
389
+ "object",
390
+ "rustc-demangle",
391
+ "windows-targets 0.52.6",
392
+ ]
393
+
394
+ [[package]]
395
+ name = "base16ct"
396
+ version = "0.2.0"
397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
398
+ checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
399
+
400
+ [[package]]
401
+ name = "base64"
402
+ version = "0.13.1"
403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
404
+ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
405
+
406
+ [[package]]
407
+ name = "base64"
408
+ version = "0.21.7"
409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
410
+ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
411
+
412
+ [[package]]
413
+ name = "base64"
414
+ version = "0.22.1"
415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
416
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
417
+
418
+ [[package]]
419
+ name = "base64ct"
420
+ version = "1.8.0"
421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
422
+ checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
423
+
424
+ [[package]]
425
+ name = "bech32"
426
+ version = "0.9.1"
427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
428
+ checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"
429
+
430
+ [[package]]
431
+ name = "bit-set"
432
+ version = "0.5.3"
433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
434
+ checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
435
+ dependencies = [
436
+ "bit-vec",
437
+ ]
438
+
439
+ [[package]]
440
+ name = "bit-vec"
441
+ version = "0.6.3"
442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
443
+ checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
444
+
445
+ [[package]]
446
+ name = "bitflags"
447
+ version = "1.3.2"
448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
449
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
450
+
451
+ [[package]]
452
+ name = "bitflags"
453
+ version = "2.9.1"
454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
455
+ checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
456
+
457
+ [[package]]
458
+ name = "bitvec"
459
+ version = "1.0.1"
460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
461
+ checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
462
+ dependencies = [
463
+ "funty",
464
+ "radium",
465
+ "tap",
466
+ "wyz",
467
+ ]
468
+
469
+ [[package]]
470
+ name = "block-buffer"
471
+ version = "0.10.4"
472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
473
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
474
+ dependencies = [
475
+ "generic-array",
476
+ ]
477
+
478
+ [[package]]
479
+ name = "bs58"
480
+ version = "0.5.1"
481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
482
+ checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
483
+ dependencies = [
484
+ "sha2",
485
+ "tinyvec",
486
+ ]
487
+
488
+ [[package]]
489
+ name = "bumpalo"
490
+ version = "3.19.0"
491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
492
+ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
493
+
494
+ [[package]]
495
+ name = "byte-slice-cast"
496
+ version = "1.2.3"
497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
498
+ checksum = "7575182f7272186991736b70173b0ea045398f984bf5ebbb3804736ce1330c9d"
499
+
500
+ [[package]]
501
+ name = "bytecount"
502
+ version = "0.6.9"
503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
504
+ checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
505
+
506
+ [[package]]
507
+ name = "byteorder"
508
+ version = "1.5.0"
509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
510
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
511
+
512
+ [[package]]
513
+ name = "bytes"
514
+ version = "1.10.1"
515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
516
+ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
517
+ dependencies = [
518
+ "serde",
519
+ ]
520
+
521
+ [[package]]
522
+ name = "bzip2"
523
+ version = "0.4.4"
524
+ source = "registry+https://github.com/rust-lang/crates.io-index"
525
+ checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
526
+ dependencies = [
527
+ "bzip2-sys",
528
+ "libc",
529
+ ]
530
+
531
+ [[package]]
532
+ name = "bzip2-sys"
533
+ version = "0.1.13+1.0.8"
534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
535
+ checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
536
+ dependencies = [
537
+ "cc",
538
+ "pkg-config",
539
+ ]
540
+
541
+ [[package]]
542
+ name = "camino"
543
+ version = "1.1.10"
544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
545
+ checksum = "0da45bc31171d8d6960122e222a67740df867c1dd53b4d51caa297084c185cab"
546
+ dependencies = [
547
+ "serde",
548
+ ]
549
+
550
+ [[package]]
551
+ name = "cargo-platform"
552
+ version = "0.1.9"
553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
554
+ checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
555
+ dependencies = [
556
+ "serde",
557
+ ]
558
+
559
+ [[package]]
560
+ name = "cargo_metadata"
561
+ version = "0.14.2"
562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
563
+ checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
564
+ dependencies = [
565
+ "camino",
566
+ "cargo-platform",
567
+ "semver",
568
+ "serde",
569
+ "serde_json",
570
+ ]
571
+
572
+ [[package]]
573
+ name = "cargo_metadata"
574
+ version = "0.18.1"
575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
577
+ dependencies = [
578
+ "camino",
579
+ "cargo-platform",
580
+ "semver",
581
+ "serde",
582
+ "serde_json",
583
+ "thiserror 1.0.69",
584
+ ]
585
+
586
+ [[package]]
587
+ name = "cc"
588
+ version = "1.2.31"
589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
590
+ checksum = "c3a42d84bb6b69d3a8b3eaacf0d88f179e1929695e1ad012b6cf64d9caaa5fd2"
591
+ dependencies = [
592
+ "jobserver",
593
+ "libc",
594
+ "shlex",
595
+ ]
596
+
597
+ [[package]]
598
+ name = "cfg-if"
599
+ version = "1.0.1"
600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
601
+ checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
602
+
603
+ [[package]]
604
+ name = "chrono"
605
+ version = "0.4.39"
606
+ source = "registry+https://github.com/rust-lang/crates.io-index"
607
+ checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
608
+ dependencies = [
609
+ "android-tzdata",
610
+ "iana-time-zone",
611
+ "num-traits",
612
+ "windows-targets 0.52.6",
613
+ ]
614
+
615
+ [[package]]
616
+ name = "chrono-tz"
617
+ version = "0.10.4"
618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
619
+ checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3"
620
+ dependencies = [
621
+ "chrono",
622
+ "phf 0.12.1",
623
+ ]
624
+
625
+ [[package]]
626
+ name = "cipher"
627
+ version = "0.4.4"
628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
629
+ checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
630
+ dependencies = [
631
+ "crypto-common",
632
+ "inout",
633
+ ]
634
+
635
+ [[package]]
636
+ name = "coins-bip32"
637
+ version = "0.8.7"
638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
639
+ checksum = "3b6be4a5df2098cd811f3194f64ddb96c267606bffd9689ac7b0160097b01ad3"
640
+ dependencies = [
641
+ "bs58",
642
+ "coins-core",
643
+ "digest",
644
+ "hmac",
645
+ "k256",
646
+ "serde",
647
+ "sha2",
648
+ "thiserror 1.0.69",
649
+ ]
650
+
651
+ [[package]]
652
+ name = "coins-bip39"
653
+ version = "0.8.7"
654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
655
+ checksum = "3db8fba409ce3dc04f7d804074039eb68b960b0829161f8e06c95fea3f122528"
656
+ dependencies = [
657
+ "bitvec",
658
+ "coins-bip32",
659
+ "hmac",
660
+ "once_cell",
661
+ "pbkdf2 0.12.2",
662
+ "rand 0.8.5",
663
+ "sha2",
664
+ "thiserror 1.0.69",
665
+ ]
666
+
667
+ [[package]]
668
+ name = "coins-core"
669
+ version = "0.8.7"
670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
671
+ checksum = "5286a0843c21f8367f7be734f89df9b822e0321d8bcce8d6e735aadff7d74979"
672
+ dependencies = [
673
+ "base64 0.21.7",
674
+ "bech32",
675
+ "bs58",
676
+ "digest",
677
+ "generic-array",
678
+ "hex",
679
+ "ripemd",
680
+ "serde",
681
+ "serde_derive",
682
+ "sha2",
683
+ "sha3",
684
+ "thiserror 1.0.69",
685
+ ]
686
+
687
+ [[package]]
688
+ name = "const-hex"
689
+ version = "1.14.1"
690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
691
+ checksum = "83e22e0ed40b96a48d3db274f72fd365bd78f67af39b6bbd47e8a15e1c6207ff"
692
+ dependencies = [
693
+ "cfg-if",
694
+ "cpufeatures",
695
+ "hex",
696
+ "proptest",
697
+ "serde",
698
+ ]
699
+
700
+ [[package]]
701
+ name = "const-oid"
702
+ version = "0.9.6"
703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
704
+ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
705
+
706
+ [[package]]
707
+ name = "const-random"
708
+ version = "0.1.18"
709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
710
+ checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
711
+ dependencies = [
712
+ "const-random-macro",
713
+ ]
714
+
715
+ [[package]]
716
+ name = "const-random-macro"
717
+ version = "0.1.16"
718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
719
+ checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
720
+ dependencies = [
721
+ "getrandom 0.2.16",
722
+ "once_cell",
723
+ "tiny-keccak",
724
+ ]
725
+
726
+ [[package]]
727
+ name = "const_format"
728
+ version = "0.2.34"
729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
730
+ checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd"
731
+ dependencies = [
732
+ "const_format_proc_macros",
733
+ ]
734
+
735
+ [[package]]
736
+ name = "const_format_proc_macros"
737
+ version = "0.2.34"
738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
739
+ checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
740
+ dependencies = [
741
+ "proc-macro2",
742
+ "quote",
743
+ "unicode-xid",
744
+ ]
745
+
746
+ [[package]]
747
+ name = "constant_time_eq"
748
+ version = "0.1.5"
749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
750
+ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
751
+
752
+ [[package]]
753
+ name = "core-foundation"
754
+ version = "0.9.4"
755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
756
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
757
+ dependencies = [
758
+ "core-foundation-sys",
759
+ "libc",
760
+ ]
761
+
762
+ [[package]]
763
+ name = "core-foundation-sys"
764
+ version = "0.8.7"
765
+ source = "registry+https://github.com/rust-lang/crates.io-index"
766
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
767
+
768
+ [[package]]
769
+ name = "cpufeatures"
770
+ version = "0.2.17"
771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
772
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
773
+ dependencies = [
774
+ "libc",
775
+ ]
776
+
777
+ [[package]]
778
+ name = "crc32fast"
779
+ version = "1.5.0"
780
+ source = "registry+https://github.com/rust-lang/crates.io-index"
781
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
782
+ dependencies = [
783
+ "cfg-if",
784
+ ]
785
+
786
+ [[package]]
787
+ name = "crossbeam-channel"
788
+ version = "0.5.15"
789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
790
+ checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
791
+ dependencies = [
792
+ "crossbeam-utils",
793
+ ]
794
+
795
+ [[package]]
796
+ name = "crossbeam-deque"
797
+ version = "0.8.6"
798
+ source = "registry+https://github.com/rust-lang/crates.io-index"
799
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
800
+ dependencies = [
801
+ "crossbeam-epoch",
802
+ "crossbeam-utils",
803
+ ]
804
+
805
+ [[package]]
806
+ name = "crossbeam-epoch"
807
+ version = "0.9.18"
808
+ source = "registry+https://github.com/rust-lang/crates.io-index"
809
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
810
+ dependencies = [
811
+ "crossbeam-utils",
812
+ ]
813
+
814
+ [[package]]
815
+ name = "crossbeam-utils"
816
+ version = "0.8.21"
817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
818
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
819
+
820
+ [[package]]
821
+ name = "crunchy"
822
+ version = "0.2.4"
823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
824
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
825
+
826
+ [[package]]
827
+ name = "crypto-bigint"
828
+ version = "0.5.5"
829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
830
+ checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
831
+ dependencies = [
832
+ "generic-array",
833
+ "rand_core 0.6.4",
834
+ "subtle",
835
+ "zeroize",
836
+ ]
837
+
838
+ [[package]]
839
+ name = "crypto-common"
840
+ version = "0.1.6"
841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
842
+ checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
843
+ dependencies = [
844
+ "generic-array",
845
+ "typenum",
846
+ ]
847
+
848
+ [[package]]
849
+ name = "csv"
850
+ version = "1.4.0"
851
+ source = "registry+https://github.com/rust-lang/crates.io-index"
852
+ checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
853
+ dependencies = [
854
+ "csv-core",
855
+ "itoa",
856
+ "ryu",
857
+ "serde_core",
858
+ ]
859
+
860
+ [[package]]
861
+ name = "csv-core"
862
+ version = "0.1.13"
863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
864
+ checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
865
+ dependencies = [
866
+ "memchr",
867
+ ]
868
+
869
+ [[package]]
870
+ name = "ctr"
871
+ version = "0.9.2"
872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
873
+ checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
874
+ dependencies = [
875
+ "cipher",
876
+ ]
877
+
878
+ [[package]]
879
+ name = "dashmap"
880
+ version = "5.5.3"
881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
882
+ checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
883
+ dependencies = [
884
+ "cfg-if",
885
+ "hashbrown 0.14.5",
886
+ "lock_api",
887
+ "once_cell",
888
+ "parking_lot_core",
889
+ ]
890
+
891
+ [[package]]
892
+ name = "dashmap"
893
+ version = "6.1.0"
894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
895
+ checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
896
+ dependencies = [
897
+ "cfg-if",
898
+ "crossbeam-utils",
899
+ "hashbrown 0.14.5",
900
+ "lock_api",
901
+ "once_cell",
902
+ "parking_lot_core",
903
+ ]
904
+
905
+ [[package]]
906
+ name = "data-encoding"
907
+ version = "2.9.0"
908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
909
+ checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
910
+
911
+ [[package]]
912
+ name = "der"
913
+ version = "0.7.10"
914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
915
+ checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
916
+ dependencies = [
917
+ "const-oid",
918
+ "zeroize",
919
+ ]
920
+
921
+ [[package]]
922
+ name = "deranged"
923
+ version = "0.4.0"
924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
925
+ checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
926
+ dependencies = [
927
+ "powerfmt",
928
+ ]
929
+
930
+ [[package]]
931
+ name = "derive_more"
932
+ version = "1.0.0"
933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
934
+ checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
935
+ dependencies = [
936
+ "derive_more-impl",
937
+ ]
938
+
939
+ [[package]]
940
+ name = "derive_more-impl"
941
+ version = "1.0.0"
942
+ source = "registry+https://github.com/rust-lang/crates.io-index"
943
+ checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
944
+ dependencies = [
945
+ "proc-macro2",
946
+ "quote",
947
+ "syn 2.0.104",
948
+ ]
949
+
950
+ [[package]]
951
+ name = "digest"
952
+ version = "0.10.7"
953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
954
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
955
+ dependencies = [
956
+ "block-buffer",
957
+ "const-oid",
958
+ "crypto-common",
959
+ "subtle",
960
+ ]
961
+
962
+ [[package]]
963
+ name = "dirs"
964
+ version = "5.0.1"
965
+ source = "registry+https://github.com/rust-lang/crates.io-index"
966
+ checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
967
+ dependencies = [
968
+ "dirs-sys",
969
+ ]
970
+
971
+ [[package]]
972
+ name = "dirs-next"
973
+ version = "2.0.0"
974
+ source = "registry+https://github.com/rust-lang/crates.io-index"
975
+ checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
976
+ dependencies = [
977
+ "cfg-if",
978
+ "dirs-sys-next",
979
+ ]
980
+
981
+ [[package]]
982
+ name = "dirs-sys"
983
+ version = "0.4.1"
984
+ source = "registry+https://github.com/rust-lang/crates.io-index"
985
+ checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
986
+ dependencies = [
987
+ "libc",
988
+ "option-ext",
989
+ "redox_users",
990
+ "windows-sys 0.48.0",
991
+ ]
992
+
993
+ [[package]]
994
+ name = "dirs-sys-next"
995
+ version = "0.1.2"
996
+ source = "registry+https://github.com/rust-lang/crates.io-index"
997
+ checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
998
+ dependencies = [
999
+ "libc",
1000
+ "redox_users",
1001
+ "winapi",
1002
+ ]
1003
+
1004
+ [[package]]
1005
+ name = "displaydoc"
1006
+ version = "0.2.5"
1007
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1008
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1009
+ dependencies = [
1010
+ "proc-macro2",
1011
+ "quote",
1012
+ "syn 2.0.104",
1013
+ ]
1014
+
1015
+ [[package]]
1016
+ name = "dunce"
1017
+ version = "1.0.5"
1018
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1019
+ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
1020
+
1021
+ [[package]]
1022
+ name = "ecdsa"
1023
+ version = "0.16.9"
1024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1025
+ checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
1026
+ dependencies = [
1027
+ "der",
1028
+ "digest",
1029
+ "elliptic-curve",
1030
+ "rfc6979",
1031
+ "signature",
1032
+ "spki",
1033
+ ]
1034
+
1035
+ [[package]]
1036
+ name = "either"
1037
+ version = "1.15.0"
1038
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1039
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
1040
+
1041
+ [[package]]
1042
+ name = "elliptic-curve"
1043
+ version = "0.13.8"
1044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1045
+ checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
1046
+ dependencies = [
1047
+ "base16ct",
1048
+ "crypto-bigint",
1049
+ "digest",
1050
+ "ff",
1051
+ "generic-array",
1052
+ "group",
1053
+ "pkcs8",
1054
+ "rand_core 0.6.4",
1055
+ "sec1",
1056
+ "subtle",
1057
+ "zeroize",
1058
+ ]
1059
+
1060
+ [[package]]
1061
+ name = "ena"
1062
+ version = "0.14.3"
1063
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1064
+ checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5"
1065
+ dependencies = [
1066
+ "log",
1067
+ ]
1068
+
1069
+ [[package]]
1070
+ name = "encoding_rs"
1071
+ version = "0.8.35"
1072
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1073
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
1074
+ dependencies = [
1075
+ "cfg-if",
1076
+ ]
1077
+
1078
+ [[package]]
1079
+ name = "enr"
1080
+ version = "0.10.0"
1081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1082
+ checksum = "2a3d8dc56e02f954cac8eb489772c552c473346fc34f67412bb6244fd647f7e4"
1083
+ dependencies = [
1084
+ "base64 0.21.7",
1085
+ "bytes",
1086
+ "hex",
1087
+ "k256",
1088
+ "log",
1089
+ "rand 0.8.5",
1090
+ "rlp",
1091
+ "serde",
1092
+ "sha3",
1093
+ "zeroize",
1094
+ ]
1095
+
1096
+ [[package]]
1097
+ name = "equivalent"
1098
+ version = "1.0.2"
1099
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1100
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1101
+
1102
+ [[package]]
1103
+ name = "errno"
1104
+ version = "0.3.13"
1105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1106
+ checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
1107
+ dependencies = [
1108
+ "libc",
1109
+ "windows-sys 0.60.2",
1110
+ ]
1111
+
1112
+ [[package]]
1113
+ name = "error-chain"
1114
+ version = "0.12.4"
1115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1116
+ checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
1117
+ dependencies = [
1118
+ "version_check",
1119
+ ]
1120
+
1121
+ [[package]]
1122
+ name = "eth-keystore"
1123
+ version = "0.5.0"
1124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1125
+ checksum = "1fda3bf123be441da5260717e0661c25a2fd9cb2b2c1d20bf2e05580047158ab"
1126
+ dependencies = [
1127
+ "aes",
1128
+ "ctr",
1129
+ "digest",
1130
+ "hex",
1131
+ "hmac",
1132
+ "pbkdf2 0.11.0",
1133
+ "rand 0.8.5",
1134
+ "scrypt",
1135
+ "serde",
1136
+ "serde_json",
1137
+ "sha2",
1138
+ "sha3",
1139
+ "thiserror 1.0.69",
1140
+ "uuid",
1141
+ ]
1142
+
1143
+ [[package]]
1144
+ name = "ethabi"
1145
+ version = "18.0.0"
1146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1147
+ checksum = "7413c5f74cc903ea37386a8965a936cbeb334bd270862fdece542c1b2dcbc898"
1148
+ dependencies = [
1149
+ "ethereum-types",
1150
+ "hex",
1151
+ "once_cell",
1152
+ "regex",
1153
+ "serde",
1154
+ "serde_json",
1155
+ "sha3",
1156
+ "thiserror 1.0.69",
1157
+ "uint",
1158
+ ]
1159
+
1160
+ [[package]]
1161
+ name = "ethbloom"
1162
+ version = "0.13.0"
1163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1164
+ checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60"
1165
+ dependencies = [
1166
+ "crunchy",
1167
+ "fixed-hash",
1168
+ "impl-codec",
1169
+ "impl-rlp",
1170
+ "impl-serde",
1171
+ "scale-info",
1172
+ "tiny-keccak",
1173
+ ]
1174
+
1175
+ [[package]]
1176
+ name = "ethereum-types"
1177
+ version = "0.14.1"
1178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1179
+ checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee"
1180
+ dependencies = [
1181
+ "ethbloom",
1182
+ "fixed-hash",
1183
+ "impl-codec",
1184
+ "impl-rlp",
1185
+ "impl-serde",
1186
+ "primitive-types",
1187
+ "scale-info",
1188
+ "uint",
1189
+ ]
1190
+
1191
+ [[package]]
1192
+ name = "ethers"
1193
+ version = "2.0.14"
1194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1195
+ checksum = "816841ea989f0c69e459af1cf23a6b0033b19a55424a1ea3a30099becdb8dec0"
1196
+ dependencies = [
1197
+ "ethers-addressbook",
1198
+ "ethers-contract",
1199
+ "ethers-core",
1200
+ "ethers-etherscan",
1201
+ "ethers-middleware",
1202
+ "ethers-providers",
1203
+ "ethers-signers",
1204
+ "ethers-solc",
1205
+ ]
1206
+
1207
+ [[package]]
1208
+ name = "ethers-addressbook"
1209
+ version = "2.0.14"
1210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1211
+ checksum = "5495afd16b4faa556c3bba1f21b98b4983e53c1755022377051a975c3b021759"
1212
+ dependencies = [
1213
+ "ethers-core",
1214
+ "once_cell",
1215
+ "serde",
1216
+ "serde_json",
1217
+ ]
1218
+
1219
+ [[package]]
1220
+ name = "ethers-contract"
1221
+ version = "2.0.14"
1222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1223
+ checksum = "6fceafa3578c836eeb874af87abacfb041f92b4da0a78a5edd042564b8ecdaaa"
1224
+ dependencies = [
1225
+ "const-hex",
1226
+ "ethers-contract-abigen",
1227
+ "ethers-contract-derive",
1228
+ "ethers-core",
1229
+ "ethers-providers",
1230
+ "futures-util",
1231
+ "once_cell",
1232
+ "pin-project",
1233
+ "serde",
1234
+ "serde_json",
1235
+ "thiserror 1.0.69",
1236
+ ]
1237
+
1238
+ [[package]]
1239
+ name = "ethers-contract-abigen"
1240
+ version = "2.0.14"
1241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1242
+ checksum = "04ba01fbc2331a38c429eb95d4a570166781f14290ef9fdb144278a90b5a739b"
1243
+ dependencies = [
1244
+ "Inflector",
1245
+ "const-hex",
1246
+ "dunce",
1247
+ "ethers-core",
1248
+ "ethers-etherscan",
1249
+ "eyre",
1250
+ "prettyplease",
1251
+ "proc-macro2",
1252
+ "quote",
1253
+ "regex",
1254
+ "reqwest",
1255
+ "serde",
1256
+ "serde_json",
1257
+ "syn 2.0.104",
1258
+ "toml",
1259
+ "walkdir",
1260
+ ]
1261
+
1262
+ [[package]]
1263
+ name = "ethers-contract-derive"
1264
+ version = "2.0.14"
1265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1266
+ checksum = "87689dcabc0051cde10caaade298f9e9093d65f6125c14575db3fd8c669a168f"
1267
+ dependencies = [
1268
+ "Inflector",
1269
+ "const-hex",
1270
+ "ethers-contract-abigen",
1271
+ "ethers-core",
1272
+ "proc-macro2",
1273
+ "quote",
1274
+ "serde_json",
1275
+ "syn 2.0.104",
1276
+ ]
1277
+
1278
+ [[package]]
1279
+ name = "ethers-core"
1280
+ version = "2.0.14"
1281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1282
+ checksum = "82d80cc6ad30b14a48ab786523af33b37f28a8623fc06afd55324816ef18fb1f"
1283
+ dependencies = [
1284
+ "arrayvec",
1285
+ "bytes",
1286
+ "cargo_metadata 0.18.1",
1287
+ "chrono",
1288
+ "const-hex",
1289
+ "elliptic-curve",
1290
+ "ethabi",
1291
+ "generic-array",
1292
+ "k256",
1293
+ "num_enum",
1294
+ "once_cell",
1295
+ "open-fastrlp",
1296
+ "rand 0.8.5",
1297
+ "rlp",
1298
+ "serde",
1299
+ "serde_json",
1300
+ "strum",
1301
+ "syn 2.0.104",
1302
+ "tempfile",
1303
+ "thiserror 1.0.69",
1304
+ "tiny-keccak",
1305
+ "unicode-xid",
1306
+ ]
1307
+
1308
+ [[package]]
1309
+ name = "ethers-etherscan"
1310
+ version = "2.0.14"
1311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1312
+ checksum = "e79e5973c26d4baf0ce55520bd732314328cabe53193286671b47144145b9649"
1313
+ dependencies = [
1314
+ "chrono",
1315
+ "ethers-core",
1316
+ "reqwest",
1317
+ "semver",
1318
+ "serde",
1319
+ "serde_json",
1320
+ "thiserror 1.0.69",
1321
+ "tracing",
1322
+ ]
1323
+
1324
+ [[package]]
1325
+ name = "ethers-middleware"
1326
+ version = "2.0.14"
1327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1328
+ checksum = "48f9fdf09aec667c099909d91908d5eaf9be1bd0e2500ba4172c1d28bfaa43de"
1329
+ dependencies = [
1330
+ "async-trait",
1331
+ "auto_impl",
1332
+ "ethers-contract",
1333
+ "ethers-core",
1334
+ "ethers-etherscan",
1335
+ "ethers-providers",
1336
+ "ethers-signers",
1337
+ "futures-channel",
1338
+ "futures-locks",
1339
+ "futures-util",
1340
+ "instant",
1341
+ "reqwest",
1342
+ "serde",
1343
+ "serde_json",
1344
+ "thiserror 1.0.69",
1345
+ "tokio",
1346
+ "tracing",
1347
+ "tracing-futures",
1348
+ "url",
1349
+ ]
1350
+
1351
+ [[package]]
1352
+ name = "ethers-providers"
1353
+ version = "2.0.14"
1354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1355
+ checksum = "6434c9a33891f1effc9c75472e12666db2fa5a0fec4b29af6221680a6fe83ab2"
1356
+ dependencies = [
1357
+ "async-trait",
1358
+ "auto_impl",
1359
+ "base64 0.21.7",
1360
+ "bytes",
1361
+ "const-hex",
1362
+ "enr",
1363
+ "ethers-core",
1364
+ "futures-core",
1365
+ "futures-timer",
1366
+ "futures-util",
1367
+ "hashers",
1368
+ "http",
1369
+ "instant",
1370
+ "jsonwebtoken",
1371
+ "once_cell",
1372
+ "pin-project",
1373
+ "reqwest",
1374
+ "serde",
1375
+ "serde_json",
1376
+ "thiserror 1.0.69",
1377
+ "tokio",
1378
+ "tokio-tungstenite",
1379
+ "tracing",
1380
+ "tracing-futures",
1381
+ "url",
1382
+ "wasm-bindgen",
1383
+ "wasm-bindgen-futures",
1384
+ "web-sys",
1385
+ "ws_stream_wasm",
1386
+ ]
1387
+
1388
+ [[package]]
1389
+ name = "ethers-signers"
1390
+ version = "2.0.14"
1391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1392
+ checksum = "228875491c782ad851773b652dd8ecac62cda8571d3bc32a5853644dd26766c2"
1393
+ dependencies = [
1394
+ "async-trait",
1395
+ "coins-bip32",
1396
+ "coins-bip39",
1397
+ "const-hex",
1398
+ "elliptic-curve",
1399
+ "eth-keystore",
1400
+ "ethers-core",
1401
+ "rand 0.8.5",
1402
+ "sha2",
1403
+ "thiserror 1.0.69",
1404
+ "tracing",
1405
+ ]
1406
+
1407
+ [[package]]
1408
+ name = "ethers-solc"
1409
+ version = "2.0.14"
1410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1411
+ checksum = "66244a771d9163282646dbeffe0e6eca4dda4146b6498644e678ac6089b11edd"
1412
+ dependencies = [
1413
+ "cfg-if",
1414
+ "const-hex",
1415
+ "dirs",
1416
+ "dunce",
1417
+ "ethers-core",
1418
+ "glob",
1419
+ "home",
1420
+ "md-5",
1421
+ "num_cpus",
1422
+ "once_cell",
1423
+ "path-slash",
1424
+ "rayon",
1425
+ "regex",
1426
+ "semver",
1427
+ "serde",
1428
+ "serde_json",
1429
+ "solang-parser",
1430
+ "svm-rs",
1431
+ "thiserror 1.0.69",
1432
+ "tiny-keccak",
1433
+ "tokio",
1434
+ "tracing",
1435
+ "walkdir",
1436
+ "yansi",
1437
+ ]
1438
+
1439
+ [[package]]
1440
+ name = "eyre"
1441
+ version = "0.6.12"
1442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1443
+ checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
1444
+ dependencies = [
1445
+ "indenter",
1446
+ "once_cell",
1447
+ ]
1448
+
1449
+ [[package]]
1450
+ name = "fastrand"
1451
+ version = "2.3.0"
1452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1453
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1454
+
1455
+ [[package]]
1456
+ name = "ff"
1457
+ version = "0.13.1"
1458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1459
+ checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
1460
+ dependencies = [
1461
+ "rand_core 0.6.4",
1462
+ "subtle",
1463
+ ]
1464
+
1465
+ [[package]]
1466
+ name = "fixed-hash"
1467
+ version = "0.8.0"
1468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1469
+ checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"
1470
+ dependencies = [
1471
+ "byteorder",
1472
+ "rand 0.8.5",
1473
+ "rustc-hex",
1474
+ "static_assertions",
1475
+ ]
1476
+
1477
+ [[package]]
1478
+ name = "fixedbitset"
1479
+ version = "0.4.2"
1480
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1481
+ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
1482
+
1483
+ [[package]]
1484
+ name = "flatbuffers"
1485
+ version = "24.12.23"
1486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1487
+ checksum = "4f1baf0dbf96932ec9a3038d57900329c015b0bfb7b63d904f3bc27e2b02a096"
1488
+ dependencies = [
1489
+ "bitflags 1.3.2",
1490
+ "rustc_version",
1491
+ ]
1492
+
1493
+ [[package]]
1494
+ name = "flate2"
1495
+ version = "1.1.2"
1496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1497
+ checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
1498
+ dependencies = [
1499
+ "crc32fast",
1500
+ "miniz_oxide",
1501
+ ]
1502
+
1503
+ [[package]]
1504
+ name = "fnv"
1505
+ version = "1.0.7"
1506
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1507
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1508
+
1509
+ [[package]]
1510
+ name = "form_urlencoded"
1511
+ version = "1.2.1"
1512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1513
+ checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1514
+ dependencies = [
1515
+ "percent-encoding",
1516
+ ]
1517
+
1518
+ [[package]]
1519
+ name = "fs2"
1520
+ version = "0.4.3"
1521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1522
+ checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
1523
+ dependencies = [
1524
+ "libc",
1525
+ "winapi",
1526
+ ]
1527
+
1528
+ [[package]]
1529
+ name = "funty"
1530
+ version = "2.0.0"
1531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1532
+ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
1533
+
1534
+ [[package]]
1535
+ name = "futures"
1536
+ version = "0.3.31"
1537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1538
+ checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1539
+ dependencies = [
1540
+ "futures-channel",
1541
+ "futures-core",
1542
+ "futures-executor",
1543
+ "futures-io",
1544
+ "futures-sink",
1545
+ "futures-task",
1546
+ "futures-util",
1547
+ ]
1548
+
1549
+ [[package]]
1550
+ name = "futures-channel"
1551
+ version = "0.3.31"
1552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1553
+ checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1554
+ dependencies = [
1555
+ "futures-core",
1556
+ "futures-sink",
1557
+ ]
1558
+
1559
+ [[package]]
1560
+ name = "futures-core"
1561
+ version = "0.3.31"
1562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1563
+ checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1564
+
1565
+ [[package]]
1566
+ name = "futures-executor"
1567
+ version = "0.3.31"
1568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1569
+ checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1570
+ dependencies = [
1571
+ "futures-core",
1572
+ "futures-task",
1573
+ "futures-util",
1574
+ ]
1575
+
1576
+ [[package]]
1577
+ name = "futures-io"
1578
+ version = "0.3.31"
1579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1580
+ checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1581
+
1582
+ [[package]]
1583
+ name = "futures-locks"
1584
+ version = "0.7.1"
1585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1586
+ checksum = "45ec6fe3675af967e67c5536c0b9d44e34e6c52f86bedc4ea49c5317b8e94d06"
1587
+ dependencies = [
1588
+ "futures-channel",
1589
+ "futures-task",
1590
+ ]
1591
+
1592
+ [[package]]
1593
+ name = "futures-macro"
1594
+ version = "0.3.31"
1595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1596
+ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1597
+ dependencies = [
1598
+ "proc-macro2",
1599
+ "quote",
1600
+ "syn 2.0.104",
1601
+ ]
1602
+
1603
+ [[package]]
1604
+ name = "futures-sink"
1605
+ version = "0.3.31"
1606
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1607
+ checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1608
+
1609
+ [[package]]
1610
+ name = "futures-task"
1611
+ version = "0.3.31"
1612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1613
+ checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1614
+
1615
+ [[package]]
1616
+ name = "futures-timer"
1617
+ version = "3.0.3"
1618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1619
+ checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
1620
+ dependencies = [
1621
+ "gloo-timers",
1622
+ "send_wrapper 0.4.0",
1623
+ ]
1624
+
1625
+ [[package]]
1626
+ name = "futures-util"
1627
+ version = "0.3.31"
1628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1629
+ checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1630
+ dependencies = [
1631
+ "futures-channel",
1632
+ "futures-core",
1633
+ "futures-io",
1634
+ "futures-macro",
1635
+ "futures-sink",
1636
+ "futures-task",
1637
+ "memchr",
1638
+ "pin-project-lite",
1639
+ "pin-utils",
1640
+ "slab",
1641
+ ]
1642
+
1643
+ [[package]]
1644
+ name = "fxhash"
1645
+ version = "0.2.1"
1646
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1647
+ checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
1648
+ dependencies = [
1649
+ "byteorder",
1650
+ ]
1651
+
1652
+ [[package]]
1653
+ name = "generic-array"
1654
+ version = "0.14.7"
1655
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1656
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1657
+ dependencies = [
1658
+ "typenum",
1659
+ "version_check",
1660
+ "zeroize",
1661
+ ]
1662
+
1663
+ [[package]]
1664
+ name = "getrandom"
1665
+ version = "0.2.16"
1666
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1667
+ checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
1668
+ dependencies = [
1669
+ "cfg-if",
1670
+ "libc",
1671
+ "wasi 0.11.1+wasi-snapshot-preview1",
1672
+ ]
1673
+
1674
+ [[package]]
1675
+ name = "getrandom"
1676
+ version = "0.3.3"
1677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1678
+ checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
1679
+ dependencies = [
1680
+ "cfg-if",
1681
+ "libc",
1682
+ "r-efi",
1683
+ "wasi 0.14.2+wasi-0.2.4",
1684
+ ]
1685
+
1686
+ [[package]]
1687
+ name = "gimli"
1688
+ version = "0.31.1"
1689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1690
+ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
1691
+
1692
+ [[package]]
1693
+ name = "glob"
1694
+ version = "0.3.2"
1695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1696
+ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
1697
+
1698
+ [[package]]
1699
+ name = "gloo-timers"
1700
+ version = "0.2.6"
1701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1702
+ checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
1703
+ dependencies = [
1704
+ "futures-channel",
1705
+ "futures-core",
1706
+ "js-sys",
1707
+ "wasm-bindgen",
1708
+ ]
1709
+
1710
+ [[package]]
1711
+ name = "group"
1712
+ version = "0.13.0"
1713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1714
+ checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1715
+ dependencies = [
1716
+ "ff",
1717
+ "rand_core 0.6.4",
1718
+ "subtle",
1719
+ ]
1720
+
1721
+ [[package]]
1722
+ name = "h2"
1723
+ version = "0.3.27"
1724
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1725
+ checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
1726
+ dependencies = [
1727
+ "bytes",
1728
+ "fnv",
1729
+ "futures-core",
1730
+ "futures-sink",
1731
+ "futures-util",
1732
+ "http",
1733
+ "indexmap",
1734
+ "slab",
1735
+ "tokio",
1736
+ "tokio-util",
1737
+ "tracing",
1738
+ ]
1739
+
1740
+ [[package]]
1741
+ name = "half"
1742
+ version = "2.7.1"
1743
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1744
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
1745
+ dependencies = [
1746
+ "cfg-if",
1747
+ "crunchy",
1748
+ "num-traits",
1749
+ "zerocopy",
1750
+ ]
1751
+
1752
+ [[package]]
1753
+ name = "hashbrown"
1754
+ version = "0.14.5"
1755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1756
+ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1757
+
1758
+ [[package]]
1759
+ name = "hashbrown"
1760
+ version = "0.15.4"
1761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1762
+ checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
1763
+
1764
+ [[package]]
1765
+ name = "hashers"
1766
+ version = "1.0.1"
1767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1768
+ checksum = "b2bca93b15ea5a746f220e56587f71e73c6165eab783df9e26590069953e3c30"
1769
+ dependencies = [
1770
+ "fxhash",
1771
+ ]
1772
+
1773
+ [[package]]
1774
+ name = "heck"
1775
+ version = "0.5.0"
1776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1777
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1778
+
1779
+ [[package]]
1780
+ name = "hermit-abi"
1781
+ version = "0.5.2"
1782
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1783
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1784
+
1785
+ [[package]]
1786
+ name = "hex"
1787
+ version = "0.4.3"
1788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1789
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1790
+
1791
+ [[package]]
1792
+ name = "hmac"
1793
+ version = "0.12.1"
1794
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1795
+ checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1796
+ dependencies = [
1797
+ "digest",
1798
+ ]
1799
+
1800
+ [[package]]
1801
+ name = "home"
1802
+ version = "0.5.11"
1803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1804
+ checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
1805
+ dependencies = [
1806
+ "windows-sys 0.59.0",
1807
+ ]
1808
+
1809
+ [[package]]
1810
+ name = "http"
1811
+ version = "0.2.12"
1812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1813
+ checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
1814
+ dependencies = [
1815
+ "bytes",
1816
+ "fnv",
1817
+ "itoa",
1818
+ ]
1819
+
1820
+ [[package]]
1821
+ name = "http-body"
1822
+ version = "0.4.6"
1823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1824
+ checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
1825
+ dependencies = [
1826
+ "bytes",
1827
+ "http",
1828
+ "pin-project-lite",
1829
+ ]
1830
+
1831
+ [[package]]
1832
+ name = "httparse"
1833
+ version = "1.10.1"
1834
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1835
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1836
+
1837
+ [[package]]
1838
+ name = "httpdate"
1839
+ version = "1.0.3"
1840
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1841
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1842
+
1843
+ [[package]]
1844
+ name = "hyper"
1845
+ version = "0.14.32"
1846
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1847
+ checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
1848
+ dependencies = [
1849
+ "bytes",
1850
+ "futures-channel",
1851
+ "futures-core",
1852
+ "futures-util",
1853
+ "h2",
1854
+ "http",
1855
+ "http-body",
1856
+ "httparse",
1857
+ "httpdate",
1858
+ "itoa",
1859
+ "pin-project-lite",
1860
+ "socket2 0.5.10",
1861
+ "tokio",
1862
+ "tower-service",
1863
+ "tracing",
1864
+ "want",
1865
+ ]
1866
+
1867
+ [[package]]
1868
+ name = "hyper-rustls"
1869
+ version = "0.24.2"
1870
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1871
+ checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
1872
+ dependencies = [
1873
+ "futures-util",
1874
+ "http",
1875
+ "hyper",
1876
+ "rustls",
1877
+ "tokio",
1878
+ "tokio-rustls",
1879
+ ]
1880
+
1881
+ [[package]]
1882
+ name = "iana-time-zone"
1883
+ version = "0.1.65"
1884
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1885
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1886
+ dependencies = [
1887
+ "android_system_properties",
1888
+ "core-foundation-sys",
1889
+ "iana-time-zone-haiku",
1890
+ "js-sys",
1891
+ "log",
1892
+ "wasm-bindgen",
1893
+ "windows-core",
1894
+ ]
1895
+
1896
+ [[package]]
1897
+ name = "iana-time-zone-haiku"
1898
+ version = "0.1.2"
1899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1900
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1901
+ dependencies = [
1902
+ "cc",
1903
+ ]
1904
+
1905
+ [[package]]
1906
+ name = "icu_collections"
1907
+ version = "2.0.0"
1908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1909
+ checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
1910
+ dependencies = [
1911
+ "displaydoc",
1912
+ "potential_utf",
1913
+ "yoke",
1914
+ "zerofrom",
1915
+ "zerovec",
1916
+ ]
1917
+
1918
+ [[package]]
1919
+ name = "icu_locale_core"
1920
+ version = "2.0.0"
1921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1922
+ checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
1923
+ dependencies = [
1924
+ "displaydoc",
1925
+ "litemap",
1926
+ "tinystr",
1927
+ "writeable",
1928
+ "zerovec",
1929
+ ]
1930
+
1931
+ [[package]]
1932
+ name = "icu_normalizer"
1933
+ version = "2.0.0"
1934
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1935
+ checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
1936
+ dependencies = [
1937
+ "displaydoc",
1938
+ "icu_collections",
1939
+ "icu_normalizer_data",
1940
+ "icu_properties",
1941
+ "icu_provider",
1942
+ "smallvec",
1943
+ "zerovec",
1944
+ ]
1945
+
1946
+ [[package]]
1947
+ name = "icu_normalizer_data"
1948
+ version = "2.0.0"
1949
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1950
+ checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
1951
+
1952
+ [[package]]
1953
+ name = "icu_properties"
1954
+ version = "2.0.1"
1955
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1956
+ checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
1957
+ dependencies = [
1958
+ "displaydoc",
1959
+ "icu_collections",
1960
+ "icu_locale_core",
1961
+ "icu_properties_data",
1962
+ "icu_provider",
1963
+ "potential_utf",
1964
+ "zerotrie",
1965
+ "zerovec",
1966
+ ]
1967
+
1968
+ [[package]]
1969
+ name = "icu_properties_data"
1970
+ version = "2.0.1"
1971
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1972
+ checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
1973
+
1974
+ [[package]]
1975
+ name = "icu_provider"
1976
+ version = "2.0.0"
1977
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1978
+ checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
1979
+ dependencies = [
1980
+ "displaydoc",
1981
+ "icu_locale_core",
1982
+ "stable_deref_trait",
1983
+ "tinystr",
1984
+ "writeable",
1985
+ "yoke",
1986
+ "zerofrom",
1987
+ "zerotrie",
1988
+ "zerovec",
1989
+ ]
1990
+
1991
+ [[package]]
1992
+ name = "idna"
1993
+ version = "1.0.3"
1994
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1995
+ checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
1996
+ dependencies = [
1997
+ "idna_adapter",
1998
+ "smallvec",
1999
+ "utf8_iter",
2000
+ ]
2001
+
2002
+ [[package]]
2003
+ name = "idna_adapter"
2004
+ version = "1.2.1"
2005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2006
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
2007
+ dependencies = [
2008
+ "icu_normalizer",
2009
+ "icu_properties",
2010
+ ]
2011
+
2012
+ [[package]]
2013
+ name = "impl-codec"
2014
+ version = "0.6.0"
2015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2016
+ checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"
2017
+ dependencies = [
2018
+ "parity-scale-codec",
2019
+ ]
2020
+
2021
+ [[package]]
2022
+ name = "impl-rlp"
2023
+ version = "0.3.0"
2024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2025
+ checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"
2026
+ dependencies = [
2027
+ "rlp",
2028
+ ]
2029
+
2030
+ [[package]]
2031
+ name = "impl-serde"
2032
+ version = "0.4.0"
2033
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2034
+ checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd"
2035
+ dependencies = [
2036
+ "serde",
2037
+ ]
2038
+
2039
+ [[package]]
2040
+ name = "impl-trait-for-tuples"
2041
+ version = "0.2.3"
2042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2043
+ checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9"
2044
+ dependencies = [
2045
+ "proc-macro2",
2046
+ "quote",
2047
+ "syn 2.0.104",
2048
+ ]
2049
+
2050
+ [[package]]
2051
+ name = "indenter"
2052
+ version = "0.3.3"
2053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2054
+ checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
2055
+
2056
+ [[package]]
2057
+ name = "indexmap"
2058
+ version = "2.10.0"
2059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2060
+ checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
2061
+ dependencies = [
2062
+ "equivalent",
2063
+ "hashbrown 0.15.4",
2064
+ ]
2065
+
2066
+ [[package]]
2067
+ name = "indoc"
2068
+ version = "2.0.6"
2069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2070
+ checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
2071
+
2072
+ [[package]]
2073
+ name = "inout"
2074
+ version = "0.1.4"
2075
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2076
+ checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
2077
+ dependencies = [
2078
+ "generic-array",
2079
+ ]
2080
+
2081
+ [[package]]
2082
+ name = "instant"
2083
+ version = "0.1.13"
2084
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2085
+ checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
2086
+ dependencies = [
2087
+ "cfg-if",
2088
+ ]
2089
+
2090
+ [[package]]
2091
+ name = "io-uring"
2092
+ version = "0.7.9"
2093
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2094
+ checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
2095
+ dependencies = [
2096
+ "bitflags 2.9.1",
2097
+ "cfg-if",
2098
+ "libc",
2099
+ ]
2100
+
2101
+ [[package]]
2102
+ name = "ipnet"
2103
+ version = "2.11.0"
2104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2105
+ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
2106
+
2107
+ [[package]]
2108
+ name = "itertools"
2109
+ version = "0.11.0"
2110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2111
+ checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
2112
+ dependencies = [
2113
+ "either",
2114
+ ]
2115
+
2116
+ [[package]]
2117
+ name = "itoa"
2118
+ version = "1.0.15"
2119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2120
+ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
2121
+
2122
+ [[package]]
2123
+ name = "jobserver"
2124
+ version = "0.1.33"
2125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2126
+ checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
2127
+ dependencies = [
2128
+ "getrandom 0.3.3",
2129
+ "libc",
2130
+ ]
2131
+
2132
+ [[package]]
2133
+ name = "js-sys"
2134
+ version = "0.3.77"
2135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2136
+ checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
2137
+ dependencies = [
2138
+ "once_cell",
2139
+ "wasm-bindgen",
2140
+ ]
2141
+
2142
+ [[package]]
2143
+ name = "jsonwebtoken"
2144
+ version = "8.3.0"
2145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2146
+ checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378"
2147
+ dependencies = [
2148
+ "base64 0.21.7",
2149
+ "pem",
2150
+ "ring 0.16.20",
2151
+ "serde",
2152
+ "serde_json",
2153
+ "simple_asn1",
2154
+ ]
2155
+
2156
+ [[package]]
2157
+ name = "k256"
2158
+ version = "0.13.4"
2159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2160
+ checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
2161
+ dependencies = [
2162
+ "cfg-if",
2163
+ "ecdsa",
2164
+ "elliptic-curve",
2165
+ "once_cell",
2166
+ "sha2",
2167
+ "signature",
2168
+ ]
2169
+
2170
+ [[package]]
2171
+ name = "keccak"
2172
+ version = "0.1.5"
2173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2174
+ checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
2175
+ dependencies = [
2176
+ "cpufeatures",
2177
+ ]
2178
+
2179
+ [[package]]
2180
+ name = "lalrpop"
2181
+ version = "0.20.2"
2182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2183
+ checksum = "55cb077ad656299f160924eb2912aa147d7339ea7d69e1b5517326fdcec3c1ca"
2184
+ dependencies = [
2185
+ "ascii-canvas",
2186
+ "bit-set",
2187
+ "ena",
2188
+ "itertools",
2189
+ "lalrpop-util",
2190
+ "petgraph",
2191
+ "regex",
2192
+ "regex-syntax",
2193
+ "string_cache",
2194
+ "term",
2195
+ "tiny-keccak",
2196
+ "unicode-xid",
2197
+ "walkdir",
2198
+ ]
2199
+
2200
+ [[package]]
2201
+ name = "lalrpop-util"
2202
+ version = "0.20.2"
2203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2204
+ checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553"
2205
+ dependencies = [
2206
+ "regex-automata",
2207
+ ]
2208
+
2209
+ [[package]]
2210
+ name = "lazy_static"
2211
+ version = "1.5.0"
2212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2213
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2214
+
2215
+ [[package]]
2216
+ name = "lexical-core"
2217
+ version = "1.0.6"
2218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2219
+ checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594"
2220
+ dependencies = [
2221
+ "lexical-parse-float",
2222
+ "lexical-parse-integer",
2223
+ "lexical-util",
2224
+ "lexical-write-float",
2225
+ "lexical-write-integer",
2226
+ ]
2227
+
2228
+ [[package]]
2229
+ name = "lexical-parse-float"
2230
+ version = "1.0.6"
2231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2232
+ checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56"
2233
+ dependencies = [
2234
+ "lexical-parse-integer",
2235
+ "lexical-util",
2236
+ ]
2237
+
2238
+ [[package]]
2239
+ name = "lexical-parse-integer"
2240
+ version = "1.0.6"
2241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2242
+ checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34"
2243
+ dependencies = [
2244
+ "lexical-util",
2245
+ ]
2246
+
2247
+ [[package]]
2248
+ name = "lexical-util"
2249
+ version = "1.0.7"
2250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2251
+ checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17"
2252
+
2253
+ [[package]]
2254
+ name = "lexical-write-float"
2255
+ version = "1.0.6"
2256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2257
+ checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361"
2258
+ dependencies = [
2259
+ "lexical-util",
2260
+ "lexical-write-integer",
2261
+ ]
2262
+
2263
+ [[package]]
2264
+ name = "lexical-write-integer"
2265
+ version = "1.0.6"
2266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2267
+ checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df"
2268
+ dependencies = [
2269
+ "lexical-util",
2270
+ ]
2271
+
2272
+ [[package]]
2273
+ name = "libc"
2274
+ version = "0.2.174"
2275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2276
+ checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
2277
+
2278
+ [[package]]
2279
+ name = "libm"
2280
+ version = "0.2.16"
2281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2282
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
2283
+
2284
+ [[package]]
2285
+ name = "libredox"
2286
+ version = "0.1.9"
2287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2288
+ checksum = "391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3"
2289
+ dependencies = [
2290
+ "bitflags 2.9.1",
2291
+ "libc",
2292
+ ]
2293
+
2294
+ [[package]]
2295
+ name = "linux-raw-sys"
2296
+ version = "0.9.4"
2297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2298
+ checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
2299
+
2300
+ [[package]]
2301
+ name = "litemap"
2302
+ version = "0.8.0"
2303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2304
+ checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
2305
+
2306
+ [[package]]
2307
+ name = "lock_api"
2308
+ version = "0.4.13"
2309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2310
+ checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
2311
+ dependencies = [
2312
+ "autocfg",
2313
+ "scopeguard",
2314
+ ]
2315
+
2316
+ [[package]]
2317
+ name = "log"
2318
+ version = "0.4.27"
2319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2320
+ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
2321
+
2322
+ [[package]]
2323
+ name = "matrixmultiply"
2324
+ version = "0.3.10"
2325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2326
+ checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
2327
+ dependencies = [
2328
+ "autocfg",
2329
+ "rawpointer",
2330
+ ]
2331
+
2332
+ [[package]]
2333
+ name = "md-5"
2334
+ version = "0.10.6"
2335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2336
+ checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
2337
+ dependencies = [
2338
+ "cfg-if",
2339
+ "digest",
2340
+ ]
2341
+
2342
+ [[package]]
2343
+ name = "memchr"
2344
+ version = "2.7.5"
2345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2346
+ checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
2347
+
2348
+ [[package]]
2349
+ name = "memoffset"
2350
+ version = "0.9.1"
2351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2352
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
2353
+ dependencies = [
2354
+ "autocfg",
2355
+ ]
2356
+
2357
+ [[package]]
2358
+ name = "mime"
2359
+ version = "0.3.17"
2360
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2361
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2362
+
2363
+ [[package]]
2364
+ name = "mini-moka"
2365
+ version = "0.10.3"
2366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2367
+ checksum = "c325dfab65f261f386debee8b0969da215b3fa0037e74c8a1234db7ba986d803"
2368
+ dependencies = [
2369
+ "crossbeam-channel",
2370
+ "crossbeam-utils",
2371
+ "dashmap 5.5.3",
2372
+ "skeptic",
2373
+ "smallvec",
2374
+ "tagptr",
2375
+ "triomphe",
2376
+ ]
2377
+
2378
+ [[package]]
2379
+ name = "miniz_oxide"
2380
+ version = "0.8.9"
2381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2382
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2383
+ dependencies = [
2384
+ "adler2",
2385
+ ]
2386
+
2387
+ [[package]]
2388
+ name = "mio"
2389
+ version = "1.0.4"
2390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2391
+ checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
2392
+ dependencies = [
2393
+ "libc",
2394
+ "wasi 0.11.1+wasi-snapshot-preview1",
2395
+ "windows-sys 0.59.0",
2396
+ ]
2397
+
2398
+ [[package]]
2399
+ name = "ndarray"
2400
+ version = "0.16.1"
2401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2402
+ checksum = "882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841"
2403
+ dependencies = [
2404
+ "matrixmultiply",
2405
+ "num-complex",
2406
+ "num-integer",
2407
+ "num-traits",
2408
+ "portable-atomic",
2409
+ "portable-atomic-util",
2410
+ "rawpointer",
2411
+ ]
2412
+
2413
+ [[package]]
2414
+ name = "new_debug_unreachable"
2415
+ version = "1.0.6"
2416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2417
+ checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
2418
+
2419
+ [[package]]
2420
+ name = "num"
2421
+ version = "0.4.3"
2422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2423
+ checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
2424
+ dependencies = [
2425
+ "num-bigint",
2426
+ "num-complex",
2427
+ "num-integer",
2428
+ "num-iter",
2429
+ "num-rational",
2430
+ "num-traits",
2431
+ ]
2432
+
2433
+ [[package]]
2434
+ name = "num-bigint"
2435
+ version = "0.4.6"
2436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2437
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2438
+ dependencies = [
2439
+ "num-integer",
2440
+ "num-traits",
2441
+ ]
2442
+
2443
+ [[package]]
2444
+ name = "num-complex"
2445
+ version = "0.4.6"
2446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2447
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
2448
+ dependencies = [
2449
+ "num-traits",
2450
+ ]
2451
+
2452
+ [[package]]
2453
+ name = "num-conv"
2454
+ version = "0.1.0"
2455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2456
+ checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2457
+
2458
+ [[package]]
2459
+ name = "num-integer"
2460
+ version = "0.1.46"
2461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2462
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2463
+ dependencies = [
2464
+ "num-traits",
2465
+ ]
2466
+
2467
+ [[package]]
2468
+ name = "num-iter"
2469
+ version = "0.1.45"
2470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2471
+ checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2472
+ dependencies = [
2473
+ "autocfg",
2474
+ "num-integer",
2475
+ "num-traits",
2476
+ ]
2477
+
2478
+ [[package]]
2479
+ name = "num-rational"
2480
+ version = "0.4.2"
2481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2482
+ checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
2483
+ dependencies = [
2484
+ "num-bigint",
2485
+ "num-integer",
2486
+ "num-traits",
2487
+ ]
2488
+
2489
+ [[package]]
2490
+ name = "num-traits"
2491
+ version = "0.2.19"
2492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2493
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2494
+ dependencies = [
2495
+ "autocfg",
2496
+ "libm",
2497
+ ]
2498
+
2499
+ [[package]]
2500
+ name = "num_cpus"
2501
+ version = "1.17.0"
2502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2503
+ checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
2504
+ dependencies = [
2505
+ "hermit-abi",
2506
+ "libc",
2507
+ ]
2508
+
2509
+ [[package]]
2510
+ name = "num_enum"
2511
+ version = "0.7.4"
2512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2513
+ checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
2514
+ dependencies = [
2515
+ "num_enum_derive",
2516
+ "rustversion",
2517
+ ]
2518
+
2519
+ [[package]]
2520
+ name = "num_enum_derive"
2521
+ version = "0.7.4"
2522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2523
+ checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
2524
+ dependencies = [
2525
+ "proc-macro-crate",
2526
+ "proc-macro2",
2527
+ "quote",
2528
+ "syn 2.0.104",
2529
+ ]
2530
+
2531
+ [[package]]
2532
+ name = "numpy"
2533
+ version = "0.22.1"
2534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2535
+ checksum = "edb929bc0da91a4d85ed6c0a84deaa53d411abfb387fc271124f91bf6b89f14e"
2536
+ dependencies = [
2537
+ "half",
2538
+ "libc",
2539
+ "ndarray",
2540
+ "num-complex",
2541
+ "num-integer",
2542
+ "num-traits",
2543
+ "pyo3",
2544
+ "rustc-hash",
2545
+ ]
2546
+
2547
+ [[package]]
2548
+ name = "object"
2549
+ version = "0.36.7"
2550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2551
+ checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
2552
+ dependencies = [
2553
+ "memchr",
2554
+ ]
2555
+
2556
+ [[package]]
2557
+ name = "once_cell"
2558
+ version = "1.21.3"
2559
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2560
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2561
+
2562
+ [[package]]
2563
+ name = "open-fastrlp"
2564
+ version = "0.1.4"
2565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2566
+ checksum = "786393f80485445794f6043fd3138854dd109cc6c4bd1a6383db304c9ce9b9ce"
2567
+ dependencies = [
2568
+ "arrayvec",
2569
+ "auto_impl",
2570
+ "bytes",
2571
+ "ethereum-types",
2572
+ "open-fastrlp-derive",
2573
+ ]
2574
+
2575
+ [[package]]
2576
+ name = "open-fastrlp-derive"
2577
+ version = "0.1.1"
2578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2579
+ checksum = "003b2be5c6c53c1cfeb0a238b8a1c3915cd410feb684457a36c10038f764bb1c"
2580
+ dependencies = [
2581
+ "bytes",
2582
+ "proc-macro2",
2583
+ "quote",
2584
+ "syn 1.0.109",
2585
+ ]
2586
+
2587
+ [[package]]
2588
+ name = "option-ext"
2589
+ version = "0.2.0"
2590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2591
+ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2592
+
2593
+ [[package]]
2594
+ name = "parity-scale-codec"
2595
+ version = "3.7.5"
2596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2597
+ checksum = "799781ae679d79a948e13d4824a40970bfa500058d245760dd857301059810fa"
2598
+ dependencies = [
2599
+ "arrayvec",
2600
+ "bitvec",
2601
+ "byte-slice-cast",
2602
+ "const_format",
2603
+ "impl-trait-for-tuples",
2604
+ "parity-scale-codec-derive",
2605
+ "rustversion",
2606
+ "serde",
2607
+ ]
2608
+
2609
+ [[package]]
2610
+ name = "parity-scale-codec-derive"
2611
+ version = "3.7.5"
2612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2613
+ checksum = "34b4653168b563151153c9e4c08ebed57fb8262bebfa79711552fa983c623e7a"
2614
+ dependencies = [
2615
+ "proc-macro-crate",
2616
+ "proc-macro2",
2617
+ "quote",
2618
+ "syn 2.0.104",
2619
+ ]
2620
+
2621
+ [[package]]
2622
+ name = "parking_lot"
2623
+ version = "0.12.4"
2624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2625
+ checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
2626
+ dependencies = [
2627
+ "lock_api",
2628
+ "parking_lot_core",
2629
+ ]
2630
+
2631
+ [[package]]
2632
+ name = "parking_lot_core"
2633
+ version = "0.9.11"
2634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2635
+ checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
2636
+ dependencies = [
2637
+ "cfg-if",
2638
+ "libc",
2639
+ "redox_syscall",
2640
+ "smallvec",
2641
+ "windows-targets 0.52.6",
2642
+ ]
2643
+
2644
+ [[package]]
2645
+ name = "password-hash"
2646
+ version = "0.4.2"
2647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2648
+ checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
2649
+ dependencies = [
2650
+ "base64ct",
2651
+ "rand_core 0.6.4",
2652
+ "subtle",
2653
+ ]
2654
+
2655
+ [[package]]
2656
+ name = "path-slash"
2657
+ version = "0.2.1"
2658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2659
+ checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42"
2660
+
2661
+ [[package]]
2662
+ name = "pbkdf2"
2663
+ version = "0.11.0"
2664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2665
+ checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
2666
+ dependencies = [
2667
+ "digest",
2668
+ "hmac",
2669
+ "password-hash",
2670
+ "sha2",
2671
+ ]
2672
+
2673
+ [[package]]
2674
+ name = "pbkdf2"
2675
+ version = "0.12.2"
2676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2677
+ checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
2678
+ dependencies = [
2679
+ "digest",
2680
+ "hmac",
2681
+ ]
2682
+
2683
+ [[package]]
2684
+ name = "pem"
2685
+ version = "1.1.1"
2686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2687
+ checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
2688
+ dependencies = [
2689
+ "base64 0.13.1",
2690
+ ]
2691
+
2692
+ [[package]]
2693
+ name = "percent-encoding"
2694
+ version = "2.3.1"
2695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2696
+ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2697
+
2698
+ [[package]]
2699
+ name = "petgraph"
2700
+ version = "0.6.5"
2701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2702
+ checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
2703
+ dependencies = [
2704
+ "fixedbitset",
2705
+ "indexmap",
2706
+ ]
2707
+
2708
+ [[package]]
2709
+ name = "pharos"
2710
+ version = "0.5.3"
2711
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2712
+ checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414"
2713
+ dependencies = [
2714
+ "futures",
2715
+ "rustc_version",
2716
+ ]
2717
+
2718
+ [[package]]
2719
+ name = "phf"
2720
+ version = "0.11.3"
2721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2722
+ checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
2723
+ dependencies = [
2724
+ "phf_macros",
2725
+ "phf_shared 0.11.3",
2726
+ ]
2727
+
2728
+ [[package]]
2729
+ name = "phf"
2730
+ version = "0.12.1"
2731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2732
+ checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
2733
+ dependencies = [
2734
+ "phf_shared 0.12.1",
2735
+ ]
2736
+
2737
+ [[package]]
2738
+ name = "phf_generator"
2739
+ version = "0.11.3"
2740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2741
+ checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
2742
+ dependencies = [
2743
+ "phf_shared 0.11.3",
2744
+ "rand 0.8.5",
2745
+ ]
2746
+
2747
+ [[package]]
2748
+ name = "phf_macros"
2749
+ version = "0.11.3"
2750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2751
+ checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
2752
+ dependencies = [
2753
+ "phf_generator",
2754
+ "phf_shared 0.11.3",
2755
+ "proc-macro2",
2756
+ "quote",
2757
+ "syn 2.0.104",
2758
+ ]
2759
+
2760
+ [[package]]
2761
+ name = "phf_shared"
2762
+ version = "0.11.3"
2763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2764
+ checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
2765
+ dependencies = [
2766
+ "siphasher",
2767
+ ]
2768
+
2769
+ [[package]]
2770
+ name = "phf_shared"
2771
+ version = "0.12.1"
2772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2773
+ checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
2774
+ dependencies = [
2775
+ "siphasher",
2776
+ ]
2777
+
2778
+ [[package]]
2779
+ name = "pin-project"
2780
+ version = "1.1.10"
2781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2782
+ checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
2783
+ dependencies = [
2784
+ "pin-project-internal",
2785
+ ]
2786
+
2787
+ [[package]]
2788
+ name = "pin-project-internal"
2789
+ version = "1.1.10"
2790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2791
+ checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
2792
+ dependencies = [
2793
+ "proc-macro2",
2794
+ "quote",
2795
+ "syn 2.0.104",
2796
+ ]
2797
+
2798
+ [[package]]
2799
+ name = "pin-project-lite"
2800
+ version = "0.2.16"
2801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2802
+ checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2803
+
2804
+ [[package]]
2805
+ name = "pin-utils"
2806
+ version = "0.1.0"
2807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2808
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2809
+
2810
+ [[package]]
2811
+ name = "pkcs8"
2812
+ version = "0.10.2"
2813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2814
+ checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2815
+ dependencies = [
2816
+ "der",
2817
+ "spki",
2818
+ ]
2819
+
2820
+ [[package]]
2821
+ name = "pkg-config"
2822
+ version = "0.3.32"
2823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2824
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2825
+
2826
+ [[package]]
2827
+ name = "portable-atomic"
2828
+ version = "1.11.1"
2829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2830
+ checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
2831
+
2832
+ [[package]]
2833
+ name = "portable-atomic-util"
2834
+ version = "0.2.5"
2835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2836
+ checksum = "7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5"
2837
+ dependencies = [
2838
+ "portable-atomic",
2839
+ ]
2840
+
2841
+ [[package]]
2842
+ name = "potential_utf"
2843
+ version = "0.1.2"
2844
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2845
+ checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
2846
+ dependencies = [
2847
+ "zerovec",
2848
+ ]
2849
+
2850
+ [[package]]
2851
+ name = "powerfmt"
2852
+ version = "0.2.0"
2853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2854
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2855
+
2856
+ [[package]]
2857
+ name = "ppv-lite86"
2858
+ version = "0.2.21"
2859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2860
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2861
+ dependencies = [
2862
+ "zerocopy",
2863
+ ]
2864
+
2865
+ [[package]]
2866
+ name = "precomputed-hash"
2867
+ version = "0.1.1"
2868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2869
+ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2870
+
2871
+ [[package]]
2872
+ name = "prettyplease"
2873
+ version = "0.2.36"
2874
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2875
+ checksum = "ff24dfcda44452b9816fff4cd4227e1bb73ff5a2f1bc1105aa92fb8565ce44d2"
2876
+ dependencies = [
2877
+ "proc-macro2",
2878
+ "syn 2.0.104",
2879
+ ]
2880
+
2881
+ [[package]]
2882
+ name = "primitive-types"
2883
+ version = "0.12.2"
2884
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2885
+ checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2"
2886
+ dependencies = [
2887
+ "fixed-hash",
2888
+ "impl-codec",
2889
+ "impl-rlp",
2890
+ "impl-serde",
2891
+ "scale-info",
2892
+ "uint",
2893
+ ]
2894
+
2895
+ [[package]]
2896
+ name = "proc-macro-crate"
2897
+ version = "3.3.0"
2898
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2899
+ checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
2900
+ dependencies = [
2901
+ "toml_edit",
2902
+ ]
2903
+
2904
+ [[package]]
2905
+ name = "proc-macro2"
2906
+ version = "1.0.95"
2907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2908
+ checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
2909
+ dependencies = [
2910
+ "unicode-ident",
2911
+ ]
2912
+
2913
+ [[package]]
2914
+ name = "proptest"
2915
+ version = "1.7.0"
2916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2917
+ checksum = "6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f"
2918
+ dependencies = [
2919
+ "bitflags 2.9.1",
2920
+ "lazy_static",
2921
+ "num-traits",
2922
+ "rand 0.9.2",
2923
+ "rand_chacha 0.9.0",
2924
+ "rand_xorshift",
2925
+ "regex-syntax",
2926
+ "unarray",
2927
+ ]
2928
+
2929
+ [[package]]
2930
+ name = "pulldown-cmark"
2931
+ version = "0.9.6"
2932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2933
+ checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
2934
+ dependencies = [
2935
+ "bitflags 2.9.1",
2936
+ "memchr",
2937
+ "unicase",
2938
+ ]
2939
+
2940
+ [[package]]
2941
+ name = "pyo3"
2942
+ version = "0.22.6"
2943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2944
+ checksum = "f402062616ab18202ae8319da13fa4279883a2b8a9d9f83f20dbade813ce1884"
2945
+ dependencies = [
2946
+ "cfg-if",
2947
+ "chrono",
2948
+ "indexmap",
2949
+ "indoc",
2950
+ "libc",
2951
+ "memoffset",
2952
+ "once_cell",
2953
+ "portable-atomic",
2954
+ "pyo3-build-config",
2955
+ "pyo3-ffi",
2956
+ "pyo3-macros",
2957
+ "unindent",
2958
+ ]
2959
+
2960
+ [[package]]
2961
+ name = "pyo3-arrow"
2962
+ version = "0.5.1"
2963
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2964
+ checksum = "a641506190769c9cb5e3e187b64514afaf318e904accf0137a6ed5ca436d27d5"
2965
+ dependencies = [
2966
+ "arrow",
2967
+ "arrow-array",
2968
+ "arrow-buffer",
2969
+ "arrow-schema",
2970
+ "half",
2971
+ "indexmap",
2972
+ "numpy",
2973
+ "pyo3",
2974
+ "thiserror 1.0.69",
2975
+ ]
2976
+
2977
+ [[package]]
2978
+ name = "pyo3-build-config"
2979
+ version = "0.22.6"
2980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2981
+ checksum = "b14b5775b5ff446dd1056212d778012cbe8a0fbffd368029fd9e25b514479c38"
2982
+ dependencies = [
2983
+ "once_cell",
2984
+ "target-lexicon",
2985
+ ]
2986
+
2987
+ [[package]]
2988
+ name = "pyo3-ffi"
2989
+ version = "0.22.6"
2990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2991
+ checksum = "9ab5bcf04a2cdcbb50c7d6105de943f543f9ed92af55818fd17b660390fc8636"
2992
+ dependencies = [
2993
+ "libc",
2994
+ "pyo3-build-config",
2995
+ ]
2996
+
2997
+ [[package]]
2998
+ name = "pyo3-macros"
2999
+ version = "0.22.6"
3000
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3001
+ checksum = "0fd24d897903a9e6d80b968368a34e1525aeb719d568dba8b3d4bfa5dc67d453"
3002
+ dependencies = [
3003
+ "proc-macro2",
3004
+ "pyo3-macros-backend",
3005
+ "quote",
3006
+ "syn 2.0.104",
3007
+ ]
3008
+
3009
+ [[package]]
3010
+ name = "pyo3-macros-backend"
3011
+ version = "0.22.6"
3012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3013
+ checksum = "36c011a03ba1e50152b4b394b479826cad97e7a21eb52df179cd91ac411cbfbe"
3014
+ dependencies = [
3015
+ "heck",
3016
+ "proc-macro2",
3017
+ "pyo3-build-config",
3018
+ "quote",
3019
+ "syn 2.0.104",
3020
+ ]
3021
+
3022
+ [[package]]
3023
+ name = "pythonize"
3024
+ version = "0.22.0"
3025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3026
+ checksum = "90fcf491425978bd889015d5430f6473d91bdfa2097262f1e731aadcf6c2113e"
3027
+ dependencies = [
3028
+ "pyo3",
3029
+ "serde",
3030
+ ]
3031
+
3032
+ [[package]]
3033
+ name = "quote"
3034
+ version = "1.0.40"
3035
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3036
+ checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
3037
+ dependencies = [
3038
+ "proc-macro2",
3039
+ ]
3040
+
3041
+ [[package]]
3042
+ name = "r-efi"
3043
+ version = "5.3.0"
3044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3045
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
3046
+
3047
+ [[package]]
3048
+ name = "radium"
3049
+ version = "0.7.0"
3050
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3051
+ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
3052
+
3053
+ [[package]]
3054
+ name = "rand"
3055
+ version = "0.8.5"
3056
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3057
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
3058
+ dependencies = [
3059
+ "libc",
3060
+ "rand_chacha 0.3.1",
3061
+ "rand_core 0.6.4",
3062
+ ]
3063
+
3064
+ [[package]]
3065
+ name = "rand"
3066
+ version = "0.9.2"
3067
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3068
+ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
3069
+ dependencies = [
3070
+ "rand_chacha 0.9.0",
3071
+ "rand_core 0.9.3",
3072
+ ]
3073
+
3074
+ [[package]]
3075
+ name = "rand_chacha"
3076
+ version = "0.3.1"
3077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3078
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
3079
+ dependencies = [
3080
+ "ppv-lite86",
3081
+ "rand_core 0.6.4",
3082
+ ]
3083
+
3084
+ [[package]]
3085
+ name = "rand_chacha"
3086
+ version = "0.9.0"
3087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3088
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
3089
+ dependencies = [
3090
+ "ppv-lite86",
3091
+ "rand_core 0.9.3",
3092
+ ]
3093
+
3094
+ [[package]]
3095
+ name = "rand_core"
3096
+ version = "0.6.4"
3097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3098
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3099
+ dependencies = [
3100
+ "getrandom 0.2.16",
3101
+ ]
3102
+
3103
+ [[package]]
3104
+ name = "rand_core"
3105
+ version = "0.9.3"
3106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3107
+ checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
3108
+ dependencies = [
3109
+ "getrandom 0.3.3",
3110
+ ]
3111
+
3112
+ [[package]]
3113
+ name = "rand_xorshift"
3114
+ version = "0.4.0"
3115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3116
+ checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
3117
+ dependencies = [
3118
+ "rand_core 0.9.3",
3119
+ ]
3120
+
3121
+ [[package]]
3122
+ name = "rawpointer"
3123
+ version = "0.2.1"
3124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3125
+ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
3126
+
3127
+ [[package]]
3128
+ name = "rayon"
3129
+ version = "1.10.0"
3130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3131
+ checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
3132
+ dependencies = [
3133
+ "either",
3134
+ "rayon-core",
3135
+ ]
3136
+
3137
+ [[package]]
3138
+ name = "rayon-core"
3139
+ version = "1.12.1"
3140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3141
+ checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
3142
+ dependencies = [
3143
+ "crossbeam-deque",
3144
+ "crossbeam-utils",
3145
+ ]
3146
+
3147
+ [[package]]
3148
+ name = "redox_syscall"
3149
+ version = "0.5.17"
3150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3151
+ checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
3152
+ dependencies = [
3153
+ "bitflags 2.9.1",
3154
+ ]
3155
+
3156
+ [[package]]
3157
+ name = "redox_users"
3158
+ version = "0.4.6"
3159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3160
+ checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
3161
+ dependencies = [
3162
+ "getrandom 0.2.16",
3163
+ "libredox",
3164
+ "thiserror 1.0.69",
3165
+ ]
3166
+
3167
+ [[package]]
3168
+ name = "regex"
3169
+ version = "1.11.1"
3170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3171
+ checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
3172
+ dependencies = [
3173
+ "aho-corasick",
3174
+ "memchr",
3175
+ "regex-automata",
3176
+ "regex-syntax",
3177
+ ]
3178
+
3179
+ [[package]]
3180
+ name = "regex-automata"
3181
+ version = "0.4.9"
3182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3183
+ checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
3184
+ dependencies = [
3185
+ "aho-corasick",
3186
+ "memchr",
3187
+ "regex-syntax",
3188
+ ]
3189
+
3190
+ [[package]]
3191
+ name = "regex-syntax"
3192
+ version = "0.8.5"
3193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3194
+ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
3195
+
3196
+ [[package]]
3197
+ name = "reqwest"
3198
+ version = "0.11.27"
3199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3200
+ checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
3201
+ dependencies = [
3202
+ "base64 0.21.7",
3203
+ "bytes",
3204
+ "encoding_rs",
3205
+ "futures-core",
3206
+ "futures-util",
3207
+ "h2",
3208
+ "http",
3209
+ "http-body",
3210
+ "hyper",
3211
+ "hyper-rustls",
3212
+ "ipnet",
3213
+ "js-sys",
3214
+ "log",
3215
+ "mime",
3216
+ "once_cell",
3217
+ "percent-encoding",
3218
+ "pin-project-lite",
3219
+ "rustls",
3220
+ "rustls-pemfile",
3221
+ "serde",
3222
+ "serde_json",
3223
+ "serde_urlencoded",
3224
+ "sync_wrapper",
3225
+ "system-configuration",
3226
+ "tokio",
3227
+ "tokio-rustls",
3228
+ "tower-service",
3229
+ "url",
3230
+ "wasm-bindgen",
3231
+ "wasm-bindgen-futures",
3232
+ "web-sys",
3233
+ "webpki-roots",
3234
+ "winreg",
3235
+ ]
3236
+
3237
+ [[package]]
3238
+ name = "rfc6979"
3239
+ version = "0.4.0"
3240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3241
+ checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
3242
+ dependencies = [
3243
+ "hmac",
3244
+ "subtle",
3245
+ ]
3246
+
3247
+ [[package]]
3248
+ name = "ring"
3249
+ version = "0.16.20"
3250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3251
+ checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
3252
+ dependencies = [
3253
+ "cc",
3254
+ "libc",
3255
+ "once_cell",
3256
+ "spin",
3257
+ "untrusted 0.7.1",
3258
+ "web-sys",
3259
+ "winapi",
3260
+ ]
3261
+
3262
+ [[package]]
3263
+ name = "ring"
3264
+ version = "0.17.14"
3265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3266
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
3267
+ dependencies = [
3268
+ "cc",
3269
+ "cfg-if",
3270
+ "getrandom 0.2.16",
3271
+ "libc",
3272
+ "untrusted 0.9.0",
3273
+ "windows-sys 0.52.0",
3274
+ ]
3275
+
3276
+ [[package]]
3277
+ name = "ripemd"
3278
+ version = "0.1.3"
3279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3280
+ checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"
3281
+ dependencies = [
3282
+ "digest",
3283
+ ]
3284
+
3285
+ [[package]]
3286
+ name = "rlp"
3287
+ version = "0.5.2"
3288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3289
+ checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"
3290
+ dependencies = [
3291
+ "bytes",
3292
+ "rlp-derive",
3293
+ "rustc-hex",
3294
+ ]
3295
+
3296
+ [[package]]
3297
+ name = "rlp-derive"
3298
+ version = "0.1.0"
3299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3300
+ checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"
3301
+ dependencies = [
3302
+ "proc-macro2",
3303
+ "quote",
3304
+ "syn 1.0.109",
3305
+ ]
3306
+
3307
+ [[package]]
3308
+ name = "rustc-demangle"
3309
+ version = "0.1.26"
3310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3311
+ checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
3312
+
3313
+ [[package]]
3314
+ name = "rustc-hash"
3315
+ version = "1.1.0"
3316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3317
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3318
+
3319
+ [[package]]
3320
+ name = "rustc-hex"
3321
+ version = "2.1.0"
3322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3323
+ checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"
3324
+
3325
+ [[package]]
3326
+ name = "rustc_version"
3327
+ version = "0.4.1"
3328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3329
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
3330
+ dependencies = [
3331
+ "semver",
3332
+ ]
3333
+
3334
+ [[package]]
3335
+ name = "rustix"
3336
+ version = "1.0.8"
3337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3338
+ checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
3339
+ dependencies = [
3340
+ "bitflags 2.9.1",
3341
+ "errno",
3342
+ "libc",
3343
+ "linux-raw-sys",
3344
+ "windows-sys 0.60.2",
3345
+ ]
3346
+
3347
+ [[package]]
3348
+ name = "rustls"
3349
+ version = "0.21.12"
3350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3351
+ checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
3352
+ dependencies = [
3353
+ "log",
3354
+ "ring 0.17.14",
3355
+ "rustls-webpki",
3356
+ "sct",
3357
+ ]
3358
+
3359
+ [[package]]
3360
+ name = "rustls-pemfile"
3361
+ version = "1.0.4"
3362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3363
+ checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
3364
+ dependencies = [
3365
+ "base64 0.21.7",
3366
+ ]
3367
+
3368
+ [[package]]
3369
+ name = "rustls-webpki"
3370
+ version = "0.101.7"
3371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3372
+ checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
3373
+ dependencies = [
3374
+ "ring 0.17.14",
3375
+ "untrusted 0.9.0",
3376
+ ]
3377
+
3378
+ [[package]]
3379
+ name = "rustversion"
3380
+ version = "1.0.21"
3381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3382
+ checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
3383
+
3384
+ [[package]]
3385
+ name = "ryu"
3386
+ version = "1.0.20"
3387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3388
+ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
3389
+
3390
+ [[package]]
3391
+ name = "salsa20"
3392
+ version = "0.10.2"
3393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3394
+ checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
3395
+ dependencies = [
3396
+ "cipher",
3397
+ ]
3398
+
3399
+ [[package]]
3400
+ name = "same-file"
3401
+ version = "1.0.6"
3402
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3403
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3404
+ dependencies = [
3405
+ "winapi-util",
3406
+ ]
3407
+
3408
+ [[package]]
3409
+ name = "scale-info"
3410
+ version = "2.11.6"
3411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3412
+ checksum = "346a3b32eba2640d17a9cb5927056b08f3de90f65b72fe09402c2ad07d684d0b"
3413
+ dependencies = [
3414
+ "cfg-if",
3415
+ "derive_more",
3416
+ "parity-scale-codec",
3417
+ "scale-info-derive",
3418
+ ]
3419
+
3420
+ [[package]]
3421
+ name = "scale-info-derive"
3422
+ version = "2.11.6"
3423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3424
+ checksum = "c6630024bf739e2179b91fb424b28898baf819414262c5d376677dbff1fe7ebf"
3425
+ dependencies = [
3426
+ "proc-macro-crate",
3427
+ "proc-macro2",
3428
+ "quote",
3429
+ "syn 2.0.104",
3430
+ ]
3431
+
3432
+ [[package]]
3433
+ name = "scopeguard"
3434
+ version = "1.2.0"
3435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3436
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3437
+
3438
+ [[package]]
3439
+ name = "scrypt"
3440
+ version = "0.10.0"
3441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3442
+ checksum = "9f9e24d2b632954ded8ab2ef9fea0a0c769ea56ea98bddbafbad22caeeadf45d"
3443
+ dependencies = [
3444
+ "hmac",
3445
+ "pbkdf2 0.11.0",
3446
+ "salsa20",
3447
+ "sha2",
3448
+ ]
3449
+
3450
+ [[package]]
3451
+ name = "sct"
3452
+ version = "0.7.1"
3453
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3454
+ checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
3455
+ dependencies = [
3456
+ "ring 0.17.14",
3457
+ "untrusted 0.9.0",
3458
+ ]
3459
+
3460
+ [[package]]
3461
+ name = "sec1"
3462
+ version = "0.7.3"
3463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3464
+ checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
3465
+ dependencies = [
3466
+ "base16ct",
3467
+ "der",
3468
+ "generic-array",
3469
+ "pkcs8",
3470
+ "subtle",
3471
+ "zeroize",
3472
+ ]
3473
+
3474
+ [[package]]
3475
+ name = "semver"
3476
+ version = "1.0.26"
3477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3478
+ checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
3479
+ dependencies = [
3480
+ "serde",
3481
+ ]
3482
+
3483
+ [[package]]
3484
+ name = "send_wrapper"
3485
+ version = "0.4.0"
3486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3487
+ checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0"
3488
+
3489
+ [[package]]
3490
+ name = "send_wrapper"
3491
+ version = "0.6.0"
3492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3493
+ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
3494
+
3495
+ [[package]]
3496
+ name = "serde"
3497
+ version = "1.0.228"
3498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3499
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
3500
+ dependencies = [
3501
+ "serde_core",
3502
+ "serde_derive",
3503
+ ]
3504
+
3505
+ [[package]]
3506
+ name = "serde_core"
3507
+ version = "1.0.228"
3508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3509
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
3510
+ dependencies = [
3511
+ "serde_derive",
3512
+ ]
3513
+
3514
+ [[package]]
3515
+ name = "serde_derive"
3516
+ version = "1.0.228"
3517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3518
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
3519
+ dependencies = [
3520
+ "proc-macro2",
3521
+ "quote",
3522
+ "syn 2.0.104",
3523
+ ]
3524
+
3525
+ [[package]]
3526
+ name = "serde_json"
3527
+ version = "1.0.142"
3528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3529
+ checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7"
3530
+ dependencies = [
3531
+ "itoa",
3532
+ "memchr",
3533
+ "ryu",
3534
+ "serde",
3535
+ ]
3536
+
3537
+ [[package]]
3538
+ name = "serde_spanned"
3539
+ version = "0.6.9"
3540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3541
+ checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
3542
+ dependencies = [
3543
+ "serde",
3544
+ ]
3545
+
3546
+ [[package]]
3547
+ name = "serde_urlencoded"
3548
+ version = "0.7.1"
3549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3550
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3551
+ dependencies = [
3552
+ "form_urlencoded",
3553
+ "itoa",
3554
+ "ryu",
3555
+ "serde",
3556
+ ]
3557
+
3558
+ [[package]]
3559
+ name = "sha1"
3560
+ version = "0.10.6"
3561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3562
+ checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3563
+ dependencies = [
3564
+ "cfg-if",
3565
+ "cpufeatures",
3566
+ "digest",
3567
+ ]
3568
+
3569
+ [[package]]
3570
+ name = "sha2"
3571
+ version = "0.10.9"
3572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3573
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3574
+ dependencies = [
3575
+ "cfg-if",
3576
+ "cpufeatures",
3577
+ "digest",
3578
+ ]
3579
+
3580
+ [[package]]
3581
+ name = "sha3"
3582
+ version = "0.10.8"
3583
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3584
+ checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
3585
+ dependencies = [
3586
+ "digest",
3587
+ "keccak",
3588
+ ]
3589
+
3590
+ [[package]]
3591
+ name = "shlex"
3592
+ version = "1.3.0"
3593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3594
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3595
+
3596
+ [[package]]
3597
+ name = "signature"
3598
+ version = "2.2.0"
3599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3600
+ checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
3601
+ dependencies = [
3602
+ "digest",
3603
+ "rand_core 0.6.4",
3604
+ ]
3605
+
3606
+ [[package]]
3607
+ name = "simple_asn1"
3608
+ version = "0.6.3"
3609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3610
+ checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
3611
+ dependencies = [
3612
+ "num-bigint",
3613
+ "num-traits",
3614
+ "thiserror 2.0.12",
3615
+ "time",
3616
+ ]
3617
+
3618
+ [[package]]
3619
+ name = "siphasher"
3620
+ version = "1.0.1"
3621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3622
+ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
3623
+
3624
+ [[package]]
3625
+ name = "skeptic"
3626
+ version = "0.13.7"
3627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3628
+ checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8"
3629
+ dependencies = [
3630
+ "bytecount",
3631
+ "cargo_metadata 0.14.2",
3632
+ "error-chain",
3633
+ "glob",
3634
+ "pulldown-cmark",
3635
+ "tempfile",
3636
+ "walkdir",
3637
+ ]
3638
+
3639
+ [[package]]
3640
+ name = "slab"
3641
+ version = "0.4.10"
3642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3643
+ checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
3644
+
3645
+ [[package]]
3646
+ name = "smallvec"
3647
+ version = "1.15.1"
3648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3649
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
3650
+
3651
+ [[package]]
3652
+ name = "socket2"
3653
+ version = "0.5.10"
3654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3655
+ checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
3656
+ dependencies = [
3657
+ "libc",
3658
+ "windows-sys 0.52.0",
3659
+ ]
3660
+
3661
+ [[package]]
3662
+ name = "socket2"
3663
+ version = "0.6.0"
3664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3665
+ checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
3666
+ dependencies = [
3667
+ "libc",
3668
+ "windows-sys 0.59.0",
3669
+ ]
3670
+
3671
+ [[package]]
3672
+ name = "solang-parser"
3673
+ version = "0.3.3"
3674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3675
+ checksum = "c425ce1c59f4b154717592f0bdf4715c3a1d55058883622d3157e1f0908a5b26"
3676
+ dependencies = [
3677
+ "itertools",
3678
+ "lalrpop",
3679
+ "lalrpop-util",
3680
+ "phf 0.11.3",
3681
+ "thiserror 1.0.69",
3682
+ "unicode-xid",
3683
+ ]
3684
+
3685
+ [[package]]
3686
+ name = "spin"
3687
+ version = "0.5.2"
3688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3689
+ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
3690
+
3691
+ [[package]]
3692
+ name = "spki"
3693
+ version = "0.7.3"
3694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3695
+ checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
3696
+ dependencies = [
3697
+ "base64ct",
3698
+ "der",
3699
+ ]
3700
+
3701
+ [[package]]
3702
+ name = "stable_deref_trait"
3703
+ version = "1.2.0"
3704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3705
+ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
3706
+
3707
+ [[package]]
3708
+ name = "static_assertions"
3709
+ version = "1.1.0"
3710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3711
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3712
+
3713
+ [[package]]
3714
+ name = "string_cache"
3715
+ version = "0.8.9"
3716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3717
+ checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
3718
+ dependencies = [
3719
+ "new_debug_unreachable",
3720
+ "parking_lot",
3721
+ "phf_shared 0.11.3",
3722
+ "precomputed-hash",
3723
+ ]
3724
+
3725
+ [[package]]
3726
+ name = "strum"
3727
+ version = "0.26.3"
3728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3729
+ checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
3730
+ dependencies = [
3731
+ "strum_macros",
3732
+ ]
3733
+
3734
+ [[package]]
3735
+ name = "strum_macros"
3736
+ version = "0.26.4"
3737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3738
+ checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
3739
+ dependencies = [
3740
+ "heck",
3741
+ "proc-macro2",
3742
+ "quote",
3743
+ "rustversion",
3744
+ "syn 2.0.104",
3745
+ ]
3746
+
3747
+ [[package]]
3748
+ name = "subtle"
3749
+ version = "2.6.1"
3750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3751
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
3752
+
3753
+ [[package]]
3754
+ name = "svm-rs"
3755
+ version = "0.3.5"
3756
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3757
+ checksum = "11297baafe5fa0c99d5722458eac6a5e25c01eb1b8e5cd137f54079093daa7a4"
3758
+ dependencies = [
3759
+ "dirs",
3760
+ "fs2",
3761
+ "hex",
3762
+ "once_cell",
3763
+ "reqwest",
3764
+ "semver",
3765
+ "serde",
3766
+ "serde_json",
3767
+ "sha2",
3768
+ "thiserror 1.0.69",
3769
+ "url",
3770
+ "zip",
3771
+ ]
3772
+
3773
+ [[package]]
3774
+ name = "syn"
3775
+ version = "1.0.109"
3776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3777
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3778
+ dependencies = [
3779
+ "proc-macro2",
3780
+ "quote",
3781
+ "unicode-ident",
3782
+ ]
3783
+
3784
+ [[package]]
3785
+ name = "syn"
3786
+ version = "2.0.104"
3787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3788
+ checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
3789
+ dependencies = [
3790
+ "proc-macro2",
3791
+ "quote",
3792
+ "unicode-ident",
3793
+ ]
3794
+
3795
+ [[package]]
3796
+ name = "sync_wrapper"
3797
+ version = "0.1.2"
3798
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3799
+ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
3800
+
3801
+ [[package]]
3802
+ name = "synstructure"
3803
+ version = "0.13.2"
3804
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3805
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3806
+ dependencies = [
3807
+ "proc-macro2",
3808
+ "quote",
3809
+ "syn 2.0.104",
3810
+ ]
3811
+
3812
+ [[package]]
3813
+ name = "system-configuration"
3814
+ version = "0.5.1"
3815
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3816
+ checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
3817
+ dependencies = [
3818
+ "bitflags 1.3.2",
3819
+ "core-foundation",
3820
+ "system-configuration-sys",
3821
+ ]
3822
+
3823
+ [[package]]
3824
+ name = "system-configuration-sys"
3825
+ version = "0.5.0"
3826
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3827
+ checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
3828
+ dependencies = [
3829
+ "core-foundation-sys",
3830
+ "libc",
3831
+ ]
3832
+
3833
+ [[package]]
3834
+ name = "tagptr"
3835
+ version = "0.2.0"
3836
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3837
+ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
3838
+
3839
+ [[package]]
3840
+ name = "tap"
3841
+ version = "1.0.1"
3842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3843
+ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
3844
+
3845
+ [[package]]
3846
+ name = "target-lexicon"
3847
+ version = "0.12.16"
3848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3849
+ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
3850
+
3851
+ [[package]]
3852
+ name = "tempfile"
3853
+ version = "3.20.0"
3854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3855
+ checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
3856
+ dependencies = [
3857
+ "fastrand",
3858
+ "getrandom 0.3.3",
3859
+ "once_cell",
3860
+ "rustix",
3861
+ "windows-sys 0.59.0",
3862
+ ]
3863
+
3864
+ [[package]]
3865
+ name = "term"
3866
+ version = "0.7.0"
3867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3868
+ checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
3869
+ dependencies = [
3870
+ "dirs-next",
3871
+ "rustversion",
3872
+ "winapi",
3873
+ ]
3874
+
3875
+ [[package]]
3876
+ name = "thiserror"
3877
+ version = "1.0.69"
3878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3879
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3880
+ dependencies = [
3881
+ "thiserror-impl 1.0.69",
3882
+ ]
3883
+
3884
+ [[package]]
3885
+ name = "thiserror"
3886
+ version = "2.0.12"
3887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3888
+ checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
3889
+ dependencies = [
3890
+ "thiserror-impl 2.0.12",
3891
+ ]
3892
+
3893
+ [[package]]
3894
+ name = "thiserror-impl"
3895
+ version = "1.0.69"
3896
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3897
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3898
+ dependencies = [
3899
+ "proc-macro2",
3900
+ "quote",
3901
+ "syn 2.0.104",
3902
+ ]
3903
+
3904
+ [[package]]
3905
+ name = "thiserror-impl"
3906
+ version = "2.0.12"
3907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3908
+ checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
3909
+ dependencies = [
3910
+ "proc-macro2",
3911
+ "quote",
3912
+ "syn 2.0.104",
3913
+ ]
3914
+
3915
+ [[package]]
3916
+ name = "time"
3917
+ version = "0.3.41"
3918
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3919
+ checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
3920
+ dependencies = [
3921
+ "deranged",
3922
+ "itoa",
3923
+ "num-conv",
3924
+ "powerfmt",
3925
+ "serde",
3926
+ "time-core",
3927
+ "time-macros",
3928
+ ]
3929
+
3930
+ [[package]]
3931
+ name = "time-core"
3932
+ version = "0.1.4"
3933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3934
+ checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
3935
+
3936
+ [[package]]
3937
+ name = "time-macros"
3938
+ version = "0.2.22"
3939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3940
+ checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
3941
+ dependencies = [
3942
+ "num-conv",
3943
+ "time-core",
3944
+ ]
3945
+
3946
+ [[package]]
3947
+ name = "tiny-keccak"
3948
+ version = "2.0.2"
3949
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3950
+ checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
3951
+ dependencies = [
3952
+ "crunchy",
3953
+ ]
3954
+
3955
+ [[package]]
3956
+ name = "tinystr"
3957
+ version = "0.8.1"
3958
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3959
+ checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
3960
+ dependencies = [
3961
+ "displaydoc",
3962
+ "zerovec",
3963
+ ]
3964
+
3965
+ [[package]]
3966
+ name = "tinyvec"
3967
+ version = "1.9.0"
3968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3969
+ checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
3970
+ dependencies = [
3971
+ "tinyvec_macros",
3972
+ ]
3973
+
3974
+ [[package]]
3975
+ name = "tinyvec_macros"
3976
+ version = "0.1.1"
3977
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3978
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3979
+
3980
+ [[package]]
3981
+ name = "tokio"
3982
+ version = "1.47.1"
3983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3984
+ checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
3985
+ dependencies = [
3986
+ "backtrace",
3987
+ "bytes",
3988
+ "io-uring",
3989
+ "libc",
3990
+ "mio",
3991
+ "pin-project-lite",
3992
+ "slab",
3993
+ "socket2 0.6.0",
3994
+ "windows-sys 0.59.0",
3995
+ ]
3996
+
3997
+ [[package]]
3998
+ name = "tokio-rustls"
3999
+ version = "0.24.1"
4000
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4001
+ checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
4002
+ dependencies = [
4003
+ "rustls",
4004
+ "tokio",
4005
+ ]
4006
+
4007
+ [[package]]
4008
+ name = "tokio-tungstenite"
4009
+ version = "0.20.1"
4010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4011
+ checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
4012
+ dependencies = [
4013
+ "futures-util",
4014
+ "log",
4015
+ "rustls",
4016
+ "tokio",
4017
+ "tokio-rustls",
4018
+ "tungstenite",
4019
+ "webpki-roots",
4020
+ ]
4021
+
4022
+ [[package]]
4023
+ name = "tokio-util"
4024
+ version = "0.7.16"
4025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4026
+ checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
4027
+ dependencies = [
4028
+ "bytes",
4029
+ "futures-core",
4030
+ "futures-sink",
4031
+ "pin-project-lite",
4032
+ "tokio",
4033
+ ]
4034
+
4035
+ [[package]]
4036
+ name = "toml"
4037
+ version = "0.8.23"
4038
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4039
+ checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
4040
+ dependencies = [
4041
+ "serde",
4042
+ "serde_spanned",
4043
+ "toml_datetime",
4044
+ "toml_edit",
4045
+ ]
4046
+
4047
+ [[package]]
4048
+ name = "toml_datetime"
4049
+ version = "0.6.11"
4050
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4051
+ checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
4052
+ dependencies = [
4053
+ "serde",
4054
+ ]
4055
+
4056
+ [[package]]
4057
+ name = "toml_edit"
4058
+ version = "0.22.27"
4059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4060
+ checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
4061
+ dependencies = [
4062
+ "indexmap",
4063
+ "serde",
4064
+ "serde_spanned",
4065
+ "toml_datetime",
4066
+ "toml_write",
4067
+ "winnow",
4068
+ ]
4069
+
4070
+ [[package]]
4071
+ name = "toml_write"
4072
+ version = "0.1.2"
4073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4074
+ checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
4075
+
4076
+ [[package]]
4077
+ name = "tower-service"
4078
+ version = "0.3.3"
4079
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4080
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
4081
+
4082
+ [[package]]
4083
+ name = "tracing"
4084
+ version = "0.1.41"
4085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4086
+ checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
4087
+ dependencies = [
4088
+ "pin-project-lite",
4089
+ "tracing-attributes",
4090
+ "tracing-core",
4091
+ ]
4092
+
4093
+ [[package]]
4094
+ name = "tracing-attributes"
4095
+ version = "0.1.30"
4096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4097
+ checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
4098
+ dependencies = [
4099
+ "proc-macro2",
4100
+ "quote",
4101
+ "syn 2.0.104",
4102
+ ]
4103
+
4104
+ [[package]]
4105
+ name = "tracing-core"
4106
+ version = "0.1.34"
4107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4108
+ checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
4109
+ dependencies = [
4110
+ "once_cell",
4111
+ ]
4112
+
4113
+ [[package]]
4114
+ name = "tracing-futures"
4115
+ version = "0.2.5"
4116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4117
+ checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
4118
+ dependencies = [
4119
+ "pin-project",
4120
+ "tracing",
4121
+ ]
4122
+
4123
+ [[package]]
4124
+ name = "triomphe"
4125
+ version = "0.1.15"
4126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4127
+ checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
4128
+
4129
+ [[package]]
4130
+ name = "try-lock"
4131
+ version = "0.2.5"
4132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4133
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
4134
+
4135
+ [[package]]
4136
+ name = "tungstenite"
4137
+ version = "0.20.1"
4138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4139
+ checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
4140
+ dependencies = [
4141
+ "byteorder",
4142
+ "bytes",
4143
+ "data-encoding",
4144
+ "http",
4145
+ "httparse",
4146
+ "log",
4147
+ "rand 0.8.5",
4148
+ "rustls",
4149
+ "sha1",
4150
+ "thiserror 1.0.69",
4151
+ "url",
4152
+ "utf-8",
4153
+ ]
4154
+
4155
+ [[package]]
4156
+ name = "twox-hash"
4157
+ version = "1.6.3"
4158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4159
+ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
4160
+ dependencies = [
4161
+ "cfg-if",
4162
+ "rand 0.8.5",
4163
+ "static_assertions",
4164
+ ]
4165
+
4166
+ [[package]]
4167
+ name = "typenum"
4168
+ version = "1.18.0"
4169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4170
+ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
4171
+
4172
+ [[package]]
4173
+ name = "uint"
4174
+ version = "0.9.5"
4175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4176
+ checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"
4177
+ dependencies = [
4178
+ "byteorder",
4179
+ "crunchy",
4180
+ "hex",
4181
+ "static_assertions",
4182
+ ]
4183
+
4184
+ [[package]]
4185
+ name = "unarray"
4186
+ version = "0.1.4"
4187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4188
+ checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
4189
+
4190
+ [[package]]
4191
+ name = "unicase"
4192
+ version = "2.9.0"
4193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4194
+ checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
4195
+
4196
+ [[package]]
4197
+ name = "unicode-ident"
4198
+ version = "1.0.18"
4199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4200
+ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
4201
+
4202
+ [[package]]
4203
+ name = "unicode-xid"
4204
+ version = "0.2.6"
4205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4206
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
4207
+
4208
+ [[package]]
4209
+ name = "unindent"
4210
+ version = "0.2.4"
4211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4212
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
4213
+
4214
+ [[package]]
4215
+ name = "untrusted"
4216
+ version = "0.7.1"
4217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4218
+ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
4219
+
4220
+ [[package]]
4221
+ name = "untrusted"
4222
+ version = "0.9.0"
4223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4224
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
4225
+
4226
+ [[package]]
4227
+ name = "url"
4228
+ version = "2.5.4"
4229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4230
+ checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
4231
+ dependencies = [
4232
+ "form_urlencoded",
4233
+ "idna",
4234
+ "percent-encoding",
4235
+ ]
4236
+
4237
+ [[package]]
4238
+ name = "utf-8"
4239
+ version = "0.7.6"
4240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4241
+ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
4242
+
4243
+ [[package]]
4244
+ name = "utf8_iter"
4245
+ version = "1.0.4"
4246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4247
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
4248
+
4249
+ [[package]]
4250
+ name = "uuid"
4251
+ version = "0.8.2"
4252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4253
+ checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
4254
+ dependencies = [
4255
+ "getrandom 0.2.16",
4256
+ "serde",
4257
+ ]
4258
+
4259
+ [[package]]
4260
+ name = "version_check"
4261
+ version = "0.9.5"
4262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4263
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
4264
+
4265
+ [[package]]
4266
+ name = "walkdir"
4267
+ version = "2.5.0"
4268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4269
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4270
+ dependencies = [
4271
+ "same-file",
4272
+ "winapi-util",
4273
+ ]
4274
+
4275
+ [[package]]
4276
+ name = "want"
4277
+ version = "0.3.1"
4278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4279
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4280
+ dependencies = [
4281
+ "try-lock",
4282
+ ]
4283
+
4284
+ [[package]]
4285
+ name = "wasi"
4286
+ version = "0.11.1+wasi-snapshot-preview1"
4287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4288
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
4289
+
4290
+ [[package]]
4291
+ name = "wasi"
4292
+ version = "0.14.2+wasi-0.2.4"
4293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4294
+ checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
4295
+ dependencies = [
4296
+ "wit-bindgen-rt",
4297
+ ]
4298
+
4299
+ [[package]]
4300
+ name = "wasm-bindgen"
4301
+ version = "0.2.100"
4302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4303
+ checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
4304
+ dependencies = [
4305
+ "cfg-if",
4306
+ "once_cell",
4307
+ "rustversion",
4308
+ "wasm-bindgen-macro",
4309
+ ]
4310
+
4311
+ [[package]]
4312
+ name = "wasm-bindgen-backend"
4313
+ version = "0.2.100"
4314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4315
+ checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
4316
+ dependencies = [
4317
+ "bumpalo",
4318
+ "log",
4319
+ "proc-macro2",
4320
+ "quote",
4321
+ "syn 2.0.104",
4322
+ "wasm-bindgen-shared",
4323
+ ]
4324
+
4325
+ [[package]]
4326
+ name = "wasm-bindgen-futures"
4327
+ version = "0.4.50"
4328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4329
+ checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
4330
+ dependencies = [
4331
+ "cfg-if",
4332
+ "js-sys",
4333
+ "once_cell",
4334
+ "wasm-bindgen",
4335
+ "web-sys",
4336
+ ]
4337
+
4338
+ [[package]]
4339
+ name = "wasm-bindgen-macro"
4340
+ version = "0.2.100"
4341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4342
+ checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
4343
+ dependencies = [
4344
+ "quote",
4345
+ "wasm-bindgen-macro-support",
4346
+ ]
4347
+
4348
+ [[package]]
4349
+ name = "wasm-bindgen-macro-support"
4350
+ version = "0.2.100"
4351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4352
+ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
4353
+ dependencies = [
4354
+ "proc-macro2",
4355
+ "quote",
4356
+ "syn 2.0.104",
4357
+ "wasm-bindgen-backend",
4358
+ "wasm-bindgen-shared",
4359
+ ]
4360
+
4361
+ [[package]]
4362
+ name = "wasm-bindgen-shared"
4363
+ version = "0.2.100"
4364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4365
+ checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
4366
+ dependencies = [
4367
+ "unicode-ident",
4368
+ ]
4369
+
4370
+ [[package]]
4371
+ name = "web-sys"
4372
+ version = "0.3.77"
4373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4374
+ checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
4375
+ dependencies = [
4376
+ "js-sys",
4377
+ "wasm-bindgen",
4378
+ ]
4379
+
4380
+ [[package]]
4381
+ name = "webpki-roots"
4382
+ version = "0.25.4"
4383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4384
+ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
4385
+
4386
+ [[package]]
4387
+ name = "winapi"
4388
+ version = "0.3.9"
4389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4390
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4391
+ dependencies = [
4392
+ "winapi-i686-pc-windows-gnu",
4393
+ "winapi-x86_64-pc-windows-gnu",
4394
+ ]
4395
+
4396
+ [[package]]
4397
+ name = "winapi-i686-pc-windows-gnu"
4398
+ version = "0.4.0"
4399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4400
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4401
+
4402
+ [[package]]
4403
+ name = "winapi-util"
4404
+ version = "0.1.9"
4405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4406
+ checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
4407
+ dependencies = [
4408
+ "windows-sys 0.59.0",
4409
+ ]
4410
+
4411
+ [[package]]
4412
+ name = "winapi-x86_64-pc-windows-gnu"
4413
+ version = "0.4.0"
4414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4415
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4416
+
4417
+ [[package]]
4418
+ name = "windows-core"
4419
+ version = "0.62.2"
4420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4421
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
4422
+ dependencies = [
4423
+ "windows-implement",
4424
+ "windows-interface",
4425
+ "windows-link 0.2.1",
4426
+ "windows-result",
4427
+ "windows-strings",
4428
+ ]
4429
+
4430
+ [[package]]
4431
+ name = "windows-implement"
4432
+ version = "0.60.2"
4433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4434
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
4435
+ dependencies = [
4436
+ "proc-macro2",
4437
+ "quote",
4438
+ "syn 2.0.104",
4439
+ ]
4440
+
4441
+ [[package]]
4442
+ name = "windows-interface"
4443
+ version = "0.59.3"
4444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4445
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
4446
+ dependencies = [
4447
+ "proc-macro2",
4448
+ "quote",
4449
+ "syn 2.0.104",
4450
+ ]
4451
+
4452
+ [[package]]
4453
+ name = "windows-link"
4454
+ version = "0.1.3"
4455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4456
+ checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
4457
+
4458
+ [[package]]
4459
+ name = "windows-link"
4460
+ version = "0.2.1"
4461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4462
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
4463
+
4464
+ [[package]]
4465
+ name = "windows-result"
4466
+ version = "0.4.1"
4467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4468
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
4469
+ dependencies = [
4470
+ "windows-link 0.2.1",
4471
+ ]
4472
+
4473
+ [[package]]
4474
+ name = "windows-strings"
4475
+ version = "0.5.1"
4476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4477
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
4478
+ dependencies = [
4479
+ "windows-link 0.2.1",
4480
+ ]
4481
+
4482
+ [[package]]
4483
+ name = "windows-sys"
4484
+ version = "0.48.0"
4485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4486
+ checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
4487
+ dependencies = [
4488
+ "windows-targets 0.48.5",
4489
+ ]
4490
+
4491
+ [[package]]
4492
+ name = "windows-sys"
4493
+ version = "0.52.0"
4494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4495
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4496
+ dependencies = [
4497
+ "windows-targets 0.52.6",
4498
+ ]
4499
+
4500
+ [[package]]
4501
+ name = "windows-sys"
4502
+ version = "0.59.0"
4503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4504
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
4505
+ dependencies = [
4506
+ "windows-targets 0.52.6",
4507
+ ]
4508
+
4509
+ [[package]]
4510
+ name = "windows-sys"
4511
+ version = "0.60.2"
4512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4513
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
4514
+ dependencies = [
4515
+ "windows-targets 0.53.3",
4516
+ ]
4517
+
4518
+ [[package]]
4519
+ name = "windows-targets"
4520
+ version = "0.48.5"
4521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4522
+ checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
4523
+ dependencies = [
4524
+ "windows_aarch64_gnullvm 0.48.5",
4525
+ "windows_aarch64_msvc 0.48.5",
4526
+ "windows_i686_gnu 0.48.5",
4527
+ "windows_i686_msvc 0.48.5",
4528
+ "windows_x86_64_gnu 0.48.5",
4529
+ "windows_x86_64_gnullvm 0.48.5",
4530
+ "windows_x86_64_msvc 0.48.5",
4531
+ ]
4532
+
4533
+ [[package]]
4534
+ name = "windows-targets"
4535
+ version = "0.52.6"
4536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4537
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4538
+ dependencies = [
4539
+ "windows_aarch64_gnullvm 0.52.6",
4540
+ "windows_aarch64_msvc 0.52.6",
4541
+ "windows_i686_gnu 0.52.6",
4542
+ "windows_i686_gnullvm 0.52.6",
4543
+ "windows_i686_msvc 0.52.6",
4544
+ "windows_x86_64_gnu 0.52.6",
4545
+ "windows_x86_64_gnullvm 0.52.6",
4546
+ "windows_x86_64_msvc 0.52.6",
4547
+ ]
4548
+
4549
+ [[package]]
4550
+ name = "windows-targets"
4551
+ version = "0.53.3"
4552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4553
+ checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
4554
+ dependencies = [
4555
+ "windows-link 0.1.3",
4556
+ "windows_aarch64_gnullvm 0.53.0",
4557
+ "windows_aarch64_msvc 0.53.0",
4558
+ "windows_i686_gnu 0.53.0",
4559
+ "windows_i686_gnullvm 0.53.0",
4560
+ "windows_i686_msvc 0.53.0",
4561
+ "windows_x86_64_gnu 0.53.0",
4562
+ "windows_x86_64_gnullvm 0.53.0",
4563
+ "windows_x86_64_msvc 0.53.0",
4564
+ ]
4565
+
4566
+ [[package]]
4567
+ name = "windows_aarch64_gnullvm"
4568
+ version = "0.48.5"
4569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4570
+ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
4571
+
4572
+ [[package]]
4573
+ name = "windows_aarch64_gnullvm"
4574
+ version = "0.52.6"
4575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4576
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4577
+
4578
+ [[package]]
4579
+ name = "windows_aarch64_gnullvm"
4580
+ version = "0.53.0"
4581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4582
+ checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
4583
+
4584
+ [[package]]
4585
+ name = "windows_aarch64_msvc"
4586
+ version = "0.48.5"
4587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4588
+ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
4589
+
4590
+ [[package]]
4591
+ name = "windows_aarch64_msvc"
4592
+ version = "0.52.6"
4593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4594
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4595
+
4596
+ [[package]]
4597
+ name = "windows_aarch64_msvc"
4598
+ version = "0.53.0"
4599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4600
+ checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
4601
+
4602
+ [[package]]
4603
+ name = "windows_i686_gnu"
4604
+ version = "0.48.5"
4605
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4606
+ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
4607
+
4608
+ [[package]]
4609
+ name = "windows_i686_gnu"
4610
+ version = "0.52.6"
4611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4612
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4613
+
4614
+ [[package]]
4615
+ name = "windows_i686_gnu"
4616
+ version = "0.53.0"
4617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4618
+ checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
4619
+
4620
+ [[package]]
4621
+ name = "windows_i686_gnullvm"
4622
+ version = "0.52.6"
4623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4624
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4625
+
4626
+ [[package]]
4627
+ name = "windows_i686_gnullvm"
4628
+ version = "0.53.0"
4629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4630
+ checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
4631
+
4632
+ [[package]]
4633
+ name = "windows_i686_msvc"
4634
+ version = "0.48.5"
4635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4636
+ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
4637
+
4638
+ [[package]]
4639
+ name = "windows_i686_msvc"
4640
+ version = "0.52.6"
4641
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4642
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4643
+
4644
+ [[package]]
4645
+ name = "windows_i686_msvc"
4646
+ version = "0.53.0"
4647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4648
+ checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
4649
+
4650
+ [[package]]
4651
+ name = "windows_x86_64_gnu"
4652
+ version = "0.48.5"
4653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4654
+ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
4655
+
4656
+ [[package]]
4657
+ name = "windows_x86_64_gnu"
4658
+ version = "0.52.6"
4659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4660
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4661
+
4662
+ [[package]]
4663
+ name = "windows_x86_64_gnu"
4664
+ version = "0.53.0"
4665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4666
+ checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
4667
+
4668
+ [[package]]
4669
+ name = "windows_x86_64_gnullvm"
4670
+ version = "0.48.5"
4671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4672
+ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
4673
+
4674
+ [[package]]
4675
+ name = "windows_x86_64_gnullvm"
4676
+ version = "0.52.6"
4677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4678
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4679
+
4680
+ [[package]]
4681
+ name = "windows_x86_64_gnullvm"
4682
+ version = "0.53.0"
4683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4684
+ checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
4685
+
4686
+ [[package]]
4687
+ name = "windows_x86_64_msvc"
4688
+ version = "0.48.5"
4689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4690
+ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
4691
+
4692
+ [[package]]
4693
+ name = "windows_x86_64_msvc"
4694
+ version = "0.52.6"
4695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4696
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4697
+
4698
+ [[package]]
4699
+ name = "windows_x86_64_msvc"
4700
+ version = "0.53.0"
4701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4702
+ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
4703
+
4704
+ [[package]]
4705
+ name = "winnow"
4706
+ version = "0.7.12"
4707
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4708
+ checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95"
4709
+ dependencies = [
4710
+ "memchr",
4711
+ ]
4712
+
4713
+ [[package]]
4714
+ name = "winreg"
4715
+ version = "0.50.0"
4716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4717
+ checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
4718
+ dependencies = [
4719
+ "cfg-if",
4720
+ "windows-sys 0.48.0",
4721
+ ]
4722
+
4723
+ [[package]]
4724
+ name = "wit-bindgen-rt"
4725
+ version = "0.39.0"
4726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4727
+ checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
4728
+ dependencies = [
4729
+ "bitflags 2.9.1",
4730
+ ]
4731
+
4732
+ [[package]]
4733
+ name = "writeable"
4734
+ version = "0.6.1"
4735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4736
+ checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
4737
+
4738
+ [[package]]
4739
+ name = "ws_stream_wasm"
4740
+ version = "0.7.5"
4741
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4742
+ checksum = "6c173014acad22e83f16403ee360115b38846fe754e735c5d9d3803fe70c6abc"
4743
+ dependencies = [
4744
+ "async_io_stream",
4745
+ "futures",
4746
+ "js-sys",
4747
+ "log",
4748
+ "pharos",
4749
+ "rustc_version",
4750
+ "send_wrapper 0.6.0",
4751
+ "thiserror 2.0.12",
4752
+ "wasm-bindgen",
4753
+ "wasm-bindgen-futures",
4754
+ "web-sys",
4755
+ ]
4756
+
4757
+ [[package]]
4758
+ name = "wyz"
4759
+ version = "0.5.1"
4760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4761
+ checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
4762
+ dependencies = [
4763
+ "tap",
4764
+ ]
4765
+
4766
+ [[package]]
4767
+ name = "yansi"
4768
+ version = "0.5.1"
4769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4770
+ checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
4771
+
4772
+ [[package]]
4773
+ name = "yoke"
4774
+ version = "0.8.0"
4775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4776
+ checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
4777
+ dependencies = [
4778
+ "serde",
4779
+ "stable_deref_trait",
4780
+ "yoke-derive",
4781
+ "zerofrom",
4782
+ ]
4783
+
4784
+ [[package]]
4785
+ name = "yoke-derive"
4786
+ version = "0.8.0"
4787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4788
+ checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
4789
+ dependencies = [
4790
+ "proc-macro2",
4791
+ "quote",
4792
+ "syn 2.0.104",
4793
+ "synstructure",
4794
+ ]
4795
+
4796
+ [[package]]
4797
+ name = "zerocopy"
4798
+ version = "0.8.26"
4799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4800
+ checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
4801
+ dependencies = [
4802
+ "zerocopy-derive",
4803
+ ]
4804
+
4805
+ [[package]]
4806
+ name = "zerocopy-derive"
4807
+ version = "0.8.26"
4808
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4809
+ checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
4810
+ dependencies = [
4811
+ "proc-macro2",
4812
+ "quote",
4813
+ "syn 2.0.104",
4814
+ ]
4815
+
4816
+ [[package]]
4817
+ name = "zerofrom"
4818
+ version = "0.1.6"
4819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4820
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
4821
+ dependencies = [
4822
+ "zerofrom-derive",
4823
+ ]
4824
+
4825
+ [[package]]
4826
+ name = "zerofrom-derive"
4827
+ version = "0.1.6"
4828
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4829
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
4830
+ dependencies = [
4831
+ "proc-macro2",
4832
+ "quote",
4833
+ "syn 2.0.104",
4834
+ "synstructure",
4835
+ ]
4836
+
4837
+ [[package]]
4838
+ name = "zeroize"
4839
+ version = "1.8.1"
4840
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4841
+ checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
4842
+
4843
+ [[package]]
4844
+ name = "zerotrie"
4845
+ version = "0.2.2"
4846
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4847
+ checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
4848
+ dependencies = [
4849
+ "displaydoc",
4850
+ "yoke",
4851
+ "zerofrom",
4852
+ ]
4853
+
4854
+ [[package]]
4855
+ name = "zerovec"
4856
+ version = "0.11.2"
4857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4858
+ checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
4859
+ dependencies = [
4860
+ "yoke",
4861
+ "zerofrom",
4862
+ "zerovec-derive",
4863
+ ]
4864
+
4865
+ [[package]]
4866
+ name = "zerovec-derive"
4867
+ version = "0.11.1"
4868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4869
+ checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
4870
+ dependencies = [
4871
+ "proc-macro2",
4872
+ "quote",
4873
+ "syn 2.0.104",
4874
+ ]
4875
+
4876
+ [[package]]
4877
+ name = "zip"
4878
+ version = "0.6.6"
4879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4880
+ checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
4881
+ dependencies = [
4882
+ "aes",
4883
+ "byteorder",
4884
+ "bzip2",
4885
+ "constant_time_eq",
4886
+ "crc32fast",
4887
+ "crossbeam-utils",
4888
+ "flate2",
4889
+ "hmac",
4890
+ "pbkdf2 0.11.0",
4891
+ "sha1",
4892
+ "time",
4893
+ "zstd",
4894
+ ]
4895
+
4896
+ [[package]]
4897
+ name = "zstd"
4898
+ version = "0.11.2+zstd.1.5.2"
4899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4900
+ checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
4901
+ dependencies = [
4902
+ "zstd-safe",
4903
+ ]
4904
+
4905
+ [[package]]
4906
+ name = "zstd-safe"
4907
+ version = "5.0.2+zstd.1.5.2"
4908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4909
+ checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
4910
+ dependencies = [
4911
+ "libc",
4912
+ "zstd-sys",
4913
+ ]
4914
+
4915
+ [[package]]
4916
+ name = "zstd-sys"
4917
+ version = "2.0.15+zstd.1.5.7"
4918
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4919
+ checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
4920
+ dependencies = [
4921
+ "cc",
4922
+ "pkg-config",
4923
+ ]