[package]
edition = "2021"
name = "eth-state-diff"
version = "0.1.1"
authors = ["galadd <gbolahanf.14@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal-allocation delta encoding for Ethereum consensus state, optimized for archival storage and zstd compression."
readme = "README.md"
keywords = [
"ethereum",
"beacon-chain",
"state-diff",
"ssz",
"delta-encoding",
]
categories = [
"compression",
"encoding",
"cryptography::cryptocurrencies",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/galadd/eth_state_diff"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "eth_state_diff"
path = "src/lib.rs"
[dependencies.rkyv]
version = "0.8.17"
[dependencies.rustc-hash]
version = "2.0"