[package]
edition = "2024"
rust-version = "1.95"
name = "kevy-replicate"
version = "1.18.0"
authors = ["GOLIA K.K."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Primary-to-replica streaming replication for kevy (v3 cluster series, Phase 1)."
homepage = "https://github.com/goliajp/kevy"
documentation = "https://docs.rs/kevy-replicate"
readme = "README.md"
keywords = [
"replication",
"kevy",
"redis",
"cluster",
"kv",
]
categories = [
"database",
"network-programming",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/goliajp/kevy"
[lib]
name = "kevy_replicate"
path = "src/lib.rs"
[[test]]
name = "wire_snapshot"
path = "tests/wire_snapshot.rs"
[dependencies.kevy-resp]
version = "1.18.0"
[lints.clippy.all]
level = "deny"
priority = 0
[lints.rust]
warnings = "deny"