kevy-store 1.26.3

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.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-madvise"
version = "1.26.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e94f3cba9526e751c723cda52d1820858c0b343bdfc3957125c6c903240fc81a"

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

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