kevy-store 1.17.0

kevy keyspace + value types + expiry — pure Rust, zero deps.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.95"
name = "kevy-store"
version = "1.17.0"
authors = ["GOLIA K.K."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "kevy keyspace + value types + expiry — pure Rust, zero deps."
readme = "README.md"
keywords = [
    "redis",
    "keyspace",
    "kv",
    "database",
    "ttl",
]
categories = [
    "database-implementations",
    "data-structures",
    "caching",
]
license = "Apache-2.0 OR MIT"

[lib]
name = "kevy_store"
path = "src/lib.rs"

[[example]]
name = "bench_keyspace"
path = "examples/bench_keyspace.rs"

[[test]]
name = "perf_gate"
path = "tests/perf_gate.rs"

[dependencies.kevy-bytes]
version = "1.17.0"

[dependencies.kevy-hash]
version = "1.17.0"

[dependencies.kevy-map]
version = "1.17.0"

[dev-dependencies]

[lints.clippy.all]
level = "deny"
priority = 0

[lints.rust]
warnings = "deny"