[package]
edition = "2021"
rust-version = "1.90"
name = "xenith-sync"
version = "0.1.0"
authors = ["xenith contributors"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "State sync engine for xenith — push, read, and resolve across chains"
homepage = "https://github.com/arpjw/xenith"
readme = false
keywords = [
"cross-chain",
"state-sync",
"blockchain",
"defi",
]
categories = [
"network-programming",
"asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arpjw/xenith"
[package.metadata.docs.rs]
no-default-features = false
[lib]
name = "xenith_sync"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.backon]
version = "0.4"
[dependencies.bytes]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
version = "1"
features = ["full"]
[dependencies.xenith-core]
version = "0.1"
[dependencies.xenith-read]
version = "0.1"
[dev-dependencies.xenith-layerzero]
version = "0.1"