From 4bdcbc4714d117da28fe8589a51c1364684da430 Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Mon, 7 Oct 2024 17:50:21 +0100 Subject: [PATCH 01/10] docs(exex): include code for ExEx book from real files --- Cargo.lock | 4579 ++++++++++++++++++++------- Cargo.toml | 1 + book/developers/exex/hello-world.md | 86 +- 3 files changed, 3450 insertions(+), 1216 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ceeb53a2e4a7..1a04f03b7261 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2568,13 +2568,13 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "rayon", - "reth-chainspec", - "reth-db", - "reth-db-api", - "reth-evm-ethereum", - "reth-primitives", - "reth-provider", - "reth-stages", + "reth-chainspec 1.0.8", + "reth-db 1.0.8", + "reth-db-api 1.0.8", + "reth-evm-ethereum 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-stages 1.0.8", "serde", "serde_json", "thiserror", @@ -2687,8 +2687,8 @@ dependencies = [ "eyre", "futures-util", "reqwest", - "reth", - "reth-node-ethereum", + "reth 1.0.8", + "reth-node-ethereum 1.0.8", "serde", "serde_json", "thiserror", @@ -2702,8 +2702,8 @@ dependencies = [ "clap", "futures-util", "mev-share-sse", - "reth", - "reth-node-ethereum", + "reth 1.0.8", + "reth-node-ethereum 1.0.8", "tokio", "tracing", ] @@ -2713,13 +2713,13 @@ name = "example-bsc-p2p" version = "0.0.0" dependencies = [ "alloy-primitives", - "reth-chainspec", - "reth-discv4", - "reth-network", - "reth-network-api", - "reth-network-peers", - "reth-primitives", - "reth-tracing", + "reth-chainspec 1.0.8", + "reth-discv4 1.0.8", + "reth-network 1.0.8", + "reth-network-api 1.0.8", + "reth-network-peers 1.0.8", + "reth-primitives 1.0.8", + "reth-tracing 1.0.8", "secp256k1", "serde_json", "tokio", @@ -2734,10 +2734,10 @@ dependencies = [ "alloy-primitives", "eyre", "futures-util", - "reth", - "reth-chainspec", - "reth-node-core", - "reth-node-ethereum", + "reth 1.0.8", + "reth-chainspec 1.0.8", + "reth-node-core 1.0.8", + "reth-node-ethereum 1.0.8", "serde_json", "tokio", ] @@ -2750,16 +2750,16 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types", "eyre", - "reth", - "reth-basic-payload-builder", - "reth-chainspec", - "reth-ethereum-payload-builder", - "reth-node-api", - "reth-node-core", - "reth-node-ethereum", - "reth-payload-builder", - "reth-primitives", - "reth-tracing", + "reth 1.0.8", + "reth-basic-payload-builder 1.0.8", + "reth-chainspec 1.0.8", + "reth-ethereum-payload-builder 1.0.8", + "reth-node-api 1.0.8", + "reth-node-core 1.0.8", + "reth-node-ethereum 1.0.8", + "reth-payload-builder 1.0.8", + "reth-primitives 1.0.8", + "reth-tracing 1.0.8", "serde", "thiserror", "tokio", @@ -2772,14 +2772,14 @@ dependencies = [ "alloy-genesis", "alloy-primitives", "eyre", - "reth", - "reth-chainspec", - "reth-evm-ethereum", - "reth-node-api", - "reth-node-core", - "reth-node-ethereum", - "reth-primitives", - "reth-tracing", + "reth 1.0.8", + "reth-chainspec 1.0.8", + "reth-evm-ethereum 1.0.8", + "reth-node-api 1.0.8", + "reth-node-core 1.0.8", + "reth-node-ethereum 1.0.8", + "reth-primitives 1.0.8", + "reth-tracing 1.0.8", "tokio", ] @@ -2791,8 +2791,8 @@ dependencies = [ "alloy-rpc-types", "clap", "futures-util", - "reth", - "reth-node-ethereum", + "reth 1.0.8", + "reth-node-ethereum 1.0.8", ] [[package]] @@ -2800,10 +2800,10 @@ name = "example-custom-node-components" version = "0.0.0" dependencies = [ "eyre", - "reth", - "reth-node-ethereum", - "reth-tracing", - "reth-transaction-pool", + "reth 1.0.8", + "reth-node-ethereum 1.0.8", + "reth-tracing 1.0.8", + "reth-transaction-pool 1.0.8", ] [[package]] @@ -2813,14 +2813,14 @@ dependencies = [ "alloy-primitives", "eyre", "futures-util", - "reth", - "reth-basic-payload-builder", - "reth-chainspec", - "reth-ethereum-payload-builder", - "reth-node-api", - "reth-node-ethereum", - "reth-payload-builder", - "reth-primitives", + "reth 1.0.8", + "reth-basic-payload-builder 1.0.8", + "reth-chainspec 1.0.8", + "reth-ethereum-payload-builder 1.0.8", + "reth-node-api 1.0.8", + "reth-node-ethereum 1.0.8", + "reth-payload-builder 1.0.8", + "reth-primitives 1.0.8", "tracing", ] @@ -2832,13 +2832,13 @@ dependencies = [ "eyre", "futures", "rand 0.8.5", - "reth", - "reth-eth-wire", - "reth-network", - "reth-network-api", - "reth-node-ethereum", - "reth-primitives", - "reth-provider", + "reth 1.0.8", + "reth-eth-wire 1.0.8", + "reth-network 1.0.8", + "reth-network-api 1.0.8", + "reth-node-ethereum 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", "tokio", "tokio-stream", "tracing", @@ -2851,12 +2851,12 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types", "eyre", - "reth-chainspec", - "reth-db", - "reth-node-ethereum", - "reth-node-types", - "reth-primitives", - "reth-provider", + "reth-chainspec 1.0.8", + "reth-db 1.0.8", + "reth-node-ethereum 1.0.8", + "reth-node-types 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", ] [[package]] @@ -2865,13 +2865,13 @@ version = "0.0.0" dependencies = [ "eyre", "futures", - "reth-chainspec", - "reth-discv4", - "reth-ecies", - "reth-eth-wire", - "reth-network", - "reth-network-peers", - "reth-primitives", + "reth-chainspec 1.0.8", + "reth-discv4 1.0.8", + "reth-ecies 1.0.8", + "reth-eth-wire 1.0.8", + "reth-network 1.0.8", + "reth-network-peers 1.0.8", + "reth-primitives 1.0.8", "secp256k1", "tokio", ] @@ -2882,8 +2882,8 @@ version = "0.0.0" dependencies = [ "eyre", "futures", - "reth-network", - "reth-provider", + "reth-network 1.0.8", + "reth-provider 1.0.8", "tokio", ] @@ -2892,9 +2892,9 @@ name = "example-network-txpool" version = "0.0.0" dependencies = [ "eyre", - "reth-network", - "reth-provider", - "reth-transaction-pool", + "reth-network 1.0.8", + "reth-provider 1.0.8", + "reth-transaction-pool 1.0.8", "tokio", ] @@ -2904,9 +2904,9 @@ version = "0.0.0" dependencies = [ "clap", "jsonrpsee", - "reth", - "reth-node-ethereum", - "reth-transaction-pool", + "reth 1.0.8", + "reth-node-ethereum 1.0.8", + "reth-transaction-pool 1.0.8", "tokio", ] @@ -2914,8 +2914,8 @@ dependencies = [ name = "example-node-event-hooks" version = "0.0.0" dependencies = [ - "reth", - "reth-node-ethereum", + "reth 1.0.8", + "reth-node-ethereum 1.0.8", ] [[package]] @@ -2923,12 +2923,12 @@ name = "example-polygon-p2p" version = "0.0.0" dependencies = [ "alloy-primitives", - "reth-chainspec", - "reth-discv4", - "reth-network", - "reth-primitives", - "reth-provider", - "reth-tracing", + "reth-chainspec 1.0.8", + "reth-discv4 1.0.8", + "reth-network 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-tracing 1.0.8", "secp256k1", "serde_json", "tokio", @@ -2942,11 +2942,11 @@ dependencies = [ "eyre", "futures", "jsonrpsee", - "reth", - "reth-chainspec", - "reth-db", - "reth-node-ethereum", - "reth-provider", + "reth 1.0.8", + "reth-chainspec 1.0.8", + "reth-db 1.0.8", + "reth-node-ethereum 1.0.8", + "reth-provider 1.0.8", "tokio", ] @@ -2958,13 +2958,13 @@ dependencies = [ "alloy-primitives", "eyre", "parking_lot 0.12.3", - "reth", - "reth-chainspec", - "reth-node-api", - "reth-node-core", - "reth-node-ethereum", - "reth-primitives", - "reth-tracing", + "reth 1.0.8", + "reth-chainspec 1.0.8", + "reth-node-api 1.0.8", + "reth-node-core 1.0.8", + "reth-node-ethereum 1.0.8", + "reth-primitives 1.0.8", + "reth-tracing 1.0.8", "schnellru", "tokio", ] @@ -2977,8 +2977,8 @@ dependencies = [ "alloy-rpc-types-trace", "clap", "futures-util", - "reth", - "reth-node-ethereum", + "reth 1.0.8", + "reth-node-ethereum 1.0.8", ] [[package]] @@ -4929,6 +4929,18 @@ dependencies = [ "unsigned-varint 0.7.2", ] +[[package]] +name = "my-exex" +version = "0.1.0" +dependencies = [ + "eyre", + "futures-util", + "reth 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-exex 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-ethereum 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tracing 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", +] + [[package]] name = "nix" version = "0.26.4" @@ -5255,12 +5267,12 @@ name = "op-reth" version = "1.0.8" dependencies = [ "clap", - "reth-cli-util", - "reth-node-builder", + "reth-cli-util 1.0.8", + "reth-node-builder 1.0.8", "reth-optimism-cli", "reth-optimism-node", "reth-optimism-rpc", - "reth-provider", + "reth-provider 1.0.8", "tracing", ] @@ -6220,57 +6232,57 @@ dependencies = [ "clap", "eyre", "futures", - "reth-basic-payload-builder", - "reth-beacon-consensus", - "reth-blockchain-tree", - "reth-chainspec", - "reth-cli", - "reth-cli-commands", - "reth-cli-runner", - "reth-cli-util", - "reth-config", - "reth-consensus", - "reth-consensus-common", - "reth-db", - "reth-db-api", - "reth-discv4", - "reth-downloaders", - "reth-engine-util", - "reth-errors", - "reth-ethereum-payload-builder", - "reth-evm", - "reth-execution-types", - "reth-exex", - "reth-fs-util", - "reth-network", - "reth-network-api", - "reth-network-p2p", - "reth-node-api", - "reth-node-builder", - "reth-node-core", - "reth-node-ethereum", - "reth-node-events", - "reth-node-metrics", - "reth-payload-builder", - "reth-payload-primitives", - "reth-payload-validator", - "reth-primitives", - "reth-provider", - "reth-prune", - "reth-revm", - "reth-rpc", - "reth-rpc-api", - "reth-rpc-builder", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-rpc-types-compat", - "reth-stages", - "reth-static-file", - "reth-tasks", - "reth-tracing", - "reth-transaction-pool", - "reth-trie", - "reth-trie-db", + "reth-basic-payload-builder 1.0.8", + "reth-beacon-consensus 1.0.8", + "reth-blockchain-tree 1.0.8", + "reth-chainspec 1.0.8", + "reth-cli 1.0.8", + "reth-cli-commands 1.0.8", + "reth-cli-runner 1.0.8", + "reth-cli-util 1.0.8", + "reth-config 1.0.8", + "reth-consensus 1.0.8", + "reth-consensus-common 1.0.8", + "reth-db 1.0.8", + "reth-db-api 1.0.8", + "reth-discv4 1.0.8", + "reth-downloaders 1.0.8", + "reth-engine-util 1.0.8", + "reth-errors 1.0.8", + "reth-ethereum-payload-builder 1.0.8", + "reth-evm 1.0.8", + "reth-execution-types 1.0.8", + "reth-exex 1.0.8", + "reth-fs-util 1.0.8", + "reth-network 1.0.8", + "reth-network-api 1.0.8", + "reth-network-p2p 1.0.8", + "reth-node-api 1.0.8", + "reth-node-builder 1.0.8", + "reth-node-core 1.0.8", + "reth-node-ethereum 1.0.8", + "reth-node-events 1.0.8", + "reth-node-metrics 1.0.8", + "reth-payload-builder 1.0.8", + "reth-payload-primitives 1.0.8", + "reth-payload-validator 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-prune 1.0.8", + "reth-revm 1.0.8", + "reth-rpc 1.0.8", + "reth-rpc-api 1.0.8", + "reth-rpc-builder 1.0.8", + "reth-rpc-eth-types 1.0.8", + "reth-rpc-server-types 1.0.8", + "reth-rpc-types-compat 1.0.8", + "reth-stages 1.0.8", + "reth-static-file 1.0.8", + "reth-tasks 1.0.8", + "reth-tracing 1.0.8", + "reth-transaction-pool 1.0.8", + "reth-trie 1.0.8", + "reth-trie-db 1.0.8", "serde_json", "similar-asserts", "tempfile", @@ -6278,6 +6290,78 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types", + "aquamarine", + "backon", + "clap", + "eyre", + "futures", + "reth-basic-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-beacon-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-blockchain-tree 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-cli 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-cli-commands 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-cli-runner 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-cli-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-config 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-consensus-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-downloaders 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-engine-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-ethereum-cli 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-ethereum-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-exex 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-core 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-ethereum 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-events 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-validator 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-prune 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-eth-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-server-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-types-compat 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-stages 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-static-file 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tracing 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "serde_json", + "similar-asserts", + "tokio", + "tracing", +] + [[package]] name = "reth-auto-seal-consensus" version = "1.0.8" @@ -6285,23 +6369,53 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "futures-util", - "reth-beacon-consensus", - "reth-chainspec", - "reth-consensus", - "reth-engine-primitives", - "reth-evm", - "reth-execution-errors", - "reth-execution-types", - "reth-network-p2p", - "reth-network-peers", + "reth-beacon-consensus 1.0.8", + "reth-chainspec 1.0.8", + "reth-consensus 1.0.8", + "reth-engine-primitives 1.0.8", + "reth-evm 1.0.8", + "reth-execution-errors 1.0.8", + "reth-execution-types 1.0.8", + "reth-network-p2p 1.0.8", + "reth-network-peers 1.0.8", "reth-optimism-consensus", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-stages-api", - "reth-tokio-util", - "reth-transaction-pool", - "reth-trie", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-revm 1.0.8", + "reth-stages-api 1.0.8", + "reth-tokio-util 1.0.8", + "reth-transaction-pool 1.0.8", + "reth-trie 1.0.8", + "revm-primitives", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-auto-seal-consensus" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types-engine", + "futures-util", + "reth-beacon-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-stages-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tokio-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "revm-primitives", "tokio", "tokio-stream", @@ -6317,15 +6431,39 @@ dependencies = [ "futures-core", "futures-util", "metrics", - "reth-chainspec", - "reth-metrics", - "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-tasks", - "reth-transaction-pool", + "reth-chainspec 1.0.8", + "reth-metrics 1.0.8", + "reth-payload-builder 1.0.8", + "reth-payload-primitives 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-revm 1.0.8", + "reth-tasks 1.0.8", + "reth-transaction-pool 1.0.8", + "revm", + "tokio", + "tracing", +] + +[[package]] +name = "reth-basic-payload-builder" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "futures-core", + "futures-util", + "metrics", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "revm", "tokio", "tracing", @@ -6342,39 +6480,73 @@ dependencies = [ "futures", "itertools 0.13.0", "metrics", - "reth-blockchain-tree", - "reth-blockchain-tree-api", - "reth-chainspec", - "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", - "reth-downloaders", - "reth-engine-primitives", - "reth-errors", - "reth-ethereum-consensus", - "reth-ethereum-engine-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-exex-types", - "reth-metrics", - "reth-network-p2p", - "reth-node-types", - "reth-payload-builder", - "reth-payload-primitives", - "reth-payload-validator", - "reth-primitives", - "reth-provider", - "reth-prune", - "reth-prune-types", - "reth-rpc-types-compat", - "reth-stages", - "reth-stages-api", - "reth-static-file", - "reth-tasks", + "reth-blockchain-tree 1.0.8", + "reth-blockchain-tree-api 1.0.8", + "reth-chainspec 1.0.8", + "reth-config 1.0.8", + "reth-consensus 1.0.8", + "reth-db 1.0.8", + "reth-db-api 1.0.8", + "reth-downloaders 1.0.8", + "reth-engine-primitives 1.0.8", + "reth-errors 1.0.8", + "reth-ethereum-consensus 1.0.8", + "reth-ethereum-engine-primitives 1.0.8", + "reth-evm 1.0.8", + "reth-evm-ethereum 1.0.8", + "reth-exex-types 1.0.8", + "reth-metrics 1.0.8", + "reth-network-p2p 1.0.8", + "reth-node-types 1.0.8", + "reth-payload-builder 1.0.8", + "reth-payload-primitives 1.0.8", + "reth-payload-validator 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-prune 1.0.8", + "reth-prune-types 1.0.8", + "reth-rpc-types-compat 1.0.8", + "reth-stages 1.0.8", + "reth-stages-api 1.0.8", + "reth-static-file 1.0.8", + "reth-tasks 1.0.8", "reth-testing-utils", - "reth-tokio-util", - "reth-tracing", + "reth-tokio-util 1.0.8", + "reth-tracing 1.0.8", + "schnellru", + "thiserror", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-beacon-consensus" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types-engine", + "futures", + "itertools 0.13.0", + "metrics", + "reth-blockchain-tree-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-ethereum-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-validator 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-prune 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-stages-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-static-file 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tokio-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "schnellru", "thiserror", "tokio", @@ -6403,13 +6575,13 @@ dependencies = [ "eyre", "futures", "reqwest", - "reth-cli-runner", - "reth-cli-util", - "reth-node-api", - "reth-node-core", - "reth-primitives", - "reth-rpc-types-compat", - "reth-tracing", + "reth-cli-runner 1.0.8", + "reth-cli-util 1.0.8", + "reth-node-api 1.0.8", + "reth-node-core 1.0.8", + "reth-primitives 1.0.8", + "reth-rpc-types-compat 1.0.8", + "reth-tracing 1.0.8", "serde", "thiserror", "tokio", @@ -6430,27 +6602,60 @@ dependencies = [ "linked_hash_set", "metrics", "parking_lot 0.12.3", - "reth-blockchain-tree-api", - "reth-chainspec", - "reth-consensus", - "reth-db", - "reth-db-api", - "reth-evm", - "reth-evm-ethereum", - "reth-execution-errors", - "reth-execution-types", - "reth-metrics", - "reth-network", - "reth-node-types", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-stages-api", - "reth-storage-errors", + "reth-blockchain-tree-api 1.0.8", + "reth-chainspec 1.0.8", + "reth-consensus 1.0.8", + "reth-db 1.0.8", + "reth-db-api 1.0.8", + "reth-evm 1.0.8", + "reth-evm-ethereum 1.0.8", + "reth-execution-errors 1.0.8", + "reth-execution-types 1.0.8", + "reth-metrics 1.0.8", + "reth-network 1.0.8", + "reth-node-types 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-revm 1.0.8", + "reth-stages-api 1.0.8", + "reth-storage-errors 1.0.8", "reth-testing-utils", - "reth-trie", - "reth-trie-db", - "reth-trie-parallel", + "reth-trie 1.0.8", + "reth-trie-db 1.0.8", + "reth-trie-parallel 1.0.8", + "tokio", + "tracing", +] + +[[package]] +name = "reth-blockchain-tree" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "aquamarine", + "linked_hash_set", + "metrics", + "parking_lot 0.12.3", + "reth-blockchain-tree-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-stages-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie-parallel 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "tokio", "tracing", ] @@ -6460,10 +6665,23 @@ name = "reth-blockchain-tree-api" version = "1.0.8" dependencies = [ "alloy-primitives", - "reth-consensus", - "reth-execution-errors", - "reth-primitives", - "reth-storage-errors", + "reth-consensus 1.0.8", + "reth-execution-errors 1.0.8", + "reth-primitives 1.0.8", + "reth-storage-errors 1.0.8", + "thiserror", +] + +[[package]] +name = "reth-blockchain-tree-api" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "thiserror", ] @@ -6482,19 +6700,43 @@ dependencies = [ "parking_lot 0.12.3", "pin-project", "rand 0.8.5", - "reth-chainspec", - "reth-errors", - "reth-execution-types", - "reth-metrics", - "reth-primitives", - "reth-storage-api", - "reth-trie", + "reth-chainspec 1.0.8", + "reth-errors 1.0.8", + "reth-execution-types 1.0.8", + "reth-metrics 1.0.8", + "reth-primitives 1.0.8", + "reth-storage-api 1.0.8", + "reth-trie 1.0.8", "revm", "tokio", "tokio-stream", "tracing", ] +[[package]] +name = "reth-chain-state" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "auto_impl", + "derive_more 1.0.0", + "metrics", + "parking_lot 0.12.3", + "pin-project", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "tokio", + "tokio-stream", + "tracing", +] + [[package]] name = "reth-chainspec" version = "1.0.8" @@ -6509,22 +6751,55 @@ dependencies = [ "derive_more 1.0.0", "once_cell", "op-alloy-rpc-types", - "reth-ethereum-forks", - "reth-network-peers", + "reth-ethereum-forks 1.0.8", + "reth-network-peers 1.0.8", "reth-optimism-forks", - "reth-primitives-traits", - "reth-trie-common", + "reth-primitives-traits 1.0.8", + "reth-trie-common 1.0.8", "serde", "serde_json", ] +[[package]] +name = "reth-chainspec" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-chains", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "auto_impl", + "derive_more 1.0.0", + "once_cell", + "reth-ethereum-forks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives-traits 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "serde_json", +] + +[[package]] +name = "reth-cli" +version = "1.0.8" +dependencies = [ + "clap", + "eyre", + "reth-cli-runner 1.0.8", +] + [[package]] name = "reth-cli" version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ + "alloy-genesis", "clap", "eyre", - "reth-cli-runner", + "reth-cli-runner 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "serde_json", + "shellexpand", ] [[package]] @@ -6547,38 +6822,96 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "ratatui", - "reth-beacon-consensus", - "reth-chainspec", - "reth-cli", - "reth-cli-runner", - "reth-cli-util", - "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", - "reth-db-common", - "reth-discv4", - "reth-downloaders", - "reth-ecies", - "reth-eth-wire", - "reth-evm", - "reth-exex", - "reth-fs-util", - "reth-network", - "reth-network-p2p", - "reth-network-peers", - "reth-node-builder", - "reth-node-core", - "reth-node-events", - "reth-node-metrics", - "reth-primitives", - "reth-provider", - "reth-prune", - "reth-stages", - "reth-static-file", - "reth-static-file-types", - "reth-trie", - "reth-trie-db", + "reth-beacon-consensus 1.0.8", + "reth-chainspec 1.0.8", + "reth-cli 1.0.8", + "reth-cli-runner 1.0.8", + "reth-cli-util 1.0.8", + "reth-config 1.0.8", + "reth-consensus 1.0.8", + "reth-db 1.0.8", + "reth-db-api 1.0.8", + "reth-db-common 1.0.8", + "reth-discv4 1.0.8", + "reth-downloaders 1.0.8", + "reth-ecies 1.0.8", + "reth-eth-wire 1.0.8", + "reth-evm 1.0.8", + "reth-exex 1.0.8", + "reth-fs-util 1.0.8", + "reth-network 1.0.8", + "reth-network-p2p 1.0.8", + "reth-network-peers 1.0.8", + "reth-node-builder 1.0.8", + "reth-node-core 1.0.8", + "reth-node-events 1.0.8", + "reth-node-metrics 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-prune 1.0.8", + "reth-stages 1.0.8", + "reth-static-file 1.0.8", + "reth-static-file-types 1.0.8", + "reth-trie 1.0.8", + "reth-trie-db 1.0.8", + "secp256k1", + "serde", + "serde_json", + "tokio", + "toml", + "tracing", +] + +[[package]] +name = "reth-cli-commands" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "ahash", + "alloy-eips", + "alloy-primitives", + "backon", + "clap", + "comfy-table", + "crossterm 0.28.1", + "eyre", + "fdlimit", + "futures", + "human_bytes", + "itertools 0.13.0", + "ratatui", + "reth-beacon-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-cli 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-cli-runner 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-cli-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-config 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-downloaders 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-ecies 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-eth-wire 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-ethereum-cli 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-exex 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-core 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-events 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-prune 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-stages 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-static-file 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-static-file-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "secp256k1", "serde", "serde_json", @@ -6591,7 +6924,17 @@ dependencies = [ name = "reth-cli-runner" version = "1.0.8" dependencies = [ - "reth-tasks", + "reth-tasks 1.0.8", + "tokio", + "tracing", +] + +[[package]] +name = "reth-cli-runner" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "tokio", "tracing", ] @@ -6606,13 +6949,30 @@ dependencies = [ "eyre", "libc", "rand 0.8.5", - "reth-fs-util", + "reth-fs-util 1.0.8", "secp256k1", "thiserror", "tikv-jemallocator", "tracy-client", ] +[[package]] +name = "reth-cli-util" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "cfg-if", + "eyre", + "libc", + "rand 0.8.5", + "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "secp256k1", + "thiserror", + "tikv-jemallocator", +] + [[package]] name = "reth-codecs" version = "1.0.8" @@ -6630,12 +6990,27 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.8.5", - "reth-codecs-derive", + "reth-codecs-derive 1.0.8", "serde", "serde_json", "test-fuzz", ] +[[package]] +name = "reth-codecs" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "bytes", + "modular-bitfield", + "reth-codecs-derive 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", +] + [[package]] name = "reth-codecs-derive" version = "1.0.8" @@ -6647,6 +7022,17 @@ dependencies = [ "syn 2.0.79", ] +[[package]] +name = "reth-codecs-derive" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "convert_case", + "proc-macro2", + "quote", + "syn 2.0.79", +] + [[package]] name = "reth-config" version = "1.0.8" @@ -6654,23 +7040,48 @@ dependencies = [ "alloy-primitives", "eyre", "humantime-serde", - "reth-network-peers", - "reth-network-types", - "reth-prune-types", - "reth-stages-types", + "reth-network-peers 1.0.8", + "reth-network-types 1.0.8", + "reth-prune-types 1.0.8", + "reth-stages-types 1.0.8", "serde", "tempfile", "toml", ] +[[package]] +name = "reth-config" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "eyre", + "humantime-serde", + "reth-network-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-stages-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "serde", + "toml", +] + +[[package]] +name = "reth-consensus" +version = "1.0.8" +dependencies = [ + "alloy-primitives", + "auto_impl", + "derive_more 1.0.0", + "reth-primitives 1.0.8", +] + [[package]] name = "reth-consensus" version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-primitives", "auto_impl", "derive_more 1.0.0", - "reth-primitives", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", ] [[package]] @@ -6681,16 +7092,52 @@ dependencies = [ "alloy-primitives", "mockall", "rand 0.8.5", - "reth-chainspec", - "reth-consensus", - "reth-primitives", - "reth-storage-api", + "reth-chainspec 1.0.8", + "reth-consensus 1.0.8", + "reth-primitives 1.0.8", + "reth-storage-api 1.0.8", "revm-primitives", ] +[[package]] +name = "reth-consensus-common" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "revm-primitives", +] + +[[package]] +name = "reth-consensus-debug-client" +version = "1.0.8" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-provider", + "alloy-rpc-types", + "alloy-rpc-types-engine", + "auto_impl", + "eyre", + "futures", + "reqwest", + "reth-node-api 1.0.8", + "reth-rpc-api 1.0.8", + "reth-rpc-builder 1.0.8", + "reth-tracing 1.0.8", + "ringbuffer", + "serde", + "tokio", +] + [[package]] name = "reth-consensus-debug-client" version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6702,10 +7149,10 @@ dependencies = [ "eyre", "futures", "reqwest", - "reth-node-api", - "reth-rpc-api", - "reth-rpc-builder", - "reth-tracing", + "reth-node-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tracing 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "ringbuffer", "serde", "tokio", @@ -6729,18 +7176,18 @@ dependencies = [ "pprof", "proptest", "rand 0.8.5", - "reth-db-api", - "reth-fs-util", - "reth-libmdbx", - "reth-metrics", - "reth-nippy-jar", - "reth-primitives", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-tracing", - "reth-trie-common", + "reth-db-api 1.0.8", + "reth-fs-util 1.0.8", + "reth-libmdbx 1.0.8", + "reth-metrics 1.0.8", + "reth-nippy-jar 1.0.8", + "reth-primitives 1.0.8", + "reth-primitives-traits 1.0.8", + "reth-prune-types 1.0.8", + "reth-stages-types 1.0.8", + "reth-storage-errors 1.0.8", + "reth-tracing 1.0.8", + "reth-trie-common 1.0.8", "rustc-hash 2.0.0", "serde", "serde_json", @@ -6752,12 +7199,43 @@ dependencies = [ ] [[package]] -name = "reth-db-api" +name = "reth-db" version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ - "alloy-genesis", "alloy-primitives", - "arbitrary", + "bytes", + "derive_more 1.0.0", + "eyre", + "metrics", + "page_size", + "paste", + "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-libmdbx 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-nippy-jar 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives-traits 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-stages-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tracing 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "rustc-hash 2.0.0", + "serde", + "strum", + "sysinfo", + "thiserror", +] + +[[package]] +name = "reth-db-api" +version = "1.0.8" +dependencies = [ + "alloy-genesis", + "alloy-primitives", + "arbitrary", "bytes", "derive_more 1.0.0", "metrics", @@ -6766,40 +7244,91 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.8.5", - "reth-codecs", - "reth-db-models", - "reth-primitives", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-codecs 1.0.8", + "reth-db-models 1.0.8", + "reth-primitives 1.0.8", + "reth-primitives-traits 1.0.8", + "reth-prune-types 1.0.8", + "reth-stages-types 1.0.8", + "reth-storage-errors 1.0.8", + "reth-trie-common 1.0.8", "serde", "test-fuzz", ] +[[package]] +name = "reth-db-api" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-genesis", + "alloy-primitives", + "bytes", + "derive_more 1.0.0", + "metrics", + "modular-bitfield", + "parity-scale-codec", + "reth-codecs 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db-models 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives-traits 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-stages-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "serde", +] + +[[package]] +name = "reth-db-common" +version = "1.0.8" +dependencies = [ + "alloy-genesis", + "alloy-primitives", + "boyer-moore-magiclen", + "eyre", + "reth-chainspec 1.0.8", + "reth-codecs 1.0.8", + "reth-config 1.0.8", + "reth-db 1.0.8", + "reth-db-api 1.0.8", + "reth-etl 1.0.8", + "reth-fs-util 1.0.8", + "reth-node-types 1.0.8", + "reth-primitives 1.0.8", + "reth-primitives-traits 1.0.8", + "reth-provider 1.0.8", + "reth-stages-types 1.0.8", + "reth-trie 1.0.8", + "reth-trie-db 1.0.8", + "serde", + "serde_json", + "thiserror", + "tracing", +] + [[package]] name = "reth-db-common" version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-genesis", "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec", - "reth-codecs", - "reth-config", - "reth-db", - "reth-db-api", - "reth-etl", - "reth-fs-util", - "reth-node-types", - "reth-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-stages-types", - "reth-trie", - "reth-trie-db", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-codecs 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-config 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-etl 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-stages-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "serde", "serde_json", "thiserror", @@ -6816,12 +7345,25 @@ dependencies = [ "modular-bitfield", "proptest", "proptest-arbitrary-interop", - "reth-codecs", - "reth-primitives", + "reth-codecs 1.0.8", + "reth-primitives 1.0.8", "serde", "test-fuzz", ] +[[package]] +name = "reth-db-models" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "bytes", + "modular-bitfield", + "reth-codecs 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "serde", +] + [[package]] name = "reth-discv4" version = "1.0.8" @@ -6834,11 +7376,35 @@ dependencies = [ "generic-array", "parking_lot 0.12.3", "rand 0.8.5", - "reth-ethereum-forks", - "reth-net-banlist", - "reth-net-nat", - "reth-network-peers", - "reth-tracing", + "reth-ethereum-forks 1.0.8", + "reth-net-banlist 1.0.8", + "reth-net-nat 1.0.8", + "reth-network-peers 1.0.8", + "reth-tracing 1.0.8", + "schnellru", + "secp256k1", + "serde", + "thiserror", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-discv4" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "discv5", + "enr", + "generic-array", + "parking_lot 0.12.3", + "reth-ethereum-forks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-net-banlist 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-net-nat 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "schnellru", "secp256k1", "serde", @@ -6861,11 +7427,35 @@ dependencies = [ "itertools 0.13.0", "metrics", "rand 0.8.5", - "reth-chainspec", - "reth-ethereum-forks", - "reth-metrics", - "reth-network-peers", - "reth-tracing", + "reth-chainspec 1.0.8", + "reth-ethereum-forks 1.0.8", + "reth-metrics 1.0.8", + "reth-network-peers 1.0.8", + "reth-tracing 1.0.8", + "secp256k1", + "thiserror", + "tokio", + "tracing", +] + +[[package]] +name = "reth-discv5" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "derive_more 1.0.0", + "discv5", + "enr", + "futures", + "itertools 0.13.0", + "metrics", + "rand 0.8.5", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-ethereum-forks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "secp256k1", "thiserror", "tokio", @@ -6884,11 +7474,11 @@ dependencies = [ "linked_hash_set", "parking_lot 0.12.3", "rand 0.8.5", - "reth-chainspec", - "reth-ethereum-forks", - "reth-network-peers", - "reth-tokio-util", - "reth-tracing", + "reth-chainspec 1.0.8", + "reth-ethereum-forks 1.0.8", + "reth-network-peers 1.0.8", + "reth-tokio-util 1.0.8", + "reth-tracing 1.0.8", "schnellru", "secp256k1", "serde", @@ -6900,6 +7490,28 @@ dependencies = [ "trust-dns-resolver", ] +[[package]] +name = "reth-dns-discovery" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "data-encoding", + "enr", + "linked_hash_set", + "parking_lot 0.12.3", + "reth-ethereum-forks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tokio-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "schnellru", + "secp256k1", + "thiserror", + "tokio", + "tokio-stream", + "tracing", + "trust-dns-resolver", +] + [[package]] name = "reth-downloaders" version = "1.0.8" @@ -6915,20 +7527,20 @@ dependencies = [ "pin-project", "rand 0.8.5", "rayon", - "reth-chainspec", - "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", - "reth-metrics", - "reth-network-p2p", - "reth-network-peers", - "reth-primitives", - "reth-provider", - "reth-storage-api", - "reth-tasks", + "reth-chainspec 1.0.8", + "reth-config 1.0.8", + "reth-consensus 1.0.8", + "reth-db 1.0.8", + "reth-db-api 1.0.8", + "reth-metrics 1.0.8", + "reth-network-p2p 1.0.8", + "reth-network-peers 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-storage-api 1.0.8", + "reth-tasks 1.0.8", "reth-testing-utils", - "reth-tracing", + "reth-tracing 1.0.8", "tempfile", "thiserror", "tokio", @@ -6937,6 +7549,35 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-downloaders" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "futures", + "futures-util", + "itertools 0.13.0", + "metrics", + "pin-project", + "rayon", + "reth-config 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "thiserror", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", +] + [[package]] name = "reth-e2e-test-utils" version = "1.0.8" @@ -6953,22 +7594,22 @@ dependencies = [ "jsonrpsee", "jsonrpsee-types", "op-alloy-rpc-types-engine", - "reth", - "reth-chainspec", - "reth-db", - "reth-network-peers", - "reth-node-builder", - "reth-node-ethereum", - "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives", - "reth-provider", - "reth-rpc", - "reth-rpc-layer", - "reth-rpc-types-compat", - "reth-stages-types", - "reth-tokio-util", - "reth-tracing", + "reth 1.0.8", + "reth-chainspec 1.0.8", + "reth-db 1.0.8", + "reth-network-peers 1.0.8", + "reth-node-builder 1.0.8", + "reth-node-ethereum 1.0.8", + "reth-payload-builder 1.0.8", + "reth-payload-primitives 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-rpc 1.0.8", + "reth-rpc-layer 1.0.8", + "reth-rpc-types-compat 1.0.8", + "reth-stages-types 1.0.8", + "reth-tokio-util 1.0.8", + "reth-tracing 1.0.8", "serde_json", "tokio", "tokio-stream", @@ -6993,7 +7634,38 @@ dependencies = [ "hmac 0.12.1", "pin-project", "rand 0.8.5", - "reth-network-peers", + "reth-network-peers 1.0.8", + "secp256k1", + "sha2 0.10.8", + "sha3", + "thiserror", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", + "typenum", +] + +[[package]] +name = "reth-ecies" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "aes", + "alloy-primitives", + "alloy-rlp", + "block-padding", + "byteorder", + "cipher", + "concat-kdf", + "ctr", + "digest 0.10.7", + "futures", + "generic-array", + "hmac 0.12.1", + "pin-project", + "rand 0.8.5", + "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "secp256k1", "sha2 0.10.8", "sha3", @@ -7013,23 +7685,23 @@ dependencies = [ "alloy-rpc-types-engine", "eyre", "futures-util", - "reth-beacon-consensus", - "reth-chain-state", - "reth-chainspec", - "reth-config", - "reth-db", - "reth-engine-tree", - "reth-ethereum-engine-primitives", + "reth-beacon-consensus 1.0.8", + "reth-chain-state 1.0.8", + "reth-chainspec 1.0.8", + "reth-config 1.0.8", + "reth-db 1.0.8", + "reth-engine-tree 1.0.8", + "reth-ethereum-engine-primitives 1.0.8", "reth-exex-test-utils", - "reth-node-types", - "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives", - "reth-provider", - "reth-prune", - "reth-stages-api", - "reth-tracing", - "reth-transaction-pool", + "reth-node-types 1.0.8", + "reth-payload-builder 1.0.8", + "reth-payload-primitives 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-prune 1.0.8", + "reth-stages-api 1.0.8", + "reth-tracing 1.0.8", + "reth-transaction-pool 1.0.8", "tokio", "tokio-stream", "tracing", @@ -7040,10 +7712,23 @@ name = "reth-engine-primitives" version = "1.0.8" dependencies = [ "alloy-primitives", - "reth-execution-types", - "reth-payload-primitives", - "reth-primitives", - "reth-trie", + "reth-execution-types 1.0.8", + "reth-payload-primitives 1.0.8", + "reth-primitives 1.0.8", + "reth-trie 1.0.8", + "serde", +] + +[[package]] +name = "reth-engine-primitives" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "serde", ] @@ -7053,28 +7738,50 @@ version = "1.0.8" dependencies = [ "futures", "pin-project", - "reth-beacon-consensus", - "reth-chainspec", - "reth-consensus", - "reth-engine-tree", - "reth-ethereum-engine-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-exex-types", - "reth-network-p2p", - "reth-node-types", - "reth-payload-builder", - "reth-payload-validator", - "reth-primitives", - "reth-provider", - "reth-prune", - "reth-stages-api", - "reth-tasks", + "reth-beacon-consensus 1.0.8", + "reth-chainspec 1.0.8", + "reth-consensus 1.0.8", + "reth-engine-tree 1.0.8", + "reth-ethereum-engine-primitives 1.0.8", + "reth-evm 1.0.8", + "reth-evm-ethereum 1.0.8", + "reth-exex-types 1.0.8", + "reth-network-p2p 1.0.8", + "reth-node-types 1.0.8", + "reth-payload-builder 1.0.8", + "reth-payload-validator 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-prune 1.0.8", + "reth-stages-api 1.0.8", + "reth-tasks 1.0.8", "thiserror", "tokio", "tokio-stream", ] +[[package]] +name = "reth-engine-service" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "futures", + "pin-project", + "reth-beacon-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-engine-tree 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-validator 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-prune 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-stages-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "thiserror", +] + [[package]] name = "reth-engine-tree" version = "1.0.8" @@ -7087,36 +7794,73 @@ dependencies = [ "futures", "metrics", "rand 0.8.5", - "reth-beacon-consensus", - "reth-blockchain-tree", - "reth-blockchain-tree-api", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", - "reth-db", - "reth-engine-primitives", - "reth-errors", - "reth-ethereum-engine-primitives", - "reth-evm", - "reth-exex-types", - "reth-metrics", - "reth-network-p2p", - "reth-payload-builder", - "reth-payload-primitives", - "reth-payload-validator", - "reth-primitives", - "reth-provider", - "reth-prune", - "reth-prune-types", - "reth-revm", - "reth-rpc-types-compat", - "reth-stages", - "reth-stages-api", - "reth-static-file", - "reth-tasks", - "reth-tracing", - "reth-trie", - "reth-trie-parallel", + "reth-beacon-consensus 1.0.8", + "reth-blockchain-tree 1.0.8", + "reth-blockchain-tree-api 1.0.8", + "reth-chain-state 1.0.8", + "reth-chainspec 1.0.8", + "reth-consensus 1.0.8", + "reth-db 1.0.8", + "reth-engine-primitives 1.0.8", + "reth-errors 1.0.8", + "reth-ethereum-engine-primitives 1.0.8", + "reth-evm 1.0.8", + "reth-exex-types 1.0.8", + "reth-metrics 1.0.8", + "reth-network-p2p 1.0.8", + "reth-payload-builder 1.0.8", + "reth-payload-primitives 1.0.8", + "reth-payload-validator 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-prune 1.0.8", + "reth-prune-types 1.0.8", + "reth-revm 1.0.8", + "reth-rpc-types-compat 1.0.8", + "reth-stages 1.0.8", + "reth-stages-api 1.0.8", + "reth-static-file 1.0.8", + "reth-tasks 1.0.8", + "reth-tracing 1.0.8", + "reth-trie 1.0.8", + "reth-trie-parallel 1.0.8", + "thiserror", + "tokio", + "tracing", +] + +[[package]] +name = "reth-engine-tree" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "futures", + "metrics", + "reth-beacon-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-blockchain-tree 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-blockchain-tree-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chain-state 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-validator 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-prune 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-stages-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie-parallel 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "thiserror", "tokio", "tracing", @@ -7132,18 +7876,49 @@ dependencies = [ "futures", "itertools 0.13.0", "pin-project", - "reth-beacon-consensus", - "reth-engine-primitives", - "reth-errors", - "reth-ethereum-forks", - "reth-evm", - "reth-fs-util", - "reth-payload-validator", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-rpc-types-compat", - "reth-trie", + "reth-beacon-consensus 1.0.8", + "reth-engine-primitives 1.0.8", + "reth-errors 1.0.8", + "reth-ethereum-forks 1.0.8", + "reth-evm 1.0.8", + "reth-fs-util 1.0.8", + "reth-payload-validator 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-revm 1.0.8", + "reth-rpc-types-compat 1.0.8", + "reth-trie 1.0.8", + "revm-primitives", + "serde", + "serde_json", + "tokio", + "tokio-util", + "tracing", +] + +[[package]] +name = "reth-engine-util" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types-engine", + "eyre", + "futures", + "itertools 0.13.0", + "pin-project", + "reth-beacon-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-ethereum-forks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-validator 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-types-compat 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "revm-primitives", "serde", "serde_json", @@ -7156,11 +7931,24 @@ dependencies = [ name = "reth-errors" version = "1.0.8" dependencies = [ - "reth-blockchain-tree-api", - "reth-consensus", - "reth-execution-errors", - "reth-fs-util", - "reth-storage-errors", + "reth-blockchain-tree-api 1.0.8", + "reth-consensus 1.0.8", + "reth-execution-errors 1.0.8", + "reth-fs-util 1.0.8", + "reth-storage-errors 1.0.8", + "thiserror", +] + +[[package]] +name = "reth-errors" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "reth-blockchain-tree-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "thiserror", ] @@ -7179,14 +7967,14 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.8.5", - "reth-chainspec", - "reth-codecs", - "reth-ecies", - "reth-eth-wire-types", - "reth-metrics", - "reth-network-peers", - "reth-primitives", - "reth-tracing", + "reth-chainspec 1.0.8", + "reth-codecs 1.0.8", + "reth-ecies 1.0.8", + "reth-eth-wire-types 1.0.8", + "reth-metrics 1.0.8", + "reth-network-peers 1.0.8", + "reth-primitives 1.0.8", + "reth-tracing 1.0.8", "secp256k1", "serde", "snap", @@ -7198,6 +7986,32 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-eth-wire" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "bytes", + "derive_more 1.0.0", + "futures", + "pin-project", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-codecs 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-ecies 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-eth-wire-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "snap", + "thiserror", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", +] + [[package]] name = "reth-eth-wire-types" version = "1.0.8" @@ -7214,13 +8028,30 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.8.5", - "reth-chainspec", - "reth-codecs-derive", - "reth-primitives", + "reth-chainspec 1.0.8", + "reth-codecs-derive 1.0.8", + "reth-primitives 1.0.8", "serde", "thiserror", ] +[[package]] +name = "reth-eth-wire-types" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-chains", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "bytes", + "derive_more 1.0.0", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-codecs-derive 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "thiserror", +] + [[package]] name = "reth-ethereum-cli" version = "1.0.8" @@ -7228,22 +8059,45 @@ dependencies = [ "alloy-genesis", "clap", "eyre", - "reth-chainspec", - "reth-cli", - "reth-cli-commands", + "reth-chainspec 1.0.8", + "reth-cli 1.0.8", + "reth-cli-commands 1.0.8", "serde_json", "shellexpand", ] +[[package]] +name = "reth-ethereum-cli" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "eyre", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-cli 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", +] + [[package]] name = "reth-ethereum-consensus" version = "1.0.8" dependencies = [ "alloy-primitives", - "reth-chainspec", - "reth-consensus", - "reth-consensus-common", - "reth-primitives", + "reth-chainspec 1.0.8", + "reth-consensus 1.0.8", + "reth-consensus-common 1.0.8", + "reth-primitives 1.0.8", + "tracing", +] + +[[package]] +name = "reth-ethereum-consensus" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-consensus-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "tracing", ] @@ -7255,17 +8109,36 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", - "reth-chain-state", - "reth-chainspec", - "reth-engine-primitives", - "reth-payload-primitives", - "reth-primitives", - "reth-rpc-types-compat", + "reth-chain-state 1.0.8", + "reth-chainspec 1.0.8", + "reth-engine-primitives 1.0.8", + "reth-payload-primitives 1.0.8", + "reth-primitives 1.0.8", + "reth-rpc-types-compat 1.0.8", "serde", "serde_json", "sha2 0.10.8", ] +[[package]] +name = "reth-ethereum-engine-primitives" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-engine", + "reth-chain-state 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-types-compat 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "serde", + "sha2 0.10.8", +] + [[package]] name = "reth-ethereum-forks" version = "1.0.8" @@ -7285,25 +8158,67 @@ dependencies = [ "thiserror-no-std", ] +[[package]] +name = "reth-ethereum-forks" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-chains", + "alloy-primitives", + "alloy-rlp", + "auto_impl", + "crc", + "dyn-clone", + "once_cell", + "rustc-hash 2.0.0", + "serde", + "thiserror-no-std", +] + [[package]] name = "reth-ethereum-payload-builder" version = "1.0.8" dependencies = [ "alloy-primitives", - "reth-basic-payload-builder", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-evm", - "reth-evm-ethereum", - "reth-execution-types", - "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-transaction-pool", - "reth-trie", + "reth-basic-payload-builder 1.0.8", + "reth-chain-state 1.0.8", + "reth-chainspec 1.0.8", + "reth-errors 1.0.8", + "reth-evm 1.0.8", + "reth-evm-ethereum 1.0.8", + "reth-execution-types 1.0.8", + "reth-payload-builder 1.0.8", + "reth-payload-primitives 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-revm 1.0.8", + "reth-transaction-pool 1.0.8", + "reth-trie 1.0.8", + "revm", + "revm-primitives", + "tracing", +] + +[[package]] +name = "reth-ethereum-payload-builder" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "reth-basic-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chain-state 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-evm-ethereum 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "revm", "revm-primitives", "tracing", @@ -7315,7 +8230,17 @@ version = "1.0.8" dependencies = [ "alloy-primitives", "rayon", - "reth-db-api", + "reth-db-api 1.0.8", + "tempfile", +] + +[[package]] +name = "reth-etl" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "rayon", + "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "tempfile", ] @@ -7329,14 +8254,36 @@ dependencies = [ "futures-util", "metrics", "parking_lot 0.12.3", - "reth-chainspec", - "reth-execution-errors", - "reth-execution-types", - "reth-metrics", - "reth-primitives", - "reth-primitives-traits", - "reth-prune-types", - "reth-storage-errors", + "reth-chainspec 1.0.8", + "reth-execution-errors 1.0.8", + "reth-execution-types 1.0.8", + "reth-metrics 1.0.8", + "reth-primitives 1.0.8", + "reth-primitives-traits 1.0.8", + "reth-prune-types 1.0.8", + "reth-storage-errors 1.0.8", + "revm", + "revm-primitives", +] + +[[package]] +name = "reth-evm" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "auto_impl", + "futures-util", + "metrics", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives-traits 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "revm", "revm-primitives", ] @@ -7350,32 +8297,67 @@ dependencies = [ "alloy-genesis", "alloy-primitives", "alloy-sol-types", - "reth-chainspec", - "reth-ethereum-consensus", - "reth-ethereum-forks", - "reth-evm", - "reth-execution-types", - "reth-primitives", - "reth-prune-types", - "reth-revm", + "reth-chainspec 1.0.8", + "reth-ethereum-consensus 1.0.8", + "reth-ethereum-forks 1.0.8", + "reth-evm 1.0.8", + "reth-execution-types 1.0.8", + "reth-primitives 1.0.8", + "reth-prune-types 1.0.8", + "reth-revm 1.0.8", "reth-testing-utils", "revm-primitives", "secp256k1", "serde_json", ] +[[package]] +name = "reth-evm-ethereum" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-sol-types", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-ethereum-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-ethereum-forks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "revm-primitives", +] + +[[package]] +name = "reth-execution-errors" +version = "1.0.8" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "derive_more 1.0.0", + "nybbles", + "reth-consensus 1.0.8", + "reth-prune-types 1.0.8", + "reth-storage-errors 1.0.8", + "revm-primitives", +] + [[package]] name = "reth-execution-errors" version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-eips", "alloy-primitives", "alloy-rlp", "derive_more 1.0.0", "nybbles", - "reth-consensus", - "reth-prune-types", - "reth-storage-errors", + "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "revm-primitives", ] @@ -7388,9 +8370,24 @@ dependencies = [ "arbitrary", "bincode", "rand 0.8.5", - "reth-execution-errors", - "reth-primitives", - "reth-trie", + "reth-execution-errors 1.0.8", + "reth-primitives 1.0.8", + "reth-trie 1.0.8", + "revm", + "serde", + "serde_with", +] + +[[package]] +name = "reth-execution-types" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "reth-execution-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "revm", "serde", "serde_with", @@ -7410,29 +8407,29 @@ dependencies = [ "metrics", "parking_lot 0.12.3", "rand 0.8.5", - "reth-blockchain-tree", - "reth-chain-state", - "reth-chainspec", - "reth-config", - "reth-db-api", - "reth-db-common", - "reth-evm", - "reth-evm-ethereum", - "reth-exex-types", - "reth-fs-util", - "reth-metrics", - "reth-node-api", - "reth-node-core", - "reth-payload-builder", - "reth-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-prune-types", - "reth-revm", - "reth-stages-api", - "reth-tasks", + "reth-blockchain-tree 1.0.8", + "reth-chain-state 1.0.8", + "reth-chainspec 1.0.8", + "reth-config 1.0.8", + "reth-db-api 1.0.8", + "reth-db-common 1.0.8", + "reth-evm 1.0.8", + "reth-evm-ethereum 1.0.8", + "reth-exex-types 1.0.8", + "reth-fs-util 1.0.8", + "reth-metrics 1.0.8", + "reth-node-api 1.0.8", + "reth-node-core 1.0.8", + "reth-payload-builder 1.0.8", + "reth-primitives 1.0.8", + "reth-primitives-traits 1.0.8", + "reth-provider 1.0.8", + "reth-prune-types 1.0.8", + "reth-revm 1.0.8", + "reth-stages-api 1.0.8", + "reth-tasks 1.0.8", "reth-testing-utils", - "reth-tracing", + "reth-tracing 1.0.8", "rmp-serde", "secp256k1", "tempfile", @@ -7441,6 +8438,42 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-exex" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "eyre", + "futures", + "itertools 0.13.0", + "metrics", + "parking_lot 0.12.3", + "reth-chain-state 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-config 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-exex-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-core 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives-traits 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-stages-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tracing 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "rmp-serde", + "tokio", + "tokio-util", + "tracing", +] + [[package]] name = "reth-exex-test-utils" version = "1.0.8" @@ -7448,26 +8481,26 @@ dependencies = [ "eyre", "futures-util", "rand 0.8.5", - "reth-blockchain-tree", - "reth-chainspec", - "reth-config", - "reth-consensus", - "reth-db", - "reth-db-common", - "reth-ethereum-engine-primitives", - "reth-evm", - "reth-execution-types", - "reth-exex", - "reth-network", - "reth-node-api", - "reth-node-builder", - "reth-node-core", - "reth-node-ethereum", - "reth-payload-builder", - "reth-primitives", - "reth-provider", - "reth-tasks", - "reth-transaction-pool", + "reth-blockchain-tree 1.0.8", + "reth-chainspec 1.0.8", + "reth-config 1.0.8", + "reth-consensus 1.0.8", + "reth-db 1.0.8", + "reth-db-common 1.0.8", + "reth-ethereum-engine-primitives 1.0.8", + "reth-evm 1.0.8", + "reth-execution-types 1.0.8", + "reth-exex 1.0.8", + "reth-network 1.0.8", + "reth-node-api 1.0.8", + "reth-node-builder 1.0.8", + "reth-node-core 1.0.8", + "reth-node-ethereum 1.0.8", + "reth-payload-builder 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-tasks 1.0.8", + "reth-transaction-pool 1.0.8", "tempfile", "thiserror", "tokio", @@ -7482,9 +8515,22 @@ dependencies = [ "arbitrary", "bincode", "rand 0.8.5", - "reth-chain-state", - "reth-execution-types", - "reth-primitives", + "reth-chain-state 1.0.8", + "reth-execution-types 1.0.8", + "reth-primitives 1.0.8", + "serde", + "serde_with", +] + +[[package]] +name = "reth-exex-types" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "reth-chain-state 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "serde", "serde_with", ] @@ -7498,9 +8544,44 @@ dependencies = [ "thiserror", ] +[[package]] +name = "reth-fs-util" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "serde", + "serde_json", + "thiserror", +] + +[[package]] +name = "reth-invalid-block-hooks" +version = "1.0.8" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-debug", + "eyre", + "futures", + "jsonrpsee", + "pretty_assertions", + "reth-chainspec 1.0.8", + "reth-engine-primitives 1.0.8", + "reth-evm 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-revm 1.0.8", + "reth-rpc-api 1.0.8", + "reth-tracing 1.0.8", + "reth-trie 1.0.8", + "serde", + "serde_json", +] + [[package]] name = "reth-invalid-block-hooks" version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7509,15 +8590,15 @@ dependencies = [ "futures", "jsonrpsee", "pretty_assertions", - "reth-chainspec", - "reth-engine-primitives", - "reth-evm", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-rpc-api", - "reth-tracing", - "reth-trie", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tracing 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "serde", "serde_json", ] @@ -7534,7 +8615,28 @@ dependencies = [ "jsonrpsee", "pin-project", "rand 0.8.5", - "reth-tracing", + "reth-tracing 1.0.8", + "serde_json", + "thiserror", + "tokio", + "tokio-stream", + "tokio-util", + "tower 0.4.13", + "tracing", +] + +[[package]] +name = "reth-ipc" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "async-trait", + "bytes", + "futures", + "futures-util", + "interprocess", + "jsonrpsee", + "pin-project", "serde_json", "thiserror", "tokio", @@ -7558,16 +8660,42 @@ dependencies = [ "pprof", "rand 0.8.5", "rand_xorshift", - "reth-mdbx-sys", + "reth-mdbx-sys 1.0.8", "smallvec", "tempfile", "thiserror", "tracing", ] +[[package]] +name = "reth-libmdbx" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "bitflags 2.6.0", + "byteorder", + "dashmap 6.1.0", + "derive_more 1.0.0", + "indexmap 2.5.0", + "parking_lot 0.12.3", + "reth-mdbx-sys 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "smallvec", + "thiserror", + "tracing", +] + +[[package]] +name = "reth-mdbx-sys" +version = "1.0.8" +dependencies = [ + "bindgen 0.70.1", + "cc", +] + [[package]] name = "reth-mdbx-sys" version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "bindgen 0.70.1", "cc", @@ -7584,9 +8712,29 @@ dependencies = [ "tokio-util", ] +[[package]] +name = "reth-metrics" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "futures", + "metrics", + "metrics-derive", + "tokio", + "tokio-util", +] + +[[package]] +name = "reth-net-banlist" +version = "1.0.8" +dependencies = [ + "alloy-primitives", +] + [[package]] name = "reth-net-banlist" version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-primitives", ] @@ -7598,7 +8746,21 @@ dependencies = [ "futures-util", "if-addrs", "reqwest", - "reth-tracing", + "reth-tracing 1.0.8", + "serde_with", + "thiserror", + "tokio", + "tracing", +] + +[[package]] +name = "reth-net-nat" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "futures-util", + "if-addrs", + "reqwest", "serde_with", "thiserror", "tokio", @@ -7628,28 +8790,28 @@ dependencies = [ "pin-project", "pprof", "rand 0.8.5", - "reth-chainspec", - "reth-consensus", - "reth-discv4", - "reth-discv5", - "reth-dns-discovery", - "reth-ecies", - "reth-eth-wire", - "reth-fs-util", - "reth-metrics", - "reth-net-banlist", - "reth-network", - "reth-network-api", - "reth-network-p2p", - "reth-network-peers", - "reth-network-types", - "reth-primitives", - "reth-provider", - "reth-storage-api", - "reth-tasks", - "reth-tokio-util", - "reth-tracing", - "reth-transaction-pool", + "reth-chainspec 1.0.8", + "reth-consensus 1.0.8", + "reth-discv4 1.0.8", + "reth-discv5 1.0.8", + "reth-dns-discovery 1.0.8", + "reth-ecies 1.0.8", + "reth-eth-wire 1.0.8", + "reth-fs-util 1.0.8", + "reth-metrics 1.0.8", + "reth-net-banlist 1.0.8", + "reth-network 1.0.8", + "reth-network-api 1.0.8", + "reth-network-p2p 1.0.8", + "reth-network-peers 1.0.8", + "reth-network-types 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-storage-api 1.0.8", + "reth-tasks 1.0.8", + "reth-tokio-util 1.0.8", + "reth-tracing 1.0.8", + "reth-transaction-pool 1.0.8", "rustc-hash 2.0.0", "schnellru", "secp256k1", @@ -7666,55 +8828,148 @@ dependencies = [ ] [[package]] -name = "reth-network-api" +name = "reth-network" version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ + "alloy-eips", "alloy-primitives", - "alloy-rpc-types-admin", + "alloy-rlp", + "aquamarine", "auto_impl", "derive_more 1.0.0", + "discv5", "enr", "futures", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-network-p2p", - "reth-network-peers", - "reth-network-types", - "reth-tokio-util", + "itertools 0.13.0", + "metrics", + "parking_lot 0.12.3", + "pin-project", + "rand 0.8.5", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-discv4 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-discv5 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-dns-discovery 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-ecies 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-eth-wire 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-net-banlist 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tokio-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "rustc-hash 2.0.0", + "schnellru", + "secp256k1", "serde", + "smallvec", "thiserror", "tokio", "tokio-stream", + "tokio-util", + "tracing", ] [[package]] -name = "reth-network-p2p" +name = "reth-network-api" version = "1.0.8" dependencies = [ - "alloy-eips", "alloy-primitives", + "alloy-rpc-types-admin", "auto_impl", "derive_more 1.0.0", + "enr", "futures", - "parking_lot 0.12.3", - "reth-consensus", - "reth-eth-wire-types", - "reth-network-peers", - "reth-network-types", - "reth-primitives", - "reth-storage-errors", + "reth-eth-wire-types 1.0.8", + "reth-ethereum-forks 1.0.8", + "reth-network-p2p 1.0.8", + "reth-network-peers 1.0.8", + "reth-network-types 1.0.8", + "reth-tokio-util 1.0.8", + "serde", + "thiserror", "tokio", - "tracing", + "tokio-stream", ] [[package]] -name = "reth-network-peers" +name = "reth-network-api" version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-primitives", - "alloy-rlp", - "enr", - "rand 0.8.5", + "alloy-rpc-types-admin", + "auto_impl", + "derive_more 1.0.0", + "enr", + "futures", + "reth-eth-wire-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-ethereum-forks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tokio-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "serde", + "thiserror", + "tokio", + "tokio-stream", +] + +[[package]] +name = "reth-network-p2p" +version = "1.0.8" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "auto_impl", + "derive_more 1.0.0", + "futures", + "parking_lot 0.12.3", + "reth-consensus 1.0.8", + "reth-eth-wire-types 1.0.8", + "reth-network-peers 1.0.8", + "reth-network-types 1.0.8", + "reth-primitives 1.0.8", + "reth-storage-errors 1.0.8", + "tokio", + "tracing", +] + +[[package]] +name = "reth-network-p2p" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "auto_impl", + "derive_more 1.0.0", + "futures", + "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-eth-wire-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "tokio", + "tracing", +] + +[[package]] +name = "reth-network-peers" +version = "1.0.8" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "enr", + "rand 0.8.5", "secp256k1", "serde_json", "serde_with", @@ -7723,14 +8978,43 @@ dependencies = [ "url", ] +[[package]] +name = "reth-network-peers" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "enr", + "secp256k1", + "serde_with", + "thiserror", + "tokio", + "url", +] + [[package]] name = "reth-network-types" version = "1.0.8" dependencies = [ "humantime-serde", - "reth-ethereum-forks", - "reth-net-banlist", - "reth-network-peers", + "reth-ethereum-forks 1.0.8", + "reth-net-banlist 1.0.8", + "reth-network-peers 1.0.8", + "serde", + "serde_json", + "tracing", +] + +[[package]] +name = "reth-network-types" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "humantime-serde", + "reth-ethereum-forks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-net-banlist 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "serde", "serde_json", "tracing", @@ -7746,7 +9030,7 @@ dependencies = [ "lz4_flex", "memmap2", "rand 0.8.5", - "reth-fs-util", + "reth-fs-util 1.0.8", "serde", "tempfile", "thiserror", @@ -7754,21 +9038,56 @@ dependencies = [ "zstd", ] +[[package]] +name = "reth-nippy-jar" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "anyhow", + "bincode", + "derive_more 1.0.0", + "lz4_flex", + "memmap2", + "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "serde", + "thiserror", + "tracing", + "zstd", +] + [[package]] name = "reth-node-api" version = "1.0.8" dependencies = [ - "reth-engine-primitives", - "reth-evm", - "reth-network-api", - "reth-node-types", - "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives", - "reth-provider", - "reth-rpc-eth-api", - "reth-tasks", - "reth-transaction-pool", + "reth-engine-primitives 1.0.8", + "reth-evm 1.0.8", + "reth-network-api 1.0.8", + "reth-node-types 1.0.8", + "reth-payload-builder 1.0.8", + "reth-payload-primitives 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-rpc-eth-api 1.0.8", + "reth-tasks 1.0.8", + "reth-transaction-pool 1.0.8", +] + +[[package]] +name = "reth-node-api" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "reth-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-eth-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", ] [[package]] @@ -7783,51 +9102,51 @@ dependencies = [ "futures", "jsonrpsee", "rayon", - "reth-auto-seal-consensus", - "reth-beacon-consensus", - "reth-blockchain-tree", - "reth-chain-state", - "reth-chainspec", - "reth-cli-util", - "reth-config", - "reth-consensus", - "reth-consensus-debug-client", - "reth-db", - "reth-db-api", - "reth-db-common", - "reth-downloaders", - "reth-engine-service", - "reth-engine-tree", - "reth-engine-util", - "reth-evm", - "reth-exex", - "reth-fs-util", - "reth-invalid-block-hooks", - "reth-network", - "reth-network-api", - "reth-network-p2p", - "reth-node-api", - "reth-node-core", - "reth-node-events", - "reth-node-metrics", - "reth-payload-builder", - "reth-payload-primitives", - "reth-payload-validator", - "reth-primitives", - "reth-provider", - "reth-prune", - "reth-rpc", - "reth-rpc-api", - "reth-rpc-builder", - "reth-rpc-engine-api", - "reth-rpc-eth-types", - "reth-rpc-layer", - "reth-stages", - "reth-static-file", - "reth-tasks", - "reth-tokio-util", - "reth-tracing", - "reth-transaction-pool", + "reth-auto-seal-consensus 1.0.8", + "reth-beacon-consensus 1.0.8", + "reth-blockchain-tree 1.0.8", + "reth-chain-state 1.0.8", + "reth-chainspec 1.0.8", + "reth-cli-util 1.0.8", + "reth-config 1.0.8", + "reth-consensus 1.0.8", + "reth-consensus-debug-client 1.0.8", + "reth-db 1.0.8", + "reth-db-api 1.0.8", + "reth-db-common 1.0.8", + "reth-downloaders 1.0.8", + "reth-engine-service 1.0.8", + "reth-engine-tree 1.0.8", + "reth-engine-util 1.0.8", + "reth-evm 1.0.8", + "reth-exex 1.0.8", + "reth-fs-util 1.0.8", + "reth-invalid-block-hooks 1.0.8", + "reth-network 1.0.8", + "reth-network-api 1.0.8", + "reth-network-p2p 1.0.8", + "reth-node-api 1.0.8", + "reth-node-core 1.0.8", + "reth-node-events 1.0.8", + "reth-node-metrics 1.0.8", + "reth-payload-builder 1.0.8", + "reth-payload-primitives 1.0.8", + "reth-payload-validator 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-prune 1.0.8", + "reth-rpc 1.0.8", + "reth-rpc-api 1.0.8", + "reth-rpc-builder 1.0.8", + "reth-rpc-engine-api 1.0.8", + "reth-rpc-eth-types 1.0.8", + "reth-rpc-layer 1.0.8", + "reth-stages 1.0.8", + "reth-static-file 1.0.8", + "reth-tasks 1.0.8", + "reth-tokio-util 1.0.8", + "reth-tracing 1.0.8", + "reth-transaction-pool 1.0.8", "secp256k1", "tempfile", "tokio", @@ -7835,6 +9154,69 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-node-builder" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types", + "aquamarine", + "eyre", + "fdlimit", + "futures", + "jsonrpsee", + "rayon", + "reth-auto-seal-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-beacon-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-blockchain-tree 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chain-state 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-cli-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-config 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-consensus-debug-client 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-downloaders 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-engine-service 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-engine-tree 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-engine-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-exex 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-invalid-block-hooks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-core 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-events 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-validator 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-prune 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-engine-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-eth-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-layer 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-stages 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-static-file 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tokio-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tracing 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "secp256k1", + "tokio", + "tokio-stream", + "tracing", +] + [[package]] name = "reth-node-core" version = "1.0.8" @@ -7851,32 +9233,32 @@ dependencies = [ "humantime", "proptest", "rand 0.8.5", - "reth-chainspec", - "reth-cli", - "reth-cli-util", - "reth-config", - "reth-consensus-common", - "reth-db", - "reth-discv4", - "reth-discv5", - "reth-fs-util", - "reth-net-nat", - "reth-network", - "reth-network-p2p", - "reth-network-peers", + "reth-chainspec 1.0.8", + "reth-cli 1.0.8", + "reth-cli-util 1.0.8", + "reth-config 1.0.8", + "reth-consensus-common 1.0.8", + "reth-db 1.0.8", + "reth-discv4 1.0.8", + "reth-discv5 1.0.8", + "reth-fs-util 1.0.8", + "reth-net-nat 1.0.8", + "reth-network 1.0.8", + "reth-network-p2p 1.0.8", + "reth-network-peers 1.0.8", "reth-optimism-chainspec", - "reth-primitives", - "reth-prune-types", - "reth-rpc-api", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-rpc-types-compat", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", - "reth-tracing", - "reth-transaction-pool", + "reth-primitives 1.0.8", + "reth-prune-types 1.0.8", + "reth-rpc-api 1.0.8", + "reth-rpc-eth-api 1.0.8", + "reth-rpc-eth-types 1.0.8", + "reth-rpc-server-types 1.0.8", + "reth-rpc-types-compat 1.0.8", + "reth-stages-types 1.0.8", + "reth-storage-api 1.0.8", + "reth-storage-errors 1.0.8", + "reth-tracing 1.0.8", + "reth-transaction-pool 1.0.8", "secp256k1", "serde", "serde_json", @@ -7890,6 +9272,54 @@ dependencies = [ "vergen", ] +[[package]] +name = "reth-node-core" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types-engine", + "clap", + "const_format", + "derive_more 1.0.0", + "dirs-next", + "eyre", + "futures", + "humantime", + "rand 0.8.5", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-cli-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-config 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-consensus-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-discv4 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-discv5 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-net-nat 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-eth-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-eth-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-server-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-types-compat 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-stages-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tracing 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "secp256k1", + "serde", + "shellexpand", + "strum", + "thiserror", + "toml", + "tracing", + "vergen", +] + [[package]] name = "reth-node-ethereum" version = "1.0.8" @@ -7899,33 +9329,58 @@ dependencies = [ "eyre", "futures", "futures-util", - "reth", - "reth-auto-seal-consensus", - "reth-basic-payload-builder", - "reth-beacon-consensus", - "reth-chainspec", - "reth-consensus", - "reth-db", + "reth 1.0.8", + "reth-auto-seal-consensus 1.0.8", + "reth-basic-payload-builder 1.0.8", + "reth-beacon-consensus 1.0.8", + "reth-chainspec 1.0.8", + "reth-consensus 1.0.8", + "reth-db 1.0.8", "reth-e2e-test-utils", - "reth-ethereum-engine-primitives", - "reth-ethereum-payload-builder", - "reth-evm-ethereum", - "reth-exex", - "reth-network", - "reth-node-api", - "reth-node-builder", - "reth-node-core", - "reth-payload-builder", - "reth-primitives", - "reth-provider", - "reth-rpc", - "reth-tasks", - "reth-tracing", - "reth-transaction-pool", + "reth-ethereum-engine-primitives 1.0.8", + "reth-ethereum-payload-builder 1.0.8", + "reth-evm-ethereum 1.0.8", + "reth-exex 1.0.8", + "reth-network 1.0.8", + "reth-node-api 1.0.8", + "reth-node-builder 1.0.8", + "reth-node-core 1.0.8", + "reth-payload-builder 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-rpc 1.0.8", + "reth-tasks 1.0.8", + "reth-tracing 1.0.8", + "reth-transaction-pool 1.0.8", "serde_json", "tokio", ] +[[package]] +name = "reth-node-ethereum" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "eyre", + "reth-auto-seal-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-basic-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-beacon-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-ethereum-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-ethereum-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-evm-ethereum 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tracing 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", +] + [[package]] name = "reth-node-events" version = "1.0.8" @@ -7935,15 +9390,38 @@ dependencies = [ "futures", "humantime", "pin-project", - "reth-beacon-consensus", - "reth-network", - "reth-network-api", - "reth-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-stages", - "reth-static-file", + "reth-beacon-consensus 1.0.8", + "reth-network 1.0.8", + "reth-network-api 1.0.8", + "reth-primitives 1.0.8", + "reth-primitives-traits 1.0.8", + "reth-provider 1.0.8", + "reth-prune 1.0.8", + "reth-stages 1.0.8", + "reth-static-file 1.0.8", + "tokio", + "tracing", +] + +[[package]] +name = "reth-node-events" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types-engine", + "futures", + "humantime", + "pin-project", + "reth-beacon-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives-traits 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-prune 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-stages 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-static-file 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "tokio", "tracing", ] @@ -7961,11 +9439,11 @@ dependencies = [ "metrics-util", "procfs", "reqwest", - "reth-chainspec", - "reth-db-api", - "reth-metrics", - "reth-provider", - "reth-tasks", + "reth-chainspec 1.0.8", + "reth-db-api 1.0.8", + "reth-metrics 1.0.8", + "reth-provider 1.0.8", + "reth-tasks 1.0.8", "socket2 0.5.7", "tikv-jemalloc-ctl", "tokio", @@ -7974,13 +9452,47 @@ dependencies = [ "vergen", ] +[[package]] +name = "reth-node-metrics" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "eyre", + "http", + "jsonrpsee", + "metrics", + "metrics-exporter-prometheus", + "metrics-process", + "metrics-util", + "procfs", + "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "tikv-jemalloc-ctl", + "tokio", + "tower 0.4.13", + "tracing", + "vergen", +] + [[package]] name = "reth-node-types" version = "1.0.8" dependencies = [ - "reth-chainspec", - "reth-db-api", - "reth-engine-primitives", + "reth-chainspec 1.0.8", + "reth-db-api 1.0.8", + "reth-engine-primitives 1.0.8", +] + +[[package]] +name = "reth-node-types" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", ] [[package]] @@ -7993,11 +9505,11 @@ dependencies = [ "derive_more 1.0.0", "once_cell", "op-alloy-rpc-types", - "reth-chainspec", - "reth-ethereum-forks", - "reth-network-peers", + "reth-chainspec 1.0.8", + "reth-ethereum-forks 1.0.8", + "reth-network-peers 1.0.8", "reth-optimism-forks", - "reth-primitives-traits", + "reth-primitives-traits 1.0.8", "serde_json", ] @@ -8010,34 +9522,34 @@ dependencies = [ "clap", "eyre", "futures-util", - "reth-chainspec", - "reth-cli", - "reth-cli-commands", - "reth-cli-runner", - "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", - "reth-db-common", - "reth-downloaders", - "reth-errors", - "reth-execution-types", - "reth-network-p2p", - "reth-node-builder", - "reth-node-core", - "reth-node-events", + "reth-chainspec 1.0.8", + "reth-cli 1.0.8", + "reth-cli-commands 1.0.8", + "reth-cli-runner 1.0.8", + "reth-config 1.0.8", + "reth-consensus 1.0.8", + "reth-db 1.0.8", + "reth-db-api 1.0.8", + "reth-db-common 1.0.8", + "reth-downloaders 1.0.8", + "reth-errors 1.0.8", + "reth-execution-types 1.0.8", + "reth-network-p2p 1.0.8", + "reth-node-builder 1.0.8", + "reth-node-core 1.0.8", + "reth-node-events 1.0.8", "reth-optimism-chainspec", "reth-optimism-evm", "reth-optimism-node", "reth-optimism-primitives", - "reth-primitives", - "reth-provider", - "reth-prune", - "reth-stages", - "reth-stages-types", - "reth-static-file", - "reth-static-file-types", - "reth-tracing", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-prune 1.0.8", + "reth-stages 1.0.8", + "reth-stages-types 1.0.8", + "reth-static-file 1.0.8", + "reth-static-file-types 1.0.8", + "reth-tracing 1.0.8", "tempfile", "tokio", "tokio-util", @@ -8049,13 +9561,13 @@ name = "reth-optimism-consensus" version = "1.0.8" dependencies = [ "alloy-primitives", - "reth-chainspec", - "reth-consensus", - "reth-consensus-common", + "reth-chainspec 1.0.8", + "reth-consensus 1.0.8", + "reth-consensus-common 1.0.8", "reth-optimism-chainspec", "reth-optimism-forks", - "reth-primitives", - "reth-trie-common", + "reth-primitives 1.0.8", + "reth-trie-common 1.0.8", "tracing", ] @@ -8068,17 +9580,17 @@ dependencies = [ "alloy-genesis", "alloy-primitives", "op-alloy-consensus", - "reth-chainspec", - "reth-ethereum-forks", - "reth-evm", - "reth-execution-errors", - "reth-execution-types", + "reth-chainspec 1.0.8", + "reth-ethereum-forks 1.0.8", + "reth-evm 1.0.8", + "reth-execution-errors 1.0.8", + "reth-execution-types 1.0.8", "reth-optimism-chainspec", "reth-optimism-consensus", "reth-optimism-forks", - "reth-primitives", - "reth-prune-types", - "reth-revm", + "reth-primitives 1.0.8", + "reth-prune-types 1.0.8", + "reth-revm 1.0.8", "revm", "revm-primitives", "thiserror", @@ -8092,7 +9604,7 @@ dependencies = [ "alloy-chains", "alloy-primitives", "once_cell", - "reth-ethereum-forks", + "reth-ethereum-forks 1.0.8", "serde", ] @@ -8113,35 +9625,35 @@ dependencies = [ "op-alloy-rpc-types-engine", "parking_lot 0.12.3", "reqwest", - "reth", - "reth-auto-seal-consensus", - "reth-basic-payload-builder", - "reth-beacon-consensus", - "reth-chainspec", - "reth-consensus", - "reth-db", - "reth-discv5", + "reth 1.0.8", + "reth-auto-seal-consensus 1.0.8", + "reth-basic-payload-builder 1.0.8", + "reth-beacon-consensus 1.0.8", + "reth-chainspec 1.0.8", + "reth-consensus 1.0.8", + "reth-db 1.0.8", + "reth-discv5 1.0.8", "reth-e2e-test-utils", - "reth-evm", - "reth-network", - "reth-node-api", - "reth-node-builder", + "reth-evm 1.0.8", + "reth-network 1.0.8", + "reth-node-api 1.0.8", + "reth-node-builder 1.0.8", "reth-optimism-chainspec", "reth-optimism-consensus", "reth-optimism-evm", "reth-optimism-forks", "reth-optimism-payload-builder", "reth-optimism-rpc", - "reth-payload-builder", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-rpc", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-types-compat", - "reth-tracing", - "reth-transaction-pool", + "reth-payload-builder 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-revm 1.0.8", + "reth-rpc 1.0.8", + "reth-rpc-eth-api 1.0.8", + "reth-rpc-eth-types 1.0.8", + "reth-rpc-types-compat 1.0.8", + "reth-tracing 1.0.8", + "reth-transaction-pool 1.0.8", "serde", "serde_json", "thiserror", @@ -8158,23 +9670,23 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types-engine", "op-alloy-rpc-types-engine", - "reth-basic-payload-builder", - "reth-chain-state", - "reth-chainspec", - "reth-evm", - "reth-execution-types", + "reth-basic-payload-builder 1.0.8", + "reth-chain-state 1.0.8", + "reth-chainspec 1.0.8", + "reth-evm 1.0.8", + "reth-execution-types 1.0.8", "reth-optimism-chainspec", "reth-optimism-consensus", "reth-optimism-evm", "reth-optimism-forks", - "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-rpc-types-compat", - "reth-transaction-pool", - "reth-trie", + "reth-payload-builder 1.0.8", + "reth-payload-primitives 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-revm 1.0.8", + "reth-rpc-types-compat 1.0.8", + "reth-transaction-pool 1.0.8", + "reth-trie 1.0.8", "revm", "revm-primitives", "sha2 0.10.8", @@ -8187,8 +9699,8 @@ name = "reth-optimism-primitives" version = "1.0.8" dependencies = [ "alloy-primitives", - "reth-primitives", - "reth-primitives-traits", + "reth-primitives 1.0.8", + "reth-primitives-traits 1.0.8", ] [[package]] @@ -8206,23 +9718,23 @@ dependencies = [ "op-alloy-rpc-types", "parking_lot 0.12.3", "reqwest", - "reth-chainspec", - "reth-evm", - "reth-network-api", - "reth-node-api", - "reth-node-builder", + "reth-chainspec 1.0.8", + "reth-evm 1.0.8", + "reth-network-api 1.0.8", + "reth-node-api 1.0.8", + "reth-node-builder 1.0.8", "reth-optimism-chainspec", "reth-optimism-consensus", "reth-optimism-evm", "reth-optimism-forks", - "reth-primitives", - "reth-provider", - "reth-rpc", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-tasks", - "reth-transaction-pool", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-rpc 1.0.8", + "reth-rpc-eth-api 1.0.8", + "reth-rpc-eth-types 1.0.8", + "reth-rpc-server-types 1.0.8", + "reth-tasks 1.0.8", + "reth-transaction-pool 1.0.8", "revm", "serde_json", "thiserror", @@ -8234,11 +9746,11 @@ dependencies = [ name = "reth-optimism-storage" version = "1.0.8" dependencies = [ - "reth-codecs", - "reth-db-api", - "reth-primitives", - "reth-prune-types", - "reth-stages-types", + "reth-codecs 1.0.8", + "reth-db-api 1.0.8", + "reth-primitives 1.0.8", + "reth-prune-types 1.0.8", + "reth-stages-types 1.0.8", ] [[package]] @@ -8250,18 +9762,38 @@ dependencies = [ "async-trait", "futures-util", "metrics", - "reth-chain-state", - "reth-ethereum-engine-primitives", - "reth-metrics", - "reth-payload-primitives", - "reth-primitives", - "reth-provider", + "reth-chain-state 1.0.8", + "reth-ethereum-engine-primitives 1.0.8", + "reth-metrics 1.0.8", + "reth-payload-primitives 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", "revm", "tokio", "tokio-stream", "tracing", ] +[[package]] +name = "reth-payload-builder" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types", + "async-trait", + "futures-util", + "metrics", + "reth-ethereum-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "tokio", + "tokio-stream", + "tracing", +] + [[package]] name = "reth-payload-primitives" version = "1.0.8" @@ -8271,11 +9803,11 @@ dependencies = [ "async-trait", "op-alloy-rpc-types-engine", "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-primitives", - "reth-transaction-pool", + "reth-chain-state 1.0.8", + "reth-chainspec 1.0.8", + "reth-errors 1.0.8", + "reth-primitives 1.0.8", + "reth-transaction-pool 1.0.8", "serde", "thiserror", "tokio", @@ -8283,14 +9815,47 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-payload-primitives" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types", + "async-trait", + "op-alloy-rpc-types-engine", + "pin-project", + "reth-chain-state 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "serde", + "thiserror", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-payload-validator" +version = "1.0.8" +dependencies = [ + "alloy-rpc-types", + "reth-chainspec 1.0.8", + "reth-primitives 1.0.8", + "reth-rpc-types-compat 1.0.8", +] + [[package]] name = "reth-payload-validator" version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-rpc-types", - "reth-chainspec", - "reth-primitives", - "reth-rpc-types-compat", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-types-compat 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", ] [[package]] @@ -8321,14 +9886,14 @@ dependencies = [ "proptest-arbitrary-interop", "rand 0.8.5", "rayon", - "reth-chainspec", - "reth-codecs", - "reth-ethereum-forks", + "reth-chainspec 1.0.8", + "reth-codecs 1.0.8", + "reth-ethereum-forks 1.0.8", "reth-optimism-chainspec", - "reth-primitives-traits", - "reth-static-file-types", + "reth-primitives-traits 1.0.8", + "reth-static-file-types 1.0.8", "reth-testing-utils", - "reth-trie-common", + "reth-trie-common 1.0.8", "revm-primitives", "secp256k1", "serde", @@ -8338,6 +9903,35 @@ dependencies = [ "zstd", ] +[[package]] +name = "reth-primitives" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "bytes", + "c-kzg", + "derive_more 1.0.0", + "k256", + "modular-bitfield", + "once_cell", + "op-alloy-consensus", + "rayon", + "reth-codecs 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-ethereum-forks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives-traits 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-static-file-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "revm-primitives", + "secp256k1", + "serde", + "serde_with", + "zstd", +] + [[package]] name = "reth-primitives-traits" version = "1.0.8" @@ -8356,7 +9950,7 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.8.5", - "reth-codecs", + "reth-codecs 1.0.8", "reth-testing-utils", "revm-primitives", "roaring", @@ -8366,6 +9960,27 @@ dependencies = [ "test-fuzz", ] +[[package]] +name = "reth-primitives-traits" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "alloy-rlp", + "byteorder", + "bytes", + "derive_more 1.0.0", + "modular-bitfield", + "reth-codecs 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "revm-primitives", + "roaring", + "serde", + "serde_with", +] + [[package]] name = "reth-provider" version = "1.0.8" @@ -8385,30 +10000,30 @@ dependencies = [ "parking_lot 0.12.3", "rand 0.8.5", "rayon", - "reth-blockchain-tree-api", - "reth-chain-state", - "reth-chainspec", - "reth-codecs", - "reth-db", - "reth-db-api", - "reth-errors", - "reth-ethereum-engine-primitives", - "reth-evm", - "reth-execution-types", - "reth-fs-util", - "reth-metrics", - "reth-network-p2p", - "reth-nippy-jar", - "reth-node-types", + "reth-blockchain-tree-api 1.0.8", + "reth-chain-state 1.0.8", + "reth-chainspec 1.0.8", + "reth-codecs 1.0.8", + "reth-db 1.0.8", + "reth-db-api 1.0.8", + "reth-errors 1.0.8", + "reth-ethereum-engine-primitives 1.0.8", + "reth-evm 1.0.8", + "reth-execution-types 1.0.8", + "reth-fs-util 1.0.8", + "reth-metrics 1.0.8", + "reth-network-p2p 1.0.8", + "reth-nippy-jar 1.0.8", + "reth-node-types 1.0.8", "reth-optimism-primitives", - "reth-primitives", - "reth-prune-types", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", + "reth-primitives 1.0.8", + "reth-prune-types 1.0.8", + "reth-stages-types 1.0.8", + "reth-storage-api 1.0.8", + "reth-storage-errors 1.0.8", "reth-testing-utils", - "reth-trie", - "reth-trie-db", + "reth-trie 1.0.8", + "reth-trie-db 1.0.8", "revm", "strum", "tempfile", @@ -8416,6 +10031,48 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-provider" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "dashmap 6.1.0", + "itertools 0.13.0", + "metrics", + "notify", + "parking_lot 0.12.3", + "rayon", + "reth-blockchain-tree-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chain-state 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-codecs 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-nippy-jar 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-stages-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "revm", + "strum", + "tokio", + "tracing", +] + [[package]] name = "reth-prune" version = "1.0.8" @@ -8425,20 +10082,46 @@ dependencies = [ "itertools 0.13.0", "metrics", "rayon", - "reth-chainspec", - "reth-config", - "reth-db", - "reth-db-api", - "reth-errors", - "reth-exex-types", - "reth-metrics", - "reth-provider", - "reth-prune-types", - "reth-stages", - "reth-static-file-types", + "reth-chainspec 1.0.8", + "reth-config 1.0.8", + "reth-db 1.0.8", + "reth-db-api 1.0.8", + "reth-errors 1.0.8", + "reth-exex-types 1.0.8", + "reth-metrics 1.0.8", + "reth-provider 1.0.8", + "reth-prune-types 1.0.8", + "reth-stages 1.0.8", + "reth-static-file-types 1.0.8", "reth-testing-utils", - "reth-tokio-util", - "reth-tracing", + "reth-tokio-util 1.0.8", + "reth-tracing 1.0.8", + "rustc-hash 2.0.0", + "thiserror", + "tokio", + "tracing", +] + +[[package]] +name = "reth-prune" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "itertools 0.13.0", + "metrics", + "rayon", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-config 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-exex-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-static-file-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tokio-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "rustc-hash 2.0.0", "thiserror", "tokio", @@ -8457,7 +10140,7 @@ dependencies = [ "modular-bitfield", "proptest", "proptest-arbitrary-interop", - "reth-codecs", + "reth-codecs 1.0.8", "serde", "serde_json", "test-fuzz", @@ -8465,20 +10148,50 @@ dependencies = [ "toml", ] +[[package]] +name = "reth-prune-types" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "bytes", + "derive_more 1.0.0", + "modular-bitfield", + "reth-codecs 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "serde", + "thiserror", +] + +[[package]] +name = "reth-revm" +version = "1.0.8" +dependencies = [ + "alloy-primitives", + "reth-chainspec 1.0.8", + "reth-consensus-common 1.0.8", + "reth-ethereum-forks 1.0.8", + "reth-execution-errors 1.0.8", + "reth-primitives 1.0.8", + "reth-prune-types 1.0.8", + "reth-storage-api 1.0.8", + "reth-storage-errors 1.0.8", + "reth-trie 1.0.8", + "revm", +] + [[package]] name = "reth-revm" version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-primitives", - "reth-chainspec", - "reth-consensus-common", - "reth-ethereum-forks", - "reth-execution-errors", - "reth-primitives", - "reth-prune-types", - "reth-storage-api", - "reth-storage-errors", - "reth-trie", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-consensus-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "revm", ] @@ -8515,28 +10228,94 @@ dependencies = [ "parking_lot 0.12.3", "pin-project", "rand 0.8.5", - "reth-chainspec", - "reth-consensus-common", - "reth-errors", - "reth-evm", - "reth-evm-ethereum", - "reth-network-api", - "reth-network-peers", - "reth-network-types", - "reth-node-api", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-rpc-api", - "reth-rpc-engine-api", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-rpc-types-compat", - "reth-tasks", + "reth-chainspec 1.0.8", + "reth-consensus-common 1.0.8", + "reth-errors 1.0.8", + "reth-evm 1.0.8", + "reth-evm-ethereum 1.0.8", + "reth-network-api 1.0.8", + "reth-network-peers 1.0.8", + "reth-network-types 1.0.8", + "reth-node-api 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-revm 1.0.8", + "reth-rpc-api 1.0.8", + "reth-rpc-engine-api 1.0.8", + "reth-rpc-eth-api 1.0.8", + "reth-rpc-eth-types 1.0.8", + "reth-rpc-server-types 1.0.8", + "reth-rpc-types-compat 1.0.8", + "reth-tasks 1.0.8", "reth-testing-utils", - "reth-transaction-pool", - "reth-trie", + "reth-transaction-pool 1.0.8", + "reth-trie 1.0.8", + "revm", + "revm-inspectors", + "revm-primitives", + "serde", + "serde_json", + "thiserror", + "tokio", + "tokio-stream", + "tower 0.4.13", + "tracing", + "tracing-futures", +] + +[[package]] +name = "reth-rpc" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-consensus", + "alloy-dyn-abi", + "alloy-eips", + "alloy-genesis", + "alloy-network", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types", + "alloy-rpc-types-admin", + "alloy-rpc-types-debug", + "alloy-rpc-types-eth", + "alloy-rpc-types-mev", + "alloy-rpc-types-trace", + "alloy-rpc-types-txpool", + "alloy-serde", + "alloy-signer", + "alloy-signer-local", + "async-trait", + "derive_more 1.0.0", + "futures", + "http", + "http-body", + "hyper", + "jsonrpsee", + "jsonwebtoken", + "parking_lot 0.12.3", + "pin-project", + "rand 0.8.5", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-consensus-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-engine-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-eth-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-eth-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-server-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-types-compat 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "revm", "revm-inspectors", "revm-primitives", @@ -8569,13 +10348,39 @@ dependencies = [ "alloy-rpc-types-txpool", "alloy-serde", "jsonrpsee", - "reth-engine-primitives", - "reth-network-peers", - "reth-primitives", - "reth-rpc-eth-api", + "reth-engine-primitives 1.0.8", + "reth-network-peers 1.0.8", + "reth-primitives 1.0.8", + "reth-rpc-eth-api 1.0.8", "serde_json", ] +[[package]] +name = "reth-rpc-api" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-json-rpc", + "alloy-primitives", + "alloy-rpc-types", + "alloy-rpc-types-admin", + "alloy-rpc-types-anvil", + "alloy-rpc-types-beacon", + "alloy-rpc-types-debug", + "alloy-rpc-types-engine", + "alloy-rpc-types-eth", + "alloy-rpc-types-mev", + "alloy-rpc-types-trace", + "alloy-rpc-types-txpool", + "alloy-serde", + "jsonrpsee", + "reth-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-eth-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", +] + [[package]] name = "reth-rpc-api-testing-util" version = "1.0.8" @@ -8587,9 +10392,9 @@ dependencies = [ "futures", "jsonrpsee", "jsonrpsee-http-client", - "reth-primitives", - "reth-rpc-api", - "reth-rpc-eth-api", + "reth-primitives 1.0.8", + "reth-rpc-api 1.0.8", + "reth-rpc-eth-api 1.0.8", "serde_json", "similar-asserts", "tokio", @@ -8611,33 +10416,33 @@ dependencies = [ "jsonrpsee", "metrics", "pin-project", - "reth-beacon-consensus", - "reth-chainspec", - "reth-engine-primitives", - "reth-ethereum-engine-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-ipc", - "reth-metrics", - "reth-network-api", - "reth-network-peers", - "reth-node-api", - "reth-node-core", - "reth-payload-builder", - "reth-primitives", - "reth-provider", - "reth-rpc", - "reth-rpc-api", - "reth-rpc-engine-api", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-layer", - "reth-rpc-server-types", - "reth-rpc-types-compat", - "reth-tasks", - "reth-tokio-util", - "reth-tracing", - "reth-transaction-pool", + "reth-beacon-consensus 1.0.8", + "reth-chainspec 1.0.8", + "reth-engine-primitives 1.0.8", + "reth-ethereum-engine-primitives 1.0.8", + "reth-evm 1.0.8", + "reth-evm-ethereum 1.0.8", + "reth-ipc 1.0.8", + "reth-metrics 1.0.8", + "reth-network-api 1.0.8", + "reth-network-peers 1.0.8", + "reth-node-api 1.0.8", + "reth-node-core 1.0.8", + "reth-payload-builder 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-rpc 1.0.8", + "reth-rpc-api 1.0.8", + "reth-rpc-engine-api 1.0.8", + "reth-rpc-eth-api 1.0.8", + "reth-rpc-eth-types 1.0.8", + "reth-rpc-layer 1.0.8", + "reth-rpc-server-types 1.0.8", + "reth-rpc-types-compat 1.0.8", + "reth-tasks 1.0.8", + "reth-tokio-util 1.0.8", + "reth-tracing 1.0.8", + "reth-transaction-pool 1.0.8", "serde", "serde_json", "thiserror", @@ -8647,6 +10452,42 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-rpc-builder" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-network", + "alloy-rpc-types", + "alloy-serde", + "http", + "jsonrpsee", + "metrics", + "pin-project", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-ipc 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-core 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-eth-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-eth-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-layer 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-server-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "serde", + "thiserror", + "tower 0.4.13", + "tower-http", + "tracing", +] + [[package]] name = "reth-rpc-engine-api" version = "1.0.8" @@ -8660,23 +10501,54 @@ dependencies = [ "jsonrpsee-core", "jsonrpsee-types", "metrics", - "reth-beacon-consensus", - "reth-chainspec", - "reth-engine-primitives", - "reth-ethereum-engine-primitives", - "reth-evm", - "reth-metrics", - "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives", - "reth-provider", - "reth-rpc-api", - "reth-rpc-types-compat", - "reth-storage-api", - "reth-tasks", + "reth-beacon-consensus 1.0.8", + "reth-chainspec 1.0.8", + "reth-engine-primitives 1.0.8", + "reth-ethereum-engine-primitives 1.0.8", + "reth-evm 1.0.8", + "reth-metrics 1.0.8", + "reth-payload-builder 1.0.8", + "reth-payload-primitives 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-rpc-api 1.0.8", + "reth-rpc-types-compat 1.0.8", + "reth-storage-api 1.0.8", + "reth-tasks 1.0.8", "reth-testing-utils", - "reth-tokio-util", - "reth-transaction-pool", + "reth-tokio-util 1.0.8", + "reth-transaction-pool 1.0.8", + "serde", + "thiserror", + "tokio", + "tracing", +] + +[[package]] +name = "reth-rpc-engine-api" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "async-trait", + "jsonrpsee-core", + "jsonrpsee-types", + "metrics", + "reth-beacon-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-payload-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-types-compat 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "serde", "thiserror", "tokio", @@ -8699,33 +10571,118 @@ dependencies = [ "auto_impl", "dyn-clone", "futures", - "jsonrpsee", + "jsonrpsee", + "jsonrpsee-types", + "parking_lot 0.12.3", + "reth-chainspec 1.0.8", + "reth-errors 1.0.8", + "reth-evm 1.0.8", + "reth-execution-types 1.0.8", + "reth-network-api 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-revm 1.0.8", + "reth-rpc-eth-types 1.0.8", + "reth-rpc-server-types 1.0.8", + "reth-rpc-types-compat 1.0.8", + "reth-tasks 1.0.8", + "reth-transaction-pool 1.0.8", + "reth-trie 1.0.8", + "revm", + "revm-inspectors", + "revm-primitives", + "tokio", + "tracing", +] + +[[package]] +name = "reth-rpc-eth-api" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-dyn-abi", + "alloy-eips", + "alloy-json-rpc", + "alloy-network", + "alloy-primitives", + "alloy-rpc-types", + "alloy-rpc-types-eth", + "alloy-rpc-types-mev", + "async-trait", + "auto_impl", + "dyn-clone", + "futures", + "jsonrpsee", + "jsonrpsee-types", + "parking_lot 0.12.3", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-eth-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-server-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-types-compat 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "revm", + "revm-inspectors", + "revm-primitives", + "tokio", + "tracing", +] + +[[package]] +name = "reth-rpc-eth-types" +version = "1.0.8" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types", + "alloy-rpc-types-eth", + "alloy-serde", + "alloy-sol-types", + "derive_more 1.0.0", + "futures", + "jsonrpsee-core", "jsonrpsee-types", - "parking_lot 0.12.3", - "reth-chainspec", - "reth-errors", - "reth-evm", - "reth-execution-types", - "reth-network-api", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-rpc-types-compat", - "reth-tasks", - "reth-transaction-pool", - "reth-trie", + "metrics", + "rand 0.8.5", + "reth-chain-state 1.0.8", + "reth-chainspec 1.0.8", + "reth-errors 1.0.8", + "reth-evm 1.0.8", + "reth-execution-types 1.0.8", + "reth-metrics 1.0.8", + "reth-primitives 1.0.8", + "reth-revm 1.0.8", + "reth-rpc-server-types 1.0.8", + "reth-rpc-types-compat 1.0.8", + "reth-storage-api 1.0.8", + "reth-tasks 1.0.8", + "reth-transaction-pool 1.0.8", + "reth-trie 1.0.8", "revm", "revm-inspectors", "revm-primitives", + "schnellru", + "serde", + "serde_json", + "thiserror", "tokio", + "tokio-stream", "tracing", ] [[package]] name = "reth-rpc-eth-types" version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8740,26 +10697,25 @@ dependencies = [ "jsonrpsee-types", "metrics", "rand 0.8.5", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-evm", - "reth-execution-types", - "reth-metrics", - "reth-primitives", - "reth-revm", - "reth-rpc-server-types", - "reth-rpc-types-compat", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie", + "reth-chain-state 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-server-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-rpc-types-compat 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "revm", "revm-inspectors", "revm-primitives", "schnellru", "serde", - "serde_json", "thiserror", "tokio", "tokio-stream", @@ -8781,17 +10737,46 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-rpc-layer" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-rpc-types-engine", + "http", + "jsonrpsee-http-client", + "pin-project", + "tower 0.4.13", + "tracing", +] + +[[package]] +name = "reth-rpc-server-types" +version = "1.0.8" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types-engine", + "jsonrpsee-core", + "jsonrpsee-types", + "reth-errors 1.0.8", + "reth-network-api 1.0.8", + "reth-primitives 1.0.8", + "serde", + "strum", +] + [[package]] name = "reth-rpc-server-types" version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "jsonrpsee-core", "jsonrpsee-types", - "reth-errors", - "reth-network-api", - "reth-primitives", + "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "serde", "strum", ] @@ -8807,11 +10792,27 @@ dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", "alloy-serde", - "reth-primitives", - "reth-trie-common", + "reth-primitives 1.0.8", + "reth-trie-common 1.0.8", "serde_json", ] +[[package]] +name = "reth-rpc-types-compat" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types", + "alloy-rpc-types-engine", + "alloy-rpc-types-eth", + "alloy-serde", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", +] + [[package]] name = "reth-stages" version = "1.0.8" @@ -8828,33 +10829,33 @@ dependencies = [ "pprof", "rand 0.8.5", "rayon", - "reth-chainspec", - "reth-codecs", - "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", - "reth-downloaders", - "reth-etl", - "reth-evm", - "reth-evm-ethereum", - "reth-execution-errors", - "reth-execution-types", - "reth-exex", - "reth-network-p2p", - "reth-network-peers", - "reth-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-prune-types", - "reth-revm", - "reth-stages-api", - "reth-static-file", - "reth-storage-errors", + "reth-chainspec 1.0.8", + "reth-codecs 1.0.8", + "reth-config 1.0.8", + "reth-consensus 1.0.8", + "reth-db 1.0.8", + "reth-db-api 1.0.8", + "reth-downloaders 1.0.8", + "reth-etl 1.0.8", + "reth-evm 1.0.8", + "reth-evm-ethereum 1.0.8", + "reth-execution-errors 1.0.8", + "reth-execution-types 1.0.8", + "reth-exex 1.0.8", + "reth-network-p2p 1.0.8", + "reth-network-peers 1.0.8", + "reth-primitives 1.0.8", + "reth-primitives-traits 1.0.8", + "reth-provider 1.0.8", + "reth-prune 1.0.8", + "reth-prune-types 1.0.8", + "reth-revm 1.0.8", + "reth-stages-api 1.0.8", + "reth-static-file 1.0.8", + "reth-storage-errors 1.0.8", "reth-testing-utils", - "reth-trie", - "reth-trie-db", + "reth-trie 1.0.8", + "reth-trie-db 1.0.8", "serde_json", "tempfile", "thiserror", @@ -8862,6 +10863,42 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-stages" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "bincode", + "futures-util", + "itertools 0.13.0", + "num-traits", + "rayon", + "reth-codecs 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-config 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-etl 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-exex 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives-traits 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-prune 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-stages-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "thiserror", + "tokio", + "tracing", +] + [[package]] name = "reth-stages-api" version = "1.0.8" @@ -8872,24 +10909,50 @@ dependencies = [ "auto_impl", "futures-util", "metrics", - "reth-consensus", - "reth-errors", - "reth-metrics", - "reth-network-p2p", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-stages-types", - "reth-static-file", - "reth-static-file-types", + "reth-consensus 1.0.8", + "reth-errors 1.0.8", + "reth-metrics 1.0.8", + "reth-network-p2p 1.0.8", + "reth-primitives-traits 1.0.8", + "reth-provider 1.0.8", + "reth-prune 1.0.8", + "reth-stages-types 1.0.8", + "reth-static-file 1.0.8", + "reth-static-file-types 1.0.8", "reth-testing-utils", - "reth-tokio-util", + "reth-tokio-util 1.0.8", "thiserror", "tokio", "tokio-stream", "tracing", ] +[[package]] +name = "reth-stages-api" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "aquamarine", + "auto_impl", + "futures-util", + "metrics", + "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives-traits 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-prune 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-stages-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-static-file 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-static-file-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tokio-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "thiserror", + "tokio", + "tracing", +] + [[package]] name = "reth-stages-types" version = "1.0.8" @@ -8901,12 +10964,25 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.8.5", - "reth-codecs", - "reth-trie-common", + "reth-codecs 1.0.8", + "reth-trie-common 1.0.8", "serde", "test-fuzz", ] +[[package]] +name = "reth-stages-types" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "bytes", + "modular-bitfield", + "reth-codecs 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "serde", +] + [[package]] name = "reth-static-file" version = "1.0.8" @@ -8915,26 +10991,60 @@ dependencies = [ "assert_matches", "parking_lot 0.12.3", "rayon", - "reth-chainspec", - "reth-db", - "reth-db-api", - "reth-nippy-jar", - "reth-node-types", - "reth-provider", - "reth-prune-types", - "reth-stages", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-errors", + "reth-chainspec 1.0.8", + "reth-db 1.0.8", + "reth-db-api 1.0.8", + "reth-nippy-jar 1.0.8", + "reth-node-types 1.0.8", + "reth-provider 1.0.8", + "reth-prune-types 1.0.8", + "reth-stages 1.0.8", + "reth-stages-types 1.0.8", + "reth-static-file-types 1.0.8", + "reth-storage-errors 1.0.8", "reth-testing-utils", - "reth-tokio-util", + "reth-tokio-util 1.0.8", "tempfile", "tracing", ] +[[package]] +name = "reth-static-file" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "parking_lot 0.12.3", + "rayon", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-nippy-jar 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-stages-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-static-file-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tokio-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "tracing", +] + +[[package]] +name = "reth-static-file-types" +version = "1.0.8" +dependencies = [ + "alloy-primitives", + "clap", + "derive_more 1.0.0", + "serde", + "strum", +] + [[package]] name = "reth-static-file-types" version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-primitives", "clap", @@ -8950,32 +11060,82 @@ dependencies = [ "alloy-eips", "alloy-primitives", "auto_impl", - "reth-chainspec", - "reth-db-api", - "reth-db-models", - "reth-execution-types", - "reth-primitives", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie", + "reth-chainspec 1.0.8", + "reth-db-api 1.0.8", + "reth-db-models 1.0.8", + "reth-execution-types 1.0.8", + "reth-primitives 1.0.8", + "reth-prune-types 1.0.8", + "reth-stages-types 1.0.8", + "reth-storage-errors 1.0.8", + "reth-trie 1.0.8", +] + +[[package]] +name = "reth-storage-api" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "auto_impl", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db-models 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-stages-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", +] + +[[package]] +name = "reth-storage-errors" +version = "1.0.8" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "derive_more 1.0.0", + "reth-fs-util 1.0.8", + "reth-primitives 1.0.8", ] [[package]] name = "reth-storage-errors" version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-eips", "alloy-primitives", "alloy-rlp", "derive_more 1.0.0", - "reth-fs-util", - "reth-primitives", + "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", +] + +[[package]] +name = "reth-tasks" +version = "1.0.8" +dependencies = [ + "auto_impl", + "dyn-clone", + "futures-util", + "metrics", + "pin-project", + "rayon", + "reth-metrics 1.0.8", + "thiserror", + "tokio", + "tracing", + "tracing-futures", ] [[package]] name = "reth-tasks" version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "auto_impl", "dyn-clone", @@ -8983,7 +11143,7 @@ dependencies = [ "metrics", "pin-project", "rayon", - "reth-metrics", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "thiserror", "tokio", "tracing", @@ -8999,7 +11159,7 @@ dependencies = [ "alloy-genesis", "alloy-primitives", "rand 0.8.5", - "reth-primitives", + "reth-primitives 1.0.8", "secp256k1", ] @@ -9012,9 +11172,34 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-tokio-util" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-tracing" +version = "1.0.8" +dependencies = [ + "clap", + "eyre", + "rolling-file", + "tracing", + "tracing-appender", + "tracing-journald", + "tracing-logfmt", + "tracing-subscriber", +] + [[package]] name = "reth-tracing" version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "clap", "eyre", @@ -9047,17 +11232,17 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.8.5", - "reth-chain-state", - "reth-chainspec", - "reth-eth-wire-types", - "reth-execution-types", - "reth-fs-util", - "reth-metrics", - "reth-primitives", - "reth-provider", - "reth-storage-api", - "reth-tasks", - "reth-tracing", + "reth-chain-state 1.0.8", + "reth-chainspec 1.0.8", + "reth-eth-wire-types 1.0.8", + "reth-execution-types 1.0.8", + "reth-fs-util 1.0.8", + "reth-metrics 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-storage-api 1.0.8", + "reth-tasks 1.0.8", + "reth-tracing 1.0.8", "revm", "rustc-hash 2.0.0", "schnellru", @@ -9071,6 +11256,40 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-transaction-pool" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "aquamarine", + "auto_impl", + "bitflags 2.6.0", + "futures-util", + "metrics", + "parking_lot 0.12.3", + "reth-chain-state 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-eth-wire-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "revm", + "rustc-hash 2.0.0", + "schnellru", + "serde", + "smallvec", + "thiserror", + "tokio", + "tokio-stream", + "tracing", +] + [[package]] name = "reth-trie" version = "1.0.8" @@ -9086,13 +11305,13 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rayon", - "reth-chainspec", - "reth-execution-errors", - "reth-metrics", - "reth-primitives", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-chainspec 1.0.8", + "reth-execution-errors 1.0.8", + "reth-metrics 1.0.8", + "reth-primitives 1.0.8", + "reth-stages-types 1.0.8", + "reth-storage-errors 1.0.8", + "reth-trie-common 1.0.8", "revm", "serde", "serde_json", @@ -9102,6 +11321,30 @@ dependencies = [ "triehash", ] +[[package]] +name = "reth-trie" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "auto_impl", + "derive_more 1.0.0", + "itertools 0.13.0", + "metrics", + "rayon", + "reth-execution-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-stages-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "revm", + "serde", + "serde_with", + "tracing", +] + [[package]] name = "reth-trie-common" version = "1.0.8" @@ -9120,8 +11363,28 @@ dependencies = [ "plain_hasher", "proptest", "proptest-arbitrary-interop", - "reth-codecs", - "reth-primitives-traits", + "reth-codecs 1.0.8", + "reth-primitives-traits 1.0.8", + "revm-primitives", + "serde", +] + +[[package]] +name = "reth-trie-common" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-consensus", + "alloy-genesis", + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "bytes", + "derive_more 1.0.0", + "itertools 0.13.0", + "nybbles", + "reth-codecs 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives-traits 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", "revm-primitives", "serde", ] @@ -9139,18 +11402,18 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rayon", - "reth-chainspec", - "reth-db", - "reth-db-api", - "reth-execution-errors", - "reth-metrics", - "reth-node-types", - "reth-primitives", - "reth-provider", - "reth-stages-types", - "reth-storage-errors", - "reth-trie", - "reth-trie-common", + "reth-chainspec 1.0.8", + "reth-db 1.0.8", + "reth-db-api 1.0.8", + "reth-execution-errors 1.0.8", + "reth-metrics 1.0.8", + "reth-node-types 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-stages-types 1.0.8", + "reth-storage-errors 1.0.8", + "reth-trie 1.0.8", + "reth-trie-common 1.0.8", "revm", "serde", "serde_json", @@ -9161,6 +11424,31 @@ dependencies = [ "triehash", ] +[[package]] +name = "reth-trie-db" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "auto_impl", + "derive_more 1.0.0", + "itertools 0.13.0", + "metrics", + "rayon", + "reth-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-stages-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "revm", + "tracing", +] + [[package]] name = "reth-trie-parallel" version = "1.0.8" @@ -9175,19 +11463,42 @@ dependencies = [ "proptest-arbitrary-interop", "rand 0.8.5", "rayon", - "reth-db", - "reth-db-api", - "reth-execution-errors", - "reth-metrics", - "reth-primitives", - "reth-provider", - "reth-trie", - "reth-trie-db", + "reth-db 1.0.8", + "reth-db-api 1.0.8", + "reth-execution-errors 1.0.8", + "reth-metrics 1.0.8", + "reth-primitives 1.0.8", + "reth-provider 1.0.8", + "reth-trie 1.0.8", + "reth-trie-db 1.0.8", "thiserror", "tokio", "tracing", ] +[[package]] +name = "reth-trie-parallel" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "derive_more 1.0.0", + "itertools 0.13.0", + "metrics", + "rayon", + "reth-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "thiserror", + "tracing", +] + [[package]] name = "revm" version = "14.0.3" diff --git a/Cargo.toml b/Cargo.toml index 8c1ee8c4514c..4150e7474720 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ exclude = [".github/"] members = [ "bin/reth-bench/", "bin/reth/", + "book/sources/hello-world/", "crates/blockchain-tree-api/", "crates/blockchain-tree/", "crates/chain-state/", diff --git a/book/developers/exex/hello-world.md b/book/developers/exex/hello-world.md index facb07e5307f..f3f9229d3dcb 100644 --- a/book/developers/exex/hello-world.md +++ b/book/developers/exex/hello-world.md @@ -14,19 +14,7 @@ cd my-exex And add Reth as a dependency in `Cargo.toml` ```toml -[package] -name = "my-exex" -version = "0.1.0" -edition = "2021" - -[dependencies] -reth = { git = "https://github.com/paradigmxyz/reth.git" } # Reth -reth-exex = { git = "https://github.com/paradigmxyz/reth.git" } # Execution Extensions -reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth.git" } # Ethereum Node implementation -reth-tracing = { git = "https://github.com/paradigmxyz/reth.git" } # Logging - -eyre = "0.6" # Easy error handling -futures-util = "0.3" # Stream utilities for consuming notifications +{{#include ../../sources/hello-world/Cargo.toml}} ``` ### Default Reth node @@ -34,15 +22,7 @@ futures-util = "0.3" # Stream utilities for consuming notifications Now, let's jump to our `main.rs` and start by initializing and launching a default Reth node ```rust,norun,noplayground,ignore -use reth_node_ethereum::EthereumNode; - -fn main() -> eyre::Result<()> { - reth::cli::Cli::parse_args().run(|builder, _| async move { - let handle = builder.node(EthereumNode::default()).launch().await?; - - handle.wait_for_node_exit().await - }) -} +{{#include ../../sources/hello-world/src/bin/1.rs}} ``` You can already test that it works by running the binary and initializing the Holesky node in a custom datadir @@ -63,26 +43,7 @@ $ cargo run -- init --chain holesky --datadir data The simplest ExEx is just an async function that never returns. We need to install it into our node ```rust,norun,noplayground,ignore -use reth::api::FullNodeComponents; -use reth_exex::{ExExContext, ExExEvent, ExExNotification}; -use reth_node_ethereum::EthereumNode; -use reth_tracing::tracing::info; - -async fn my_exex(mut _ctx: ExExContext) -> eyre::Result<()> { - loop {} -} - -fn main() -> eyre::Result<()> { - reth::cli::Cli::parse_args().run(|builder, _| async move { - let handle = builder - .node(EthereumNode::default()) - .install_exex("my-exex", |ctx| async move { Ok(my_exex(ctx)) }) - .launch() - .await?; - - handle.wait_for_node_exit().await - }) -} +{{#include ../../sources/hello-world/src/bin/2.rs}} ``` See that unused `_ctx`? That's the context that we'll use to listen to new notifications coming from the main node, @@ -103,46 +64,7 @@ If you try running a node with an ExEx that exits, the node will exit as well. Now, let's extend our simplest ExEx and start actually listening to new notifications, log them, and send events back to the main node ```rust,norun,noplayground,ignore -use futures_util::StreamExt; -use reth::api::FullNodeComponents; -use reth_exex::{ExExContext, ExExEvent, ExExNotification}; -use reth_node_ethereum::EthereumNode; -use reth_tracing::tracing::info; - -async fn my_exex(mut ctx: ExExContext) -> eyre::Result<()> { - while let Some(notification) = ctx.notifications.next().await { - match ¬ification { - ExExNotification::ChainCommitted { new } => { - info!(committed_chain = ?new.range(), "Received commit"); - } - ExExNotification::ChainReorged { old, new } => { - info!(from_chain = ?old.range(), to_chain = ?new.range(), "Received reorg"); - } - ExExNotification::ChainReverted { old } => { - info!(reverted_chain = ?old.range(), "Received revert"); - } - }; - - if let Some(committed_chain) = notification.committed_chain() { - ctx.events - .send(ExExEvent::FinishedHeight(committed_chain.tip().num_hash()))?; - } - } - - Ok(()) -} - -fn main() -> eyre::Result<()> { - reth::cli::Cli::parse_args().run(|builder, _| async move { - let handle = builder - .node(EthereumNode::default()) - .install_exex("my-exex", |ctx| async move { Ok(my_exex(ctx)) }) - .launch() - .await?; - - handle.wait_for_node_exit().await - }) -} +{{#include ../../sources/hello-world/src/bin/3.rs}} ``` Woah, there's a lot of new stuff here! Let's go through it step by step: From 45ad41216bb615d618a6cc53e09039c27ea89f5f Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Mon, 7 Oct 2024 17:54:20 +0100 Subject: [PATCH 02/10] use custom workspace --- Cargo.lock | 4579 +++++------------- Cargo.toml | 1 - book/sources/Cargo.lock | 9730 +++++++++++++++++++++++++++++++++++++++ book/sources/Cargo.toml | 9 + 4 files changed, 10873 insertions(+), 3446 deletions(-) create mode 100644 book/sources/Cargo.lock create mode 100644 book/sources/Cargo.toml diff --git a/Cargo.lock b/Cargo.lock index c1c449afc1ac..a66887900cb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2548,13 +2548,13 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "rayon", - "reth-chainspec 1.0.8", - "reth-db 1.0.8", - "reth-db-api 1.0.8", - "reth-evm-ethereum 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-stages 1.0.8", + "reth-chainspec", + "reth-db", + "reth-db-api", + "reth-evm-ethereum", + "reth-primitives", + "reth-provider", + "reth-stages", "serde", "serde_json", "thiserror", @@ -2667,8 +2667,8 @@ dependencies = [ "eyre", "futures-util", "reqwest", - "reth 1.0.8", - "reth-node-ethereum 1.0.8", + "reth", + "reth-node-ethereum", "serde", "serde_json", "thiserror", @@ -2682,8 +2682,8 @@ dependencies = [ "clap", "futures-util", "mev-share-sse", - "reth 1.0.8", - "reth-node-ethereum 1.0.8", + "reth", + "reth-node-ethereum", "tokio", "tracing", ] @@ -2693,13 +2693,13 @@ name = "example-bsc-p2p" version = "0.0.0" dependencies = [ "alloy-primitives", - "reth-chainspec 1.0.8", - "reth-discv4 1.0.8", - "reth-network 1.0.8", - "reth-network-api 1.0.8", - "reth-network-peers 1.0.8", - "reth-primitives 1.0.8", - "reth-tracing 1.0.8", + "reth-chainspec", + "reth-discv4", + "reth-network", + "reth-network-api", + "reth-network-peers", + "reth-primitives", + "reth-tracing", "secp256k1", "serde_json", "tokio", @@ -2714,10 +2714,10 @@ dependencies = [ "alloy-primitives", "eyre", "futures-util", - "reth 1.0.8", - "reth-chainspec 1.0.8", - "reth-node-core 1.0.8", - "reth-node-ethereum 1.0.8", + "reth", + "reth-chainspec", + "reth-node-core", + "reth-node-ethereum", "serde_json", "tokio", ] @@ -2730,16 +2730,16 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types", "eyre", - "reth 1.0.8", - "reth-basic-payload-builder 1.0.8", - "reth-chainspec 1.0.8", - "reth-ethereum-payload-builder 1.0.8", - "reth-node-api 1.0.8", - "reth-node-core 1.0.8", - "reth-node-ethereum 1.0.8", - "reth-payload-builder 1.0.8", - "reth-primitives 1.0.8", - "reth-tracing 1.0.8", + "reth", + "reth-basic-payload-builder", + "reth-chainspec", + "reth-ethereum-payload-builder", + "reth-node-api", + "reth-node-core", + "reth-node-ethereum", + "reth-payload-builder", + "reth-primitives", + "reth-tracing", "serde", "thiserror", "tokio", @@ -2752,14 +2752,14 @@ dependencies = [ "alloy-genesis", "alloy-primitives", "eyre", - "reth 1.0.8", - "reth-chainspec 1.0.8", - "reth-evm-ethereum 1.0.8", - "reth-node-api 1.0.8", - "reth-node-core 1.0.8", - "reth-node-ethereum 1.0.8", - "reth-primitives 1.0.8", - "reth-tracing 1.0.8", + "reth", + "reth-chainspec", + "reth-evm-ethereum", + "reth-node-api", + "reth-node-core", + "reth-node-ethereum", + "reth-primitives", + "reth-tracing", "tokio", ] @@ -2771,8 +2771,8 @@ dependencies = [ "alloy-rpc-types", "clap", "futures-util", - "reth 1.0.8", - "reth-node-ethereum 1.0.8", + "reth", + "reth-node-ethereum", ] [[package]] @@ -2780,10 +2780,10 @@ name = "example-custom-node-components" version = "0.0.0" dependencies = [ "eyre", - "reth 1.0.8", - "reth-node-ethereum 1.0.8", - "reth-tracing 1.0.8", - "reth-transaction-pool 1.0.8", + "reth", + "reth-node-ethereum", + "reth-tracing", + "reth-transaction-pool", ] [[package]] @@ -2793,14 +2793,14 @@ dependencies = [ "alloy-primitives", "eyre", "futures-util", - "reth 1.0.8", - "reth-basic-payload-builder 1.0.8", - "reth-chainspec 1.0.8", - "reth-ethereum-payload-builder 1.0.8", - "reth-node-api 1.0.8", - "reth-node-ethereum 1.0.8", - "reth-payload-builder 1.0.8", - "reth-primitives 1.0.8", + "reth", + "reth-basic-payload-builder", + "reth-chainspec", + "reth-ethereum-payload-builder", + "reth-node-api", + "reth-node-ethereum", + "reth-payload-builder", + "reth-primitives", "tracing", ] @@ -2812,13 +2812,13 @@ dependencies = [ "eyre", "futures", "rand 0.8.5", - "reth 1.0.8", - "reth-eth-wire 1.0.8", - "reth-network 1.0.8", - "reth-network-api 1.0.8", - "reth-node-ethereum 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", + "reth", + "reth-eth-wire", + "reth-network", + "reth-network-api", + "reth-node-ethereum", + "reth-primitives", + "reth-provider", "tokio", "tokio-stream", "tracing", @@ -2831,12 +2831,12 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types", "eyre", - "reth-chainspec 1.0.8", - "reth-db 1.0.8", - "reth-node-ethereum 1.0.8", - "reth-node-types 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", + "reth-chainspec", + "reth-db", + "reth-node-ethereum", + "reth-node-types", + "reth-primitives", + "reth-provider", ] [[package]] @@ -2845,13 +2845,13 @@ version = "0.0.0" dependencies = [ "eyre", "futures", - "reth-chainspec 1.0.8", - "reth-discv4 1.0.8", - "reth-ecies 1.0.8", - "reth-eth-wire 1.0.8", - "reth-network 1.0.8", - "reth-network-peers 1.0.8", - "reth-primitives 1.0.8", + "reth-chainspec", + "reth-discv4", + "reth-ecies", + "reth-eth-wire", + "reth-network", + "reth-network-peers", + "reth-primitives", "secp256k1", "tokio", ] @@ -2862,8 +2862,8 @@ version = "0.0.0" dependencies = [ "eyre", "futures", - "reth-network 1.0.8", - "reth-provider 1.0.8", + "reth-network", + "reth-provider", "tokio", ] @@ -2872,9 +2872,9 @@ name = "example-network-txpool" version = "0.0.0" dependencies = [ "eyre", - "reth-network 1.0.8", - "reth-provider 1.0.8", - "reth-transaction-pool 1.0.8", + "reth-network", + "reth-provider", + "reth-transaction-pool", "tokio", ] @@ -2884,9 +2884,9 @@ version = "0.0.0" dependencies = [ "clap", "jsonrpsee", - "reth 1.0.8", - "reth-node-ethereum 1.0.8", - "reth-transaction-pool 1.0.8", + "reth", + "reth-node-ethereum", + "reth-transaction-pool", "tokio", ] @@ -2894,8 +2894,8 @@ dependencies = [ name = "example-node-event-hooks" version = "0.0.0" dependencies = [ - "reth 1.0.8", - "reth-node-ethereum 1.0.8", + "reth", + "reth-node-ethereum", ] [[package]] @@ -2903,12 +2903,12 @@ name = "example-polygon-p2p" version = "0.0.0" dependencies = [ "alloy-primitives", - "reth-chainspec 1.0.8", - "reth-discv4 1.0.8", - "reth-network 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-tracing 1.0.8", + "reth-chainspec", + "reth-discv4", + "reth-network", + "reth-primitives", + "reth-provider", + "reth-tracing", "secp256k1", "serde_json", "tokio", @@ -2922,11 +2922,11 @@ dependencies = [ "eyre", "futures", "jsonrpsee", - "reth 1.0.8", - "reth-chainspec 1.0.8", - "reth-db 1.0.8", - "reth-node-ethereum 1.0.8", - "reth-provider 1.0.8", + "reth", + "reth-chainspec", + "reth-db", + "reth-node-ethereum", + "reth-provider", "tokio", ] @@ -2938,13 +2938,13 @@ dependencies = [ "alloy-primitives", "eyre", "parking_lot 0.12.3", - "reth 1.0.8", - "reth-chainspec 1.0.8", - "reth-node-api 1.0.8", - "reth-node-core 1.0.8", - "reth-node-ethereum 1.0.8", - "reth-primitives 1.0.8", - "reth-tracing 1.0.8", + "reth", + "reth-chainspec", + "reth-node-api", + "reth-node-core", + "reth-node-ethereum", + "reth-primitives", + "reth-tracing", "schnellru", "tokio", ] @@ -2957,8 +2957,8 @@ dependencies = [ "alloy-rpc-types-trace", "clap", "futures-util", - "reth 1.0.8", - "reth-node-ethereum 1.0.8", + "reth", + "reth-node-ethereum", ] [[package]] @@ -4900,18 +4900,6 @@ dependencies = [ "unsigned-varint 0.7.2", ] -[[package]] -name = "my-exex" -version = "0.1.0" -dependencies = [ - "eyre", - "futures-util", - "reth 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-exex 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-ethereum 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tracing 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", -] - [[package]] name = "nix" version = "0.26.4" @@ -5235,8 +5223,8 @@ name = "op-reth" version = "1.0.8" dependencies = [ "clap", - "reth-cli-util 1.0.8", - "reth-node-builder 1.0.8", + "reth-cli-util", + "reth-node-builder", "reth-optimism-chainspec", "reth-optimism-cli", "reth-optimism-consensus", @@ -5246,7 +5234,7 @@ dependencies = [ "reth-optimism-payload-builder", "reth-optimism-primitives", "reth-optimism-rpc", - "reth-provider 1.0.8", + "reth-provider", "tracing", ] @@ -6206,58 +6194,58 @@ dependencies = [ "clap", "eyre", "futures", - "reth-basic-payload-builder 1.0.8", - "reth-beacon-consensus 1.0.8", - "reth-blockchain-tree 1.0.8", - "reth-chainspec 1.0.8", - "reth-cli 1.0.8", - "reth-cli-commands 1.0.8", - "reth-cli-runner 1.0.8", - "reth-cli-util 1.0.8", - "reth-config 1.0.8", - "reth-consensus 1.0.8", - "reth-consensus-common 1.0.8", - "reth-db 1.0.8", - "reth-db-api 1.0.8", - "reth-discv4 1.0.8", - "reth-downloaders 1.0.8", - "reth-engine-util 1.0.8", - "reth-errors 1.0.8", - "reth-ethereum-cli 1.0.8", - "reth-ethereum-payload-builder 1.0.8", - "reth-evm 1.0.8", - "reth-execution-types 1.0.8", - "reth-exex 1.0.8", - "reth-fs-util 1.0.8", - "reth-network 1.0.8", - "reth-network-api 1.0.8", - "reth-network-p2p 1.0.8", - "reth-node-api 1.0.8", - "reth-node-builder 1.0.8", - "reth-node-core 1.0.8", - "reth-node-ethereum 1.0.8", - "reth-node-events 1.0.8", - "reth-node-metrics 1.0.8", - "reth-payload-builder 1.0.8", - "reth-payload-primitives 1.0.8", - "reth-payload-validator 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-prune 1.0.8", - "reth-revm 1.0.8", - "reth-rpc 1.0.8", - "reth-rpc-api 1.0.8", - "reth-rpc-builder 1.0.8", - "reth-rpc-eth-types 1.0.8", - "reth-rpc-server-types 1.0.8", - "reth-rpc-types-compat 1.0.8", - "reth-stages 1.0.8", - "reth-static-file 1.0.8", - "reth-tasks 1.0.8", - "reth-tracing 1.0.8", - "reth-transaction-pool 1.0.8", - "reth-trie 1.0.8", - "reth-trie-db 1.0.8", + "reth-basic-payload-builder", + "reth-beacon-consensus", + "reth-blockchain-tree", + "reth-chainspec", + "reth-cli", + "reth-cli-commands", + "reth-cli-runner", + "reth-cli-util", + "reth-config", + "reth-consensus", + "reth-consensus-common", + "reth-db", + "reth-db-api", + "reth-discv4", + "reth-downloaders", + "reth-engine-util", + "reth-errors", + "reth-ethereum-cli", + "reth-ethereum-payload-builder", + "reth-evm", + "reth-execution-types", + "reth-exex", + "reth-fs-util", + "reth-network", + "reth-network-api", + "reth-network-p2p", + "reth-node-api", + "reth-node-builder", + "reth-node-core", + "reth-node-ethereum", + "reth-node-events", + "reth-node-metrics", + "reth-payload-builder", + "reth-payload-primitives", + "reth-payload-validator", + "reth-primitives", + "reth-provider", + "reth-prune", + "reth-revm", + "reth-rpc", + "reth-rpc-api", + "reth-rpc-builder", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-rpc-types-compat", + "reth-stages", + "reth-static-file", + "reth-tasks", + "reth-tracing", + "reth-transaction-pool", + "reth-trie", + "reth-trie-db", "serde_json", "similar-asserts", "tempfile", @@ -6265,78 +6253,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types", - "aquamarine", - "backon", - "clap", - "eyre", - "futures", - "reth-basic-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-beacon-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-blockchain-tree 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-cli 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-cli-commands 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-cli-runner 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-cli-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-config 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-consensus-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-downloaders 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-engine-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-ethereum-cli 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-ethereum-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-exex 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-core 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-ethereum 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-events 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-validator 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-prune 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-eth-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-server-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-types-compat 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-stages 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-static-file 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tracing 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "serde_json", - "similar-asserts", - "tokio", - "tracing", -] - [[package]] name = "reth-auto-seal-consensus" version = "1.0.8" @@ -6344,53 +6260,23 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "futures-util", - "reth-beacon-consensus 1.0.8", - "reth-chainspec 1.0.8", - "reth-consensus 1.0.8", - "reth-engine-primitives 1.0.8", - "reth-evm 1.0.8", - "reth-execution-errors 1.0.8", - "reth-execution-types 1.0.8", - "reth-network-p2p 1.0.8", - "reth-network-peers 1.0.8", + "reth-beacon-consensus", + "reth-chainspec", + "reth-consensus", + "reth-engine-primitives", + "reth-evm", + "reth-execution-errors", + "reth-execution-types", + "reth-network-p2p", + "reth-network-peers", "reth-optimism-consensus", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-revm 1.0.8", - "reth-stages-api 1.0.8", - "reth-tokio-util 1.0.8", - "reth-transaction-pool 1.0.8", - "reth-trie 1.0.8", - "revm-primitives", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-auto-seal-consensus" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types-engine", - "futures-util", - "reth-beacon-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-execution-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-stages-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tokio-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-stages-api", + "reth-tokio-util", + "reth-transaction-pool", + "reth-trie", "revm-primitives", "tokio", "tokio-stream", @@ -6406,39 +6292,15 @@ dependencies = [ "futures-core", "futures-util", "metrics", - "reth-chainspec 1.0.8", - "reth-metrics 1.0.8", - "reth-payload-builder 1.0.8", - "reth-payload-primitives 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-revm 1.0.8", - "reth-tasks 1.0.8", - "reth-transaction-pool 1.0.8", - "revm", - "tokio", - "tracing", -] - -[[package]] -name = "reth-basic-payload-builder" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "futures-core", - "futures-util", - "metrics", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec", + "reth-metrics", + "reth-payload-builder", + "reth-payload-primitives", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-tasks", + "reth-transaction-pool", "revm", "tokio", "tracing", @@ -6455,73 +6317,39 @@ dependencies = [ "futures", "itertools 0.13.0", "metrics", - "reth-blockchain-tree 1.0.8", - "reth-blockchain-tree-api 1.0.8", - "reth-chainspec 1.0.8", - "reth-config 1.0.8", - "reth-consensus 1.0.8", - "reth-db 1.0.8", - "reth-db-api 1.0.8", - "reth-downloaders 1.0.8", - "reth-engine-primitives 1.0.8", - "reth-errors 1.0.8", - "reth-ethereum-consensus 1.0.8", - "reth-ethereum-engine-primitives 1.0.8", - "reth-evm 1.0.8", - "reth-evm-ethereum 1.0.8", - "reth-exex-types 1.0.8", - "reth-metrics 1.0.8", - "reth-network-p2p 1.0.8", - "reth-node-types 1.0.8", - "reth-payload-builder 1.0.8", - "reth-payload-primitives 1.0.8", - "reth-payload-validator 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-prune 1.0.8", - "reth-prune-types 1.0.8", - "reth-rpc-types-compat 1.0.8", - "reth-stages 1.0.8", - "reth-stages-api 1.0.8", - "reth-static-file 1.0.8", - "reth-tasks 1.0.8", + "reth-blockchain-tree", + "reth-blockchain-tree-api", + "reth-chainspec", + "reth-config", + "reth-consensus", + "reth-db", + "reth-db-api", + "reth-downloaders", + "reth-engine-primitives", + "reth-errors", + "reth-ethereum-consensus", + "reth-ethereum-engine-primitives", + "reth-evm", + "reth-evm-ethereum", + "reth-exex-types", + "reth-metrics", + "reth-network-p2p", + "reth-node-types", + "reth-payload-builder", + "reth-payload-primitives", + "reth-payload-validator", + "reth-primitives", + "reth-provider", + "reth-prune", + "reth-prune-types", + "reth-rpc-types-compat", + "reth-stages", + "reth-stages-api", + "reth-static-file", + "reth-tasks", "reth-testing-utils", - "reth-tokio-util 1.0.8", - "reth-tracing 1.0.8", - "schnellru", - "thiserror", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-beacon-consensus" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types-engine", - "futures", - "itertools 0.13.0", - "metrics", - "reth-blockchain-tree-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-ethereum-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-validator 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-prune 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-stages-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-static-file 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tokio-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tokio-util", + "reth-tracing", "schnellru", "thiserror", "tokio", @@ -6550,13 +6378,13 @@ dependencies = [ "eyre", "futures", "reqwest", - "reth-cli-runner 1.0.8", - "reth-cli-util 1.0.8", - "reth-node-api 1.0.8", - "reth-node-core 1.0.8", - "reth-primitives 1.0.8", - "reth-rpc-types-compat 1.0.8", - "reth-tracing 1.0.8", + "reth-cli-runner", + "reth-cli-util", + "reth-node-api", + "reth-node-core", + "reth-primitives", + "reth-rpc-types-compat", + "reth-tracing", "serde", "thiserror", "tokio", @@ -6577,60 +6405,27 @@ dependencies = [ "linked_hash_set", "metrics", "parking_lot 0.12.3", - "reth-blockchain-tree-api 1.0.8", - "reth-chainspec 1.0.8", - "reth-consensus 1.0.8", - "reth-db 1.0.8", - "reth-db-api 1.0.8", - "reth-evm 1.0.8", - "reth-evm-ethereum 1.0.8", - "reth-execution-errors 1.0.8", - "reth-execution-types 1.0.8", - "reth-metrics 1.0.8", - "reth-network 1.0.8", - "reth-node-types 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-revm 1.0.8", - "reth-stages-api 1.0.8", - "reth-storage-errors 1.0.8", + "reth-blockchain-tree-api", + "reth-chainspec", + "reth-consensus", + "reth-db", + "reth-db-api", + "reth-evm", + "reth-evm-ethereum", + "reth-execution-errors", + "reth-execution-types", + "reth-metrics", + "reth-network", + "reth-node-types", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-stages-api", + "reth-storage-errors", "reth-testing-utils", - "reth-trie 1.0.8", - "reth-trie-db 1.0.8", - "reth-trie-parallel 1.0.8", - "tokio", - "tracing", -] - -[[package]] -name = "reth-blockchain-tree" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "aquamarine", - "linked_hash_set", - "metrics", - "parking_lot 0.12.3", - "reth-blockchain-tree-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-execution-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-stages-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie-parallel 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-trie", + "reth-trie-db", + "reth-trie-parallel", "tokio", "tracing", ] @@ -6640,23 +6435,10 @@ name = "reth-blockchain-tree-api" version = "1.0.8" dependencies = [ "alloy-primitives", - "reth-consensus 1.0.8", - "reth-execution-errors 1.0.8", - "reth-primitives 1.0.8", - "reth-storage-errors 1.0.8", - "thiserror", -] - -[[package]] -name = "reth-blockchain-tree-api" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-execution-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-consensus", + "reth-execution-errors", + "reth-primitives", + "reth-storage-errors", "thiserror", ] @@ -6675,43 +6457,19 @@ dependencies = [ "parking_lot 0.12.3", "pin-project", "rand 0.8.5", - "reth-chainspec 1.0.8", - "reth-errors 1.0.8", - "reth-execution-types 1.0.8", - "reth-metrics 1.0.8", - "reth-primitives 1.0.8", - "reth-storage-api 1.0.8", - "reth-trie 1.0.8", + "reth-chainspec", + "reth-errors", + "reth-execution-types", + "reth-metrics", + "reth-primitives", + "reth-storage-api", + "reth-trie", "revm", "tokio", "tokio-stream", "tracing", ] -[[package]] -name = "reth-chain-state" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "auto_impl", - "derive_more 1.0.0", - "metrics", - "parking_lot 0.12.3", - "pin-project", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "tokio", - "tokio-stream", - "tracing", -] - [[package]] name = "reth-chainspec" version = "1.0.8" @@ -6725,55 +6483,22 @@ dependencies = [ "auto_impl", "derive_more 1.0.0", "once_cell", - "reth-ethereum-forks 1.0.8", - "reth-network-peers 1.0.8", + "reth-ethereum-forks", + "reth-network-peers", "reth-optimism-forks", - "reth-primitives-traits 1.0.8", - "reth-trie-common 1.0.8", - "serde_json", -] - -[[package]] -name = "reth-chainspec" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-chains", - "alloy-eips", - "alloy-genesis", - "alloy-primitives", - "alloy-trie", - "auto_impl", - "derive_more 1.0.0", - "once_cell", - "reth-ethereum-forks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives-traits 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "serde_json", -] - -[[package]] -name = "reth-cli" -version = "1.0.8" -dependencies = [ - "alloy-genesis", - "clap", - "eyre", - "reth-cli-runner 1.0.8", + "reth-primitives-traits", + "reth-trie-common", "serde_json", - "shellexpand", ] [[package]] name = "reth-cli" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-genesis", "clap", "eyre", - "reth-cli-runner 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-cli-runner", "serde_json", "shellexpand", ] @@ -6798,97 +6523,39 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "ratatui", - "reth-beacon-consensus 1.0.8", - "reth-chainspec 1.0.8", - "reth-cli 1.0.8", - "reth-cli-runner 1.0.8", - "reth-cli-util 1.0.8", - "reth-config 1.0.8", - "reth-consensus 1.0.8", - "reth-db 1.0.8", - "reth-db-api 1.0.8", - "reth-db-common 1.0.8", - "reth-discv4 1.0.8", - "reth-downloaders 1.0.8", - "reth-ecies 1.0.8", - "reth-eth-wire 1.0.8", - "reth-ethereum-cli 1.0.8", - "reth-evm 1.0.8", - "reth-exex 1.0.8", - "reth-fs-util 1.0.8", - "reth-network 1.0.8", - "reth-network-p2p 1.0.8", - "reth-network-peers 1.0.8", - "reth-node-builder 1.0.8", - "reth-node-core 1.0.8", - "reth-node-events 1.0.8", - "reth-node-metrics 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-prune 1.0.8", - "reth-stages 1.0.8", - "reth-static-file 1.0.8", - "reth-static-file-types 1.0.8", - "reth-trie 1.0.8", - "reth-trie-db 1.0.8", - "secp256k1", - "serde", - "serde_json", - "tokio", - "toml", - "tracing", -] - -[[package]] -name = "reth-cli-commands" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "ahash", - "alloy-eips", - "alloy-primitives", - "backon", - "clap", - "comfy-table", - "crossterm 0.28.1", - "eyre", - "fdlimit", - "futures", - "human_bytes", - "itertools 0.13.0", - "ratatui", - "reth-beacon-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-cli 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-cli-runner 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-cli-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-config 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-downloaders 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-ecies 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-eth-wire 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-ethereum-cli 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-exex 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-core 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-events 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-prune 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-stages 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-static-file 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-static-file-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-beacon-consensus", + "reth-chainspec", + "reth-cli", + "reth-cli-runner", + "reth-cli-util", + "reth-config", + "reth-consensus", + "reth-db", + "reth-db-api", + "reth-db-common", + "reth-discv4", + "reth-downloaders", + "reth-ecies", + "reth-eth-wire", + "reth-ethereum-cli", + "reth-evm", + "reth-exex", + "reth-fs-util", + "reth-network", + "reth-network-p2p", + "reth-network-peers", + "reth-node-builder", + "reth-node-core", + "reth-node-events", + "reth-node-metrics", + "reth-primitives", + "reth-provider", + "reth-prune", + "reth-stages", + "reth-static-file", + "reth-static-file-types", + "reth-trie", + "reth-trie-db", "secp256k1", "serde", "serde_json", @@ -6901,17 +6568,7 @@ dependencies = [ name = "reth-cli-runner" version = "1.0.8" dependencies = [ - "reth-tasks 1.0.8", - "tokio", - "tracing", -] - -[[package]] -name = "reth-cli-runner" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tasks", "tokio", "tracing", ] @@ -6926,30 +6583,13 @@ dependencies = [ "eyre", "libc", "rand 0.8.5", - "reth-fs-util 1.0.8", + "reth-fs-util", "secp256k1", "thiserror", "tikv-jemallocator", "tracy-client", ] -[[package]] -name = "reth-cli-util" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "cfg-if", - "eyre", - "libc", - "rand 0.8.5", - "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "secp256k1", - "thiserror", - "tikv-jemallocator", -] - [[package]] name = "reth-codecs" version = "1.0.8" @@ -6967,27 +6607,12 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.8.5", - "reth-codecs-derive 1.0.8", + "reth-codecs-derive", "serde", "serde_json", "test-fuzz", ] -[[package]] -name = "reth-codecs" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-genesis", - "alloy-primitives", - "alloy-trie", - "bytes", - "modular-bitfield", - "reth-codecs-derive 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", -] - [[package]] name = "reth-codecs-derive" version = "1.0.8" @@ -6999,17 +6624,6 @@ dependencies = [ "syn 2.0.79", ] -[[package]] -name = "reth-codecs-derive" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "convert_case", - "proc-macro2", - "quote", - "syn 2.0.79", -] - [[package]] name = "reth-config" version = "1.0.8" @@ -7017,48 +6631,23 @@ dependencies = [ "alloy-primitives", "eyre", "humantime-serde", - "reth-network-peers 1.0.8", - "reth-network-types 1.0.8", - "reth-prune-types 1.0.8", - "reth-stages-types 1.0.8", + "reth-network-peers", + "reth-network-types", + "reth-prune-types", + "reth-stages-types", "serde", "tempfile", "toml", ] -[[package]] -name = "reth-config" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "eyre", - "humantime-serde", - "reth-network-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-stages-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "serde", - "toml", -] - -[[package]] -name = "reth-consensus" -version = "1.0.8" -dependencies = [ - "alloy-primitives", - "auto_impl", - "derive_more 1.0.0", - "reth-primitives 1.0.8", -] - [[package]] name = "reth-consensus" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-primitives", "auto_impl", "derive_more 1.0.0", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-primitives", ] [[package]] @@ -7069,52 +6658,16 @@ dependencies = [ "alloy-primitives", "mockall", "rand 0.8.5", - "reth-chainspec 1.0.8", - "reth-consensus 1.0.8", - "reth-primitives 1.0.8", - "reth-storage-api 1.0.8", + "reth-chainspec", + "reth-consensus", + "reth-primitives", + "reth-storage-api", "revm-primitives", ] -[[package]] -name = "reth-consensus-common" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "revm-primitives", -] - -[[package]] -name = "reth-consensus-debug-client" -version = "1.0.8" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-provider", - "alloy-rpc-types", - "alloy-rpc-types-engine", - "auto_impl", - "eyre", - "futures", - "reqwest", - "reth-node-api 1.0.8", - "reth-rpc-api 1.0.8", - "reth-rpc-builder 1.0.8", - "reth-tracing 1.0.8", - "ringbuffer", - "serde", - "tokio", -] - [[package]] name = "reth-consensus-debug-client" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7126,10 +6679,10 @@ dependencies = [ "eyre", "futures", "reqwest", - "reth-node-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tracing 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-node-api", + "reth-rpc-api", + "reth-rpc-builder", + "reth-tracing", "ringbuffer", "serde", "tokio", @@ -7154,18 +6707,18 @@ dependencies = [ "pprof", "proptest", "rand 0.8.5", - "reth-db-api 1.0.8", - "reth-fs-util 1.0.8", - "reth-libmdbx 1.0.8", - "reth-metrics 1.0.8", - "reth-nippy-jar 1.0.8", - "reth-primitives 1.0.8", - "reth-primitives-traits 1.0.8", - "reth-prune-types 1.0.8", - "reth-stages-types 1.0.8", - "reth-storage-errors 1.0.8", - "reth-tracing 1.0.8", - "reth-trie-common 1.0.8", + "reth-db-api", + "reth-fs-util", + "reth-libmdbx", + "reth-metrics", + "reth-nippy-jar", + "reth-primitives", + "reth-primitives-traits", + "reth-prune-types", + "reth-stages-types", + "reth-storage-errors", + "reth-tracing", + "reth-trie-common", "rustc-hash 2.0.0", "serde", "serde_json", @@ -7177,43 +6730,12 @@ dependencies = [ ] [[package]] -name = "reth-db" +name = "reth-db-api" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ + "alloy-genesis", "alloy-primitives", - "bytes", - "derive_more 1.0.0", - "eyre", - "metrics", - "page_size", - "paste", - "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-libmdbx 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-nippy-jar 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives-traits 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-stages-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tracing 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "rustc-hash 2.0.0", - "serde", - "strum", - "sysinfo", - "thiserror", -] - -[[package]] -name = "reth-db-api" -version = "1.0.8" -dependencies = [ - "alloy-genesis", - "alloy-primitives", - "arbitrary", + "arbitrary", "bytes", "derive_more 1.0.0", "metrics", @@ -7222,91 +6744,40 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.8.5", - "reth-codecs 1.0.8", - "reth-db-models 1.0.8", - "reth-primitives 1.0.8", - "reth-primitives-traits 1.0.8", - "reth-prune-types 1.0.8", - "reth-stages-types 1.0.8", - "reth-storage-errors 1.0.8", - "reth-trie-common 1.0.8", + "reth-codecs", + "reth-db-models", + "reth-primitives", + "reth-primitives-traits", + "reth-prune-types", + "reth-stages-types", + "reth-storage-errors", + "reth-trie-common", "serde", "test-fuzz", ] -[[package]] -name = "reth-db-api" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-genesis", - "alloy-primitives", - "bytes", - "derive_more 1.0.0", - "metrics", - "modular-bitfield", - "parity-scale-codec", - "reth-codecs 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db-models 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives-traits 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-stages-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "serde", -] - -[[package]] -name = "reth-db-common" -version = "1.0.8" -dependencies = [ - "alloy-genesis", - "alloy-primitives", - "boyer-moore-magiclen", - "eyre", - "reth-chainspec 1.0.8", - "reth-codecs 1.0.8", - "reth-config 1.0.8", - "reth-db 1.0.8", - "reth-db-api 1.0.8", - "reth-etl 1.0.8", - "reth-fs-util 1.0.8", - "reth-node-types 1.0.8", - "reth-primitives 1.0.8", - "reth-primitives-traits 1.0.8", - "reth-provider 1.0.8", - "reth-stages-types 1.0.8", - "reth-trie 1.0.8", - "reth-trie-db 1.0.8", - "serde", - "serde_json", - "thiserror", - "tracing", -] - [[package]] name = "reth-db-common" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-genesis", "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-codecs 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-config 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-etl 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-stages-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec", + "reth-codecs", + "reth-config", + "reth-db", + "reth-db-api", + "reth-etl", + "reth-fs-util", + "reth-node-types", + "reth-primitives", + "reth-primitives-traits", + "reth-provider", + "reth-stages-types", + "reth-trie", + "reth-trie-db", "serde", "serde_json", "thiserror", @@ -7323,25 +6794,12 @@ dependencies = [ "modular-bitfield", "proptest", "proptest-arbitrary-interop", - "reth-codecs 1.0.8", - "reth-primitives 1.0.8", + "reth-codecs", + "reth-primitives", "serde", "test-fuzz", ] -[[package]] -name = "reth-db-models" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "bytes", - "modular-bitfield", - "reth-codecs 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "serde", -] - [[package]] name = "reth-discv4" version = "1.0.8" @@ -7354,35 +6812,11 @@ dependencies = [ "generic-array", "parking_lot 0.12.3", "rand 0.8.5", - "reth-ethereum-forks 1.0.8", - "reth-net-banlist 1.0.8", - "reth-net-nat 1.0.8", - "reth-network-peers 1.0.8", - "reth-tracing 1.0.8", - "schnellru", - "secp256k1", - "serde", - "thiserror", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-discv4" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "discv5", - "enr", - "generic-array", - "parking_lot 0.12.3", - "reth-ethereum-forks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-net-banlist 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-net-nat 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-ethereum-forks", + "reth-net-banlist", + "reth-net-nat", + "reth-network-peers", + "reth-tracing", "schnellru", "secp256k1", "serde", @@ -7405,35 +6839,11 @@ dependencies = [ "itertools 0.13.0", "metrics", "rand 0.8.5", - "reth-chainspec 1.0.8", - "reth-ethereum-forks 1.0.8", - "reth-metrics 1.0.8", - "reth-network-peers 1.0.8", - "reth-tracing 1.0.8", - "secp256k1", - "thiserror", - "tokio", - "tracing", -] - -[[package]] -name = "reth-discv5" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "derive_more 1.0.0", - "discv5", - "enr", - "futures", - "itertools 0.13.0", - "metrics", - "rand 0.8.5", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-ethereum-forks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec", + "reth-ethereum-forks", + "reth-metrics", + "reth-network-peers", + "reth-tracing", "secp256k1", "thiserror", "tokio", @@ -7452,11 +6862,11 @@ dependencies = [ "linked_hash_set", "parking_lot 0.12.3", "rand 0.8.5", - "reth-chainspec 1.0.8", - "reth-ethereum-forks 1.0.8", - "reth-network-peers 1.0.8", - "reth-tokio-util 1.0.8", - "reth-tracing 1.0.8", + "reth-chainspec", + "reth-ethereum-forks", + "reth-network-peers", + "reth-tokio-util", + "reth-tracing", "schnellru", "secp256k1", "serde", @@ -7468,28 +6878,6 @@ dependencies = [ "trust-dns-resolver", ] -[[package]] -name = "reth-dns-discovery" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "data-encoding", - "enr", - "linked_hash_set", - "parking_lot 0.12.3", - "reth-ethereum-forks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tokio-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "schnellru", - "secp256k1", - "thiserror", - "tokio", - "tokio-stream", - "tracing", - "trust-dns-resolver", -] - [[package]] name = "reth-downloaders" version = "1.0.8" @@ -7505,20 +6893,20 @@ dependencies = [ "pin-project", "rand 0.8.5", "rayon", - "reth-chainspec 1.0.8", - "reth-config 1.0.8", - "reth-consensus 1.0.8", - "reth-db 1.0.8", - "reth-db-api 1.0.8", - "reth-metrics 1.0.8", - "reth-network-p2p 1.0.8", - "reth-network-peers 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-storage-api 1.0.8", - "reth-tasks 1.0.8", + "reth-chainspec", + "reth-config", + "reth-consensus", + "reth-db", + "reth-db-api", + "reth-metrics", + "reth-network-p2p", + "reth-network-peers", + "reth-primitives", + "reth-provider", + "reth-storage-api", + "reth-tasks", "reth-testing-utils", - "reth-tracing 1.0.8", + "reth-tracing", "tempfile", "thiserror", "tokio", @@ -7527,35 +6915,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-downloaders" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "futures", - "futures-util", - "itertools 0.13.0", - "metrics", - "pin-project", - "rayon", - "reth-config 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "thiserror", - "tokio", - "tokio-stream", - "tokio-util", - "tracing", -] - [[package]] name = "reth-e2e-test-utils" version = "1.0.8" @@ -7572,22 +6931,22 @@ dependencies = [ "jsonrpsee", "jsonrpsee-types", "op-alloy-rpc-types-engine", - "reth 1.0.8", - "reth-chainspec 1.0.8", - "reth-db 1.0.8", - "reth-network-peers 1.0.8", - "reth-node-builder 1.0.8", - "reth-node-ethereum 1.0.8", - "reth-payload-builder 1.0.8", - "reth-payload-primitives 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-rpc 1.0.8", - "reth-rpc-layer 1.0.8", - "reth-rpc-types-compat 1.0.8", - "reth-stages-types 1.0.8", - "reth-tokio-util 1.0.8", - "reth-tracing 1.0.8", + "reth", + "reth-chainspec", + "reth-db", + "reth-network-peers", + "reth-node-builder", + "reth-node-ethereum", + "reth-payload-builder", + "reth-payload-primitives", + "reth-primitives", + "reth-provider", + "reth-rpc", + "reth-rpc-layer", + "reth-rpc-types-compat", + "reth-stages-types", + "reth-tokio-util", + "reth-tracing", "serde_json", "tokio", "tokio-stream", @@ -7612,38 +6971,7 @@ dependencies = [ "hmac 0.12.1", "pin-project", "rand 0.8.5", - "reth-network-peers 1.0.8", - "secp256k1", - "sha2 0.10.8", - "sha3", - "thiserror", - "tokio", - "tokio-stream", - "tokio-util", - "tracing", - "typenum", -] - -[[package]] -name = "reth-ecies" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "aes", - "alloy-primitives", - "alloy-rlp", - "block-padding", - "byteorder", - "cipher", - "concat-kdf", - "ctr", - "digest 0.10.7", - "futures", - "generic-array", - "hmac 0.12.1", - "pin-project", - "rand 0.8.5", - "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-network-peers", "secp256k1", "sha2 0.10.8", "sha3", @@ -7663,23 +6991,23 @@ dependencies = [ "alloy-rpc-types-engine", "eyre", "futures-util", - "reth-beacon-consensus 1.0.8", - "reth-chain-state 1.0.8", - "reth-chainspec 1.0.8", - "reth-config 1.0.8", - "reth-db 1.0.8", - "reth-engine-tree 1.0.8", - "reth-ethereum-engine-primitives 1.0.8", + "reth-beacon-consensus", + "reth-chain-state", + "reth-chainspec", + "reth-config", + "reth-db", + "reth-engine-tree", + "reth-ethereum-engine-primitives", "reth-exex-test-utils", - "reth-node-types 1.0.8", - "reth-payload-builder 1.0.8", - "reth-payload-primitives 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-prune 1.0.8", - "reth-stages-api 1.0.8", - "reth-tracing 1.0.8", - "reth-transaction-pool 1.0.8", + "reth-node-types", + "reth-payload-builder", + "reth-payload-primitives", + "reth-primitives", + "reth-provider", + "reth-prune", + "reth-stages-api", + "reth-tracing", + "reth-transaction-pool", "tokio", "tokio-stream", "tracing", @@ -7690,23 +7018,10 @@ name = "reth-engine-primitives" version = "1.0.8" dependencies = [ "alloy-primitives", - "reth-execution-types 1.0.8", - "reth-payload-primitives 1.0.8", - "reth-primitives 1.0.8", - "reth-trie 1.0.8", - "serde", -] - -[[package]] -name = "reth-engine-primitives" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-types", + "reth-payload-primitives", + "reth-primitives", + "reth-trie", "serde", ] @@ -7716,50 +7031,28 @@ version = "1.0.8" dependencies = [ "futures", "pin-project", - "reth-beacon-consensus 1.0.8", - "reth-chainspec 1.0.8", - "reth-consensus 1.0.8", - "reth-engine-tree 1.0.8", - "reth-ethereum-engine-primitives 1.0.8", - "reth-evm 1.0.8", - "reth-evm-ethereum 1.0.8", - "reth-exex-types 1.0.8", - "reth-network-p2p 1.0.8", - "reth-node-types 1.0.8", - "reth-payload-builder 1.0.8", - "reth-payload-validator 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-prune 1.0.8", - "reth-stages-api 1.0.8", - "reth-tasks 1.0.8", + "reth-beacon-consensus", + "reth-chainspec", + "reth-consensus", + "reth-engine-tree", + "reth-ethereum-engine-primitives", + "reth-evm", + "reth-evm-ethereum", + "reth-exex-types", + "reth-network-p2p", + "reth-node-types", + "reth-payload-builder", + "reth-payload-validator", + "reth-primitives", + "reth-provider", + "reth-prune", + "reth-stages-api", + "reth-tasks", "thiserror", "tokio", "tokio-stream", ] -[[package]] -name = "reth-engine-service" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "futures", - "pin-project", - "reth-beacon-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-engine-tree 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-validator 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-prune 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-stages-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "thiserror", -] - [[package]] name = "reth-engine-tree" version = "1.0.8" @@ -7772,73 +7065,36 @@ dependencies = [ "futures", "metrics", "rand 0.8.5", - "reth-beacon-consensus 1.0.8", - "reth-blockchain-tree 1.0.8", - "reth-blockchain-tree-api 1.0.8", - "reth-chain-state 1.0.8", - "reth-chainspec 1.0.8", - "reth-consensus 1.0.8", - "reth-db 1.0.8", - "reth-engine-primitives 1.0.8", - "reth-errors 1.0.8", - "reth-ethereum-engine-primitives 1.0.8", - "reth-evm 1.0.8", - "reth-exex-types 1.0.8", - "reth-metrics 1.0.8", - "reth-network-p2p 1.0.8", - "reth-payload-builder 1.0.8", - "reth-payload-primitives 1.0.8", - "reth-payload-validator 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-prune 1.0.8", - "reth-prune-types 1.0.8", - "reth-revm 1.0.8", - "reth-rpc-types-compat 1.0.8", - "reth-stages 1.0.8", - "reth-stages-api 1.0.8", - "reth-static-file 1.0.8", - "reth-tasks 1.0.8", - "reth-tracing 1.0.8", - "reth-trie 1.0.8", - "reth-trie-parallel 1.0.8", - "thiserror", - "tokio", - "tracing", -] - -[[package]] -name = "reth-engine-tree" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rpc-types-engine", - "futures", - "metrics", - "reth-beacon-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-blockchain-tree 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-blockchain-tree-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-chain-state 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-validator 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-prune 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-stages-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie-parallel 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-beacon-consensus", + "reth-blockchain-tree", + "reth-blockchain-tree-api", + "reth-chain-state", + "reth-chainspec", + "reth-consensus", + "reth-db", + "reth-engine-primitives", + "reth-errors", + "reth-ethereum-engine-primitives", + "reth-evm", + "reth-exex-types", + "reth-metrics", + "reth-network-p2p", + "reth-payload-builder", + "reth-payload-primitives", + "reth-payload-validator", + "reth-primitives", + "reth-provider", + "reth-prune", + "reth-prune-types", + "reth-revm", + "reth-rpc-types-compat", + "reth-stages", + "reth-stages-api", + "reth-static-file", + "reth-tasks", + "reth-tracing", + "reth-trie", + "reth-trie-parallel", "thiserror", "tokio", "tracing", @@ -7854,49 +7110,18 @@ dependencies = [ "futures", "itertools 0.13.0", "pin-project", - "reth-beacon-consensus 1.0.8", - "reth-engine-primitives 1.0.8", - "reth-errors 1.0.8", - "reth-ethereum-forks 1.0.8", - "reth-evm 1.0.8", - "reth-fs-util 1.0.8", - "reth-payload-validator 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-revm 1.0.8", - "reth-rpc-types-compat 1.0.8", - "reth-trie 1.0.8", - "revm-primitives", - "serde", - "serde_json", - "tokio", - "tokio-util", - "tracing", -] - -[[package]] -name = "reth-engine-util" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types-engine", - "eyre", - "futures", - "itertools 0.13.0", - "pin-project", - "reth-beacon-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-ethereum-forks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-validator 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-types-compat 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-beacon-consensus", + "reth-engine-primitives", + "reth-errors", + "reth-ethereum-forks", + "reth-evm", + "reth-fs-util", + "reth-payload-validator", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-rpc-types-compat", + "reth-trie", "revm-primitives", "serde", "serde_json", @@ -7909,24 +7134,11 @@ dependencies = [ name = "reth-errors" version = "1.0.8" dependencies = [ - "reth-blockchain-tree-api 1.0.8", - "reth-consensus 1.0.8", - "reth-execution-errors 1.0.8", - "reth-fs-util 1.0.8", - "reth-storage-errors 1.0.8", - "thiserror", -] - -[[package]] -name = "reth-errors" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "reth-blockchain-tree-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-execution-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-blockchain-tree-api", + "reth-consensus", + "reth-execution-errors", + "reth-fs-util", + "reth-storage-errors", "thiserror", ] @@ -7945,14 +7157,14 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.8.5", - "reth-chainspec 1.0.8", - "reth-codecs 1.0.8", - "reth-ecies 1.0.8", - "reth-eth-wire-types 1.0.8", - "reth-metrics 1.0.8", - "reth-network-peers 1.0.8", - "reth-primitives 1.0.8", - "reth-tracing 1.0.8", + "reth-chainspec", + "reth-codecs", + "reth-ecies", + "reth-eth-wire-types", + "reth-metrics", + "reth-network-peers", + "reth-primitives", + "reth-tracing", "secp256k1", "serde", "snap", @@ -7964,32 +7176,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-eth-wire" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "bytes", - "derive_more 1.0.0", - "futures", - "pin-project", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-codecs 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-ecies 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-eth-wire-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "snap", - "thiserror", - "tokio", - "tokio-stream", - "tokio-util", - "tracing", -] - [[package]] name = "reth-eth-wire-types" version = "1.0.8" @@ -8006,49 +7192,22 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.8.5", - "reth-chainspec 1.0.8", - "reth-codecs-derive 1.0.8", - "reth-primitives 1.0.8", + "reth-chainspec", + "reth-codecs-derive", + "reth-primitives", "serde", "thiserror", ] -[[package]] -name = "reth-eth-wire-types" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-chains", - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "bytes", - "derive_more 1.0.0", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-codecs-derive 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "thiserror", -] - [[package]] name = "reth-ethereum-cli" version = "1.0.8" dependencies = [ "clap", "eyre", - "reth-chainspec 1.0.8", - "reth-cli 1.0.8", - "reth-cli-commands 1.0.8", -] - -[[package]] -name = "reth-ethereum-cli" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "eyre", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-cli 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec", + "reth-cli", + "reth-cli-commands", ] [[package]] @@ -8056,23 +7215,10 @@ name = "reth-ethereum-consensus" version = "1.0.8" dependencies = [ "alloy-primitives", - "reth-chainspec 1.0.8", - "reth-consensus 1.0.8", - "reth-consensus-common 1.0.8", - "reth-primitives 1.0.8", - "tracing", -] - -[[package]] -name = "reth-ethereum-consensus" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-consensus-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec", + "reth-consensus", + "reth-consensus-common", + "reth-primitives", "tracing", ] @@ -8084,36 +7230,17 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", - "reth-chain-state 1.0.8", - "reth-chainspec 1.0.8", - "reth-engine-primitives 1.0.8", - "reth-payload-primitives 1.0.8", - "reth-primitives 1.0.8", - "reth-rpc-types-compat 1.0.8", + "reth-chain-state", + "reth-chainspec", + "reth-engine-primitives", + "reth-payload-primitives", + "reth-primitives", + "reth-rpc-types-compat", "serde", "serde_json", "sha2 0.10.8", ] -[[package]] -name = "reth-ethereum-engine-primitives" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-engine", - "reth-chain-state 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-types-compat 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "serde", - "sha2 0.10.8", -] - [[package]] name = "reth-ethereum-forks" version = "1.0.8" @@ -8133,67 +7260,25 @@ dependencies = [ "thiserror-no-std", ] -[[package]] -name = "reth-ethereum-forks" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-chains", - "alloy-primitives", - "alloy-rlp", - "auto_impl", - "crc", - "dyn-clone", - "once_cell", - "rustc-hash 2.0.0", - "serde", - "thiserror-no-std", -] - [[package]] name = "reth-ethereum-payload-builder" version = "1.0.8" dependencies = [ "alloy-primitives", - "reth-basic-payload-builder 1.0.8", - "reth-chain-state 1.0.8", - "reth-chainspec 1.0.8", - "reth-errors 1.0.8", - "reth-evm 1.0.8", - "reth-evm-ethereum 1.0.8", - "reth-execution-types 1.0.8", - "reth-payload-builder 1.0.8", - "reth-payload-primitives 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-revm 1.0.8", - "reth-transaction-pool 1.0.8", - "reth-trie 1.0.8", - "revm", - "revm-primitives", - "tracing", -] - -[[package]] -name = "reth-ethereum-payload-builder" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "reth-basic-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-chain-state 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-evm-ethereum 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-basic-payload-builder", + "reth-chain-state", + "reth-chainspec", + "reth-errors", + "reth-evm", + "reth-evm-ethereum", + "reth-execution-types", + "reth-payload-builder", + "reth-payload-primitives", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-transaction-pool", + "reth-trie", "revm", "revm-primitives", "tracing", @@ -8205,17 +7290,7 @@ version = "1.0.8" dependencies = [ "alloy-primitives", "rayon", - "reth-db-api 1.0.8", - "tempfile", -] - -[[package]] -name = "reth-etl" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "rayon", - "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-db-api", "tempfile", ] @@ -8229,36 +7304,14 @@ dependencies = [ "futures-util", "metrics", "parking_lot 0.12.3", - "reth-chainspec 1.0.8", - "reth-execution-errors 1.0.8", - "reth-execution-types 1.0.8", - "reth-metrics 1.0.8", - "reth-primitives 1.0.8", - "reth-primitives-traits 1.0.8", - "reth-prune-types 1.0.8", - "reth-storage-errors 1.0.8", - "revm", - "revm-primitives", -] - -[[package]] -name = "reth-evm" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "auto_impl", - "futures-util", - "metrics", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-execution-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives-traits 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec", + "reth-execution-errors", + "reth-execution-types", + "reth-metrics", + "reth-primitives", + "reth-primitives-traits", + "reth-prune-types", + "reth-storage-errors", "revm", "revm-primitives", ] @@ -8272,67 +7325,32 @@ dependencies = [ "alloy-genesis", "alloy-primitives", "alloy-sol-types", - "reth-chainspec 1.0.8", - "reth-ethereum-consensus 1.0.8", - "reth-ethereum-forks 1.0.8", - "reth-evm 1.0.8", - "reth-execution-types 1.0.8", - "reth-primitives 1.0.8", - "reth-prune-types 1.0.8", - "reth-revm 1.0.8", + "reth-chainspec", + "reth-ethereum-consensus", + "reth-ethereum-forks", + "reth-evm", + "reth-execution-types", + "reth-primitives", + "reth-prune-types", + "reth-revm", "reth-testing-utils", "revm-primitives", "secp256k1", "serde_json", ] -[[package]] -name = "reth-evm-ethereum" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-sol-types", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-ethereum-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-ethereum-forks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "revm-primitives", -] - -[[package]] -name = "reth-execution-errors" -version = "1.0.8" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "derive_more 1.0.0", - "nybbles", - "reth-consensus 1.0.8", - "reth-prune-types 1.0.8", - "reth-storage-errors 1.0.8", - "revm-primitives", -] - [[package]] name = "reth-execution-errors" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-eips", "alloy-primitives", "alloy-rlp", "derive_more 1.0.0", "nybbles", - "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-consensus", + "reth-prune-types", + "reth-storage-errors", "revm-primitives", ] @@ -8345,24 +7363,9 @@ dependencies = [ "arbitrary", "bincode", "rand 0.8.5", - "reth-execution-errors 1.0.8", - "reth-primitives 1.0.8", - "reth-trie 1.0.8", - "revm", - "serde", - "serde_with", -] - -[[package]] -name = "reth-execution-types" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "reth-execution-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-execution-errors", + "reth-primitives", + "reth-trie", "revm", "serde", "serde_with", @@ -8382,29 +7385,29 @@ dependencies = [ "metrics", "parking_lot 0.12.3", "rand 0.8.5", - "reth-blockchain-tree 1.0.8", - "reth-chain-state 1.0.8", - "reth-chainspec 1.0.8", - "reth-config 1.0.8", - "reth-db-api 1.0.8", - "reth-db-common 1.0.8", - "reth-evm 1.0.8", - "reth-evm-ethereum 1.0.8", - "reth-exex-types 1.0.8", - "reth-fs-util 1.0.8", - "reth-metrics 1.0.8", - "reth-node-api 1.0.8", - "reth-node-core 1.0.8", - "reth-payload-builder 1.0.8", - "reth-primitives 1.0.8", - "reth-primitives-traits 1.0.8", - "reth-provider 1.0.8", - "reth-prune-types 1.0.8", - "reth-revm 1.0.8", - "reth-stages-api 1.0.8", - "reth-tasks 1.0.8", + "reth-blockchain-tree", + "reth-chain-state", + "reth-chainspec", + "reth-config", + "reth-db-api", + "reth-db-common", + "reth-evm", + "reth-evm-ethereum", + "reth-exex-types", + "reth-fs-util", + "reth-metrics", + "reth-node-api", + "reth-node-core", + "reth-payload-builder", + "reth-primitives", + "reth-primitives-traits", + "reth-provider", + "reth-prune-types", + "reth-revm", + "reth-stages-api", + "reth-tasks", "reth-testing-utils", - "reth-tracing 1.0.8", + "reth-tracing", "rmp-serde", "secp256k1", "tempfile", @@ -8413,42 +7416,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-exex" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "eyre", - "futures", - "itertools 0.13.0", - "metrics", - "parking_lot 0.12.3", - "reth-chain-state 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-config 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-exex-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-core 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives-traits 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-stages-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tracing 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "rmp-serde", - "tokio", - "tokio-util", - "tracing", -] - [[package]] name = "reth-exex-test-utils" version = "1.0.8" @@ -8456,26 +7423,26 @@ dependencies = [ "eyre", "futures-util", "rand 0.8.5", - "reth-blockchain-tree 1.0.8", - "reth-chainspec 1.0.8", - "reth-config 1.0.8", - "reth-consensus 1.0.8", - "reth-db 1.0.8", - "reth-db-common 1.0.8", - "reth-ethereum-engine-primitives 1.0.8", - "reth-evm 1.0.8", - "reth-execution-types 1.0.8", - "reth-exex 1.0.8", - "reth-network 1.0.8", - "reth-node-api 1.0.8", - "reth-node-builder 1.0.8", - "reth-node-core 1.0.8", - "reth-node-ethereum 1.0.8", - "reth-payload-builder 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-tasks 1.0.8", - "reth-transaction-pool 1.0.8", + "reth-blockchain-tree", + "reth-chainspec", + "reth-config", + "reth-consensus", + "reth-db", + "reth-db-common", + "reth-ethereum-engine-primitives", + "reth-evm", + "reth-execution-types", + "reth-exex", + "reth-network", + "reth-node-api", + "reth-node-builder", + "reth-node-core", + "reth-node-ethereum", + "reth-payload-builder", + "reth-primitives", + "reth-provider", + "reth-tasks", + "reth-transaction-pool", "tempfile", "thiserror", "tokio", @@ -8490,22 +7457,9 @@ dependencies = [ "arbitrary", "bincode", "rand 0.8.5", - "reth-chain-state 1.0.8", - "reth-execution-types 1.0.8", - "reth-primitives 1.0.8", - "serde", - "serde_with", -] - -[[package]] -name = "reth-exex-types" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "reth-chain-state 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chain-state", + "reth-execution-types", + "reth-primitives", "serde", "serde_with", ] @@ -8519,44 +7473,9 @@ dependencies = [ "thiserror", ] -[[package]] -name = "reth-fs-util" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "serde", - "serde_json", - "thiserror", -] - -[[package]] -name = "reth-invalid-block-hooks" -version = "1.0.8" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-debug", - "eyre", - "futures", - "jsonrpsee", - "pretty_assertions", - "reth-chainspec 1.0.8", - "reth-engine-primitives 1.0.8", - "reth-evm 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-revm 1.0.8", - "reth-rpc-api 1.0.8", - "reth-tracing 1.0.8", - "reth-trie 1.0.8", - "serde", - "serde_json", -] - [[package]] name = "reth-invalid-block-hooks" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8565,15 +7484,15 @@ dependencies = [ "futures", "jsonrpsee", "pretty_assertions", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tracing 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec", + "reth-engine-primitives", + "reth-evm", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-rpc-api", + "reth-tracing", + "reth-trie", "serde", "serde_json", ] @@ -8590,28 +7509,7 @@ dependencies = [ "jsonrpsee", "pin-project", "rand 0.8.5", - "reth-tracing 1.0.8", - "serde_json", - "thiserror", - "tokio", - "tokio-stream", - "tokio-util", - "tower 0.4.13", - "tracing", -] - -[[package]] -name = "reth-ipc" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "async-trait", - "bytes", - "futures", - "futures-util", - "interprocess", - "jsonrpsee", - "pin-project", + "reth-tracing", "serde_json", "thiserror", "tokio", @@ -8635,42 +7533,16 @@ dependencies = [ "pprof", "rand 0.8.5", "rand_xorshift", - "reth-mdbx-sys 1.0.8", + "reth-mdbx-sys", "smallvec", "tempfile", "thiserror", "tracing", ] -[[package]] -name = "reth-libmdbx" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "bitflags 2.6.0", - "byteorder", - "dashmap 6.1.0", - "derive_more 1.0.0", - "indexmap 2.6.0", - "parking_lot 0.12.3", - "reth-mdbx-sys 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "smallvec", - "thiserror", - "tracing", -] - -[[package]] -name = "reth-mdbx-sys" -version = "1.0.8" -dependencies = [ - "bindgen", - "cc", -] - [[package]] name = "reth-mdbx-sys" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "bindgen", "cc", @@ -8687,29 +7559,9 @@ dependencies = [ "tokio-util", ] -[[package]] -name = "reth-metrics" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "futures", - "metrics", - "metrics-derive", - "tokio", - "tokio-util", -] - -[[package]] -name = "reth-net-banlist" -version = "1.0.8" -dependencies = [ - "alloy-primitives", -] - [[package]] name = "reth-net-banlist" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-primitives", ] @@ -8721,21 +7573,7 @@ dependencies = [ "futures-util", "if-addrs", "reqwest", - "reth-tracing 1.0.8", - "serde_with", - "thiserror", - "tokio", - "tracing", -] - -[[package]] -name = "reth-net-nat" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "futures-util", - "if-addrs", - "reqwest", + "reth-tracing", "serde_with", "thiserror", "tokio", @@ -8765,28 +7603,28 @@ dependencies = [ "pin-project", "pprof", "rand 0.8.5", - "reth-chainspec 1.0.8", - "reth-consensus 1.0.8", - "reth-discv4 1.0.8", - "reth-discv5 1.0.8", - "reth-dns-discovery 1.0.8", - "reth-ecies 1.0.8", - "reth-eth-wire 1.0.8", - "reth-fs-util 1.0.8", - "reth-metrics 1.0.8", - "reth-net-banlist 1.0.8", - "reth-network 1.0.8", - "reth-network-api 1.0.8", - "reth-network-p2p 1.0.8", - "reth-network-peers 1.0.8", - "reth-network-types 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-storage-api 1.0.8", - "reth-tasks 1.0.8", - "reth-tokio-util 1.0.8", - "reth-tracing 1.0.8", - "reth-transaction-pool 1.0.8", + "reth-chainspec", + "reth-consensus", + "reth-discv4", + "reth-discv5", + "reth-dns-discovery", + "reth-ecies", + "reth-eth-wire", + "reth-fs-util", + "reth-metrics", + "reth-net-banlist", + "reth-network", + "reth-network-api", + "reth-network-p2p", + "reth-network-peers", + "reth-network-types", + "reth-primitives", + "reth-provider", + "reth-storage-api", + "reth-tasks", + "reth-tokio-util", + "reth-tracing", + "reth-transaction-pool", "rustc-hash 2.0.0", "schnellru", "secp256k1", @@ -8803,142 +7641,49 @@ dependencies = [ ] [[package]] -name = "reth-network" +name = "reth-network-api" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ - "alloy-eips", "alloy-primitives", - "alloy-rlp", - "aquamarine", + "alloy-rpc-types-admin", "auto_impl", "derive_more 1.0.0", - "discv5", "enr", "futures", - "itertools 0.13.0", - "metrics", - "parking_lot 0.12.3", - "pin-project", - "rand 0.8.5", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-discv4 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-discv5 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-dns-discovery 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-ecies 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-eth-wire 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-net-banlist 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tokio-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "rustc-hash 2.0.0", - "schnellru", - "secp256k1", + "reth-eth-wire-types", + "reth-ethereum-forks", + "reth-network-p2p", + "reth-network-peers", + "reth-network-types", + "reth-tokio-util", "serde", - "smallvec", "thiserror", "tokio", "tokio-stream", - "tokio-util", - "tracing", ] [[package]] -name = "reth-network-api" +name = "reth-network-p2p" version = "1.0.8" dependencies = [ + "alloy-eips", "alloy-primitives", - "alloy-rpc-types-admin", "auto_impl", "derive_more 1.0.0", - "enr", "futures", - "reth-eth-wire-types 1.0.8", - "reth-ethereum-forks 1.0.8", - "reth-network-p2p 1.0.8", - "reth-network-peers 1.0.8", - "reth-network-types 1.0.8", - "reth-tokio-util 1.0.8", - "serde", - "thiserror", + "parking_lot 0.12.3", + "reth-consensus", + "reth-eth-wire-types", + "reth-network-peers", + "reth-network-types", + "reth-primitives", + "reth-storage-errors", "tokio", - "tokio-stream", + "tracing", ] [[package]] -name = "reth-network-api" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types-admin", - "auto_impl", - "derive_more 1.0.0", - "enr", - "futures", - "reth-eth-wire-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-ethereum-forks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tokio-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "serde", - "thiserror", - "tokio", - "tokio-stream", -] - -[[package]] -name = "reth-network-p2p" -version = "1.0.8" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "auto_impl", - "derive_more 1.0.0", - "futures", - "parking_lot 0.12.3", - "reth-consensus 1.0.8", - "reth-eth-wire-types 1.0.8", - "reth-network-peers 1.0.8", - "reth-network-types 1.0.8", - "reth-primitives 1.0.8", - "reth-storage-errors 1.0.8", - "tokio", - "tracing", -] - -[[package]] -name = "reth-network-p2p" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "auto_impl", - "derive_more 1.0.0", - "futures", - "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-eth-wire-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "tokio", - "tracing", -] - -[[package]] -name = "reth-network-peers" +name = "reth-network-peers" version = "1.0.8" dependencies = [ "alloy-primitives", @@ -8953,43 +7698,14 @@ dependencies = [ "url", ] -[[package]] -name = "reth-network-peers" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "enr", - "secp256k1", - "serde_with", - "thiserror", - "tokio", - "url", -] - [[package]] name = "reth-network-types" version = "1.0.8" dependencies = [ "humantime-serde", - "reth-ethereum-forks 1.0.8", - "reth-net-banlist 1.0.8", - "reth-network-peers 1.0.8", - "serde", - "serde_json", - "tracing", -] - -[[package]] -name = "reth-network-types" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "humantime-serde", - "reth-ethereum-forks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-net-banlist 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-ethereum-forks", + "reth-net-banlist", + "reth-network-peers", "serde", "serde_json", "tracing", @@ -9005,7 +7721,7 @@ dependencies = [ "lz4_flex", "memmap2", "rand 0.8.5", - "reth-fs-util 1.0.8", + "reth-fs-util", "serde", "tempfile", "thiserror", @@ -9013,56 +7729,21 @@ dependencies = [ "zstd", ] -[[package]] -name = "reth-nippy-jar" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "anyhow", - "bincode", - "derive_more 1.0.0", - "lz4_flex", - "memmap2", - "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "serde", - "thiserror", - "tracing", - "zstd", -] - -[[package]] -name = "reth-node-api" -version = "1.0.8" -dependencies = [ - "reth-engine-primitives 1.0.8", - "reth-evm 1.0.8", - "reth-network-api 1.0.8", - "reth-node-types 1.0.8", - "reth-payload-builder 1.0.8", - "reth-payload-primitives 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-rpc-eth-api 1.0.8", - "reth-tasks 1.0.8", - "reth-transaction-pool 1.0.8", -] - [[package]] name = "reth-node-api" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ - "reth-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-eth-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-engine-primitives", + "reth-evm", + "reth-network-api", + "reth-node-types", + "reth-payload-builder", + "reth-payload-primitives", + "reth-primitives", + "reth-provider", + "reth-rpc-eth-api", + "reth-tasks", + "reth-transaction-pool", ] [[package]] @@ -9077,51 +7758,51 @@ dependencies = [ "futures", "jsonrpsee", "rayon", - "reth-auto-seal-consensus 1.0.8", - "reth-beacon-consensus 1.0.8", - "reth-blockchain-tree 1.0.8", - "reth-chain-state 1.0.8", - "reth-chainspec 1.0.8", - "reth-cli-util 1.0.8", - "reth-config 1.0.8", - "reth-consensus 1.0.8", - "reth-consensus-debug-client 1.0.8", - "reth-db 1.0.8", - "reth-db-api 1.0.8", - "reth-db-common 1.0.8", - "reth-downloaders 1.0.8", - "reth-engine-service 1.0.8", - "reth-engine-tree 1.0.8", - "reth-engine-util 1.0.8", - "reth-evm 1.0.8", - "reth-exex 1.0.8", - "reth-fs-util 1.0.8", - "reth-invalid-block-hooks 1.0.8", - "reth-network 1.0.8", - "reth-network-api 1.0.8", - "reth-network-p2p 1.0.8", - "reth-node-api 1.0.8", - "reth-node-core 1.0.8", - "reth-node-events 1.0.8", - "reth-node-metrics 1.0.8", - "reth-payload-builder 1.0.8", - "reth-payload-primitives 1.0.8", - "reth-payload-validator 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-prune 1.0.8", - "reth-rpc 1.0.8", - "reth-rpc-api 1.0.8", - "reth-rpc-builder 1.0.8", - "reth-rpc-engine-api 1.0.8", - "reth-rpc-eth-types 1.0.8", - "reth-rpc-layer 1.0.8", - "reth-stages 1.0.8", - "reth-static-file 1.0.8", - "reth-tasks 1.0.8", - "reth-tokio-util 1.0.8", - "reth-tracing 1.0.8", - "reth-transaction-pool 1.0.8", + "reth-auto-seal-consensus", + "reth-beacon-consensus", + "reth-blockchain-tree", + "reth-chain-state", + "reth-chainspec", + "reth-cli-util", + "reth-config", + "reth-consensus", + "reth-consensus-debug-client", + "reth-db", + "reth-db-api", + "reth-db-common", + "reth-downloaders", + "reth-engine-service", + "reth-engine-tree", + "reth-engine-util", + "reth-evm", + "reth-exex", + "reth-fs-util", + "reth-invalid-block-hooks", + "reth-network", + "reth-network-api", + "reth-network-p2p", + "reth-node-api", + "reth-node-core", + "reth-node-events", + "reth-node-metrics", + "reth-payload-builder", + "reth-payload-primitives", + "reth-payload-validator", + "reth-primitives", + "reth-provider", + "reth-prune", + "reth-rpc", + "reth-rpc-api", + "reth-rpc-builder", + "reth-rpc-engine-api", + "reth-rpc-eth-types", + "reth-rpc-layer", + "reth-stages", + "reth-static-file", + "reth-tasks", + "reth-tokio-util", + "reth-tracing", + "reth-transaction-pool", "secp256k1", "tempfile", "tokio", @@ -9129,69 +7810,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-node-builder" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types", - "aquamarine", - "eyre", - "fdlimit", - "futures", - "jsonrpsee", - "rayon", - "reth-auto-seal-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-beacon-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-blockchain-tree 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-chain-state 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-cli-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-config 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-consensus-debug-client 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-downloaders 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-engine-service 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-engine-tree 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-engine-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-exex 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-invalid-block-hooks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-core 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-events 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-validator 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-prune 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-engine-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-eth-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-layer 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-stages 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-static-file 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tokio-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tracing 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "secp256k1", - "tokio", - "tokio-stream", - "tracing", -] - [[package]] name = "reth-node-core" version = "1.0.8" @@ -9207,29 +7825,29 @@ dependencies = [ "humantime", "proptest", "rand 0.8.5", - "reth-chainspec 1.0.8", - "reth-cli-util 1.0.8", - "reth-config 1.0.8", - "reth-consensus-common 1.0.8", - "reth-db 1.0.8", - "reth-discv4 1.0.8", - "reth-discv5 1.0.8", - "reth-net-nat 1.0.8", - "reth-network 1.0.8", - "reth-network-p2p 1.0.8", - "reth-network-peers 1.0.8", - "reth-primitives 1.0.8", - "reth-prune-types 1.0.8", - "reth-rpc-api 1.0.8", - "reth-rpc-eth-api 1.0.8", - "reth-rpc-eth-types 1.0.8", - "reth-rpc-server-types 1.0.8", - "reth-rpc-types-compat 1.0.8", - "reth-stages-types 1.0.8", - "reth-storage-api 1.0.8", - "reth-storage-errors 1.0.8", - "reth-tracing 1.0.8", - "reth-transaction-pool 1.0.8", + "reth-chainspec", + "reth-cli-util", + "reth-config", + "reth-consensus-common", + "reth-db", + "reth-discv4", + "reth-discv5", + "reth-net-nat", + "reth-network", + "reth-network-p2p", + "reth-network-peers", + "reth-primitives", + "reth-prune-types", + "reth-rpc-api", + "reth-rpc-eth-api", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-rpc-types-compat", + "reth-stages-types", + "reth-storage-api", + "reth-storage-errors", + "reth-tracing", + "reth-transaction-pool", "secp256k1", "serde", "shellexpand", @@ -9242,54 +7860,6 @@ dependencies = [ "vergen", ] -[[package]] -name = "reth-node-core" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types-engine", - "clap", - "const_format", - "derive_more 1.0.0", - "dirs-next", - "eyre", - "futures", - "humantime", - "rand 0.8.5", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-cli-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-config 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-consensus-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-discv4 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-discv5 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-net-nat 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-eth-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-eth-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-server-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-types-compat 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-stages-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tracing 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "secp256k1", - "serde", - "shellexpand", - "strum", - "thiserror", - "toml", - "tracing", - "vergen", -] - [[package]] name = "reth-node-ethereum" version = "1.0.8" @@ -9299,58 +7869,33 @@ dependencies = [ "eyre", "futures", "futures-util", - "reth 1.0.8", - "reth-auto-seal-consensus 1.0.8", - "reth-basic-payload-builder 1.0.8", - "reth-beacon-consensus 1.0.8", - "reth-chainspec 1.0.8", - "reth-consensus 1.0.8", - "reth-db 1.0.8", + "reth", + "reth-auto-seal-consensus", + "reth-basic-payload-builder", + "reth-beacon-consensus", + "reth-chainspec", + "reth-consensus", + "reth-db", "reth-e2e-test-utils", - "reth-ethereum-engine-primitives 1.0.8", - "reth-ethereum-payload-builder 1.0.8", - "reth-evm-ethereum 1.0.8", - "reth-exex 1.0.8", - "reth-network 1.0.8", - "reth-node-api 1.0.8", - "reth-node-builder 1.0.8", - "reth-node-core 1.0.8", - "reth-payload-builder 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-rpc 1.0.8", - "reth-tasks 1.0.8", - "reth-tracing 1.0.8", - "reth-transaction-pool 1.0.8", + "reth-ethereum-engine-primitives", + "reth-ethereum-payload-builder", + "reth-evm-ethereum", + "reth-exex", + "reth-network", + "reth-node-api", + "reth-node-builder", + "reth-node-core", + "reth-payload-builder", + "reth-primitives", + "reth-provider", + "reth-rpc", + "reth-tasks", + "reth-tracing", + "reth-transaction-pool", "serde_json", "tokio", ] -[[package]] -name = "reth-node-ethereum" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "eyre", - "reth-auto-seal-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-basic-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-beacon-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-ethereum-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-ethereum-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-evm-ethereum 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tracing 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", -] - [[package]] name = "reth-node-events" version = "1.0.8" @@ -9360,38 +7905,15 @@ dependencies = [ "futures", "humantime", "pin-project", - "reth-beacon-consensus 1.0.8", - "reth-network 1.0.8", - "reth-network-api 1.0.8", - "reth-primitives 1.0.8", - "reth-primitives-traits 1.0.8", - "reth-provider 1.0.8", - "reth-prune 1.0.8", - "reth-stages 1.0.8", - "reth-static-file 1.0.8", - "tokio", - "tracing", -] - -[[package]] -name = "reth-node-events" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types-engine", - "futures", - "humantime", - "pin-project", - "reth-beacon-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives-traits 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-prune 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-stages 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-static-file 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-beacon-consensus", + "reth-network", + "reth-network-api", + "reth-primitives", + "reth-primitives-traits", + "reth-provider", + "reth-prune", + "reth-stages", + "reth-static-file", "tokio", "tracing", ] @@ -9409,11 +7931,11 @@ dependencies = [ "metrics-util", "procfs", "reqwest", - "reth-chainspec 1.0.8", - "reth-db-api 1.0.8", - "reth-metrics 1.0.8", - "reth-provider 1.0.8", - "reth-tasks 1.0.8", + "reth-chainspec", + "reth-db-api", + "reth-metrics", + "reth-provider", + "reth-tasks", "socket2 0.5.7", "tikv-jemalloc-ctl", "tokio", @@ -9422,47 +7944,13 @@ dependencies = [ "vergen", ] -[[package]] -name = "reth-node-metrics" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "eyre", - "http", - "jsonrpsee", - "metrics", - "metrics-exporter-prometheus", - "metrics-process", - "metrics-util", - "procfs", - "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "tikv-jemalloc-ctl", - "tokio", - "tower 0.4.13", - "tracing", - "vergen", -] - -[[package]] -name = "reth-node-types" -version = "1.0.8" -dependencies = [ - "reth-chainspec 1.0.8", - "reth-db-api 1.0.8", - "reth-engine-primitives 1.0.8", -] - [[package]] name = "reth-node-types" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec", + "reth-db-api", + "reth-engine-primitives", ] [[package]] @@ -9475,11 +7963,11 @@ dependencies = [ "derive_more 1.0.0", "once_cell", "op-alloy-rpc-types", - "reth-chainspec 1.0.8", - "reth-ethereum-forks 1.0.8", - "reth-network-peers 1.0.8", + "reth-chainspec", + "reth-ethereum-forks", + "reth-network-peers", "reth-optimism-forks", - "reth-primitives-traits 1.0.8", + "reth-primitives-traits", "serde_json", ] @@ -9492,34 +7980,34 @@ dependencies = [ "clap", "eyre", "futures-util", - "reth-chainspec 1.0.8", - "reth-cli 1.0.8", - "reth-cli-commands 1.0.8", - "reth-cli-runner 1.0.8", - "reth-config 1.0.8", - "reth-consensus 1.0.8", - "reth-db 1.0.8", - "reth-db-api 1.0.8", - "reth-db-common 1.0.8", - "reth-downloaders 1.0.8", - "reth-errors 1.0.8", - "reth-execution-types 1.0.8", - "reth-network-p2p 1.0.8", - "reth-node-builder 1.0.8", - "reth-node-core 1.0.8", - "reth-node-events 1.0.8", + "reth-chainspec", + "reth-cli", + "reth-cli-commands", + "reth-cli-runner", + "reth-config", + "reth-consensus", + "reth-db", + "reth-db-api", + "reth-db-common", + "reth-downloaders", + "reth-errors", + "reth-execution-types", + "reth-network-p2p", + "reth-node-builder", + "reth-node-core", + "reth-node-events", "reth-optimism-chainspec", "reth-optimism-evm", "reth-optimism-node", "reth-optimism-primitives", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-prune 1.0.8", - "reth-stages 1.0.8", - "reth-stages-types 1.0.8", - "reth-static-file 1.0.8", - "reth-static-file-types 1.0.8", - "reth-tracing 1.0.8", + "reth-primitives", + "reth-provider", + "reth-prune", + "reth-stages", + "reth-stages-types", + "reth-static-file", + "reth-static-file-types", + "reth-tracing", "tempfile", "tokio", "tokio-util", @@ -9531,13 +8019,13 @@ name = "reth-optimism-consensus" version = "1.0.8" dependencies = [ "alloy-primitives", - "reth-chainspec 1.0.8", - "reth-consensus 1.0.8", - "reth-consensus-common 1.0.8", + "reth-chainspec", + "reth-consensus", + "reth-consensus-common", "reth-optimism-chainspec", "reth-optimism-forks", - "reth-primitives 1.0.8", - "reth-trie-common 1.0.8", + "reth-primitives", + "reth-trie-common", "tracing", ] @@ -9550,17 +8038,17 @@ dependencies = [ "alloy-genesis", "alloy-primitives", "op-alloy-consensus", - "reth-chainspec 1.0.8", - "reth-ethereum-forks 1.0.8", - "reth-evm 1.0.8", - "reth-execution-errors 1.0.8", - "reth-execution-types 1.0.8", + "reth-chainspec", + "reth-ethereum-forks", + "reth-evm", + "reth-execution-errors", + "reth-execution-types", "reth-optimism-chainspec", "reth-optimism-consensus", "reth-optimism-forks", - "reth-primitives 1.0.8", - "reth-prune-types 1.0.8", - "reth-revm 1.0.8", + "reth-primitives", + "reth-prune-types", + "reth-revm", "revm", "revm-primitives", "thiserror", @@ -9574,7 +8062,7 @@ dependencies = [ "alloy-chains", "alloy-primitives", "once_cell", - "reth-ethereum-forks 1.0.8", + "reth-ethereum-forks", "serde", ] @@ -9595,35 +8083,35 @@ dependencies = [ "op-alloy-rpc-types-engine", "parking_lot 0.12.3", "reqwest", - "reth 1.0.8", - "reth-auto-seal-consensus 1.0.8", - "reth-basic-payload-builder 1.0.8", - "reth-beacon-consensus 1.0.8", - "reth-chainspec 1.0.8", - "reth-consensus 1.0.8", - "reth-db 1.0.8", - "reth-discv5 1.0.8", + "reth", + "reth-auto-seal-consensus", + "reth-basic-payload-builder", + "reth-beacon-consensus", + "reth-chainspec", + "reth-consensus", + "reth-db", + "reth-discv5", "reth-e2e-test-utils", - "reth-evm 1.0.8", - "reth-network 1.0.8", - "reth-node-api 1.0.8", - "reth-node-builder 1.0.8", + "reth-evm", + "reth-network", + "reth-node-api", + "reth-node-builder", "reth-optimism-chainspec", "reth-optimism-consensus", "reth-optimism-evm", "reth-optimism-forks", "reth-optimism-payload-builder", "reth-optimism-rpc", - "reth-payload-builder 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-revm 1.0.8", - "reth-rpc 1.0.8", - "reth-rpc-eth-api 1.0.8", - "reth-rpc-eth-types 1.0.8", - "reth-rpc-types-compat 1.0.8", - "reth-tracing 1.0.8", - "reth-transaction-pool 1.0.8", + "reth-payload-builder", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-rpc", + "reth-rpc-eth-api", + "reth-rpc-eth-types", + "reth-rpc-types-compat", + "reth-tracing", + "reth-transaction-pool", "serde", "serde_json", "thiserror", @@ -9640,23 +8128,23 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types-engine", "op-alloy-rpc-types-engine", - "reth-basic-payload-builder 1.0.8", - "reth-chain-state 1.0.8", - "reth-chainspec 1.0.8", - "reth-evm 1.0.8", - "reth-execution-types 1.0.8", + "reth-basic-payload-builder", + "reth-chain-state", + "reth-chainspec", + "reth-evm", + "reth-execution-types", "reth-optimism-chainspec", "reth-optimism-consensus", "reth-optimism-evm", "reth-optimism-forks", - "reth-payload-builder 1.0.8", - "reth-payload-primitives 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-revm 1.0.8", - "reth-rpc-types-compat 1.0.8", - "reth-transaction-pool 1.0.8", - "reth-trie 1.0.8", + "reth-payload-builder", + "reth-payload-primitives", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-rpc-types-compat", + "reth-transaction-pool", + "reth-trie", "revm", "revm-primitives", "sha2 0.10.8", @@ -9669,8 +8157,8 @@ name = "reth-optimism-primitives" version = "1.0.8" dependencies = [ "alloy-primitives", - "reth-primitives 1.0.8", - "reth-primitives-traits 1.0.8", + "reth-primitives", + "reth-primitives-traits", ] [[package]] @@ -9688,23 +8176,23 @@ dependencies = [ "op-alloy-rpc-types", "parking_lot 0.12.3", "reqwest", - "reth-chainspec 1.0.8", - "reth-evm 1.0.8", - "reth-network-api 1.0.8", - "reth-node-api 1.0.8", - "reth-node-builder 1.0.8", + "reth-chainspec", + "reth-evm", + "reth-network-api", + "reth-node-api", + "reth-node-builder", "reth-optimism-chainspec", "reth-optimism-consensus", "reth-optimism-evm", "reth-optimism-forks", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-rpc 1.0.8", - "reth-rpc-eth-api 1.0.8", - "reth-rpc-eth-types 1.0.8", - "reth-rpc-server-types 1.0.8", - "reth-tasks 1.0.8", - "reth-transaction-pool 1.0.8", + "reth-primitives", + "reth-provider", + "reth-rpc", + "reth-rpc-eth-api", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-tasks", + "reth-transaction-pool", "revm", "serde_json", "thiserror", @@ -9716,11 +8204,11 @@ dependencies = [ name = "reth-optimism-storage" version = "1.0.8" dependencies = [ - "reth-codecs 1.0.8", - "reth-db-api 1.0.8", - "reth-primitives 1.0.8", - "reth-prune-types 1.0.8", - "reth-stages-types 1.0.8", + "reth-codecs", + "reth-db-api", + "reth-primitives", + "reth-prune-types", + "reth-stages-types", ] [[package]] @@ -9732,38 +8220,18 @@ dependencies = [ "async-trait", "futures-util", "metrics", - "reth-chain-state 1.0.8", - "reth-ethereum-engine-primitives 1.0.8", - "reth-metrics 1.0.8", - "reth-payload-primitives 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", + "reth-chain-state", + "reth-ethereum-engine-primitives", + "reth-metrics", + "reth-payload-primitives", + "reth-primitives", + "reth-provider", "revm", "tokio", "tokio-stream", "tracing", ] -[[package]] -name = "reth-payload-builder" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types", - "async-trait", - "futures-util", - "metrics", - "reth-ethereum-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "tokio", - "tokio-stream", - "tracing", -] - [[package]] name = "reth-payload-primitives" version = "1.0.8" @@ -9773,11 +8241,11 @@ dependencies = [ "async-trait", "op-alloy-rpc-types-engine", "pin-project", - "reth-chain-state 1.0.8", - "reth-chainspec 1.0.8", - "reth-errors 1.0.8", - "reth-primitives 1.0.8", - "reth-transaction-pool 1.0.8", + "reth-chain-state", + "reth-chainspec", + "reth-errors", + "reth-primitives", + "reth-transaction-pool", "serde", "thiserror", "tokio", @@ -9785,47 +8253,14 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-payload-primitives" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types", - "async-trait", - "op-alloy-rpc-types-engine", - "pin-project", - "reth-chain-state 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "serde", - "thiserror", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-payload-validator" -version = "1.0.8" -dependencies = [ - "alloy-rpc-types", - "reth-chainspec 1.0.8", - "reth-primitives 1.0.8", - "reth-rpc-types-compat 1.0.8", -] - [[package]] name = "reth-payload-validator" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-rpc-types", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-types-compat 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec", + "reth-primitives", + "reth-rpc-types-compat", ] [[package]] @@ -9856,14 +8291,14 @@ dependencies = [ "proptest-arbitrary-interop", "rand 0.8.5", "rayon", - "reth-chainspec 1.0.8", - "reth-codecs 1.0.8", - "reth-ethereum-forks 1.0.8", + "reth-chainspec", + "reth-codecs", + "reth-ethereum-forks", "reth-optimism-chainspec", - "reth-primitives-traits 1.0.8", - "reth-static-file-types 1.0.8", + "reth-primitives-traits", + "reth-static-file-types", "reth-testing-utils", - "reth-trie-common 1.0.8", + "reth-trie-common", "revm-primitives", "secp256k1", "serde", @@ -9873,35 +8308,6 @@ dependencies = [ "zstd", ] -[[package]] -name = "reth-primitives" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "bytes", - "c-kzg", - "derive_more 1.0.0", - "k256", - "modular-bitfield", - "once_cell", - "op-alloy-consensus", - "rayon", - "reth-codecs 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-ethereum-forks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives-traits 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-static-file-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "revm-primitives", - "secp256k1", - "serde", - "serde_with", - "zstd", -] - [[package]] name = "reth-primitives-traits" version = "1.0.8" @@ -9920,7 +8326,7 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.8.5", - "reth-codecs 1.0.8", + "reth-codecs", "reth-testing-utils", "revm-primitives", "roaring", @@ -9930,27 +8336,6 @@ dependencies = [ "test-fuzz", ] -[[package]] -name = "reth-primitives-traits" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-genesis", - "alloy-primitives", - "alloy-rlp", - "byteorder", - "bytes", - "derive_more 1.0.0", - "modular-bitfield", - "reth-codecs 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "revm-primitives", - "roaring", - "serde", - "serde_with", -] - [[package]] name = "reth-provider" version = "1.0.8" @@ -9970,30 +8355,30 @@ dependencies = [ "parking_lot 0.12.3", "rand 0.8.5", "rayon", - "reth-blockchain-tree-api 1.0.8", - "reth-chain-state 1.0.8", - "reth-chainspec 1.0.8", - "reth-codecs 1.0.8", - "reth-db 1.0.8", - "reth-db-api 1.0.8", - "reth-errors 1.0.8", - "reth-ethereum-engine-primitives 1.0.8", - "reth-evm 1.0.8", - "reth-execution-types 1.0.8", - "reth-fs-util 1.0.8", - "reth-metrics 1.0.8", - "reth-network-p2p 1.0.8", - "reth-nippy-jar 1.0.8", - "reth-node-types 1.0.8", + "reth-blockchain-tree-api", + "reth-chain-state", + "reth-chainspec", + "reth-codecs", + "reth-db", + "reth-db-api", + "reth-errors", + "reth-ethereum-engine-primitives", + "reth-evm", + "reth-execution-types", + "reth-fs-util", + "reth-metrics", + "reth-network-p2p", + "reth-nippy-jar", + "reth-node-types", "reth-optimism-primitives", - "reth-primitives 1.0.8", - "reth-prune-types 1.0.8", - "reth-stages-types 1.0.8", - "reth-storage-api 1.0.8", - "reth-storage-errors 1.0.8", + "reth-primitives", + "reth-prune-types", + "reth-stages-types", + "reth-storage-api", + "reth-storage-errors", "reth-testing-utils", - "reth-trie 1.0.8", - "reth-trie-db 1.0.8", + "reth-trie", + "reth-trie-db", "revm", "strum", "tempfile", @@ -10001,48 +8386,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-provider" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rpc-types-engine", - "auto_impl", - "dashmap 6.1.0", - "itertools 0.13.0", - "metrics", - "notify", - "parking_lot 0.12.3", - "rayon", - "reth-blockchain-tree-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-chain-state 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-codecs 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-nippy-jar 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-stages-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "revm", - "strum", - "tokio", - "tracing", -] - [[package]] name = "reth-prune" version = "1.0.8" @@ -10052,46 +8395,20 @@ dependencies = [ "itertools 0.13.0", "metrics", "rayon", - "reth-chainspec 1.0.8", - "reth-config 1.0.8", - "reth-db 1.0.8", - "reth-db-api 1.0.8", - "reth-errors 1.0.8", - "reth-exex-types 1.0.8", - "reth-metrics 1.0.8", - "reth-provider 1.0.8", - "reth-prune-types 1.0.8", - "reth-stages 1.0.8", - "reth-static-file-types 1.0.8", + "reth-chainspec", + "reth-config", + "reth-db", + "reth-db-api", + "reth-errors", + "reth-exex-types", + "reth-metrics", + "reth-provider", + "reth-prune-types", + "reth-stages", + "reth-static-file-types", "reth-testing-utils", - "reth-tokio-util 1.0.8", - "reth-tracing 1.0.8", - "rustc-hash 2.0.0", - "thiserror", - "tokio", - "tracing", -] - -[[package]] -name = "reth-prune" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "itertools 0.13.0", - "metrics", - "rayon", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-config 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-exex-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-static-file-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tokio-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tokio-util", + "reth-tracing", "rustc-hash 2.0.0", "thiserror", "tokio", @@ -10110,7 +8427,7 @@ dependencies = [ "modular-bitfield", "proptest", "proptest-arbitrary-interop", - "reth-codecs 1.0.8", + "reth-codecs", "serde", "serde_json", "test-fuzz", @@ -10118,50 +8435,20 @@ dependencies = [ "toml", ] -[[package]] -name = "reth-prune-types" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "bytes", - "derive_more 1.0.0", - "modular-bitfield", - "reth-codecs 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "serde", - "thiserror", -] - [[package]] name = "reth-revm" version = "1.0.8" dependencies = [ "alloy-primitives", - "reth-chainspec 1.0.8", - "reth-consensus-common 1.0.8", - "reth-ethereum-forks 1.0.8", - "reth-execution-errors 1.0.8", - "reth-primitives 1.0.8", - "reth-prune-types 1.0.8", - "reth-storage-api 1.0.8", - "reth-storage-errors 1.0.8", - "reth-trie 1.0.8", - "revm", -] - -[[package]] -name = "reth-revm" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-consensus-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-execution-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chainspec", + "reth-consensus-common", + "reth-ethereum-forks", + "reth-execution-errors", + "reth-primitives", + "reth-prune-types", + "reth-storage-api", + "reth-storage-errors", + "reth-trie", "revm", ] @@ -10198,94 +8485,28 @@ dependencies = [ "parking_lot 0.12.3", "pin-project", "rand 0.8.5", - "reth-chainspec 1.0.8", - "reth-consensus-common 1.0.8", - "reth-errors 1.0.8", - "reth-evm 1.0.8", - "reth-evm-ethereum 1.0.8", - "reth-network-api 1.0.8", - "reth-network-peers 1.0.8", - "reth-network-types 1.0.8", - "reth-node-api 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-revm 1.0.8", - "reth-rpc-api 1.0.8", - "reth-rpc-engine-api 1.0.8", - "reth-rpc-eth-api 1.0.8", - "reth-rpc-eth-types 1.0.8", - "reth-rpc-server-types 1.0.8", - "reth-rpc-types-compat 1.0.8", - "reth-tasks 1.0.8", + "reth-chainspec", + "reth-consensus-common", + "reth-errors", + "reth-evm", + "reth-evm-ethereum", + "reth-network-api", + "reth-network-peers", + "reth-network-types", + "reth-node-api", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-rpc-api", + "reth-rpc-engine-api", + "reth-rpc-eth-api", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-rpc-types-compat", + "reth-tasks", "reth-testing-utils", - "reth-transaction-pool 1.0.8", - "reth-trie 1.0.8", - "revm", - "revm-inspectors", - "revm-primitives", - "serde", - "serde_json", - "thiserror", - "tokio", - "tokio-stream", - "tower 0.4.13", - "tracing", - "tracing-futures", -] - -[[package]] -name = "reth-rpc" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-consensus", - "alloy-dyn-abi", - "alloy-eips", - "alloy-genesis", - "alloy-network", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types", - "alloy-rpc-types-admin", - "alloy-rpc-types-debug", - "alloy-rpc-types-eth", - "alloy-rpc-types-mev", - "alloy-rpc-types-trace", - "alloy-rpc-types-txpool", - "alloy-serde", - "alloy-signer", - "alloy-signer-local", - "async-trait", - "derive_more 1.0.0", - "futures", - "http", - "http-body", - "hyper", - "jsonrpsee", - "jsonwebtoken", - "parking_lot 0.12.3", - "pin-project", - "rand 0.8.5", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-consensus-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-engine-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-eth-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-eth-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-server-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-types-compat 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-transaction-pool", + "reth-trie", "revm", "revm-inspectors", "revm-primitives", @@ -10318,39 +8539,13 @@ dependencies = [ "alloy-rpc-types-txpool", "alloy-serde", "jsonrpsee", - "reth-engine-primitives 1.0.8", - "reth-network-peers 1.0.8", - "reth-primitives 1.0.8", - "reth-rpc-eth-api 1.0.8", + "reth-engine-primitives", + "reth-network-peers", + "reth-primitives", + "reth-rpc-eth-api", "serde_json", ] -[[package]] -name = "reth-rpc-api" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-json-rpc", - "alloy-primitives", - "alloy-rpc-types", - "alloy-rpc-types-admin", - "alloy-rpc-types-anvil", - "alloy-rpc-types-beacon", - "alloy-rpc-types-debug", - "alloy-rpc-types-engine", - "alloy-rpc-types-eth", - "alloy-rpc-types-mev", - "alloy-rpc-types-trace", - "alloy-rpc-types-txpool", - "alloy-serde", - "jsonrpsee", - "reth-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-peers 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-eth-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", -] - [[package]] name = "reth-rpc-api-testing-util" version = "1.0.8" @@ -10362,9 +8557,9 @@ dependencies = [ "futures", "jsonrpsee", "jsonrpsee-http-client", - "reth-primitives 1.0.8", - "reth-rpc-api 1.0.8", - "reth-rpc-eth-api 1.0.8", + "reth-primitives", + "reth-rpc-api", + "reth-rpc-eth-api", "serde_json", "similar-asserts", "tokio", @@ -10386,33 +8581,33 @@ dependencies = [ "jsonrpsee", "metrics", "pin-project", - "reth-beacon-consensus 1.0.8", - "reth-chainspec 1.0.8", - "reth-engine-primitives 1.0.8", - "reth-ethereum-engine-primitives 1.0.8", - "reth-evm 1.0.8", - "reth-evm-ethereum 1.0.8", - "reth-ipc 1.0.8", - "reth-metrics 1.0.8", - "reth-network-api 1.0.8", - "reth-network-peers 1.0.8", - "reth-node-api 1.0.8", - "reth-node-core 1.0.8", - "reth-payload-builder 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-rpc 1.0.8", - "reth-rpc-api 1.0.8", - "reth-rpc-engine-api 1.0.8", - "reth-rpc-eth-api 1.0.8", - "reth-rpc-eth-types 1.0.8", - "reth-rpc-layer 1.0.8", - "reth-rpc-server-types 1.0.8", - "reth-rpc-types-compat 1.0.8", - "reth-tasks 1.0.8", - "reth-tokio-util 1.0.8", - "reth-tracing 1.0.8", - "reth-transaction-pool 1.0.8", + "reth-beacon-consensus", + "reth-chainspec", + "reth-engine-primitives", + "reth-ethereum-engine-primitives", + "reth-evm", + "reth-evm-ethereum", + "reth-ipc", + "reth-metrics", + "reth-network-api", + "reth-network-peers", + "reth-node-api", + "reth-node-core", + "reth-payload-builder", + "reth-primitives", + "reth-provider", + "reth-rpc", + "reth-rpc-api", + "reth-rpc-engine-api", + "reth-rpc-eth-api", + "reth-rpc-eth-types", + "reth-rpc-layer", + "reth-rpc-server-types", + "reth-rpc-types-compat", + "reth-tasks", + "reth-tokio-util", + "reth-tracing", + "reth-transaction-pool", "serde", "serde_json", "thiserror", @@ -10422,42 +8617,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-rpc-builder" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-network", - "alloy-rpc-types", - "alloy-serde", - "http", - "jsonrpsee", - "metrics", - "pin-project", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-ipc 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-core 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-eth-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-eth-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-layer 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-server-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "serde", - "thiserror", - "tower 0.4.13", - "tower-http", - "tracing", -] - [[package]] name = "reth-rpc-engine-api" version = "1.0.8" @@ -10471,54 +8630,23 @@ dependencies = [ "jsonrpsee-core", "jsonrpsee-types", "metrics", - "reth-beacon-consensus 1.0.8", - "reth-chainspec 1.0.8", - "reth-engine-primitives 1.0.8", - "reth-ethereum-engine-primitives 1.0.8", - "reth-evm 1.0.8", - "reth-metrics 1.0.8", - "reth-payload-builder 1.0.8", - "reth-payload-primitives 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-rpc-api 1.0.8", - "reth-rpc-types-compat 1.0.8", - "reth-storage-api 1.0.8", - "reth-tasks 1.0.8", + "reth-beacon-consensus", + "reth-chainspec", + "reth-engine-primitives", + "reth-ethereum-engine-primitives", + "reth-evm", + "reth-metrics", + "reth-payload-builder", + "reth-payload-primitives", + "reth-primitives", + "reth-provider", + "reth-rpc-api", + "reth-rpc-types-compat", + "reth-storage-api", + "reth-tasks", "reth-testing-utils", - "reth-tokio-util 1.0.8", - "reth-transaction-pool 1.0.8", - "serde", - "thiserror", - "tokio", - "tracing", -] - -[[package]] -name = "reth-rpc-engine-api" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rpc-types-engine", - "async-trait", - "jsonrpsee-core", - "jsonrpsee-types", - "metrics", - "reth-beacon-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-engine-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-builder 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-payload-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-types-compat 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-tokio-util", + "reth-transaction-pool", "serde", "thiserror", "tokio", @@ -10537,122 +8665,37 @@ dependencies = [ "alloy-rpc-types", "alloy-rpc-types-eth", "alloy-rpc-types-mev", - "async-trait", - "auto_impl", - "dyn-clone", - "futures", - "jsonrpsee", - "jsonrpsee-types", - "parking_lot 0.12.3", - "reth-chainspec 1.0.8", - "reth-errors 1.0.8", - "reth-evm 1.0.8", - "reth-execution-types 1.0.8", - "reth-network-api 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-revm 1.0.8", - "reth-rpc-eth-types 1.0.8", - "reth-rpc-server-types 1.0.8", - "reth-rpc-types-compat 1.0.8", - "reth-tasks 1.0.8", - "reth-transaction-pool 1.0.8", - "reth-trie 1.0.8", - "revm", - "revm-inspectors", - "revm-primitives", - "tokio", - "tracing", -] - -[[package]] -name = "reth-rpc-eth-api" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-dyn-abi", - "alloy-eips", - "alloy-json-rpc", - "alloy-network", - "alloy-primitives", - "alloy-rpc-types", - "alloy-rpc-types-eth", - "alloy-rpc-types-mev", - "async-trait", - "auto_impl", - "dyn-clone", - "futures", - "jsonrpsee", - "jsonrpsee-types", - "parking_lot 0.12.3", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-eth-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-server-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-types-compat 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "revm", - "revm-inspectors", - "revm-primitives", - "tokio", - "tracing", -] - -[[package]] -name = "reth-rpc-eth-types" -version = "1.0.8" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rpc-types", - "alloy-rpc-types-eth", - "alloy-serde", - "alloy-sol-types", - "derive_more 1.0.0", + "async-trait", + "auto_impl", + "dyn-clone", "futures", - "jsonrpsee-core", + "jsonrpsee", "jsonrpsee-types", - "metrics", - "rand 0.8.5", - "reth-chain-state 1.0.8", - "reth-chainspec 1.0.8", - "reth-errors 1.0.8", - "reth-evm 1.0.8", - "reth-execution-types 1.0.8", - "reth-metrics 1.0.8", - "reth-primitives 1.0.8", - "reth-revm 1.0.8", - "reth-rpc-server-types 1.0.8", - "reth-rpc-types-compat 1.0.8", - "reth-storage-api 1.0.8", - "reth-tasks 1.0.8", - "reth-transaction-pool 1.0.8", - "reth-trie 1.0.8", + "parking_lot 0.12.3", + "reth-chainspec", + "reth-errors", + "reth-evm", + "reth-execution-types", + "reth-network-api", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-rpc-types-compat", + "reth-tasks", + "reth-transaction-pool", + "reth-trie", "revm", "revm-inspectors", "revm-primitives", - "schnellru", - "serde", - "serde_json", - "thiserror", "tokio", - "tokio-stream", "tracing", ] [[package]] name = "reth-rpc-eth-types" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10667,25 +8710,26 @@ dependencies = [ "jsonrpsee-types", "metrics", "rand 0.8.5", - "reth-chain-state 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-server-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-rpc-types-compat 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-transaction-pool 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-chain-state", + "reth-chainspec", + "reth-errors", + "reth-evm", + "reth-execution-types", + "reth-metrics", + "reth-primitives", + "reth-revm", + "reth-rpc-server-types", + "reth-rpc-types-compat", + "reth-storage-api", + "reth-tasks", + "reth-transaction-pool", + "reth-trie", "revm", "revm-inspectors", "revm-primitives", "schnellru", "serde", + "serde_json", "thiserror", "tokio", "tokio-stream", @@ -10707,46 +8751,17 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-rpc-layer" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-rpc-types-engine", - "http", - "jsonrpsee-http-client", - "pin-project", - "tower 0.4.13", - "tracing", -] - -[[package]] -name = "reth-rpc-server-types" -version = "1.0.8" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types-engine", - "jsonrpsee-core", - "jsonrpsee-types", - "reth-errors 1.0.8", - "reth-network-api 1.0.8", - "reth-primitives 1.0.8", - "serde", - "strum", -] - [[package]] name = "reth-rpc-server-types" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "jsonrpsee-core", "jsonrpsee-types", - "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-errors", + "reth-network-api", + "reth-primitives", "serde", "strum", ] @@ -10762,27 +8777,11 @@ dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", "alloy-serde", - "reth-primitives 1.0.8", - "reth-trie-common 1.0.8", + "reth-primitives", + "reth-trie-common", "serde_json", ] -[[package]] -name = "reth-rpc-types-compat" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types", - "alloy-rpc-types-engine", - "alloy-rpc-types-eth", - "alloy-serde", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", -] - [[package]] name = "reth-stages" version = "1.0.8" @@ -10799,33 +8798,33 @@ dependencies = [ "pprof", "rand 0.8.5", "rayon", - "reth-chainspec 1.0.8", - "reth-codecs 1.0.8", - "reth-config 1.0.8", - "reth-consensus 1.0.8", - "reth-db 1.0.8", - "reth-db-api 1.0.8", - "reth-downloaders 1.0.8", - "reth-etl 1.0.8", - "reth-evm 1.0.8", - "reth-evm-ethereum 1.0.8", - "reth-execution-errors 1.0.8", - "reth-execution-types 1.0.8", - "reth-exex 1.0.8", - "reth-network-p2p 1.0.8", - "reth-network-peers 1.0.8", - "reth-primitives 1.0.8", - "reth-primitives-traits 1.0.8", - "reth-provider 1.0.8", - "reth-prune 1.0.8", - "reth-prune-types 1.0.8", - "reth-revm 1.0.8", - "reth-stages-api 1.0.8", - "reth-static-file 1.0.8", - "reth-storage-errors 1.0.8", + "reth-chainspec", + "reth-codecs", + "reth-config", + "reth-consensus", + "reth-db", + "reth-db-api", + "reth-downloaders", + "reth-etl", + "reth-evm", + "reth-evm-ethereum", + "reth-execution-errors", + "reth-execution-types", + "reth-exex", + "reth-network-p2p", + "reth-network-peers", + "reth-primitives", + "reth-primitives-traits", + "reth-provider", + "reth-prune", + "reth-prune-types", + "reth-revm", + "reth-stages-api", + "reth-static-file", + "reth-storage-errors", "reth-testing-utils", - "reth-trie 1.0.8", - "reth-trie-db 1.0.8", + "reth-trie", + "reth-trie-db", "serde_json", "tempfile", "thiserror", @@ -10833,42 +8832,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-stages" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "bincode", - "futures-util", - "itertools 0.13.0", - "num-traits", - "rayon", - "reth-codecs 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-config 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-etl 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-evm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-exex 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives-traits 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-prune 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-revm 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-stages-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "thiserror", - "tokio", - "tracing", -] - [[package]] name = "reth-stages-api" version = "1.0.8" @@ -10879,50 +8842,24 @@ dependencies = [ "auto_impl", "futures-util", "metrics", - "reth-consensus 1.0.8", - "reth-errors 1.0.8", - "reth-metrics 1.0.8", - "reth-network-p2p 1.0.8", - "reth-primitives-traits 1.0.8", - "reth-provider 1.0.8", - "reth-prune 1.0.8", - "reth-stages-types 1.0.8", - "reth-static-file 1.0.8", - "reth-static-file-types 1.0.8", + "reth-consensus", + "reth-errors", + "reth-metrics", + "reth-network-p2p", + "reth-primitives-traits", + "reth-provider", + "reth-prune", + "reth-stages-types", + "reth-static-file", + "reth-static-file-types", "reth-testing-utils", - "reth-tokio-util 1.0.8", + "reth-tokio-util", "thiserror", "tokio", "tokio-stream", "tracing", ] -[[package]] -name = "reth-stages-api" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "aquamarine", - "auto_impl", - "futures-util", - "metrics", - "reth-consensus 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-network-p2p 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives-traits 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-prune 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-stages-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-static-file 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-static-file-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tokio-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "thiserror", - "tokio", - "tracing", -] - [[package]] name = "reth-stages-types" version = "1.0.8" @@ -10934,25 +8871,12 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.8.5", - "reth-codecs 1.0.8", - "reth-trie-common 1.0.8", + "reth-codecs", + "reth-trie-common", "serde", "test-fuzz", ] -[[package]] -name = "reth-stages-types" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "bytes", - "modular-bitfield", - "reth-codecs 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "serde", -] - [[package]] name = "reth-static-file" version = "1.0.8" @@ -10961,60 +8885,26 @@ dependencies = [ "assert_matches", "parking_lot 0.12.3", "rayon", - "reth-chainspec 1.0.8", - "reth-db 1.0.8", - "reth-db-api 1.0.8", - "reth-nippy-jar 1.0.8", - "reth-node-types 1.0.8", - "reth-provider 1.0.8", - "reth-prune-types 1.0.8", - "reth-stages 1.0.8", - "reth-stages-types 1.0.8", - "reth-static-file-types 1.0.8", - "reth-storage-errors 1.0.8", + "reth-chainspec", + "reth-db", + "reth-db-api", + "reth-nippy-jar", + "reth-node-types", + "reth-provider", + "reth-prune-types", + "reth-stages", + "reth-stages-types", + "reth-static-file-types", + "reth-storage-errors", "reth-testing-utils", - "reth-tokio-util 1.0.8", + "reth-tokio-util", "tempfile", "tracing", ] -[[package]] -name = "reth-static-file" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "parking_lot 0.12.3", - "rayon", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-nippy-jar 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-node-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-stages-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-static-file-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tokio-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "tracing", -] - -[[package]] -name = "reth-static-file-types" -version = "1.0.8" -dependencies = [ - "alloy-primitives", - "clap", - "derive_more 1.0.0", - "serde", - "strum", -] - [[package]] name = "reth-static-file-types" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-primitives", "clap", @@ -11030,82 +8920,32 @@ dependencies = [ "alloy-eips", "alloy-primitives", "auto_impl", - "reth-chainspec 1.0.8", - "reth-db-api 1.0.8", - "reth-db-models 1.0.8", - "reth-execution-types 1.0.8", - "reth-primitives 1.0.8", - "reth-prune-types 1.0.8", - "reth-stages-types 1.0.8", - "reth-storage-errors 1.0.8", - "reth-trie 1.0.8", -] - -[[package]] -name = "reth-storage-api" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "auto_impl", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db-models 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-prune-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-stages-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", -] - -[[package]] -name = "reth-storage-errors" -version = "1.0.8" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "derive_more 1.0.0", - "reth-fs-util 1.0.8", - "reth-primitives 1.0.8", + "reth-chainspec", + "reth-db-api", + "reth-db-models", + "reth-execution-types", + "reth-primitives", + "reth-prune-types", + "reth-stages-types", + "reth-storage-errors", + "reth-trie", ] [[package]] name = "reth-storage-errors" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "alloy-eips", "alloy-primitives", "alloy-rlp", "derive_more 1.0.0", - "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", -] - -[[package]] -name = "reth-tasks" -version = "1.0.8" -dependencies = [ - "auto_impl", - "dyn-clone", - "futures-util", - "metrics", - "pin-project", - "rayon", - "reth-metrics 1.0.8", - "thiserror", - "tokio", - "tracing", - "tracing-futures", + "reth-fs-util", + "reth-primitives", ] [[package]] name = "reth-tasks" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "auto_impl", "dyn-clone", @@ -11113,7 +8953,7 @@ dependencies = [ "metrics", "pin-project", "rayon", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-metrics", "thiserror", "tokio", "tracing", @@ -11129,7 +8969,7 @@ dependencies = [ "alloy-genesis", "alloy-primitives", "rand 0.8.5", - "reth-primitives 1.0.8", + "reth-primitives", "secp256k1", ] @@ -11142,34 +8982,9 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-tokio-util" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-tracing" -version = "1.0.8" -dependencies = [ - "clap", - "eyre", - "rolling-file", - "tracing", - "tracing-appender", - "tracing-journald", - "tracing-logfmt", - "tracing-subscriber", -] - [[package]] name = "reth-tracing" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" dependencies = [ "clap", "eyre", @@ -11202,17 +9017,17 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.8.5", - "reth-chain-state 1.0.8", - "reth-chainspec 1.0.8", - "reth-eth-wire-types 1.0.8", - "reth-execution-types 1.0.8", - "reth-fs-util 1.0.8", - "reth-metrics 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-storage-api 1.0.8", - "reth-tasks 1.0.8", - "reth-tracing 1.0.8", + "reth-chain-state", + "reth-chainspec", + "reth-eth-wire-types", + "reth-execution-types", + "reth-fs-util", + "reth-metrics", + "reth-primitives", + "reth-provider", + "reth-storage-api", + "reth-tasks", + "reth-tracing", "revm", "rustc-hash 2.0.0", "schnellru", @@ -11226,40 +9041,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-transaction-pool" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "aquamarine", - "auto_impl", - "bitflags 2.6.0", - "futures-util", - "metrics", - "parking_lot 0.12.3", - "reth-chain-state 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-chainspec 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-eth-wire-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-execution-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-fs-util 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-tasks 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "revm", - "rustc-hash 2.0.0", - "schnellru", - "serde", - "smallvec", - "thiserror", - "tokio", - "tokio-stream", - "tracing", -] - [[package]] name = "reth-trie" version = "1.0.8" @@ -11275,13 +9056,13 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rayon", - "reth-chainspec 1.0.8", - "reth-execution-errors 1.0.8", - "reth-metrics 1.0.8", - "reth-primitives 1.0.8", - "reth-stages-types 1.0.8", - "reth-storage-errors 1.0.8", - "reth-trie-common 1.0.8", + "reth-chainspec", + "reth-execution-errors", + "reth-metrics", + "reth-primitives", + "reth-stages-types", + "reth-storage-errors", + "reth-trie-common", "revm", "serde", "serde_json", @@ -11291,30 +9072,6 @@ dependencies = [ "triehash", ] -[[package]] -name = "reth-trie" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "auto_impl", - "derive_more 1.0.0", - "itertools 0.13.0", - "metrics", - "rayon", - "reth-execution-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-stages-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "revm", - "serde", - "serde_with", - "tracing", -] - [[package]] name = "reth-trie-common" version = "1.0.8" @@ -11333,28 +9090,8 @@ dependencies = [ "plain_hasher", "proptest", "proptest-arbitrary-interop", - "reth-codecs 1.0.8", - "reth-primitives-traits 1.0.8", - "revm-primitives", - "serde", -] - -[[package]] -name = "reth-trie-common" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-consensus", - "alloy-genesis", - "alloy-primitives", - "alloy-rlp", - "alloy-trie", - "bytes", - "derive_more 1.0.0", - "itertools 0.13.0", - "nybbles", - "reth-codecs 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives-traits 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", + "reth-codecs", + "reth-primitives-traits", "revm-primitives", "serde", ] @@ -11372,18 +9109,18 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rayon", - "reth-chainspec 1.0.8", - "reth-db 1.0.8", - "reth-db-api 1.0.8", - "reth-execution-errors 1.0.8", - "reth-metrics 1.0.8", - "reth-node-types 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-stages-types 1.0.8", - "reth-storage-errors 1.0.8", - "reth-trie 1.0.8", - "reth-trie-common 1.0.8", + "reth-chainspec", + "reth-db", + "reth-db-api", + "reth-execution-errors", + "reth-metrics", + "reth-node-types", + "reth-primitives", + "reth-provider", + "reth-stages-types", + "reth-storage-errors", + "reth-trie", + "reth-trie-common", "revm", "serde", "serde_json", @@ -11394,31 +9131,6 @@ dependencies = [ "triehash", ] -[[package]] -name = "reth-trie-db" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "auto_impl", - "derive_more 1.0.0", - "itertools 0.13.0", - "metrics", - "rayon", - "reth-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-execution-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-stages-types 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-storage-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie-common 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "revm", - "tracing", -] - [[package]] name = "reth-trie-parallel" version = "1.0.8" @@ -11433,42 +9145,19 @@ dependencies = [ "proptest-arbitrary-interop", "rand 0.8.5", "rayon", - "reth-db 1.0.8", - "reth-db-api 1.0.8", - "reth-execution-errors 1.0.8", - "reth-metrics 1.0.8", - "reth-primitives 1.0.8", - "reth-provider 1.0.8", - "reth-trie 1.0.8", - "reth-trie-db 1.0.8", + "reth-db", + "reth-db-api", + "reth-execution-errors", + "reth-metrics", + "reth-primitives", + "reth-provider", + "reth-trie", + "reth-trie-db", "thiserror", "tokio", "tracing", ] -[[package]] -name = "reth-trie-parallel" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "derive_more 1.0.0", - "itertools 0.13.0", - "metrics", - "rayon", - "reth-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-db-api 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-execution-errors 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-metrics 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-primitives 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-provider 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "reth-trie-db 1.0.8 (git+https://github.com/paradigmxyz/reth.git)", - "thiserror", - "tracing", -] - [[package]] name = "revm" version = "14.0.3" diff --git a/Cargo.toml b/Cargo.toml index 4150e7474720..8c1ee8c4514c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,6 @@ exclude = [".github/"] members = [ "bin/reth-bench/", "bin/reth/", - "book/sources/hello-world/", "crates/blockchain-tree-api/", "crates/blockchain-tree/", "crates/chain-state/", diff --git a/book/sources/Cargo.lock b/book/sources/Cargo.lock new file mode 100644 index 000000000000..8fdecab0ef81 --- /dev/null +++ b/book/sources/Cargo.lock @@ -0,0 +1,9730 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "addr2line" +version = "0.24.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" +dependencies = [ + "gimli", +] + +[[package]] +name = "adler2" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" + +[[package]] +name = "aead" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" +dependencies = [ + "crypto-common", + "generic-array", +] + +[[package]] +name = "aes" +version = "0.8.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" +dependencies = [ + "cfg-if", + "cipher", + "cpufeatures", +] + +[[package]] +name = "aes-gcm" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" +dependencies = [ + "aead", + "aes", + "cipher", + "ctr", + "ghash", + "subtle", +] + +[[package]] +name = "ahash" +version = "0.8.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" +dependencies = [ + "cfg-if", + "getrandom", + "once_cell", + "version_check", + "zerocopy", +] + +[[package]] +name = "aho-corasick" +version = "1.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" +dependencies = [ + "memchr", +] + +[[package]] +name = "alloc-no-stdlib" +version = "2.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" + +[[package]] +name = "alloc-stdlib" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" +dependencies = [ + "alloc-no-stdlib", +] + +[[package]] +name = "allocator-api2" +version = "0.2.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" + +[[package]] +name = "alloy-chains" +version = "0.1.36" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94c225801d42099570d0674701dddd4142f0ef715282aeb5985042e2ec962df7" +dependencies = [ + "alloy-rlp", + "num_enum", + "serde", + "strum", +] + +[[package]] +name = "alloy-consensus" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "705687d5bfd019fee57cf9e206b27b30a9a9617535d5590a02b171e813208f8e" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-serde", + "arbitrary", + "auto_impl", + "c-kzg", + "derive_more", + "serde", + "serde_with", +] + +[[package]] +name = "alloy-dyn-abi" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1109c57718022ac84c194f775977a534e1b3969b405e55693a61c42187cc0612" +dependencies = [ + "alloy-json-abi", + "alloy-primitives", + "alloy-sol-type-parser", + "alloy-sol-types", + "const-hex", + "derive_more", + "itoa", + "serde", + "serde_json", + "winnow", +] + +[[package]] +name = "alloy-eip2930" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0069cf0642457f87a01a014f6dc29d5d893cd4fd8fddf0c3cdfad1bb3ebafc41" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "arbitrary", + "rand", + "serde", +] + +[[package]] +name = "alloy-eip7702" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea59dc42102bc9a1905dc57901edc6dd48b9f38115df86c7d252acba70d71d04" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "arbitrary", + "k256", + "rand", + "serde", + "serde_with", +] + +[[package]] +name = "alloy-eips" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ffb906284a1e1f63c4607da2068c8197458a352d0b3e9796e67353d72a9be85" +dependencies = [ + "alloy-eip2930", + "alloy-eip7702", + "alloy-primitives", + "alloy-rlp", + "alloy-serde", + "arbitrary", + "c-kzg", + "derive_more", + "once_cell", + "serde", + "sha2 0.10.8", +] + +[[package]] +name = "alloy-genesis" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8429cf4554eed9b40feec7f4451113e76596086447550275e3def933faf47ce3" +dependencies = [ + "alloy-primitives", + "alloy-serde", + "serde", +] + +[[package]] +name = "alloy-json-abi" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c4cc0e59c803dd44d14fc0cfa9fea1f74cfa8fd9fb60ca303ced390c58c28d4e" +dependencies = [ + "alloy-primitives", + "alloy-sol-type-parser", + "serde", + "serde_json", +] + +[[package]] +name = "alloy-json-rpc" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8fa8a1a3c4cbd221f2b8e3693aeb328fca79a757fe556ed08e47bbbc2a70db7" +dependencies = [ + "alloy-primitives", + "alloy-sol-types", + "serde", + "serde_json", + "thiserror", + "tracing", +] + +[[package]] +name = "alloy-network" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85fa23a6a9d612b52e402c995f2d582c25165ec03ac6edf64c861a76bc5b87cd" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-json-rpc", + "alloy-network-primitives", + "alloy-primitives", + "alloy-rpc-types-eth", + "alloy-serde", + "alloy-signer", + "alloy-sol-types", + "async-trait", + "auto_impl", + "futures-utils-wasm", + "thiserror", +] + +[[package]] +name = "alloy-network-primitives" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "801492711d4392b2ccf5fc0bc69e299fa1aab15167d74dcaa9aab96a54f684bd" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-serde", + "serde", +] + +[[package]] +name = "alloy-primitives" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a289ffd7448036f2f436b377f981c79ce0b2090877bad938d43387dc09931877" +dependencies = [ + "alloy-rlp", + "arbitrary", + "bytes", + "cfg-if", + "const-hex", + "derive_arbitrary", + "derive_more", + "foldhash", + "getrandom", + "hashbrown 0.15.0", + "hex-literal", + "indexmap 2.6.0", + "itoa", + "k256", + "keccak-asm", + "paste", + "proptest", + "proptest-derive", + "rand", + "ruint", + "rustc-hash 2.0.0", + "serde", + "sha3", + "tiny-keccak", +] + +[[package]] +name = "alloy-provider" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fcfaa4ffec0af04e3555686b8aacbcdf7d13638133a0672749209069750f78a6" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips", + "alloy-json-rpc", + "alloy-network", + "alloy-network-primitives", + "alloy-primitives", + "alloy-pubsub", + "alloy-rpc-client", + "alloy-rpc-types-eth", + "alloy-transport", + "alloy-transport-http", + "alloy-transport-ws", + "async-stream", + "async-trait", + "auto_impl", + "dashmap 6.1.0", + "futures", + "futures-utils-wasm", + "lru", + "pin-project", + "reqwest", + "serde", + "serde_json", + "thiserror", + "tokio", + "tracing", + "url", +] + +[[package]] +name = "alloy-pubsub" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f32cef487122ae75c91eb50154c70801d71fabdb976fec6c49e0af5e6486ab15" +dependencies = [ + "alloy-json-rpc", + "alloy-primitives", + "alloy-transport", + "bimap", + "futures", + "serde", + "serde_json", + "tokio", + "tokio-stream", + "tower 0.5.1", + "tracing", +] + +[[package]] +name = "alloy-rlp" +version = "0.3.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26154390b1d205a4a7ac7352aa2eb4f81f391399d4e2f546fb81a2f8bb383f62" +dependencies = [ + "alloy-rlp-derive", + "arrayvec", + "bytes", +] + +[[package]] +name = "alloy-rlp-derive" +version = "0.3.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4d0f2d905ebd295e7effec65e5f6868d153936130ae718352771de3e7d03c75c" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "alloy-rpc-client" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "370143ed581aace6e663342d21d209c6b2e34ee6142f7d6675adb518deeaf0dc" +dependencies = [ + "alloy-json-rpc", + "alloy-primitives", + "alloy-pubsub", + "alloy-transport", + "alloy-transport-http", + "alloy-transport-ws", + "futures", + "pin-project", + "reqwest", + "serde", + "serde_json", + "tokio", + "tokio-stream", + "tower 0.5.1", + "tracing", + "url", +] + +[[package]] +name = "alloy-rpc-types" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ffc534b7919e18f35e3aa1f507b6f3d9d92ec298463a9f6beaac112809d8d06" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types-engine", + "alloy-rpc-types-eth", + "alloy-serde", + "serde", +] + +[[package]] +name = "alloy-rpc-types-admin" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb520ed46cc5b7d8c014a73fdd77b6a310383a2a5c0a5ae3c9b8055881f062b7" +dependencies = [ + "alloy-genesis", + "alloy-primitives", + "serde", + "serde_json", +] + +[[package]] +name = "alloy-rpc-types-anvil" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d780adaa5d95b07ad92006b2feb68ecfa7e2015f7d5976ceaac4c906c73ebd07" +dependencies = [ + "alloy-primitives", + "alloy-serde", + "serde", +] + +[[package]] +name = "alloy-rpc-types-beacon" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a8dc5980fe30203d698627cddb5f0cedc57f900c8b5e1229c8b9448e37acb4a" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "serde", + "serde_with", + "thiserror", +] + +[[package]] +name = "alloy-rpc-types-debug" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59d8f8c5bfb160081a772f1f68eb9a37e8929c4ef74e5d01f5b78c2b645a5c5e" +dependencies = [ + "alloy-primitives", + "serde", +] + +[[package]] +name = "alloy-rpc-types-engine" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0285c4c09f838ab830048b780d7f4a4f460f309aa1194bb049843309524c64c" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-serde", + "derive_more", + "jsonrpsee-types", + "jsonwebtoken", + "rand", + "serde", + "strum", +] + +[[package]] +name = "alloy-rpc-types-eth" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "413f4aa3ccf2c3e4234a047c5fa4727916d7daf25a89f9b765df0ba09784fd87" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-network-primitives", + "alloy-primitives", + "alloy-rlp", + "alloy-serde", + "alloy-sol-types", + "derive_more", + "itertools 0.13.0", + "jsonrpsee-types", + "serde", + "serde_json", +] + +[[package]] +name = "alloy-rpc-types-mev" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7cec23ce56c869eec5f6b6fd6a8a92b5aa0cfaf8d7be3a96502e537554dc7430" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-serde", + "serde", + "serde_json", +] + +[[package]] +name = "alloy-rpc-types-trace" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "017cad3e5793c5613588c1f9732bcbad77e820ba7d0feaba3527749f856fdbc5" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types-eth", + "alloy-serde", + "serde", + "serde_json", + "thiserror", +] + +[[package]] +name = "alloy-rpc-types-txpool" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b230e321c416be7f50530159392b4c41a45596d40d97e185575bcd0b545e521" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types-eth", + "alloy-serde", + "serde", +] + +[[package]] +name = "alloy-serde" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9dff0ab1cdd43ca001e324dc27ee0e8606bd2161d6623c63e0e0b8c4dfc13600" +dependencies = [ + "alloy-primitives", + "arbitrary", + "serde", + "serde_json", +] + +[[package]] +name = "alloy-signer" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2fd4e0ad79c81a27ca659be5d176ca12399141659fef2bcbfdc848da478f4504" +dependencies = [ + "alloy-primitives", + "async-trait", + "auto_impl", + "elliptic-curve", + "k256", + "thiserror", +] + +[[package]] +name = "alloy-signer-local" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "494e0a256f3e99f2426f994bcd1be312c02cb8f88260088dacb33a8b8936475f" +dependencies = [ + "alloy-consensus", + "alloy-network", + "alloy-primitives", + "alloy-signer", + "async-trait", + "k256", + "rand", + "thiserror", +] + +[[package]] +name = "alloy-sol-macro" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0409e3ba5d1de409997a7db8b8e9d679d52088c1dee042a85033affd3cadeab4" +dependencies = [ + "alloy-sol-macro-expander", + "alloy-sol-macro-input", + "proc-macro-error2", + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "alloy-sol-macro-expander" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a18372ef450d59f74c7a64a738f546ba82c92f816597fed1802ef559304c81f1" +dependencies = [ + "alloy-sol-macro-input", + "const-hex", + "heck", + "indexmap 2.6.0", + "proc-macro-error2", + "proc-macro2", + "quote", + "syn 2.0.79", + "syn-solidity", + "tiny-keccak", +] + +[[package]] +name = "alloy-sol-macro-input" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7bad89dd0d5f109e8feeaf787a9ed7a05a91a9a0efc6687d147a70ebca8eff7" +dependencies = [ + "const-hex", + "dunce", + "heck", + "proc-macro2", + "quote", + "syn 2.0.79", + "syn-solidity", +] + +[[package]] +name = "alloy-sol-type-parser" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dbd3548d5262867c2c4be6223fe4f2583e21ade0ca1c307fd23bc7f28fca479e" +dependencies = [ + "serde", + "winnow", +] + +[[package]] +name = "alloy-sol-types" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4aa666f1036341b46625e72bd36878bf45ad0185f1b88601223e1ec6ed4b72b1" +dependencies = [ + "alloy-json-abi", + "alloy-primitives", + "alloy-sol-macro", + "const-hex", + "serde", +] + +[[package]] +name = "alloy-transport" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2ac3e97dad3d31770db0fc89bd6a63b789fbae78963086733f960cf32c483904" +dependencies = [ + "alloy-json-rpc", + "base64 0.22.1", + "futures-util", + "futures-utils-wasm", + "serde", + "serde_json", + "thiserror", + "tokio", + "tower 0.5.1", + "tracing", + "url", +] + +[[package]] +name = "alloy-transport-http" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b367dcccada5b28987c2296717ee04b9a5637aacd78eacb1726ef211678b5212" +dependencies = [ + "alloy-json-rpc", + "alloy-transport", + "reqwest", + "serde_json", + "tower 0.5.1", + "tracing", + "url", +] + +[[package]] +name = "alloy-transport-ws" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7153b88690de6a50bba81c11e1d706bc41dbb90126d607404d60b763f6a3947f" +dependencies = [ + "alloy-pubsub", + "alloy-transport", + "futures", + "http", + "rustls", + "serde_json", + "tokio", + "tokio-tungstenite", + "tracing", + "ws_stream_wasm", +] + +[[package]] +name = "alloy-trie" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e9703ce68b97f8faae6f7739d1e003fc97621b856953cbcdbb2b515743f23288" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "derive_more", + "nybbles", + "serde", + "smallvec", + "tracing", +] + +[[package]] +name = "android-tzdata" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" + +[[package]] +name = "android_system_properties" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" +dependencies = [ + "libc", +] + +[[package]] +name = "anstream" +version = "0.6.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" +dependencies = [ + "anstyle", + "anstyle-parse", + "anstyle-query", + "anstyle-wincon", + "colorchoice", + "is_terminal_polyfill", + "utf8parse", +] + +[[package]] +name = "anstyle" +version = "1.0.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" + +[[package]] +name = "anstyle-parse" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" +dependencies = [ + "utf8parse", +] + +[[package]] +name = "anstyle-query" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" +dependencies = [ + "windows-sys 0.52.0", +] + +[[package]] +name = "anstyle-wincon" +version = "3.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" +dependencies = [ + "anstyle", + "windows-sys 0.52.0", +] + +[[package]] +name = "anyhow" +version = "1.0.89" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" + +[[package]] +name = "aquamarine" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21cc1548309245035eb18aa7f0967da6bc65587005170c56e6ef2788a4cf3f4e" +dependencies = [ + "include_dir", + "itertools 0.10.5", + "proc-macro-error", + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "arbitrary" +version = "1.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" +dependencies = [ + "derive_arbitrary", +] + +[[package]] +name = "ark-ff" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b3235cc41ee7a12aaaf2c575a2ad7b46713a8a50bda2fc3b003a04845c05dd6" +dependencies = [ + "ark-ff-asm 0.3.0", + "ark-ff-macros 0.3.0", + "ark-serialize 0.3.0", + "ark-std 0.3.0", + "derivative", + "num-bigint", + "num-traits", + "paste", + "rustc_version 0.3.3", + "zeroize", +] + +[[package]] +name = "ark-ff" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba" +dependencies = [ + "ark-ff-asm 0.4.2", + "ark-ff-macros 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", + "derivative", + "digest 0.10.7", + "itertools 0.10.5", + "num-bigint", + "num-traits", + "paste", + "rustc_version 0.4.1", + "zeroize", +] + +[[package]] +name = "ark-ff-asm" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db02d390bf6643fb404d3d22d31aee1c4bc4459600aef9113833d17e786c6e44" +dependencies = [ + "quote", + "syn 1.0.109", +] + +[[package]] +name = "ark-ff-asm" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348" +dependencies = [ + "quote", + "syn 1.0.109", +] + +[[package]] +name = "ark-ff-macros" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db2fd794a08ccb318058009eefdf15bcaaaaf6f8161eb3345f907222bac38b20" +dependencies = [ + "num-bigint", + "num-traits", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "ark-ff-macros" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565" +dependencies = [ + "num-bigint", + "num-traits", + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "ark-serialize" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d6c2b318ee6e10f8c2853e73a83adc0ccb88995aa978d8a3408d492ab2ee671" +dependencies = [ + "ark-std 0.3.0", + "digest 0.9.0", +] + +[[package]] +name = "ark-serialize" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5" +dependencies = [ + "ark-std 0.4.0", + "digest 0.10.7", + "num-bigint", +] + +[[package]] +name = "ark-std" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1df2c09229cbc5a028b1d70e00fdb2acee28b1055dfb5ca73eea49c5a25c4e7c" +dependencies = [ + "num-traits", + "rand", +] + +[[package]] +name = "ark-std" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" +dependencies = [ + "num-traits", + "rand", +] + +[[package]] +name = "arrayref" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" + +[[package]] +name = "arrayvec" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" + +[[package]] +name = "asn1_der" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "155a5a185e42c6b77ac7b88a15143d930a9e9727a5b7b77eed417404ab15c247" + +[[package]] +name = "async-compression" +version = "0.4.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e614738943d3f68c628ae3dbce7c3daffb196665f82f8c8ea6b65de73c79429" +dependencies = [ + "brotli", + "flate2", + "futures-core", + "memchr", + "pin-project-lite", + "tokio", + "zstd", + "zstd-safe", +] + +[[package]] +name = "async-stream" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" +dependencies = [ + "async-stream-impl", + "futures-core", + "pin-project-lite", +] + +[[package]] +name = "async-stream-impl" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "async-trait" +version = "0.1.83" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "async_io_stream" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c" +dependencies = [ + "futures", + "pharos", + "rustc_version 0.4.1", +] + +[[package]] +name = "atomic-waker" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" + +[[package]] +name = "aurora-engine-modexp" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0aef7712851e524f35fbbb74fa6599c5cd8692056a1c36f9ca0d2001b670e7e5" +dependencies = [ + "hex", + "num", +] + +[[package]] +name = "auto_impl" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "autocfg" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" + +[[package]] +name = "backon" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e4fa97bb310c33c811334143cf64c5bb2b7b3c06e453db6b095d7061eff8f113" +dependencies = [ + "fastrand", + "tokio", +] + +[[package]] +name = "backtrace" +version = "0.3.74" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" +dependencies = [ + "addr2line", + "cfg-if", + "libc", + "miniz_oxide", + "object", + "rustc-demangle", + "windows-targets 0.52.6", +] + +[[package]] +name = "base-x" +version = "0.2.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" + +[[package]] +name = "base16ct" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" + +[[package]] +name = "base64" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" + +[[package]] +name = "base64" +version = "0.21.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" + +[[package]] +name = "base64" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" + +[[package]] +name = "base64ct" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" + +[[package]] +name = "bimap" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7" + +[[package]] +name = "bincode" +version = "1.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" +dependencies = [ + "serde", +] + +[[package]] +name = "bindgen" +version = "0.70.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f" +dependencies = [ + "bitflags 2.6.0", + "cexpr", + "clang-sys", + "itertools 0.13.0", + "proc-macro2", + "quote", + "regex", + "rustc-hash 1.1.0", + "shlex", + "syn 2.0.79", +] + +[[package]] +name = "bit-set" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" +dependencies = [ + "bit-vec", +] + +[[package]] +name = "bit-vec" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" + +[[package]] +name = "bitflags" +version = "1.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" + +[[package]] +name = "bitflags" +version = "2.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" +dependencies = [ + "serde", +] + +[[package]] +name = "bitvec" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" +dependencies = [ + "funty", + "radium", + "serde", + "tap", + "wyz", +] + +[[package]] +name = "block-buffer" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" +dependencies = [ + "generic-array", +] + +[[package]] +name = "block-buffer" +version = "0.10.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" +dependencies = [ + "generic-array", +] + +[[package]] +name = "block-padding" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" +dependencies = [ + "generic-array", +] + +[[package]] +name = "blst" +version = "0.3.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4378725facc195f1a538864863f6de233b500a8862747e7f165078a419d5e874" +dependencies = [ + "cc", + "glob", + "threadpool", + "zeroize", +] + +[[package]] +name = "boa_ast" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a69ee3a749ea36d4e56d92941e7b25076b493d4917c3d155b6cf369e23547d9" +dependencies = [ + "bitflags 2.6.0", + "boa_interner", + "boa_macros", + "indexmap 2.6.0", + "num-bigint", + "rustc-hash 2.0.0", +] + +[[package]] +name = "boa_engine" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06e4559b35b80ceb2e6328481c0eca9a24506663ea33ee1e279be6b5b618b25c" +dependencies = [ + "arrayvec", + "bitflags 2.6.0", + "boa_ast", + "boa_gc", + "boa_interner", + "boa_macros", + "boa_parser", + "boa_profiler", + "boa_string", + "bytemuck", + "cfg-if", + "dashmap 5.5.3", + "fast-float", + "hashbrown 0.14.5", + "icu_normalizer", + "indexmap 2.6.0", + "intrusive-collections", + "itertools 0.13.0", + "num-bigint", + "num-integer", + "num-traits", + "num_enum", + "once_cell", + "pollster", + "portable-atomic", + "rand", + "regress", + "rustc-hash 2.0.0", + "ryu-js", + "serde", + "serde_json", + "sptr", + "static_assertions", + "tap", + "thin-vec", + "thiserror", + "time", +] + +[[package]] +name = "boa_gc" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "716406f57d67bc3ac7fd227d5513b42df401dff14a3be22cbd8ee29817225363" +dependencies = [ + "boa_macros", + "boa_profiler", + "boa_string", + "hashbrown 0.14.5", + "thin-vec", +] + +[[package]] +name = "boa_interner" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e18df2272616e1ba0322a69333d37dbb78797f1aa0595aad9dc41e8ecd06ad9" +dependencies = [ + "boa_gc", + "boa_macros", + "hashbrown 0.14.5", + "indexmap 2.6.0", + "once_cell", + "phf", + "rustc-hash 2.0.0", + "static_assertions", +] + +[[package]] +name = "boa_macros" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "240f4126219a83519bad05c9a40bfc0303921eeb571fc2d7e44c17ffac99d3f1" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", + "synstructure", +] + +[[package]] +name = "boa_parser" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62b59dc05bf1dc019b11478a92986f590cff43fced4d20e866eefb913493e91c" +dependencies = [ + "bitflags 2.6.0", + "boa_ast", + "boa_interner", + "boa_macros", + "boa_profiler", + "fast-float", + "icu_properties", + "num-bigint", + "num-traits", + "regress", + "rustc-hash 2.0.0", +] + +[[package]] +name = "boa_profiler" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00ee0645509b3b91abd724f25072649d9e8e65653a78ff0b6e592788a58dd838" + +[[package]] +name = "boa_string" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae85205289bab1f2c7c8a30ddf0541cf89ba2ff7dbd144feef50bbfa664288d4" +dependencies = [ + "fast-float", + "paste", + "rustc-hash 2.0.0", + "sptr", + "static_assertions", +] + +[[package]] +name = "boyer-moore-magiclen" +version = "0.2.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95e6233f2d926b5b123caf9d58e3885885255567fbe7776a7fdcae2a4d7241c4" +dependencies = [ + "debug-helper", +] + +[[package]] +name = "brotli" +version = "7.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd" +dependencies = [ + "alloc-no-stdlib", + "alloc-stdlib", + "brotli-decompressor", +] + +[[package]] +name = "brotli-decompressor" +version = "4.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" +dependencies = [ + "alloc-no-stdlib", + "alloc-stdlib", +] + +[[package]] +name = "bs58" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" +dependencies = [ + "tinyvec", +] + +[[package]] +name = "bumpalo" +version = "3.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" + +[[package]] +name = "byte-slice-cast" +version = "1.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" + +[[package]] +name = "bytemuck" +version = "1.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae" +dependencies = [ + "bytemuck_derive", +] + +[[package]] +name = "bytemuck_derive" +version = "1.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "byteorder" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" + +[[package]] +name = "bytes" +version = "1.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" +dependencies = [ + "serde", +] + +[[package]] +name = "c-kzg" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0307f72feab3300336fb803a57134159f6e20139af1357f36c54cb90d8e8928" +dependencies = [ + "blst", + "cc", + "glob", + "hex", + "libc", + "once_cell", + "serde", +] + +[[package]] +name = "camino" +version = "1.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" +dependencies = [ + "serde", +] + +[[package]] +name = "cargo-platform" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" +dependencies = [ + "serde", +] + +[[package]] +name = "cargo_metadata" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" +dependencies = [ + "camino", + "cargo-platform", + "semver 1.0.23", + "serde", + "serde_json", + "thiserror", +] + +[[package]] +name = "cassowary" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" + +[[package]] +name = "castaway" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5" +dependencies = [ + "rustversion", +] + +[[package]] +name = "cc" +version = "1.1.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e80e3b6a3ab07840e1cae9b0666a63970dc28e8ed5ffbcdacbfc760c281bfc1" +dependencies = [ + "jobserver", + "libc", + "shlex", +] + +[[package]] +name = "cesu8" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" + +[[package]] +name = "cexpr" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" +dependencies = [ + "nom", +] + +[[package]] +name = "cfg-if" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" + +[[package]] +name = "chrono" +version = "0.4.38" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" +dependencies = [ + "android-tzdata", + "iana-time-zone", + "js-sys", + "num-traits", + "serde", + "wasm-bindgen", + "windows-targets 0.52.6", +] + +[[package]] +name = "cipher" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" +dependencies = [ + "crypto-common", + "inout", +] + +[[package]] +name = "clang-sys" +version = "1.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" +dependencies = [ + "glob", + "libc", + "libloading", +] + +[[package]] +name = "clap" +version = "4.5.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7be5744db7978a28d9df86a214130d106a89ce49644cbc4e3f0c22c3fba30615" +dependencies = [ + "clap_builder", + "clap_derive", +] + +[[package]] +name = "clap_builder" +version = "4.5.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5fbc17d3ef8278f55b282b2a2e75ae6f6c7d4bb70ed3d0382375104bfafdb4b" +dependencies = [ + "anstream", + "anstyle", + "clap_lex", + "strsim", +] + +[[package]] +name = "clap_derive" +version = "4.5.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" +dependencies = [ + "heck", + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "clap_lex" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" + +[[package]] +name = "colorchoice" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" + +[[package]] +name = "combine" +version = "4.6.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" +dependencies = [ + "bytes", + "memchr", +] + +[[package]] +name = "comfy-table" +version = "7.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" +dependencies = [ + "crossterm 0.27.0", + "strum", + "strum_macros", + "unicode-width", +] + +[[package]] +name = "compact_str" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6050c3a16ddab2e412160b31f2c871015704239bca62f72f6e5f0be631d3f644" +dependencies = [ + "castaway", + "cfg-if", + "itoa", + "rustversion", + "ryu", + "static_assertions", +] + +[[package]] +name = "concat-kdf" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d72c1252426a83be2092dd5884a5f6e3b8e7180f6891b6263d2c21b92ec8816" +dependencies = [ + "digest 0.10.7", +] + +[[package]] +name = "console" +version = "0.15.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" +dependencies = [ + "encode_unicode", + "lazy_static", + "libc", + "windows-sys 0.52.0", +] + +[[package]] +name = "const-hex" +version = "1.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0121754e84117e65f9d90648ee6aa4882a6e63110307ab73967a4c5e7e69e586" +dependencies = [ + "cfg-if", + "cpufeatures", + "hex", + "proptest", + "serde", +] + +[[package]] +name = "const-oid" +version = "0.9.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" + +[[package]] +name = "const_format" +version = "0.2.33" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50c655d81ff1114fb0dcdea9225ea9f0cc712a6f8d189378e82bdf62a473a64b" +dependencies = [ + "const_format_proc_macros", + "konst", +] + +[[package]] +name = "const_format_proc_macros" +version = "0.2.33" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eff1a44b93f47b1bac19a27932f5c591e43d1ba357ee4f61526c8a25603f0eb1" +dependencies = [ + "proc-macro2", + "quote", + "unicode-xid", +] + +[[package]] +name = "convert_case" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" +dependencies = [ + "unicode-segmentation", +] + +[[package]] +name = "core-foundation" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "core-foundation-sys" +version = "0.8.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" + +[[package]] +name = "core2" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" +dependencies = [ + "memchr", +] + +[[package]] +name = "cpufeatures" +version = "0.2.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" +dependencies = [ + "libc", +] + +[[package]] +name = "crc" +version = "3.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" +dependencies = [ + "crc-catalog", +] + +[[package]] +name = "crc-catalog" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" + +[[package]] +name = "crc32fast" +version = "1.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "crossbeam-channel" +version = "0.5.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" +dependencies = [ + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-deque" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" +dependencies = [ + "crossbeam-epoch", + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-epoch" +version = "0.9.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" +dependencies = [ + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-utils" +version = "0.8.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" + +[[package]] +name = "crossterm" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df" +dependencies = [ + "bitflags 2.6.0", + "crossterm_winapi", + "libc", + "parking_lot 0.12.3", + "winapi", +] + +[[package]] +name = "crossterm" +version = "0.28.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" +dependencies = [ + "bitflags 2.6.0", + "crossterm_winapi", + "mio 1.0.2", + "parking_lot 0.12.3", + "rustix", + "signal-hook", + "signal-hook-mio", + "winapi", +] + +[[package]] +name = "crossterm_winapi" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" +dependencies = [ + "winapi", +] + +[[package]] +name = "crunchy" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" + +[[package]] +name = "crypto-bigint" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" +dependencies = [ + "generic-array", + "rand_core", + "subtle", + "zeroize", +] + +[[package]] +name = "crypto-common" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" +dependencies = [ + "generic-array", + "rand_core", + "typenum", +] + +[[package]] +name = "crypto-mac" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" +dependencies = [ + "generic-array", + "subtle", +] + +[[package]] +name = "ctr" +version = "0.9.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" +dependencies = [ + "cipher", +] + +[[package]] +name = "curve25519-dalek" +version = "4.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" +dependencies = [ + "cfg-if", + "cpufeatures", + "curve25519-dalek-derive", + "digest 0.10.7", + "fiat-crypto", + "rustc_version 0.4.1", + "subtle", + "zeroize", +] + +[[package]] +name = "curve25519-dalek-derive" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "darling" +version = "0.20.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" +dependencies = [ + "darling_core", + "darling_macro", +] + +[[package]] +name = "darling_core" +version = "0.20.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" +dependencies = [ + "fnv", + "ident_case", + "proc-macro2", + "quote", + "strsim", + "syn 2.0.79", +] + +[[package]] +name = "darling_macro" +version = "0.20.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" +dependencies = [ + "darling_core", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "dashmap" +version = "5.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" +dependencies = [ + "cfg-if", + "hashbrown 0.14.5", + "lock_api", + "once_cell", + "parking_lot_core 0.9.10", +] + +[[package]] +name = "dashmap" +version = "6.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" +dependencies = [ + "cfg-if", + "crossbeam-utils", + "hashbrown 0.14.5", + "lock_api", + "once_cell", + "parking_lot_core 0.9.10", +] + +[[package]] +name = "data-encoding" +version = "2.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" + +[[package]] +name = "data-encoding-macro" +version = "0.1.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1559b6cba622276d6d63706db152618eeb15b89b3e4041446b05876e352e639" +dependencies = [ + "data-encoding", + "data-encoding-macro-internal", +] + +[[package]] +name = "data-encoding-macro-internal" +version = "0.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "332d754c0af53bc87c108fed664d121ecf59207ec4196041f04d6ab9002ad33f" +dependencies = [ + "data-encoding", + "syn 1.0.109", +] + +[[package]] +name = "debug-helper" +version = "0.3.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f578e8e2c440e7297e008bb5486a3a8a194775224bbc23729b0dbdfaeebf162e" + +[[package]] +name = "delay_map" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e4355c25cbf99edcb6b4a0e906f6bdc6956eda149e84455bea49696429b2f8e8" +dependencies = [ + "futures", + "tokio-util", +] + +[[package]] +name = "der" +version = "0.7.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" +dependencies = [ + "const-oid", + "zeroize", +] + +[[package]] +name = "deranged" +version = "0.3.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" +dependencies = [ + "powerfmt", + "serde", +] + +[[package]] +name = "derivative" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "derive_arbitrary" +version = "1.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "derive_more" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" +dependencies = [ + "derive_more-impl", +] + +[[package]] +name = "derive_more-impl" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" +dependencies = [ + "convert_case", + "proc-macro2", + "quote", + "syn 2.0.79", + "unicode-xid", +] + +[[package]] +name = "diff" +version = "0.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" + +[[package]] +name = "digest" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" +dependencies = [ + "generic-array", +] + +[[package]] +name = "digest" +version = "0.10.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" +dependencies = [ + "block-buffer 0.10.4", + "const-oid", + "crypto-common", + "subtle", +] + +[[package]] +name = "dirs" +version = "5.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" +dependencies = [ + "dirs-sys", +] + +[[package]] +name = "dirs-next" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" +dependencies = [ + "cfg-if", + "dirs-sys-next", +] + +[[package]] +name = "dirs-sys" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" +dependencies = [ + "libc", + "option-ext", + "redox_users", + "windows-sys 0.48.0", +] + +[[package]] +name = "dirs-sys-next" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" +dependencies = [ + "libc", + "redox_users", + "winapi", +] + +[[package]] +name = "discv5" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f569b8c367554666c8652305621e8bae3634a2ff5c6378081d5bd8c399c99f23" +dependencies = [ + "aes", + "aes-gcm", + "alloy-rlp", + "arrayvec", + "ctr", + "delay_map", + "enr", + "fnv", + "futures", + "hashlink", + "hex", + "hkdf", + "lazy_static", + "libp2p-identity", + "lru", + "more-asserts", + "multiaddr", + "parking_lot 0.11.2", + "rand", + "smallvec", + "socket2 0.4.10", + "tokio", + "tracing", + "uint", + "zeroize", +] + +[[package]] +name = "displaydoc" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "doctest-file" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aac81fa3e28d21450aa4d2ac065992ba96a1d7303efbce51a95f4fd175b67562" + +[[package]] +name = "dunce" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" + +[[package]] +name = "dyn-clone" +version = "1.0.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" + +[[package]] +name = "ecdsa" +version = "0.16.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" +dependencies = [ + "der", + "digest 0.10.7", + "elliptic-curve", + "rfc6979", + "signature", + "spki", +] + +[[package]] +name = "ed25519" +version = "2.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" +dependencies = [ + "pkcs8", + "signature", +] + +[[package]] +name = "ed25519-dalek" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" +dependencies = [ + "curve25519-dalek", + "ed25519", + "rand_core", + "serde", + "sha2 0.10.8", + "subtle", + "zeroize", +] + +[[package]] +name = "either" +version = "1.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" + +[[package]] +name = "elliptic-curve" +version = "0.13.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" +dependencies = [ + "base16ct", + "crypto-bigint", + "digest 0.10.7", + "ff", + "generic-array", + "group", + "pkcs8", + "rand_core", + "sec1", + "subtle", + "zeroize", +] + +[[package]] +name = "encode_unicode" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" + +[[package]] +name = "enr" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "972070166c68827e64bd1ebc8159dd8e32d9bc2da7ebe8f20b61308f7974ad30" +dependencies = [ + "alloy-rlp", + "base64 0.21.7", + "bytes", + "ed25519-dalek", + "hex", + "k256", + "log", + "rand", + "secp256k1", + "serde", + "sha3", + "zeroize", +] + +[[package]] +name = "enum-as-inner" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" +dependencies = [ + "heck", + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "enumn" +version = "0.1.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "equivalent" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" + +[[package]] +name = "errno" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" +dependencies = [ + "libc", + "windows-sys 0.52.0", +] + +[[package]] +name = "eyre" +version = "0.6.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" +dependencies = [ + "indenter", + "once_cell", +] + +[[package]] +name = "fast-float" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c" + +[[package]] +name = "fastrand" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" + +[[package]] +name = "fastrlp" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "139834ddba373bbdd213dffe02c8d110508dcf1726c2be27e8d1f7d7e1856418" +dependencies = [ + "arrayvec", + "auto_impl", + "bytes", +] + +[[package]] +name = "fdlimit" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e182f7dbc2ef73d9ef67351c5fbbea084729c48362d3ce9dd44c28e32e277fe5" +dependencies = [ + "libc", + "thiserror", +] + +[[package]] +name = "ff" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" +dependencies = [ + "rand_core", + "subtle", +] + +[[package]] +name = "fiat-crypto" +version = "0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" + +[[package]] +name = "filetime" +version = "0.2.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" +dependencies = [ + "cfg-if", + "libc", + "libredox", + "windows-sys 0.59.0", +] + +[[package]] +name = "fixed-hash" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" +dependencies = [ + "byteorder", + "rand", + "rustc-hex", + "static_assertions", +] + +[[package]] +name = "flate2" +version = "1.0.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" +dependencies = [ + "crc32fast", + "miniz_oxide", +] + +[[package]] +name = "fnv" +version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" + +[[package]] +name = "foldhash" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" + +[[package]] +name = "form_urlencoded" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" +dependencies = [ + "percent-encoding", +] + +[[package]] +name = "fsevent-sys" +version = "4.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" +dependencies = [ + "libc", +] + +[[package]] +name = "funty" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" + +[[package]] +name = "futures" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" +dependencies = [ + "futures-channel", + "futures-core", + "futures-executor", + "futures-io", + "futures-sink", + "futures-task", + "futures-util", +] + +[[package]] +name = "futures-channel" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" +dependencies = [ + "futures-core", + "futures-sink", +] + +[[package]] +name = "futures-core" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" + +[[package]] +name = "futures-executor" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" +dependencies = [ + "futures-core", + "futures-task", + "futures-util", +] + +[[package]] +name = "futures-io" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" + +[[package]] +name = "futures-macro" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "futures-sink" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" + +[[package]] +name = "futures-task" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" + +[[package]] +name = "futures-timer" +version = "3.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" +dependencies = [ + "gloo-timers", + "send_wrapper 0.4.0", +] + +[[package]] +name = "futures-util" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" +dependencies = [ + "futures-channel", + "futures-core", + "futures-io", + "futures-macro", + "futures-sink", + "futures-task", + "memchr", + "pin-project-lite", + "pin-utils", + "slab", +] + +[[package]] +name = "futures-utils-wasm" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42012b0f064e01aa58b545fe3727f90f7dd4020f4a3ea735b50344965f5a57e9" + +[[package]] +name = "generic-array" +version = "0.14.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" +dependencies = [ + "typenum", + "version_check", + "zeroize", +] + +[[package]] +name = "getrandom" +version = "0.2.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" +dependencies = [ + "cfg-if", + "js-sys", + "libc", + "wasi", + "wasm-bindgen", +] + +[[package]] +name = "ghash" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" +dependencies = [ + "opaque-debug", + "polyval", +] + +[[package]] +name = "gimli" +version = "0.31.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" + +[[package]] +name = "glob" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" + +[[package]] +name = "gloo-net" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580" +dependencies = [ + "futures-channel", + "futures-core", + "futures-sink", + "gloo-utils", + "http", + "js-sys", + "pin-project", + "serde", + "serde_json", + "thiserror", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", +] + +[[package]] +name = "gloo-timers" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" +dependencies = [ + "futures-channel", + "futures-core", + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "gloo-utils" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa" +dependencies = [ + "js-sys", + "serde", + "serde_json", + "wasm-bindgen", + "web-sys", +] + +[[package]] +name = "group" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" +dependencies = [ + "ff", + "rand_core", + "subtle", +] + +[[package]] +name = "h2" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" +dependencies = [ + "atomic-waker", + "bytes", + "fnv", + "futures-core", + "futures-sink", + "http", + "indexmap 2.6.0", + "slab", + "tokio", + "tokio-util", + "tracing", +] + +[[package]] +name = "hashbrown" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" + +[[package]] +name = "hashbrown" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" + +[[package]] +name = "hashbrown" +version = "0.14.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" +dependencies = [ + "ahash", + "allocator-api2", +] + +[[package]] +name = "hashbrown" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash", + "serde", +] + +[[package]] +name = "hashlink" +version = "0.8.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" +dependencies = [ + "hashbrown 0.14.5", +] + +[[package]] +name = "hdrhistogram" +version = "7.5.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d" +dependencies = [ + "byteorder", + "num-traits", +] + +[[package]] +name = "heck" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" + +[[package]] +name = "hermit-abi" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" + +[[package]] +name = "hex" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" +dependencies = [ + "serde", +] + +[[package]] +name = "hex-literal" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" + +[[package]] +name = "hkdf" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" +dependencies = [ + "hmac 0.12.1", +] + +[[package]] +name = "hmac" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840" +dependencies = [ + "crypto-mac", + "digest 0.9.0", +] + +[[package]] +name = "hmac" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" +dependencies = [ + "digest 0.10.7", +] + +[[package]] +name = "hmac-drbg" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1" +dependencies = [ + "digest 0.9.0", + "generic-array", + "hmac 0.8.1", +] + +[[package]] +name = "hostname" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" +dependencies = [ + "libc", + "match_cfg", + "winapi", +] + +[[package]] +name = "http" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +dependencies = [ + "bytes", + "fnv", + "itoa", +] + +[[package]] +name = "http-body" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" +dependencies = [ + "bytes", + "http", +] + +[[package]] +name = "http-body-util" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" +dependencies = [ + "bytes", + "futures-util", + "http", + "http-body", + "pin-project-lite", +] + +[[package]] +name = "http-range-header" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08a397c49fec283e3d6211adbe480be95aae5f304cfb923e9970e08956d5168a" + +[[package]] +name = "httparse" +version = "1.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" + +[[package]] +name = "httpdate" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" + +[[package]] +name = "human_bytes" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e" + +[[package]] +name = "humantime" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" + +[[package]] +name = "humantime-serde" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c" +dependencies = [ + "humantime", + "serde", +] + +[[package]] +name = "hyper" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" +dependencies = [ + "bytes", + "futures-channel", + "futures-util", + "h2", + "http", + "http-body", + "httparse", + "httpdate", + "itoa", + "pin-project-lite", + "smallvec", + "tokio", + "want", +] + +[[package]] +name = "hyper-rustls" +version = "0.27.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" +dependencies = [ + "futures-util", + "http", + "hyper", + "hyper-util", + "log", + "rustls", + "rustls-pki-types", + "tokio", + "tokio-rustls", + "tower-service", + "webpki-roots", +] + +[[package]] +name = "hyper-util" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b" +dependencies = [ + "bytes", + "futures-channel", + "futures-util", + "http", + "http-body", + "hyper", + "pin-project-lite", + "socket2 0.5.7", + "tokio", + "tower-service", + "tracing", +] + +[[package]] +name = "iana-time-zone" +version = "0.1.61" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" +dependencies = [ + "android_system_properties", + "core-foundation-sys", + "iana-time-zone-haiku", + "js-sys", + "wasm-bindgen", + "windows-core 0.52.0", +] + +[[package]] +name = "iana-time-zone-haiku" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" +dependencies = [ + "cc", +] + +[[package]] +name = "icu_collections" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" +dependencies = [ + "displaydoc", + "yoke", + "zerofrom", + "zerovec", +] + +[[package]] +name = "icu_locid" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" +dependencies = [ + "displaydoc", + "litemap", + "tinystr", + "writeable", + "zerovec", +] + +[[package]] +name = "icu_locid_transform" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" +dependencies = [ + "displaydoc", + "icu_locid", + "icu_locid_transform_data", + "icu_provider", + "tinystr", + "zerovec", +] + +[[package]] +name = "icu_locid_transform_data" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" + +[[package]] +name = "icu_normalizer" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" +dependencies = [ + "displaydoc", + "icu_collections", + "icu_normalizer_data", + "icu_properties", + "icu_provider", + "smallvec", + "utf16_iter", + "utf8_iter", + "write16", + "zerovec", +] + +[[package]] +name = "icu_normalizer_data" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" + +[[package]] +name = "icu_properties" +version = "1.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" +dependencies = [ + "displaydoc", + "icu_collections", + "icu_locid_transform", + "icu_properties_data", + "icu_provider", + "tinystr", + "zerovec", +] + +[[package]] +name = "icu_properties_data" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" + +[[package]] +name = "icu_provider" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" +dependencies = [ + "displaydoc", + "icu_locid", + "icu_provider_macros", + "stable_deref_trait", + "tinystr", + "writeable", + "yoke", + "zerofrom", + "zerovec", +] + +[[package]] +name = "icu_provider_macros" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "ident_case" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" + +[[package]] +name = "idna" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" +dependencies = [ + "unicode-bidi", + "unicode-normalization", +] + +[[package]] +name = "idna" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" +dependencies = [ + "unicode-bidi", + "unicode-normalization", +] + +[[package]] +name = "if-addrs" +version = "0.13.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a78a89907582615b19f6f0da1af18abf6ff08be259395669b834b057a7ee92d8" +dependencies = [ + "libc", + "windows-sys 0.52.0", +] + +[[package]] +name = "impl-codec" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f" +dependencies = [ + "parity-scale-codec", +] + +[[package]] +name = "impl-trait-for-tuples" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "include_dir" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" +dependencies = [ + "include_dir_macros", +] + +[[package]] +name = "include_dir_macros" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" +dependencies = [ + "proc-macro2", + "quote", +] + +[[package]] +name = "indenter" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" + +[[package]] +name = "indexmap" +version = "1.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" +dependencies = [ + "autocfg", + "hashbrown 0.12.3", + "serde", +] + +[[package]] +name = "indexmap" +version = "2.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" +dependencies = [ + "arbitrary", + "equivalent", + "hashbrown 0.15.0", + "serde", +] + +[[package]] +name = "inotify" +version = "0.9.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" +dependencies = [ + "bitflags 1.3.2", + "inotify-sys", + "libc", +] + +[[package]] +name = "inotify-sys" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" +dependencies = [ + "libc", +] + +[[package]] +name = "inout" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" +dependencies = [ + "block-padding", + "generic-array", +] + +[[package]] +name = "instability" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b23a0c8dfe501baac4adf6ebbfa6eddf8f0c07f56b058cc1288017e32397846c" +dependencies = [ + "quote", + "syn 2.0.79", +] + +[[package]] +name = "instant" +version = "0.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "interprocess" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2f4e4a06d42fab3e85ab1b419ad32b09eab58b901d40c57935ff92db3287a13" +dependencies = [ + "doctest-file", + "futures-core", + "libc", + "recvmsg", + "tokio", + "widestring", + "windows-sys 0.52.0", +] + +[[package]] +name = "intrusive-collections" +version = "0.9.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "189d0897e4cbe8c75efedf3502c18c887b05046e59d28404d4d8e46cbc4d1e86" +dependencies = [ + "memoffset", +] + +[[package]] +name = "ipconfig" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" +dependencies = [ + "socket2 0.5.7", + "widestring", + "windows-sys 0.48.0", + "winreg", +] + +[[package]] +name = "ipnet" +version = "2.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" + +[[package]] +name = "iri-string" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44bd7eced44cfe2cebc674adb2a7124a754a4b5269288d22e9f39f8fada3562d" +dependencies = [ + "memchr", + "serde", +] + +[[package]] +name = "is_terminal_polyfill" +version = "1.70.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" + +[[package]] +name = "itertools" +version = "0.10.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" +dependencies = [ + "either", +] + +[[package]] +name = "itertools" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +dependencies = [ + "either", +] + +[[package]] +name = "itoa" +version = "1.0.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" + +[[package]] +name = "jni" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec" +dependencies = [ + "cesu8", + "combine", + "jni-sys", + "log", + "thiserror", + "walkdir", +] + +[[package]] +name = "jni-sys" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" + +[[package]] +name = "jobserver" +version = "0.1.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" +dependencies = [ + "libc", +] + +[[package]] +name = "js-sys" +version = "0.3.70" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" +dependencies = [ + "wasm-bindgen", +] + +[[package]] +name = "jsonrpsee" +version = "0.24.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02f01f48e04e0d7da72280ab787c9943695699c9b32b99158ece105e8ad0afea" +dependencies = [ + "jsonrpsee-client-transport", + "jsonrpsee-core", + "jsonrpsee-http-client", + "jsonrpsee-proc-macros", + "jsonrpsee-server", + "jsonrpsee-types", + "jsonrpsee-wasm-client", + "jsonrpsee-ws-client", + "tokio", + "tracing", +] + +[[package]] +name = "jsonrpsee-client-transport" +version = "0.24.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d80eccbd47a7b9f1e67663fd846928e941cb49c65236e297dd11c9ea3c5e3387" +dependencies = [ + "base64 0.22.1", + "futures-channel", + "futures-util", + "gloo-net", + "http", + "jsonrpsee-core", + "pin-project", + "rustls", + "rustls-pki-types", + "rustls-platform-verifier", + "soketto", + "thiserror", + "tokio", + "tokio-rustls", + "tokio-util", + "tracing", + "url", +] + +[[package]] +name = "jsonrpsee-core" +version = "0.24.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c2709a32915d816a6e8f625bf72cf74523ebe5d8829f895d6b041b1d3137818" +dependencies = [ + "async-trait", + "bytes", + "futures-timer", + "futures-util", + "http", + "http-body", + "http-body-util", + "jsonrpsee-types", + "parking_lot 0.12.3", + "pin-project", + "rand", + "rustc-hash 2.0.0", + "serde", + "serde_json", + "thiserror", + "tokio", + "tokio-stream", + "tracing", + "wasm-bindgen-futures", +] + +[[package]] +name = "jsonrpsee-http-client" +version = "0.24.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc54db939002b030e794fbfc9d5a925aa2854889c5a2f0352b0bffa54681707e" +dependencies = [ + "async-trait", + "base64 0.22.1", + "http-body", + "hyper", + "hyper-rustls", + "hyper-util", + "jsonrpsee-core", + "jsonrpsee-types", + "rustls", + "rustls-platform-verifier", + "serde", + "serde_json", + "thiserror", + "tokio", + "tower 0.4.13", + "tracing", + "url", +] + +[[package]] +name = "jsonrpsee-proc-macros" +version = "0.24.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a9a4b2eaba8cc928f49c4ccf4fcfa65b690a73997682da99ed08f3393b51f07" +dependencies = [ + "heck", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "jsonrpsee-server" +version = "0.24.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e30110d0f2d7866c8cc6c86483bdab2eb9f4d2f0e20db55518b2bca84651ba8e" +dependencies = [ + "futures-util", + "http", + "http-body", + "http-body-util", + "hyper", + "hyper-util", + "jsonrpsee-core", + "jsonrpsee-types", + "pin-project", + "route-recognizer", + "serde", + "serde_json", + "soketto", + "thiserror", + "tokio", + "tokio-stream", + "tokio-util", + "tower 0.4.13", + "tracing", +] + +[[package]] +name = "jsonrpsee-types" +version = "0.24.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ca331cd7b3fe95b33432825c2d4c9f5a43963e207fdc01ae67f9fd80ab0930f" +dependencies = [ + "http", + "serde", + "serde_json", + "thiserror", +] + +[[package]] +name = "jsonrpsee-wasm-client" +version = "0.24.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c603d97578071dc44d79d3cfaf0775437638fd5adc33c6b622dfe4fa2ec812d" +dependencies = [ + "jsonrpsee-client-transport", + "jsonrpsee-core", + "jsonrpsee-types", +] + +[[package]] +name = "jsonrpsee-ws-client" +version = "0.24.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "755ca3da1c67671f1fae01cd1a47f41dfb2233a8f19a643e587ab0a663942044" +dependencies = [ + "http", + "jsonrpsee-client-transport", + "jsonrpsee-core", + "jsonrpsee-types", + "url", +] + +[[package]] +name = "jsonwebtoken" +version = "9.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f" +dependencies = [ + "base64 0.21.7", + "js-sys", + "pem", + "ring", + "serde", + "serde_json", + "simple_asn1", +] + +[[package]] +name = "k256" +version = "0.13.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" +dependencies = [ + "cfg-if", + "ecdsa", + "elliptic-curve", + "once_cell", + "sha2 0.10.8", + "signature", +] + +[[package]] +name = "keccak" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" +dependencies = [ + "cpufeatures", +] + +[[package]] +name = "keccak-asm" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "505d1856a39b200489082f90d897c3f07c455563880bc5952e38eabf731c83b6" +dependencies = [ + "digest 0.10.7", + "sha3-asm", +] + +[[package]] +name = "konst" +version = "0.2.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "330f0e13e6483b8c34885f7e6c9f19b1a7bd449c673fbb948a51c99d66ef74f4" +dependencies = [ + "konst_macro_rules", +] + +[[package]] +name = "konst_macro_rules" +version = "0.2.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4933f3f57a8e9d9da04db23fb153356ecaf00cbd14aee46279c33dc80925c37" + +[[package]] +name = "kqueue" +version = "1.0.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c" +dependencies = [ + "kqueue-sys", + "libc", +] + +[[package]] +name = "kqueue-sys" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" +dependencies = [ + "bitflags 1.3.2", + "libc", +] + +[[package]] +name = "lazy_static" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" +dependencies = [ + "spin", +] + +[[package]] +name = "libc" +version = "0.2.159" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5" + +[[package]] +name = "libloading" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" +dependencies = [ + "cfg-if", + "windows-targets 0.52.6", +] + +[[package]] +name = "libm" +version = "0.2.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" + +[[package]] +name = "libp2p-identity" +version = "0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "55cca1eb2bc1fd29f099f3daaab7effd01e1a54b7c577d0ed082521034d912e8" +dependencies = [ + "asn1_der", + "bs58", + "ed25519-dalek", + "hkdf", + "libsecp256k1", + "multihash", + "quick-protobuf", + "sha2 0.10.8", + "thiserror", + "tracing", + "zeroize", +] + +[[package]] +name = "libproc" +version = "0.14.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e78a09b56be5adbcad5aa1197371688dc6bb249a26da3bca2011ee2fb987ebfb" +dependencies = [ + "bindgen", + "errno", + "libc", +] + +[[package]] +name = "libredox" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" +dependencies = [ + "bitflags 2.6.0", + "libc", + "redox_syscall 0.5.7", +] + +[[package]] +name = "libsecp256k1" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1" +dependencies = [ + "arrayref", + "base64 0.13.1", + "digest 0.9.0", + "hmac-drbg", + "libsecp256k1-core", + "libsecp256k1-gen-ecmult", + "libsecp256k1-gen-genmult", + "rand", + "serde", + "sha2 0.9.9", + "typenum", +] + +[[package]] +name = "libsecp256k1-core" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451" +dependencies = [ + "crunchy", + "digest 0.9.0", + "subtle", +] + +[[package]] +name = "libsecp256k1-gen-ecmult" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809" +dependencies = [ + "libsecp256k1-core", +] + +[[package]] +name = "libsecp256k1-gen-genmult" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c" +dependencies = [ + "libsecp256k1-core", +] + +[[package]] +name = "linked-hash-map" +version = "0.5.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" + +[[package]] +name = "linked_hash_set" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588" +dependencies = [ + "linked-hash-map", +] + +[[package]] +name = "linux-raw-sys" +version = "0.4.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" + +[[package]] +name = "litemap" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" + +[[package]] +name = "lock_api" +version = "0.4.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" +dependencies = [ + "autocfg", + "scopeguard", +] + +[[package]] +name = "log" +version = "0.4.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" + +[[package]] +name = "lru" +version = "0.12.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" +dependencies = [ + "hashbrown 0.15.0", +] + +[[package]] +name = "lru-cache" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" +dependencies = [ + "linked-hash-map", +] + +[[package]] +name = "lz4_flex" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" + +[[package]] +name = "mach2" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709" +dependencies = [ + "libc", +] + +[[package]] +name = "match_cfg" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" + +[[package]] +name = "matchers" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" +dependencies = [ + "regex-automata 0.1.10", +] + +[[package]] +name = "memchr" +version = "2.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" + +[[package]] +name = "memmap2" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" +dependencies = [ + "libc", +] + +[[package]] +name = "memoffset" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" +dependencies = [ + "autocfg", +] + +[[package]] +name = "metrics" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "884adb57038347dfbaf2d5065887b6cf4312330dc8e94bc30a1a839bd79d3261" +dependencies = [ + "ahash", + "portable-atomic", +] + +[[package]] +name = "metrics-derive" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f3dbdd96ed57d565ec744cba02862d707acf373c5772d152abae6ec5c4e24f6c" +dependencies = [ + "proc-macro2", + "quote", + "regex", + "syn 2.0.79", +] + +[[package]] +name = "metrics-exporter-prometheus" +version = "0.15.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4f0c8427b39666bf970460908b213ec09b3b350f20c0c2eabcbba51704a08e6" +dependencies = [ + "base64 0.22.1", + "indexmap 2.6.0", + "metrics", + "metrics-util", + "quanta", + "thiserror", +] + +[[package]] +name = "metrics-process" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb524e5438255eaa8aa74214d5a62713b77b2c3c6e3c0bbeee65cfd9a58948ba" +dependencies = [ + "libproc", + "mach2", + "metrics", + "once_cell", + "procfs", + "rlimit", + "windows", +] + +[[package]] +name = "metrics-util" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4259040465c955f9f2f1a4a8a16dc46726169bca0f88e8fb2dbeced487c3e828" +dependencies = [ + "crossbeam-epoch", + "crossbeam-utils", + "hashbrown 0.14.5", + "metrics", + "num_cpus", + "quanta", + "sketches-ddsketch", +] + +[[package]] +name = "mime" +version = "0.3.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" + +[[package]] +name = "mime_guess" +version = "2.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" +dependencies = [ + "mime", + "unicase", +] + +[[package]] +name = "minimal-lexical" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" + +[[package]] +name = "miniz_oxide" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" +dependencies = [ + "adler2", +] + +[[package]] +name = "mio" +version = "0.8.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" +dependencies = [ + "libc", + "log", + "wasi", + "windows-sys 0.48.0", +] + +[[package]] +name = "mio" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" +dependencies = [ + "hermit-abi", + "libc", + "log", + "wasi", + "windows-sys 0.52.0", +] + +[[package]] +name = "modular-bitfield" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a53d79ba8304ac1c4f9eb3b9d281f21f7be9d4626f72ce7df4ad8fbde4f38a74" +dependencies = [ + "modular-bitfield-impl", + "static_assertions", +] + +[[package]] +name = "modular-bitfield-impl" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a7d5f7076603ebc68de2dc6a650ec331a062a13abaa346975be747bbfa4b789" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "more-asserts" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fafa6961cabd9c63bcd77a45d7e3b7f3b552b70417831fb0f56db717e72407e" + +[[package]] +name = "multiaddr" +version = "0.18.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe6351f60b488e04c1d21bc69e56b89cb3f5e8f5d22557d6e8031bdfd79b6961" +dependencies = [ + "arrayref", + "byteorder", + "data-encoding", + "libp2p-identity", + "multibase", + "multihash", + "percent-encoding", + "serde", + "static_assertions", + "unsigned-varint 0.8.0", + "url", +] + +[[package]] +name = "multibase" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" +dependencies = [ + "base-x", + "data-encoding", + "data-encoding-macro", +] + +[[package]] +name = "multihash" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "076d548d76a0e2a0d4ab471d0b1c36c577786dfc4471242035d97a12a735c492" +dependencies = [ + "core2", + "unsigned-varint 0.7.2", +] + +[[package]] +name = "my-exex" +version = "0.1.0" +dependencies = [ + "eyre", + "futures-util", + "reth", + "reth-exex", + "reth-node-ethereum", + "reth-tracing", +] + +[[package]] +name = "nom" +version = "7.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" +dependencies = [ + "memchr", + "minimal-lexical", +] + +[[package]] +name = "notify" +version = "6.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" +dependencies = [ + "bitflags 2.6.0", + "filetime", + "fsevent-sys", + "inotify", + "kqueue", + "libc", + "log", + "mio 0.8.11", + "walkdir", + "windows-sys 0.48.0", +] + +[[package]] +name = "ntapi" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" +dependencies = [ + "winapi", +] + +[[package]] +name = "nu-ansi-term" +version = "0.46.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" +dependencies = [ + "overload", + "winapi", +] + +[[package]] +name = "num" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" +dependencies = [ + "num-bigint", + "num-complex", + "num-integer", + "num-iter", + "num-rational", + "num-traits", +] + +[[package]] +name = "num-bigint" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" +dependencies = [ + "num-integer", + "num-traits", + "serde", +] + +[[package]] +name = "num-complex" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" +dependencies = [ + "num-traits", +] + +[[package]] +name = "num-conv" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" + +[[package]] +name = "num-integer" +version = "0.1.46" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" +dependencies = [ + "num-traits", +] + +[[package]] +name = "num-iter" +version = "0.1.45" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" +dependencies = [ + "autocfg", + "num-integer", + "num-traits", +] + +[[package]] +name = "num-rational" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" +dependencies = [ + "num-bigint", + "num-integer", + "num-traits", +] + +[[package]] +name = "num-traits" +version = "0.2.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" +dependencies = [ + "autocfg", + "libm", +] + +[[package]] +name = "num_cpus" +version = "1.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" +dependencies = [ + "hermit-abi", + "libc", +] + +[[package]] +name = "num_enum" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" +dependencies = [ + "num_enum_derive", +] + +[[package]] +name = "num_enum_derive" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" +dependencies = [ + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "num_threads" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" +dependencies = [ + "libc", +] + +[[package]] +name = "nybbles" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95f06be0417d97f81fe4e5c86d7d01b392655a9cac9c19a848aa033e18937b23" +dependencies = [ + "alloy-rlp", + "const-hex", + "proptest", + "serde", + "smallvec", +] + +[[package]] +name = "object" +version = "0.36.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" +dependencies = [ + "memchr", +] + +[[package]] +name = "once_cell" +version = "1.20.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" + +[[package]] +name = "op-alloy-consensus" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c4f7f318f885db6e1455370ca91f74b7faed152c8142f6418f0936d606e582ff" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-serde", + "arbitrary", + "derive_more", + "serde", + "serde_with", + "spin", +] + +[[package]] +name = "op-alloy-genesis" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8215c87b74d2fbbaff0fd2887868a8341df33a3c495ee01f813e5ddd5be9c46" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-sol-types", + "serde", + "serde_repr", +] + +[[package]] +name = "op-alloy-protocol" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa5c397fbe35e07f9c95a571440ca2e90df754e198496d82ff4127de00b89dd9" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-serde", + "derive_more", + "op-alloy-consensus", + "op-alloy-genesis", + "serde", +] + +[[package]] +name = "op-alloy-rpc-types-engine" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5041122e20b76644cc690bba688671eecdc4626e6384a76eb740535d6ddcef14" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types-engine", + "alloy-serde", + "derive_more", + "op-alloy-protocol", + "serde", +] + +[[package]] +name = "opaque-debug" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" + +[[package]] +name = "openssl-probe" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" + +[[package]] +name = "option-ext" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" + +[[package]] +name = "overload" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" + +[[package]] +name = "page_size" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da" +dependencies = [ + "libc", + "winapi", +] + +[[package]] +name = "parity-scale-codec" +version = "3.6.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" +dependencies = [ + "arrayvec", + "bitvec", + "byte-slice-cast", + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec-derive", + "serde", +] + +[[package]] +name = "parity-scale-codec-derive" +version = "3.6.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" +dependencies = [ + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "parking_lot" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" +dependencies = [ + "instant", + "lock_api", + "parking_lot_core 0.8.6", +] + +[[package]] +name = "parking_lot" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" +dependencies = [ + "lock_api", + "parking_lot_core 0.9.10", +] + +[[package]] +name = "parking_lot_core" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" +dependencies = [ + "cfg-if", + "instant", + "libc", + "redox_syscall 0.2.16", + "smallvec", + "winapi", +] + +[[package]] +name = "parking_lot_core" +version = "0.9.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" +dependencies = [ + "cfg-if", + "libc", + "redox_syscall 0.5.7", + "smallvec", + "windows-targets 0.52.6", +] + +[[package]] +name = "paste" +version = "1.0.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" + +[[package]] +name = "pem" +version = "3.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" +dependencies = [ + "base64 0.22.1", + "serde", +] + +[[package]] +name = "percent-encoding" +version = "2.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" + +[[package]] +name = "pest" +version = "2.7.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fdbef9d1d47087a895abd220ed25eb4ad973a5e26f6a4367b038c25e28dfc2d9" +dependencies = [ + "memchr", + "thiserror", + "ucd-trie", +] + +[[package]] +name = "pharos" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414" +dependencies = [ + "futures", + "rustc_version 0.4.1", +] + +[[package]] +name = "phf" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" +dependencies = [ + "phf_macros", + "phf_shared", +] + +[[package]] +name = "phf_generator" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" +dependencies = [ + "phf_shared", + "rand", +] + +[[package]] +name = "phf_macros" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" +dependencies = [ + "phf_generator", + "phf_shared", + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "phf_shared" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" +dependencies = [ + "siphasher", +] + +[[package]] +name = "pin-project" +version = "1.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baf123a161dde1e524adf36f90bc5d8d3462824a9c43553ad07a8183161189ec" +dependencies = [ + "pin-project-internal", +] + +[[package]] +name = "pin-project-internal" +version = "1.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4502d8515ca9f32f1fb543d987f63d95a14934883db45bdb48060b6b69257f8" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "pin-project-lite" +version = "0.2.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" + +[[package]] +name = "pin-utils" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" + +[[package]] +name = "pkcs8" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" +dependencies = [ + "der", + "spki", +] + +[[package]] +name = "pkg-config" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" + +[[package]] +name = "pollster" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" + +[[package]] +name = "polyval" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" +dependencies = [ + "cfg-if", + "cpufeatures", + "opaque-debug", + "universal-hash", +] + +[[package]] +name = "portable-atomic" +version = "1.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" + +[[package]] +name = "powerfmt" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" + +[[package]] +name = "ppv-lite86" +version = "0.2.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" +dependencies = [ + "zerocopy", +] + +[[package]] +name = "pretty_assertions" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" +dependencies = [ + "diff", + "yansi", +] + +[[package]] +name = "primitive-types" +version = "0.12.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" +dependencies = [ + "fixed-hash", + "impl-codec", + "uint", +] + +[[package]] +name = "proc-macro-crate" +version = "3.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" +dependencies = [ + "toml_edit", +] + +[[package]] +name = "proc-macro-error" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" +dependencies = [ + "proc-macro-error-attr", + "proc-macro2", + "quote", + "syn 1.0.109", + "version_check", +] + +[[package]] +name = "proc-macro-error-attr" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" +dependencies = [ + "proc-macro2", + "quote", + "version_check", +] + +[[package]] +name = "proc-macro-error-attr2" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" +dependencies = [ + "proc-macro2", + "quote", +] + +[[package]] +name = "proc-macro-error2" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" +dependencies = [ + "proc-macro-error-attr2", + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "proc-macro2" +version = "1.0.87" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "procfs" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4" +dependencies = [ + "bitflags 2.6.0", + "chrono", + "flate2", + "hex", + "lazy_static", + "procfs-core", + "rustix", +] + +[[package]] +name = "procfs-core" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29" +dependencies = [ + "bitflags 2.6.0", + "chrono", + "hex", +] + +[[package]] +name = "proptest" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d" +dependencies = [ + "bit-set", + "bit-vec", + "bitflags 2.6.0", + "lazy_static", + "num-traits", + "rand", + "rand_chacha", + "rand_xorshift", + "regex-syntax 0.8.5", + "rusty-fork", + "tempfile", + "unarray", +] + +[[package]] +name = "proptest-derive" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ff7ff745a347b87471d859a377a9a404361e7efc2a971d73424a6d183c0fc77" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "quanta" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5" +dependencies = [ + "crossbeam-utils", + "libc", + "once_cell", + "raw-cpuid", + "wasi", + "web-sys", + "winapi", +] + +[[package]] +name = "quick-error" +version = "1.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" + +[[package]] +name = "quick-protobuf" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f" +dependencies = [ + "byteorder", +] + +[[package]] +name = "quinn" +version = "0.11.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684" +dependencies = [ + "bytes", + "pin-project-lite", + "quinn-proto", + "quinn-udp", + "rustc-hash 2.0.0", + "rustls", + "socket2 0.5.7", + "thiserror", + "tokio", + "tracing", +] + +[[package]] +name = "quinn-proto" +version = "0.11.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6" +dependencies = [ + "bytes", + "rand", + "ring", + "rustc-hash 2.0.0", + "rustls", + "slab", + "thiserror", + "tinyvec", + "tracing", +] + +[[package]] +name = "quinn-udp" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b" +dependencies = [ + "libc", + "once_cell", + "socket2 0.5.7", + "tracing", + "windows-sys 0.59.0", +] + +[[package]] +name = "quote" +version = "1.0.37" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" +dependencies = [ + "proc-macro2", +] + +[[package]] +name = "radium" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" + +[[package]] +name = "rand" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +dependencies = [ + "libc", + "rand_chacha", + "rand_core", + "serde", +] + +[[package]] +name = "rand_chacha" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" +dependencies = [ + "ppv-lite86", + "rand_core", +] + +[[package]] +name = "rand_core" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" +dependencies = [ + "getrandom", +] + +[[package]] +name = "rand_xorshift" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" +dependencies = [ + "rand_core", +] + +[[package]] +name = "ratatui" +version = "0.28.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fdef7f9be5c0122f890d58bdf4d964349ba6a6161f705907526d891efabba57d" +dependencies = [ + "bitflags 2.6.0", + "cassowary", + "compact_str", + "crossterm 0.28.1", + "instability", + "itertools 0.13.0", + "lru", + "paste", + "strum", + "strum_macros", + "unicode-segmentation", + "unicode-truncate", + "unicode-width", +] + +[[package]] +name = "raw-cpuid" +version = "11.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ab240315c661615f2ee9f0f2cd32d5a7343a84d5ebcccb99d46e6637565e7b0" +dependencies = [ + "bitflags 2.6.0", +] + +[[package]] +name = "rayon" +version = "1.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" +dependencies = [ + "either", + "rayon-core", +] + +[[package]] +name = "rayon-core" +version = "1.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" +dependencies = [ + "crossbeam-deque", + "crossbeam-utils", +] + +[[package]] +name = "recvmsg" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3edd4d5d42c92f0a659926464d4cce56b562761267ecf0f469d85b7de384175" + +[[package]] +name = "redox_syscall" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" +dependencies = [ + "bitflags 1.3.2", +] + +[[package]] +name = "redox_syscall" +version = "0.5.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" +dependencies = [ + "bitflags 2.6.0", +] + +[[package]] +name = "redox_users" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" +dependencies = [ + "getrandom", + "libredox", + "thiserror", +] + +[[package]] +name = "regex" +version = "1.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8" +dependencies = [ + "aho-corasick", + "memchr", + "regex-automata 0.4.8", + "regex-syntax 0.8.5", +] + +[[package]] +name = "regex-automata" +version = "0.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" +dependencies = [ + "regex-syntax 0.6.29", +] + +[[package]] +name = "regex-automata" +version = "0.4.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3" +dependencies = [ + "aho-corasick", + "memchr", + "regex-syntax 0.8.5", +] + +[[package]] +name = "regex-syntax" +version = "0.6.29" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" + +[[package]] +name = "regex-syntax" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" + +[[package]] +name = "regress" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1541daf4e4ed43a0922b7969bdc2170178bcacc5dabf7e39bc508a9fa3953a7a" +dependencies = [ + "hashbrown 0.14.5", + "memchr", +] + +[[package]] +name = "reqwest" +version = "0.12.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b" +dependencies = [ + "base64 0.22.1", + "bytes", + "futures-core", + "futures-util", + "http", + "http-body", + "http-body-util", + "hyper", + "hyper-rustls", + "hyper-util", + "ipnet", + "js-sys", + "log", + "mime", + "once_cell", + "percent-encoding", + "pin-project-lite", + "quinn", + "rustls", + "rustls-pemfile", + "rustls-pki-types", + "serde", + "serde_json", + "serde_urlencoded", + "sync_wrapper 1.0.1", + "tokio", + "tokio-rustls", + "tower-service", + "url", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", + "webpki-roots", + "windows-registry", +] + +[[package]] +name = "resolv-conf" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" +dependencies = [ + "hostname", + "quick-error", +] + +[[package]] +name = "reth" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types", + "aquamarine", + "backon", + "clap", + "eyre", + "futures", + "reth-basic-payload-builder", + "reth-beacon-consensus", + "reth-blockchain-tree", + "reth-chainspec", + "reth-cli", + "reth-cli-commands", + "reth-cli-runner", + "reth-cli-util", + "reth-config", + "reth-consensus", + "reth-consensus-common", + "reth-db", + "reth-db-api", + "reth-downloaders", + "reth-engine-util", + "reth-errors", + "reth-ethereum-cli", + "reth-ethereum-payload-builder", + "reth-evm", + "reth-execution-types", + "reth-exex", + "reth-fs-util", + "reth-network", + "reth-network-api", + "reth-network-p2p", + "reth-node-api", + "reth-node-builder", + "reth-node-core", + "reth-node-ethereum", + "reth-node-events", + "reth-node-metrics", + "reth-payload-builder", + "reth-payload-primitives", + "reth-payload-validator", + "reth-primitives", + "reth-provider", + "reth-prune", + "reth-revm", + "reth-rpc", + "reth-rpc-api", + "reth-rpc-builder", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-rpc-types-compat", + "reth-stages", + "reth-static-file", + "reth-tasks", + "reth-tracing", + "reth-transaction-pool", + "reth-trie", + "reth-trie-db", + "serde_json", + "similar-asserts", + "tokio", + "tracing", +] + +[[package]] +name = "reth-auto-seal-consensus" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types-engine", + "futures-util", + "reth-beacon-consensus", + "reth-chainspec", + "reth-consensus", + "reth-engine-primitives", + "reth-evm", + "reth-execution-errors", + "reth-execution-types", + "reth-network-p2p", + "reth-network-peers", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-stages-api", + "reth-tokio-util", + "reth-transaction-pool", + "reth-trie", + "revm-primitives", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-basic-payload-builder" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "futures-core", + "futures-util", + "metrics", + "reth-chainspec", + "reth-metrics", + "reth-payload-builder", + "reth-payload-primitives", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-tasks", + "reth-transaction-pool", + "revm", + "tokio", + "tracing", +] + +[[package]] +name = "reth-beacon-consensus" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types-engine", + "futures", + "itertools 0.13.0", + "metrics", + "reth-blockchain-tree-api", + "reth-engine-primitives", + "reth-errors", + "reth-ethereum-consensus", + "reth-metrics", + "reth-network-p2p", + "reth-node-types", + "reth-payload-builder", + "reth-payload-primitives", + "reth-payload-validator", + "reth-primitives", + "reth-provider", + "reth-prune", + "reth-stages-api", + "reth-static-file", + "reth-tasks", + "reth-tokio-util", + "schnellru", + "thiserror", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-blockchain-tree" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "aquamarine", + "linked_hash_set", + "metrics", + "parking_lot 0.12.3", + "reth-blockchain-tree-api", + "reth-consensus", + "reth-db", + "reth-db-api", + "reth-evm", + "reth-execution-errors", + "reth-execution-types", + "reth-metrics", + "reth-network", + "reth-node-types", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-stages-api", + "reth-storage-errors", + "reth-trie", + "reth-trie-db", + "reth-trie-parallel", + "tokio", + "tracing", +] + +[[package]] +name = "reth-blockchain-tree-api" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "reth-consensus", + "reth-execution-errors", + "reth-primitives", + "reth-storage-errors", + "thiserror", +] + +[[package]] +name = "reth-chain-state" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "auto_impl", + "derive_more", + "metrics", + "parking_lot 0.12.3", + "pin-project", + "reth-chainspec", + "reth-errors", + "reth-execution-types", + "reth-metrics", + "reth-primitives", + "reth-storage-api", + "reth-trie", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-chainspec" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-chains", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "auto_impl", + "derive_more", + "once_cell", + "reth-ethereum-forks", + "reth-network-peers", + "reth-primitives-traits", + "reth-trie-common", + "serde_json", +] + +[[package]] +name = "reth-cli" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-genesis", + "clap", + "eyre", + "reth-cli-runner", + "serde_json", + "shellexpand", +] + +[[package]] +name = "reth-cli-commands" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "ahash", + "alloy-eips", + "alloy-primitives", + "backon", + "clap", + "comfy-table", + "crossterm 0.28.1", + "eyre", + "fdlimit", + "futures", + "human_bytes", + "itertools 0.13.0", + "ratatui", + "reth-beacon-consensus", + "reth-chainspec", + "reth-cli", + "reth-cli-runner", + "reth-cli-util", + "reth-config", + "reth-consensus", + "reth-db", + "reth-db-api", + "reth-db-common", + "reth-downloaders", + "reth-ecies", + "reth-eth-wire", + "reth-ethereum-cli", + "reth-evm", + "reth-exex", + "reth-fs-util", + "reth-network", + "reth-network-p2p", + "reth-network-peers", + "reth-node-builder", + "reth-node-core", + "reth-node-events", + "reth-node-metrics", + "reth-primitives", + "reth-provider", + "reth-prune", + "reth-stages", + "reth-static-file", + "reth-static-file-types", + "reth-trie", + "reth-trie-db", + "secp256k1", + "serde", + "serde_json", + "tokio", + "toml", + "tracing", +] + +[[package]] +name = "reth-cli-runner" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "reth-tasks", + "tokio", + "tracing", +] + +[[package]] +name = "reth-cli-util" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "cfg-if", + "eyre", + "libc", + "rand", + "reth-fs-util", + "secp256k1", + "thiserror", + "tikv-jemallocator", +] + +[[package]] +name = "reth-codecs" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "bytes", + "modular-bitfield", + "reth-codecs-derive", +] + +[[package]] +name = "reth-codecs-derive" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "convert_case", + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "reth-config" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "eyre", + "humantime-serde", + "reth-network-types", + "reth-prune-types", + "reth-stages-types", + "serde", + "toml", +] + +[[package]] +name = "reth-consensus" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "auto_impl", + "derive_more", + "reth-primitives", +] + +[[package]] +name = "reth-consensus-common" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "reth-chainspec", + "reth-consensus", + "reth-primitives", + "revm-primitives", +] + +[[package]] +name = "reth-consensus-debug-client" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-provider", + "alloy-rpc-types", + "alloy-rpc-types-engine", + "auto_impl", + "eyre", + "futures", + "reqwest", + "reth-node-api", + "reth-rpc-api", + "reth-rpc-builder", + "reth-tracing", + "ringbuffer", + "serde", + "tokio", +] + +[[package]] +name = "reth-db" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "bytes", + "derive_more", + "eyre", + "metrics", + "page_size", + "paste", + "reth-db-api", + "reth-fs-util", + "reth-libmdbx", + "reth-metrics", + "reth-nippy-jar", + "reth-primitives", + "reth-primitives-traits", + "reth-prune-types", + "reth-stages-types", + "reth-storage-errors", + "reth-tracing", + "reth-trie-common", + "rustc-hash 2.0.0", + "serde", + "strum", + "sysinfo", + "thiserror", +] + +[[package]] +name = "reth-db-api" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-genesis", + "alloy-primitives", + "bytes", + "derive_more", + "metrics", + "modular-bitfield", + "parity-scale-codec", + "reth-codecs", + "reth-db-models", + "reth-primitives", + "reth-primitives-traits", + "reth-prune-types", + "reth-stages-types", + "reth-storage-errors", + "reth-trie-common", + "serde", +] + +[[package]] +name = "reth-db-common" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-genesis", + "alloy-primitives", + "boyer-moore-magiclen", + "eyre", + "reth-chainspec", + "reth-codecs", + "reth-config", + "reth-db", + "reth-db-api", + "reth-etl", + "reth-fs-util", + "reth-node-types", + "reth-primitives", + "reth-provider", + "reth-stages-types", + "reth-trie", + "reth-trie-db", + "serde", + "serde_json", + "thiserror", + "tracing", +] + +[[package]] +name = "reth-db-models" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "bytes", + "modular-bitfield", + "reth-codecs", + "reth-primitives", + "serde", +] + +[[package]] +name = "reth-discv4" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "discv5", + "enr", + "generic-array", + "parking_lot 0.12.3", + "reth-ethereum-forks", + "reth-net-banlist", + "reth-net-nat", + "reth-network-peers", + "schnellru", + "secp256k1", + "serde", + "thiserror", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-discv5" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "derive_more", + "discv5", + "enr", + "futures", + "itertools 0.13.0", + "metrics", + "rand", + "reth-chainspec", + "reth-ethereum-forks", + "reth-metrics", + "reth-network-peers", + "secp256k1", + "thiserror", + "tokio", + "tracing", +] + +[[package]] +name = "reth-dns-discovery" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "data-encoding", + "enr", + "linked_hash_set", + "parking_lot 0.12.3", + "reth-ethereum-forks", + "reth-network-peers", + "reth-tokio-util", + "schnellru", + "secp256k1", + "thiserror", + "tokio", + "tokio-stream", + "tracing", + "trust-dns-resolver", +] + +[[package]] +name = "reth-downloaders" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "futures", + "futures-util", + "itertools 0.13.0", + "metrics", + "pin-project", + "rayon", + "reth-config", + "reth-consensus", + "reth-metrics", + "reth-network-p2p", + "reth-network-peers", + "reth-primitives", + "reth-storage-api", + "reth-tasks", + "thiserror", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", +] + +[[package]] +name = "reth-ecies" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "aes", + "alloy-primitives", + "alloy-rlp", + "block-padding", + "byteorder", + "cipher", + "concat-kdf", + "ctr", + "digest 0.10.7", + "futures", + "generic-array", + "hmac 0.12.1", + "pin-project", + "rand", + "reth-network-peers", + "secp256k1", + "sha2 0.10.8", + "sha3", + "thiserror", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", + "typenum", +] + +[[package]] +name = "reth-engine-primitives" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "reth-execution-types", + "reth-payload-primitives", + "reth-primitives", + "reth-trie", + "serde", +] + +[[package]] +name = "reth-engine-service" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "futures", + "pin-project", + "reth-beacon-consensus", + "reth-consensus", + "reth-engine-tree", + "reth-evm", + "reth-network-p2p", + "reth-node-types", + "reth-payload-builder", + "reth-payload-validator", + "reth-provider", + "reth-prune", + "reth-stages-api", + "reth-tasks", + "thiserror", +] + +[[package]] +name = "reth-engine-tree" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "futures", + "metrics", + "reth-beacon-consensus", + "reth-blockchain-tree", + "reth-blockchain-tree-api", + "reth-chain-state", + "reth-chainspec", + "reth-consensus", + "reth-engine-primitives", + "reth-errors", + "reth-evm", + "reth-metrics", + "reth-network-p2p", + "reth-payload-builder", + "reth-payload-primitives", + "reth-payload-validator", + "reth-primitives", + "reth-provider", + "reth-prune", + "reth-revm", + "reth-stages-api", + "reth-tasks", + "reth-trie", + "reth-trie-parallel", + "thiserror", + "tokio", + "tracing", +] + +[[package]] +name = "reth-engine-util" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types-engine", + "eyre", + "futures", + "itertools 0.13.0", + "pin-project", + "reth-beacon-consensus", + "reth-engine-primitives", + "reth-errors", + "reth-ethereum-forks", + "reth-evm", + "reth-fs-util", + "reth-payload-validator", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-rpc-types-compat", + "reth-trie", + "revm-primitives", + "serde", + "serde_json", + "tokio", + "tokio-util", + "tracing", +] + +[[package]] +name = "reth-errors" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "reth-blockchain-tree-api", + "reth-consensus", + "reth-execution-errors", + "reth-fs-util", + "reth-storage-errors", + "thiserror", +] + +[[package]] +name = "reth-eth-wire" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "bytes", + "derive_more", + "futures", + "pin-project", + "reth-chainspec", + "reth-codecs", + "reth-ecies", + "reth-eth-wire-types", + "reth-metrics", + "reth-network-peers", + "reth-primitives", + "snap", + "thiserror", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", +] + +[[package]] +name = "reth-eth-wire-types" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-chains", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "bytes", + "derive_more", + "reth-chainspec", + "reth-codecs-derive", + "reth-primitives", + "thiserror", +] + +[[package]] +name = "reth-ethereum-cli" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "eyre", + "reth-chainspec", + "reth-cli", +] + +[[package]] +name = "reth-ethereum-consensus" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "reth-chainspec", + "reth-consensus", + "reth-consensus-common", + "reth-primitives", + "tracing", +] + +[[package]] +name = "reth-ethereum-engine-primitives" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-engine", + "reth-chain-state", + "reth-chainspec", + "reth-engine-primitives", + "reth-payload-primitives", + "reth-primitives", + "reth-rpc-types-compat", + "serde", + "sha2 0.10.8", +] + +[[package]] +name = "reth-ethereum-forks" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-chains", + "alloy-primitives", + "alloy-rlp", + "auto_impl", + "crc", + "dyn-clone", + "once_cell", + "rustc-hash 2.0.0", + "serde", + "thiserror-no-std", +] + +[[package]] +name = "reth-ethereum-payload-builder" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "reth-basic-payload-builder", + "reth-chain-state", + "reth-chainspec", + "reth-errors", + "reth-evm", + "reth-evm-ethereum", + "reth-execution-types", + "reth-payload-builder", + "reth-payload-primitives", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-transaction-pool", + "reth-trie", + "revm", + "revm-primitives", + "tracing", +] + +[[package]] +name = "reth-etl" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "rayon", + "reth-db-api", + "tempfile", +] + +[[package]] +name = "reth-evm" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "auto_impl", + "futures-util", + "metrics", + "reth-chainspec", + "reth-execution-errors", + "reth-execution-types", + "reth-metrics", + "reth-primitives", + "reth-primitives-traits", + "reth-prune-types", + "reth-storage-errors", + "revm", + "revm-primitives", +] + +[[package]] +name = "reth-evm-ethereum" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-sol-types", + "reth-chainspec", + "reth-ethereum-consensus", + "reth-ethereum-forks", + "reth-evm", + "reth-execution-types", + "reth-primitives", + "reth-prune-types", + "reth-revm", + "revm-primitives", +] + +[[package]] +name = "reth-execution-errors" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "derive_more", + "nybbles", + "reth-consensus", + "reth-prune-types", + "reth-storage-errors", + "revm-primitives", +] + +[[package]] +name = "reth-execution-types" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "reth-execution-errors", + "reth-primitives", + "reth-trie", + "revm", + "serde", + "serde_with", +] + +[[package]] +name = "reth-exex" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "eyre", + "futures", + "itertools 0.13.0", + "metrics", + "parking_lot 0.12.3", + "reth-chain-state", + "reth-chainspec", + "reth-config", + "reth-evm", + "reth-exex-types", + "reth-fs-util", + "reth-metrics", + "reth-node-api", + "reth-node-core", + "reth-payload-builder", + "reth-primitives", + "reth-primitives-traits", + "reth-provider", + "reth-prune-types", + "reth-revm", + "reth-stages-api", + "reth-tasks", + "reth-tracing", + "rmp-serde", + "tokio", + "tokio-util", + "tracing", +] + +[[package]] +name = "reth-exex-types" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "reth-chain-state", + "reth-execution-types", + "serde", + "serde_with", +] + +[[package]] +name = "reth-fs-util" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "serde", + "serde_json", + "thiserror", +] + +[[package]] +name = "reth-invalid-block-hooks" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-debug", + "eyre", + "futures", + "jsonrpsee", + "pretty_assertions", + "reth-chainspec", + "reth-engine-primitives", + "reth-evm", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-rpc-api", + "reth-tracing", + "reth-trie", + "serde", + "serde_json", +] + +[[package]] +name = "reth-ipc" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "async-trait", + "bytes", + "futures", + "futures-util", + "interprocess", + "jsonrpsee", + "pin-project", + "serde_json", + "thiserror", + "tokio", + "tokio-stream", + "tokio-util", + "tower 0.4.13", + "tracing", +] + +[[package]] +name = "reth-libmdbx" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "bitflags 2.6.0", + "byteorder", + "dashmap 6.1.0", + "derive_more", + "indexmap 2.6.0", + "parking_lot 0.12.3", + "reth-mdbx-sys", + "smallvec", + "thiserror", + "tracing", +] + +[[package]] +name = "reth-mdbx-sys" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "bindgen", + "cc", +] + +[[package]] +name = "reth-metrics" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "futures", + "metrics", + "metrics-derive", + "tokio", + "tokio-util", +] + +[[package]] +name = "reth-net-banlist" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", +] + +[[package]] +name = "reth-net-nat" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "futures-util", + "if-addrs", + "reqwest", + "serde_with", + "thiserror", + "tokio", + "tracing", +] + +[[package]] +name = "reth-network" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "aquamarine", + "auto_impl", + "derive_more", + "discv5", + "enr", + "futures", + "itertools 0.13.0", + "metrics", + "parking_lot 0.12.3", + "pin-project", + "rand", + "reth-chainspec", + "reth-consensus", + "reth-discv4", + "reth-discv5", + "reth-dns-discovery", + "reth-ecies", + "reth-eth-wire", + "reth-fs-util", + "reth-metrics", + "reth-net-banlist", + "reth-network-api", + "reth-network-p2p", + "reth-network-peers", + "reth-network-types", + "reth-primitives", + "reth-storage-api", + "reth-tasks", + "reth-tokio-util", + "reth-transaction-pool", + "rustc-hash 2.0.0", + "schnellru", + "secp256k1", + "serde", + "smallvec", + "thiserror", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", +] + +[[package]] +name = "reth-network-api" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types-admin", + "auto_impl", + "derive_more", + "enr", + "futures", + "reth-eth-wire-types", + "reth-ethereum-forks", + "reth-network-p2p", + "reth-network-peers", + "reth-network-types", + "reth-tokio-util", + "serde", + "thiserror", + "tokio", + "tokio-stream", +] + +[[package]] +name = "reth-network-p2p" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "auto_impl", + "derive_more", + "futures", + "reth-consensus", + "reth-eth-wire-types", + "reth-network-peers", + "reth-network-types", + "reth-primitives", + "reth-storage-errors", + "tokio", + "tracing", +] + +[[package]] +name = "reth-network-peers" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "enr", + "secp256k1", + "serde_with", + "thiserror", + "tokio", + "url", +] + +[[package]] +name = "reth-network-types" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "humantime-serde", + "reth-ethereum-forks", + "reth-net-banlist", + "reth-network-peers", + "serde", + "serde_json", + "tracing", +] + +[[package]] +name = "reth-nippy-jar" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "anyhow", + "bincode", + "derive_more", + "lz4_flex", + "memmap2", + "reth-fs-util", + "serde", + "thiserror", + "tracing", + "zstd", +] + +[[package]] +name = "reth-node-api" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "reth-engine-primitives", + "reth-evm", + "reth-network-api", + "reth-node-types", + "reth-payload-builder", + "reth-payload-primitives", + "reth-primitives", + "reth-provider", + "reth-rpc-eth-api", + "reth-tasks", + "reth-transaction-pool", +] + +[[package]] +name = "reth-node-builder" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types", + "aquamarine", + "eyre", + "fdlimit", + "futures", + "jsonrpsee", + "rayon", + "reth-auto-seal-consensus", + "reth-beacon-consensus", + "reth-blockchain-tree", + "reth-chain-state", + "reth-chainspec", + "reth-cli-util", + "reth-config", + "reth-consensus", + "reth-consensus-debug-client", + "reth-db-api", + "reth-db-common", + "reth-downloaders", + "reth-engine-service", + "reth-engine-tree", + "reth-engine-util", + "reth-evm", + "reth-exex", + "reth-fs-util", + "reth-invalid-block-hooks", + "reth-network", + "reth-network-api", + "reth-network-p2p", + "reth-node-api", + "reth-node-core", + "reth-node-events", + "reth-node-metrics", + "reth-payload-builder", + "reth-payload-primitives", + "reth-payload-validator", + "reth-primitives", + "reth-provider", + "reth-prune", + "reth-rpc", + "reth-rpc-api", + "reth-rpc-builder", + "reth-rpc-engine-api", + "reth-rpc-eth-types", + "reth-rpc-layer", + "reth-stages", + "reth-static-file", + "reth-tasks", + "reth-tokio-util", + "reth-tracing", + "reth-transaction-pool", + "secp256k1", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-node-core" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types-engine", + "clap", + "const_format", + "derive_more", + "dirs-next", + "eyre", + "futures", + "humantime", + "rand", + "reth-chainspec", + "reth-cli-util", + "reth-config", + "reth-consensus-common", + "reth-db", + "reth-discv4", + "reth-discv5", + "reth-net-nat", + "reth-network", + "reth-network-p2p", + "reth-network-peers", + "reth-primitives", + "reth-prune-types", + "reth-rpc-api", + "reth-rpc-eth-api", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-rpc-types-compat", + "reth-stages-types", + "reth-storage-api", + "reth-storage-errors", + "reth-tracing", + "reth-transaction-pool", + "secp256k1", + "serde", + "shellexpand", + "strum", + "thiserror", + "toml", + "tracing", + "vergen", +] + +[[package]] +name = "reth-node-ethereum" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "eyre", + "reth-auto-seal-consensus", + "reth-basic-payload-builder", + "reth-beacon-consensus", + "reth-chainspec", + "reth-consensus", + "reth-ethereum-engine-primitives", + "reth-ethereum-payload-builder", + "reth-evm-ethereum", + "reth-network", + "reth-node-api", + "reth-node-builder", + "reth-payload-builder", + "reth-primitives", + "reth-provider", + "reth-rpc", + "reth-tracing", + "reth-transaction-pool", +] + +[[package]] +name = "reth-node-events" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types-engine", + "futures", + "humantime", + "pin-project", + "reth-beacon-consensus", + "reth-network", + "reth-network-api", + "reth-primitives", + "reth-primitives-traits", + "reth-provider", + "reth-prune", + "reth-stages", + "reth-static-file", + "tokio", + "tracing", +] + +[[package]] +name = "reth-node-metrics" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "eyre", + "http", + "jsonrpsee", + "metrics", + "metrics-exporter-prometheus", + "metrics-process", + "metrics-util", + "procfs", + "reth-db-api", + "reth-metrics", + "reth-provider", + "reth-tasks", + "tikv-jemalloc-ctl", + "tokio", + "tower 0.4.13", + "tracing", + "vergen", +] + +[[package]] +name = "reth-node-types" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "reth-chainspec", + "reth-db-api", + "reth-engine-primitives", +] + +[[package]] +name = "reth-payload-builder" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types", + "async-trait", + "futures-util", + "metrics", + "reth-ethereum-engine-primitives", + "reth-metrics", + "reth-payload-primitives", + "reth-primitives", + "reth-provider", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-payload-primitives" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types", + "async-trait", + "op-alloy-rpc-types-engine", + "pin-project", + "reth-chain-state", + "reth-chainspec", + "reth-errors", + "reth-primitives", + "reth-transaction-pool", + "serde", + "thiserror", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-payload-validator" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-rpc-types", + "reth-chainspec", + "reth-primitives", + "reth-rpc-types-compat", +] + +[[package]] +name = "reth-primitives" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "bytes", + "c-kzg", + "derive_more", + "k256", + "modular-bitfield", + "once_cell", + "op-alloy-consensus", + "rayon", + "reth-codecs", + "reth-ethereum-forks", + "reth-primitives-traits", + "reth-static-file-types", + "reth-trie-common", + "revm-primitives", + "secp256k1", + "serde", + "serde_with", + "zstd", +] + +[[package]] +name = "reth-primitives-traits" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "alloy-rlp", + "byteorder", + "bytes", + "derive_more", + "modular-bitfield", + "reth-codecs", + "revm-primitives", + "roaring", + "serde", + "serde_with", +] + +[[package]] +name = "reth-provider" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "dashmap 6.1.0", + "itertools 0.13.0", + "metrics", + "notify", + "parking_lot 0.12.3", + "rayon", + "reth-blockchain-tree-api", + "reth-chain-state", + "reth-chainspec", + "reth-codecs", + "reth-db", + "reth-db-api", + "reth-errors", + "reth-evm", + "reth-execution-types", + "reth-fs-util", + "reth-metrics", + "reth-network-p2p", + "reth-nippy-jar", + "reth-node-types", + "reth-primitives", + "reth-prune-types", + "reth-stages-types", + "reth-storage-api", + "reth-storage-errors", + "reth-trie", + "reth-trie-db", + "revm", + "strum", + "tokio", + "tracing", +] + +[[package]] +name = "reth-prune" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "itertools 0.13.0", + "metrics", + "rayon", + "reth-chainspec", + "reth-config", + "reth-db", + "reth-db-api", + "reth-errors", + "reth-exex-types", + "reth-metrics", + "reth-provider", + "reth-prune-types", + "reth-static-file-types", + "reth-tokio-util", + "rustc-hash 2.0.0", + "thiserror", + "tokio", + "tracing", +] + +[[package]] +name = "reth-prune-types" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "bytes", + "derive_more", + "modular-bitfield", + "reth-codecs", + "serde", + "thiserror", +] + +[[package]] +name = "reth-revm" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "reth-chainspec", + "reth-consensus-common", + "reth-execution-errors", + "reth-primitives", + "reth-prune-types", + "reth-storage-api", + "reth-storage-errors", + "revm", +] + +[[package]] +name = "reth-rpc" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-consensus", + "alloy-dyn-abi", + "alloy-eips", + "alloy-genesis", + "alloy-network", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types", + "alloy-rpc-types-admin", + "alloy-rpc-types-debug", + "alloy-rpc-types-eth", + "alloy-rpc-types-mev", + "alloy-rpc-types-trace", + "alloy-rpc-types-txpool", + "alloy-serde", + "alloy-signer", + "alloy-signer-local", + "async-trait", + "derive_more", + "futures", + "http", + "http-body", + "hyper", + "jsonrpsee", + "jsonwebtoken", + "parking_lot 0.12.3", + "pin-project", + "rand", + "reth-chainspec", + "reth-consensus-common", + "reth-errors", + "reth-evm", + "reth-network-api", + "reth-network-peers", + "reth-network-types", + "reth-node-api", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-rpc-api", + "reth-rpc-engine-api", + "reth-rpc-eth-api", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-rpc-types-compat", + "reth-tasks", + "reth-transaction-pool", + "reth-trie", + "revm", + "revm-inspectors", + "revm-primitives", + "serde", + "serde_json", + "thiserror", + "tokio", + "tokio-stream", + "tower 0.4.13", + "tracing", + "tracing-futures", +] + +[[package]] +name = "reth-rpc-api" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-json-rpc", + "alloy-primitives", + "alloy-rpc-types", + "alloy-rpc-types-admin", + "alloy-rpc-types-anvil", + "alloy-rpc-types-beacon", + "alloy-rpc-types-debug", + "alloy-rpc-types-engine", + "alloy-rpc-types-eth", + "alloy-rpc-types-mev", + "alloy-rpc-types-trace", + "alloy-rpc-types-txpool", + "alloy-serde", + "jsonrpsee", + "reth-engine-primitives", + "reth-network-peers", + "reth-primitives", + "reth-rpc-eth-api", +] + +[[package]] +name = "reth-rpc-builder" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-network", + "alloy-rpc-types", + "alloy-serde", + "http", + "jsonrpsee", + "metrics", + "pin-project", + "reth-chainspec", + "reth-engine-primitives", + "reth-evm", + "reth-ipc", + "reth-metrics", + "reth-network-api", + "reth-node-core", + "reth-primitives", + "reth-provider", + "reth-rpc", + "reth-rpc-api", + "reth-rpc-eth-api", + "reth-rpc-eth-types", + "reth-rpc-layer", + "reth-rpc-server-types", + "reth-tasks", + "reth-transaction-pool", + "serde", + "thiserror", + "tower 0.4.13", + "tower-http", + "tracing", +] + +[[package]] +name = "reth-rpc-engine-api" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "async-trait", + "jsonrpsee-core", + "jsonrpsee-types", + "metrics", + "reth-beacon-consensus", + "reth-chainspec", + "reth-engine-primitives", + "reth-evm", + "reth-metrics", + "reth-payload-builder", + "reth-payload-primitives", + "reth-primitives", + "reth-rpc-api", + "reth-rpc-types-compat", + "reth-storage-api", + "reth-tasks", + "reth-transaction-pool", + "serde", + "thiserror", + "tokio", + "tracing", +] + +[[package]] +name = "reth-rpc-eth-api" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-dyn-abi", + "alloy-eips", + "alloy-json-rpc", + "alloy-network", + "alloy-primitives", + "alloy-rpc-types", + "alloy-rpc-types-eth", + "alloy-rpc-types-mev", + "async-trait", + "auto_impl", + "dyn-clone", + "futures", + "jsonrpsee", + "jsonrpsee-types", + "parking_lot 0.12.3", + "reth-chainspec", + "reth-errors", + "reth-evm", + "reth-execution-types", + "reth-network-api", + "reth-primitives", + "reth-provider", + "reth-revm", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-rpc-types-compat", + "reth-tasks", + "reth-transaction-pool", + "reth-trie", + "revm", + "revm-inspectors", + "revm-primitives", + "tokio", + "tracing", +] + +[[package]] +name = "reth-rpc-eth-types" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types", + "alloy-rpc-types-eth", + "alloy-serde", + "alloy-sol-types", + "derive_more", + "futures", + "jsonrpsee-core", + "jsonrpsee-types", + "metrics", + "rand", + "reth-chain-state", + "reth-chainspec", + "reth-errors", + "reth-evm", + "reth-execution-types", + "reth-metrics", + "reth-primitives", + "reth-revm", + "reth-rpc-server-types", + "reth-rpc-types-compat", + "reth-storage-api", + "reth-tasks", + "reth-transaction-pool", + "reth-trie", + "revm", + "revm-inspectors", + "revm-primitives", + "schnellru", + "serde", + "thiserror", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-rpc-layer" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-rpc-types-engine", + "http", + "jsonrpsee-http-client", + "pin-project", + "tower 0.4.13", + "tracing", +] + +[[package]] +name = "reth-rpc-server-types" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types-engine", + "jsonrpsee-core", + "jsonrpsee-types", + "reth-errors", + "reth-network-api", + "reth-primitives", + "serde", + "strum", +] + +[[package]] +name = "reth-rpc-types-compat" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types", + "alloy-rpc-types-engine", + "alloy-rpc-types-eth", + "alloy-serde", + "reth-primitives", + "reth-trie-common", +] + +[[package]] +name = "reth-stages" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "bincode", + "futures-util", + "itertools 0.13.0", + "num-traits", + "rayon", + "reth-codecs", + "reth-config", + "reth-consensus", + "reth-db", + "reth-db-api", + "reth-etl", + "reth-evm", + "reth-execution-types", + "reth-exex", + "reth-network-p2p", + "reth-primitives", + "reth-primitives-traits", + "reth-provider", + "reth-prune", + "reth-prune-types", + "reth-revm", + "reth-stages-api", + "reth-storage-errors", + "reth-trie", + "reth-trie-db", + "thiserror", + "tokio", + "tracing", +] + +[[package]] +name = "reth-stages-api" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "aquamarine", + "auto_impl", + "futures-util", + "metrics", + "reth-consensus", + "reth-errors", + "reth-metrics", + "reth-network-p2p", + "reth-primitives-traits", + "reth-provider", + "reth-prune", + "reth-stages-types", + "reth-static-file", + "reth-static-file-types", + "reth-tokio-util", + "thiserror", + "tokio", + "tracing", +] + +[[package]] +name = "reth-stages-types" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "bytes", + "modular-bitfield", + "reth-codecs", + "reth-trie-common", + "serde", +] + +[[package]] +name = "reth-static-file" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "parking_lot 0.12.3", + "rayon", + "reth-chainspec", + "reth-db", + "reth-db-api", + "reth-nippy-jar", + "reth-node-types", + "reth-provider", + "reth-prune-types", + "reth-stages-types", + "reth-static-file-types", + "reth-storage-errors", + "reth-tokio-util", + "tracing", +] + +[[package]] +name = "reth-static-file-types" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "clap", + "derive_more", + "serde", + "strum", +] + +[[package]] +name = "reth-storage-api" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "auto_impl", + "reth-chainspec", + "reth-db-api", + "reth-db-models", + "reth-execution-types", + "reth-primitives", + "reth-prune-types", + "reth-stages-types", + "reth-storage-errors", + "reth-trie", +] + +[[package]] +name = "reth-storage-errors" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "derive_more", + "reth-fs-util", + "reth-primitives", +] + +[[package]] +name = "reth-tasks" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "auto_impl", + "dyn-clone", + "futures-util", + "metrics", + "pin-project", + "rayon", + "reth-metrics", + "thiserror", + "tokio", + "tracing", + "tracing-futures", +] + +[[package]] +name = "reth-tokio-util" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-tracing" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "clap", + "eyre", + "rolling-file", + "tracing", + "tracing-appender", + "tracing-journald", + "tracing-logfmt", + "tracing-subscriber", +] + +[[package]] +name = "reth-transaction-pool" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "aquamarine", + "auto_impl", + "bitflags 2.6.0", + "futures-util", + "metrics", + "parking_lot 0.12.3", + "reth-chain-state", + "reth-chainspec", + "reth-eth-wire-types", + "reth-execution-types", + "reth-fs-util", + "reth-metrics", + "reth-primitives", + "reth-storage-api", + "reth-tasks", + "revm", + "rustc-hash 2.0.0", + "schnellru", + "serde", + "smallvec", + "thiserror", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-trie" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "auto_impl", + "derive_more", + "itertools 0.13.0", + "metrics", + "rayon", + "reth-execution-errors", + "reth-metrics", + "reth-primitives", + "reth-stages-types", + "reth-storage-errors", + "reth-trie-common", + "revm", + "serde", + "serde_with", + "tracing", +] + +[[package]] +name = "reth-trie-common" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-consensus", + "alloy-genesis", + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "bytes", + "derive_more", + "itertools 0.13.0", + "nybbles", + "reth-codecs", + "reth-primitives-traits", + "revm-primitives", + "serde", +] + +[[package]] +name = "reth-trie-db" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "auto_impl", + "derive_more", + "itertools 0.13.0", + "metrics", + "rayon", + "reth-db", + "reth-db-api", + "reth-execution-errors", + "reth-metrics", + "reth-primitives", + "reth-stages-types", + "reth-storage-errors", + "reth-trie", + "reth-trie-common", + "revm", + "tracing", +] + +[[package]] +name = "reth-trie-parallel" +version = "1.0.8" +source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "derive_more", + "itertools 0.13.0", + "metrics", + "rayon", + "reth-db", + "reth-db-api", + "reth-execution-errors", + "reth-metrics", + "reth-primitives", + "reth-provider", + "reth-trie", + "reth-trie-db", + "thiserror", + "tracing", +] + +[[package]] +name = "revm" +version = "14.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "641702b12847f9ed418d552f4fcabe536d867a2c980e96b6e7e25d7b992f929f" +dependencies = [ + "auto_impl", + "cfg-if", + "dyn-clone", + "revm-interpreter", + "revm-precompile", + "serde", + "serde_json", +] + +[[package]] +name = "revm-inspectors" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43c44af0bf801f48d25f7baf25cf72aff4c02d610f83b428175228162fef0246" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types-eth", + "alloy-rpc-types-trace", + "alloy-sol-types", + "anstyle", + "boa_engine", + "boa_gc", + "colorchoice", + "revm", + "serde_json", + "thiserror", +] + +[[package]] +name = "revm-interpreter" +version = "10.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e5e14002afae20b5bf1566f22316122f42f57517000e559c55b25bf7a49cba2" +dependencies = [ + "revm-primitives", + "serde", +] + +[[package]] +name = "revm-precompile" +version = "11.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3198c06247e8d4ad0d1312591edf049b0de4ddffa9fecb625c318fd67db8639b" +dependencies = [ + "aurora-engine-modexp", + "blst", + "c-kzg", + "cfg-if", + "k256", + "once_cell", + "revm-primitives", + "ripemd", + "secp256k1", + "sha2 0.10.8", + "substrate-bn", +] + +[[package]] +name = "revm-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f1525851a03aff9a9d6a1d018b414d76252d6802ab54695b27093ecd7e7a101" +dependencies = [ + "alloy-eip2930", + "alloy-eip7702", + "alloy-primitives", + "auto_impl", + "bitflags 2.6.0", + "bitvec", + "c-kzg", + "cfg-if", + "dyn-clone", + "enumn", + "hex", + "serde", +] + +[[package]] +name = "rfc6979" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" +dependencies = [ + "hmac 0.12.1", + "subtle", +] + +[[package]] +name = "ring" +version = "0.17.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" +dependencies = [ + "cc", + "cfg-if", + "getrandom", + "libc", + "spin", + "untrusted", + "windows-sys 0.52.0", +] + +[[package]] +name = "ringbuffer" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3df6368f71f205ff9c33c076d170dd56ebf68e8161c733c0caa07a7a5509ed53" + +[[package]] +name = "ripemd" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f" +dependencies = [ + "digest 0.10.7", +] + +[[package]] +name = "rlimit" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7043b63bd0cd1aaa628e476b80e6d4023a3b50eb32789f2728908107bd0c793a" +dependencies = [ + "libc", +] + +[[package]] +name = "rlp" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec" +dependencies = [ + "bytes", + "rustc-hex", +] + +[[package]] +name = "rmp" +version = "0.8.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4" +dependencies = [ + "byteorder", + "num-traits", + "paste", +] + +[[package]] +name = "rmp-serde" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db" +dependencies = [ + "byteorder", + "rmp", + "serde", +] + +[[package]] +name = "roaring" +version = "0.10.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f4b84ba6e838ceb47b41de5194a60244fac43d9fe03b71dbe8c5a201081d6d1" +dependencies = [ + "bytemuck", + "byteorder", +] + +[[package]] +name = "rolling-file" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8395b4f860856b740f20a296ea2cd4d823e81a2658cf05ef61be22916026a906" +dependencies = [ + "chrono", +] + +[[package]] +name = "route-recognizer" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" + +[[package]] +name = "ruint" +version = "1.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c3cc4c2511671f327125da14133d0c5c5d137f006a1017a16f557bc85b16286" +dependencies = [ + "alloy-rlp", + "arbitrary", + "ark-ff 0.3.0", + "ark-ff 0.4.2", + "bytes", + "fastrlp", + "num-bigint", + "num-traits", + "parity-scale-codec", + "primitive-types", + "proptest", + "rand", + "rlp", + "ruint-macro", + "serde", + "valuable", + "zeroize", +] + +[[package]] +name = "ruint-macro" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48fd7bd8a6377e15ad9d42a8ec25371b94ddc67abe7c8b9127bec79bebaaae18" + +[[package]] +name = "rustc-demangle" +version = "0.1.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" + +[[package]] +name = "rustc-hash" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" + +[[package]] +name = "rustc-hash" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" +dependencies = [ + "rand", +] + +[[package]] +name = "rustc-hex" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" + +[[package]] +name = "rustc_version" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee" +dependencies = [ + "semver 0.11.0", +] + +[[package]] +name = "rustc_version" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" +dependencies = [ + "semver 1.0.23", +] + +[[package]] +name = "rustix" +version = "0.38.37" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" +dependencies = [ + "bitflags 2.6.0", + "errno", + "libc", + "linux-raw-sys", + "windows-sys 0.52.0", +] + +[[package]] +name = "rustls" +version = "0.23.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "415d9944693cb90382053259f89fbb077ea730ad7273047ec63b19bc9b160ba8" +dependencies = [ + "log", + "once_cell", + "ring", + "rustls-pki-types", + "rustls-webpki", + "subtle", + "zeroize", +] + +[[package]] +name = "rustls-native-certs" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" +dependencies = [ + "openssl-probe", + "rustls-pemfile", + "rustls-pki-types", + "schannel", + "security-framework", +] + +[[package]] +name = "rustls-pemfile" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" +dependencies = [ + "rustls-pki-types", +] + +[[package]] +name = "rustls-pki-types" +version = "1.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55" + +[[package]] +name = "rustls-platform-verifier" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "afbb878bdfdf63a336a5e63561b1835e7a8c91524f51621db870169eac84b490" +dependencies = [ + "core-foundation", + "core-foundation-sys", + "jni", + "log", + "once_cell", + "rustls", + "rustls-native-certs", + "rustls-platform-verifier-android", + "rustls-webpki", + "security-framework", + "security-framework-sys", + "webpki-roots", + "winapi", +] + +[[package]] +name = "rustls-platform-verifier-android" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" + +[[package]] +name = "rustls-webpki" +version = "0.102.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" +dependencies = [ + "ring", + "rustls-pki-types", + "untrusted", +] + +[[package]] +name = "rustversion" +version = "1.0.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" + +[[package]] +name = "rusty-fork" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" +dependencies = [ + "fnv", + "quick-error", + "tempfile", + "wait-timeout", +] + +[[package]] +name = "ryu" +version = "1.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" + +[[package]] +name = "ryu-js" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ad97d4ce1560a5e27cec89519dc8300d1aa6035b099821261c651486a19e44d5" + +[[package]] +name = "same-file" +version = "1.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" +dependencies = [ + "winapi-util", +] + +[[package]] +name = "schannel" +version = "0.1.26" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1" +dependencies = [ + "windows-sys 0.59.0", +] + +[[package]] +name = "schnellru" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c9a8ef13a93c54d20580de1e5c413e624e53121d42fc7e2c11d10ef7f8b02367" +dependencies = [ + "ahash", + "cfg-if", + "hashbrown 0.13.2", +] + +[[package]] +name = "scopeguard" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" + +[[package]] +name = "sec1" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" +dependencies = [ + "base16ct", + "der", + "generic-array", + "pkcs8", + "subtle", + "zeroize", +] + +[[package]] +name = "secp256k1" +version = "0.29.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113" +dependencies = [ + "rand", + "secp256k1-sys", + "serde", +] + +[[package]] +name = "secp256k1-sys" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4387882333d3aa8cb20530a17c69a3752e97837832f34f6dccc760e715001d9" +dependencies = [ + "cc", +] + +[[package]] +name = "security-framework" +version = "2.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" +dependencies = [ + "bitflags 2.6.0", + "core-foundation", + "core-foundation-sys", + "libc", + "num-bigint", + "security-framework-sys", +] + +[[package]] +name = "security-framework-sys" +version = "2.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "semver" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" +dependencies = [ + "semver-parser", +] + +[[package]] +name = "semver" +version = "1.0.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" +dependencies = [ + "serde", +] + +[[package]] +name = "semver-parser" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" +dependencies = [ + "pest", +] + +[[package]] +name = "send_wrapper" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0" + +[[package]] +name = "send_wrapper" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" + +[[package]] +name = "serde" +version = "1.0.210" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" +dependencies = [ + "serde_derive", +] + +[[package]] +name = "serde_derive" +version = "1.0.210" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "serde_json" +version = "1.0.128" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" +dependencies = [ + "indexmap 2.6.0", + "itoa", + "memchr", + "ryu", + "serde", +] + +[[package]] +name = "serde_repr" +version = "0.1.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "serde_spanned" +version = "0.6.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" +dependencies = [ + "serde", +] + +[[package]] +name = "serde_urlencoded" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" +dependencies = [ + "form_urlencoded", + "itoa", + "ryu", + "serde", +] + +[[package]] +name = "serde_with" +version = "3.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817" +dependencies = [ + "base64 0.22.1", + "chrono", + "hex", + "indexmap 1.9.3", + "indexmap 2.6.0", + "serde", + "serde_derive", + "serde_json", + "serde_with_macros", + "time", +] + +[[package]] +name = "serde_with_macros" +version = "3.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d" +dependencies = [ + "darling", + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "sha1" +version = "0.10.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" +dependencies = [ + "cfg-if", + "cpufeatures", + "digest 0.10.7", +] + +[[package]] +name = "sha2" +version = "0.9.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" +dependencies = [ + "block-buffer 0.9.0", + "cfg-if", + "cpufeatures", + "digest 0.9.0", + "opaque-debug", +] + +[[package]] +name = "sha2" +version = "0.10.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" +dependencies = [ + "cfg-if", + "cpufeatures", + "digest 0.10.7", +] + +[[package]] +name = "sha3" +version = "0.10.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" +dependencies = [ + "digest 0.10.7", + "keccak", +] + +[[package]] +name = "sha3-asm" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c28efc5e327c837aa837c59eae585fc250715ef939ac32881bcc11677cd02d46" +dependencies = [ + "cc", + "cfg-if", +] + +[[package]] +name = "sharded-slab" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" +dependencies = [ + "lazy_static", +] + +[[package]] +name = "shellexpand" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" +dependencies = [ + "dirs", +] + +[[package]] +name = "shlex" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" + +[[package]] +name = "signal-hook" +version = "0.3.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" +dependencies = [ + "libc", + "signal-hook-registry", +] + +[[package]] +name = "signal-hook-mio" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd" +dependencies = [ + "libc", + "mio 1.0.2", + "signal-hook", +] + +[[package]] +name = "signal-hook-registry" +version = "1.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" +dependencies = [ + "libc", +] + +[[package]] +name = "signature" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" +dependencies = [ + "digest 0.10.7", + "rand_core", +] + +[[package]] +name = "similar" +version = "2.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" + +[[package]] +name = "similar-asserts" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfe85670573cd6f0fa97940f26e7e6601213c3b0555246c24234131f88c5709e" +dependencies = [ + "console", + "similar", +] + +[[package]] +name = "simple_asn1" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" +dependencies = [ + "num-bigint", + "num-traits", + "thiserror", + "time", +] + +[[package]] +name = "siphasher" +version = "0.3.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" + +[[package]] +name = "sketches-ddsketch" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85636c14b73d81f541e525f585c0a2109e6744e1565b5c1668e31c70c10ed65c" + +[[package]] +name = "slab" +version = "0.4.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" +dependencies = [ + "autocfg", +] + +[[package]] +name = "smallvec" +version = "1.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" +dependencies = [ + "serde", +] + +[[package]] +name = "snap" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" + +[[package]] +name = "socket2" +version = "0.4.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" +dependencies = [ + "libc", + "winapi", +] + +[[package]] +name = "socket2" +version = "0.5.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" +dependencies = [ + "libc", + "windows-sys 0.52.0", +] + +[[package]] +name = "soketto" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37468c595637c10857701c990f93a40ce0e357cedb0953d1c26c8d8027f9bb53" +dependencies = [ + "base64 0.22.1", + "bytes", + "futures", + "http", + "httparse", + "log", + "rand", + "sha1", +] + +[[package]] +name = "spin" +version = "0.9.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" +dependencies = [ + "lock_api", +] + +[[package]] +name = "spki" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" +dependencies = [ + "base64ct", + "der", +] + +[[package]] +name = "sptr" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a" + +[[package]] +name = "stable_deref_trait" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" + +[[package]] +name = "static_assertions" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" + +[[package]] +name = "strsim" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" + +[[package]] +name = "strum" +version = "0.26.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" +dependencies = [ + "strum_macros", +] + +[[package]] +name = "strum_macros" +version = "0.26.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" +dependencies = [ + "heck", + "proc-macro2", + "quote", + "rustversion", + "syn 2.0.79", +] + +[[package]] +name = "substrate-bn" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b5bbfa79abbae15dd642ea8176a21a635ff3c00059961d1ea27ad04e5b441c" +dependencies = [ + "byteorder", + "crunchy", + "lazy_static", + "rand", + "rustc-hex", +] + +[[package]] +name = "subtle" +version = "2.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" + +[[package]] +name = "syn" +version = "1.0.109" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "syn" +version = "2.0.79" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "syn-solidity" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f3a850d65181df41b83c6be01a7d91f5e9377c43d48faa5af7d95816f437f5a3" +dependencies = [ + "paste", + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "sync_wrapper" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" + +[[package]] +name = "sync_wrapper" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" +dependencies = [ + "futures-core", +] + +[[package]] +name = "synstructure" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "sysinfo" +version = "0.31.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be" +dependencies = [ + "core-foundation-sys", + "libc", + "memchr", + "ntapi", + "windows", +] + +[[package]] +name = "tap" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" + +[[package]] +name = "tempfile" +version = "3.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" +dependencies = [ + "cfg-if", + "fastrand", + "once_cell", + "rustix", + "windows-sys 0.59.0", +] + +[[package]] +name = "thin-vec" +version = "0.2.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b" + +[[package]] +name = "thiserror" +version = "1.0.64" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" +dependencies = [ + "thiserror-impl", +] + +[[package]] +name = "thiserror-impl" +version = "1.0.64" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "thiserror-impl-no-std" +version = "2.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "58e6318948b519ba6dc2b442a6d0b904ebfb8d411a3ad3e07843615a72249758" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "thiserror-no-std" +version = "2.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3ad459d94dd517257cc96add8a43190ee620011bb6e6cdc82dafd97dfafafea" +dependencies = [ + "thiserror-impl-no-std", +] + +[[package]] +name = "thread_local" +version = "1.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" +dependencies = [ + "cfg-if", + "once_cell", +] + +[[package]] +name = "threadpool" +version = "1.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" +dependencies = [ + "num_cpus", +] + +[[package]] +name = "tikv-jemalloc-ctl" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f21f216790c8df74ce3ab25b534e0718da5a1916719771d3fec23315c99e468b" +dependencies = [ + "libc", + "paste", + "tikv-jemalloc-sys", +] + +[[package]] +name = "tikv-jemalloc-sys" +version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d" +dependencies = [ + "cc", + "libc", +] + +[[package]] +name = "tikv-jemallocator" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cec5ff18518d81584f477e9bfdf957f5bb0979b0bac3af4ca30b5b3ae2d2865" +dependencies = [ + "libc", + "tikv-jemalloc-sys", +] + +[[package]] +name = "time" +version = "0.3.36" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" +dependencies = [ + "deranged", + "itoa", + "js-sys", + "libc", + "num-conv", + "num_threads", + "powerfmt", + "serde", + "time-core", + "time-macros", +] + +[[package]] +name = "time-core" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" + +[[package]] +name = "time-macros" +version = "0.2.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" +dependencies = [ + "num-conv", + "time-core", +] + +[[package]] +name = "tiny-keccak" +version = "2.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" +dependencies = [ + "crunchy", +] + +[[package]] +name = "tinystr" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" +dependencies = [ + "displaydoc", + "zerovec", +] + +[[package]] +name = "tinyvec" +version = "1.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" +dependencies = [ + "tinyvec_macros", +] + +[[package]] +name = "tinyvec_macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" + +[[package]] +name = "tokio" +version = "1.40.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" +dependencies = [ + "backtrace", + "bytes", + "libc", + "mio 1.0.2", + "parking_lot 0.12.3", + "pin-project-lite", + "signal-hook-registry", + "socket2 0.5.7", + "tokio-macros", + "windows-sys 0.52.0", +] + +[[package]] +name = "tokio-macros" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "tokio-rustls" +version = "0.26.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" +dependencies = [ + "rustls", + "rustls-pki-types", + "tokio", +] + +[[package]] +name = "tokio-stream" +version = "0.1.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" +dependencies = [ + "futures-core", + "pin-project-lite", + "tokio", + "tokio-util", +] + +[[package]] +name = "tokio-tungstenite" +version = "0.24.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9" +dependencies = [ + "futures-util", + "log", + "rustls", + "rustls-pki-types", + "tokio", + "tokio-rustls", + "tungstenite", + "webpki-roots", +] + +[[package]] +name = "tokio-util" +version = "0.7.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" +dependencies = [ + "bytes", + "futures-core", + "futures-io", + "futures-sink", + "pin-project-lite", + "slab", + "tokio", +] + +[[package]] +name = "toml" +version = "0.8.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" +dependencies = [ + "serde", + "serde_spanned", + "toml_datetime", + "toml_edit", +] + +[[package]] +name = "toml_datetime" +version = "0.6.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" +dependencies = [ + "serde", +] + +[[package]] +name = "toml_edit" +version = "0.22.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" +dependencies = [ + "indexmap 2.6.0", + "serde", + "serde_spanned", + "toml_datetime", + "winnow", +] + +[[package]] +name = "tower" +version = "0.4.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" +dependencies = [ + "futures-core", + "futures-util", + "hdrhistogram", + "indexmap 1.9.3", + "pin-project", + "pin-project-lite", + "rand", + "slab", + "tokio", + "tokio-util", + "tower-layer", + "tower-service", + "tracing", +] + +[[package]] +name = "tower" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f" +dependencies = [ + "futures-core", + "futures-util", + "pin-project-lite", + "sync_wrapper 0.1.2", + "tower-layer", + "tower-service", +] + +[[package]] +name = "tower-http" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" +dependencies = [ + "async-compression", + "base64 0.21.7", + "bitflags 2.6.0", + "bytes", + "futures-core", + "futures-util", + "http", + "http-body", + "http-body-util", + "http-range-header", + "httpdate", + "iri-string", + "mime", + "mime_guess", + "percent-encoding", + "pin-project-lite", + "tokio", + "tokio-util", + "tower 0.4.13", + "tower-layer", + "tower-service", + "tracing", + "uuid", +] + +[[package]] +name = "tower-layer" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" + +[[package]] +name = "tower-service" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" + +[[package]] +name = "tracing" +version = "0.1.40" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" +dependencies = [ + "log", + "pin-project-lite", + "tracing-attributes", + "tracing-core", +] + +[[package]] +name = "tracing-appender" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf" +dependencies = [ + "crossbeam-channel", + "thiserror", + "time", + "tracing-subscriber", +] + +[[package]] +name = "tracing-attributes" +version = "0.1.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "tracing-core" +version = "0.1.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" +dependencies = [ + "once_cell", + "valuable", +] + +[[package]] +name = "tracing-futures" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" +dependencies = [ + "pin-project", + "tracing", +] + +[[package]] +name = "tracing-journald" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba316a74e8fc3c3896a850dba2375928a9fa171b085ecddfc7c054d39970f3fd" +dependencies = [ + "libc", + "tracing-core", + "tracing-subscriber", +] + +[[package]] +name = "tracing-log" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" +dependencies = [ + "log", + "once_cell", + "tracing-core", +] + +[[package]] +name = "tracing-logfmt" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b1f47d22deb79c3f59fcf2a1f00f60cbdc05462bf17d1cd356c1fefa3f444bd" +dependencies = [ + "time", + "tracing", + "tracing-core", + "tracing-subscriber", +] + +[[package]] +name = "tracing-serde" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1" +dependencies = [ + "serde", + "tracing-core", +] + +[[package]] +name = "tracing-subscriber" +version = "0.3.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" +dependencies = [ + "matchers", + "nu-ansi-term", + "once_cell", + "regex", + "serde", + "serde_json", + "sharded-slab", + "smallvec", + "thread_local", + "tracing", + "tracing-core", + "tracing-log", + "tracing-serde", +] + +[[package]] +name = "trust-dns-proto" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374" +dependencies = [ + "async-trait", + "cfg-if", + "data-encoding", + "enum-as-inner", + "futures-channel", + "futures-io", + "futures-util", + "idna 0.4.0", + "ipnet", + "once_cell", + "rand", + "smallvec", + "thiserror", + "tinyvec", + "tokio", + "tracing", + "url", +] + +[[package]] +name = "trust-dns-resolver" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6" +dependencies = [ + "cfg-if", + "futures-util", + "ipconfig", + "lru-cache", + "once_cell", + "parking_lot 0.12.3", + "rand", + "resolv-conf", + "smallvec", + "thiserror", + "tokio", + "tracing", + "trust-dns-proto", +] + +[[package]] +name = "try-lock" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" + +[[package]] +name = "tungstenite" +version = "0.24.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a" +dependencies = [ + "byteorder", + "bytes", + "data-encoding", + "http", + "httparse", + "log", + "rand", + "rustls", + "rustls-pki-types", + "sha1", + "thiserror", + "utf-8", +] + +[[package]] +name = "typenum" +version = "1.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" + +[[package]] +name = "ucd-trie" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" + +[[package]] +name = "uint" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52" +dependencies = [ + "byteorder", + "crunchy", + "hex", + "static_assertions", +] + +[[package]] +name = "unarray" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" + +[[package]] +name = "unicase" +version = "2.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" +dependencies = [ + "version_check", +] + +[[package]] +name = "unicode-bidi" +version = "0.3.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893" + +[[package]] +name = "unicode-ident" +version = "1.0.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" + +[[package]] +name = "unicode-normalization" +version = "0.1.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" +dependencies = [ + "tinyvec", +] + +[[package]] +name = "unicode-segmentation" +version = "1.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" + +[[package]] +name = "unicode-truncate" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf" +dependencies = [ + "itertools 0.13.0", + "unicode-segmentation", + "unicode-width", +] + +[[package]] +name = "unicode-width" +version = "0.1.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" + +[[package]] +name = "unicode-xid" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" + +[[package]] +name = "universal-hash" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" +dependencies = [ + "crypto-common", + "subtle", +] + +[[package]] +name = "unsigned-varint" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105" + +[[package]] +name = "unsigned-varint" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" + +[[package]] +name = "untrusted" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" + +[[package]] +name = "url" +version = "2.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" +dependencies = [ + "form_urlencoded", + "idna 0.5.0", + "percent-encoding", +] + +[[package]] +name = "utf-8" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" + +[[package]] +name = "utf16_iter" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" + +[[package]] +name = "utf8_iter" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" + +[[package]] +name = "utf8parse" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" + +[[package]] +name = "uuid" +version = "1.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" +dependencies = [ + "getrandom", +] + +[[package]] +name = "valuable" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" + +[[package]] +name = "vergen" +version = "8.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2990d9ea5967266ea0ccf413a4aa5c42a93dbcfda9cb49a97de6931726b12566" +dependencies = [ + "anyhow", + "cargo_metadata", + "cfg-if", + "regex", + "rustversion", + "time", +] + +[[package]] +name = "version_check" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" + +[[package]] +name = "wait-timeout" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" +dependencies = [ + "libc", +] + +[[package]] +name = "walkdir" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" +dependencies = [ + "same-file", + "winapi-util", +] + +[[package]] +name = "want" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" +dependencies = [ + "try-lock", +] + +[[package]] +name = "wasi" +version = "0.11.0+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" + +[[package]] +name = "wasm-bindgen" +version = "0.2.93" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" +dependencies = [ + "cfg-if", + "once_cell", + "wasm-bindgen-macro", +] + +[[package]] +name = "wasm-bindgen-backend" +version = "0.2.93" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" +dependencies = [ + "bumpalo", + "log", + "once_cell", + "proc-macro2", + "quote", + "syn 2.0.79", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-futures" +version = "0.4.43" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed" +dependencies = [ + "cfg-if", + "js-sys", + "wasm-bindgen", + "web-sys", +] + +[[package]] +name = "wasm-bindgen-macro" +version = "0.2.93" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" +dependencies = [ + "quote", + "wasm-bindgen-macro-support", +] + +[[package]] +name = "wasm-bindgen-macro-support" +version = "0.2.93" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", + "wasm-bindgen-backend", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-shared" +version = "0.2.93" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" + +[[package]] +name = "web-sys" +version = "0.3.70" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "webpki-roots" +version = "0.26.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958" +dependencies = [ + "rustls-pki-types", +] + +[[package]] +name = "widestring" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" + +[[package]] +name = "winapi" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" +dependencies = [ + "winapi-i686-pc-windows-gnu", + "winapi-x86_64-pc-windows-gnu", +] + +[[package]] +name = "winapi-i686-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" + +[[package]] +name = "winapi-util" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" +dependencies = [ + "windows-sys 0.59.0", +] + +[[package]] +name = "winapi-x86_64-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" + +[[package]] +name = "windows" +version = "0.57.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143" +dependencies = [ + "windows-core 0.57.0", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-core" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-core" +version = "0.57.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d" +dependencies = [ + "windows-implement", + "windows-interface", + "windows-result 0.1.2", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-implement" +version = "0.57.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "windows-interface" +version = "0.57.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "windows-registry" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" +dependencies = [ + "windows-result 0.2.0", + "windows-strings", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-result" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-result" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-strings" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" +dependencies = [ + "windows-result 0.2.0", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-sys" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" +dependencies = [ + "windows-targets 0.48.5", +] + +[[package]] +name = "windows-sys" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-targets" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" +dependencies = [ + "windows_aarch64_gnullvm 0.48.5", + "windows_aarch64_msvc 0.48.5", + "windows_i686_gnu 0.48.5", + "windows_i686_msvc 0.48.5", + "windows_x86_64_gnu 0.48.5", + "windows_x86_64_gnullvm 0.48.5", + "windows_x86_64_msvc 0.48.5", +] + +[[package]] +name = "windows-targets" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" +dependencies = [ + "windows_aarch64_gnullvm 0.52.6", + "windows_aarch64_msvc 0.52.6", + "windows_i686_gnu 0.52.6", + "windows_i686_gnullvm", + "windows_i686_msvc 0.52.6", + "windows_x86_64_gnu 0.52.6", + "windows_x86_64_gnullvm 0.52.6", + "windows_x86_64_msvc 0.52.6", +] + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" + +[[package]] +name = "windows_i686_gnu" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" + +[[package]] +name = "windows_i686_gnu" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" + +[[package]] +name = "windows_i686_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" + +[[package]] +name = "windows_i686_msvc" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" + +[[package]] +name = "windows_i686_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" + +[[package]] +name = "winnow" +version = "0.6.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" +dependencies = [ + "memchr", +] + +[[package]] +name = "winreg" +version = "0.50.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" +dependencies = [ + "cfg-if", + "windows-sys 0.48.0", +] + +[[package]] +name = "write16" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" + +[[package]] +name = "writeable" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" + +[[package]] +name = "ws_stream_wasm" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7999f5f4217fe3818726b66257a4475f71e74ffd190776ad053fa159e50737f5" +dependencies = [ + "async_io_stream", + "futures", + "js-sys", + "log", + "pharos", + "rustc_version 0.4.1", + "send_wrapper 0.6.0", + "thiserror", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", +] + +[[package]] +name = "wyz" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" +dependencies = [ + "tap", +] + +[[package]] +name = "yansi" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" + +[[package]] +name = "yoke" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" +dependencies = [ + "serde", + "stable_deref_trait", + "yoke-derive", + "zerofrom", +] + +[[package]] +name = "yoke-derive" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", + "synstructure", +] + +[[package]] +name = "zerocopy" +version = "0.7.35" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" +dependencies = [ + "byteorder", + "zerocopy-derive", +] + +[[package]] +name = "zerocopy-derive" +version = "0.7.35" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "zerofrom" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" +dependencies = [ + "zerofrom-derive", +] + +[[package]] +name = "zerofrom-derive" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", + "synstructure", +] + +[[package]] +name = "zeroize" +version = "1.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" +dependencies = [ + "zeroize_derive", +] + +[[package]] +name = "zeroize_derive" +version = "1.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "zerovec" +version = "0.10.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" +dependencies = [ + "yoke", + "zerofrom", + "zerovec-derive", +] + +[[package]] +name = "zerovec-derive" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.79", +] + +[[package]] +name = "zstd" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" +dependencies = [ + "zstd-safe", +] + +[[package]] +name = "zstd-safe" +version = "7.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059" +dependencies = [ + "zstd-sys", +] + +[[package]] +name = "zstd-sys" +version = "2.0.13+zstd.1.5.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" +dependencies = [ + "cc", + "pkg-config", +] diff --git a/book/sources/Cargo.toml b/book/sources/Cargo.toml new file mode 100644 index 000000000000..1214313e6021 --- /dev/null +++ b/book/sources/Cargo.toml @@ -0,0 +1,9 @@ +[workspace] +members = [ + "hello-world", +] + +# Explicitly set the resolver to version 2, which is the default for packages with edition >= 2021 +# https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html +resolver = "2" + From 2ba9054e5c121b12fb6fde7f27e92391987efe53 Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Mon, 7 Oct 2024 17:55:46 +0100 Subject: [PATCH 03/10] ignore book's lock --- .gitignore | 5 +- book/sources/Cargo.lock | 9730 --------------------------------------- 2 files changed, 4 insertions(+), 9731 deletions(-) delete mode 100644 book/sources/Cargo.lock diff --git a/.gitignore b/.gitignore index 2d5d851a5055..00f776542422 100644 --- a/.gitignore +++ b/.gitignore @@ -49,4 +49,7 @@ jwttoken/ crates/storage/libmdbx-rs/mdbx-sys/libmdbx/cmake-build-debug # Rust bug report -rustc-ice-* \ No newline at end of file +rustc-ice-* + +# Book sources should be able to build with the latest version +book/sources/Cargo.lock diff --git a/book/sources/Cargo.lock b/book/sources/Cargo.lock deleted file mode 100644 index 8fdecab0ef81..000000000000 --- a/book/sources/Cargo.lock +++ /dev/null @@ -1,9730 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -version = 3 - -[[package]] -name = "addr2line" -version = "0.24.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" -dependencies = [ - "gimli", -] - -[[package]] -name = "adler2" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" - -[[package]] -name = "aead" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" -dependencies = [ - "crypto-common", - "generic-array", -] - -[[package]] -name = "aes" -version = "0.8.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" -dependencies = [ - "cfg-if", - "cipher", - "cpufeatures", -] - -[[package]] -name = "aes-gcm" -version = "0.10.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" -dependencies = [ - "aead", - "aes", - "cipher", - "ctr", - "ghash", - "subtle", -] - -[[package]] -name = "ahash" -version = "0.8.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" -dependencies = [ - "cfg-if", - "getrandom", - "once_cell", - "version_check", - "zerocopy", -] - -[[package]] -name = "aho-corasick" -version = "1.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" -dependencies = [ - "memchr", -] - -[[package]] -name = "alloc-no-stdlib" -version = "2.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" - -[[package]] -name = "alloc-stdlib" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" -dependencies = [ - "alloc-no-stdlib", -] - -[[package]] -name = "allocator-api2" -version = "0.2.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" - -[[package]] -name = "alloy-chains" -version = "0.1.36" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94c225801d42099570d0674701dddd4142f0ef715282aeb5985042e2ec962df7" -dependencies = [ - "alloy-rlp", - "num_enum", - "serde", - "strum", -] - -[[package]] -name = "alloy-consensus" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "705687d5bfd019fee57cf9e206b27b30a9a9617535d5590a02b171e813208f8e" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "alloy-serde", - "arbitrary", - "auto_impl", - "c-kzg", - "derive_more", - "serde", - "serde_with", -] - -[[package]] -name = "alloy-dyn-abi" -version = "0.8.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1109c57718022ac84c194f775977a534e1b3969b405e55693a61c42187cc0612" -dependencies = [ - "alloy-json-abi", - "alloy-primitives", - "alloy-sol-type-parser", - "alloy-sol-types", - "const-hex", - "derive_more", - "itoa", - "serde", - "serde_json", - "winnow", -] - -[[package]] -name = "alloy-eip2930" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0069cf0642457f87a01a014f6dc29d5d893cd4fd8fddf0c3cdfad1bb3ebafc41" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "arbitrary", - "rand", - "serde", -] - -[[package]] -name = "alloy-eip7702" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea59dc42102bc9a1905dc57901edc6dd48b9f38115df86c7d252acba70d71d04" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "arbitrary", - "k256", - "rand", - "serde", - "serde_with", -] - -[[package]] -name = "alloy-eips" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ffb906284a1e1f63c4607da2068c8197458a352d0b3e9796e67353d72a9be85" -dependencies = [ - "alloy-eip2930", - "alloy-eip7702", - "alloy-primitives", - "alloy-rlp", - "alloy-serde", - "arbitrary", - "c-kzg", - "derive_more", - "once_cell", - "serde", - "sha2 0.10.8", -] - -[[package]] -name = "alloy-genesis" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8429cf4554eed9b40feec7f4451113e76596086447550275e3def933faf47ce3" -dependencies = [ - "alloy-primitives", - "alloy-serde", - "serde", -] - -[[package]] -name = "alloy-json-abi" -version = "0.8.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4cc0e59c803dd44d14fc0cfa9fea1f74cfa8fd9fb60ca303ced390c58c28d4e" -dependencies = [ - "alloy-primitives", - "alloy-sol-type-parser", - "serde", - "serde_json", -] - -[[package]] -name = "alloy-json-rpc" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8fa8a1a3c4cbd221f2b8e3693aeb328fca79a757fe556ed08e47bbbc2a70db7" -dependencies = [ - "alloy-primitives", - "alloy-sol-types", - "serde", - "serde_json", - "thiserror", - "tracing", -] - -[[package]] -name = "alloy-network" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85fa23a6a9d612b52e402c995f2d582c25165ec03ac6edf64c861a76bc5b87cd" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-json-rpc", - "alloy-network-primitives", - "alloy-primitives", - "alloy-rpc-types-eth", - "alloy-serde", - "alloy-signer", - "alloy-sol-types", - "async-trait", - "auto_impl", - "futures-utils-wasm", - "thiserror", -] - -[[package]] -name = "alloy-network-primitives" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "801492711d4392b2ccf5fc0bc69e299fa1aab15167d74dcaa9aab96a54f684bd" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-serde", - "serde", -] - -[[package]] -name = "alloy-primitives" -version = "0.8.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a289ffd7448036f2f436b377f981c79ce0b2090877bad938d43387dc09931877" -dependencies = [ - "alloy-rlp", - "arbitrary", - "bytes", - "cfg-if", - "const-hex", - "derive_arbitrary", - "derive_more", - "foldhash", - "getrandom", - "hashbrown 0.15.0", - "hex-literal", - "indexmap 2.6.0", - "itoa", - "k256", - "keccak-asm", - "paste", - "proptest", - "proptest-derive", - "rand", - "ruint", - "rustc-hash 2.0.0", - "serde", - "sha3", - "tiny-keccak", -] - -[[package]] -name = "alloy-provider" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcfaa4ffec0af04e3555686b8aacbcdf7d13638133a0672749209069750f78a6" -dependencies = [ - "alloy-chains", - "alloy-consensus", - "alloy-eips", - "alloy-json-rpc", - "alloy-network", - "alloy-network-primitives", - "alloy-primitives", - "alloy-pubsub", - "alloy-rpc-client", - "alloy-rpc-types-eth", - "alloy-transport", - "alloy-transport-http", - "alloy-transport-ws", - "async-stream", - "async-trait", - "auto_impl", - "dashmap 6.1.0", - "futures", - "futures-utils-wasm", - "lru", - "pin-project", - "reqwest", - "serde", - "serde_json", - "thiserror", - "tokio", - "tracing", - "url", -] - -[[package]] -name = "alloy-pubsub" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f32cef487122ae75c91eb50154c70801d71fabdb976fec6c49e0af5e6486ab15" -dependencies = [ - "alloy-json-rpc", - "alloy-primitives", - "alloy-transport", - "bimap", - "futures", - "serde", - "serde_json", - "tokio", - "tokio-stream", - "tower 0.5.1", - "tracing", -] - -[[package]] -name = "alloy-rlp" -version = "0.3.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26154390b1d205a4a7ac7352aa2eb4f81f391399d4e2f546fb81a2f8bb383f62" -dependencies = [ - "alloy-rlp-derive", - "arrayvec", - "bytes", -] - -[[package]] -name = "alloy-rlp-derive" -version = "0.3.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d0f2d905ebd295e7effec65e5f6868d153936130ae718352771de3e7d03c75c" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "alloy-rpc-client" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "370143ed581aace6e663342d21d209c6b2e34ee6142f7d6675adb518deeaf0dc" -dependencies = [ - "alloy-json-rpc", - "alloy-primitives", - "alloy-pubsub", - "alloy-transport", - "alloy-transport-http", - "alloy-transport-ws", - "futures", - "pin-project", - "reqwest", - "serde", - "serde_json", - "tokio", - "tokio-stream", - "tower 0.5.1", - "tracing", - "url", -] - -[[package]] -name = "alloy-rpc-types" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ffc534b7919e18f35e3aa1f507b6f3d9d92ec298463a9f6beaac112809d8d06" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types-engine", - "alloy-rpc-types-eth", - "alloy-serde", - "serde", -] - -[[package]] -name = "alloy-rpc-types-admin" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb520ed46cc5b7d8c014a73fdd77b6a310383a2a5c0a5ae3c9b8055881f062b7" -dependencies = [ - "alloy-genesis", - "alloy-primitives", - "serde", - "serde_json", -] - -[[package]] -name = "alloy-rpc-types-anvil" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d780adaa5d95b07ad92006b2feb68ecfa7e2015f7d5976ceaac4c906c73ebd07" -dependencies = [ - "alloy-primitives", - "alloy-serde", - "serde", -] - -[[package]] -name = "alloy-rpc-types-beacon" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a8dc5980fe30203d698627cddb5f0cedc57f900c8b5e1229c8b9448e37acb4a" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rpc-types-engine", - "serde", - "serde_with", - "thiserror", -] - -[[package]] -name = "alloy-rpc-types-debug" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59d8f8c5bfb160081a772f1f68eb9a37e8929c4ef74e5d01f5b78c2b645a5c5e" -dependencies = [ - "alloy-primitives", - "serde", -] - -[[package]] -name = "alloy-rpc-types-engine" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0285c4c09f838ab830048b780d7f4a4f460f309aa1194bb049843309524c64c" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "alloy-serde", - "derive_more", - "jsonrpsee-types", - "jsonwebtoken", - "rand", - "serde", - "strum", -] - -[[package]] -name = "alloy-rpc-types-eth" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413f4aa3ccf2c3e4234a047c5fa4727916d7daf25a89f9b765df0ba09784fd87" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-network-primitives", - "alloy-primitives", - "alloy-rlp", - "alloy-serde", - "alloy-sol-types", - "derive_more", - "itertools 0.13.0", - "jsonrpsee-types", - "serde", - "serde_json", -] - -[[package]] -name = "alloy-rpc-types-mev" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cec23ce56c869eec5f6b6fd6a8a92b5aa0cfaf8d7be3a96502e537554dc7430" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-serde", - "serde", - "serde_json", -] - -[[package]] -name = "alloy-rpc-types-trace" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "017cad3e5793c5613588c1f9732bcbad77e820ba7d0feaba3527749f856fdbc5" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types-eth", - "alloy-serde", - "serde", - "serde_json", - "thiserror", -] - -[[package]] -name = "alloy-rpc-types-txpool" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b230e321c416be7f50530159392b4c41a45596d40d97e185575bcd0b545e521" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types-eth", - "alloy-serde", - "serde", -] - -[[package]] -name = "alloy-serde" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dff0ab1cdd43ca001e324dc27ee0e8606bd2161d6623c63e0e0b8c4dfc13600" -dependencies = [ - "alloy-primitives", - "arbitrary", - "serde", - "serde_json", -] - -[[package]] -name = "alloy-signer" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fd4e0ad79c81a27ca659be5d176ca12399141659fef2bcbfdc848da478f4504" -dependencies = [ - "alloy-primitives", - "async-trait", - "auto_impl", - "elliptic-curve", - "k256", - "thiserror", -] - -[[package]] -name = "alloy-signer-local" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "494e0a256f3e99f2426f994bcd1be312c02cb8f88260088dacb33a8b8936475f" -dependencies = [ - "alloy-consensus", - "alloy-network", - "alloy-primitives", - "alloy-signer", - "async-trait", - "k256", - "rand", - "thiserror", -] - -[[package]] -name = "alloy-sol-macro" -version = "0.8.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0409e3ba5d1de409997a7db8b8e9d679d52088c1dee042a85033affd3cadeab4" -dependencies = [ - "alloy-sol-macro-expander", - "alloy-sol-macro-input", - "proc-macro-error2", - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "alloy-sol-macro-expander" -version = "0.8.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18372ef450d59f74c7a64a738f546ba82c92f816597fed1802ef559304c81f1" -dependencies = [ - "alloy-sol-macro-input", - "const-hex", - "heck", - "indexmap 2.6.0", - "proc-macro-error2", - "proc-macro2", - "quote", - "syn 2.0.79", - "syn-solidity", - "tiny-keccak", -] - -[[package]] -name = "alloy-sol-macro-input" -version = "0.8.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7bad89dd0d5f109e8feeaf787a9ed7a05a91a9a0efc6687d147a70ebca8eff7" -dependencies = [ - "const-hex", - "dunce", - "heck", - "proc-macro2", - "quote", - "syn 2.0.79", - "syn-solidity", -] - -[[package]] -name = "alloy-sol-type-parser" -version = "0.8.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbd3548d5262867c2c4be6223fe4f2583e21ade0ca1c307fd23bc7f28fca479e" -dependencies = [ - "serde", - "winnow", -] - -[[package]] -name = "alloy-sol-types" -version = "0.8.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4aa666f1036341b46625e72bd36878bf45ad0185f1b88601223e1ec6ed4b72b1" -dependencies = [ - "alloy-json-abi", - "alloy-primitives", - "alloy-sol-macro", - "const-hex", - "serde", -] - -[[package]] -name = "alloy-transport" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ac3e97dad3d31770db0fc89bd6a63b789fbae78963086733f960cf32c483904" -dependencies = [ - "alloy-json-rpc", - "base64 0.22.1", - "futures-util", - "futures-utils-wasm", - "serde", - "serde_json", - "thiserror", - "tokio", - "tower 0.5.1", - "tracing", - "url", -] - -[[package]] -name = "alloy-transport-http" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b367dcccada5b28987c2296717ee04b9a5637aacd78eacb1726ef211678b5212" -dependencies = [ - "alloy-json-rpc", - "alloy-transport", - "reqwest", - "serde_json", - "tower 0.5.1", - "tracing", - "url", -] - -[[package]] -name = "alloy-transport-ws" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7153b88690de6a50bba81c11e1d706bc41dbb90126d607404d60b763f6a3947f" -dependencies = [ - "alloy-pubsub", - "alloy-transport", - "futures", - "http", - "rustls", - "serde_json", - "tokio", - "tokio-tungstenite", - "tracing", - "ws_stream_wasm", -] - -[[package]] -name = "alloy-trie" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9703ce68b97f8faae6f7739d1e003fc97621b856953cbcdbb2b515743f23288" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "derive_more", - "nybbles", - "serde", - "smallvec", - "tracing", -] - -[[package]] -name = "android-tzdata" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" - -[[package]] -name = "android_system_properties" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" -dependencies = [ - "libc", -] - -[[package]] -name = "anstream" -version = "0.6.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" -dependencies = [ - "anstyle", - "anstyle-parse", - "anstyle-query", - "anstyle-wincon", - "colorchoice", - "is_terminal_polyfill", - "utf8parse", -] - -[[package]] -name = "anstyle" -version = "1.0.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" - -[[package]] -name = "anstyle-parse" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" -dependencies = [ - "utf8parse", -] - -[[package]] -name = "anstyle-query" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" -dependencies = [ - "windows-sys 0.52.0", -] - -[[package]] -name = "anstyle-wincon" -version = "3.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" -dependencies = [ - "anstyle", - "windows-sys 0.52.0", -] - -[[package]] -name = "anyhow" -version = "1.0.89" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" - -[[package]] -name = "aquamarine" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21cc1548309245035eb18aa7f0967da6bc65587005170c56e6ef2788a4cf3f4e" -dependencies = [ - "include_dir", - "itertools 0.10.5", - "proc-macro-error", - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "arbitrary" -version = "1.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" -dependencies = [ - "derive_arbitrary", -] - -[[package]] -name = "ark-ff" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b3235cc41ee7a12aaaf2c575a2ad7b46713a8a50bda2fc3b003a04845c05dd6" -dependencies = [ - "ark-ff-asm 0.3.0", - "ark-ff-macros 0.3.0", - "ark-serialize 0.3.0", - "ark-std 0.3.0", - "derivative", - "num-bigint", - "num-traits", - "paste", - "rustc_version 0.3.3", - "zeroize", -] - -[[package]] -name = "ark-ff" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba" -dependencies = [ - "ark-ff-asm 0.4.2", - "ark-ff-macros 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "derivative", - "digest 0.10.7", - "itertools 0.10.5", - "num-bigint", - "num-traits", - "paste", - "rustc_version 0.4.1", - "zeroize", -] - -[[package]] -name = "ark-ff-asm" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db02d390bf6643fb404d3d22d31aee1c4bc4459600aef9113833d17e786c6e44" -dependencies = [ - "quote", - "syn 1.0.109", -] - -[[package]] -name = "ark-ff-asm" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348" -dependencies = [ - "quote", - "syn 1.0.109", -] - -[[package]] -name = "ark-ff-macros" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db2fd794a08ccb318058009eefdf15bcaaaaf6f8161eb3345f907222bac38b20" -dependencies = [ - "num-bigint", - "num-traits", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "ark-ff-macros" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565" -dependencies = [ - "num-bigint", - "num-traits", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "ark-serialize" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d6c2b318ee6e10f8c2853e73a83adc0ccb88995aa978d8a3408d492ab2ee671" -dependencies = [ - "ark-std 0.3.0", - "digest 0.9.0", -] - -[[package]] -name = "ark-serialize" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5" -dependencies = [ - "ark-std 0.4.0", - "digest 0.10.7", - "num-bigint", -] - -[[package]] -name = "ark-std" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1df2c09229cbc5a028b1d70e00fdb2acee28b1055dfb5ca73eea49c5a25c4e7c" -dependencies = [ - "num-traits", - "rand", -] - -[[package]] -name = "ark-std" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" -dependencies = [ - "num-traits", - "rand", -] - -[[package]] -name = "arrayref" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" - -[[package]] -name = "arrayvec" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" - -[[package]] -name = "asn1_der" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "155a5a185e42c6b77ac7b88a15143d930a9e9727a5b7b77eed417404ab15c247" - -[[package]] -name = "async-compression" -version = "0.4.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e614738943d3f68c628ae3dbce7c3daffb196665f82f8c8ea6b65de73c79429" -dependencies = [ - "brotli", - "flate2", - "futures-core", - "memchr", - "pin-project-lite", - "tokio", - "zstd", - "zstd-safe", -] - -[[package]] -name = "async-stream" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" -dependencies = [ - "async-stream-impl", - "futures-core", - "pin-project-lite", -] - -[[package]] -name = "async-stream-impl" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "async-trait" -version = "0.1.83" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "async_io_stream" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c" -dependencies = [ - "futures", - "pharos", - "rustc_version 0.4.1", -] - -[[package]] -name = "atomic-waker" -version = "1.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" - -[[package]] -name = "aurora-engine-modexp" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0aef7712851e524f35fbbb74fa6599c5cd8692056a1c36f9ca0d2001b670e7e5" -dependencies = [ - "hex", - "num", -] - -[[package]] -name = "auto_impl" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "autocfg" -version = "1.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" - -[[package]] -name = "backon" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4fa97bb310c33c811334143cf64c5bb2b7b3c06e453db6b095d7061eff8f113" -dependencies = [ - "fastrand", - "tokio", -] - -[[package]] -name = "backtrace" -version = "0.3.74" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" -dependencies = [ - "addr2line", - "cfg-if", - "libc", - "miniz_oxide", - "object", - "rustc-demangle", - "windows-targets 0.52.6", -] - -[[package]] -name = "base-x" -version = "0.2.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" - -[[package]] -name = "base16ct" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" - -[[package]] -name = "base64" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" - -[[package]] -name = "base64" -version = "0.21.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" - -[[package]] -name = "base64" -version = "0.22.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" - -[[package]] -name = "base64ct" -version = "1.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" - -[[package]] -name = "bimap" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7" - -[[package]] -name = "bincode" -version = "1.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" -dependencies = [ - "serde", -] - -[[package]] -name = "bindgen" -version = "0.70.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f" -dependencies = [ - "bitflags 2.6.0", - "cexpr", - "clang-sys", - "itertools 0.13.0", - "proc-macro2", - "quote", - "regex", - "rustc-hash 1.1.0", - "shlex", - "syn 2.0.79", -] - -[[package]] -name = "bit-set" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" -dependencies = [ - "bit-vec", -] - -[[package]] -name = "bit-vec" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" - -[[package]] -name = "bitflags" -version = "1.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" - -[[package]] -name = "bitflags" -version = "2.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" -dependencies = [ - "serde", -] - -[[package]] -name = "bitvec" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" -dependencies = [ - "funty", - "radium", - "serde", - "tap", - "wyz", -] - -[[package]] -name = "block-buffer" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" -dependencies = [ - "generic-array", -] - -[[package]] -name = "block-buffer" -version = "0.10.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" -dependencies = [ - "generic-array", -] - -[[package]] -name = "block-padding" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" -dependencies = [ - "generic-array", -] - -[[package]] -name = "blst" -version = "0.3.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4378725facc195f1a538864863f6de233b500a8862747e7f165078a419d5e874" -dependencies = [ - "cc", - "glob", - "threadpool", - "zeroize", -] - -[[package]] -name = "boa_ast" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a69ee3a749ea36d4e56d92941e7b25076b493d4917c3d155b6cf369e23547d9" -dependencies = [ - "bitflags 2.6.0", - "boa_interner", - "boa_macros", - "indexmap 2.6.0", - "num-bigint", - "rustc-hash 2.0.0", -] - -[[package]] -name = "boa_engine" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e4559b35b80ceb2e6328481c0eca9a24506663ea33ee1e279be6b5b618b25c" -dependencies = [ - "arrayvec", - "bitflags 2.6.0", - "boa_ast", - "boa_gc", - "boa_interner", - "boa_macros", - "boa_parser", - "boa_profiler", - "boa_string", - "bytemuck", - "cfg-if", - "dashmap 5.5.3", - "fast-float", - "hashbrown 0.14.5", - "icu_normalizer", - "indexmap 2.6.0", - "intrusive-collections", - "itertools 0.13.0", - "num-bigint", - "num-integer", - "num-traits", - "num_enum", - "once_cell", - "pollster", - "portable-atomic", - "rand", - "regress", - "rustc-hash 2.0.0", - "ryu-js", - "serde", - "serde_json", - "sptr", - "static_assertions", - "tap", - "thin-vec", - "thiserror", - "time", -] - -[[package]] -name = "boa_gc" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "716406f57d67bc3ac7fd227d5513b42df401dff14a3be22cbd8ee29817225363" -dependencies = [ - "boa_macros", - "boa_profiler", - "boa_string", - "hashbrown 0.14.5", - "thin-vec", -] - -[[package]] -name = "boa_interner" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e18df2272616e1ba0322a69333d37dbb78797f1aa0595aad9dc41e8ecd06ad9" -dependencies = [ - "boa_gc", - "boa_macros", - "hashbrown 0.14.5", - "indexmap 2.6.0", - "once_cell", - "phf", - "rustc-hash 2.0.0", - "static_assertions", -] - -[[package]] -name = "boa_macros" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "240f4126219a83519bad05c9a40bfc0303921eeb571fc2d7e44c17ffac99d3f1" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", - "synstructure", -] - -[[package]] -name = "boa_parser" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b59dc05bf1dc019b11478a92986f590cff43fced4d20e866eefb913493e91c" -dependencies = [ - "bitflags 2.6.0", - "boa_ast", - "boa_interner", - "boa_macros", - "boa_profiler", - "fast-float", - "icu_properties", - "num-bigint", - "num-traits", - "regress", - "rustc-hash 2.0.0", -] - -[[package]] -name = "boa_profiler" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00ee0645509b3b91abd724f25072649d9e8e65653a78ff0b6e592788a58dd838" - -[[package]] -name = "boa_string" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae85205289bab1f2c7c8a30ddf0541cf89ba2ff7dbd144feef50bbfa664288d4" -dependencies = [ - "fast-float", - "paste", - "rustc-hash 2.0.0", - "sptr", - "static_assertions", -] - -[[package]] -name = "boyer-moore-magiclen" -version = "0.2.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95e6233f2d926b5b123caf9d58e3885885255567fbe7776a7fdcae2a4d7241c4" -dependencies = [ - "debug-helper", -] - -[[package]] -name = "brotli" -version = "7.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd" -dependencies = [ - "alloc-no-stdlib", - "alloc-stdlib", - "brotli-decompressor", -] - -[[package]] -name = "brotli-decompressor" -version = "4.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" -dependencies = [ - "alloc-no-stdlib", - "alloc-stdlib", -] - -[[package]] -name = "bs58" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" -dependencies = [ - "tinyvec", -] - -[[package]] -name = "bumpalo" -version = "3.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" - -[[package]] -name = "byte-slice-cast" -version = "1.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" - -[[package]] -name = "bytemuck" -version = "1.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae" -dependencies = [ - "bytemuck_derive", -] - -[[package]] -name = "bytemuck_derive" -version = "1.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "byteorder" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" - -[[package]] -name = "bytes" -version = "1.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" -dependencies = [ - "serde", -] - -[[package]] -name = "c-kzg" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0307f72feab3300336fb803a57134159f6e20139af1357f36c54cb90d8e8928" -dependencies = [ - "blst", - "cc", - "glob", - "hex", - "libc", - "once_cell", - "serde", -] - -[[package]] -name = "camino" -version = "1.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" -dependencies = [ - "serde", -] - -[[package]] -name = "cargo-platform" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" -dependencies = [ - "serde", -] - -[[package]] -name = "cargo_metadata" -version = "0.18.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" -dependencies = [ - "camino", - "cargo-platform", - "semver 1.0.23", - "serde", - "serde_json", - "thiserror", -] - -[[package]] -name = "cassowary" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" - -[[package]] -name = "castaway" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5" -dependencies = [ - "rustversion", -] - -[[package]] -name = "cc" -version = "1.1.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e80e3b6a3ab07840e1cae9b0666a63970dc28e8ed5ffbcdacbfc760c281bfc1" -dependencies = [ - "jobserver", - "libc", - "shlex", -] - -[[package]] -name = "cesu8" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" - -[[package]] -name = "cexpr" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" -dependencies = [ - "nom", -] - -[[package]] -name = "cfg-if" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" - -[[package]] -name = "chrono" -version = "0.4.38" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" -dependencies = [ - "android-tzdata", - "iana-time-zone", - "js-sys", - "num-traits", - "serde", - "wasm-bindgen", - "windows-targets 0.52.6", -] - -[[package]] -name = "cipher" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" -dependencies = [ - "crypto-common", - "inout", -] - -[[package]] -name = "clang-sys" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" -dependencies = [ - "glob", - "libc", - "libloading", -] - -[[package]] -name = "clap" -version = "4.5.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7be5744db7978a28d9df86a214130d106a89ce49644cbc4e3f0c22c3fba30615" -dependencies = [ - "clap_builder", - "clap_derive", -] - -[[package]] -name = "clap_builder" -version = "4.5.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5fbc17d3ef8278f55b282b2a2e75ae6f6c7d4bb70ed3d0382375104bfafdb4b" -dependencies = [ - "anstream", - "anstyle", - "clap_lex", - "strsim", -] - -[[package]] -name = "clap_derive" -version = "4.5.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" -dependencies = [ - "heck", - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "clap_lex" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" - -[[package]] -name = "colorchoice" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" - -[[package]] -name = "combine" -version = "4.6.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" -dependencies = [ - "bytes", - "memchr", -] - -[[package]] -name = "comfy-table" -version = "7.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" -dependencies = [ - "crossterm 0.27.0", - "strum", - "strum_macros", - "unicode-width", -] - -[[package]] -name = "compact_str" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6050c3a16ddab2e412160b31f2c871015704239bca62f72f6e5f0be631d3f644" -dependencies = [ - "castaway", - "cfg-if", - "itoa", - "rustversion", - "ryu", - "static_assertions", -] - -[[package]] -name = "concat-kdf" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d72c1252426a83be2092dd5884a5f6e3b8e7180f6891b6263d2c21b92ec8816" -dependencies = [ - "digest 0.10.7", -] - -[[package]] -name = "console" -version = "0.15.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" -dependencies = [ - "encode_unicode", - "lazy_static", - "libc", - "windows-sys 0.52.0", -] - -[[package]] -name = "const-hex" -version = "1.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0121754e84117e65f9d90648ee6aa4882a6e63110307ab73967a4c5e7e69e586" -dependencies = [ - "cfg-if", - "cpufeatures", - "hex", - "proptest", - "serde", -] - -[[package]] -name = "const-oid" -version = "0.9.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" - -[[package]] -name = "const_format" -version = "0.2.33" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50c655d81ff1114fb0dcdea9225ea9f0cc712a6f8d189378e82bdf62a473a64b" -dependencies = [ - "const_format_proc_macros", - "konst", -] - -[[package]] -name = "const_format_proc_macros" -version = "0.2.33" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eff1a44b93f47b1bac19a27932f5c591e43d1ba357ee4f61526c8a25603f0eb1" -dependencies = [ - "proc-macro2", - "quote", - "unicode-xid", -] - -[[package]] -name = "convert_case" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" -dependencies = [ - "unicode-segmentation", -] - -[[package]] -name = "core-foundation" -version = "0.9.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" -dependencies = [ - "core-foundation-sys", - "libc", -] - -[[package]] -name = "core-foundation-sys" -version = "0.8.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" - -[[package]] -name = "core2" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" -dependencies = [ - "memchr", -] - -[[package]] -name = "cpufeatures" -version = "0.2.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" -dependencies = [ - "libc", -] - -[[package]] -name = "crc" -version = "3.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" -dependencies = [ - "crc-catalog", -] - -[[package]] -name = "crc-catalog" -version = "2.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" - -[[package]] -name = "crc32fast" -version = "1.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" -dependencies = [ - "cfg-if", -] - -[[package]] -name = "crossbeam-channel" -version = "0.5.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" -dependencies = [ - "crossbeam-utils", -] - -[[package]] -name = "crossbeam-deque" -version = "0.8.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" -dependencies = [ - "crossbeam-epoch", - "crossbeam-utils", -] - -[[package]] -name = "crossbeam-epoch" -version = "0.9.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" -dependencies = [ - "crossbeam-utils", -] - -[[package]] -name = "crossbeam-utils" -version = "0.8.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" - -[[package]] -name = "crossterm" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df" -dependencies = [ - "bitflags 2.6.0", - "crossterm_winapi", - "libc", - "parking_lot 0.12.3", - "winapi", -] - -[[package]] -name = "crossterm" -version = "0.28.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" -dependencies = [ - "bitflags 2.6.0", - "crossterm_winapi", - "mio 1.0.2", - "parking_lot 0.12.3", - "rustix", - "signal-hook", - "signal-hook-mio", - "winapi", -] - -[[package]] -name = "crossterm_winapi" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" -dependencies = [ - "winapi", -] - -[[package]] -name = "crunchy" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" - -[[package]] -name = "crypto-bigint" -version = "0.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" -dependencies = [ - "generic-array", - "rand_core", - "subtle", - "zeroize", -] - -[[package]] -name = "crypto-common" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" -dependencies = [ - "generic-array", - "rand_core", - "typenum", -] - -[[package]] -name = "crypto-mac" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" -dependencies = [ - "generic-array", - "subtle", -] - -[[package]] -name = "ctr" -version = "0.9.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" -dependencies = [ - "cipher", -] - -[[package]] -name = "curve25519-dalek" -version = "4.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" -dependencies = [ - "cfg-if", - "cpufeatures", - "curve25519-dalek-derive", - "digest 0.10.7", - "fiat-crypto", - "rustc_version 0.4.1", - "subtle", - "zeroize", -] - -[[package]] -name = "curve25519-dalek-derive" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "darling" -version = "0.20.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" -dependencies = [ - "darling_core", - "darling_macro", -] - -[[package]] -name = "darling_core" -version = "0.20.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" -dependencies = [ - "fnv", - "ident_case", - "proc-macro2", - "quote", - "strsim", - "syn 2.0.79", -] - -[[package]] -name = "darling_macro" -version = "0.20.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" -dependencies = [ - "darling_core", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "dashmap" -version = "5.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" -dependencies = [ - "cfg-if", - "hashbrown 0.14.5", - "lock_api", - "once_cell", - "parking_lot_core 0.9.10", -] - -[[package]] -name = "dashmap" -version = "6.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" -dependencies = [ - "cfg-if", - "crossbeam-utils", - "hashbrown 0.14.5", - "lock_api", - "once_cell", - "parking_lot_core 0.9.10", -] - -[[package]] -name = "data-encoding" -version = "2.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" - -[[package]] -name = "data-encoding-macro" -version = "0.1.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1559b6cba622276d6d63706db152618eeb15b89b3e4041446b05876e352e639" -dependencies = [ - "data-encoding", - "data-encoding-macro-internal", -] - -[[package]] -name = "data-encoding-macro-internal" -version = "0.1.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "332d754c0af53bc87c108fed664d121ecf59207ec4196041f04d6ab9002ad33f" -dependencies = [ - "data-encoding", - "syn 1.0.109", -] - -[[package]] -name = "debug-helper" -version = "0.3.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f578e8e2c440e7297e008bb5486a3a8a194775224bbc23729b0dbdfaeebf162e" - -[[package]] -name = "delay_map" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4355c25cbf99edcb6b4a0e906f6bdc6956eda149e84455bea49696429b2f8e8" -dependencies = [ - "futures", - "tokio-util", -] - -[[package]] -name = "der" -version = "0.7.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" -dependencies = [ - "const-oid", - "zeroize", -] - -[[package]] -name = "deranged" -version = "0.3.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" -dependencies = [ - "powerfmt", - "serde", -] - -[[package]] -name = "derivative" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "derive_arbitrary" -version = "1.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "derive_more" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" -dependencies = [ - "derive_more-impl", -] - -[[package]] -name = "derive_more-impl" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" -dependencies = [ - "convert_case", - "proc-macro2", - "quote", - "syn 2.0.79", - "unicode-xid", -] - -[[package]] -name = "diff" -version = "0.1.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" - -[[package]] -name = "digest" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" -dependencies = [ - "generic-array", -] - -[[package]] -name = "digest" -version = "0.10.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" -dependencies = [ - "block-buffer 0.10.4", - "const-oid", - "crypto-common", - "subtle", -] - -[[package]] -name = "dirs" -version = "5.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" -dependencies = [ - "dirs-sys", -] - -[[package]] -name = "dirs-next" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" -dependencies = [ - "cfg-if", - "dirs-sys-next", -] - -[[package]] -name = "dirs-sys" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" -dependencies = [ - "libc", - "option-ext", - "redox_users", - "windows-sys 0.48.0", -] - -[[package]] -name = "dirs-sys-next" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" -dependencies = [ - "libc", - "redox_users", - "winapi", -] - -[[package]] -name = "discv5" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f569b8c367554666c8652305621e8bae3634a2ff5c6378081d5bd8c399c99f23" -dependencies = [ - "aes", - "aes-gcm", - "alloy-rlp", - "arrayvec", - "ctr", - "delay_map", - "enr", - "fnv", - "futures", - "hashlink", - "hex", - "hkdf", - "lazy_static", - "libp2p-identity", - "lru", - "more-asserts", - "multiaddr", - "parking_lot 0.11.2", - "rand", - "smallvec", - "socket2 0.4.10", - "tokio", - "tracing", - "uint", - "zeroize", -] - -[[package]] -name = "displaydoc" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "doctest-file" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aac81fa3e28d21450aa4d2ac065992ba96a1d7303efbce51a95f4fd175b67562" - -[[package]] -name = "dunce" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" - -[[package]] -name = "dyn-clone" -version = "1.0.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" - -[[package]] -name = "ecdsa" -version = "0.16.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" -dependencies = [ - "der", - "digest 0.10.7", - "elliptic-curve", - "rfc6979", - "signature", - "spki", -] - -[[package]] -name = "ed25519" -version = "2.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" -dependencies = [ - "pkcs8", - "signature", -] - -[[package]] -name = "ed25519-dalek" -version = "2.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" -dependencies = [ - "curve25519-dalek", - "ed25519", - "rand_core", - "serde", - "sha2 0.10.8", - "subtle", - "zeroize", -] - -[[package]] -name = "either" -version = "1.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" - -[[package]] -name = "elliptic-curve" -version = "0.13.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" -dependencies = [ - "base16ct", - "crypto-bigint", - "digest 0.10.7", - "ff", - "generic-array", - "group", - "pkcs8", - "rand_core", - "sec1", - "subtle", - "zeroize", -] - -[[package]] -name = "encode_unicode" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" - -[[package]] -name = "enr" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "972070166c68827e64bd1ebc8159dd8e32d9bc2da7ebe8f20b61308f7974ad30" -dependencies = [ - "alloy-rlp", - "base64 0.21.7", - "bytes", - "ed25519-dalek", - "hex", - "k256", - "log", - "rand", - "secp256k1", - "serde", - "sha3", - "zeroize", -] - -[[package]] -name = "enum-as-inner" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" -dependencies = [ - "heck", - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "enumn" -version = "0.1.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "equivalent" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" - -[[package]] -name = "errno" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" -dependencies = [ - "libc", - "windows-sys 0.52.0", -] - -[[package]] -name = "eyre" -version = "0.6.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" -dependencies = [ - "indenter", - "once_cell", -] - -[[package]] -name = "fast-float" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c" - -[[package]] -name = "fastrand" -version = "2.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" - -[[package]] -name = "fastrlp" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "139834ddba373bbdd213dffe02c8d110508dcf1726c2be27e8d1f7d7e1856418" -dependencies = [ - "arrayvec", - "auto_impl", - "bytes", -] - -[[package]] -name = "fdlimit" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e182f7dbc2ef73d9ef67351c5fbbea084729c48362d3ce9dd44c28e32e277fe5" -dependencies = [ - "libc", - "thiserror", -] - -[[package]] -name = "ff" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" -dependencies = [ - "rand_core", - "subtle", -] - -[[package]] -name = "fiat-crypto" -version = "0.2.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" - -[[package]] -name = "filetime" -version = "0.2.25" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" -dependencies = [ - "cfg-if", - "libc", - "libredox", - "windows-sys 0.59.0", -] - -[[package]] -name = "fixed-hash" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" -dependencies = [ - "byteorder", - "rand", - "rustc-hex", - "static_assertions", -] - -[[package]] -name = "flate2" -version = "1.0.34" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" -dependencies = [ - "crc32fast", - "miniz_oxide", -] - -[[package]] -name = "fnv" -version = "1.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" - -[[package]] -name = "foldhash" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" - -[[package]] -name = "form_urlencoded" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" -dependencies = [ - "percent-encoding", -] - -[[package]] -name = "fsevent-sys" -version = "4.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" -dependencies = [ - "libc", -] - -[[package]] -name = "funty" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" - -[[package]] -name = "futures" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" -dependencies = [ - "futures-channel", - "futures-core", - "futures-executor", - "futures-io", - "futures-sink", - "futures-task", - "futures-util", -] - -[[package]] -name = "futures-channel" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" -dependencies = [ - "futures-core", - "futures-sink", -] - -[[package]] -name = "futures-core" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" - -[[package]] -name = "futures-executor" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" -dependencies = [ - "futures-core", - "futures-task", - "futures-util", -] - -[[package]] -name = "futures-io" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" - -[[package]] -name = "futures-macro" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "futures-sink" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" - -[[package]] -name = "futures-task" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" - -[[package]] -name = "futures-timer" -version = "3.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" -dependencies = [ - "gloo-timers", - "send_wrapper 0.4.0", -] - -[[package]] -name = "futures-util" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" -dependencies = [ - "futures-channel", - "futures-core", - "futures-io", - "futures-macro", - "futures-sink", - "futures-task", - "memchr", - "pin-project-lite", - "pin-utils", - "slab", -] - -[[package]] -name = "futures-utils-wasm" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42012b0f064e01aa58b545fe3727f90f7dd4020f4a3ea735b50344965f5a57e9" - -[[package]] -name = "generic-array" -version = "0.14.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" -dependencies = [ - "typenum", - "version_check", - "zeroize", -] - -[[package]] -name = "getrandom" -version = "0.2.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" -dependencies = [ - "cfg-if", - "js-sys", - "libc", - "wasi", - "wasm-bindgen", -] - -[[package]] -name = "ghash" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" -dependencies = [ - "opaque-debug", - "polyval", -] - -[[package]] -name = "gimli" -version = "0.31.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" - -[[package]] -name = "glob" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" - -[[package]] -name = "gloo-net" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580" -dependencies = [ - "futures-channel", - "futures-core", - "futures-sink", - "gloo-utils", - "http", - "js-sys", - "pin-project", - "serde", - "serde_json", - "thiserror", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", -] - -[[package]] -name = "gloo-timers" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" -dependencies = [ - "futures-channel", - "futures-core", - "js-sys", - "wasm-bindgen", -] - -[[package]] -name = "gloo-utils" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa" -dependencies = [ - "js-sys", - "serde", - "serde_json", - "wasm-bindgen", - "web-sys", -] - -[[package]] -name = "group" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" -dependencies = [ - "ff", - "rand_core", - "subtle", -] - -[[package]] -name = "h2" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" -dependencies = [ - "atomic-waker", - "bytes", - "fnv", - "futures-core", - "futures-sink", - "http", - "indexmap 2.6.0", - "slab", - "tokio", - "tokio-util", - "tracing", -] - -[[package]] -name = "hashbrown" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" - -[[package]] -name = "hashbrown" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" - -[[package]] -name = "hashbrown" -version = "0.14.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" -dependencies = [ - "ahash", - "allocator-api2", -] - -[[package]] -name = "hashbrown" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" -dependencies = [ - "allocator-api2", - "equivalent", - "foldhash", - "serde", -] - -[[package]] -name = "hashlink" -version = "0.8.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" -dependencies = [ - "hashbrown 0.14.5", -] - -[[package]] -name = "hdrhistogram" -version = "7.5.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d" -dependencies = [ - "byteorder", - "num-traits", -] - -[[package]] -name = "heck" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" - -[[package]] -name = "hermit-abi" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" - -[[package]] -name = "hex" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" -dependencies = [ - "serde", -] - -[[package]] -name = "hex-literal" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" - -[[package]] -name = "hkdf" -version = "0.12.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" -dependencies = [ - "hmac 0.12.1", -] - -[[package]] -name = "hmac" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840" -dependencies = [ - "crypto-mac", - "digest 0.9.0", -] - -[[package]] -name = "hmac" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" -dependencies = [ - "digest 0.10.7", -] - -[[package]] -name = "hmac-drbg" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1" -dependencies = [ - "digest 0.9.0", - "generic-array", - "hmac 0.8.1", -] - -[[package]] -name = "hostname" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" -dependencies = [ - "libc", - "match_cfg", - "winapi", -] - -[[package]] -name = "http" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" -dependencies = [ - "bytes", - "fnv", - "itoa", -] - -[[package]] -name = "http-body" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" -dependencies = [ - "bytes", - "http", -] - -[[package]] -name = "http-body-util" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" -dependencies = [ - "bytes", - "futures-util", - "http", - "http-body", - "pin-project-lite", -] - -[[package]] -name = "http-range-header" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08a397c49fec283e3d6211adbe480be95aae5f304cfb923e9970e08956d5168a" - -[[package]] -name = "httparse" -version = "1.9.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" - -[[package]] -name = "httpdate" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" - -[[package]] -name = "human_bytes" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e" - -[[package]] -name = "humantime" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" - -[[package]] -name = "humantime-serde" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c" -dependencies = [ - "humantime", - "serde", -] - -[[package]] -name = "hyper" -version = "1.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" -dependencies = [ - "bytes", - "futures-channel", - "futures-util", - "h2", - "http", - "http-body", - "httparse", - "httpdate", - "itoa", - "pin-project-lite", - "smallvec", - "tokio", - "want", -] - -[[package]] -name = "hyper-rustls" -version = "0.27.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" -dependencies = [ - "futures-util", - "http", - "hyper", - "hyper-util", - "log", - "rustls", - "rustls-pki-types", - "tokio", - "tokio-rustls", - "tower-service", - "webpki-roots", -] - -[[package]] -name = "hyper-util" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b" -dependencies = [ - "bytes", - "futures-channel", - "futures-util", - "http", - "http-body", - "hyper", - "pin-project-lite", - "socket2 0.5.7", - "tokio", - "tower-service", - "tracing", -] - -[[package]] -name = "iana-time-zone" -version = "0.1.61" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" -dependencies = [ - "android_system_properties", - "core-foundation-sys", - "iana-time-zone-haiku", - "js-sys", - "wasm-bindgen", - "windows-core 0.52.0", -] - -[[package]] -name = "iana-time-zone-haiku" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" -dependencies = [ - "cc", -] - -[[package]] -name = "icu_collections" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" -dependencies = [ - "displaydoc", - "yoke", - "zerofrom", - "zerovec", -] - -[[package]] -name = "icu_locid" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" -dependencies = [ - "displaydoc", - "litemap", - "tinystr", - "writeable", - "zerovec", -] - -[[package]] -name = "icu_locid_transform" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" -dependencies = [ - "displaydoc", - "icu_locid", - "icu_locid_transform_data", - "icu_provider", - "tinystr", - "zerovec", -] - -[[package]] -name = "icu_locid_transform_data" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" - -[[package]] -name = "icu_normalizer" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" -dependencies = [ - "displaydoc", - "icu_collections", - "icu_normalizer_data", - "icu_properties", - "icu_provider", - "smallvec", - "utf16_iter", - "utf8_iter", - "write16", - "zerovec", -] - -[[package]] -name = "icu_normalizer_data" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" - -[[package]] -name = "icu_properties" -version = "1.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" -dependencies = [ - "displaydoc", - "icu_collections", - "icu_locid_transform", - "icu_properties_data", - "icu_provider", - "tinystr", - "zerovec", -] - -[[package]] -name = "icu_properties_data" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" - -[[package]] -name = "icu_provider" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" -dependencies = [ - "displaydoc", - "icu_locid", - "icu_provider_macros", - "stable_deref_trait", - "tinystr", - "writeable", - "yoke", - "zerofrom", - "zerovec", -] - -[[package]] -name = "icu_provider_macros" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "ident_case" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" - -[[package]] -name = "idna" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" -dependencies = [ - "unicode-bidi", - "unicode-normalization", -] - -[[package]] -name = "idna" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" -dependencies = [ - "unicode-bidi", - "unicode-normalization", -] - -[[package]] -name = "if-addrs" -version = "0.13.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a78a89907582615b19f6f0da1af18abf6ff08be259395669b834b057a7ee92d8" -dependencies = [ - "libc", - "windows-sys 0.52.0", -] - -[[package]] -name = "impl-codec" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f" -dependencies = [ - "parity-scale-codec", -] - -[[package]] -name = "impl-trait-for-tuples" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "include_dir" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" -dependencies = [ - "include_dir_macros", -] - -[[package]] -name = "include_dir_macros" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" -dependencies = [ - "proc-macro2", - "quote", -] - -[[package]] -name = "indenter" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" - -[[package]] -name = "indexmap" -version = "1.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" -dependencies = [ - "autocfg", - "hashbrown 0.12.3", - "serde", -] - -[[package]] -name = "indexmap" -version = "2.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" -dependencies = [ - "arbitrary", - "equivalent", - "hashbrown 0.15.0", - "serde", -] - -[[package]] -name = "inotify" -version = "0.9.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" -dependencies = [ - "bitflags 1.3.2", - "inotify-sys", - "libc", -] - -[[package]] -name = "inotify-sys" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" -dependencies = [ - "libc", -] - -[[package]] -name = "inout" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" -dependencies = [ - "block-padding", - "generic-array", -] - -[[package]] -name = "instability" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b23a0c8dfe501baac4adf6ebbfa6eddf8f0c07f56b058cc1288017e32397846c" -dependencies = [ - "quote", - "syn 2.0.79", -] - -[[package]] -name = "instant" -version = "0.1.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" -dependencies = [ - "cfg-if", -] - -[[package]] -name = "interprocess" -version = "2.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2f4e4a06d42fab3e85ab1b419ad32b09eab58b901d40c57935ff92db3287a13" -dependencies = [ - "doctest-file", - "futures-core", - "libc", - "recvmsg", - "tokio", - "widestring", - "windows-sys 0.52.0", -] - -[[package]] -name = "intrusive-collections" -version = "0.9.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "189d0897e4cbe8c75efedf3502c18c887b05046e59d28404d4d8e46cbc4d1e86" -dependencies = [ - "memoffset", -] - -[[package]] -name = "ipconfig" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" -dependencies = [ - "socket2 0.5.7", - "widestring", - "windows-sys 0.48.0", - "winreg", -] - -[[package]] -name = "ipnet" -version = "2.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" - -[[package]] -name = "iri-string" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44bd7eced44cfe2cebc674adb2a7124a754a4b5269288d22e9f39f8fada3562d" -dependencies = [ - "memchr", - "serde", -] - -[[package]] -name = "is_terminal_polyfill" -version = "1.70.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" - -[[package]] -name = "itertools" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" -dependencies = [ - "either", -] - -[[package]] -name = "itertools" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" -dependencies = [ - "either", -] - -[[package]] -name = "itoa" -version = "1.0.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" - -[[package]] -name = "jni" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec" -dependencies = [ - "cesu8", - "combine", - "jni-sys", - "log", - "thiserror", - "walkdir", -] - -[[package]] -name = "jni-sys" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" - -[[package]] -name = "jobserver" -version = "0.1.32" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" -dependencies = [ - "libc", -] - -[[package]] -name = "js-sys" -version = "0.3.70" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" -dependencies = [ - "wasm-bindgen", -] - -[[package]] -name = "jsonrpsee" -version = "0.24.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02f01f48e04e0d7da72280ab787c9943695699c9b32b99158ece105e8ad0afea" -dependencies = [ - "jsonrpsee-client-transport", - "jsonrpsee-core", - "jsonrpsee-http-client", - "jsonrpsee-proc-macros", - "jsonrpsee-server", - "jsonrpsee-types", - "jsonrpsee-wasm-client", - "jsonrpsee-ws-client", - "tokio", - "tracing", -] - -[[package]] -name = "jsonrpsee-client-transport" -version = "0.24.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d80eccbd47a7b9f1e67663fd846928e941cb49c65236e297dd11c9ea3c5e3387" -dependencies = [ - "base64 0.22.1", - "futures-channel", - "futures-util", - "gloo-net", - "http", - "jsonrpsee-core", - "pin-project", - "rustls", - "rustls-pki-types", - "rustls-platform-verifier", - "soketto", - "thiserror", - "tokio", - "tokio-rustls", - "tokio-util", - "tracing", - "url", -] - -[[package]] -name = "jsonrpsee-core" -version = "0.24.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c2709a32915d816a6e8f625bf72cf74523ebe5d8829f895d6b041b1d3137818" -dependencies = [ - "async-trait", - "bytes", - "futures-timer", - "futures-util", - "http", - "http-body", - "http-body-util", - "jsonrpsee-types", - "parking_lot 0.12.3", - "pin-project", - "rand", - "rustc-hash 2.0.0", - "serde", - "serde_json", - "thiserror", - "tokio", - "tokio-stream", - "tracing", - "wasm-bindgen-futures", -] - -[[package]] -name = "jsonrpsee-http-client" -version = "0.24.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc54db939002b030e794fbfc9d5a925aa2854889c5a2f0352b0bffa54681707e" -dependencies = [ - "async-trait", - "base64 0.22.1", - "http-body", - "hyper", - "hyper-rustls", - "hyper-util", - "jsonrpsee-core", - "jsonrpsee-types", - "rustls", - "rustls-platform-verifier", - "serde", - "serde_json", - "thiserror", - "tokio", - "tower 0.4.13", - "tracing", - "url", -] - -[[package]] -name = "jsonrpsee-proc-macros" -version = "0.24.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a9a4b2eaba8cc928f49c4ccf4fcfa65b690a73997682da99ed08f3393b51f07" -dependencies = [ - "heck", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "jsonrpsee-server" -version = "0.24.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e30110d0f2d7866c8cc6c86483bdab2eb9f4d2f0e20db55518b2bca84651ba8e" -dependencies = [ - "futures-util", - "http", - "http-body", - "http-body-util", - "hyper", - "hyper-util", - "jsonrpsee-core", - "jsonrpsee-types", - "pin-project", - "route-recognizer", - "serde", - "serde_json", - "soketto", - "thiserror", - "tokio", - "tokio-stream", - "tokio-util", - "tower 0.4.13", - "tracing", -] - -[[package]] -name = "jsonrpsee-types" -version = "0.24.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ca331cd7b3fe95b33432825c2d4c9f5a43963e207fdc01ae67f9fd80ab0930f" -dependencies = [ - "http", - "serde", - "serde_json", - "thiserror", -] - -[[package]] -name = "jsonrpsee-wasm-client" -version = "0.24.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c603d97578071dc44d79d3cfaf0775437638fd5adc33c6b622dfe4fa2ec812d" -dependencies = [ - "jsonrpsee-client-transport", - "jsonrpsee-core", - "jsonrpsee-types", -] - -[[package]] -name = "jsonrpsee-ws-client" -version = "0.24.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "755ca3da1c67671f1fae01cd1a47f41dfb2233a8f19a643e587ab0a663942044" -dependencies = [ - "http", - "jsonrpsee-client-transport", - "jsonrpsee-core", - "jsonrpsee-types", - "url", -] - -[[package]] -name = "jsonwebtoken" -version = "9.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f" -dependencies = [ - "base64 0.21.7", - "js-sys", - "pem", - "ring", - "serde", - "serde_json", - "simple_asn1", -] - -[[package]] -name = "k256" -version = "0.13.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" -dependencies = [ - "cfg-if", - "ecdsa", - "elliptic-curve", - "once_cell", - "sha2 0.10.8", - "signature", -] - -[[package]] -name = "keccak" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" -dependencies = [ - "cpufeatures", -] - -[[package]] -name = "keccak-asm" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "505d1856a39b200489082f90d897c3f07c455563880bc5952e38eabf731c83b6" -dependencies = [ - "digest 0.10.7", - "sha3-asm", -] - -[[package]] -name = "konst" -version = "0.2.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "330f0e13e6483b8c34885f7e6c9f19b1a7bd449c673fbb948a51c99d66ef74f4" -dependencies = [ - "konst_macro_rules", -] - -[[package]] -name = "konst_macro_rules" -version = "0.2.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4933f3f57a8e9d9da04db23fb153356ecaf00cbd14aee46279c33dc80925c37" - -[[package]] -name = "kqueue" -version = "1.0.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c" -dependencies = [ - "kqueue-sys", - "libc", -] - -[[package]] -name = "kqueue-sys" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" -dependencies = [ - "bitflags 1.3.2", - "libc", -] - -[[package]] -name = "lazy_static" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" -dependencies = [ - "spin", -] - -[[package]] -name = "libc" -version = "0.2.159" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5" - -[[package]] -name = "libloading" -version = "0.8.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" -dependencies = [ - "cfg-if", - "windows-targets 0.52.6", -] - -[[package]] -name = "libm" -version = "0.2.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" - -[[package]] -name = "libp2p-identity" -version = "0.2.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55cca1eb2bc1fd29f099f3daaab7effd01e1a54b7c577d0ed082521034d912e8" -dependencies = [ - "asn1_der", - "bs58", - "ed25519-dalek", - "hkdf", - "libsecp256k1", - "multihash", - "quick-protobuf", - "sha2 0.10.8", - "thiserror", - "tracing", - "zeroize", -] - -[[package]] -name = "libproc" -version = "0.14.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e78a09b56be5adbcad5aa1197371688dc6bb249a26da3bca2011ee2fb987ebfb" -dependencies = [ - "bindgen", - "errno", - "libc", -] - -[[package]] -name = "libredox" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" -dependencies = [ - "bitflags 2.6.0", - "libc", - "redox_syscall 0.5.7", -] - -[[package]] -name = "libsecp256k1" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1" -dependencies = [ - "arrayref", - "base64 0.13.1", - "digest 0.9.0", - "hmac-drbg", - "libsecp256k1-core", - "libsecp256k1-gen-ecmult", - "libsecp256k1-gen-genmult", - "rand", - "serde", - "sha2 0.9.9", - "typenum", -] - -[[package]] -name = "libsecp256k1-core" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451" -dependencies = [ - "crunchy", - "digest 0.9.0", - "subtle", -] - -[[package]] -name = "libsecp256k1-gen-ecmult" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809" -dependencies = [ - "libsecp256k1-core", -] - -[[package]] -name = "libsecp256k1-gen-genmult" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c" -dependencies = [ - "libsecp256k1-core", -] - -[[package]] -name = "linked-hash-map" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" - -[[package]] -name = "linked_hash_set" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588" -dependencies = [ - "linked-hash-map", -] - -[[package]] -name = "linux-raw-sys" -version = "0.4.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" - -[[package]] -name = "litemap" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" - -[[package]] -name = "lock_api" -version = "0.4.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" -dependencies = [ - "autocfg", - "scopeguard", -] - -[[package]] -name = "log" -version = "0.4.22" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" - -[[package]] -name = "lru" -version = "0.12.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" -dependencies = [ - "hashbrown 0.15.0", -] - -[[package]] -name = "lru-cache" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" -dependencies = [ - "linked-hash-map", -] - -[[package]] -name = "lz4_flex" -version = "0.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" - -[[package]] -name = "mach2" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709" -dependencies = [ - "libc", -] - -[[package]] -name = "match_cfg" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" - -[[package]] -name = "matchers" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" -dependencies = [ - "regex-automata 0.1.10", -] - -[[package]] -name = "memchr" -version = "2.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" - -[[package]] -name = "memmap2" -version = "0.9.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" -dependencies = [ - "libc", -] - -[[package]] -name = "memoffset" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" -dependencies = [ - "autocfg", -] - -[[package]] -name = "metrics" -version = "0.23.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "884adb57038347dfbaf2d5065887b6cf4312330dc8e94bc30a1a839bd79d3261" -dependencies = [ - "ahash", - "portable-atomic", -] - -[[package]] -name = "metrics-derive" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3dbdd96ed57d565ec744cba02862d707acf373c5772d152abae6ec5c4e24f6c" -dependencies = [ - "proc-macro2", - "quote", - "regex", - "syn 2.0.79", -] - -[[package]] -name = "metrics-exporter-prometheus" -version = "0.15.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4f0c8427b39666bf970460908b213ec09b3b350f20c0c2eabcbba51704a08e6" -dependencies = [ - "base64 0.22.1", - "indexmap 2.6.0", - "metrics", - "metrics-util", - "quanta", - "thiserror", -] - -[[package]] -name = "metrics-process" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb524e5438255eaa8aa74214d5a62713b77b2c3c6e3c0bbeee65cfd9a58948ba" -dependencies = [ - "libproc", - "mach2", - "metrics", - "once_cell", - "procfs", - "rlimit", - "windows", -] - -[[package]] -name = "metrics-util" -version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4259040465c955f9f2f1a4a8a16dc46726169bca0f88e8fb2dbeced487c3e828" -dependencies = [ - "crossbeam-epoch", - "crossbeam-utils", - "hashbrown 0.14.5", - "metrics", - "num_cpus", - "quanta", - "sketches-ddsketch", -] - -[[package]] -name = "mime" -version = "0.3.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" - -[[package]] -name = "mime_guess" -version = "2.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" -dependencies = [ - "mime", - "unicase", -] - -[[package]] -name = "minimal-lexical" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" - -[[package]] -name = "miniz_oxide" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" -dependencies = [ - "adler2", -] - -[[package]] -name = "mio" -version = "0.8.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" -dependencies = [ - "libc", - "log", - "wasi", - "windows-sys 0.48.0", -] - -[[package]] -name = "mio" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" -dependencies = [ - "hermit-abi", - "libc", - "log", - "wasi", - "windows-sys 0.52.0", -] - -[[package]] -name = "modular-bitfield" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a53d79ba8304ac1c4f9eb3b9d281f21f7be9d4626f72ce7df4ad8fbde4f38a74" -dependencies = [ - "modular-bitfield-impl", - "static_assertions", -] - -[[package]] -name = "modular-bitfield-impl" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a7d5f7076603ebc68de2dc6a650ec331a062a13abaa346975be747bbfa4b789" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "more-asserts" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fafa6961cabd9c63bcd77a45d7e3b7f3b552b70417831fb0f56db717e72407e" - -[[package]] -name = "multiaddr" -version = "0.18.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe6351f60b488e04c1d21bc69e56b89cb3f5e8f5d22557d6e8031bdfd79b6961" -dependencies = [ - "arrayref", - "byteorder", - "data-encoding", - "libp2p-identity", - "multibase", - "multihash", - "percent-encoding", - "serde", - "static_assertions", - "unsigned-varint 0.8.0", - "url", -] - -[[package]] -name = "multibase" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" -dependencies = [ - "base-x", - "data-encoding", - "data-encoding-macro", -] - -[[package]] -name = "multihash" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "076d548d76a0e2a0d4ab471d0b1c36c577786dfc4471242035d97a12a735c492" -dependencies = [ - "core2", - "unsigned-varint 0.7.2", -] - -[[package]] -name = "my-exex" -version = "0.1.0" -dependencies = [ - "eyre", - "futures-util", - "reth", - "reth-exex", - "reth-node-ethereum", - "reth-tracing", -] - -[[package]] -name = "nom" -version = "7.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" -dependencies = [ - "memchr", - "minimal-lexical", -] - -[[package]] -name = "notify" -version = "6.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" -dependencies = [ - "bitflags 2.6.0", - "filetime", - "fsevent-sys", - "inotify", - "kqueue", - "libc", - "log", - "mio 0.8.11", - "walkdir", - "windows-sys 0.48.0", -] - -[[package]] -name = "ntapi" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" -dependencies = [ - "winapi", -] - -[[package]] -name = "nu-ansi-term" -version = "0.46.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" -dependencies = [ - "overload", - "winapi", -] - -[[package]] -name = "num" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" -dependencies = [ - "num-bigint", - "num-complex", - "num-integer", - "num-iter", - "num-rational", - "num-traits", -] - -[[package]] -name = "num-bigint" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" -dependencies = [ - "num-integer", - "num-traits", - "serde", -] - -[[package]] -name = "num-complex" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" -dependencies = [ - "num-traits", -] - -[[package]] -name = "num-conv" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" - -[[package]] -name = "num-integer" -version = "0.1.46" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" -dependencies = [ - "num-traits", -] - -[[package]] -name = "num-iter" -version = "0.1.45" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" -dependencies = [ - "autocfg", - "num-integer", - "num-traits", -] - -[[package]] -name = "num-rational" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" -dependencies = [ - "num-bigint", - "num-integer", - "num-traits", -] - -[[package]] -name = "num-traits" -version = "0.2.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" -dependencies = [ - "autocfg", - "libm", -] - -[[package]] -name = "num_cpus" -version = "1.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" -dependencies = [ - "hermit-abi", - "libc", -] - -[[package]] -name = "num_enum" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" -dependencies = [ - "num_enum_derive", -] - -[[package]] -name = "num_enum_derive" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" -dependencies = [ - "proc-macro-crate", - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "num_threads" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" -dependencies = [ - "libc", -] - -[[package]] -name = "nybbles" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95f06be0417d97f81fe4e5c86d7d01b392655a9cac9c19a848aa033e18937b23" -dependencies = [ - "alloy-rlp", - "const-hex", - "proptest", - "serde", - "smallvec", -] - -[[package]] -name = "object" -version = "0.36.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" -dependencies = [ - "memchr", -] - -[[package]] -name = "once_cell" -version = "1.20.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" - -[[package]] -name = "op-alloy-consensus" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4f7f318f885db6e1455370ca91f74b7faed152c8142f6418f0936d606e582ff" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "alloy-serde", - "arbitrary", - "derive_more", - "serde", - "serde_with", - "spin", -] - -[[package]] -name = "op-alloy-genesis" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8215c87b74d2fbbaff0fd2887868a8341df33a3c495ee01f813e5ddd5be9c46" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-sol-types", - "serde", - "serde_repr", -] - -[[package]] -name = "op-alloy-protocol" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa5c397fbe35e07f9c95a571440ca2e90df754e198496d82ff4127de00b89dd9" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "alloy-serde", - "derive_more", - "op-alloy-consensus", - "op-alloy-genesis", - "serde", -] - -[[package]] -name = "op-alloy-rpc-types-engine" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5041122e20b76644cc690bba688671eecdc4626e6384a76eb740535d6ddcef14" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types-engine", - "alloy-serde", - "derive_more", - "op-alloy-protocol", - "serde", -] - -[[package]] -name = "opaque-debug" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" - -[[package]] -name = "openssl-probe" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" - -[[package]] -name = "option-ext" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" - -[[package]] -name = "overload" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" - -[[package]] -name = "page_size" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da" -dependencies = [ - "libc", - "winapi", -] - -[[package]] -name = "parity-scale-codec" -version = "3.6.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" -dependencies = [ - "arrayvec", - "bitvec", - "byte-slice-cast", - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec-derive", - "serde", -] - -[[package]] -name = "parity-scale-codec-derive" -version = "3.6.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" -dependencies = [ - "proc-macro-crate", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "parking_lot" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" -dependencies = [ - "instant", - "lock_api", - "parking_lot_core 0.8.6", -] - -[[package]] -name = "parking_lot" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" -dependencies = [ - "lock_api", - "parking_lot_core 0.9.10", -] - -[[package]] -name = "parking_lot_core" -version = "0.8.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" -dependencies = [ - "cfg-if", - "instant", - "libc", - "redox_syscall 0.2.16", - "smallvec", - "winapi", -] - -[[package]] -name = "parking_lot_core" -version = "0.9.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" -dependencies = [ - "cfg-if", - "libc", - "redox_syscall 0.5.7", - "smallvec", - "windows-targets 0.52.6", -] - -[[package]] -name = "paste" -version = "1.0.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" - -[[package]] -name = "pem" -version = "3.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" -dependencies = [ - "base64 0.22.1", - "serde", -] - -[[package]] -name = "percent-encoding" -version = "2.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" - -[[package]] -name = "pest" -version = "2.7.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdbef9d1d47087a895abd220ed25eb4ad973a5e26f6a4367b038c25e28dfc2d9" -dependencies = [ - "memchr", - "thiserror", - "ucd-trie", -] - -[[package]] -name = "pharos" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414" -dependencies = [ - "futures", - "rustc_version 0.4.1", -] - -[[package]] -name = "phf" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" -dependencies = [ - "phf_macros", - "phf_shared", -] - -[[package]] -name = "phf_generator" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" -dependencies = [ - "phf_shared", - "rand", -] - -[[package]] -name = "phf_macros" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" -dependencies = [ - "phf_generator", - "phf_shared", - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "phf_shared" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" -dependencies = [ - "siphasher", -] - -[[package]] -name = "pin-project" -version = "1.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf123a161dde1e524adf36f90bc5d8d3462824a9c43553ad07a8183161189ec" -dependencies = [ - "pin-project-internal", -] - -[[package]] -name = "pin-project-internal" -version = "1.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4502d8515ca9f32f1fb543d987f63d95a14934883db45bdb48060b6b69257f8" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "pin-project-lite" -version = "0.2.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" - -[[package]] -name = "pin-utils" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" - -[[package]] -name = "pkcs8" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" -dependencies = [ - "der", - "spki", -] - -[[package]] -name = "pkg-config" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" - -[[package]] -name = "pollster" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" - -[[package]] -name = "polyval" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" -dependencies = [ - "cfg-if", - "cpufeatures", - "opaque-debug", - "universal-hash", -] - -[[package]] -name = "portable-atomic" -version = "1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" - -[[package]] -name = "powerfmt" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" - -[[package]] -name = "ppv-lite86" -version = "0.2.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" -dependencies = [ - "zerocopy", -] - -[[package]] -name = "pretty_assertions" -version = "1.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" -dependencies = [ - "diff", - "yansi", -] - -[[package]] -name = "primitive-types" -version = "0.12.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" -dependencies = [ - "fixed-hash", - "impl-codec", - "uint", -] - -[[package]] -name = "proc-macro-crate" -version = "3.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" -dependencies = [ - "toml_edit", -] - -[[package]] -name = "proc-macro-error" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" -dependencies = [ - "proc-macro-error-attr", - "proc-macro2", - "quote", - "syn 1.0.109", - "version_check", -] - -[[package]] -name = "proc-macro-error-attr" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" -dependencies = [ - "proc-macro2", - "quote", - "version_check", -] - -[[package]] -name = "proc-macro-error-attr2" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" -dependencies = [ - "proc-macro2", - "quote", -] - -[[package]] -name = "proc-macro-error2" -version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" -dependencies = [ - "proc-macro-error-attr2", - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "proc-macro2" -version = "1.0.87" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a" -dependencies = [ - "unicode-ident", -] - -[[package]] -name = "procfs" -version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4" -dependencies = [ - "bitflags 2.6.0", - "chrono", - "flate2", - "hex", - "lazy_static", - "procfs-core", - "rustix", -] - -[[package]] -name = "procfs-core" -version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29" -dependencies = [ - "bitflags 2.6.0", - "chrono", - "hex", -] - -[[package]] -name = "proptest" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d" -dependencies = [ - "bit-set", - "bit-vec", - "bitflags 2.6.0", - "lazy_static", - "num-traits", - "rand", - "rand_chacha", - "rand_xorshift", - "regex-syntax 0.8.5", - "rusty-fork", - "tempfile", - "unarray", -] - -[[package]] -name = "proptest-derive" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ff7ff745a347b87471d859a377a9a404361e7efc2a971d73424a6d183c0fc77" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "quanta" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5" -dependencies = [ - "crossbeam-utils", - "libc", - "once_cell", - "raw-cpuid", - "wasi", - "web-sys", - "winapi", -] - -[[package]] -name = "quick-error" -version = "1.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" - -[[package]] -name = "quick-protobuf" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f" -dependencies = [ - "byteorder", -] - -[[package]] -name = "quinn" -version = "0.11.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684" -dependencies = [ - "bytes", - "pin-project-lite", - "quinn-proto", - "quinn-udp", - "rustc-hash 2.0.0", - "rustls", - "socket2 0.5.7", - "thiserror", - "tokio", - "tracing", -] - -[[package]] -name = "quinn-proto" -version = "0.11.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6" -dependencies = [ - "bytes", - "rand", - "ring", - "rustc-hash 2.0.0", - "rustls", - "slab", - "thiserror", - "tinyvec", - "tracing", -] - -[[package]] -name = "quinn-udp" -version = "0.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b" -dependencies = [ - "libc", - "once_cell", - "socket2 0.5.7", - "tracing", - "windows-sys 0.59.0", -] - -[[package]] -name = "quote" -version = "1.0.37" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" -dependencies = [ - "proc-macro2", -] - -[[package]] -name = "radium" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" - -[[package]] -name = "rand" -version = "0.8.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" -dependencies = [ - "libc", - "rand_chacha", - "rand_core", - "serde", -] - -[[package]] -name = "rand_chacha" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" -dependencies = [ - "ppv-lite86", - "rand_core", -] - -[[package]] -name = "rand_core" -version = "0.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" -dependencies = [ - "getrandom", -] - -[[package]] -name = "rand_xorshift" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" -dependencies = [ - "rand_core", -] - -[[package]] -name = "ratatui" -version = "0.28.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdef7f9be5c0122f890d58bdf4d964349ba6a6161f705907526d891efabba57d" -dependencies = [ - "bitflags 2.6.0", - "cassowary", - "compact_str", - "crossterm 0.28.1", - "instability", - "itertools 0.13.0", - "lru", - "paste", - "strum", - "strum_macros", - "unicode-segmentation", - "unicode-truncate", - "unicode-width", -] - -[[package]] -name = "raw-cpuid" -version = "11.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ab240315c661615f2ee9f0f2cd32d5a7343a84d5ebcccb99d46e6637565e7b0" -dependencies = [ - "bitflags 2.6.0", -] - -[[package]] -name = "rayon" -version = "1.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" -dependencies = [ - "either", - "rayon-core", -] - -[[package]] -name = "rayon-core" -version = "1.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" -dependencies = [ - "crossbeam-deque", - "crossbeam-utils", -] - -[[package]] -name = "recvmsg" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3edd4d5d42c92f0a659926464d4cce56b562761267ecf0f469d85b7de384175" - -[[package]] -name = "redox_syscall" -version = "0.2.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" -dependencies = [ - "bitflags 1.3.2", -] - -[[package]] -name = "redox_syscall" -version = "0.5.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" -dependencies = [ - "bitflags 2.6.0", -] - -[[package]] -name = "redox_users" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" -dependencies = [ - "getrandom", - "libredox", - "thiserror", -] - -[[package]] -name = "regex" -version = "1.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8" -dependencies = [ - "aho-corasick", - "memchr", - "regex-automata 0.4.8", - "regex-syntax 0.8.5", -] - -[[package]] -name = "regex-automata" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" -dependencies = [ - "regex-syntax 0.6.29", -] - -[[package]] -name = "regex-automata" -version = "0.4.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3" -dependencies = [ - "aho-corasick", - "memchr", - "regex-syntax 0.8.5", -] - -[[package]] -name = "regex-syntax" -version = "0.6.29" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" - -[[package]] -name = "regex-syntax" -version = "0.8.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" - -[[package]] -name = "regress" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1541daf4e4ed43a0922b7969bdc2170178bcacc5dabf7e39bc508a9fa3953a7a" -dependencies = [ - "hashbrown 0.14.5", - "memchr", -] - -[[package]] -name = "reqwest" -version = "0.12.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b" -dependencies = [ - "base64 0.22.1", - "bytes", - "futures-core", - "futures-util", - "http", - "http-body", - "http-body-util", - "hyper", - "hyper-rustls", - "hyper-util", - "ipnet", - "js-sys", - "log", - "mime", - "once_cell", - "percent-encoding", - "pin-project-lite", - "quinn", - "rustls", - "rustls-pemfile", - "rustls-pki-types", - "serde", - "serde_json", - "serde_urlencoded", - "sync_wrapper 1.0.1", - "tokio", - "tokio-rustls", - "tower-service", - "url", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", - "webpki-roots", - "windows-registry", -] - -[[package]] -name = "resolv-conf" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" -dependencies = [ - "hostname", - "quick-error", -] - -[[package]] -name = "reth" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types", - "aquamarine", - "backon", - "clap", - "eyre", - "futures", - "reth-basic-payload-builder", - "reth-beacon-consensus", - "reth-blockchain-tree", - "reth-chainspec", - "reth-cli", - "reth-cli-commands", - "reth-cli-runner", - "reth-cli-util", - "reth-config", - "reth-consensus", - "reth-consensus-common", - "reth-db", - "reth-db-api", - "reth-downloaders", - "reth-engine-util", - "reth-errors", - "reth-ethereum-cli", - "reth-ethereum-payload-builder", - "reth-evm", - "reth-execution-types", - "reth-exex", - "reth-fs-util", - "reth-network", - "reth-network-api", - "reth-network-p2p", - "reth-node-api", - "reth-node-builder", - "reth-node-core", - "reth-node-ethereum", - "reth-node-events", - "reth-node-metrics", - "reth-payload-builder", - "reth-payload-primitives", - "reth-payload-validator", - "reth-primitives", - "reth-provider", - "reth-prune", - "reth-revm", - "reth-rpc", - "reth-rpc-api", - "reth-rpc-builder", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-rpc-types-compat", - "reth-stages", - "reth-static-file", - "reth-tasks", - "reth-tracing", - "reth-transaction-pool", - "reth-trie", - "reth-trie-db", - "serde_json", - "similar-asserts", - "tokio", - "tracing", -] - -[[package]] -name = "reth-auto-seal-consensus" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types-engine", - "futures-util", - "reth-beacon-consensus", - "reth-chainspec", - "reth-consensus", - "reth-engine-primitives", - "reth-evm", - "reth-execution-errors", - "reth-execution-types", - "reth-network-p2p", - "reth-network-peers", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-stages-api", - "reth-tokio-util", - "reth-transaction-pool", - "reth-trie", - "revm-primitives", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-basic-payload-builder" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "futures-core", - "futures-util", - "metrics", - "reth-chainspec", - "reth-metrics", - "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-tasks", - "reth-transaction-pool", - "revm", - "tokio", - "tracing", -] - -[[package]] -name = "reth-beacon-consensus" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types-engine", - "futures", - "itertools 0.13.0", - "metrics", - "reth-blockchain-tree-api", - "reth-engine-primitives", - "reth-errors", - "reth-ethereum-consensus", - "reth-metrics", - "reth-network-p2p", - "reth-node-types", - "reth-payload-builder", - "reth-payload-primitives", - "reth-payload-validator", - "reth-primitives", - "reth-provider", - "reth-prune", - "reth-stages-api", - "reth-static-file", - "reth-tasks", - "reth-tokio-util", - "schnellru", - "thiserror", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-blockchain-tree" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "aquamarine", - "linked_hash_set", - "metrics", - "parking_lot 0.12.3", - "reth-blockchain-tree-api", - "reth-consensus", - "reth-db", - "reth-db-api", - "reth-evm", - "reth-execution-errors", - "reth-execution-types", - "reth-metrics", - "reth-network", - "reth-node-types", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-stages-api", - "reth-storage-errors", - "reth-trie", - "reth-trie-db", - "reth-trie-parallel", - "tokio", - "tracing", -] - -[[package]] -name = "reth-blockchain-tree-api" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "reth-consensus", - "reth-execution-errors", - "reth-primitives", - "reth-storage-errors", - "thiserror", -] - -[[package]] -name = "reth-chain-state" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "auto_impl", - "derive_more", - "metrics", - "parking_lot 0.12.3", - "pin-project", - "reth-chainspec", - "reth-errors", - "reth-execution-types", - "reth-metrics", - "reth-primitives", - "reth-storage-api", - "reth-trie", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-chainspec" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-chains", - "alloy-eips", - "alloy-genesis", - "alloy-primitives", - "alloy-trie", - "auto_impl", - "derive_more", - "once_cell", - "reth-ethereum-forks", - "reth-network-peers", - "reth-primitives-traits", - "reth-trie-common", - "serde_json", -] - -[[package]] -name = "reth-cli" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-genesis", - "clap", - "eyre", - "reth-cli-runner", - "serde_json", - "shellexpand", -] - -[[package]] -name = "reth-cli-commands" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "ahash", - "alloy-eips", - "alloy-primitives", - "backon", - "clap", - "comfy-table", - "crossterm 0.28.1", - "eyre", - "fdlimit", - "futures", - "human_bytes", - "itertools 0.13.0", - "ratatui", - "reth-beacon-consensus", - "reth-chainspec", - "reth-cli", - "reth-cli-runner", - "reth-cli-util", - "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", - "reth-db-common", - "reth-downloaders", - "reth-ecies", - "reth-eth-wire", - "reth-ethereum-cli", - "reth-evm", - "reth-exex", - "reth-fs-util", - "reth-network", - "reth-network-p2p", - "reth-network-peers", - "reth-node-builder", - "reth-node-core", - "reth-node-events", - "reth-node-metrics", - "reth-primitives", - "reth-provider", - "reth-prune", - "reth-stages", - "reth-static-file", - "reth-static-file-types", - "reth-trie", - "reth-trie-db", - "secp256k1", - "serde", - "serde_json", - "tokio", - "toml", - "tracing", -] - -[[package]] -name = "reth-cli-runner" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "reth-tasks", - "tokio", - "tracing", -] - -[[package]] -name = "reth-cli-util" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "cfg-if", - "eyre", - "libc", - "rand", - "reth-fs-util", - "secp256k1", - "thiserror", - "tikv-jemallocator", -] - -[[package]] -name = "reth-codecs" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-genesis", - "alloy-primitives", - "alloy-trie", - "bytes", - "modular-bitfield", - "reth-codecs-derive", -] - -[[package]] -name = "reth-codecs-derive" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "convert_case", - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "reth-config" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "eyre", - "humantime-serde", - "reth-network-types", - "reth-prune-types", - "reth-stages-types", - "serde", - "toml", -] - -[[package]] -name = "reth-consensus" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "auto_impl", - "derive_more", - "reth-primitives", -] - -[[package]] -name = "reth-consensus-common" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "reth-chainspec", - "reth-consensus", - "reth-primitives", - "revm-primitives", -] - -[[package]] -name = "reth-consensus-debug-client" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-provider", - "alloy-rpc-types", - "alloy-rpc-types-engine", - "auto_impl", - "eyre", - "futures", - "reqwest", - "reth-node-api", - "reth-rpc-api", - "reth-rpc-builder", - "reth-tracing", - "ringbuffer", - "serde", - "tokio", -] - -[[package]] -name = "reth-db" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "bytes", - "derive_more", - "eyre", - "metrics", - "page_size", - "paste", - "reth-db-api", - "reth-fs-util", - "reth-libmdbx", - "reth-metrics", - "reth-nippy-jar", - "reth-primitives", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-tracing", - "reth-trie-common", - "rustc-hash 2.0.0", - "serde", - "strum", - "sysinfo", - "thiserror", -] - -[[package]] -name = "reth-db-api" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-genesis", - "alloy-primitives", - "bytes", - "derive_more", - "metrics", - "modular-bitfield", - "parity-scale-codec", - "reth-codecs", - "reth-db-models", - "reth-primitives", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", - "serde", -] - -[[package]] -name = "reth-db-common" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-genesis", - "alloy-primitives", - "boyer-moore-magiclen", - "eyre", - "reth-chainspec", - "reth-codecs", - "reth-config", - "reth-db", - "reth-db-api", - "reth-etl", - "reth-fs-util", - "reth-node-types", - "reth-primitives", - "reth-provider", - "reth-stages-types", - "reth-trie", - "reth-trie-db", - "serde", - "serde_json", - "thiserror", - "tracing", -] - -[[package]] -name = "reth-db-models" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "bytes", - "modular-bitfield", - "reth-codecs", - "reth-primitives", - "serde", -] - -[[package]] -name = "reth-discv4" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "discv5", - "enr", - "generic-array", - "parking_lot 0.12.3", - "reth-ethereum-forks", - "reth-net-banlist", - "reth-net-nat", - "reth-network-peers", - "schnellru", - "secp256k1", - "serde", - "thiserror", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-discv5" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "derive_more", - "discv5", - "enr", - "futures", - "itertools 0.13.0", - "metrics", - "rand", - "reth-chainspec", - "reth-ethereum-forks", - "reth-metrics", - "reth-network-peers", - "secp256k1", - "thiserror", - "tokio", - "tracing", -] - -[[package]] -name = "reth-dns-discovery" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "data-encoding", - "enr", - "linked_hash_set", - "parking_lot 0.12.3", - "reth-ethereum-forks", - "reth-network-peers", - "reth-tokio-util", - "schnellru", - "secp256k1", - "thiserror", - "tokio", - "tokio-stream", - "tracing", - "trust-dns-resolver", -] - -[[package]] -name = "reth-downloaders" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "futures", - "futures-util", - "itertools 0.13.0", - "metrics", - "pin-project", - "rayon", - "reth-config", - "reth-consensus", - "reth-metrics", - "reth-network-p2p", - "reth-network-peers", - "reth-primitives", - "reth-storage-api", - "reth-tasks", - "thiserror", - "tokio", - "tokio-stream", - "tokio-util", - "tracing", -] - -[[package]] -name = "reth-ecies" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "aes", - "alloy-primitives", - "alloy-rlp", - "block-padding", - "byteorder", - "cipher", - "concat-kdf", - "ctr", - "digest 0.10.7", - "futures", - "generic-array", - "hmac 0.12.1", - "pin-project", - "rand", - "reth-network-peers", - "secp256k1", - "sha2 0.10.8", - "sha3", - "thiserror", - "tokio", - "tokio-stream", - "tokio-util", - "tracing", - "typenum", -] - -[[package]] -name = "reth-engine-primitives" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "reth-execution-types", - "reth-payload-primitives", - "reth-primitives", - "reth-trie", - "serde", -] - -[[package]] -name = "reth-engine-service" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "futures", - "pin-project", - "reth-beacon-consensus", - "reth-consensus", - "reth-engine-tree", - "reth-evm", - "reth-network-p2p", - "reth-node-types", - "reth-payload-builder", - "reth-payload-validator", - "reth-provider", - "reth-prune", - "reth-stages-api", - "reth-tasks", - "thiserror", -] - -[[package]] -name = "reth-engine-tree" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rpc-types-engine", - "futures", - "metrics", - "reth-beacon-consensus", - "reth-blockchain-tree", - "reth-blockchain-tree-api", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", - "reth-engine-primitives", - "reth-errors", - "reth-evm", - "reth-metrics", - "reth-network-p2p", - "reth-payload-builder", - "reth-payload-primitives", - "reth-payload-validator", - "reth-primitives", - "reth-provider", - "reth-prune", - "reth-revm", - "reth-stages-api", - "reth-tasks", - "reth-trie", - "reth-trie-parallel", - "thiserror", - "tokio", - "tracing", -] - -[[package]] -name = "reth-engine-util" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types-engine", - "eyre", - "futures", - "itertools 0.13.0", - "pin-project", - "reth-beacon-consensus", - "reth-engine-primitives", - "reth-errors", - "reth-ethereum-forks", - "reth-evm", - "reth-fs-util", - "reth-payload-validator", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-rpc-types-compat", - "reth-trie", - "revm-primitives", - "serde", - "serde_json", - "tokio", - "tokio-util", - "tracing", -] - -[[package]] -name = "reth-errors" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "reth-blockchain-tree-api", - "reth-consensus", - "reth-execution-errors", - "reth-fs-util", - "reth-storage-errors", - "thiserror", -] - -[[package]] -name = "reth-eth-wire" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "bytes", - "derive_more", - "futures", - "pin-project", - "reth-chainspec", - "reth-codecs", - "reth-ecies", - "reth-eth-wire-types", - "reth-metrics", - "reth-network-peers", - "reth-primitives", - "snap", - "thiserror", - "tokio", - "tokio-stream", - "tokio-util", - "tracing", -] - -[[package]] -name = "reth-eth-wire-types" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-chains", - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "bytes", - "derive_more", - "reth-chainspec", - "reth-codecs-derive", - "reth-primitives", - "thiserror", -] - -[[package]] -name = "reth-ethereum-cli" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "eyre", - "reth-chainspec", - "reth-cli", -] - -[[package]] -name = "reth-ethereum-consensus" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "reth-chainspec", - "reth-consensus", - "reth-consensus-common", - "reth-primitives", - "tracing", -] - -[[package]] -name = "reth-ethereum-engine-primitives" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-engine", - "reth-chain-state", - "reth-chainspec", - "reth-engine-primitives", - "reth-payload-primitives", - "reth-primitives", - "reth-rpc-types-compat", - "serde", - "sha2 0.10.8", -] - -[[package]] -name = "reth-ethereum-forks" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-chains", - "alloy-primitives", - "alloy-rlp", - "auto_impl", - "crc", - "dyn-clone", - "once_cell", - "rustc-hash 2.0.0", - "serde", - "thiserror-no-std", -] - -[[package]] -name = "reth-ethereum-payload-builder" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "reth-basic-payload-builder", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-evm", - "reth-evm-ethereum", - "reth-execution-types", - "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-transaction-pool", - "reth-trie", - "revm", - "revm-primitives", - "tracing", -] - -[[package]] -name = "reth-etl" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "rayon", - "reth-db-api", - "tempfile", -] - -[[package]] -name = "reth-evm" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "auto_impl", - "futures-util", - "metrics", - "reth-chainspec", - "reth-execution-errors", - "reth-execution-types", - "reth-metrics", - "reth-primitives", - "reth-primitives-traits", - "reth-prune-types", - "reth-storage-errors", - "revm", - "revm-primitives", -] - -[[package]] -name = "reth-evm-ethereum" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-sol-types", - "reth-chainspec", - "reth-ethereum-consensus", - "reth-ethereum-forks", - "reth-evm", - "reth-execution-types", - "reth-primitives", - "reth-prune-types", - "reth-revm", - "revm-primitives", -] - -[[package]] -name = "reth-execution-errors" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "derive_more", - "nybbles", - "reth-consensus", - "reth-prune-types", - "reth-storage-errors", - "revm-primitives", -] - -[[package]] -name = "reth-execution-types" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "reth-execution-errors", - "reth-primitives", - "reth-trie", - "revm", - "serde", - "serde_with", -] - -[[package]] -name = "reth-exex" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "eyre", - "futures", - "itertools 0.13.0", - "metrics", - "parking_lot 0.12.3", - "reth-chain-state", - "reth-chainspec", - "reth-config", - "reth-evm", - "reth-exex-types", - "reth-fs-util", - "reth-metrics", - "reth-node-api", - "reth-node-core", - "reth-payload-builder", - "reth-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-prune-types", - "reth-revm", - "reth-stages-api", - "reth-tasks", - "reth-tracing", - "rmp-serde", - "tokio", - "tokio-util", - "tracing", -] - -[[package]] -name = "reth-exex-types" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "reth-chain-state", - "reth-execution-types", - "serde", - "serde_with", -] - -[[package]] -name = "reth-fs-util" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "serde", - "serde_json", - "thiserror", -] - -[[package]] -name = "reth-invalid-block-hooks" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-debug", - "eyre", - "futures", - "jsonrpsee", - "pretty_assertions", - "reth-chainspec", - "reth-engine-primitives", - "reth-evm", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-rpc-api", - "reth-tracing", - "reth-trie", - "serde", - "serde_json", -] - -[[package]] -name = "reth-ipc" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "async-trait", - "bytes", - "futures", - "futures-util", - "interprocess", - "jsonrpsee", - "pin-project", - "serde_json", - "thiserror", - "tokio", - "tokio-stream", - "tokio-util", - "tower 0.4.13", - "tracing", -] - -[[package]] -name = "reth-libmdbx" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "bitflags 2.6.0", - "byteorder", - "dashmap 6.1.0", - "derive_more", - "indexmap 2.6.0", - "parking_lot 0.12.3", - "reth-mdbx-sys", - "smallvec", - "thiserror", - "tracing", -] - -[[package]] -name = "reth-mdbx-sys" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "bindgen", - "cc", -] - -[[package]] -name = "reth-metrics" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "futures", - "metrics", - "metrics-derive", - "tokio", - "tokio-util", -] - -[[package]] -name = "reth-net-banlist" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", -] - -[[package]] -name = "reth-net-nat" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "futures-util", - "if-addrs", - "reqwest", - "serde_with", - "thiserror", - "tokio", - "tracing", -] - -[[package]] -name = "reth-network" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "aquamarine", - "auto_impl", - "derive_more", - "discv5", - "enr", - "futures", - "itertools 0.13.0", - "metrics", - "parking_lot 0.12.3", - "pin-project", - "rand", - "reth-chainspec", - "reth-consensus", - "reth-discv4", - "reth-discv5", - "reth-dns-discovery", - "reth-ecies", - "reth-eth-wire", - "reth-fs-util", - "reth-metrics", - "reth-net-banlist", - "reth-network-api", - "reth-network-p2p", - "reth-network-peers", - "reth-network-types", - "reth-primitives", - "reth-storage-api", - "reth-tasks", - "reth-tokio-util", - "reth-transaction-pool", - "rustc-hash 2.0.0", - "schnellru", - "secp256k1", - "serde", - "smallvec", - "thiserror", - "tokio", - "tokio-stream", - "tokio-util", - "tracing", -] - -[[package]] -name = "reth-network-api" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types-admin", - "auto_impl", - "derive_more", - "enr", - "futures", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-network-p2p", - "reth-network-peers", - "reth-network-types", - "reth-tokio-util", - "serde", - "thiserror", - "tokio", - "tokio-stream", -] - -[[package]] -name = "reth-network-p2p" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "auto_impl", - "derive_more", - "futures", - "reth-consensus", - "reth-eth-wire-types", - "reth-network-peers", - "reth-network-types", - "reth-primitives", - "reth-storage-errors", - "tokio", - "tracing", -] - -[[package]] -name = "reth-network-peers" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "enr", - "secp256k1", - "serde_with", - "thiserror", - "tokio", - "url", -] - -[[package]] -name = "reth-network-types" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "humantime-serde", - "reth-ethereum-forks", - "reth-net-banlist", - "reth-network-peers", - "serde", - "serde_json", - "tracing", -] - -[[package]] -name = "reth-nippy-jar" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "anyhow", - "bincode", - "derive_more", - "lz4_flex", - "memmap2", - "reth-fs-util", - "serde", - "thiserror", - "tracing", - "zstd", -] - -[[package]] -name = "reth-node-api" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "reth-engine-primitives", - "reth-evm", - "reth-network-api", - "reth-node-types", - "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives", - "reth-provider", - "reth-rpc-eth-api", - "reth-tasks", - "reth-transaction-pool", -] - -[[package]] -name = "reth-node-builder" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types", - "aquamarine", - "eyre", - "fdlimit", - "futures", - "jsonrpsee", - "rayon", - "reth-auto-seal-consensus", - "reth-beacon-consensus", - "reth-blockchain-tree", - "reth-chain-state", - "reth-chainspec", - "reth-cli-util", - "reth-config", - "reth-consensus", - "reth-consensus-debug-client", - "reth-db-api", - "reth-db-common", - "reth-downloaders", - "reth-engine-service", - "reth-engine-tree", - "reth-engine-util", - "reth-evm", - "reth-exex", - "reth-fs-util", - "reth-invalid-block-hooks", - "reth-network", - "reth-network-api", - "reth-network-p2p", - "reth-node-api", - "reth-node-core", - "reth-node-events", - "reth-node-metrics", - "reth-payload-builder", - "reth-payload-primitives", - "reth-payload-validator", - "reth-primitives", - "reth-provider", - "reth-prune", - "reth-rpc", - "reth-rpc-api", - "reth-rpc-builder", - "reth-rpc-engine-api", - "reth-rpc-eth-types", - "reth-rpc-layer", - "reth-stages", - "reth-static-file", - "reth-tasks", - "reth-tokio-util", - "reth-tracing", - "reth-transaction-pool", - "secp256k1", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-node-core" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types-engine", - "clap", - "const_format", - "derive_more", - "dirs-next", - "eyre", - "futures", - "humantime", - "rand", - "reth-chainspec", - "reth-cli-util", - "reth-config", - "reth-consensus-common", - "reth-db", - "reth-discv4", - "reth-discv5", - "reth-net-nat", - "reth-network", - "reth-network-p2p", - "reth-network-peers", - "reth-primitives", - "reth-prune-types", - "reth-rpc-api", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-rpc-types-compat", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", - "reth-tracing", - "reth-transaction-pool", - "secp256k1", - "serde", - "shellexpand", - "strum", - "thiserror", - "toml", - "tracing", - "vergen", -] - -[[package]] -name = "reth-node-ethereum" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "eyre", - "reth-auto-seal-consensus", - "reth-basic-payload-builder", - "reth-beacon-consensus", - "reth-chainspec", - "reth-consensus", - "reth-ethereum-engine-primitives", - "reth-ethereum-payload-builder", - "reth-evm-ethereum", - "reth-network", - "reth-node-api", - "reth-node-builder", - "reth-payload-builder", - "reth-primitives", - "reth-provider", - "reth-rpc", - "reth-tracing", - "reth-transaction-pool", -] - -[[package]] -name = "reth-node-events" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types-engine", - "futures", - "humantime", - "pin-project", - "reth-beacon-consensus", - "reth-network", - "reth-network-api", - "reth-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-stages", - "reth-static-file", - "tokio", - "tracing", -] - -[[package]] -name = "reth-node-metrics" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "eyre", - "http", - "jsonrpsee", - "metrics", - "metrics-exporter-prometheus", - "metrics-process", - "metrics-util", - "procfs", - "reth-db-api", - "reth-metrics", - "reth-provider", - "reth-tasks", - "tikv-jemalloc-ctl", - "tokio", - "tower 0.4.13", - "tracing", - "vergen", -] - -[[package]] -name = "reth-node-types" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "reth-chainspec", - "reth-db-api", - "reth-engine-primitives", -] - -[[package]] -name = "reth-payload-builder" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types", - "async-trait", - "futures-util", - "metrics", - "reth-ethereum-engine-primitives", - "reth-metrics", - "reth-payload-primitives", - "reth-primitives", - "reth-provider", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-payload-primitives" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types", - "async-trait", - "op-alloy-rpc-types-engine", - "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-primitives", - "reth-transaction-pool", - "serde", - "thiserror", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-payload-validator" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-rpc-types", - "reth-chainspec", - "reth-primitives", - "reth-rpc-types-compat", -] - -[[package]] -name = "reth-primitives" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "bytes", - "c-kzg", - "derive_more", - "k256", - "modular-bitfield", - "once_cell", - "op-alloy-consensus", - "rayon", - "reth-codecs", - "reth-ethereum-forks", - "reth-primitives-traits", - "reth-static-file-types", - "reth-trie-common", - "revm-primitives", - "secp256k1", - "serde", - "serde_with", - "zstd", -] - -[[package]] -name = "reth-primitives-traits" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-genesis", - "alloy-primitives", - "alloy-rlp", - "byteorder", - "bytes", - "derive_more", - "modular-bitfield", - "reth-codecs", - "revm-primitives", - "roaring", - "serde", - "serde_with", -] - -[[package]] -name = "reth-provider" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rpc-types-engine", - "auto_impl", - "dashmap 6.1.0", - "itertools 0.13.0", - "metrics", - "notify", - "parking_lot 0.12.3", - "rayon", - "reth-blockchain-tree-api", - "reth-chain-state", - "reth-chainspec", - "reth-codecs", - "reth-db", - "reth-db-api", - "reth-errors", - "reth-evm", - "reth-execution-types", - "reth-fs-util", - "reth-metrics", - "reth-network-p2p", - "reth-nippy-jar", - "reth-node-types", - "reth-primitives", - "reth-prune-types", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", - "reth-trie", - "reth-trie-db", - "revm", - "strum", - "tokio", - "tracing", -] - -[[package]] -name = "reth-prune" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "itertools 0.13.0", - "metrics", - "rayon", - "reth-chainspec", - "reth-config", - "reth-db", - "reth-db-api", - "reth-errors", - "reth-exex-types", - "reth-metrics", - "reth-provider", - "reth-prune-types", - "reth-static-file-types", - "reth-tokio-util", - "rustc-hash 2.0.0", - "thiserror", - "tokio", - "tracing", -] - -[[package]] -name = "reth-prune-types" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "bytes", - "derive_more", - "modular-bitfield", - "reth-codecs", - "serde", - "thiserror", -] - -[[package]] -name = "reth-revm" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "reth-chainspec", - "reth-consensus-common", - "reth-execution-errors", - "reth-primitives", - "reth-prune-types", - "reth-storage-api", - "reth-storage-errors", - "revm", -] - -[[package]] -name = "reth-rpc" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-consensus", - "alloy-dyn-abi", - "alloy-eips", - "alloy-genesis", - "alloy-network", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types", - "alloy-rpc-types-admin", - "alloy-rpc-types-debug", - "alloy-rpc-types-eth", - "alloy-rpc-types-mev", - "alloy-rpc-types-trace", - "alloy-rpc-types-txpool", - "alloy-serde", - "alloy-signer", - "alloy-signer-local", - "async-trait", - "derive_more", - "futures", - "http", - "http-body", - "hyper", - "jsonrpsee", - "jsonwebtoken", - "parking_lot 0.12.3", - "pin-project", - "rand", - "reth-chainspec", - "reth-consensus-common", - "reth-errors", - "reth-evm", - "reth-network-api", - "reth-network-peers", - "reth-network-types", - "reth-node-api", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-rpc-api", - "reth-rpc-engine-api", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-rpc-types-compat", - "reth-tasks", - "reth-transaction-pool", - "reth-trie", - "revm", - "revm-inspectors", - "revm-primitives", - "serde", - "serde_json", - "thiserror", - "tokio", - "tokio-stream", - "tower 0.4.13", - "tracing", - "tracing-futures", -] - -[[package]] -name = "reth-rpc-api" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-json-rpc", - "alloy-primitives", - "alloy-rpc-types", - "alloy-rpc-types-admin", - "alloy-rpc-types-anvil", - "alloy-rpc-types-beacon", - "alloy-rpc-types-debug", - "alloy-rpc-types-engine", - "alloy-rpc-types-eth", - "alloy-rpc-types-mev", - "alloy-rpc-types-trace", - "alloy-rpc-types-txpool", - "alloy-serde", - "jsonrpsee", - "reth-engine-primitives", - "reth-network-peers", - "reth-primitives", - "reth-rpc-eth-api", -] - -[[package]] -name = "reth-rpc-builder" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-network", - "alloy-rpc-types", - "alloy-serde", - "http", - "jsonrpsee", - "metrics", - "pin-project", - "reth-chainspec", - "reth-engine-primitives", - "reth-evm", - "reth-ipc", - "reth-metrics", - "reth-network-api", - "reth-node-core", - "reth-primitives", - "reth-provider", - "reth-rpc", - "reth-rpc-api", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-layer", - "reth-rpc-server-types", - "reth-tasks", - "reth-transaction-pool", - "serde", - "thiserror", - "tower 0.4.13", - "tower-http", - "tracing", -] - -[[package]] -name = "reth-rpc-engine-api" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rpc-types-engine", - "async-trait", - "jsonrpsee-core", - "jsonrpsee-types", - "metrics", - "reth-beacon-consensus", - "reth-chainspec", - "reth-engine-primitives", - "reth-evm", - "reth-metrics", - "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives", - "reth-rpc-api", - "reth-rpc-types-compat", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "serde", - "thiserror", - "tokio", - "tracing", -] - -[[package]] -name = "reth-rpc-eth-api" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-dyn-abi", - "alloy-eips", - "alloy-json-rpc", - "alloy-network", - "alloy-primitives", - "alloy-rpc-types", - "alloy-rpc-types-eth", - "alloy-rpc-types-mev", - "async-trait", - "auto_impl", - "dyn-clone", - "futures", - "jsonrpsee", - "jsonrpsee-types", - "parking_lot 0.12.3", - "reth-chainspec", - "reth-errors", - "reth-evm", - "reth-execution-types", - "reth-network-api", - "reth-primitives", - "reth-provider", - "reth-revm", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-rpc-types-compat", - "reth-tasks", - "reth-transaction-pool", - "reth-trie", - "revm", - "revm-inspectors", - "revm-primitives", - "tokio", - "tracing", -] - -[[package]] -name = "reth-rpc-eth-types" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rpc-types", - "alloy-rpc-types-eth", - "alloy-serde", - "alloy-sol-types", - "derive_more", - "futures", - "jsonrpsee-core", - "jsonrpsee-types", - "metrics", - "rand", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-evm", - "reth-execution-types", - "reth-metrics", - "reth-primitives", - "reth-revm", - "reth-rpc-server-types", - "reth-rpc-types-compat", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie", - "revm", - "revm-inspectors", - "revm-primitives", - "schnellru", - "serde", - "thiserror", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-rpc-layer" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-rpc-types-engine", - "http", - "jsonrpsee-http-client", - "pin-project", - "tower 0.4.13", - "tracing", -] - -[[package]] -name = "reth-rpc-server-types" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types-engine", - "jsonrpsee-core", - "jsonrpsee-types", - "reth-errors", - "reth-network-api", - "reth-primitives", - "serde", - "strum", -] - -[[package]] -name = "reth-rpc-types-compat" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types", - "alloy-rpc-types-engine", - "alloy-rpc-types-eth", - "alloy-serde", - "reth-primitives", - "reth-trie-common", -] - -[[package]] -name = "reth-stages" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "bincode", - "futures-util", - "itertools 0.13.0", - "num-traits", - "rayon", - "reth-codecs", - "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", - "reth-etl", - "reth-evm", - "reth-execution-types", - "reth-exex", - "reth-network-p2p", - "reth-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-prune-types", - "reth-revm", - "reth-stages-api", - "reth-storage-errors", - "reth-trie", - "reth-trie-db", - "thiserror", - "tokio", - "tracing", -] - -[[package]] -name = "reth-stages-api" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "aquamarine", - "auto_impl", - "futures-util", - "metrics", - "reth-consensus", - "reth-errors", - "reth-metrics", - "reth-network-p2p", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-stages-types", - "reth-static-file", - "reth-static-file-types", - "reth-tokio-util", - "thiserror", - "tokio", - "tracing", -] - -[[package]] -name = "reth-stages-types" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "bytes", - "modular-bitfield", - "reth-codecs", - "reth-trie-common", - "serde", -] - -[[package]] -name = "reth-static-file" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "parking_lot 0.12.3", - "rayon", - "reth-chainspec", - "reth-db", - "reth-db-api", - "reth-nippy-jar", - "reth-node-types", - "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-errors", - "reth-tokio-util", - "tracing", -] - -[[package]] -name = "reth-static-file-types" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "clap", - "derive_more", - "serde", - "strum", -] - -[[package]] -name = "reth-storage-api" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "auto_impl", - "reth-chainspec", - "reth-db-api", - "reth-db-models", - "reth-execution-types", - "reth-primitives", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie", -] - -[[package]] -name = "reth-storage-errors" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "derive_more", - "reth-fs-util", - "reth-primitives", -] - -[[package]] -name = "reth-tasks" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "auto_impl", - "dyn-clone", - "futures-util", - "metrics", - "pin-project", - "rayon", - "reth-metrics", - "thiserror", - "tokio", - "tracing", - "tracing-futures", -] - -[[package]] -name = "reth-tokio-util" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-tracing" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "clap", - "eyre", - "rolling-file", - "tracing", - "tracing-appender", - "tracing-journald", - "tracing-logfmt", - "tracing-subscriber", -] - -[[package]] -name = "reth-transaction-pool" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "aquamarine", - "auto_impl", - "bitflags 2.6.0", - "futures-util", - "metrics", - "parking_lot 0.12.3", - "reth-chain-state", - "reth-chainspec", - "reth-eth-wire-types", - "reth-execution-types", - "reth-fs-util", - "reth-metrics", - "reth-primitives", - "reth-storage-api", - "reth-tasks", - "revm", - "rustc-hash 2.0.0", - "schnellru", - "serde", - "smallvec", - "thiserror", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-trie" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "auto_impl", - "derive_more", - "itertools 0.13.0", - "metrics", - "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-primitives", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", - "revm", - "serde", - "serde_with", - "tracing", -] - -[[package]] -name = "reth-trie-common" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-consensus", - "alloy-genesis", - "alloy-primitives", - "alloy-rlp", - "alloy-trie", - "bytes", - "derive_more", - "itertools 0.13.0", - "nybbles", - "reth-codecs", - "reth-primitives-traits", - "revm-primitives", - "serde", -] - -[[package]] -name = "reth-trie-db" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "auto_impl", - "derive_more", - "itertools 0.13.0", - "metrics", - "rayon", - "reth-db", - "reth-db-api", - "reth-execution-errors", - "reth-metrics", - "reth-primitives", - "reth-stages-types", - "reth-storage-errors", - "reth-trie", - "reth-trie-common", - "revm", - "tracing", -] - -[[package]] -name = "reth-trie-parallel" -version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth.git#9a732f6b7813f9ecb5f28b379d3062c287a78e70" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "derive_more", - "itertools 0.13.0", - "metrics", - "rayon", - "reth-db", - "reth-db-api", - "reth-execution-errors", - "reth-metrics", - "reth-primitives", - "reth-provider", - "reth-trie", - "reth-trie-db", - "thiserror", - "tracing", -] - -[[package]] -name = "revm" -version = "14.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "641702b12847f9ed418d552f4fcabe536d867a2c980e96b6e7e25d7b992f929f" -dependencies = [ - "auto_impl", - "cfg-if", - "dyn-clone", - "revm-interpreter", - "revm-precompile", - "serde", - "serde_json", -] - -[[package]] -name = "revm-inspectors" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43c44af0bf801f48d25f7baf25cf72aff4c02d610f83b428175228162fef0246" -dependencies = [ - "alloy-primitives", - "alloy-rpc-types-eth", - "alloy-rpc-types-trace", - "alloy-sol-types", - "anstyle", - "boa_engine", - "boa_gc", - "colorchoice", - "revm", - "serde_json", - "thiserror", -] - -[[package]] -name = "revm-interpreter" -version = "10.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e5e14002afae20b5bf1566f22316122f42f57517000e559c55b25bf7a49cba2" -dependencies = [ - "revm-primitives", - "serde", -] - -[[package]] -name = "revm-precompile" -version = "11.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3198c06247e8d4ad0d1312591edf049b0de4ddffa9fecb625c318fd67db8639b" -dependencies = [ - "aurora-engine-modexp", - "blst", - "c-kzg", - "cfg-if", - "k256", - "once_cell", - "revm-primitives", - "ripemd", - "secp256k1", - "sha2 0.10.8", - "substrate-bn", -] - -[[package]] -name = "revm-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f1525851a03aff9a9d6a1d018b414d76252d6802ab54695b27093ecd7e7a101" -dependencies = [ - "alloy-eip2930", - "alloy-eip7702", - "alloy-primitives", - "auto_impl", - "bitflags 2.6.0", - "bitvec", - "c-kzg", - "cfg-if", - "dyn-clone", - "enumn", - "hex", - "serde", -] - -[[package]] -name = "rfc6979" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" -dependencies = [ - "hmac 0.12.1", - "subtle", -] - -[[package]] -name = "ring" -version = "0.17.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" -dependencies = [ - "cc", - "cfg-if", - "getrandom", - "libc", - "spin", - "untrusted", - "windows-sys 0.52.0", -] - -[[package]] -name = "ringbuffer" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3df6368f71f205ff9c33c076d170dd56ebf68e8161c733c0caa07a7a5509ed53" - -[[package]] -name = "ripemd" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f" -dependencies = [ - "digest 0.10.7", -] - -[[package]] -name = "rlimit" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7043b63bd0cd1aaa628e476b80e6d4023a3b50eb32789f2728908107bd0c793a" -dependencies = [ - "libc", -] - -[[package]] -name = "rlp" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec" -dependencies = [ - "bytes", - "rustc-hex", -] - -[[package]] -name = "rmp" -version = "0.8.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4" -dependencies = [ - "byteorder", - "num-traits", - "paste", -] - -[[package]] -name = "rmp-serde" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db" -dependencies = [ - "byteorder", - "rmp", - "serde", -] - -[[package]] -name = "roaring" -version = "0.10.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f4b84ba6e838ceb47b41de5194a60244fac43d9fe03b71dbe8c5a201081d6d1" -dependencies = [ - "bytemuck", - "byteorder", -] - -[[package]] -name = "rolling-file" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8395b4f860856b740f20a296ea2cd4d823e81a2658cf05ef61be22916026a906" -dependencies = [ - "chrono", -] - -[[package]] -name = "route-recognizer" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" - -[[package]] -name = "ruint" -version = "1.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c3cc4c2511671f327125da14133d0c5c5d137f006a1017a16f557bc85b16286" -dependencies = [ - "alloy-rlp", - "arbitrary", - "ark-ff 0.3.0", - "ark-ff 0.4.2", - "bytes", - "fastrlp", - "num-bigint", - "num-traits", - "parity-scale-codec", - "primitive-types", - "proptest", - "rand", - "rlp", - "ruint-macro", - "serde", - "valuable", - "zeroize", -] - -[[package]] -name = "ruint-macro" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48fd7bd8a6377e15ad9d42a8ec25371b94ddc67abe7c8b9127bec79bebaaae18" - -[[package]] -name = "rustc-demangle" -version = "0.1.24" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" - -[[package]] -name = "rustc-hash" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" - -[[package]] -name = "rustc-hash" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" -dependencies = [ - "rand", -] - -[[package]] -name = "rustc-hex" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" - -[[package]] -name = "rustc_version" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee" -dependencies = [ - "semver 0.11.0", -] - -[[package]] -name = "rustc_version" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" -dependencies = [ - "semver 1.0.23", -] - -[[package]] -name = "rustix" -version = "0.38.37" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" -dependencies = [ - "bitflags 2.6.0", - "errno", - "libc", - "linux-raw-sys", - "windows-sys 0.52.0", -] - -[[package]] -name = "rustls" -version = "0.23.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "415d9944693cb90382053259f89fbb077ea730ad7273047ec63b19bc9b160ba8" -dependencies = [ - "log", - "once_cell", - "ring", - "rustls-pki-types", - "rustls-webpki", - "subtle", - "zeroize", -] - -[[package]] -name = "rustls-native-certs" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" -dependencies = [ - "openssl-probe", - "rustls-pemfile", - "rustls-pki-types", - "schannel", - "security-framework", -] - -[[package]] -name = "rustls-pemfile" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" -dependencies = [ - "rustls-pki-types", -] - -[[package]] -name = "rustls-pki-types" -version = "1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55" - -[[package]] -name = "rustls-platform-verifier" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afbb878bdfdf63a336a5e63561b1835e7a8c91524f51621db870169eac84b490" -dependencies = [ - "core-foundation", - "core-foundation-sys", - "jni", - "log", - "once_cell", - "rustls", - "rustls-native-certs", - "rustls-platform-verifier-android", - "rustls-webpki", - "security-framework", - "security-framework-sys", - "webpki-roots", - "winapi", -] - -[[package]] -name = "rustls-platform-verifier-android" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" - -[[package]] -name = "rustls-webpki" -version = "0.102.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" -dependencies = [ - "ring", - "rustls-pki-types", - "untrusted", -] - -[[package]] -name = "rustversion" -version = "1.0.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" - -[[package]] -name = "rusty-fork" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" -dependencies = [ - "fnv", - "quick-error", - "tempfile", - "wait-timeout", -] - -[[package]] -name = "ryu" -version = "1.0.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" - -[[package]] -name = "ryu-js" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad97d4ce1560a5e27cec89519dc8300d1aa6035b099821261c651486a19e44d5" - -[[package]] -name = "same-file" -version = "1.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" -dependencies = [ - "winapi-util", -] - -[[package]] -name = "schannel" -version = "0.1.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1" -dependencies = [ - "windows-sys 0.59.0", -] - -[[package]] -name = "schnellru" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9a8ef13a93c54d20580de1e5c413e624e53121d42fc7e2c11d10ef7f8b02367" -dependencies = [ - "ahash", - "cfg-if", - "hashbrown 0.13.2", -] - -[[package]] -name = "scopeguard" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" - -[[package]] -name = "sec1" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" -dependencies = [ - "base16ct", - "der", - "generic-array", - "pkcs8", - "subtle", - "zeroize", -] - -[[package]] -name = "secp256k1" -version = "0.29.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113" -dependencies = [ - "rand", - "secp256k1-sys", - "serde", -] - -[[package]] -name = "secp256k1-sys" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4387882333d3aa8cb20530a17c69a3752e97837832f34f6dccc760e715001d9" -dependencies = [ - "cc", -] - -[[package]] -name = "security-framework" -version = "2.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" -dependencies = [ - "bitflags 2.6.0", - "core-foundation", - "core-foundation-sys", - "libc", - "num-bigint", - "security-framework-sys", -] - -[[package]] -name = "security-framework-sys" -version = "2.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6" -dependencies = [ - "core-foundation-sys", - "libc", -] - -[[package]] -name = "semver" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" -dependencies = [ - "semver-parser", -] - -[[package]] -name = "semver" -version = "1.0.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" -dependencies = [ - "serde", -] - -[[package]] -name = "semver-parser" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" -dependencies = [ - "pest", -] - -[[package]] -name = "send_wrapper" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0" - -[[package]] -name = "send_wrapper" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" - -[[package]] -name = "serde" -version = "1.0.210" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" -dependencies = [ - "serde_derive", -] - -[[package]] -name = "serde_derive" -version = "1.0.210" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "serde_json" -version = "1.0.128" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" -dependencies = [ - "indexmap 2.6.0", - "itoa", - "memchr", - "ryu", - "serde", -] - -[[package]] -name = "serde_repr" -version = "0.1.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "serde_spanned" -version = "0.6.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" -dependencies = [ - "serde", -] - -[[package]] -name = "serde_urlencoded" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" -dependencies = [ - "form_urlencoded", - "itoa", - "ryu", - "serde", -] - -[[package]] -name = "serde_with" -version = "3.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817" -dependencies = [ - "base64 0.22.1", - "chrono", - "hex", - "indexmap 1.9.3", - "indexmap 2.6.0", - "serde", - "serde_derive", - "serde_json", - "serde_with_macros", - "time", -] - -[[package]] -name = "serde_with_macros" -version = "3.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d" -dependencies = [ - "darling", - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "sha1" -version = "0.10.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" -dependencies = [ - "cfg-if", - "cpufeatures", - "digest 0.10.7", -] - -[[package]] -name = "sha2" -version = "0.9.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" -dependencies = [ - "block-buffer 0.9.0", - "cfg-if", - "cpufeatures", - "digest 0.9.0", - "opaque-debug", -] - -[[package]] -name = "sha2" -version = "0.10.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" -dependencies = [ - "cfg-if", - "cpufeatures", - "digest 0.10.7", -] - -[[package]] -name = "sha3" -version = "0.10.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" -dependencies = [ - "digest 0.10.7", - "keccak", -] - -[[package]] -name = "sha3-asm" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c28efc5e327c837aa837c59eae585fc250715ef939ac32881bcc11677cd02d46" -dependencies = [ - "cc", - "cfg-if", -] - -[[package]] -name = "sharded-slab" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" -dependencies = [ - "lazy_static", -] - -[[package]] -name = "shellexpand" -version = "3.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" -dependencies = [ - "dirs", -] - -[[package]] -name = "shlex" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" - -[[package]] -name = "signal-hook" -version = "0.3.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" -dependencies = [ - "libc", - "signal-hook-registry", -] - -[[package]] -name = "signal-hook-mio" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd" -dependencies = [ - "libc", - "mio 1.0.2", - "signal-hook", -] - -[[package]] -name = "signal-hook-registry" -version = "1.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" -dependencies = [ - "libc", -] - -[[package]] -name = "signature" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" -dependencies = [ - "digest 0.10.7", - "rand_core", -] - -[[package]] -name = "similar" -version = "2.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" - -[[package]] -name = "similar-asserts" -version = "1.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfe85670573cd6f0fa97940f26e7e6601213c3b0555246c24234131f88c5709e" -dependencies = [ - "console", - "similar", -] - -[[package]] -name = "simple_asn1" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" -dependencies = [ - "num-bigint", - "num-traits", - "thiserror", - "time", -] - -[[package]] -name = "siphasher" -version = "0.3.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" - -[[package]] -name = "sketches-ddsketch" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85636c14b73d81f541e525f585c0a2109e6744e1565b5c1668e31c70c10ed65c" - -[[package]] -name = "slab" -version = "0.4.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" -dependencies = [ - "autocfg", -] - -[[package]] -name = "smallvec" -version = "1.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" -dependencies = [ - "serde", -] - -[[package]] -name = "snap" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" - -[[package]] -name = "socket2" -version = "0.4.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" -dependencies = [ - "libc", - "winapi", -] - -[[package]] -name = "socket2" -version = "0.5.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" -dependencies = [ - "libc", - "windows-sys 0.52.0", -] - -[[package]] -name = "soketto" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37468c595637c10857701c990f93a40ce0e357cedb0953d1c26c8d8027f9bb53" -dependencies = [ - "base64 0.22.1", - "bytes", - "futures", - "http", - "httparse", - "log", - "rand", - "sha1", -] - -[[package]] -name = "spin" -version = "0.9.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" -dependencies = [ - "lock_api", -] - -[[package]] -name = "spki" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" -dependencies = [ - "base64ct", - "der", -] - -[[package]] -name = "sptr" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a" - -[[package]] -name = "stable_deref_trait" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" - -[[package]] -name = "static_assertions" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" - -[[package]] -name = "strsim" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" - -[[package]] -name = "strum" -version = "0.26.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" -dependencies = [ - "strum_macros", -] - -[[package]] -name = "strum_macros" -version = "0.26.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" -dependencies = [ - "heck", - "proc-macro2", - "quote", - "rustversion", - "syn 2.0.79", -] - -[[package]] -name = "substrate-bn" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b5bbfa79abbae15dd642ea8176a21a635ff3c00059961d1ea27ad04e5b441c" -dependencies = [ - "byteorder", - "crunchy", - "lazy_static", - "rand", - "rustc-hex", -] - -[[package]] -name = "subtle" -version = "2.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" - -[[package]] -name = "syn" -version = "1.0.109" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" -dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", -] - -[[package]] -name = "syn" -version = "2.0.79" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590" -dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", -] - -[[package]] -name = "syn-solidity" -version = "0.8.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3a850d65181df41b83c6be01a7d91f5e9377c43d48faa5af7d95816f437f5a3" -dependencies = [ - "paste", - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "sync_wrapper" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" - -[[package]] -name = "sync_wrapper" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" -dependencies = [ - "futures-core", -] - -[[package]] -name = "synstructure" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "sysinfo" -version = "0.31.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be" -dependencies = [ - "core-foundation-sys", - "libc", - "memchr", - "ntapi", - "windows", -] - -[[package]] -name = "tap" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" - -[[package]] -name = "tempfile" -version = "3.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" -dependencies = [ - "cfg-if", - "fastrand", - "once_cell", - "rustix", - "windows-sys 0.59.0", -] - -[[package]] -name = "thin-vec" -version = "0.2.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b" - -[[package]] -name = "thiserror" -version = "1.0.64" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" -dependencies = [ - "thiserror-impl", -] - -[[package]] -name = "thiserror-impl" -version = "1.0.64" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "thiserror-impl-no-std" -version = "2.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58e6318948b519ba6dc2b442a6d0b904ebfb8d411a3ad3e07843615a72249758" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "thiserror-no-std" -version = "2.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3ad459d94dd517257cc96add8a43190ee620011bb6e6cdc82dafd97dfafafea" -dependencies = [ - "thiserror-impl-no-std", -] - -[[package]] -name = "thread_local" -version = "1.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" -dependencies = [ - "cfg-if", - "once_cell", -] - -[[package]] -name = "threadpool" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" -dependencies = [ - "num_cpus", -] - -[[package]] -name = "tikv-jemalloc-ctl" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f21f216790c8df74ce3ab25b534e0718da5a1916719771d3fec23315c99e468b" -dependencies = [ - "libc", - "paste", - "tikv-jemalloc-sys", -] - -[[package]] -name = "tikv-jemalloc-sys" -version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d" -dependencies = [ - "cc", - "libc", -] - -[[package]] -name = "tikv-jemallocator" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cec5ff18518d81584f477e9bfdf957f5bb0979b0bac3af4ca30b5b3ae2d2865" -dependencies = [ - "libc", - "tikv-jemalloc-sys", -] - -[[package]] -name = "time" -version = "0.3.36" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" -dependencies = [ - "deranged", - "itoa", - "js-sys", - "libc", - "num-conv", - "num_threads", - "powerfmt", - "serde", - "time-core", - "time-macros", -] - -[[package]] -name = "time-core" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" - -[[package]] -name = "time-macros" -version = "0.2.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" -dependencies = [ - "num-conv", - "time-core", -] - -[[package]] -name = "tiny-keccak" -version = "2.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" -dependencies = [ - "crunchy", -] - -[[package]] -name = "tinystr" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" -dependencies = [ - "displaydoc", - "zerovec", -] - -[[package]] -name = "tinyvec" -version = "1.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" -dependencies = [ - "tinyvec_macros", -] - -[[package]] -name = "tinyvec_macros" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" - -[[package]] -name = "tokio" -version = "1.40.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" -dependencies = [ - "backtrace", - "bytes", - "libc", - "mio 1.0.2", - "parking_lot 0.12.3", - "pin-project-lite", - "signal-hook-registry", - "socket2 0.5.7", - "tokio-macros", - "windows-sys 0.52.0", -] - -[[package]] -name = "tokio-macros" -version = "2.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "tokio-rustls" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" -dependencies = [ - "rustls", - "rustls-pki-types", - "tokio", -] - -[[package]] -name = "tokio-stream" -version = "0.1.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" -dependencies = [ - "futures-core", - "pin-project-lite", - "tokio", - "tokio-util", -] - -[[package]] -name = "tokio-tungstenite" -version = "0.24.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9" -dependencies = [ - "futures-util", - "log", - "rustls", - "rustls-pki-types", - "tokio", - "tokio-rustls", - "tungstenite", - "webpki-roots", -] - -[[package]] -name = "tokio-util" -version = "0.7.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" -dependencies = [ - "bytes", - "futures-core", - "futures-io", - "futures-sink", - "pin-project-lite", - "slab", - "tokio", -] - -[[package]] -name = "toml" -version = "0.8.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" -dependencies = [ - "serde", - "serde_spanned", - "toml_datetime", - "toml_edit", -] - -[[package]] -name = "toml_datetime" -version = "0.6.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" -dependencies = [ - "serde", -] - -[[package]] -name = "toml_edit" -version = "0.22.22" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" -dependencies = [ - "indexmap 2.6.0", - "serde", - "serde_spanned", - "toml_datetime", - "winnow", -] - -[[package]] -name = "tower" -version = "0.4.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" -dependencies = [ - "futures-core", - "futures-util", - "hdrhistogram", - "indexmap 1.9.3", - "pin-project", - "pin-project-lite", - "rand", - "slab", - "tokio", - "tokio-util", - "tower-layer", - "tower-service", - "tracing", -] - -[[package]] -name = "tower" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f" -dependencies = [ - "futures-core", - "futures-util", - "pin-project-lite", - "sync_wrapper 0.1.2", - "tower-layer", - "tower-service", -] - -[[package]] -name = "tower-http" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" -dependencies = [ - "async-compression", - "base64 0.21.7", - "bitflags 2.6.0", - "bytes", - "futures-core", - "futures-util", - "http", - "http-body", - "http-body-util", - "http-range-header", - "httpdate", - "iri-string", - "mime", - "mime_guess", - "percent-encoding", - "pin-project-lite", - "tokio", - "tokio-util", - "tower 0.4.13", - "tower-layer", - "tower-service", - "tracing", - "uuid", -] - -[[package]] -name = "tower-layer" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" - -[[package]] -name = "tower-service" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" - -[[package]] -name = "tracing" -version = "0.1.40" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" -dependencies = [ - "log", - "pin-project-lite", - "tracing-attributes", - "tracing-core", -] - -[[package]] -name = "tracing-appender" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf" -dependencies = [ - "crossbeam-channel", - "thiserror", - "time", - "tracing-subscriber", -] - -[[package]] -name = "tracing-attributes" -version = "0.1.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "tracing-core" -version = "0.1.32" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" -dependencies = [ - "once_cell", - "valuable", -] - -[[package]] -name = "tracing-futures" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" -dependencies = [ - "pin-project", - "tracing", -] - -[[package]] -name = "tracing-journald" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba316a74e8fc3c3896a850dba2375928a9fa171b085ecddfc7c054d39970f3fd" -dependencies = [ - "libc", - "tracing-core", - "tracing-subscriber", -] - -[[package]] -name = "tracing-log" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" -dependencies = [ - "log", - "once_cell", - "tracing-core", -] - -[[package]] -name = "tracing-logfmt" -version = "0.3.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b1f47d22deb79c3f59fcf2a1f00f60cbdc05462bf17d1cd356c1fefa3f444bd" -dependencies = [ - "time", - "tracing", - "tracing-core", - "tracing-subscriber", -] - -[[package]] -name = "tracing-serde" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1" -dependencies = [ - "serde", - "tracing-core", -] - -[[package]] -name = "tracing-subscriber" -version = "0.3.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" -dependencies = [ - "matchers", - "nu-ansi-term", - "once_cell", - "regex", - "serde", - "serde_json", - "sharded-slab", - "smallvec", - "thread_local", - "tracing", - "tracing-core", - "tracing-log", - "tracing-serde", -] - -[[package]] -name = "trust-dns-proto" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374" -dependencies = [ - "async-trait", - "cfg-if", - "data-encoding", - "enum-as-inner", - "futures-channel", - "futures-io", - "futures-util", - "idna 0.4.0", - "ipnet", - "once_cell", - "rand", - "smallvec", - "thiserror", - "tinyvec", - "tokio", - "tracing", - "url", -] - -[[package]] -name = "trust-dns-resolver" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6" -dependencies = [ - "cfg-if", - "futures-util", - "ipconfig", - "lru-cache", - "once_cell", - "parking_lot 0.12.3", - "rand", - "resolv-conf", - "smallvec", - "thiserror", - "tokio", - "tracing", - "trust-dns-proto", -] - -[[package]] -name = "try-lock" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" - -[[package]] -name = "tungstenite" -version = "0.24.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a" -dependencies = [ - "byteorder", - "bytes", - "data-encoding", - "http", - "httparse", - "log", - "rand", - "rustls", - "rustls-pki-types", - "sha1", - "thiserror", - "utf-8", -] - -[[package]] -name = "typenum" -version = "1.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" - -[[package]] -name = "ucd-trie" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" - -[[package]] -name = "uint" -version = "0.9.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52" -dependencies = [ - "byteorder", - "crunchy", - "hex", - "static_assertions", -] - -[[package]] -name = "unarray" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" - -[[package]] -name = "unicase" -version = "2.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" -dependencies = [ - "version_check", -] - -[[package]] -name = "unicode-bidi" -version = "0.3.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893" - -[[package]] -name = "unicode-ident" -version = "1.0.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" - -[[package]] -name = "unicode-normalization" -version = "0.1.24" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" -dependencies = [ - "tinyvec", -] - -[[package]] -name = "unicode-segmentation" -version = "1.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" - -[[package]] -name = "unicode-truncate" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf" -dependencies = [ - "itertools 0.13.0", - "unicode-segmentation", - "unicode-width", -] - -[[package]] -name = "unicode-width" -version = "0.1.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" - -[[package]] -name = "unicode-xid" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" - -[[package]] -name = "universal-hash" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" -dependencies = [ - "crypto-common", - "subtle", -] - -[[package]] -name = "unsigned-varint" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105" - -[[package]] -name = "unsigned-varint" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" - -[[package]] -name = "untrusted" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" - -[[package]] -name = "url" -version = "2.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" -dependencies = [ - "form_urlencoded", - "idna 0.5.0", - "percent-encoding", -] - -[[package]] -name = "utf-8" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" - -[[package]] -name = "utf16_iter" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" - -[[package]] -name = "utf8_iter" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" - -[[package]] -name = "utf8parse" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" - -[[package]] -name = "uuid" -version = "1.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" -dependencies = [ - "getrandom", -] - -[[package]] -name = "valuable" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" - -[[package]] -name = "vergen" -version = "8.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2990d9ea5967266ea0ccf413a4aa5c42a93dbcfda9cb49a97de6931726b12566" -dependencies = [ - "anyhow", - "cargo_metadata", - "cfg-if", - "regex", - "rustversion", - "time", -] - -[[package]] -name = "version_check" -version = "0.9.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" - -[[package]] -name = "wait-timeout" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" -dependencies = [ - "libc", -] - -[[package]] -name = "walkdir" -version = "2.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" -dependencies = [ - "same-file", - "winapi-util", -] - -[[package]] -name = "want" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" -dependencies = [ - "try-lock", -] - -[[package]] -name = "wasi" -version = "0.11.0+wasi-snapshot-preview1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" - -[[package]] -name = "wasm-bindgen" -version = "0.2.93" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" -dependencies = [ - "cfg-if", - "once_cell", - "wasm-bindgen-macro", -] - -[[package]] -name = "wasm-bindgen-backend" -version = "0.2.93" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" -dependencies = [ - "bumpalo", - "log", - "once_cell", - "proc-macro2", - "quote", - "syn 2.0.79", - "wasm-bindgen-shared", -] - -[[package]] -name = "wasm-bindgen-futures" -version = "0.4.43" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed" -dependencies = [ - "cfg-if", - "js-sys", - "wasm-bindgen", - "web-sys", -] - -[[package]] -name = "wasm-bindgen-macro" -version = "0.2.93" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" -dependencies = [ - "quote", - "wasm-bindgen-macro-support", -] - -[[package]] -name = "wasm-bindgen-macro-support" -version = "0.2.93" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", - "wasm-bindgen-backend", - "wasm-bindgen-shared", -] - -[[package]] -name = "wasm-bindgen-shared" -version = "0.2.93" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" - -[[package]] -name = "web-sys" -version = "0.3.70" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" -dependencies = [ - "js-sys", - "wasm-bindgen", -] - -[[package]] -name = "webpki-roots" -version = "0.26.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958" -dependencies = [ - "rustls-pki-types", -] - -[[package]] -name = "widestring" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" - -[[package]] -name = "winapi" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" -dependencies = [ - "winapi-i686-pc-windows-gnu", - "winapi-x86_64-pc-windows-gnu", -] - -[[package]] -name = "winapi-i686-pc-windows-gnu" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" - -[[package]] -name = "winapi-util" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" -dependencies = [ - "windows-sys 0.59.0", -] - -[[package]] -name = "winapi-x86_64-pc-windows-gnu" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" - -[[package]] -name = "windows" -version = "0.57.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143" -dependencies = [ - "windows-core 0.57.0", - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-core" -version = "0.52.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" -dependencies = [ - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-core" -version = "0.57.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d" -dependencies = [ - "windows-implement", - "windows-interface", - "windows-result 0.1.2", - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-implement" -version = "0.57.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "windows-interface" -version = "0.57.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "windows-registry" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" -dependencies = [ - "windows-result 0.2.0", - "windows-strings", - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-result" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" -dependencies = [ - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-result" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" -dependencies = [ - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-strings" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" -dependencies = [ - "windows-result 0.2.0", - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-sys" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" -dependencies = [ - "windows-targets 0.48.5", -] - -[[package]] -name = "windows-sys" -version = "0.52.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" -dependencies = [ - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-sys" -version = "0.59.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" -dependencies = [ - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-targets" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" -dependencies = [ - "windows_aarch64_gnullvm 0.48.5", - "windows_aarch64_msvc 0.48.5", - "windows_i686_gnu 0.48.5", - "windows_i686_msvc 0.48.5", - "windows_x86_64_gnu 0.48.5", - "windows_x86_64_gnullvm 0.48.5", - "windows_x86_64_msvc 0.48.5", -] - -[[package]] -name = "windows-targets" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" -dependencies = [ - "windows_aarch64_gnullvm 0.52.6", - "windows_aarch64_msvc 0.52.6", - "windows_i686_gnu 0.52.6", - "windows_i686_gnullvm", - "windows_i686_msvc 0.52.6", - "windows_x86_64_gnu 0.52.6", - "windows_x86_64_gnullvm 0.52.6", - "windows_x86_64_msvc 0.52.6", -] - -[[package]] -name = "windows_aarch64_gnullvm" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" - -[[package]] -name = "windows_aarch64_gnullvm" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" - -[[package]] -name = "windows_aarch64_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" - -[[package]] -name = "windows_aarch64_msvc" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" - -[[package]] -name = "windows_i686_gnu" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" - -[[package]] -name = "windows_i686_gnu" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" - -[[package]] -name = "windows_i686_gnullvm" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" - -[[package]] -name = "windows_i686_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" - -[[package]] -name = "windows_i686_msvc" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" - -[[package]] -name = "windows_x86_64_gnu" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" - -[[package]] -name = "windows_x86_64_gnu" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" - -[[package]] -name = "windows_x86_64_gnullvm" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" - -[[package]] -name = "windows_x86_64_gnullvm" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" - -[[package]] -name = "windows_x86_64_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" - -[[package]] -name = "windows_x86_64_msvc" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" - -[[package]] -name = "winnow" -version = "0.6.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" -dependencies = [ - "memchr", -] - -[[package]] -name = "winreg" -version = "0.50.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" -dependencies = [ - "cfg-if", - "windows-sys 0.48.0", -] - -[[package]] -name = "write16" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" - -[[package]] -name = "writeable" -version = "0.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" - -[[package]] -name = "ws_stream_wasm" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7999f5f4217fe3818726b66257a4475f71e74ffd190776ad053fa159e50737f5" -dependencies = [ - "async_io_stream", - "futures", - "js-sys", - "log", - "pharos", - "rustc_version 0.4.1", - "send_wrapper 0.6.0", - "thiserror", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", -] - -[[package]] -name = "wyz" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" -dependencies = [ - "tap", -] - -[[package]] -name = "yansi" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" - -[[package]] -name = "yoke" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" -dependencies = [ - "serde", - "stable_deref_trait", - "yoke-derive", - "zerofrom", -] - -[[package]] -name = "yoke-derive" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", - "synstructure", -] - -[[package]] -name = "zerocopy" -version = "0.7.35" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" -dependencies = [ - "byteorder", - "zerocopy-derive", -] - -[[package]] -name = "zerocopy-derive" -version = "0.7.35" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "zerofrom" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" -dependencies = [ - "zerofrom-derive", -] - -[[package]] -name = "zerofrom-derive" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", - "synstructure", -] - -[[package]] -name = "zeroize" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" -dependencies = [ - "zeroize_derive", -] - -[[package]] -name = "zeroize_derive" -version = "1.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "zerovec" -version = "0.10.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" -dependencies = [ - "yoke", - "zerofrom", - "zerovec-derive", -] - -[[package]] -name = "zerovec-derive" -version = "0.10.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "zstd" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" -dependencies = [ - "zstd-safe", -] - -[[package]] -name = "zstd-safe" -version = "7.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059" -dependencies = [ - "zstd-sys", -] - -[[package]] -name = "zstd-sys" -version = "2.0.13+zstd.1.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" -dependencies = [ - "cc", - "pkg-config", -] From c05af198f302271ae60f40c3039d78a807a8a854 Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Mon, 7 Oct 2024 18:01:58 +0100 Subject: [PATCH 04/10] revertme: break book sources --- book/sources/hello-world/src/bin/1.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/sources/hello-world/src/bin/1.rs b/book/sources/hello-world/src/bin/1.rs index 794609bfd7d1..555e9fcb7b8b 100644 --- a/book/sources/hello-world/src/bin/1.rs +++ b/book/sources/hello-world/src/bin/1.rs @@ -6,4 +6,4 @@ fn main() -> eyre::Result<()> { handle.wait_for_node_exit().await }) -} + From 0dcc2a30aa9eb0d0d3877c0faa91ac75b53351e1 Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Mon, 7 Oct 2024 18:07:01 +0100 Subject: [PATCH 05/10] run book sources in CI --- .github/workflows/lint.yml | 12 ++++++++++-- .github/workflows/unit.yml | 5 +++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4bab77b915ee..80b12bb3201a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -47,7 +47,12 @@ jobs: - uses: Swatinem/rust-cache@v2 with: cache-on-failure: true - - run: cargo clippy --workspace --lib --examples --tests --benches --all-features --locked + - name: Run clippy + run: cargo clippy --workspace --lib --examples --tests --benches --all-features --locked + env: + RUSTFLAGS: -D warnings + - name: Run clippy on book sources + run: cargo clippy --manifest-path book/sources/Cargo.toml --workspace --lib --examples --tests --benches --all-features env: RUSTFLAGS: -D warnings @@ -128,7 +133,10 @@ jobs: - uses: dtolnay/rust-toolchain@nightly with: components: rustfmt - - run: cargo fmt --all --check + - name: Run fmt + run: cargo fmt --all --check + - name: Run fmt on book sources + run: cargo fmt --manifest-path book/sources/Cargo.toml --all --check udeps: name: udeps diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index a6663aea8843..253e69db6c0c 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -42,6 +42,11 @@ jobs: --workspace --exclude ef-tests \ --partition hash:${{ matrix.partition }}/2 \ -E "!kind(test)" + - name: Run tests on book sources + run: | + cargo nextest run \ + --mainfest-path book/sources/Cargo.toml --workspace \ + -E "!kind(test)" state: name: Ethereum state tests From 1725ed84cebe6e73e19fc66d76ce02a7beef599e Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Mon, 7 Oct 2024 18:08:25 +0100 Subject: [PATCH 06/10] Revert "revertme: break book sources" This reverts commit c05af198f302271ae60f40c3039d78a807a8a854. --- book/sources/hello-world/src/bin/1.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/sources/hello-world/src/bin/1.rs b/book/sources/hello-world/src/bin/1.rs index 555e9fcb7b8b..794609bfd7d1 100644 --- a/book/sources/hello-world/src/bin/1.rs +++ b/book/sources/hello-world/src/bin/1.rs @@ -6,4 +6,4 @@ fn main() -> eyre::Result<()> { handle.wait_for_node_exit().await }) - +} From d157bd7c6ea495067bbb356e10fdfa8eb80b43f6 Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Mon, 7 Oct 2024 18:09:35 +0100 Subject: [PATCH 07/10] move to exex dir --- book/developers/exex/hello-world.md | 8 ++++---- book/sources/Cargo.toml | 2 +- book/sources/{ => exex}/hello-world/Cargo.toml | 0 book/sources/{ => exex}/hello-world/src/bin/1.rs | 0 book/sources/{ => exex}/hello-world/src/bin/2.rs | 0 book/sources/{ => exex}/hello-world/src/bin/3.rs | 0 6 files changed, 5 insertions(+), 5 deletions(-) rename book/sources/{ => exex}/hello-world/Cargo.toml (100%) rename book/sources/{ => exex}/hello-world/src/bin/1.rs (100%) rename book/sources/{ => exex}/hello-world/src/bin/2.rs (100%) rename book/sources/{ => exex}/hello-world/src/bin/3.rs (100%) diff --git a/book/developers/exex/hello-world.md b/book/developers/exex/hello-world.md index f3f9229d3dcb..c1f3e5af9443 100644 --- a/book/developers/exex/hello-world.md +++ b/book/developers/exex/hello-world.md @@ -14,7 +14,7 @@ cd my-exex And add Reth as a dependency in `Cargo.toml` ```toml -{{#include ../../sources/hello-world/Cargo.toml}} +{{#include ../../sources/exex/hello-world/Cargo.toml}} ``` ### Default Reth node @@ -22,7 +22,7 @@ And add Reth as a dependency in `Cargo.toml` Now, let's jump to our `main.rs` and start by initializing and launching a default Reth node ```rust,norun,noplayground,ignore -{{#include ../../sources/hello-world/src/bin/1.rs}} +{{#include ../../sources/exex/hello-world/src/bin/1.rs}} ``` You can already test that it works by running the binary and initializing the Holesky node in a custom datadir @@ -43,7 +43,7 @@ $ cargo run -- init --chain holesky --datadir data The simplest ExEx is just an async function that never returns. We need to install it into our node ```rust,norun,noplayground,ignore -{{#include ../../sources/hello-world/src/bin/2.rs}} +{{#include ../../sources/exex/hello-world/src/bin/2.rs}} ``` See that unused `_ctx`? That's the context that we'll use to listen to new notifications coming from the main node, @@ -64,7 +64,7 @@ If you try running a node with an ExEx that exits, the node will exit as well. Now, let's extend our simplest ExEx and start actually listening to new notifications, log them, and send events back to the main node ```rust,norun,noplayground,ignore -{{#include ../../sources/hello-world/src/bin/3.rs}} +{{#include ../../sources/exex/hello-world/src/bin/3.rs}} ``` Woah, there's a lot of new stuff here! Let's go through it step by step: diff --git a/book/sources/Cargo.toml b/book/sources/Cargo.toml index 1214313e6021..c04c8567f94d 100644 --- a/book/sources/Cargo.toml +++ b/book/sources/Cargo.toml @@ -1,6 +1,6 @@ [workspace] members = [ - "hello-world", + "exex/hello-world", ] # Explicitly set the resolver to version 2, which is the default for packages with edition >= 2021 diff --git a/book/sources/hello-world/Cargo.toml b/book/sources/exex/hello-world/Cargo.toml similarity index 100% rename from book/sources/hello-world/Cargo.toml rename to book/sources/exex/hello-world/Cargo.toml diff --git a/book/sources/hello-world/src/bin/1.rs b/book/sources/exex/hello-world/src/bin/1.rs similarity index 100% rename from book/sources/hello-world/src/bin/1.rs rename to book/sources/exex/hello-world/src/bin/1.rs diff --git a/book/sources/hello-world/src/bin/2.rs b/book/sources/exex/hello-world/src/bin/2.rs similarity index 100% rename from book/sources/hello-world/src/bin/2.rs rename to book/sources/exex/hello-world/src/bin/2.rs diff --git a/book/sources/hello-world/src/bin/3.rs b/book/sources/exex/hello-world/src/bin/3.rs similarity index 100% rename from book/sources/hello-world/src/bin/3.rs rename to book/sources/exex/hello-world/src/bin/3.rs From eb8013d945bcdb69f35e9546f9cc40a679ecae2a Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Mon, 7 Oct 2024 18:16:07 +0100 Subject: [PATCH 08/10] run clippy on binaries --- .github/workflows/lint.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 80b12bb3201a..e8161557fde9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,7 +30,12 @@ jobs: - uses: Swatinem/rust-cache@v2 with: cache-on-failure: true - - run: cargo clippy --bin "${{ matrix.binary }}" --workspace --features "${{ matrix.network }} asm-keccak jemalloc jemalloc-prof min-error-logs min-warn-logs min-info-logs min-debug-logs min-trace-logs" + - name: Run clippy on binaries + run: cargo clippy --bin "${{ matrix.binary }}" --workspace --features "${{ matrix.network }} asm-keccak jemalloc jemalloc-prof min-error-logs min-warn-logs min-info-logs min-debug-logs min-trace-logs" + env: + RUSTFLAGS: -D warnings + - name: Run clippy on book binary sources + run: cargo clippy --manifest-path book/sources/Cargo.toml --workspace --bins env: RUSTFLAGS: -D warnings @@ -47,12 +52,7 @@ jobs: - uses: Swatinem/rust-cache@v2 with: cache-on-failure: true - - name: Run clippy - run: cargo clippy --workspace --lib --examples --tests --benches --all-features --locked - env: - RUSTFLAGS: -D warnings - - name: Run clippy on book sources - run: cargo clippy --manifest-path book/sources/Cargo.toml --workspace --lib --examples --tests --benches --all-features + - run: cargo clippy --workspace --lib --examples --tests --benches --all-features --locked env: RUSTFLAGS: -D warnings From 6f97db0ed3b0301a37609d6b0b5df1c22593e6fe Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Mon, 7 Oct 2024 18:27:44 +0100 Subject: [PATCH 09/10] main -> mani --- .github/workflows/unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 253e69db6c0c..1056a6fb58c8 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -45,7 +45,7 @@ jobs: - name: Run tests on book sources run: | cargo nextest run \ - --mainfest-path book/sources/Cargo.toml --workspace \ + --manifest-path book/sources/Cargo.toml --workspace \ -E "!kind(test)" state: From af80b793f523fddefd88baa96cc42573193648fa Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Mon, 7 Oct 2024 18:30:14 +0100 Subject: [PATCH 10/10] exclude book sources workspace from main workspace --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8c1ee8c4514c..b6eed127119b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,6 +148,7 @@ members = [ "testing/testing-utils", ] default-members = ["bin/reth"] +exclude = ["book/sources"] # Explicitly set the resolver to version 2, which is the default for packages with edition >= 2021 # https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html