hdp 0.4.0

All Herodotus Data Processor crates
Documentation
[dependencies.hdp-cairo-runner]
optional = true
version = "0.4.0"

[dependencies.hdp-preprocessor]
optional = true
version = "0.4.0"

[dependencies.hdp-primitives]
optional = true
version = "0.4.0"

[dependencies.hdp-processor]
optional = true
version = "0.4.0"

[dependencies.hdp-provider]
optional = true
version = "0.4.0"

[features]
cairo-runner = ["dep:hdp-cairo-runner"]
default = ["full"]
full = ["preprocessor", "processor", "primitives", "provider", "cairo-runner"]
preprocessor = ["dep:hdp-preprocessor"]
primitives = ["dep:hdp-primitives"]
processor = ["dep:hdp-processor"]
provider = ["dep:hdp-provider"]

[package]
authors = ["Pia <pia@herodotus.dev>"]
categories = ["command-line-interface", "cryptography::cryptocurrencies", "compilers", "asynchronous"]
description = "All Herodotus Data Processor crates"
edition = "2021"
exclude = ["benches/", "tests/", "fixtures/"]
homepage = "https://herodotus.dev/"
keywords = ["blockchain", "ethereum", "rust", "data-processor", "storage-proof"]
license-file = "LICENSE"
name = "hdp"
readme = "README.md"
repository = "https://github.com/HerodotusDev/hdp"
version = "0.4.0"