[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"