[package]
edition = "2024"
rust-version = "1.90"
name = "shardcache-client-rs"
version = "0.2.1"
authors = ["Devon Tietjen <devon@eden.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blocking Rust client for shardcache's native SCNP protocol"
homepage = "https://github.com/d-tietjen/shard-kv"
documentation = "https://docs.rs/shardcache-client-rs"
readme = "README.md"
keywords = [
"shardcache",
"scnp",
"client",
"cache",
"kv",
]
categories = [
"caching",
"database-implementations",
"network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/d-tietjen/shard-kv"
[features]
default = []
redis = []
[lib]
name = "shardcache_client_rs"
path = "src/lib.rs"
[dependencies.libc]
version = "0.2"
[dependencies.thiserror]
version = "2.0"
[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh3"]