# 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.2" build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "Ethereum Transaction Trie Proofs" readme = "README.md" keywords = [ "mpt", "trie", "ethereum", ] categories = [ "cryptography", "data-structures", ] license-file = "LICENSE" repository = "https://github.com/HerodotusDev/eth-trie-proofs" [lib] name = "eth_trie_proofs" path = "src/lib.rs" [dependencies.alloy] version = "0.4.2" features = [ "rpc", "rpc-types", "rpc-client", "network", "providers", "eips", "transports", "transport-http", "consensus", "k256", ] [dependencies.alloy-primitives] version = "0.8.6" features = ["serde"] [dependencies.alloy-rlp] version = "0.3.5" [dependencies.eth_trie] version = "0.4.0" [dependencies.ethereum-types] version = "0.14.1" [dependencies.reqwest] version = "0.11.26" features = ["json"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.36.0" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.url] version = "2.5.0"