kevy-store 4.1.1

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

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

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

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

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

[[package]]
name = "kevy-store"
version = "4.1.1"
dependencies = [
 "kevy-bytes",
 "kevy-hash",
 "kevy-map",
 "kevy-ranktree",
 "kevy-vlog",
]

[[package]]
name = "kevy-sys"
version = "4.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "805c9bfd3bcdde94974929116b9b3e2da23b168387c506b6684b4ba43c225e55"

[[package]]
name = "kevy-vlog"
version = "4.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eb60627190b68d2192b7b0d10e837ee74e1216057ea79c707bb24eb341e4df8"
dependencies = [
 "kevy-sys",
]