[package]
name = "tensor_cache"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
readme = "../README.md"
description = "Multi-layer LLM response cache with exact, semantic, and embedding lookup"
[dependencies]
tensor_store.workspace = true
tokio = { workspace = true, features = ["full"] }
tiktoken-rs = "0.9"
serde.workspace = true
bitcode.workspace = true
dashmap.workspace = true
uuid.workspace = true
thiserror.workspace = true
tracing.workspace = true
[dev-dependencies]
criterion = { workspace = true, features = ["async_tokio"] }
tokio-test.workspace = true
serde_json.workspace = true
[[bench]]
name = "cache_bench"
harness = false
[lints]
workspace = true