kevy-replicate 3.18.0

Primary-to-replica streaming replication for kevy (v3 cluster series, Phase 1).
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "kevy-bytes"
version = "3.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac4c7f3877daa30aff51bf9bbdda7abe60a0b5670d3301e4de9d91a188809bf6"
dependencies = [
 "kevy-hash",
]

[[package]]
name = "kevy-hash"
version = "3.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db90e74823b21f895a0359783da5e7ef49e14a07849268cb0cd133e084d82229"

[[package]]
name = "kevy-replicate"
version = "3.18.0"
dependencies = [
 "kevy-resp",
]

[[package]]
name = "kevy-resp"
version = "3.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d0a42b588f0b237eb98884f575538a7732d43d8e51a1e62492a3bfc7cee2277"
dependencies = [
 "kevy-bytes",
]