# 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 = "hdp" version = "0.9.0" authors = ["Herodotus Data Processor Team"] build = false exclude = [ "benches/", "fixtures/", "examples/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "All Herodotus Data Processor" homepage = "https://herodotus.dev/" readme = "README.md" keywords = [ "blockchain", "ethereum", "rust", "data-processor", "storage-proof", ] categories = [ "command-line-interface", "cryptography::cryptocurrencies", "compilers", "asynchronous", ] license-file = "LICENSE" repository = "https://github.com/HerodotusDev/hdp" [lib] name = "hdp" path = "src/lib.rs" [dependencies.alloy] version = "0.4.2" features = ["full"] [dependencies.alloy-merkle-tree] version = "0.7.1" [dependencies.alloy-rlp] version = "0.3.8" features = ["derive"] [dependencies.anyhow] version = "1.0.79" [dependencies.cairo-lang-starknet-classes] version = "2.7.0" [dependencies.eth-trie-proofs] version = "0.1.2" [dependencies.futures] version = "0.3.30" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "2.3.2" [dependencies.sn-trie-proofs] version = "0.1.1" [dependencies.starknet] version = "0.11.0" [dependencies.starknet-crypto] version = "0.7.1" [dependencies.starknet-types-core] version = "0.1.5" [dependencies.tempfile] version = "3.10.1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dev-dependencies.criterion] version = "0.4" features = [ "async", "async_futures", "html_reports", ] [dev-dependencies.dotenv] version = "0.15.0" [features] default = [] test_utils = []