[dependencies.entidb_codec]
version = "2.0.0-alpha.3"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.proptest]
version = "1.4"
[lib]
name = "entidb_sync_protocol"
path = "src/lib.rs"
[lints.clippy]
derivable_impls = "allow"
expect_used = "allow"
extra_unused_lifetimes = "allow"
for_kv_map = "allow"
io_other_error = "allow"
op_ref = "allow"
or_fun_call = "allow"
redundant_closure = "allow"
type_complexity = "allow"
unwrap_or_default = "allow"
unwrap_used = "allow"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"
[package]
authors = ["Tembocs"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database-implementations", "network-programming"]
description = "Sync protocol types and CBOR codecs for EntiDB"
edition = "2021"
keywords = ["database", "sync", "protocol", "cbor", "replication"]
license = "MIT OR Apache-2.0"
name = "entidb_sync_protocol"
readme = "README.md"
repository = "https://github.com/Tembocs/entidb"
rust-version = "1.82"
version = "2.0.0-alpha.3"