xenith-sync 0.1.0

State sync engine for xenith — push, read, and resolve across chains
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-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"