master

Master Thesis code
git clone git://popovic.xyz/master.git
Log | Files | Refs | README | LICENSE

Cargo.lock (111772B)


      1 # This file is automatically @generated by Cargo.
      2 # It is not intended for manual editing.
      3 version = 4
      4 
      5 [[package]]
      6 name = "addr2line"
      7 version = "0.24.2"
      8 source = "registry+https://github.com/rust-lang/crates.io-index"
      9 checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
     10 dependencies = [
     11  "gimli",
     12 ]
     13 
     14 [[package]]
     15 name = "adler2"
     16 version = "2.0.0"
     17 source = "registry+https://github.com/rust-lang/crates.io-index"
     18 checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
     19 
     20 [[package]]
     21 name = "ahash"
     22 version = "0.8.11"
     23 source = "registry+https://github.com/rust-lang/crates.io-index"
     24 checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
     25 dependencies = [
     26  "cfg-if",
     27  "const-random",
     28  "getrandom",
     29  "once_cell",
     30  "version_check",
     31  "zerocopy",
     32 ]
     33 
     34 [[package]]
     35 name = "aho-corasick"
     36 version = "1.1.3"
     37 source = "registry+https://github.com/rust-lang/crates.io-index"
     38 checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
     39 dependencies = [
     40  "memchr",
     41 ]
     42 
     43 [[package]]
     44 name = "alloc-no-stdlib"
     45 version = "2.0.4"
     46 source = "registry+https://github.com/rust-lang/crates.io-index"
     47 checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
     48 
     49 [[package]]
     50 name = "alloc-stdlib"
     51 version = "0.2.2"
     52 source = "registry+https://github.com/rust-lang/crates.io-index"
     53 checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
     54 dependencies = [
     55  "alloc-no-stdlib",
     56 ]
     57 
     58 [[package]]
     59 name = "allocator-api2"
     60 version = "0.2.21"
     61 source = "registry+https://github.com/rust-lang/crates.io-index"
     62 checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
     63 
     64 [[package]]
     65 name = "alloy"
     66 version = "0.9.2"
     67 source = "registry+https://github.com/rust-lang/crates.io-index"
     68 checksum = "bbcc41e8a11a4975b18ec6afba2cc48d591fa63336a4c526dacb50479a8d6b35"
     69 dependencies = [
     70  "alloy-consensus",
     71  "alloy-contract",
     72  "alloy-core",
     73  "alloy-eips",
     74  "alloy-genesis",
     75  "alloy-network",
     76  "alloy-provider",
     77  "alloy-pubsub",
     78  "alloy-rpc-client",
     79  "alloy-rpc-types",
     80  "alloy-serde",
     81  "alloy-signer",
     82  "alloy-signer-local",
     83  "alloy-transport",
     84  "alloy-transport-http",
     85  "alloy-transport-ipc",
     86  "alloy-transport-ws",
     87 ]
     88 
     89 [[package]]
     90 name = "alloy-chains"
     91 version = "0.1.57"
     92 source = "registry+https://github.com/rust-lang/crates.io-index"
     93 checksum = "4ab9d1367c6ffb90c93fb4a9a4989530aa85112438c6f73a734067255d348469"
     94 dependencies = [
     95  "alloy-primitives",
     96  "num_enum",
     97  "strum",
     98 ]
     99 
    100 [[package]]
    101 name = "alloy-consensus"
    102 version = "0.9.2"
    103 source = "registry+https://github.com/rust-lang/crates.io-index"
    104 checksum = "f4138dc275554afa6f18c4217262ac9388790b2fc393c2dfe03c51d357abf013"
    105 dependencies = [
    106  "alloy-eips",
    107  "alloy-primitives",
    108  "alloy-rlp",
    109  "alloy-serde",
    110  "alloy-trie",
    111  "auto_impl",
    112  "c-kzg",
    113  "derive_more",
    114  "k256",
    115  "serde",
    116 ]
    117 
    118 [[package]]
    119 name = "alloy-consensus-any"
    120 version = "0.9.2"
    121 source = "registry+https://github.com/rust-lang/crates.io-index"
    122 checksum = "0fa04e1882c31288ce1028fdf31b6ea94cfa9eafa2e497f903ded631c8c6a42c"
    123 dependencies = [
    124  "alloy-consensus",
    125  "alloy-eips",
    126  "alloy-primitives",
    127  "alloy-rlp",
    128  "alloy-serde",
    129  "serde",
    130 ]
    131 
    132 [[package]]
    133 name = "alloy-contract"
    134 version = "0.9.2"
    135 source = "registry+https://github.com/rust-lang/crates.io-index"
    136 checksum = "5f21886c1fea0626f755a49b2ac653b396fb345233f6170db2da3d0ada31560c"
    137 dependencies = [
    138  "alloy-dyn-abi",
    139  "alloy-json-abi",
    140  "alloy-network",
    141  "alloy-network-primitives",
    142  "alloy-primitives",
    143  "alloy-provider",
    144  "alloy-pubsub",
    145  "alloy-rpc-types-eth",
    146  "alloy-sol-types",
    147  "alloy-transport",
    148  "futures",
    149  "futures-util",
    150  "thiserror 2.0.11",
    151 ]
    152 
    153 [[package]]
    154 name = "alloy-core"
    155 version = "0.8.19"
    156 source = "registry+https://github.com/rust-lang/crates.io-index"
    157 checksum = "648275bb59110f88cc5fa9a176845e52a554ebfebac2d21220bcda8c9220f797"
    158 dependencies = [
    159  "alloy-dyn-abi",
    160  "alloy-json-abi",
    161  "alloy-primitives",
    162  "alloy-rlp",
    163  "alloy-sol-types",
    164 ]
    165 
    166 [[package]]
    167 name = "alloy-dyn-abi"
    168 version = "0.8.19"
    169 source = "registry+https://github.com/rust-lang/crates.io-index"
    170 checksum = "bc9138f4f0912793642d453523c3116bd5d9e11de73b70177aa7cb3e94b98ad2"
    171 dependencies = [
    172  "alloy-json-abi",
    173  "alloy-primitives",
    174  "alloy-sol-type-parser",
    175  "alloy-sol-types",
    176  "const-hex",
    177  "itoa",
    178  "serde",
    179  "serde_json",
    180  "winnow",
    181 ]
    182 
    183 [[package]]
    184 name = "alloy-eip2930"
    185 version = "0.1.0"
    186 source = "registry+https://github.com/rust-lang/crates.io-index"
    187 checksum = "0069cf0642457f87a01a014f6dc29d5d893cd4fd8fddf0c3cdfad1bb3ebafc41"
    188 dependencies = [
    189  "alloy-primitives",
    190  "alloy-rlp",
    191  "serde",
    192 ]
    193 
    194 [[package]]
    195 name = "alloy-eip7702"
    196 version = "0.5.0"
    197 source = "registry+https://github.com/rust-lang/crates.io-index"
    198 checksum = "cabf647eb4650c91a9d38cb6f972bb320009e7e9d61765fb688a86f1563b33e8"
    199 dependencies = [
    200  "alloy-primitives",
    201  "alloy-rlp",
    202  "derive_more",
    203  "k256",
    204  "serde",
    205 ]
    206 
    207 [[package]]
    208 name = "alloy-eips"
    209 version = "0.9.2"
    210 source = "registry+https://github.com/rust-lang/crates.io-index"
    211 checksum = "52dd5869ed09e399003e0e0ec6903d981b2a92e74c5d37e6b40890bad2517526"
    212 dependencies = [
    213  "alloy-eip2930",
    214  "alloy-eip7702",
    215  "alloy-primitives",
    216  "alloy-rlp",
    217  "alloy-serde",
    218  "c-kzg",
    219  "derive_more",
    220  "once_cell",
    221  "serde",
    222  "sha2",
    223 ]
    224 
    225 [[package]]
    226 name = "alloy-genesis"
    227 version = "0.9.2"
    228 source = "registry+https://github.com/rust-lang/crates.io-index"
    229 checksum = "e7d2a7fe5c1a9bd6793829ea21a636f30fc2b3f5d2e7418ba86d96e41dd1f460"
    230 dependencies = [
    231  "alloy-eips",
    232  "alloy-primitives",
    233  "alloy-serde",
    234  "alloy-trie",
    235  "serde",
    236 ]
    237 
    238 [[package]]
    239 name = "alloy-json-abi"
    240 version = "0.8.19"
    241 source = "registry+https://github.com/rust-lang/crates.io-index"
    242 checksum = "24acd2f5ba97c7a320e67217274bc81fe3c3174b8e6144ec875d9d54e760e278"
    243 dependencies = [
    244  "alloy-primitives",
    245  "alloy-sol-type-parser",
    246  "serde",
    247  "serde_json",
    248 ]
    249 
    250 [[package]]
    251 name = "alloy-json-rpc"
    252 version = "0.9.2"
    253 source = "registry+https://github.com/rust-lang/crates.io-index"
    254 checksum = "2008bedb8159a255b46b7c8614516eda06679ea82f620913679afbd8031fea72"
    255 dependencies = [
    256  "alloy-primitives",
    257  "alloy-sol-types",
    258  "serde",
    259  "serde_json",
    260  "thiserror 2.0.11",
    261  "tracing",
    262 ]
    263 
    264 [[package]]
    265 name = "alloy-network"
    266 version = "0.9.2"
    267 source = "registry+https://github.com/rust-lang/crates.io-index"
    268 checksum = "4556f01fe41d0677495df10a648ddcf7ce118b0e8aa9642a0e2b6dd1fb7259de"
    269 dependencies = [
    270  "alloy-consensus",
    271  "alloy-consensus-any",
    272  "alloy-eips",
    273  "alloy-json-rpc",
    274  "alloy-network-primitives",
    275  "alloy-primitives",
    276  "alloy-rpc-types-any",
    277  "alloy-rpc-types-eth",
    278  "alloy-serde",
    279  "alloy-signer",
    280  "alloy-sol-types",
    281  "async-trait",
    282  "auto_impl",
    283  "futures-utils-wasm",
    284  "serde",
    285  "serde_json",
    286  "thiserror 2.0.11",
    287 ]
    288 
    289 [[package]]
    290 name = "alloy-network-primitives"
    291 version = "0.9.2"
    292 source = "registry+https://github.com/rust-lang/crates.io-index"
    293 checksum = "f31c3c6b71340a1d076831823f09cb6e02de01de5c6630a9631bdb36f947ff80"
    294 dependencies = [
    295  "alloy-consensus",
    296  "alloy-eips",
    297  "alloy-primitives",
    298  "alloy-serde",
    299  "serde",
    300 ]
    301 
    302 [[package]]
    303 name = "alloy-primitives"
    304 version = "0.8.19"
    305 source = "registry+https://github.com/rust-lang/crates.io-index"
    306 checksum = "ec878088ec6283ce1e90d280316aadd3d6ce3de06ff63d68953c855e7e447e92"
    307 dependencies = [
    308  "alloy-rlp",
    309  "bytes",
    310  "cfg-if",
    311  "const-hex",
    312  "derive_more",
    313  "foldhash",
    314  "hashbrown 0.15.2",
    315  "indexmap",
    316  "itoa",
    317  "k256",
    318  "keccak-asm",
    319  "paste",
    320  "proptest",
    321  "rand",
    322  "ruint",
    323  "rustc-hash",
    324  "serde",
    325  "sha3",
    326  "tiny-keccak",
    327 ]
    328 
    329 [[package]]
    330 name = "alloy-provider"
    331 version = "0.9.2"
    332 source = "registry+https://github.com/rust-lang/crates.io-index"
    333 checksum = "5a22c4441b3ebe2d77fa9cf629ba68c3f713eb91779cff84275393db97eddd82"
    334 dependencies = [
    335  "alloy-chains",
    336  "alloy-consensus",
    337  "alloy-eips",
    338  "alloy-json-rpc",
    339  "alloy-network",
    340  "alloy-network-primitives",
    341  "alloy-primitives",
    342  "alloy-pubsub",
    343  "alloy-rpc-client",
    344  "alloy-rpc-types-eth",
    345  "alloy-transport",
    346  "alloy-transport-http",
    347  "alloy-transport-ipc",
    348  "alloy-transport-ws",
    349  "async-stream",
    350  "async-trait",
    351  "auto_impl",
    352  "dashmap",
    353  "futures",
    354  "futures-utils-wasm",
    355  "lru",
    356  "parking_lot",
    357  "pin-project",
    358  "reqwest",
    359  "schnellru",
    360  "serde",
    361  "serde_json",
    362  "thiserror 2.0.11",
    363  "tokio",
    364  "tracing",
    365  "url",
    366  "wasmtimer",
    367 ]
    368 
    369 [[package]]
    370 name = "alloy-pubsub"
    371 version = "0.9.2"
    372 source = "registry+https://github.com/rust-lang/crates.io-index"
    373 checksum = "2269fd635f7b505f27c63a3cb293148cd02301efce4c8bdd9ff54fbfc4a20e23"
    374 dependencies = [
    375  "alloy-json-rpc",
    376  "alloy-primitives",
    377  "alloy-transport",
    378  "bimap",
    379  "futures",
    380  "serde",
    381  "serde_json",
    382  "tokio",
    383  "tokio-stream",
    384  "tower",
    385  "tracing",
    386 ]
    387 
    388 [[package]]
    389 name = "alloy-rlp"
    390 version = "0.3.11"
    391 source = "registry+https://github.com/rust-lang/crates.io-index"
    392 checksum = "3d6c1d995bff8d011f7cd6c81820d51825e6e06d6db73914c1630ecf544d83d6"
    393 dependencies = [
    394  "alloy-rlp-derive",
    395  "arrayvec",
    396  "bytes",
    397 ]
    398 
    399 [[package]]
    400 name = "alloy-rlp-derive"
    401 version = "0.3.11"
    402 source = "registry+https://github.com/rust-lang/crates.io-index"
    403 checksum = "a40e1ef334153322fd878d07e86af7a529bcb86b2439525920a88eba87bcf943"
    404 dependencies = [
    405  "proc-macro2",
    406  "quote",
    407  "syn 2.0.96",
    408 ]
    409 
    410 [[package]]
    411 name = "alloy-rpc-client"
    412 version = "0.9.2"
    413 source = "registry+https://github.com/rust-lang/crates.io-index"
    414 checksum = "d06a292b37e182e514903ede6e623b9de96420e8109ce300da288a96d88b7e4b"
    415 dependencies = [
    416  "alloy-json-rpc",
    417  "alloy-primitives",
    418  "alloy-pubsub",
    419  "alloy-transport",
    420  "alloy-transport-http",
    421  "alloy-transport-ipc",
    422  "alloy-transport-ws",
    423  "futures",
    424  "pin-project",
    425  "reqwest",
    426  "serde",
    427  "serde_json",
    428  "tokio",
    429  "tokio-stream",
    430  "tower",
    431  "tracing",
    432  "url",
    433  "wasmtimer",
    434 ]
    435 
    436 [[package]]
    437 name = "alloy-rpc-types"
    438 version = "0.9.2"
    439 source = "registry+https://github.com/rust-lang/crates.io-index"
    440 checksum = "9383845dd924939e7ab0298bbfe231505e20928907d7905aa3bf112287305e06"
    441 dependencies = [
    442  "alloy-primitives",
    443  "alloy-rpc-types-engine",
    444  "alloy-rpc-types-eth",
    445  "alloy-serde",
    446  "serde",
    447 ]
    448 
    449 [[package]]
    450 name = "alloy-rpc-types-any"
    451 version = "0.9.2"
    452 source = "registry+https://github.com/rust-lang/crates.io-index"
    453 checksum = "ca445cef0eb6c2cf51cfb4e214fbf1ebd00893ae2e6f3b944c8101b07990f988"
    454 dependencies = [
    455  "alloy-consensus-any",
    456  "alloy-rpc-types-eth",
    457  "alloy-serde",
    458 ]
    459 
    460 [[package]]
    461 name = "alloy-rpc-types-engine"
    462 version = "0.9.2"
    463 source = "registry+https://github.com/rust-lang/crates.io-index"
    464 checksum = "4a5f821f30344862a0b6eb9a1c2eb91dfb2ff44c7489f37152a526cdcab79264"
    465 dependencies = [
    466  "alloy-consensus",
    467  "alloy-eips",
    468  "alloy-primitives",
    469  "alloy-rlp",
    470  "alloy-serde",
    471  "derive_more",
    472  "serde",
    473  "strum",
    474 ]
    475 
    476 [[package]]
    477 name = "alloy-rpc-types-eth"
    478 version = "0.9.2"
    479 source = "registry+https://github.com/rust-lang/crates.io-index"
    480 checksum = "0938bc615c02421bd86c1733ca7205cc3d99a122d9f9bff05726bd604b76a5c2"
    481 dependencies = [
    482  "alloy-consensus",
    483  "alloy-consensus-any",
    484  "alloy-eips",
    485  "alloy-network-primitives",
    486  "alloy-primitives",
    487  "alloy-rlp",
    488  "alloy-serde",
    489  "alloy-sol-types",
    490  "itertools 0.13.0",
    491  "serde",
    492  "serde_json",
    493  "thiserror 2.0.11",
    494 ]
    495 
    496 [[package]]
    497 name = "alloy-serde"
    498 version = "0.9.2"
    499 source = "registry+https://github.com/rust-lang/crates.io-index"
    500 checksum = "ae0465c71d4dced7525f408d84873aeebb71faf807d22d74c4a426430ccd9b55"
    501 dependencies = [
    502  "alloy-primitives",
    503  "serde",
    504  "serde_json",
    505 ]
    506 
    507 [[package]]
    508 name = "alloy-signer"
    509 version = "0.9.2"
    510 source = "registry+https://github.com/rust-lang/crates.io-index"
    511 checksum = "9bfa395ad5cc952c82358d31e4c68b27bf4a89a5456d9b27e226e77dac50e4ff"
    512 dependencies = [
    513  "alloy-primitives",
    514  "async-trait",
    515  "auto_impl",
    516  "elliptic-curve",
    517  "k256",
    518  "thiserror 2.0.11",
    519 ]
    520 
    521 [[package]]
    522 name = "alloy-signer-local"
    523 version = "0.9.2"
    524 source = "registry+https://github.com/rust-lang/crates.io-index"
    525 checksum = "fbdc63ce9eda1283fcbaca66ba4a414b841c0e3edbeef9c86a71242fc9e84ccc"
    526 dependencies = [
    527  "alloy-consensus",
    528  "alloy-network",
    529  "alloy-primitives",
    530  "alloy-signer",
    531  "async-trait",
    532  "k256",
    533  "rand",
    534  "thiserror 2.0.11",
    535 ]
    536 
    537 [[package]]
    538 name = "alloy-sol-macro"
    539 version = "0.8.19"
    540 source = "registry+https://github.com/rust-lang/crates.io-index"
    541 checksum = "8d039d267aa5cbb7732fa6ce1fd9b5e9e29368f580f80ba9d7a8450c794de4b2"
    542 dependencies = [
    543  "alloy-sol-macro-expander",
    544  "alloy-sol-macro-input",
    545  "proc-macro-error2",
    546  "proc-macro2",
    547  "quote",
    548  "syn 2.0.96",
    549 ]
    550 
    551 [[package]]
    552 name = "alloy-sol-macro-expander"
    553 version = "0.8.19"
    554 source = "registry+https://github.com/rust-lang/crates.io-index"
    555 checksum = "620ae5eee30ee7216a38027dec34e0585c55099f827f92f50d11e3d2d3a4a954"
    556 dependencies = [
    557  "alloy-json-abi",
    558  "alloy-sol-macro-input",
    559  "const-hex",
    560  "heck",
    561  "indexmap",
    562  "proc-macro-error2",
    563  "proc-macro2",
    564  "quote",
    565  "syn 2.0.96",
    566  "syn-solidity",
    567  "tiny-keccak",
    568 ]
    569 
    570 [[package]]
    571 name = "alloy-sol-macro-input"
    572 version = "0.8.19"
    573 source = "registry+https://github.com/rust-lang/crates.io-index"
    574 checksum = "ad9f7d057e00f8c5994e4ff4492b76532c51ead39353aa2ed63f8c50c0f4d52e"
    575 dependencies = [
    576  "alloy-json-abi",
    577  "const-hex",
    578  "dunce",
    579  "heck",
    580  "proc-macro2",
    581  "quote",
    582  "serde_json",
    583  "syn 2.0.96",
    584  "syn-solidity",
    585 ]
    586 
    587 [[package]]
    588 name = "alloy-sol-type-parser"
    589 version = "0.8.19"
    590 source = "registry+https://github.com/rust-lang/crates.io-index"
    591 checksum = "74e60b084fe1aef8acecda2743ff2d93c18ff3eb67a2d3b12f62582a1e66ef5e"
    592 dependencies = [
    593  "serde",
    594  "winnow",
    595 ]
    596 
    597 [[package]]
    598 name = "alloy-sol-types"
    599 version = "0.8.19"
    600 source = "registry+https://github.com/rust-lang/crates.io-index"
    601 checksum = "c1382302752cd751efd275f4d6ef65877ddf61e0e6f5ac84ef4302b79a33a31a"
    602 dependencies = [
    603  "alloy-json-abi",
    604  "alloy-primitives",
    605  "alloy-sol-macro",
    606  "const-hex",
    607  "serde",
    608 ]
    609 
    610 [[package]]
    611 name = "alloy-transport"
    612 version = "0.9.2"
    613 source = "registry+https://github.com/rust-lang/crates.io-index"
    614 checksum = "d17722a198f33bbd25337660787aea8b8f57814febb7c746bc30407bdfc39448"
    615 dependencies = [
    616  "alloy-json-rpc",
    617  "base64",
    618  "futures-util",
    619  "futures-utils-wasm",
    620  "serde",
    621  "serde_json",
    622  "thiserror 2.0.11",
    623  "tokio",
    624  "tower",
    625  "tracing",
    626  "url",
    627  "wasmtimer",
    628 ]
    629 
    630 [[package]]
    631 name = "alloy-transport-http"
    632 version = "0.9.2"
    633 source = "registry+https://github.com/rust-lang/crates.io-index"
    634 checksum = "6e1509599021330a31c4a6816b655e34bf67acb1cc03c564e09fd8754ff6c5de"
    635 dependencies = [
    636  "alloy-json-rpc",
    637  "alloy-transport",
    638  "reqwest",
    639  "serde_json",
    640  "tower",
    641  "tracing",
    642  "url",
    643 ]
    644 
    645 [[package]]
    646 name = "alloy-transport-ipc"
    647 version = "0.9.2"
    648 source = "registry+https://github.com/rust-lang/crates.io-index"
    649 checksum = "fa4da44bc9a5155ab599666d26decafcf12204b72a80eeaba7c5e234ee8ac205"
    650 dependencies = [
    651  "alloy-json-rpc",
    652  "alloy-pubsub",
    653  "alloy-transport",
    654  "bytes",
    655  "futures",
    656  "interprocess",
    657  "pin-project",
    658  "serde_json",
    659  "tokio",
    660  "tokio-util",
    661  "tracing",
    662 ]
    663 
    664 [[package]]
    665 name = "alloy-transport-ws"
    666 version = "0.9.2"
    667 source = "registry+https://github.com/rust-lang/crates.io-index"
    668 checksum = "58011745b2f17b334db40df9077d75b181f78360a5bc5c35519e15d4bfce15e2"
    669 dependencies = [
    670  "alloy-pubsub",
    671  "alloy-transport",
    672  "futures",
    673  "http",
    674  "rustls",
    675  "serde_json",
    676  "tokio",
    677  "tokio-tungstenite",
    678  "tracing",
    679  "ws_stream_wasm",
    680 ]
    681 
    682 [[package]]
    683 name = "alloy-trie"
    684 version = "0.7.8"
    685 source = "registry+https://github.com/rust-lang/crates.io-index"
    686 checksum = "6917c79e837aa7b77b7a6dae9f89cbe15313ac161c4d3cfaf8909ef21f3d22d8"
    687 dependencies = [
    688  "alloy-primitives",
    689  "alloy-rlp",
    690  "arrayvec",
    691  "derive_more",
    692  "nybbles",
    693  "serde",
    694  "smallvec",
    695  "tracing",
    696 ]
    697 
    698 [[package]]
    699 name = "android-tzdata"
    700 version = "0.1.1"
    701 source = "registry+https://github.com/rust-lang/crates.io-index"
    702 checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
    703 
    704 [[package]]
    705 name = "android_system_properties"
    706 version = "0.1.5"
    707 source = "registry+https://github.com/rust-lang/crates.io-index"
    708 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
    709 dependencies = [
    710  "libc",
    711 ]
    712 
    713 [[package]]
    714 name = "anstream"
    715 version = "0.6.18"
    716 source = "registry+https://github.com/rust-lang/crates.io-index"
    717 checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
    718 dependencies = [
    719  "anstyle",
    720  "anstyle-parse",
    721  "anstyle-query",
    722  "anstyle-wincon",
    723  "colorchoice",
    724  "is_terminal_polyfill",
    725  "utf8parse",
    726 ]
    727 
    728 [[package]]
    729 name = "anstyle"
    730 version = "1.0.10"
    731 source = "registry+https://github.com/rust-lang/crates.io-index"
    732 checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
    733 
    734 [[package]]
    735 name = "anstyle-parse"
    736 version = "0.2.6"
    737 source = "registry+https://github.com/rust-lang/crates.io-index"
    738 checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
    739 dependencies = [
    740  "utf8parse",
    741 ]
    742 
    743 [[package]]
    744 name = "anstyle-query"
    745 version = "1.1.2"
    746 source = "registry+https://github.com/rust-lang/crates.io-index"
    747 checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
    748 dependencies = [
    749  "windows-sys 0.59.0",
    750 ]
    751 
    752 [[package]]
    753 name = "anstyle-wincon"
    754 version = "3.0.7"
    755 source = "registry+https://github.com/rust-lang/crates.io-index"
    756 checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
    757 dependencies = [
    758  "anstyle",
    759  "once_cell",
    760  "windows-sys 0.59.0",
    761 ]
    762 
    763 [[package]]
    764 name = "anyhow"
    765 version = "1.0.95"
    766 source = "registry+https://github.com/rust-lang/crates.io-index"
    767 checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
    768 
    769 [[package]]
    770 name = "ark-ff"
    771 version = "0.3.0"
    772 source = "registry+https://github.com/rust-lang/crates.io-index"
    773 checksum = "6b3235cc41ee7a12aaaf2c575a2ad7b46713a8a50bda2fc3b003a04845c05dd6"
    774 dependencies = [
    775  "ark-ff-asm 0.3.0",
    776  "ark-ff-macros 0.3.0",
    777  "ark-serialize 0.3.0",
    778  "ark-std 0.3.0",
    779  "derivative",
    780  "num-bigint",
    781  "num-traits",
    782  "paste",
    783  "rustc_version 0.3.3",
    784  "zeroize",
    785 ]
    786 
    787 [[package]]
    788 name = "ark-ff"
    789 version = "0.4.2"
    790 source = "registry+https://github.com/rust-lang/crates.io-index"
    791 checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba"
    792 dependencies = [
    793  "ark-ff-asm 0.4.2",
    794  "ark-ff-macros 0.4.2",
    795  "ark-serialize 0.4.2",
    796  "ark-std 0.4.0",
    797  "derivative",
    798  "digest 0.10.7",
    799  "itertools 0.10.5",
    800  "num-bigint",
    801  "num-traits",
    802  "paste",
    803  "rustc_version 0.4.1",
    804  "zeroize",
    805 ]
    806 
    807 [[package]]
    808 name = "ark-ff-asm"
    809 version = "0.3.0"
    810 source = "registry+https://github.com/rust-lang/crates.io-index"
    811 checksum = "db02d390bf6643fb404d3d22d31aee1c4bc4459600aef9113833d17e786c6e44"
    812 dependencies = [
    813  "quote",
    814  "syn 1.0.109",
    815 ]
    816 
    817 [[package]]
    818 name = "ark-ff-asm"
    819 version = "0.4.2"
    820 source = "registry+https://github.com/rust-lang/crates.io-index"
    821 checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348"
    822 dependencies = [
    823  "quote",
    824  "syn 1.0.109",
    825 ]
    826 
    827 [[package]]
    828 name = "ark-ff-macros"
    829 version = "0.3.0"
    830 source = "registry+https://github.com/rust-lang/crates.io-index"
    831 checksum = "db2fd794a08ccb318058009eefdf15bcaaaaf6f8161eb3345f907222bac38b20"
    832 dependencies = [
    833  "num-bigint",
    834  "num-traits",
    835  "quote",
    836  "syn 1.0.109",
    837 ]
    838 
    839 [[package]]
    840 name = "ark-ff-macros"
    841 version = "0.4.2"
    842 source = "registry+https://github.com/rust-lang/crates.io-index"
    843 checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565"
    844 dependencies = [
    845  "num-bigint",
    846  "num-traits",
    847  "proc-macro2",
    848  "quote",
    849  "syn 1.0.109",
    850 ]
    851 
    852 [[package]]
    853 name = "ark-serialize"
    854 version = "0.3.0"
    855 source = "registry+https://github.com/rust-lang/crates.io-index"
    856 checksum = "1d6c2b318ee6e10f8c2853e73a83adc0ccb88995aa978d8a3408d492ab2ee671"
    857 dependencies = [
    858  "ark-std 0.3.0",
    859  "digest 0.9.0",
    860 ]
    861 
    862 [[package]]
    863 name = "ark-serialize"
    864 version = "0.4.2"
    865 source = "registry+https://github.com/rust-lang/crates.io-index"
    866 checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5"
    867 dependencies = [
    868  "ark-std 0.4.0",
    869  "digest 0.10.7",
    870  "num-bigint",
    871 ]
    872 
    873 [[package]]
    874 name = "ark-std"
    875 version = "0.3.0"
    876 source = "registry+https://github.com/rust-lang/crates.io-index"
    877 checksum = "1df2c09229cbc5a028b1d70e00fdb2acee28b1055dfb5ca73eea49c5a25c4e7c"
    878 dependencies = [
    879  "num-traits",
    880  "rand",
    881 ]
    882 
    883 [[package]]
    884 name = "ark-std"
    885 version = "0.4.0"
    886 source = "registry+https://github.com/rust-lang/crates.io-index"
    887 checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185"
    888 dependencies = [
    889  "num-traits",
    890  "rand",
    891 ]
    892 
    893 [[package]]
    894 name = "arrayvec"
    895 version = "0.7.6"
    896 source = "registry+https://github.com/rust-lang/crates.io-index"
    897 checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
    898 dependencies = [
    899  "serde",
    900 ]
    901 
    902 [[package]]
    903 name = "arrow"
    904 version = "54.0.0"
    905 source = "registry+https://github.com/rust-lang/crates.io-index"
    906 checksum = "d2ccdcc8fb14508ca20aaec7076032e5c0b0751b906036d4496786e2f227a37a"
    907 dependencies = [
    908  "arrow-arith",
    909  "arrow-array",
    910  "arrow-buffer",
    911  "arrow-cast",
    912  "arrow-csv",
    913  "arrow-data",
    914  "arrow-ipc",
    915  "arrow-json",
    916  "arrow-ord",
    917  "arrow-row",
    918  "arrow-schema",
    919  "arrow-select",
    920  "arrow-string",
    921 ]
    922 
    923 [[package]]
    924 name = "arrow-arith"
    925 version = "54.0.0"
    926 source = "registry+https://github.com/rust-lang/crates.io-index"
    927 checksum = "a1aad8e27f32e411a0fc0bf5a625a35f0bf9b9f871cf4542abe31f7cef4beea2"
    928 dependencies = [
    929  "arrow-array",
    930  "arrow-buffer",
    931  "arrow-data",
    932  "arrow-schema",
    933  "chrono",
    934  "num",
    935 ]
    936 
    937 [[package]]
    938 name = "arrow-array"
    939 version = "54.0.0"
    940 source = "registry+https://github.com/rust-lang/crates.io-index"
    941 checksum = "bd6ed90c28c6f73a706c55799b8cc3a094e89257238e5b1d65ca7c70bd3ae23f"
    942 dependencies = [
    943  "ahash",
    944  "arrow-buffer",
    945  "arrow-data",
    946  "arrow-schema",
    947  "chrono",
    948  "half",
    949  "hashbrown 0.15.2",
    950  "num",
    951 ]
    952 
    953 [[package]]
    954 name = "arrow-buffer"
    955 version = "54.0.0"
    956 source = "registry+https://github.com/rust-lang/crates.io-index"
    957 checksum = "fe4a40bdc1552ea10fbdeae4e5a945d8572c32f66bce457b96c13d9c46b80447"
    958 dependencies = [
    959  "bytes",
    960  "half",
    961  "num",
    962 ]
    963 
    964 [[package]]
    965 name = "arrow-cast"
    966 version = "54.0.0"
    967 source = "registry+https://github.com/rust-lang/crates.io-index"
    968 checksum = "430c0a21aa7f81bcf0f97c57216d7127795ea755f494d27bae2bd233be43c2cc"
    969 dependencies = [
    970  "arrow-array",
    971  "arrow-buffer",
    972  "arrow-data",
    973  "arrow-schema",
    974  "arrow-select",
    975  "atoi",
    976  "base64",
    977  "chrono",
    978  "half",
    979  "lexical-core",
    980  "num",
    981  "ryu",
    982 ]
    983 
    984 [[package]]
    985 name = "arrow-csv"
    986 version = "54.0.0"
    987 source = "registry+https://github.com/rust-lang/crates.io-index"
    988 checksum = "b4444c8f8c57ac00e6a679ede67d1ae8872c170797dc45b46f75702437a77888"
    989 dependencies = [
    990  "arrow-array",
    991  "arrow-cast",
    992  "arrow-schema",
    993  "chrono",
    994  "csv",
    995  "csv-core",
    996  "lazy_static",
    997  "regex",
    998 ]
    999 
   1000 [[package]]
   1001 name = "arrow-data"
   1002 version = "54.0.0"
   1003 source = "registry+https://github.com/rust-lang/crates.io-index"
   1004 checksum = "09af476cfbe9879937e50b1334c73189de6039186e025b1b1ac84b283b87b20e"
   1005 dependencies = [
   1006  "arrow-buffer",
   1007  "arrow-schema",
   1008  "half",
   1009  "num",
   1010 ]
   1011 
   1012 [[package]]
   1013 name = "arrow-ipc"
   1014 version = "54.0.0"
   1015 source = "registry+https://github.com/rust-lang/crates.io-index"
   1016 checksum = "136296e8824333a8a4c4a6e508e4aa65d5678b801246d0408825ae7b2523c628"
   1017 dependencies = [
   1018  "arrow-array",
   1019  "arrow-buffer",
   1020  "arrow-data",
   1021  "arrow-schema",
   1022  "flatbuffers",
   1023 ]
   1024 
   1025 [[package]]
   1026 name = "arrow-json"
   1027 version = "54.0.0"
   1028 source = "registry+https://github.com/rust-lang/crates.io-index"
   1029 checksum = "e222ad0e419ab8276818c5605a5bb1e35ed86fa8c5e550726433cc63b09c3c78"
   1030 dependencies = [
   1031  "arrow-array",
   1032  "arrow-buffer",
   1033  "arrow-cast",
   1034  "arrow-data",
   1035  "arrow-schema",
   1036  "chrono",
   1037  "half",
   1038  "indexmap",
   1039  "lexical-core",
   1040  "num",
   1041  "serde",
   1042  "serde_json",
   1043 ]
   1044 
   1045 [[package]]
   1046 name = "arrow-ord"
   1047 version = "54.0.0"
   1048 source = "registry+https://github.com/rust-lang/crates.io-index"
   1049 checksum = "eddf14c5f03b679ec8ceac4dfac43f63cdc4ed54dab3cc120a4ef46af38481eb"
   1050 dependencies = [
   1051  "arrow-array",
   1052  "arrow-buffer",
   1053  "arrow-data",
   1054  "arrow-schema",
   1055  "arrow-select",
   1056 ]
   1057 
   1058 [[package]]
   1059 name = "arrow-row"
   1060 version = "54.0.0"
   1061 source = "registry+https://github.com/rust-lang/crates.io-index"
   1062 checksum = "e9acdc58da19f383f4ba381fa0e3583534ae2ceb31269aaf4a03f08ff13e8443"
   1063 dependencies = [
   1064  "arrow-array",
   1065  "arrow-buffer",
   1066  "arrow-data",
   1067  "arrow-schema",
   1068  "half",
   1069 ]
   1070 
   1071 [[package]]
   1072 name = "arrow-schema"
   1073 version = "54.0.0"
   1074 source = "registry+https://github.com/rust-lang/crates.io-index"
   1075 checksum = "3a1822a1a952955637e85e8f9d6b0e04dd75d65492b87ec548dd593d3a1f772b"
   1076 
   1077 [[package]]
   1078 name = "arrow-select"
   1079 version = "54.0.0"
   1080 source = "registry+https://github.com/rust-lang/crates.io-index"
   1081 checksum = "5c4172e9a12dfe15303d3926269f9ead471ea93bdd067d113abc65cb6c48e246"
   1082 dependencies = [
   1083  "ahash",
   1084  "arrow-array",
   1085  "arrow-buffer",
   1086  "arrow-data",
   1087  "arrow-schema",
   1088  "num",
   1089 ]
   1090 
   1091 [[package]]
   1092 name = "arrow-string"
   1093 version = "54.0.0"
   1094 source = "registry+https://github.com/rust-lang/crates.io-index"
   1095 checksum = "73683040445f4932342781926189901c9521bb1a787c35dbe628a3ce51372d3c"
   1096 dependencies = [
   1097  "arrow-array",
   1098  "arrow-buffer",
   1099  "arrow-data",
   1100  "arrow-schema",
   1101  "arrow-select",
   1102  "memchr",
   1103  "num",
   1104  "regex",
   1105  "regex-syntax",
   1106 ]
   1107 
   1108 [[package]]
   1109 name = "async-stream"
   1110 version = "0.3.6"
   1111 source = "registry+https://github.com/rust-lang/crates.io-index"
   1112 checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
   1113 dependencies = [
   1114  "async-stream-impl",
   1115  "futures-core",
   1116  "pin-project-lite",
   1117 ]
   1118 
   1119 [[package]]
   1120 name = "async-stream-impl"
   1121 version = "0.3.6"
   1122 source = "registry+https://github.com/rust-lang/crates.io-index"
   1123 checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
   1124 dependencies = [
   1125  "proc-macro2",
   1126  "quote",
   1127  "syn 2.0.96",
   1128 ]
   1129 
   1130 [[package]]
   1131 name = "async-trait"
   1132 version = "0.1.85"
   1133 source = "registry+https://github.com/rust-lang/crates.io-index"
   1134 checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
   1135 dependencies = [
   1136  "proc-macro2",
   1137  "quote",
   1138  "syn 2.0.96",
   1139 ]
   1140 
   1141 [[package]]
   1142 name = "async_io_stream"
   1143 version = "0.3.3"
   1144 source = "registry+https://github.com/rust-lang/crates.io-index"
   1145 checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c"
   1146 dependencies = [
   1147  "futures",
   1148  "pharos",
   1149  "rustc_version 0.4.1",
   1150 ]
   1151 
   1152 [[package]]
   1153 name = "atoi"
   1154 version = "2.0.0"
   1155 source = "registry+https://github.com/rust-lang/crates.io-index"
   1156 checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
   1157 dependencies = [
   1158  "num-traits",
   1159 ]
   1160 
   1161 [[package]]
   1162 name = "auto_impl"
   1163 version = "1.2.1"
   1164 source = "registry+https://github.com/rust-lang/crates.io-index"
   1165 checksum = "e12882f59de5360c748c4cbf569a042d5fb0eb515f7bea9c1f470b47f6ffbd73"
   1166 dependencies = [
   1167  "proc-macro2",
   1168  "quote",
   1169  "syn 2.0.96",
   1170 ]
   1171 
   1172 [[package]]
   1173 name = "autocfg"
   1174 version = "1.4.0"
   1175 source = "registry+https://github.com/rust-lang/crates.io-index"
   1176 checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
   1177 
   1178 [[package]]
   1179 name = "backtrace"
   1180 version = "0.3.74"
   1181 source = "registry+https://github.com/rust-lang/crates.io-index"
   1182 checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
   1183 dependencies = [
   1184  "addr2line",
   1185  "cfg-if",
   1186  "libc",
   1187  "miniz_oxide",
   1188  "object",
   1189  "rustc-demangle",
   1190  "windows-targets",
   1191 ]
   1192 
   1193 [[package]]
   1194 name = "base16ct"
   1195 version = "0.2.0"
   1196 source = "registry+https://github.com/rust-lang/crates.io-index"
   1197 checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
   1198 
   1199 [[package]]
   1200 name = "base64"
   1201 version = "0.22.1"
   1202 source = "registry+https://github.com/rust-lang/crates.io-index"
   1203 checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
   1204 
   1205 [[package]]
   1206 name = "base64ct"
   1207 version = "1.6.0"
   1208 source = "registry+https://github.com/rust-lang/crates.io-index"
   1209 checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
   1210 
   1211 [[package]]
   1212 name = "bimap"
   1213 version = "0.6.3"
   1214 source = "registry+https://github.com/rust-lang/crates.io-index"
   1215 checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7"
   1216 
   1217 [[package]]
   1218 name = "bit-set"
   1219 version = "0.8.0"
   1220 source = "registry+https://github.com/rust-lang/crates.io-index"
   1221 checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
   1222 dependencies = [
   1223  "bit-vec",
   1224 ]
   1225 
   1226 [[package]]
   1227 name = "bit-vec"
   1228 version = "0.8.0"
   1229 source = "registry+https://github.com/rust-lang/crates.io-index"
   1230 checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
   1231 
   1232 [[package]]
   1233 name = "bitflags"
   1234 version = "1.3.2"
   1235 source = "registry+https://github.com/rust-lang/crates.io-index"
   1236 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
   1237 
   1238 [[package]]
   1239 name = "bitflags"
   1240 version = "2.8.0"
   1241 source = "registry+https://github.com/rust-lang/crates.io-index"
   1242 checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
   1243 
   1244 [[package]]
   1245 name = "bitvec"
   1246 version = "1.0.1"
   1247 source = "registry+https://github.com/rust-lang/crates.io-index"
   1248 checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
   1249 dependencies = [
   1250  "funty",
   1251  "radium",
   1252  "tap",
   1253  "wyz",
   1254 ]
   1255 
   1256 [[package]]
   1257 name = "block-buffer"
   1258 version = "0.10.4"
   1259 source = "registry+https://github.com/rust-lang/crates.io-index"
   1260 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
   1261 dependencies = [
   1262  "generic-array",
   1263 ]
   1264 
   1265 [[package]]
   1266 name = "block_extractor"
   1267 version = "0.1.0"
   1268 dependencies = [
   1269  "alloy",
   1270  "anyhow",
   1271  "arrow",
   1272  "csv",
   1273  "dotenv",
   1274  "env_logger",
   1275  "futures",
   1276  "indicatif",
   1277  "log",
   1278  "parquet",
   1279  "tokio",
   1280 ]
   1281 
   1282 [[package]]
   1283 name = "blst"
   1284 version = "0.3.13"
   1285 source = "registry+https://github.com/rust-lang/crates.io-index"
   1286 checksum = "4378725facc195f1a538864863f6de233b500a8862747e7f165078a419d5e874"
   1287 dependencies = [
   1288  "cc",
   1289  "glob",
   1290  "threadpool",
   1291  "zeroize",
   1292 ]
   1293 
   1294 [[package]]
   1295 name = "brotli"
   1296 version = "7.0.0"
   1297 source = "registry+https://github.com/rust-lang/crates.io-index"
   1298 checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
   1299 dependencies = [
   1300  "alloc-no-stdlib",
   1301  "alloc-stdlib",
   1302  "brotli-decompressor",
   1303 ]
   1304 
   1305 [[package]]
   1306 name = "brotli-decompressor"
   1307 version = "4.0.2"
   1308 source = "registry+https://github.com/rust-lang/crates.io-index"
   1309 checksum = "74fa05ad7d803d413eb8380983b092cbbaf9a85f151b871360e7b00cd7060b37"
   1310 dependencies = [
   1311  "alloc-no-stdlib",
   1312  "alloc-stdlib",
   1313 ]
   1314 
   1315 [[package]]
   1316 name = "bumpalo"
   1317 version = "3.16.0"
   1318 source = "registry+https://github.com/rust-lang/crates.io-index"
   1319 checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
   1320 
   1321 [[package]]
   1322 name = "byte-slice-cast"
   1323 version = "1.2.2"
   1324 source = "registry+https://github.com/rust-lang/crates.io-index"
   1325 checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c"
   1326 
   1327 [[package]]
   1328 name = "byteorder"
   1329 version = "1.5.0"
   1330 source = "registry+https://github.com/rust-lang/crates.io-index"
   1331 checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
   1332 
   1333 [[package]]
   1334 name = "bytes"
   1335 version = "1.9.0"
   1336 source = "registry+https://github.com/rust-lang/crates.io-index"
   1337 checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
   1338 dependencies = [
   1339  "serde",
   1340 ]
   1341 
   1342 [[package]]
   1343 name = "c-kzg"
   1344 version = "1.0.3"
   1345 source = "registry+https://github.com/rust-lang/crates.io-index"
   1346 checksum = "f0307f72feab3300336fb803a57134159f6e20139af1357f36c54cb90d8e8928"
   1347 dependencies = [
   1348  "blst",
   1349  "cc",
   1350  "glob",
   1351  "hex",
   1352  "libc",
   1353  "once_cell",
   1354  "serde",
   1355 ]
   1356 
   1357 [[package]]
   1358 name = "cc"
   1359 version = "1.2.10"
   1360 source = "registry+https://github.com/rust-lang/crates.io-index"
   1361 checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229"
   1362 dependencies = [
   1363  "jobserver",
   1364  "libc",
   1365  "shlex",
   1366 ]
   1367 
   1368 [[package]]
   1369 name = "cfg-if"
   1370 version = "1.0.0"
   1371 source = "registry+https://github.com/rust-lang/crates.io-index"
   1372 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
   1373 
   1374 [[package]]
   1375 name = "chrono"
   1376 version = "0.4.39"
   1377 source = "registry+https://github.com/rust-lang/crates.io-index"
   1378 checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
   1379 dependencies = [
   1380  "android-tzdata",
   1381  "iana-time-zone",
   1382  "num-traits",
   1383  "windows-targets",
   1384 ]
   1385 
   1386 [[package]]
   1387 name = "colorchoice"
   1388 version = "1.0.3"
   1389 source = "registry+https://github.com/rust-lang/crates.io-index"
   1390 checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
   1391 
   1392 [[package]]
   1393 name = "console"
   1394 version = "0.15.10"
   1395 source = "registry+https://github.com/rust-lang/crates.io-index"
   1396 checksum = "ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b"
   1397 dependencies = [
   1398  "encode_unicode",
   1399  "libc",
   1400  "once_cell",
   1401  "unicode-width",
   1402  "windows-sys 0.59.0",
   1403 ]
   1404 
   1405 [[package]]
   1406 name = "const-hex"
   1407 version = "1.14.0"
   1408 source = "registry+https://github.com/rust-lang/crates.io-index"
   1409 checksum = "4b0485bab839b018a8f1723fc5391819fea5f8f0f32288ef8a735fd096b6160c"
   1410 dependencies = [
   1411  "cfg-if",
   1412  "cpufeatures",
   1413  "hex",
   1414  "proptest",
   1415  "serde",
   1416 ]
   1417 
   1418 [[package]]
   1419 name = "const-oid"
   1420 version = "0.9.6"
   1421 source = "registry+https://github.com/rust-lang/crates.io-index"
   1422 checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
   1423 
   1424 [[package]]
   1425 name = "const-random"
   1426 version = "0.1.18"
   1427 source = "registry+https://github.com/rust-lang/crates.io-index"
   1428 checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
   1429 dependencies = [
   1430  "const-random-macro",
   1431 ]
   1432 
   1433 [[package]]
   1434 name = "const-random-macro"
   1435 version = "0.1.16"
   1436 source = "registry+https://github.com/rust-lang/crates.io-index"
   1437 checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
   1438 dependencies = [
   1439  "getrandom",
   1440  "once_cell",
   1441  "tiny-keccak",
   1442 ]
   1443 
   1444 [[package]]
   1445 name = "core-foundation"
   1446 version = "0.9.4"
   1447 source = "registry+https://github.com/rust-lang/crates.io-index"
   1448 checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
   1449 dependencies = [
   1450  "core-foundation-sys",
   1451  "libc",
   1452 ]
   1453 
   1454 [[package]]
   1455 name = "core-foundation-sys"
   1456 version = "0.8.7"
   1457 source = "registry+https://github.com/rust-lang/crates.io-index"
   1458 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
   1459 
   1460 [[package]]
   1461 name = "cpufeatures"
   1462 version = "0.2.16"
   1463 source = "registry+https://github.com/rust-lang/crates.io-index"
   1464 checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
   1465 dependencies = [
   1466  "libc",
   1467 ]
   1468 
   1469 [[package]]
   1470 name = "crc32fast"
   1471 version = "1.4.2"
   1472 source = "registry+https://github.com/rust-lang/crates.io-index"
   1473 checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
   1474 dependencies = [
   1475  "cfg-if",
   1476 ]
   1477 
   1478 [[package]]
   1479 name = "crossbeam-utils"
   1480 version = "0.8.21"
   1481 source = "registry+https://github.com/rust-lang/crates.io-index"
   1482 checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
   1483 
   1484 [[package]]
   1485 name = "crunchy"
   1486 version = "0.2.3"
   1487 source = "registry+https://github.com/rust-lang/crates.io-index"
   1488 checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
   1489 
   1490 [[package]]
   1491 name = "crypto-bigint"
   1492 version = "0.5.5"
   1493 source = "registry+https://github.com/rust-lang/crates.io-index"
   1494 checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
   1495 dependencies = [
   1496  "generic-array",
   1497  "rand_core",
   1498  "subtle",
   1499  "zeroize",
   1500 ]
   1501 
   1502 [[package]]
   1503 name = "crypto-common"
   1504 version = "0.1.6"
   1505 source = "registry+https://github.com/rust-lang/crates.io-index"
   1506 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
   1507 dependencies = [
   1508  "generic-array",
   1509  "typenum",
   1510 ]
   1511 
   1512 [[package]]
   1513 name = "csv"
   1514 version = "1.3.1"
   1515 source = "registry+https://github.com/rust-lang/crates.io-index"
   1516 checksum = "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf"
   1517 dependencies = [
   1518  "csv-core",
   1519  "itoa",
   1520  "ryu",
   1521  "serde",
   1522 ]
   1523 
   1524 [[package]]
   1525 name = "csv-core"
   1526 version = "0.1.11"
   1527 source = "registry+https://github.com/rust-lang/crates.io-index"
   1528 checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
   1529 dependencies = [
   1530  "memchr",
   1531 ]
   1532 
   1533 [[package]]
   1534 name = "dashmap"
   1535 version = "6.1.0"
   1536 source = "registry+https://github.com/rust-lang/crates.io-index"
   1537 checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
   1538 dependencies = [
   1539  "cfg-if",
   1540  "crossbeam-utils",
   1541  "hashbrown 0.14.5",
   1542  "lock_api",
   1543  "once_cell",
   1544  "parking_lot_core",
   1545 ]
   1546 
   1547 [[package]]
   1548 name = "data-encoding"
   1549 version = "2.7.0"
   1550 source = "registry+https://github.com/rust-lang/crates.io-index"
   1551 checksum = "0e60eed09d8c01d3cee5b7d30acb059b76614c918fa0f992e0dd6eeb10daad6f"
   1552 
   1553 [[package]]
   1554 name = "der"
   1555 version = "0.7.9"
   1556 source = "registry+https://github.com/rust-lang/crates.io-index"
   1557 checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
   1558 dependencies = [
   1559  "const-oid",
   1560  "zeroize",
   1561 ]
   1562 
   1563 [[package]]
   1564 name = "derivative"
   1565 version = "2.2.0"
   1566 source = "registry+https://github.com/rust-lang/crates.io-index"
   1567 checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
   1568 dependencies = [
   1569  "proc-macro2",
   1570  "quote",
   1571  "syn 1.0.109",
   1572 ]
   1573 
   1574 [[package]]
   1575 name = "derive_more"
   1576 version = "1.0.0"
   1577 source = "registry+https://github.com/rust-lang/crates.io-index"
   1578 checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
   1579 dependencies = [
   1580  "derive_more-impl",
   1581 ]
   1582 
   1583 [[package]]
   1584 name = "derive_more-impl"
   1585 version = "1.0.0"
   1586 source = "registry+https://github.com/rust-lang/crates.io-index"
   1587 checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
   1588 dependencies = [
   1589  "proc-macro2",
   1590  "quote",
   1591  "syn 2.0.96",
   1592  "unicode-xid",
   1593 ]
   1594 
   1595 [[package]]
   1596 name = "digest"
   1597 version = "0.9.0"
   1598 source = "registry+https://github.com/rust-lang/crates.io-index"
   1599 checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
   1600 dependencies = [
   1601  "generic-array",
   1602 ]
   1603 
   1604 [[package]]
   1605 name = "digest"
   1606 version = "0.10.7"
   1607 source = "registry+https://github.com/rust-lang/crates.io-index"
   1608 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
   1609 dependencies = [
   1610  "block-buffer",
   1611  "const-oid",
   1612  "crypto-common",
   1613  "subtle",
   1614 ]
   1615 
   1616 [[package]]
   1617 name = "displaydoc"
   1618 version = "0.2.5"
   1619 source = "registry+https://github.com/rust-lang/crates.io-index"
   1620 checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
   1621 dependencies = [
   1622  "proc-macro2",
   1623  "quote",
   1624  "syn 2.0.96",
   1625 ]
   1626 
   1627 [[package]]
   1628 name = "doctest-file"
   1629 version = "1.0.0"
   1630 source = "registry+https://github.com/rust-lang/crates.io-index"
   1631 checksum = "aac81fa3e28d21450aa4d2ac065992ba96a1d7303efbce51a95f4fd175b67562"
   1632 
   1633 [[package]]
   1634 name = "dotenv"
   1635 version = "0.15.0"
   1636 source = "registry+https://github.com/rust-lang/crates.io-index"
   1637 checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
   1638 
   1639 [[package]]
   1640 name = "dunce"
   1641 version = "1.0.5"
   1642 source = "registry+https://github.com/rust-lang/crates.io-index"
   1643 checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
   1644 
   1645 [[package]]
   1646 name = "ecdsa"
   1647 version = "0.16.9"
   1648 source = "registry+https://github.com/rust-lang/crates.io-index"
   1649 checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
   1650 dependencies = [
   1651  "der",
   1652  "digest 0.10.7",
   1653  "elliptic-curve",
   1654  "rfc6979",
   1655  "signature",
   1656  "spki",
   1657 ]
   1658 
   1659 [[package]]
   1660 name = "either"
   1661 version = "1.13.0"
   1662 source = "registry+https://github.com/rust-lang/crates.io-index"
   1663 checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
   1664 
   1665 [[package]]
   1666 name = "elliptic-curve"
   1667 version = "0.13.8"
   1668 source = "registry+https://github.com/rust-lang/crates.io-index"
   1669 checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
   1670 dependencies = [
   1671  "base16ct",
   1672  "crypto-bigint",
   1673  "digest 0.10.7",
   1674  "ff",
   1675  "generic-array",
   1676  "group",
   1677  "pkcs8",
   1678  "rand_core",
   1679  "sec1",
   1680  "subtle",
   1681  "zeroize",
   1682 ]
   1683 
   1684 [[package]]
   1685 name = "encode_unicode"
   1686 version = "1.0.0"
   1687 source = "registry+https://github.com/rust-lang/crates.io-index"
   1688 checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
   1689 
   1690 [[package]]
   1691 name = "env_filter"
   1692 version = "0.1.3"
   1693 source = "registry+https://github.com/rust-lang/crates.io-index"
   1694 checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
   1695 dependencies = [
   1696  "log",
   1697  "regex",
   1698 ]
   1699 
   1700 [[package]]
   1701 name = "env_logger"
   1702 version = "0.11.6"
   1703 source = "registry+https://github.com/rust-lang/crates.io-index"
   1704 checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
   1705 dependencies = [
   1706  "anstream",
   1707  "anstyle",
   1708  "env_filter",
   1709  "humantime",
   1710  "log",
   1711 ]
   1712 
   1713 [[package]]
   1714 name = "equivalent"
   1715 version = "1.0.1"
   1716 source = "registry+https://github.com/rust-lang/crates.io-index"
   1717 checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
   1718 
   1719 [[package]]
   1720 name = "errno"
   1721 version = "0.3.10"
   1722 source = "registry+https://github.com/rust-lang/crates.io-index"
   1723 checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
   1724 dependencies = [
   1725  "libc",
   1726  "windows-sys 0.59.0",
   1727 ]
   1728 
   1729 [[package]]
   1730 name = "fastrand"
   1731 version = "2.3.0"
   1732 source = "registry+https://github.com/rust-lang/crates.io-index"
   1733 checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
   1734 
   1735 [[package]]
   1736 name = "fastrlp"
   1737 version = "0.3.1"
   1738 source = "registry+https://github.com/rust-lang/crates.io-index"
   1739 checksum = "139834ddba373bbdd213dffe02c8d110508dcf1726c2be27e8d1f7d7e1856418"
   1740 dependencies = [
   1741  "arrayvec",
   1742  "auto_impl",
   1743  "bytes",
   1744 ]
   1745 
   1746 [[package]]
   1747 name = "ff"
   1748 version = "0.13.0"
   1749 source = "registry+https://github.com/rust-lang/crates.io-index"
   1750 checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
   1751 dependencies = [
   1752  "rand_core",
   1753  "subtle",
   1754 ]
   1755 
   1756 [[package]]
   1757 name = "fixed-hash"
   1758 version = "0.8.0"
   1759 source = "registry+https://github.com/rust-lang/crates.io-index"
   1760 checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"
   1761 dependencies = [
   1762  "byteorder",
   1763  "rand",
   1764  "rustc-hex",
   1765  "static_assertions",
   1766 ]
   1767 
   1768 [[package]]
   1769 name = "flatbuffers"
   1770 version = "24.12.23"
   1771 source = "registry+https://github.com/rust-lang/crates.io-index"
   1772 checksum = "4f1baf0dbf96932ec9a3038d57900329c015b0bfb7b63d904f3bc27e2b02a096"
   1773 dependencies = [
   1774  "bitflags 1.3.2",
   1775  "rustc_version 0.4.1",
   1776 ]
   1777 
   1778 [[package]]
   1779 name = "flate2"
   1780 version = "1.0.35"
   1781 source = "registry+https://github.com/rust-lang/crates.io-index"
   1782 checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
   1783 dependencies = [
   1784  "crc32fast",
   1785  "miniz_oxide",
   1786 ]
   1787 
   1788 [[package]]
   1789 name = "fnv"
   1790 version = "1.0.7"
   1791 source = "registry+https://github.com/rust-lang/crates.io-index"
   1792 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
   1793 
   1794 [[package]]
   1795 name = "foldhash"
   1796 version = "0.1.4"
   1797 source = "registry+https://github.com/rust-lang/crates.io-index"
   1798 checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
   1799 
   1800 [[package]]
   1801 name = "foreign-types"
   1802 version = "0.3.2"
   1803 source = "registry+https://github.com/rust-lang/crates.io-index"
   1804 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
   1805 dependencies = [
   1806  "foreign-types-shared",
   1807 ]
   1808 
   1809 [[package]]
   1810 name = "foreign-types-shared"
   1811 version = "0.1.1"
   1812 source = "registry+https://github.com/rust-lang/crates.io-index"
   1813 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
   1814 
   1815 [[package]]
   1816 name = "form_urlencoded"
   1817 version = "1.2.1"
   1818 source = "registry+https://github.com/rust-lang/crates.io-index"
   1819 checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
   1820 dependencies = [
   1821  "percent-encoding",
   1822 ]
   1823 
   1824 [[package]]
   1825 name = "funty"
   1826 version = "2.0.0"
   1827 source = "registry+https://github.com/rust-lang/crates.io-index"
   1828 checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
   1829 
   1830 [[package]]
   1831 name = "futures"
   1832 version = "0.3.31"
   1833 source = "registry+https://github.com/rust-lang/crates.io-index"
   1834 checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
   1835 dependencies = [
   1836  "futures-channel",
   1837  "futures-core",
   1838  "futures-executor",
   1839  "futures-io",
   1840  "futures-sink",
   1841  "futures-task",
   1842  "futures-util",
   1843 ]
   1844 
   1845 [[package]]
   1846 name = "futures-channel"
   1847 version = "0.3.31"
   1848 source = "registry+https://github.com/rust-lang/crates.io-index"
   1849 checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
   1850 dependencies = [
   1851  "futures-core",
   1852  "futures-sink",
   1853 ]
   1854 
   1855 [[package]]
   1856 name = "futures-core"
   1857 version = "0.3.31"
   1858 source = "registry+https://github.com/rust-lang/crates.io-index"
   1859 checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
   1860 
   1861 [[package]]
   1862 name = "futures-executor"
   1863 version = "0.3.31"
   1864 source = "registry+https://github.com/rust-lang/crates.io-index"
   1865 checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
   1866 dependencies = [
   1867  "futures-core",
   1868  "futures-task",
   1869  "futures-util",
   1870 ]
   1871 
   1872 [[package]]
   1873 name = "futures-io"
   1874 version = "0.3.31"
   1875 source = "registry+https://github.com/rust-lang/crates.io-index"
   1876 checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
   1877 
   1878 [[package]]
   1879 name = "futures-macro"
   1880 version = "0.3.31"
   1881 source = "registry+https://github.com/rust-lang/crates.io-index"
   1882 checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
   1883 dependencies = [
   1884  "proc-macro2",
   1885  "quote",
   1886  "syn 2.0.96",
   1887 ]
   1888 
   1889 [[package]]
   1890 name = "futures-sink"
   1891 version = "0.3.31"
   1892 source = "registry+https://github.com/rust-lang/crates.io-index"
   1893 checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
   1894 
   1895 [[package]]
   1896 name = "futures-task"
   1897 version = "0.3.31"
   1898 source = "registry+https://github.com/rust-lang/crates.io-index"
   1899 checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
   1900 
   1901 [[package]]
   1902 name = "futures-util"
   1903 version = "0.3.31"
   1904 source = "registry+https://github.com/rust-lang/crates.io-index"
   1905 checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
   1906 dependencies = [
   1907  "futures-channel",
   1908  "futures-core",
   1909  "futures-io",
   1910  "futures-macro",
   1911  "futures-sink",
   1912  "futures-task",
   1913  "memchr",
   1914  "pin-project-lite",
   1915  "pin-utils",
   1916  "slab",
   1917 ]
   1918 
   1919 [[package]]
   1920 name = "futures-utils-wasm"
   1921 version = "0.1.0"
   1922 source = "registry+https://github.com/rust-lang/crates.io-index"
   1923 checksum = "42012b0f064e01aa58b545fe3727f90f7dd4020f4a3ea735b50344965f5a57e9"
   1924 
   1925 [[package]]
   1926 name = "generic-array"
   1927 version = "0.14.7"
   1928 source = "registry+https://github.com/rust-lang/crates.io-index"
   1929 checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
   1930 dependencies = [
   1931  "typenum",
   1932  "version_check",
   1933  "zeroize",
   1934 ]
   1935 
   1936 [[package]]
   1937 name = "getrandom"
   1938 version = "0.2.15"
   1939 source = "registry+https://github.com/rust-lang/crates.io-index"
   1940 checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
   1941 dependencies = [
   1942  "cfg-if",
   1943  "libc",
   1944  "wasi",
   1945 ]
   1946 
   1947 [[package]]
   1948 name = "gimli"
   1949 version = "0.31.1"
   1950 source = "registry+https://github.com/rust-lang/crates.io-index"
   1951 checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
   1952 
   1953 [[package]]
   1954 name = "glob"
   1955 version = "0.3.2"
   1956 source = "registry+https://github.com/rust-lang/crates.io-index"
   1957 checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
   1958 
   1959 [[package]]
   1960 name = "group"
   1961 version = "0.13.0"
   1962 source = "registry+https://github.com/rust-lang/crates.io-index"
   1963 checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
   1964 dependencies = [
   1965  "ff",
   1966  "rand_core",
   1967  "subtle",
   1968 ]
   1969 
   1970 [[package]]
   1971 name = "half"
   1972 version = "2.4.1"
   1973 source = "registry+https://github.com/rust-lang/crates.io-index"
   1974 checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
   1975 dependencies = [
   1976  "cfg-if",
   1977  "crunchy",
   1978  "num-traits",
   1979 ]
   1980 
   1981 [[package]]
   1982 name = "hashbrown"
   1983 version = "0.13.2"
   1984 source = "registry+https://github.com/rust-lang/crates.io-index"
   1985 checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
   1986 
   1987 [[package]]
   1988 name = "hashbrown"
   1989 version = "0.14.5"
   1990 source = "registry+https://github.com/rust-lang/crates.io-index"
   1991 checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
   1992 
   1993 [[package]]
   1994 name = "hashbrown"
   1995 version = "0.15.2"
   1996 source = "registry+https://github.com/rust-lang/crates.io-index"
   1997 checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
   1998 dependencies = [
   1999  "allocator-api2",
   2000  "equivalent",
   2001  "foldhash",
   2002  "serde",
   2003 ]
   2004 
   2005 [[package]]
   2006 name = "heck"
   2007 version = "0.5.0"
   2008 source = "registry+https://github.com/rust-lang/crates.io-index"
   2009 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
   2010 
   2011 [[package]]
   2012 name = "hermit-abi"
   2013 version = "0.3.9"
   2014 source = "registry+https://github.com/rust-lang/crates.io-index"
   2015 checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
   2016 
   2017 [[package]]
   2018 name = "hex"
   2019 version = "0.4.3"
   2020 source = "registry+https://github.com/rust-lang/crates.io-index"
   2021 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
   2022 dependencies = [
   2023  "serde",
   2024 ]
   2025 
   2026 [[package]]
   2027 name = "hmac"
   2028 version = "0.12.1"
   2029 source = "registry+https://github.com/rust-lang/crates.io-index"
   2030 checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
   2031 dependencies = [
   2032  "digest 0.10.7",
   2033 ]
   2034 
   2035 [[package]]
   2036 name = "http"
   2037 version = "1.2.0"
   2038 source = "registry+https://github.com/rust-lang/crates.io-index"
   2039 checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
   2040 dependencies = [
   2041  "bytes",
   2042  "fnv",
   2043  "itoa",
   2044 ]
   2045 
   2046 [[package]]
   2047 name = "http-body"
   2048 version = "1.0.1"
   2049 source = "registry+https://github.com/rust-lang/crates.io-index"
   2050 checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
   2051 dependencies = [
   2052  "bytes",
   2053  "http",
   2054 ]
   2055 
   2056 [[package]]
   2057 name = "http-body-util"
   2058 version = "0.1.2"
   2059 source = "registry+https://github.com/rust-lang/crates.io-index"
   2060 checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
   2061 dependencies = [
   2062  "bytes",
   2063  "futures-util",
   2064  "http",
   2065  "http-body",
   2066  "pin-project-lite",
   2067 ]
   2068 
   2069 [[package]]
   2070 name = "httparse"
   2071 version = "1.9.5"
   2072 source = "registry+https://github.com/rust-lang/crates.io-index"
   2073 checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
   2074 
   2075 [[package]]
   2076 name = "humantime"
   2077 version = "2.1.0"
   2078 source = "registry+https://github.com/rust-lang/crates.io-index"
   2079 checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
   2080 
   2081 [[package]]
   2082 name = "hyper"
   2083 version = "1.5.2"
   2084 source = "registry+https://github.com/rust-lang/crates.io-index"
   2085 checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0"
   2086 dependencies = [
   2087  "bytes",
   2088  "futures-channel",
   2089  "futures-util",
   2090  "http",
   2091  "http-body",
   2092  "httparse",
   2093  "itoa",
   2094  "pin-project-lite",
   2095  "smallvec",
   2096  "tokio",
   2097  "want",
   2098 ]
   2099 
   2100 [[package]]
   2101 name = "hyper-tls"
   2102 version = "0.6.0"
   2103 source = "registry+https://github.com/rust-lang/crates.io-index"
   2104 checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
   2105 dependencies = [
   2106  "bytes",
   2107  "http-body-util",
   2108  "hyper",
   2109  "hyper-util",
   2110  "native-tls",
   2111  "tokio",
   2112  "tokio-native-tls",
   2113  "tower-service",
   2114 ]
   2115 
   2116 [[package]]
   2117 name = "hyper-util"
   2118 version = "0.1.10"
   2119 source = "registry+https://github.com/rust-lang/crates.io-index"
   2120 checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
   2121 dependencies = [
   2122  "bytes",
   2123  "futures-channel",
   2124  "futures-util",
   2125  "http",
   2126  "http-body",
   2127  "hyper",
   2128  "pin-project-lite",
   2129  "socket2",
   2130  "tokio",
   2131  "tower-service",
   2132  "tracing",
   2133 ]
   2134 
   2135 [[package]]
   2136 name = "iana-time-zone"
   2137 version = "0.1.61"
   2138 source = "registry+https://github.com/rust-lang/crates.io-index"
   2139 checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
   2140 dependencies = [
   2141  "android_system_properties",
   2142  "core-foundation-sys",
   2143  "iana-time-zone-haiku",
   2144  "js-sys",
   2145  "wasm-bindgen",
   2146  "windows-core",
   2147 ]
   2148 
   2149 [[package]]
   2150 name = "iana-time-zone-haiku"
   2151 version = "0.1.2"
   2152 source = "registry+https://github.com/rust-lang/crates.io-index"
   2153 checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
   2154 dependencies = [
   2155  "cc",
   2156 ]
   2157 
   2158 [[package]]
   2159 name = "icu_collections"
   2160 version = "1.5.0"
   2161 source = "registry+https://github.com/rust-lang/crates.io-index"
   2162 checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
   2163 dependencies = [
   2164  "displaydoc",
   2165  "yoke",
   2166  "zerofrom",
   2167  "zerovec",
   2168 ]
   2169 
   2170 [[package]]
   2171 name = "icu_locid"
   2172 version = "1.5.0"
   2173 source = "registry+https://github.com/rust-lang/crates.io-index"
   2174 checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
   2175 dependencies = [
   2176  "displaydoc",
   2177  "litemap",
   2178  "tinystr",
   2179  "writeable",
   2180  "zerovec",
   2181 ]
   2182 
   2183 [[package]]
   2184 name = "icu_locid_transform"
   2185 version = "1.5.0"
   2186 source = "registry+https://github.com/rust-lang/crates.io-index"
   2187 checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
   2188 dependencies = [
   2189  "displaydoc",
   2190  "icu_locid",
   2191  "icu_locid_transform_data",
   2192  "icu_provider",
   2193  "tinystr",
   2194  "zerovec",
   2195 ]
   2196 
   2197 [[package]]
   2198 name = "icu_locid_transform_data"
   2199 version = "1.5.0"
   2200 source = "registry+https://github.com/rust-lang/crates.io-index"
   2201 checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
   2202 
   2203 [[package]]
   2204 name = "icu_normalizer"
   2205 version = "1.5.0"
   2206 source = "registry+https://github.com/rust-lang/crates.io-index"
   2207 checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
   2208 dependencies = [
   2209  "displaydoc",
   2210  "icu_collections",
   2211  "icu_normalizer_data",
   2212  "icu_properties",
   2213  "icu_provider",
   2214  "smallvec",
   2215  "utf16_iter",
   2216  "utf8_iter",
   2217  "write16",
   2218  "zerovec",
   2219 ]
   2220 
   2221 [[package]]
   2222 name = "icu_normalizer_data"
   2223 version = "1.5.0"
   2224 source = "registry+https://github.com/rust-lang/crates.io-index"
   2225 checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
   2226 
   2227 [[package]]
   2228 name = "icu_properties"
   2229 version = "1.5.1"
   2230 source = "registry+https://github.com/rust-lang/crates.io-index"
   2231 checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
   2232 dependencies = [
   2233  "displaydoc",
   2234  "icu_collections",
   2235  "icu_locid_transform",
   2236  "icu_properties_data",
   2237  "icu_provider",
   2238  "tinystr",
   2239  "zerovec",
   2240 ]
   2241 
   2242 [[package]]
   2243 name = "icu_properties_data"
   2244 version = "1.5.0"
   2245 source = "registry+https://github.com/rust-lang/crates.io-index"
   2246 checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
   2247 
   2248 [[package]]
   2249 name = "icu_provider"
   2250 version = "1.5.0"
   2251 source = "registry+https://github.com/rust-lang/crates.io-index"
   2252 checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
   2253 dependencies = [
   2254  "displaydoc",
   2255  "icu_locid",
   2256  "icu_provider_macros",
   2257  "stable_deref_trait",
   2258  "tinystr",
   2259  "writeable",
   2260  "yoke",
   2261  "zerofrom",
   2262  "zerovec",
   2263 ]
   2264 
   2265 [[package]]
   2266 name = "icu_provider_macros"
   2267 version = "1.5.0"
   2268 source = "registry+https://github.com/rust-lang/crates.io-index"
   2269 checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
   2270 dependencies = [
   2271  "proc-macro2",
   2272  "quote",
   2273  "syn 2.0.96",
   2274 ]
   2275 
   2276 [[package]]
   2277 name = "idna"
   2278 version = "1.0.3"
   2279 source = "registry+https://github.com/rust-lang/crates.io-index"
   2280 checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
   2281 dependencies = [
   2282  "idna_adapter",
   2283  "smallvec",
   2284  "utf8_iter",
   2285 ]
   2286 
   2287 [[package]]
   2288 name = "idna_adapter"
   2289 version = "1.2.0"
   2290 source = "registry+https://github.com/rust-lang/crates.io-index"
   2291 checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
   2292 dependencies = [
   2293  "icu_normalizer",
   2294  "icu_properties",
   2295 ]
   2296 
   2297 [[package]]
   2298 name = "impl-codec"
   2299 version = "0.6.0"
   2300 source = "registry+https://github.com/rust-lang/crates.io-index"
   2301 checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"
   2302 dependencies = [
   2303  "parity-scale-codec",
   2304 ]
   2305 
   2306 [[package]]
   2307 name = "impl-trait-for-tuples"
   2308 version = "0.2.3"
   2309 source = "registry+https://github.com/rust-lang/crates.io-index"
   2310 checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9"
   2311 dependencies = [
   2312  "proc-macro2",
   2313  "quote",
   2314  "syn 2.0.96",
   2315 ]
   2316 
   2317 [[package]]
   2318 name = "indexmap"
   2319 version = "2.7.1"
   2320 source = "registry+https://github.com/rust-lang/crates.io-index"
   2321 checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
   2322 dependencies = [
   2323  "equivalent",
   2324  "hashbrown 0.15.2",
   2325  "serde",
   2326 ]
   2327 
   2328 [[package]]
   2329 name = "indicatif"
   2330 version = "0.17.9"
   2331 source = "registry+https://github.com/rust-lang/crates.io-index"
   2332 checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281"
   2333 dependencies = [
   2334  "console",
   2335  "number_prefix",
   2336  "portable-atomic",
   2337  "unicode-width",
   2338  "web-time",
   2339 ]
   2340 
   2341 [[package]]
   2342 name = "integer-encoding"
   2343 version = "3.0.4"
   2344 source = "registry+https://github.com/rust-lang/crates.io-index"
   2345 checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"
   2346 
   2347 [[package]]
   2348 name = "interprocess"
   2349 version = "2.2.2"
   2350 source = "registry+https://github.com/rust-lang/crates.io-index"
   2351 checksum = "894148491d817cb36b6f778017b8ac46b17408d522dd90f539d677ea938362eb"
   2352 dependencies = [
   2353  "doctest-file",
   2354  "futures-core",
   2355  "libc",
   2356  "recvmsg",
   2357  "tokio",
   2358  "widestring",
   2359  "windows-sys 0.52.0",
   2360 ]
   2361 
   2362 [[package]]
   2363 name = "ipnet"
   2364 version = "2.11.0"
   2365 source = "registry+https://github.com/rust-lang/crates.io-index"
   2366 checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
   2367 
   2368 [[package]]
   2369 name = "is_terminal_polyfill"
   2370 version = "1.70.1"
   2371 source = "registry+https://github.com/rust-lang/crates.io-index"
   2372 checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
   2373 
   2374 [[package]]
   2375 name = "itertools"
   2376 version = "0.10.5"
   2377 source = "registry+https://github.com/rust-lang/crates.io-index"
   2378 checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
   2379 dependencies = [
   2380  "either",
   2381 ]
   2382 
   2383 [[package]]
   2384 name = "itertools"
   2385 version = "0.13.0"
   2386 source = "registry+https://github.com/rust-lang/crates.io-index"
   2387 checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
   2388 dependencies = [
   2389  "either",
   2390 ]
   2391 
   2392 [[package]]
   2393 name = "itoa"
   2394 version = "1.0.14"
   2395 source = "registry+https://github.com/rust-lang/crates.io-index"
   2396 checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
   2397 
   2398 [[package]]
   2399 name = "jobserver"
   2400 version = "0.1.32"
   2401 source = "registry+https://github.com/rust-lang/crates.io-index"
   2402 checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
   2403 dependencies = [
   2404  "libc",
   2405 ]
   2406 
   2407 [[package]]
   2408 name = "js-sys"
   2409 version = "0.3.77"
   2410 source = "registry+https://github.com/rust-lang/crates.io-index"
   2411 checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
   2412 dependencies = [
   2413  "once_cell",
   2414  "wasm-bindgen",
   2415 ]
   2416 
   2417 [[package]]
   2418 name = "k256"
   2419 version = "0.13.4"
   2420 source = "registry+https://github.com/rust-lang/crates.io-index"
   2421 checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
   2422 dependencies = [
   2423  "cfg-if",
   2424  "ecdsa",
   2425  "elliptic-curve",
   2426  "once_cell",
   2427  "sha2",
   2428 ]
   2429 
   2430 [[package]]
   2431 name = "keccak"
   2432 version = "0.1.5"
   2433 source = "registry+https://github.com/rust-lang/crates.io-index"
   2434 checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
   2435 dependencies = [
   2436  "cpufeatures",
   2437 ]
   2438 
   2439 [[package]]
   2440 name = "keccak-asm"
   2441 version = "0.1.4"
   2442 source = "registry+https://github.com/rust-lang/crates.io-index"
   2443 checksum = "505d1856a39b200489082f90d897c3f07c455563880bc5952e38eabf731c83b6"
   2444 dependencies = [
   2445  "digest 0.10.7",
   2446  "sha3-asm",
   2447 ]
   2448 
   2449 [[package]]
   2450 name = "lazy_static"
   2451 version = "1.5.0"
   2452 source = "registry+https://github.com/rust-lang/crates.io-index"
   2453 checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
   2454 
   2455 [[package]]
   2456 name = "lexical-core"
   2457 version = "1.0.5"
   2458 source = "registry+https://github.com/rust-lang/crates.io-index"
   2459 checksum = "b765c31809609075565a70b4b71402281283aeda7ecaf4818ac14a7b2ade8958"
   2460 dependencies = [
   2461  "lexical-parse-float",
   2462  "lexical-parse-integer",
   2463  "lexical-util",
   2464  "lexical-write-float",
   2465  "lexical-write-integer",
   2466 ]
   2467 
   2468 [[package]]
   2469 name = "lexical-parse-float"
   2470 version = "1.0.5"
   2471 source = "registry+https://github.com/rust-lang/crates.io-index"
   2472 checksum = "de6f9cb01fb0b08060209a057c048fcbab8717b4c1ecd2eac66ebfe39a65b0f2"
   2473 dependencies = [
   2474  "lexical-parse-integer",
   2475  "lexical-util",
   2476  "static_assertions",
   2477 ]
   2478 
   2479 [[package]]
   2480 name = "lexical-parse-integer"
   2481 version = "1.0.5"
   2482 source = "registry+https://github.com/rust-lang/crates.io-index"
   2483 checksum = "72207aae22fc0a121ba7b6d479e42cbfea549af1479c3f3a4f12c70dd66df12e"
   2484 dependencies = [
   2485  "lexical-util",
   2486  "static_assertions",
   2487 ]
   2488 
   2489 [[package]]
   2490 name = "lexical-util"
   2491 version = "1.0.6"
   2492 source = "registry+https://github.com/rust-lang/crates.io-index"
   2493 checksum = "5a82e24bf537fd24c177ffbbdc6ebcc8d54732c35b50a3f28cc3f4e4c949a0b3"
   2494 dependencies = [
   2495  "static_assertions",
   2496 ]
   2497 
   2498 [[package]]
   2499 name = "lexical-write-float"
   2500 version = "1.0.5"
   2501 source = "registry+https://github.com/rust-lang/crates.io-index"
   2502 checksum = "c5afc668a27f460fb45a81a757b6bf2f43c2d7e30cb5a2dcd3abf294c78d62bd"
   2503 dependencies = [
   2504  "lexical-util",
   2505  "lexical-write-integer",
   2506  "static_assertions",
   2507 ]
   2508 
   2509 [[package]]
   2510 name = "lexical-write-integer"
   2511 version = "1.0.5"
   2512 source = "registry+https://github.com/rust-lang/crates.io-index"
   2513 checksum = "629ddff1a914a836fb245616a7888b62903aae58fa771e1d83943035efa0f978"
   2514 dependencies = [
   2515  "lexical-util",
   2516  "static_assertions",
   2517 ]
   2518 
   2519 [[package]]
   2520 name = "libc"
   2521 version = "0.2.169"
   2522 source = "registry+https://github.com/rust-lang/crates.io-index"
   2523 checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
   2524 
   2525 [[package]]
   2526 name = "libm"
   2527 version = "0.2.11"
   2528 source = "registry+https://github.com/rust-lang/crates.io-index"
   2529 checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
   2530 
   2531 [[package]]
   2532 name = "linux-raw-sys"
   2533 version = "0.4.15"
   2534 source = "registry+https://github.com/rust-lang/crates.io-index"
   2535 checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
   2536 
   2537 [[package]]
   2538 name = "litemap"
   2539 version = "0.7.4"
   2540 source = "registry+https://github.com/rust-lang/crates.io-index"
   2541 checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
   2542 
   2543 [[package]]
   2544 name = "lock_api"
   2545 version = "0.4.12"
   2546 source = "registry+https://github.com/rust-lang/crates.io-index"
   2547 checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
   2548 dependencies = [
   2549  "autocfg",
   2550  "scopeguard",
   2551 ]
   2552 
   2553 [[package]]
   2554 name = "log"
   2555 version = "0.4.25"
   2556 source = "registry+https://github.com/rust-lang/crates.io-index"
   2557 checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
   2558 
   2559 [[package]]
   2560 name = "lru"
   2561 version = "0.12.5"
   2562 source = "registry+https://github.com/rust-lang/crates.io-index"
   2563 checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
   2564 dependencies = [
   2565  "hashbrown 0.15.2",
   2566 ]
   2567 
   2568 [[package]]
   2569 name = "lz4_flex"
   2570 version = "0.11.3"
   2571 source = "registry+https://github.com/rust-lang/crates.io-index"
   2572 checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5"
   2573 dependencies = [
   2574  "twox-hash",
   2575 ]
   2576 
   2577 [[package]]
   2578 name = "memchr"
   2579 version = "2.7.4"
   2580 source = "registry+https://github.com/rust-lang/crates.io-index"
   2581 checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
   2582 
   2583 [[package]]
   2584 name = "mime"
   2585 version = "0.3.17"
   2586 source = "registry+https://github.com/rust-lang/crates.io-index"
   2587 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
   2588 
   2589 [[package]]
   2590 name = "miniz_oxide"
   2591 version = "0.8.3"
   2592 source = "registry+https://github.com/rust-lang/crates.io-index"
   2593 checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924"
   2594 dependencies = [
   2595  "adler2",
   2596 ]
   2597 
   2598 [[package]]
   2599 name = "mio"
   2600 version = "1.0.3"
   2601 source = "registry+https://github.com/rust-lang/crates.io-index"
   2602 checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
   2603 dependencies = [
   2604  "libc",
   2605  "wasi",
   2606  "windows-sys 0.52.0",
   2607 ]
   2608 
   2609 [[package]]
   2610 name = "native-tls"
   2611 version = "0.2.12"
   2612 source = "registry+https://github.com/rust-lang/crates.io-index"
   2613 checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
   2614 dependencies = [
   2615  "libc",
   2616  "log",
   2617  "openssl",
   2618  "openssl-probe",
   2619  "openssl-sys",
   2620  "schannel",
   2621  "security-framework",
   2622  "security-framework-sys",
   2623  "tempfile",
   2624 ]
   2625 
   2626 [[package]]
   2627 name = "num"
   2628 version = "0.4.3"
   2629 source = "registry+https://github.com/rust-lang/crates.io-index"
   2630 checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
   2631 dependencies = [
   2632  "num-bigint",
   2633  "num-complex",
   2634  "num-integer",
   2635  "num-iter",
   2636  "num-rational",
   2637  "num-traits",
   2638 ]
   2639 
   2640 [[package]]
   2641 name = "num-bigint"
   2642 version = "0.4.6"
   2643 source = "registry+https://github.com/rust-lang/crates.io-index"
   2644 checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
   2645 dependencies = [
   2646  "num-integer",
   2647  "num-traits",
   2648 ]
   2649 
   2650 [[package]]
   2651 name = "num-complex"
   2652 version = "0.4.6"
   2653 source = "registry+https://github.com/rust-lang/crates.io-index"
   2654 checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
   2655 dependencies = [
   2656  "num-traits",
   2657 ]
   2658 
   2659 [[package]]
   2660 name = "num-integer"
   2661 version = "0.1.46"
   2662 source = "registry+https://github.com/rust-lang/crates.io-index"
   2663 checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
   2664 dependencies = [
   2665  "num-traits",
   2666 ]
   2667 
   2668 [[package]]
   2669 name = "num-iter"
   2670 version = "0.1.45"
   2671 source = "registry+https://github.com/rust-lang/crates.io-index"
   2672 checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
   2673 dependencies = [
   2674  "autocfg",
   2675  "num-integer",
   2676  "num-traits",
   2677 ]
   2678 
   2679 [[package]]
   2680 name = "num-rational"
   2681 version = "0.4.2"
   2682 source = "registry+https://github.com/rust-lang/crates.io-index"
   2683 checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
   2684 dependencies = [
   2685  "num-bigint",
   2686  "num-integer",
   2687  "num-traits",
   2688 ]
   2689 
   2690 [[package]]
   2691 name = "num-traits"
   2692 version = "0.2.19"
   2693 source = "registry+https://github.com/rust-lang/crates.io-index"
   2694 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
   2695 dependencies = [
   2696  "autocfg",
   2697  "libm",
   2698 ]
   2699 
   2700 [[package]]
   2701 name = "num_cpus"
   2702 version = "1.16.0"
   2703 source = "registry+https://github.com/rust-lang/crates.io-index"
   2704 checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
   2705 dependencies = [
   2706  "hermit-abi",
   2707  "libc",
   2708 ]
   2709 
   2710 [[package]]
   2711 name = "num_enum"
   2712 version = "0.7.3"
   2713 source = "registry+https://github.com/rust-lang/crates.io-index"
   2714 checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
   2715 dependencies = [
   2716  "num_enum_derive",
   2717 ]
   2718 
   2719 [[package]]
   2720 name = "num_enum_derive"
   2721 version = "0.7.3"
   2722 source = "registry+https://github.com/rust-lang/crates.io-index"
   2723 checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
   2724 dependencies = [
   2725  "proc-macro2",
   2726  "quote",
   2727  "syn 2.0.96",
   2728 ]
   2729 
   2730 [[package]]
   2731 name = "number_prefix"
   2732 version = "0.4.0"
   2733 source = "registry+https://github.com/rust-lang/crates.io-index"
   2734 checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
   2735 
   2736 [[package]]
   2737 name = "nybbles"
   2738 version = "0.3.4"
   2739 source = "registry+https://github.com/rust-lang/crates.io-index"
   2740 checksum = "8983bb634df7248924ee0c4c3a749609b5abcb082c28fffe3254b3eb3602b307"
   2741 dependencies = [
   2742  "alloy-rlp",
   2743  "const-hex",
   2744  "proptest",
   2745  "serde",
   2746  "smallvec",
   2747 ]
   2748 
   2749 [[package]]
   2750 name = "object"
   2751 version = "0.36.7"
   2752 source = "registry+https://github.com/rust-lang/crates.io-index"
   2753 checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
   2754 dependencies = [
   2755  "memchr",
   2756 ]
   2757 
   2758 [[package]]
   2759 name = "once_cell"
   2760 version = "1.20.2"
   2761 source = "registry+https://github.com/rust-lang/crates.io-index"
   2762 checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
   2763 
   2764 [[package]]
   2765 name = "openssl"
   2766 version = "0.10.70"
   2767 source = "registry+https://github.com/rust-lang/crates.io-index"
   2768 checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
   2769 dependencies = [
   2770  "bitflags 2.8.0",
   2771  "cfg-if",
   2772  "foreign-types",
   2773  "libc",
   2774  "once_cell",
   2775  "openssl-macros",
   2776  "openssl-sys",
   2777 ]
   2778 
   2779 [[package]]
   2780 name = "openssl-macros"
   2781 version = "0.1.1"
   2782 source = "registry+https://github.com/rust-lang/crates.io-index"
   2783 checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
   2784 dependencies = [
   2785  "proc-macro2",
   2786  "quote",
   2787  "syn 2.0.96",
   2788 ]
   2789 
   2790 [[package]]
   2791 name = "openssl-probe"
   2792 version = "0.1.6"
   2793 source = "registry+https://github.com/rust-lang/crates.io-index"
   2794 checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
   2795 
   2796 [[package]]
   2797 name = "openssl-sys"
   2798 version = "0.9.105"
   2799 source = "registry+https://github.com/rust-lang/crates.io-index"
   2800 checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
   2801 dependencies = [
   2802  "cc",
   2803  "libc",
   2804  "pkg-config",
   2805  "vcpkg",
   2806 ]
   2807 
   2808 [[package]]
   2809 name = "ordered-float"
   2810 version = "2.10.1"
   2811 source = "registry+https://github.com/rust-lang/crates.io-index"
   2812 checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
   2813 dependencies = [
   2814  "num-traits",
   2815 ]
   2816 
   2817 [[package]]
   2818 name = "parity-scale-codec"
   2819 version = "3.6.12"
   2820 source = "registry+https://github.com/rust-lang/crates.io-index"
   2821 checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee"
   2822 dependencies = [
   2823  "arrayvec",
   2824  "bitvec",
   2825  "byte-slice-cast",
   2826  "impl-trait-for-tuples",
   2827  "parity-scale-codec-derive",
   2828  "serde",
   2829 ]
   2830 
   2831 [[package]]
   2832 name = "parity-scale-codec-derive"
   2833 version = "3.6.12"
   2834 source = "registry+https://github.com/rust-lang/crates.io-index"
   2835 checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c"
   2836 dependencies = [
   2837  "proc-macro-crate",
   2838  "proc-macro2",
   2839  "quote",
   2840  "syn 1.0.109",
   2841 ]
   2842 
   2843 [[package]]
   2844 name = "parking_lot"
   2845 version = "0.12.3"
   2846 source = "registry+https://github.com/rust-lang/crates.io-index"
   2847 checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
   2848 dependencies = [
   2849  "lock_api",
   2850  "parking_lot_core",
   2851 ]
   2852 
   2853 [[package]]
   2854 name = "parking_lot_core"
   2855 version = "0.9.10"
   2856 source = "registry+https://github.com/rust-lang/crates.io-index"
   2857 checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
   2858 dependencies = [
   2859  "cfg-if",
   2860  "libc",
   2861  "redox_syscall",
   2862  "smallvec",
   2863  "windows-targets",
   2864 ]
   2865 
   2866 [[package]]
   2867 name = "parquet"
   2868 version = "54.0.0"
   2869 source = "registry+https://github.com/rust-lang/crates.io-index"
   2870 checksum = "3334c50239d9f4951653d84fa6f636da86f53742e5e5849a30fbe852f3ff4383"
   2871 dependencies = [
   2872  "ahash",
   2873  "arrow-array",
   2874  "arrow-buffer",
   2875  "arrow-cast",
   2876  "arrow-data",
   2877  "arrow-ipc",
   2878  "arrow-schema",
   2879  "arrow-select",
   2880  "base64",
   2881  "brotli",
   2882  "bytes",
   2883  "chrono",
   2884  "flate2",
   2885  "half",
   2886  "hashbrown 0.15.2",
   2887  "lz4_flex",
   2888  "num",
   2889  "num-bigint",
   2890  "paste",
   2891  "seq-macro",
   2892  "snap",
   2893  "thrift",
   2894  "twox-hash",
   2895  "zstd",
   2896  "zstd-sys",
   2897 ]
   2898 
   2899 [[package]]
   2900 name = "paste"
   2901 version = "1.0.15"
   2902 source = "registry+https://github.com/rust-lang/crates.io-index"
   2903 checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
   2904 
   2905 [[package]]
   2906 name = "percent-encoding"
   2907 version = "2.3.1"
   2908 source = "registry+https://github.com/rust-lang/crates.io-index"
   2909 checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
   2910 
   2911 [[package]]
   2912 name = "pest"
   2913 version = "2.7.15"
   2914 source = "registry+https://github.com/rust-lang/crates.io-index"
   2915 checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
   2916 dependencies = [
   2917  "memchr",
   2918  "thiserror 2.0.11",
   2919  "ucd-trie",
   2920 ]
   2921 
   2922 [[package]]
   2923 name = "pharos"
   2924 version = "0.5.3"
   2925 source = "registry+https://github.com/rust-lang/crates.io-index"
   2926 checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414"
   2927 dependencies = [
   2928  "futures",
   2929  "rustc_version 0.4.1",
   2930 ]
   2931 
   2932 [[package]]
   2933 name = "pin-project"
   2934 version = "1.1.8"
   2935 source = "registry+https://github.com/rust-lang/crates.io-index"
   2936 checksum = "1e2ec53ad785f4d35dac0adea7f7dc6f1bb277ad84a680c7afefeae05d1f5916"
   2937 dependencies = [
   2938  "pin-project-internal",
   2939 ]
   2940 
   2941 [[package]]
   2942 name = "pin-project-internal"
   2943 version = "1.1.8"
   2944 source = "registry+https://github.com/rust-lang/crates.io-index"
   2945 checksum = "d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb"
   2946 dependencies = [
   2947  "proc-macro2",
   2948  "quote",
   2949  "syn 2.0.96",
   2950 ]
   2951 
   2952 [[package]]
   2953 name = "pin-project-lite"
   2954 version = "0.2.16"
   2955 source = "registry+https://github.com/rust-lang/crates.io-index"
   2956 checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
   2957 
   2958 [[package]]
   2959 name = "pin-utils"
   2960 version = "0.1.0"
   2961 source = "registry+https://github.com/rust-lang/crates.io-index"
   2962 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
   2963 
   2964 [[package]]
   2965 name = "pkcs8"
   2966 version = "0.10.2"
   2967 source = "registry+https://github.com/rust-lang/crates.io-index"
   2968 checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
   2969 dependencies = [
   2970  "der",
   2971  "spki",
   2972 ]
   2973 
   2974 [[package]]
   2975 name = "pkg-config"
   2976 version = "0.3.31"
   2977 source = "registry+https://github.com/rust-lang/crates.io-index"
   2978 checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
   2979 
   2980 [[package]]
   2981 name = "portable-atomic"
   2982 version = "1.10.0"
   2983 source = "registry+https://github.com/rust-lang/crates.io-index"
   2984 checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6"
   2985 
   2986 [[package]]
   2987 name = "ppv-lite86"
   2988 version = "0.2.20"
   2989 source = "registry+https://github.com/rust-lang/crates.io-index"
   2990 checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
   2991 dependencies = [
   2992  "zerocopy",
   2993 ]
   2994 
   2995 [[package]]
   2996 name = "primitive-types"
   2997 version = "0.12.2"
   2998 source = "registry+https://github.com/rust-lang/crates.io-index"
   2999 checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2"
   3000 dependencies = [
   3001  "fixed-hash",
   3002  "impl-codec",
   3003  "uint",
   3004 ]
   3005 
   3006 [[package]]
   3007 name = "proc-macro-crate"
   3008 version = "3.2.0"
   3009 source = "registry+https://github.com/rust-lang/crates.io-index"
   3010 checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
   3011 dependencies = [
   3012  "toml_edit",
   3013 ]
   3014 
   3015 [[package]]
   3016 name = "proc-macro-error-attr2"
   3017 version = "2.0.0"
   3018 source = "registry+https://github.com/rust-lang/crates.io-index"
   3019 checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
   3020 dependencies = [
   3021  "proc-macro2",
   3022  "quote",
   3023 ]
   3024 
   3025 [[package]]
   3026 name = "proc-macro-error2"
   3027 version = "2.0.1"
   3028 source = "registry+https://github.com/rust-lang/crates.io-index"
   3029 checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
   3030 dependencies = [
   3031  "proc-macro-error-attr2",
   3032  "proc-macro2",
   3033  "quote",
   3034  "syn 2.0.96",
   3035 ]
   3036 
   3037 [[package]]
   3038 name = "proc-macro2"
   3039 version = "1.0.93"
   3040 source = "registry+https://github.com/rust-lang/crates.io-index"
   3041 checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
   3042 dependencies = [
   3043  "unicode-ident",
   3044 ]
   3045 
   3046 [[package]]
   3047 name = "proptest"
   3048 version = "1.6.0"
   3049 source = "registry+https://github.com/rust-lang/crates.io-index"
   3050 checksum = "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50"
   3051 dependencies = [
   3052  "bit-set",
   3053  "bit-vec",
   3054  "bitflags 2.8.0",
   3055  "lazy_static",
   3056  "num-traits",
   3057  "rand",
   3058  "rand_chacha",
   3059  "rand_xorshift",
   3060  "regex-syntax",
   3061  "rusty-fork",
   3062  "tempfile",
   3063  "unarray",
   3064 ]
   3065 
   3066 [[package]]
   3067 name = "quick-error"
   3068 version = "1.2.3"
   3069 source = "registry+https://github.com/rust-lang/crates.io-index"
   3070 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
   3071 
   3072 [[package]]
   3073 name = "quote"
   3074 version = "1.0.38"
   3075 source = "registry+https://github.com/rust-lang/crates.io-index"
   3076 checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
   3077 dependencies = [
   3078  "proc-macro2",
   3079 ]
   3080 
   3081 [[package]]
   3082 name = "radium"
   3083 version = "0.7.0"
   3084 source = "registry+https://github.com/rust-lang/crates.io-index"
   3085 checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
   3086 
   3087 [[package]]
   3088 name = "rand"
   3089 version = "0.8.5"
   3090 source = "registry+https://github.com/rust-lang/crates.io-index"
   3091 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
   3092 dependencies = [
   3093  "libc",
   3094  "rand_chacha",
   3095  "rand_core",
   3096  "serde",
   3097 ]
   3098 
   3099 [[package]]
   3100 name = "rand_chacha"
   3101 version = "0.3.1"
   3102 source = "registry+https://github.com/rust-lang/crates.io-index"
   3103 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
   3104 dependencies = [
   3105  "ppv-lite86",
   3106  "rand_core",
   3107 ]
   3108 
   3109 [[package]]
   3110 name = "rand_core"
   3111 version = "0.6.4"
   3112 source = "registry+https://github.com/rust-lang/crates.io-index"
   3113 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
   3114 dependencies = [
   3115  "getrandom",
   3116 ]
   3117 
   3118 [[package]]
   3119 name = "rand_xorshift"
   3120 version = "0.3.0"
   3121 source = "registry+https://github.com/rust-lang/crates.io-index"
   3122 checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
   3123 dependencies = [
   3124  "rand_core",
   3125 ]
   3126 
   3127 [[package]]
   3128 name = "recvmsg"
   3129 version = "1.0.0"
   3130 source = "registry+https://github.com/rust-lang/crates.io-index"
   3131 checksum = "d3edd4d5d42c92f0a659926464d4cce56b562761267ecf0f469d85b7de384175"
   3132 
   3133 [[package]]
   3134 name = "redox_syscall"
   3135 version = "0.5.8"
   3136 source = "registry+https://github.com/rust-lang/crates.io-index"
   3137 checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
   3138 dependencies = [
   3139  "bitflags 2.8.0",
   3140 ]
   3141 
   3142 [[package]]
   3143 name = "regex"
   3144 version = "1.11.1"
   3145 source = "registry+https://github.com/rust-lang/crates.io-index"
   3146 checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
   3147 dependencies = [
   3148  "aho-corasick",
   3149  "memchr",
   3150  "regex-automata",
   3151  "regex-syntax",
   3152 ]
   3153 
   3154 [[package]]
   3155 name = "regex-automata"
   3156 version = "0.4.9"
   3157 source = "registry+https://github.com/rust-lang/crates.io-index"
   3158 checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
   3159 dependencies = [
   3160  "aho-corasick",
   3161  "memchr",
   3162  "regex-syntax",
   3163 ]
   3164 
   3165 [[package]]
   3166 name = "regex-syntax"
   3167 version = "0.8.5"
   3168 source = "registry+https://github.com/rust-lang/crates.io-index"
   3169 checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
   3170 
   3171 [[package]]
   3172 name = "reqwest"
   3173 version = "0.12.12"
   3174 source = "registry+https://github.com/rust-lang/crates.io-index"
   3175 checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
   3176 dependencies = [
   3177  "base64",
   3178  "bytes",
   3179  "futures-core",
   3180  "futures-util",
   3181  "http",
   3182  "http-body",
   3183  "http-body-util",
   3184  "hyper",
   3185  "hyper-tls",
   3186  "hyper-util",
   3187  "ipnet",
   3188  "js-sys",
   3189  "log",
   3190  "mime",
   3191  "native-tls",
   3192  "once_cell",
   3193  "percent-encoding",
   3194  "pin-project-lite",
   3195  "rustls-pemfile",
   3196  "serde",
   3197  "serde_json",
   3198  "serde_urlencoded",
   3199  "sync_wrapper",
   3200  "tokio",
   3201  "tokio-native-tls",
   3202  "tower",
   3203  "tower-service",
   3204  "url",
   3205  "wasm-bindgen",
   3206  "wasm-bindgen-futures",
   3207  "web-sys",
   3208  "windows-registry",
   3209 ]
   3210 
   3211 [[package]]
   3212 name = "rfc6979"
   3213 version = "0.4.0"
   3214 source = "registry+https://github.com/rust-lang/crates.io-index"
   3215 checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
   3216 dependencies = [
   3217  "hmac",
   3218  "subtle",
   3219 ]
   3220 
   3221 [[package]]
   3222 name = "ring"
   3223 version = "0.17.8"
   3224 source = "registry+https://github.com/rust-lang/crates.io-index"
   3225 checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
   3226 dependencies = [
   3227  "cc",
   3228  "cfg-if",
   3229  "getrandom",
   3230  "libc",
   3231  "spin",
   3232  "untrusted",
   3233  "windows-sys 0.52.0",
   3234 ]
   3235 
   3236 [[package]]
   3237 name = "rlp"
   3238 version = "0.5.2"
   3239 source = "registry+https://github.com/rust-lang/crates.io-index"
   3240 checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"
   3241 dependencies = [
   3242  "bytes",
   3243  "rustc-hex",
   3244 ]
   3245 
   3246 [[package]]
   3247 name = "ruint"
   3248 version = "1.12.3"
   3249 source = "registry+https://github.com/rust-lang/crates.io-index"
   3250 checksum = "2c3cc4c2511671f327125da14133d0c5c5d137f006a1017a16f557bc85b16286"
   3251 dependencies = [
   3252  "alloy-rlp",
   3253  "ark-ff 0.3.0",
   3254  "ark-ff 0.4.2",
   3255  "bytes",
   3256  "fastrlp",
   3257  "num-bigint",
   3258  "num-traits",
   3259  "parity-scale-codec",
   3260  "primitive-types",
   3261  "proptest",
   3262  "rand",
   3263  "rlp",
   3264  "ruint-macro",
   3265  "serde",
   3266  "valuable",
   3267  "zeroize",
   3268 ]
   3269 
   3270 [[package]]
   3271 name = "ruint-macro"
   3272 version = "1.2.1"
   3273 source = "registry+https://github.com/rust-lang/crates.io-index"
   3274 checksum = "48fd7bd8a6377e15ad9d42a8ec25371b94ddc67abe7c8b9127bec79bebaaae18"
   3275 
   3276 [[package]]
   3277 name = "rustc-demangle"
   3278 version = "0.1.24"
   3279 source = "registry+https://github.com/rust-lang/crates.io-index"
   3280 checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
   3281 
   3282 [[package]]
   3283 name = "rustc-hash"
   3284 version = "2.1.0"
   3285 source = "registry+https://github.com/rust-lang/crates.io-index"
   3286 checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
   3287 
   3288 [[package]]
   3289 name = "rustc-hex"
   3290 version = "2.1.0"
   3291 source = "registry+https://github.com/rust-lang/crates.io-index"
   3292 checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"
   3293 
   3294 [[package]]
   3295 name = "rustc_version"
   3296 version = "0.3.3"
   3297 source = "registry+https://github.com/rust-lang/crates.io-index"
   3298 checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
   3299 dependencies = [
   3300  "semver 0.11.0",
   3301 ]
   3302 
   3303 [[package]]
   3304 name = "rustc_version"
   3305 version = "0.4.1"
   3306 source = "registry+https://github.com/rust-lang/crates.io-index"
   3307 checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
   3308 dependencies = [
   3309  "semver 1.0.25",
   3310 ]
   3311 
   3312 [[package]]
   3313 name = "rustix"
   3314 version = "0.38.44"
   3315 source = "registry+https://github.com/rust-lang/crates.io-index"
   3316 checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
   3317 dependencies = [
   3318  "bitflags 2.8.0",
   3319  "errno",
   3320  "libc",
   3321  "linux-raw-sys",
   3322  "windows-sys 0.59.0",
   3323 ]
   3324 
   3325 [[package]]
   3326 name = "rustls"
   3327 version = "0.23.21"
   3328 source = "registry+https://github.com/rust-lang/crates.io-index"
   3329 checksum = "8f287924602bf649d949c63dc8ac8b235fa5387d394020705b80c4eb597ce5b8"
   3330 dependencies = [
   3331  "once_cell",
   3332  "ring",
   3333  "rustls-pki-types",
   3334  "rustls-webpki",
   3335  "subtle",
   3336  "zeroize",
   3337 ]
   3338 
   3339 [[package]]
   3340 name = "rustls-pemfile"
   3341 version = "2.2.0"
   3342 source = "registry+https://github.com/rust-lang/crates.io-index"
   3343 checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
   3344 dependencies = [
   3345  "rustls-pki-types",
   3346 ]
   3347 
   3348 [[package]]
   3349 name = "rustls-pki-types"
   3350 version = "1.10.1"
   3351 source = "registry+https://github.com/rust-lang/crates.io-index"
   3352 checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37"
   3353 
   3354 [[package]]
   3355 name = "rustls-webpki"
   3356 version = "0.102.8"
   3357 source = "registry+https://github.com/rust-lang/crates.io-index"
   3358 checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
   3359 dependencies = [
   3360  "ring",
   3361  "rustls-pki-types",
   3362  "untrusted",
   3363 ]
   3364 
   3365 [[package]]
   3366 name = "rustversion"
   3367 version = "1.0.19"
   3368 source = "registry+https://github.com/rust-lang/crates.io-index"
   3369 checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
   3370 
   3371 [[package]]
   3372 name = "rusty-fork"
   3373 version = "0.3.0"
   3374 source = "registry+https://github.com/rust-lang/crates.io-index"
   3375 checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
   3376 dependencies = [
   3377  "fnv",
   3378  "quick-error",
   3379  "tempfile",
   3380  "wait-timeout",
   3381 ]
   3382 
   3383 [[package]]
   3384 name = "ryu"
   3385 version = "1.0.18"
   3386 source = "registry+https://github.com/rust-lang/crates.io-index"
   3387 checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
   3388 
   3389 [[package]]
   3390 name = "schannel"
   3391 version = "0.1.27"
   3392 source = "registry+https://github.com/rust-lang/crates.io-index"
   3393 checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
   3394 dependencies = [
   3395  "windows-sys 0.59.0",
   3396 ]
   3397 
   3398 [[package]]
   3399 name = "schnellru"
   3400 version = "0.2.4"
   3401 source = "registry+https://github.com/rust-lang/crates.io-index"
   3402 checksum = "356285bbf17bea63d9e52e96bd18f039672ac92b55b8cb997d6162a2a37d1649"
   3403 dependencies = [
   3404  "ahash",
   3405  "cfg-if",
   3406  "hashbrown 0.13.2",
   3407 ]
   3408 
   3409 [[package]]
   3410 name = "scopeguard"
   3411 version = "1.2.0"
   3412 source = "registry+https://github.com/rust-lang/crates.io-index"
   3413 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
   3414 
   3415 [[package]]
   3416 name = "sec1"
   3417 version = "0.7.3"
   3418 source = "registry+https://github.com/rust-lang/crates.io-index"
   3419 checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
   3420 dependencies = [
   3421  "base16ct",
   3422  "der",
   3423  "generic-array",
   3424  "pkcs8",
   3425  "subtle",
   3426  "zeroize",
   3427 ]
   3428 
   3429 [[package]]
   3430 name = "security-framework"
   3431 version = "2.11.1"
   3432 source = "registry+https://github.com/rust-lang/crates.io-index"
   3433 checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
   3434 dependencies = [
   3435  "bitflags 2.8.0",
   3436  "core-foundation",
   3437  "core-foundation-sys",
   3438  "libc",
   3439  "security-framework-sys",
   3440 ]
   3441 
   3442 [[package]]
   3443 name = "security-framework-sys"
   3444 version = "2.14.0"
   3445 source = "registry+https://github.com/rust-lang/crates.io-index"
   3446 checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
   3447 dependencies = [
   3448  "core-foundation-sys",
   3449  "libc",
   3450 ]
   3451 
   3452 [[package]]
   3453 name = "semver"
   3454 version = "0.11.0"
   3455 source = "registry+https://github.com/rust-lang/crates.io-index"
   3456 checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
   3457 dependencies = [
   3458  "semver-parser",
   3459 ]
   3460 
   3461 [[package]]
   3462 name = "semver"
   3463 version = "1.0.25"
   3464 source = "registry+https://github.com/rust-lang/crates.io-index"
   3465 checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
   3466 
   3467 [[package]]
   3468 name = "semver-parser"
   3469 version = "0.10.3"
   3470 source = "registry+https://github.com/rust-lang/crates.io-index"
   3471 checksum = "9900206b54a3527fdc7b8a938bffd94a568bac4f4aa8113b209df75a09c0dec2"
   3472 dependencies = [
   3473  "pest",
   3474 ]
   3475 
   3476 [[package]]
   3477 name = "send_wrapper"
   3478 version = "0.6.0"
   3479 source = "registry+https://github.com/rust-lang/crates.io-index"
   3480 checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
   3481 
   3482 [[package]]
   3483 name = "seq-macro"
   3484 version = "0.3.5"
   3485 source = "registry+https://github.com/rust-lang/crates.io-index"
   3486 checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
   3487 
   3488 [[package]]
   3489 name = "serde"
   3490 version = "1.0.217"
   3491 source = "registry+https://github.com/rust-lang/crates.io-index"
   3492 checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
   3493 dependencies = [
   3494  "serde_derive",
   3495 ]
   3496 
   3497 [[package]]
   3498 name = "serde_derive"
   3499 version = "1.0.217"
   3500 source = "registry+https://github.com/rust-lang/crates.io-index"
   3501 checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
   3502 dependencies = [
   3503  "proc-macro2",
   3504  "quote",
   3505  "syn 2.0.96",
   3506 ]
   3507 
   3508 [[package]]
   3509 name = "serde_json"
   3510 version = "1.0.137"
   3511 source = "registry+https://github.com/rust-lang/crates.io-index"
   3512 checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
   3513 dependencies = [
   3514  "itoa",
   3515  "memchr",
   3516  "ryu",
   3517  "serde",
   3518 ]
   3519 
   3520 [[package]]
   3521 name = "serde_urlencoded"
   3522 version = "0.7.1"
   3523 source = "registry+https://github.com/rust-lang/crates.io-index"
   3524 checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
   3525 dependencies = [
   3526  "form_urlencoded",
   3527  "itoa",
   3528  "ryu",
   3529  "serde",
   3530 ]
   3531 
   3532 [[package]]
   3533 name = "sha1"
   3534 version = "0.10.6"
   3535 source = "registry+https://github.com/rust-lang/crates.io-index"
   3536 checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
   3537 dependencies = [
   3538  "cfg-if",
   3539  "cpufeatures",
   3540  "digest 0.10.7",
   3541 ]
   3542 
   3543 [[package]]
   3544 name = "sha2"
   3545 version = "0.10.8"
   3546 source = "registry+https://github.com/rust-lang/crates.io-index"
   3547 checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
   3548 dependencies = [
   3549  "cfg-if",
   3550  "cpufeatures",
   3551  "digest 0.10.7",
   3552 ]
   3553 
   3554 [[package]]
   3555 name = "sha3"
   3556 version = "0.10.8"
   3557 source = "registry+https://github.com/rust-lang/crates.io-index"
   3558 checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
   3559 dependencies = [
   3560  "digest 0.10.7",
   3561  "keccak",
   3562 ]
   3563 
   3564 [[package]]
   3565 name = "sha3-asm"
   3566 version = "0.1.4"
   3567 source = "registry+https://github.com/rust-lang/crates.io-index"
   3568 checksum = "c28efc5e327c837aa837c59eae585fc250715ef939ac32881bcc11677cd02d46"
   3569 dependencies = [
   3570  "cc",
   3571  "cfg-if",
   3572 ]
   3573 
   3574 [[package]]
   3575 name = "shlex"
   3576 version = "1.3.0"
   3577 source = "registry+https://github.com/rust-lang/crates.io-index"
   3578 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
   3579 
   3580 [[package]]
   3581 name = "signal-hook-registry"
   3582 version = "1.4.1"
   3583 source = "registry+https://github.com/rust-lang/crates.io-index"
   3584 checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
   3585 dependencies = [
   3586  "libc",
   3587 ]
   3588 
   3589 [[package]]
   3590 name = "signature"
   3591 version = "2.2.0"
   3592 source = "registry+https://github.com/rust-lang/crates.io-index"
   3593 checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
   3594 dependencies = [
   3595  "digest 0.10.7",
   3596  "rand_core",
   3597 ]
   3598 
   3599 [[package]]
   3600 name = "slab"
   3601 version = "0.4.9"
   3602 source = "registry+https://github.com/rust-lang/crates.io-index"
   3603 checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
   3604 dependencies = [
   3605  "autocfg",
   3606 ]
   3607 
   3608 [[package]]
   3609 name = "smallvec"
   3610 version = "1.13.2"
   3611 source = "registry+https://github.com/rust-lang/crates.io-index"
   3612 checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
   3613 dependencies = [
   3614  "serde",
   3615 ]
   3616 
   3617 [[package]]
   3618 name = "snap"
   3619 version = "1.1.1"
   3620 source = "registry+https://github.com/rust-lang/crates.io-index"
   3621 checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
   3622 
   3623 [[package]]
   3624 name = "socket2"
   3625 version = "0.5.8"
   3626 source = "registry+https://github.com/rust-lang/crates.io-index"
   3627 checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
   3628 dependencies = [
   3629  "libc",
   3630  "windows-sys 0.52.0",
   3631 ]
   3632 
   3633 [[package]]
   3634 name = "spin"
   3635 version = "0.9.8"
   3636 source = "registry+https://github.com/rust-lang/crates.io-index"
   3637 checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
   3638 
   3639 [[package]]
   3640 name = "spki"
   3641 version = "0.7.3"
   3642 source = "registry+https://github.com/rust-lang/crates.io-index"
   3643 checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
   3644 dependencies = [
   3645  "base64ct",
   3646  "der",
   3647 ]
   3648 
   3649 [[package]]
   3650 name = "stable_deref_trait"
   3651 version = "1.2.0"
   3652 source = "registry+https://github.com/rust-lang/crates.io-index"
   3653 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
   3654 
   3655 [[package]]
   3656 name = "static_assertions"
   3657 version = "1.1.0"
   3658 source = "registry+https://github.com/rust-lang/crates.io-index"
   3659 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
   3660 
   3661 [[package]]
   3662 name = "strum"
   3663 version = "0.26.3"
   3664 source = "registry+https://github.com/rust-lang/crates.io-index"
   3665 checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
   3666 dependencies = [
   3667  "strum_macros",
   3668 ]
   3669 
   3670 [[package]]
   3671 name = "strum_macros"
   3672 version = "0.26.4"
   3673 source = "registry+https://github.com/rust-lang/crates.io-index"
   3674 checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
   3675 dependencies = [
   3676  "heck",
   3677  "proc-macro2",
   3678  "quote",
   3679  "rustversion",
   3680  "syn 2.0.96",
   3681 ]
   3682 
   3683 [[package]]
   3684 name = "subtle"
   3685 version = "2.6.1"
   3686 source = "registry+https://github.com/rust-lang/crates.io-index"
   3687 checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
   3688 
   3689 [[package]]
   3690 name = "syn"
   3691 version = "1.0.109"
   3692 source = "registry+https://github.com/rust-lang/crates.io-index"
   3693 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
   3694 dependencies = [
   3695  "proc-macro2",
   3696  "quote",
   3697  "unicode-ident",
   3698 ]
   3699 
   3700 [[package]]
   3701 name = "syn"
   3702 version = "2.0.96"
   3703 source = "registry+https://github.com/rust-lang/crates.io-index"
   3704 checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
   3705 dependencies = [
   3706  "proc-macro2",
   3707  "quote",
   3708  "unicode-ident",
   3709 ]
   3710 
   3711 [[package]]
   3712 name = "syn-solidity"
   3713 version = "0.8.19"
   3714 source = "registry+https://github.com/rust-lang/crates.io-index"
   3715 checksum = "b84e4d83a0a6704561302b917a932484e1cae2d8c6354c64be8b7bac1c1fe057"
   3716 dependencies = [
   3717  "paste",
   3718  "proc-macro2",
   3719  "quote",
   3720  "syn 2.0.96",
   3721 ]
   3722 
   3723 [[package]]
   3724 name = "sync_wrapper"
   3725 version = "1.0.2"
   3726 source = "registry+https://github.com/rust-lang/crates.io-index"
   3727 checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
   3728 dependencies = [
   3729  "futures-core",
   3730 ]
   3731 
   3732 [[package]]
   3733 name = "synstructure"
   3734 version = "0.13.1"
   3735 source = "registry+https://github.com/rust-lang/crates.io-index"
   3736 checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
   3737 dependencies = [
   3738  "proc-macro2",
   3739  "quote",
   3740  "syn 2.0.96",
   3741 ]
   3742 
   3743 [[package]]
   3744 name = "tap"
   3745 version = "1.0.1"
   3746 source = "registry+https://github.com/rust-lang/crates.io-index"
   3747 checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
   3748 
   3749 [[package]]
   3750 name = "tempfile"
   3751 version = "3.15.0"
   3752 source = "registry+https://github.com/rust-lang/crates.io-index"
   3753 checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
   3754 dependencies = [
   3755  "cfg-if",
   3756  "fastrand",
   3757  "getrandom",
   3758  "once_cell",
   3759  "rustix",
   3760  "windows-sys 0.59.0",
   3761 ]
   3762 
   3763 [[package]]
   3764 name = "thiserror"
   3765 version = "1.0.69"
   3766 source = "registry+https://github.com/rust-lang/crates.io-index"
   3767 checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
   3768 dependencies = [
   3769  "thiserror-impl 1.0.69",
   3770 ]
   3771 
   3772 [[package]]
   3773 name = "thiserror"
   3774 version = "2.0.11"
   3775 source = "registry+https://github.com/rust-lang/crates.io-index"
   3776 checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
   3777 dependencies = [
   3778  "thiserror-impl 2.0.11",
   3779 ]
   3780 
   3781 [[package]]
   3782 name = "thiserror-impl"
   3783 version = "1.0.69"
   3784 source = "registry+https://github.com/rust-lang/crates.io-index"
   3785 checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
   3786 dependencies = [
   3787  "proc-macro2",
   3788  "quote",
   3789  "syn 2.0.96",
   3790 ]
   3791 
   3792 [[package]]
   3793 name = "thiserror-impl"
   3794 version = "2.0.11"
   3795 source = "registry+https://github.com/rust-lang/crates.io-index"
   3796 checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
   3797 dependencies = [
   3798  "proc-macro2",
   3799  "quote",
   3800  "syn 2.0.96",
   3801 ]
   3802 
   3803 [[package]]
   3804 name = "threadpool"
   3805 version = "1.8.1"
   3806 source = "registry+https://github.com/rust-lang/crates.io-index"
   3807 checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
   3808 dependencies = [
   3809  "num_cpus",
   3810 ]
   3811 
   3812 [[package]]
   3813 name = "thrift"
   3814 version = "0.17.0"
   3815 source = "registry+https://github.com/rust-lang/crates.io-index"
   3816 checksum = "7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09"
   3817 dependencies = [
   3818  "byteorder",
   3819  "integer-encoding",
   3820  "ordered-float",
   3821 ]
   3822 
   3823 [[package]]
   3824 name = "tiny-keccak"
   3825 version = "2.0.2"
   3826 source = "registry+https://github.com/rust-lang/crates.io-index"
   3827 checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
   3828 dependencies = [
   3829  "crunchy",
   3830 ]
   3831 
   3832 [[package]]
   3833 name = "tinystr"
   3834 version = "0.7.6"
   3835 source = "registry+https://github.com/rust-lang/crates.io-index"
   3836 checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
   3837 dependencies = [
   3838  "displaydoc",
   3839  "zerovec",
   3840 ]
   3841 
   3842 [[package]]
   3843 name = "tokio"
   3844 version = "1.43.0"
   3845 source = "registry+https://github.com/rust-lang/crates.io-index"
   3846 checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
   3847 dependencies = [
   3848  "backtrace",
   3849  "bytes",
   3850  "libc",
   3851  "mio",
   3852  "parking_lot",
   3853  "pin-project-lite",
   3854  "signal-hook-registry",
   3855  "socket2",
   3856  "tokio-macros",
   3857  "windows-sys 0.52.0",
   3858 ]
   3859 
   3860 [[package]]
   3861 name = "tokio-macros"
   3862 version = "2.5.0"
   3863 source = "registry+https://github.com/rust-lang/crates.io-index"
   3864 checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
   3865 dependencies = [
   3866  "proc-macro2",
   3867  "quote",
   3868  "syn 2.0.96",
   3869 ]
   3870 
   3871 [[package]]
   3872 name = "tokio-native-tls"
   3873 version = "0.3.1"
   3874 source = "registry+https://github.com/rust-lang/crates.io-index"
   3875 checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
   3876 dependencies = [
   3877  "native-tls",
   3878  "tokio",
   3879 ]
   3880 
   3881 [[package]]
   3882 name = "tokio-rustls"
   3883 version = "0.26.1"
   3884 source = "registry+https://github.com/rust-lang/crates.io-index"
   3885 checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
   3886 dependencies = [
   3887  "rustls",
   3888  "tokio",
   3889 ]
   3890 
   3891 [[package]]
   3892 name = "tokio-stream"
   3893 version = "0.1.17"
   3894 source = "registry+https://github.com/rust-lang/crates.io-index"
   3895 checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
   3896 dependencies = [
   3897  "futures-core",
   3898  "pin-project-lite",
   3899  "tokio",
   3900  "tokio-util",
   3901 ]
   3902 
   3903 [[package]]
   3904 name = "tokio-tungstenite"
   3905 version = "0.24.0"
   3906 source = "registry+https://github.com/rust-lang/crates.io-index"
   3907 checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
   3908 dependencies = [
   3909  "futures-util",
   3910  "log",
   3911  "rustls",
   3912  "rustls-pki-types",
   3913  "tokio",
   3914  "tokio-rustls",
   3915  "tungstenite",
   3916  "webpki-roots",
   3917 ]
   3918 
   3919 [[package]]
   3920 name = "tokio-util"
   3921 version = "0.7.13"
   3922 source = "registry+https://github.com/rust-lang/crates.io-index"
   3923 checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
   3924 dependencies = [
   3925  "bytes",
   3926  "futures-core",
   3927  "futures-sink",
   3928  "pin-project-lite",
   3929  "tokio",
   3930 ]
   3931 
   3932 [[package]]
   3933 name = "toml_datetime"
   3934 version = "0.6.8"
   3935 source = "registry+https://github.com/rust-lang/crates.io-index"
   3936 checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
   3937 
   3938 [[package]]
   3939 name = "toml_edit"
   3940 version = "0.22.22"
   3941 source = "registry+https://github.com/rust-lang/crates.io-index"
   3942 checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
   3943 dependencies = [
   3944  "indexmap",
   3945  "toml_datetime",
   3946  "winnow",
   3947 ]
   3948 
   3949 [[package]]
   3950 name = "tower"
   3951 version = "0.5.2"
   3952 source = "registry+https://github.com/rust-lang/crates.io-index"
   3953 checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
   3954 dependencies = [
   3955  "futures-core",
   3956  "futures-util",
   3957  "pin-project-lite",
   3958  "sync_wrapper",
   3959  "tokio",
   3960  "tower-layer",
   3961  "tower-service",
   3962 ]
   3963 
   3964 [[package]]
   3965 name = "tower-layer"
   3966 version = "0.3.3"
   3967 source = "registry+https://github.com/rust-lang/crates.io-index"
   3968 checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
   3969 
   3970 [[package]]
   3971 name = "tower-service"
   3972 version = "0.3.3"
   3973 source = "registry+https://github.com/rust-lang/crates.io-index"
   3974 checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
   3975 
   3976 [[package]]
   3977 name = "tracing"
   3978 version = "0.1.41"
   3979 source = "registry+https://github.com/rust-lang/crates.io-index"
   3980 checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
   3981 dependencies = [
   3982  "pin-project-lite",
   3983  "tracing-attributes",
   3984  "tracing-core",
   3985 ]
   3986 
   3987 [[package]]
   3988 name = "tracing-attributes"
   3989 version = "0.1.28"
   3990 source = "registry+https://github.com/rust-lang/crates.io-index"
   3991 checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
   3992 dependencies = [
   3993  "proc-macro2",
   3994  "quote",
   3995  "syn 2.0.96",
   3996 ]
   3997 
   3998 [[package]]
   3999 name = "tracing-core"
   4000 version = "0.1.33"
   4001 source = "registry+https://github.com/rust-lang/crates.io-index"
   4002 checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
   4003 dependencies = [
   4004  "once_cell",
   4005 ]
   4006 
   4007 [[package]]
   4008 name = "try-lock"
   4009 version = "0.2.5"
   4010 source = "registry+https://github.com/rust-lang/crates.io-index"
   4011 checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
   4012 
   4013 [[package]]
   4014 name = "tungstenite"
   4015 version = "0.24.0"
   4016 source = "registry+https://github.com/rust-lang/crates.io-index"
   4017 checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
   4018 dependencies = [
   4019  "byteorder",
   4020  "bytes",
   4021  "data-encoding",
   4022  "http",
   4023  "httparse",
   4024  "log",
   4025  "rand",
   4026  "rustls",
   4027  "rustls-pki-types",
   4028  "sha1",
   4029  "thiserror 1.0.69",
   4030  "utf-8",
   4031 ]
   4032 
   4033 [[package]]
   4034 name = "twox-hash"
   4035 version = "1.6.3"
   4036 source = "registry+https://github.com/rust-lang/crates.io-index"
   4037 checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
   4038 dependencies = [
   4039  "cfg-if",
   4040  "static_assertions",
   4041 ]
   4042 
   4043 [[package]]
   4044 name = "typenum"
   4045 version = "1.17.0"
   4046 source = "registry+https://github.com/rust-lang/crates.io-index"
   4047 checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
   4048 
   4049 [[package]]
   4050 name = "ucd-trie"
   4051 version = "0.1.7"
   4052 source = "registry+https://github.com/rust-lang/crates.io-index"
   4053 checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
   4054 
   4055 [[package]]
   4056 name = "uint"
   4057 version = "0.9.5"
   4058 source = "registry+https://github.com/rust-lang/crates.io-index"
   4059 checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"
   4060 dependencies = [
   4061  "byteorder",
   4062  "crunchy",
   4063  "hex",
   4064  "static_assertions",
   4065 ]
   4066 
   4067 [[package]]
   4068 name = "unarray"
   4069 version = "0.1.4"
   4070 source = "registry+https://github.com/rust-lang/crates.io-index"
   4071 checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
   4072 
   4073 [[package]]
   4074 name = "unicode-ident"
   4075 version = "1.0.15"
   4076 source = "registry+https://github.com/rust-lang/crates.io-index"
   4077 checksum = "11cd88e12b17c6494200a9c1b683a04fcac9573ed74cd1b62aeb2727c5592243"
   4078 
   4079 [[package]]
   4080 name = "unicode-width"
   4081 version = "0.2.0"
   4082 source = "registry+https://github.com/rust-lang/crates.io-index"
   4083 checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
   4084 
   4085 [[package]]
   4086 name = "unicode-xid"
   4087 version = "0.2.6"
   4088 source = "registry+https://github.com/rust-lang/crates.io-index"
   4089 checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
   4090 
   4091 [[package]]
   4092 name = "untrusted"
   4093 version = "0.9.0"
   4094 source = "registry+https://github.com/rust-lang/crates.io-index"
   4095 checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
   4096 
   4097 [[package]]
   4098 name = "url"
   4099 version = "2.5.4"
   4100 source = "registry+https://github.com/rust-lang/crates.io-index"
   4101 checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
   4102 dependencies = [
   4103  "form_urlencoded",
   4104  "idna",
   4105  "percent-encoding",
   4106 ]
   4107 
   4108 [[package]]
   4109 name = "utf-8"
   4110 version = "0.7.6"
   4111 source = "registry+https://github.com/rust-lang/crates.io-index"
   4112 checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
   4113 
   4114 [[package]]
   4115 name = "utf16_iter"
   4116 version = "1.0.5"
   4117 source = "registry+https://github.com/rust-lang/crates.io-index"
   4118 checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
   4119 
   4120 [[package]]
   4121 name = "utf8_iter"
   4122 version = "1.0.4"
   4123 source = "registry+https://github.com/rust-lang/crates.io-index"
   4124 checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
   4125 
   4126 [[package]]
   4127 name = "utf8parse"
   4128 version = "0.2.2"
   4129 source = "registry+https://github.com/rust-lang/crates.io-index"
   4130 checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
   4131 
   4132 [[package]]
   4133 name = "valuable"
   4134 version = "0.1.1"
   4135 source = "registry+https://github.com/rust-lang/crates.io-index"
   4136 checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
   4137 
   4138 [[package]]
   4139 name = "vcpkg"
   4140 version = "0.2.15"
   4141 source = "registry+https://github.com/rust-lang/crates.io-index"
   4142 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
   4143 
   4144 [[package]]
   4145 name = "version_check"
   4146 version = "0.9.5"
   4147 source = "registry+https://github.com/rust-lang/crates.io-index"
   4148 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
   4149 
   4150 [[package]]
   4151 name = "wait-timeout"
   4152 version = "0.2.0"
   4153 source = "registry+https://github.com/rust-lang/crates.io-index"
   4154 checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
   4155 dependencies = [
   4156  "libc",
   4157 ]
   4158 
   4159 [[package]]
   4160 name = "want"
   4161 version = "0.3.1"
   4162 source = "registry+https://github.com/rust-lang/crates.io-index"
   4163 checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
   4164 dependencies = [
   4165  "try-lock",
   4166 ]
   4167 
   4168 [[package]]
   4169 name = "wasi"
   4170 version = "0.11.0+wasi-snapshot-preview1"
   4171 source = "registry+https://github.com/rust-lang/crates.io-index"
   4172 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
   4173 
   4174 [[package]]
   4175 name = "wasm-bindgen"
   4176 version = "0.2.100"
   4177 source = "registry+https://github.com/rust-lang/crates.io-index"
   4178 checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
   4179 dependencies = [
   4180  "cfg-if",
   4181  "once_cell",
   4182  "rustversion",
   4183  "wasm-bindgen-macro",
   4184 ]
   4185 
   4186 [[package]]
   4187 name = "wasm-bindgen-backend"
   4188 version = "0.2.100"
   4189 source = "registry+https://github.com/rust-lang/crates.io-index"
   4190 checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
   4191 dependencies = [
   4192  "bumpalo",
   4193  "log",
   4194  "proc-macro2",
   4195  "quote",
   4196  "syn 2.0.96",
   4197  "wasm-bindgen-shared",
   4198 ]
   4199 
   4200 [[package]]
   4201 name = "wasm-bindgen-futures"
   4202 version = "0.4.50"
   4203 source = "registry+https://github.com/rust-lang/crates.io-index"
   4204 checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
   4205 dependencies = [
   4206  "cfg-if",
   4207  "js-sys",
   4208  "once_cell",
   4209  "wasm-bindgen",
   4210  "web-sys",
   4211 ]
   4212 
   4213 [[package]]
   4214 name = "wasm-bindgen-macro"
   4215 version = "0.2.100"
   4216 source = "registry+https://github.com/rust-lang/crates.io-index"
   4217 checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
   4218 dependencies = [
   4219  "quote",
   4220  "wasm-bindgen-macro-support",
   4221 ]
   4222 
   4223 [[package]]
   4224 name = "wasm-bindgen-macro-support"
   4225 version = "0.2.100"
   4226 source = "registry+https://github.com/rust-lang/crates.io-index"
   4227 checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
   4228 dependencies = [
   4229  "proc-macro2",
   4230  "quote",
   4231  "syn 2.0.96",
   4232  "wasm-bindgen-backend",
   4233  "wasm-bindgen-shared",
   4234 ]
   4235 
   4236 [[package]]
   4237 name = "wasm-bindgen-shared"
   4238 version = "0.2.100"
   4239 source = "registry+https://github.com/rust-lang/crates.io-index"
   4240 checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
   4241 dependencies = [
   4242  "unicode-ident",
   4243 ]
   4244 
   4245 [[package]]
   4246 name = "wasmtimer"
   4247 version = "0.4.1"
   4248 source = "registry+https://github.com/rust-lang/crates.io-index"
   4249 checksum = "0048ad49a55b9deb3953841fa1fc5858f0efbcb7a18868c899a360269fac1b23"
   4250 dependencies = [
   4251  "futures",
   4252  "js-sys",
   4253  "parking_lot",
   4254  "pin-utils",
   4255  "slab",
   4256  "wasm-bindgen",
   4257 ]
   4258 
   4259 [[package]]
   4260 name = "web-sys"
   4261 version = "0.3.77"
   4262 source = "registry+https://github.com/rust-lang/crates.io-index"
   4263 checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
   4264 dependencies = [
   4265  "js-sys",
   4266  "wasm-bindgen",
   4267 ]
   4268 
   4269 [[package]]
   4270 name = "web-time"
   4271 version = "1.1.0"
   4272 source = "registry+https://github.com/rust-lang/crates.io-index"
   4273 checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
   4274 dependencies = [
   4275  "js-sys",
   4276  "wasm-bindgen",
   4277 ]
   4278 
   4279 [[package]]
   4280 name = "webpki-roots"
   4281 version = "0.26.7"
   4282 source = "registry+https://github.com/rust-lang/crates.io-index"
   4283 checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
   4284 dependencies = [
   4285  "rustls-pki-types",
   4286 ]
   4287 
   4288 [[package]]
   4289 name = "widestring"
   4290 version = "1.1.0"
   4291 source = "registry+https://github.com/rust-lang/crates.io-index"
   4292 checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
   4293 
   4294 [[package]]
   4295 name = "windows-core"
   4296 version = "0.52.0"
   4297 source = "registry+https://github.com/rust-lang/crates.io-index"
   4298 checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
   4299 dependencies = [
   4300  "windows-targets",
   4301 ]
   4302 
   4303 [[package]]
   4304 name = "windows-registry"
   4305 version = "0.2.0"
   4306 source = "registry+https://github.com/rust-lang/crates.io-index"
   4307 checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
   4308 dependencies = [
   4309  "windows-result",
   4310  "windows-strings",
   4311  "windows-targets",
   4312 ]
   4313 
   4314 [[package]]
   4315 name = "windows-result"
   4316 version = "0.2.0"
   4317 source = "registry+https://github.com/rust-lang/crates.io-index"
   4318 checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
   4319 dependencies = [
   4320  "windows-targets",
   4321 ]
   4322 
   4323 [[package]]
   4324 name = "windows-strings"
   4325 version = "0.1.0"
   4326 source = "registry+https://github.com/rust-lang/crates.io-index"
   4327 checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
   4328 dependencies = [
   4329  "windows-result",
   4330  "windows-targets",
   4331 ]
   4332 
   4333 [[package]]
   4334 name = "windows-sys"
   4335 version = "0.52.0"
   4336 source = "registry+https://github.com/rust-lang/crates.io-index"
   4337 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
   4338 dependencies = [
   4339  "windows-targets",
   4340 ]
   4341 
   4342 [[package]]
   4343 name = "windows-sys"
   4344 version = "0.59.0"
   4345 source = "registry+https://github.com/rust-lang/crates.io-index"
   4346 checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
   4347 dependencies = [
   4348  "windows-targets",
   4349 ]
   4350 
   4351 [[package]]
   4352 name = "windows-targets"
   4353 version = "0.52.6"
   4354 source = "registry+https://github.com/rust-lang/crates.io-index"
   4355 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
   4356 dependencies = [
   4357  "windows_aarch64_gnullvm",
   4358  "windows_aarch64_msvc",
   4359  "windows_i686_gnu",
   4360  "windows_i686_gnullvm",
   4361  "windows_i686_msvc",
   4362  "windows_x86_64_gnu",
   4363  "windows_x86_64_gnullvm",
   4364  "windows_x86_64_msvc",
   4365 ]
   4366 
   4367 [[package]]
   4368 name = "windows_aarch64_gnullvm"
   4369 version = "0.52.6"
   4370 source = "registry+https://github.com/rust-lang/crates.io-index"
   4371 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
   4372 
   4373 [[package]]
   4374 name = "windows_aarch64_msvc"
   4375 version = "0.52.6"
   4376 source = "registry+https://github.com/rust-lang/crates.io-index"
   4377 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
   4378 
   4379 [[package]]
   4380 name = "windows_i686_gnu"
   4381 version = "0.52.6"
   4382 source = "registry+https://github.com/rust-lang/crates.io-index"
   4383 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
   4384 
   4385 [[package]]
   4386 name = "windows_i686_gnullvm"
   4387 version = "0.52.6"
   4388 source = "registry+https://github.com/rust-lang/crates.io-index"
   4389 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
   4390 
   4391 [[package]]
   4392 name = "windows_i686_msvc"
   4393 version = "0.52.6"
   4394 source = "registry+https://github.com/rust-lang/crates.io-index"
   4395 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
   4396 
   4397 [[package]]
   4398 name = "windows_x86_64_gnu"
   4399 version = "0.52.6"
   4400 source = "registry+https://github.com/rust-lang/crates.io-index"
   4401 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
   4402 
   4403 [[package]]
   4404 name = "windows_x86_64_gnullvm"
   4405 version = "0.52.6"
   4406 source = "registry+https://github.com/rust-lang/crates.io-index"
   4407 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
   4408 
   4409 [[package]]
   4410 name = "windows_x86_64_msvc"
   4411 version = "0.52.6"
   4412 source = "registry+https://github.com/rust-lang/crates.io-index"
   4413 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
   4414 
   4415 [[package]]
   4416 name = "winnow"
   4417 version = "0.6.24"
   4418 source = "registry+https://github.com/rust-lang/crates.io-index"
   4419 checksum = "c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a"
   4420 dependencies = [
   4421  "memchr",
   4422 ]
   4423 
   4424 [[package]]
   4425 name = "write16"
   4426 version = "1.0.0"
   4427 source = "registry+https://github.com/rust-lang/crates.io-index"
   4428 checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
   4429 
   4430 [[package]]
   4431 name = "writeable"
   4432 version = "0.5.5"
   4433 source = "registry+https://github.com/rust-lang/crates.io-index"
   4434 checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
   4435 
   4436 [[package]]
   4437 name = "ws_stream_wasm"
   4438 version = "0.7.4"
   4439 source = "registry+https://github.com/rust-lang/crates.io-index"
   4440 checksum = "7999f5f4217fe3818726b66257a4475f71e74ffd190776ad053fa159e50737f5"
   4441 dependencies = [
   4442  "async_io_stream",
   4443  "futures",
   4444  "js-sys",
   4445  "log",
   4446  "pharos",
   4447  "rustc_version 0.4.1",
   4448  "send_wrapper",
   4449  "thiserror 1.0.69",
   4450  "wasm-bindgen",
   4451  "wasm-bindgen-futures",
   4452  "web-sys",
   4453 ]
   4454 
   4455 [[package]]
   4456 name = "wyz"
   4457 version = "0.5.1"
   4458 source = "registry+https://github.com/rust-lang/crates.io-index"
   4459 checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
   4460 dependencies = [
   4461  "tap",
   4462 ]
   4463 
   4464 [[package]]
   4465 name = "yoke"
   4466 version = "0.7.5"
   4467 source = "registry+https://github.com/rust-lang/crates.io-index"
   4468 checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
   4469 dependencies = [
   4470  "serde",
   4471  "stable_deref_trait",
   4472  "yoke-derive",
   4473  "zerofrom",
   4474 ]
   4475 
   4476 [[package]]
   4477 name = "yoke-derive"
   4478 version = "0.7.5"
   4479 source = "registry+https://github.com/rust-lang/crates.io-index"
   4480 checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
   4481 dependencies = [
   4482  "proc-macro2",
   4483  "quote",
   4484  "syn 2.0.96",
   4485  "synstructure",
   4486 ]
   4487 
   4488 [[package]]
   4489 name = "zerocopy"
   4490 version = "0.7.35"
   4491 source = "registry+https://github.com/rust-lang/crates.io-index"
   4492 checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
   4493 dependencies = [
   4494  "byteorder",
   4495  "zerocopy-derive",
   4496 ]
   4497 
   4498 [[package]]
   4499 name = "zerocopy-derive"
   4500 version = "0.7.35"
   4501 source = "registry+https://github.com/rust-lang/crates.io-index"
   4502 checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
   4503 dependencies = [
   4504  "proc-macro2",
   4505  "quote",
   4506  "syn 2.0.96",
   4507 ]
   4508 
   4509 [[package]]
   4510 name = "zerofrom"
   4511 version = "0.1.5"
   4512 source = "registry+https://github.com/rust-lang/crates.io-index"
   4513 checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
   4514 dependencies = [
   4515  "zerofrom-derive",
   4516 ]
   4517 
   4518 [[package]]
   4519 name = "zerofrom-derive"
   4520 version = "0.1.5"
   4521 source = "registry+https://github.com/rust-lang/crates.io-index"
   4522 checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
   4523 dependencies = [
   4524  "proc-macro2",
   4525  "quote",
   4526  "syn 2.0.96",
   4527  "synstructure",
   4528 ]
   4529 
   4530 [[package]]
   4531 name = "zeroize"
   4532 version = "1.8.1"
   4533 source = "registry+https://github.com/rust-lang/crates.io-index"
   4534 checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
   4535 dependencies = [
   4536  "zeroize_derive",
   4537 ]
   4538 
   4539 [[package]]
   4540 name = "zeroize_derive"
   4541 version = "1.4.2"
   4542 source = "registry+https://github.com/rust-lang/crates.io-index"
   4543 checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
   4544 dependencies = [
   4545  "proc-macro2",
   4546  "quote",
   4547  "syn 2.0.96",
   4548 ]
   4549 
   4550 [[package]]
   4551 name = "zerovec"
   4552 version = "0.10.4"
   4553 source = "registry+https://github.com/rust-lang/crates.io-index"
   4554 checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
   4555 dependencies = [
   4556  "yoke",
   4557  "zerofrom",
   4558  "zerovec-derive",
   4559 ]
   4560 
   4561 [[package]]
   4562 name = "zerovec-derive"
   4563 version = "0.10.3"
   4564 source = "registry+https://github.com/rust-lang/crates.io-index"
   4565 checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
   4566 dependencies = [
   4567  "proc-macro2",
   4568  "quote",
   4569  "syn 2.0.96",
   4570 ]
   4571 
   4572 [[package]]
   4573 name = "zstd"
   4574 version = "0.13.2"
   4575 source = "registry+https://github.com/rust-lang/crates.io-index"
   4576 checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
   4577 dependencies = [
   4578  "zstd-safe",
   4579 ]
   4580 
   4581 [[package]]
   4582 name = "zstd-safe"
   4583 version = "7.2.1"
   4584 source = "registry+https://github.com/rust-lang/crates.io-index"
   4585 checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
   4586 dependencies = [
   4587  "zstd-sys",
   4588 ]
   4589 
   4590 [[package]]
   4591 name = "zstd-sys"
   4592 version = "2.0.13+zstd.1.5.6"
   4593 source = "registry+https://github.com/rust-lang/crates.io-index"
   4594 checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
   4595 dependencies = [
   4596  "cc",
   4597  "pkg-config",
   4598 ]