reconcile 0.1.5

A reconciliation service to sync a key-value map over multiple instances
Documentation
[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"

[dependencies.arrayvec]
version = "0.7.4"

[dependencies.bincode]
version = "1.3.3"

[dependencies.chrono]
features = ["serde"]
version = "0.4.31"

[dependencies.ipnet]
version = "2.9.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.rand]
version = "0.8.5"

[dependencies.range-cmp]
version = "0.1.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.192"

[dependencies.tokio]
features = ["net", "time", "rt", "macros"]
version = "1.33.0"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.clap]
features = ["derive"]
version = "4.4.6"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.33.0"

[dev-dependencies.tracing-subscriber]
version = "0.3.17"

[[example]]
name = "demo"
path = "examples/demo.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A reconciliation service to sync a key-value map over multiple instances"
edition = "2021"
exclude = ["pre-commit", "CONTRIBUTING.md"]
license = "MIT OR Apache-2.0"
name = "reconcile"
readme = "README.md"
repository = "https://github.com/Akvize/reconcile-rs"
version = "0.1.5"

[profile.release]
debug = 2

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

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