# 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 = "2021" name = "eth-rlp-verify" version = "0.1.0" authors = ["Alex Meteli alex-metelli@gmx.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ethereum block header verification across multiple eras using RLP encoding and Keccak256 hashing." readme = "README.md" keywords = [ "ethereum", "rlp", "keccak256", "blockchain", "verification", ] categories = [ "cryptography", "encoding", "data-structures", ] license = "MIT" repository = "https://github.com/ametel01/eth-rlp-verify" [lib] name = "eth_rlp_verify" path = "src/lib.rs" [[example]] name = "london" path = "examples/london.rs" [[example]] name = "paris" path = "examples/paris.rs" [[example]] name = "shapella" path = "examples/shapella.rs" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.dotenv] version = "0.15" [dependencies.ethereum-types] version = "0.15.1" [dependencies.hex] version = "0.4.3" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.rlp] version = "0.6.1" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha3] version = "0.10" [dependencies.tokio] version = "1.40" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]