kevy-store 2.1.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 = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9351067ac76d5509fb066b2e4a79baea9218130bc81cf93572964b92b8ea9263"
dependencies = [
 "kevy-hash",
]

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

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

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

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