bal-archive 0.4.0

Accumulates storage changes from BALs into an embedded KV and serves versioned reads. Knows nothing about Solidity.
Documentation
# 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"
rust-version = "1.90"
name = "bal-archive"
version = "0.4.0"
authors = ["Artem <artemmartyhin@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Accumulates storage changes from BALs into an embedded KV and serves versioned reads. Knows nothing about Solidity."
homepage = "https://github.com/artemmartyhin/balq"
readme = "README.md"
keywords = [
    "ethereum",
    "eip-7928",
    "storage",
    "archive",
    "bal",
]
categories = [
    "cryptography::cryptocurrencies",
    "database",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/artemmartyhin/balq"

[package.metadata.docs.rs]
all-features = true

[lib]
name = "bal_archive"
path = "src/lib.rs"

[[example]]
name = "watch_and_read"
path = "examples/watch_and_read.rs"

[[test]]
name = "archive"
path = "tests/archive.rs"

[dependencies.alloy-primitives]
version = "1"
features = ["rlp"]

[dependencies.bal-codec]
version = "0.4.0"

[dependencies.bal-source]
version = "0.4.0"

[dependencies.futures]
version = "0.3"

[dependencies.redb]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.alloy-rlp]
version = "0.3"
features = ["derive"]

[dev-dependencies.alloy-trie]
version = "0.9"
features = ["ethereum"]

[dev-dependencies.async-trait]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
]

[lints.clippy]
expect_used = "warn"
unwrap_used = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"