kevy-store 1.27.0

kevy keyspace + value types + expiry — pure Rust, zero deps.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

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

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

[[package]]
name = "kevy-madvise"
version = "1.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56a2ba507ad5c6be529e1a131559cc23c46952a57ee75ba368796950df203ea9"

[[package]]
name = "kevy-map"
version = "1.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f73b66dd4669380305d2e8365b3888ccd669aedd3b9e77cfcbb3c0231a09fcd9"
dependencies = [
 "kevy-hash",
 "kevy-madvise",
]

[[package]]
name = "kevy-store"
version = "1.27.0"
dependencies = [
 "kevy-bytes",
 "kevy-hash",
 "kevy-map",
]