[package]
edition = "2021"
rust-version = "1.90"
name = "xenith-core"
version = "0.1.0"
authors = ["xenith contributors"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transport-agnostic traits, types, and errors for xenith cross-chain state sync"
homepage = "https://github.com/arpjw/xenith"
readme = "README.md"
keywords = [
"cross-chain",
"blockchain",
"state-sync",
"ethereum",
"defi",
]
categories = [
"network-programming",
"asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arpjw/xenith"
[package.metadata.docs.rs]
features = ["testing"]
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
testing = []
[lib]
name = "xenith_core"
path = "src/lib.rs"
[dependencies.alloy-primitives]
version = "0.8"
[dependencies.async-trait]
version = "0.1"
[dependencies.bytes]
version = "1"
[dependencies.thiserror]
version = "2"
[dev-dependencies.tokio]
version = "1"
features = ["full"]