[package]
edition = "2024"
name = "kevy-resp-client"
version = "2.0.21"
authors = ["GOLIA K.K."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blocking RESP2 client over TCP. Pure Rust."
homepage = "https://github.com/goliajp/kevy"
documentation = "https://docs.rs/kevy-resp-client"
readme = "README.md"
keywords = [
"redis",
"resp",
"client",
"valkey",
"tcp",
]
categories = [
"network-programming",
"database",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/goliajp/kevy"
[lib]
name = "kevy_resp_client"
path = "src/lib.rs"
[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"
[dependencies.kevy-resp]
version = "2.0.0"
[lints.clippy.all]
level = "deny"
priority = 0
[lints.rust]
warnings = "deny"