wavesyncdb 0.3.0

WaveSyncDB is a lightweight, distributed database synchronization engine designed to bridge the gap between real-time data streaming and relational storage. It ensures high-consistency data replication across decentralized nodes with a focus on low-latency updates.
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"
name = "wavesyncdb"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WaveSyncDB is a lightweight, distributed database synchronization engine designed to bridge the gap between real-time data streaming and relational storage. It ensures high-consistency data replication across decentralized nodes with a focus on low-latency updates."
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/pvg13/WaveSyncDB"

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.inventory]
version = "0.3"

[dependencies.libp2p]
version = "0.56.0"
features = [
    "gossipsub",
    "identify",
    "mdns",
    "ping",
    "quic",
    "request-response",
    "serde",
    "tokio",
    "noise",
    "yamux",
    "tcp",
    "relay",
    "dcutr",
    "autonat",
]

[dependencies.libp2p-swarm-derive]
version = "0.35.1"

[dependencies.log]
version = "0.4"

[dependencies.postcard]
version = "1.1"
features = ["use-std"]

[dependencies.sea-orm]
version = "2.0.0-rc"
features = [
    "sqlx-sqlite",
    "runtime-tokio",
    "macros",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.uhlc]
version = "0.9"

[dependencies.uuid]
version = "1"
features = ["v4"]