[dependencies.alloy]
features = ["full"]
version = "0.1.1"
[dependencies.alloy-merkle-tree]
version = "0.6.0"
[dependencies.anyhow]
version = "1.0.79"
[dependencies.hdp-cairo-runner]
version = "0.4.0"
[dependencies.hdp-primitives]
version = "0.4.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tracing]
version = "0.1"
[package]
authors = ["Pia <pia@herodotus.dev>"]
categories = ["command-line-interface", "cryptography::cryptocurrencies", "compilers", "asynchronous"]
description = "HDP processor"
edition = "2021"
exclude = ["benches/", "tests/", "fixtures/"]
homepage = "https://herodotus.dev/"
keywords = ["blockchain", "ethereum", "rust", "data-processor", "storage-proof"]
license-file = "LICENSE"
name = "hdp-processor"
repository = "https://github.com/HerodotusDev/hdp"
version = "0.4.0"