zamsync-network 1.2.3

TCP and mTLS transport for the ZamSync distributed sync engine
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"
name = "zamsync-network"
version = "1.2.3"
authors = ["Mathéo Delbarre"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TCP and mTLS transport for the ZamSync distributed sync engine"
homepage = "https://github.com/Etoile-Bleu/ZamSync"
readme = false
keywords = [
    "sync",
    "replication",
    "offline",
    "wal",
    "distributed",
]
categories = [
    "database-implementations",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/Etoile-Bleu/ZamSync"

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

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

[dependencies.byteorder]
version = "1.5"

[dependencies.log]
version = "0.4"

[dependencies.rcgen]
version = "0.14"

[dependencies.rkyv]
version = "0.7"
features = [
    "validation",
    "bytecheck",
]

[dependencies.rustls]
version = "0.23"
features = ["ring"]

[dependencies.rustls-pemfile]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.zamsync-core]
version = "1.0.3"

[dependencies.zstd]
version = "0.13"

[dev-dependencies.tempfile]
version = "3.10"

[dev-dependencies.time]
version = "0.3"

[dev-dependencies.zamsync-storage]
version = "1.0.3"