# 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-trie-proofs" version = "0.1.1" exclude = [".github"] description = "Ethereum Transaction Trie Proofs" readme = "README.md" keywords = [ "mpt", "trie", "ethereum", ] categories = [ "cryptography", "data-structures", "blockchain", ] license-file = "LICENSE" repository = "https://github.com/HerodotusDev/eth-trie-proofs" [[bin]] name = "etp-cli" path = "src/bin/cli.rs" [dependencies.alloy] version = "0.1.1" features = [ "rpc", "rpc-types", "rpc-client", "network", "providers", "eips", "transports", "transport-http", "consensus", "k256", ] [dependencies.alloy-primitives] version = "0.7.6" [dependencies.alloy-rlp] version = "0.3.5" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.eth_trie] version = "0.4.0" [dependencies.ethereum-types] version = "0.14.1" [dependencies.reqwest] version = "0.11.26" [dependencies.serde] version = "1.0.197" [dependencies.serde_json] version = "1.0.114" [dependencies.serde_with] version = "3.7.0" features = ["hex"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.36.0" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.url] version = "2.5.0"