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

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

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

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

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