[package]
edition = "2024"
rust-version = "1.95"
name = "kevy-client"
version = "1.7.13"
authors = ["GOLIA K.K."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified client for kevy — switch between in-process embedded and TCP server backends with a single URL."
homepage = "https://github.com/goliajp/kevy"
documentation = "https://docs.rs/kevy-client"
readme = "README.md"
keywords = [
"kevy",
"redis",
"kv",
"client",
"embedded",
]
categories = [
"database",
"caching",
"api-bindings",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/goliajp/kevy"
[lib]
name = "kevy_client"
path = "src/lib.rs"
[[test]]
name = "embedded_pubsub"
path = "tests/embedded_pubsub.rs"
[[test]]
name = "iter"
path = "tests/iter.rs"
[[test]]
name = "subscribe"
path = "tests/subscribe.rs"
[[test]]
name = "transaction"
path = "tests/transaction.rs"
[dependencies.kevy-embedded]
version = "1.1.5"
[dependencies.kevy-resp]
version = "1.13.0"
[dependencies.kevy-resp-client]
version = "1.13.0"
[lints.clippy.all]
level = "deny"
priority = 0
[lints.rust]
warnings = "deny"