kevy 1.4.2

kevy — a pure-Rust, zero-dependency, Redis-compatible KV server.
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"
version = "1.4.2"
authors = ["GOLIA K.K."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "kevy — a pure-Rust, zero-dependency, Redis-compatible KV server."
readme = "README.md"
keywords = [
    "redis",
    "kv",
    "key-value",
    "database",
    "valkey",
]
categories = [
    "database-implementations",
    "caching",
    "network-programming",
]
license = "Apache-2.0 OR MIT"

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

[[bin]]
name = "kevy"
path = "src/main.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.kevy-config]
version = "1.4.2"

[dependencies.kevy-geo]
version = "1.4.2"

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

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

[dependencies.kevy-rt]
version = "1.4.2"

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

[dependencies.kevy-sys]
version = "1.4.2"

[dev-dependencies]

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

[lints.rust]
warnings = "deny"