kevy-replicate 1.26.3

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 = "1.26.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "001abac04e09aac25097c8d462578064c8a15eab93b2e9a0427cbb64e9abe7c9"
dependencies = [
 "kevy-hash",
]

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

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

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