[package]
name = "syncstate"
description = "A global synchronization library built for synchronizing states reliably, incrementally and fast"
version = "0.1.0"
edition = "2024"
license = "MIT"
authors = ["Amaan <amaan.devbox@gmail.com>"]
readme = "README.md"
keywords = ["sync", "synchronization", "state"]
repository = "https://github.com/akdevbox/syncstate"
[dependencies]
bincode = { version = "2.0.1", features = ["serde"] }
rustls = "0.23.35"
serde = { version = "1.0.228", features = ["derive"] }
sha2 = "0.10.9"
thiserror = "2.0.17"
rustls-pki-types = "1.13.1"
tracing = "0.1.43"
rand = "0.9.2"
hex = "0.4.3"
[features]
tests = []