shardcache-client-rs 0.2.1

Blocking Rust client for shardcache's native SCNP protocol
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.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"]