# 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-cli" version = "0.4.0" authors = ["Pia "] exclude = [ "benches/", "tests/", "fixtures/", ] description = "Interactive Herodotus Data Processor via CLI" 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" [[bin]] name = "hdp" path = "src/main.rs" [dependencies.alloy] version = "0.1.1" features = ["full"] [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.4.4" features = ["derive"] [dependencies.dotenv] version = "0.15.0" [dependencies.hdp] version = "0.4.0" features = [ "preprocessor", "processor", "provider", "primitives", ] default-features = false [dependencies.inquire] version = "0.7.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.starknet] version = "0.10.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3.0" features = ["env-filter"]