ethrex-rpc 17.0.0

JSON-RPC and Engine API server for the ethrex Ethereum execution client
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "ethrex-rpc"
version = "17.0.0"
authors = ["LambdaClass"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JSON-RPC and Engine API server for the ethrex Ethereum execution client"
documentation = "https://docs.ethrex.xyz"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/lambdaclass/ethrex"
resolver = "2"

[features]
eip-8025 = [
    "ethrex-blockchain/eip-8025",
    "ethrex-common/eip-8025",
]
jemalloc_profiling = ["dep:jemalloc_pprof"]
test-utils = []

[lib]
name = "ethrex_rpc"
path = "lib.rs"

[dependencies.axum]
version = "0.8.1"
features = ["ws"]

[dependencies.axum-extra]
version = "0.10.0"
features = ["typed-header"]

[dependencies.bytes]
version = "1.6.0"
features = ["serde"]

[dependencies.envy]
version = "0.4.2"

[dependencies.ethereum-types]
version = "0.15.1"
features = ["serialize"]

[dependencies.ethrex-blockchain]
version = "17.0.0"
default-features = false

[dependencies.ethrex-common]
version = "17.0.0"
default-features = false

[dependencies.ethrex-crypto]
version = "17.0.0"
default-features = false

[dependencies.ethrex-l2-common]
version = "17.0.0"
optional = true

[dependencies.ethrex-metrics]
version = "17.0.0"

[dependencies.ethrex-p2p]
version = "17.0.0"
features = ["test-utils"]

[dependencies.ethrex-rlp]
version = "17.0.0"

[dependencies.ethrex-storage]
version = "17.0.0"

[dependencies.ethrex-storage-rollup]
version = "17.0.0"
optional = true

[dependencies.ethrex-trie]
version = "17.0.0"

[dependencies.ethrex-vm]
version = "17.0.0"
default-features = false

[dependencies.hex]
version = "0.4.3"

[dependencies.hex-literal]
version = "0.4.1"

[dependencies.jemalloc_pprof]
version = "0.8.0"
features = [
    "flamegraph",
    "symbolize",
]
optional = true

[dependencies.jsonwebtoken]
version = "9.3.0"

[dependencies.libssz-merkle]
version = "0.2.2"
optional = true

[dependencies.libssz-types]
version = "0.2.2"
optional = true

[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.10.0"

[dependencies.reqwest]
version = "0.12.7"
features = [
    "socks",
    "json",
]

[dependencies.secp256k1]
version = "0.30.0"
features = [
    "global-context",
    "recovery",
    "rand",
]
default-features = false

[dependencies.serde]
version = "1.0.203"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.117"

[dependencies.sha2]
version = "0.10.9"

[dependencies.spawned-concurrency]
version = "0.5.0"

[dependencies.spawned-rt]
version = "0.5.0"

[dependencies.thiserror]
version = "2.0.9"

[dependencies.tokio]
version = "1.41.1"
features = ["full"]
default-features = false

[dependencies.tokio-util]
version = "0.7.15"
features = [
    "rt",
    "codec",
]

[dependencies.tower-http]
version = "0.6.2"
features = ["cors"]

[dependencies.tracing]
version = "0.1"
features = ["log"]

[dependencies.tracing-subscriber]
version = "0.3.0"
features = ["env-filter"]

[dependencies.uuid]
version = "1.18.1"
features = ["v4"]

[dev-dependencies.hex-literal]
version = "0.4.1"

[lints.clippy]
redundant_clone = "warn"
unwrap_used = "deny"