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

[[package]]
name = "kevy-compress"
version = "5.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12a6d2d34cb6552e30766c5444ecf97ba2110732804a98c1f28aad63a257fb23"

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

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

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

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

[[package]]
name = "kevy-seg"
version = "5.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fbb7f715cbe4a692bbb5c56b99479a80bee8e61b6e63a06fcb7918ec7749e1f"
dependencies = [
 "kevy-sys",
]

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

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

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