kevy-embedded 1.1.13

Embedded mode for kevy — in-process Redis-compatible KV without the server/runtime.
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-embedded"
version = "1.1.13"
authors = ["GOLIA K.K."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedded mode for kevy — in-process Redis-compatible KV without the server/runtime."
homepage = "https://github.com/goliajp/kevy"
documentation = "https://docs.rs/kevy-embedded"
readme = "README.md"
keywords = [
    "kevy",
    "redis",
    "kv",
    "embedded",
    "cache",
]
categories = [
    "database-implementations",
    "caching",
    "embedded",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/goliajp/kevy"

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

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

[[example]]
name = "embedded-cache"
path = "examples/embedded-cache.rs"

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

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

[dependencies.kevy-persist]
version = "1.9.0"

[dependencies.kevy-store]
version = "1.9.0"

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

[lints.rust]
warnings = "deny"