xenith-read 0.1.0

Multi-chain parallel storage reads and divergence detection for xenith
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 = "xenith-read"
version = "0.1.0"
authors = ["xenith contributors"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-chain parallel storage reads and divergence detection for xenith"
homepage = "https://github.com/arpjw/xenith"
readme = false
keywords = [
    "cross-chain",
    "blockchain",
    "ethereum",
    "read",
    "defi",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arpjw/xenith"

[package.metadata.docs.rs]
features = ["live-rpc"]

[features]
live-rpc = ["dep:alloy"]

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

[dependencies.alloy]
version = "0.8"
features = ["provider-http"]
optional = true

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

[dependencies.bytes]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.xenith-core]
version = "0.1"