yaiba-sync 0.8.0

Peer-to-peer replication for yaiba over iroh QUIC — no server in the middle
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 = "2024"
rust-version = "1.91"
name = "yaiba-sync"
version = "0.8.0"
authors = ["yukimemi <yukimemi@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Peer-to-peer replication for yaiba over iroh QUIC — no server in the middle"
homepage = "https://github.com/yukimemi/yaiba"
readme = "README.md"
keywords = [
    "crdt",
    "p2p",
    "iroh",
    "sync",
    "replication",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/yukimemi/yaiba"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.iroh]
version = "1.0.3"

[dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.151"

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.yaiba-core]
version = "0.8.0"