entidb_sync_engine 2.0.0-alpha.3

Sync state machine and engine for EntiDB
Documentation
[dependencies.entidb_core]
version = "2.0.0-alpha.3"

[dependencies.entidb_sync_protocol]
version = "2.0.0-alpha.3"

[dependencies.parking_lot]
version = "0.12"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.entidb_sync_server]
version = "2.0.0-alpha.3"

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

[lib]
name = "entidb_sync_engine"
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", "asynchronous"]
description = "Sync state machine and engine for EntiDB"
edition = "2021"
keywords = ["database", "sync", "offline-first", "replication", "state-machine"]
license = "MIT OR Apache-2.0"
name = "entidb_sync_engine"
readme = "README.md"
repository = "https://github.com/Tembocs/entidb"
rust-version = "1.82"
version = "2.0.0-alpha.3"

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