kevy-embedded 1.4.21

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"
name = "kevy-embedded"
version = "1.4.21"
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 = "axis_f_embedded"
path = "examples/axis_f_embedded.rs"

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

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

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

[[example]]
name = "embed_vs_server"
path = "examples/embed_vs_server.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"

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

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

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

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

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

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

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

[dependencies.kevy-replicate]
version = "1.19.0"
default-features = false

[dependencies.kevy-resp]
version = "1.19.0"

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

[dev-dependencies.kevy]
version = "1.19.0"

[dev-dependencies.kevy-rt]
version = "1.19.0"

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

[lints.rust]
warnings = "deny"