entidb_sync_protocol 2.0.0-alpha.3

Sync protocol types and CBOR codecs for EntiDB
Documentation
[package]

name = "entidb_sync_protocol"

description = "Sync protocol types and CBOR codecs for EntiDB"

version.workspace = true

edition.workspace = true

rust-version.workspace = true

license.workspace = true

repository.workspace = true

authors.workspace = true

readme = "README.md"

keywords = ["database", "sync", "protocol", "cbor", "replication"]

categories = ["database-implementations", "network-programming"]



[dependencies]

entidb_codec.workspace = true

thiserror.workspace = true

serde.workspace = true



[dev-dependencies]

proptest.workspace = true



[lints]

workspace = true