tsift-cache 0.1.74

Shared cache primitives for tsift and agent-doc integrations
Documentation
[package]
name = "tsift-cache"
version = "0.1.74"
edition = "2024"
description = "Shared cache primitives for tsift and agent-doc integrations"
license = "MIT"
repository = "https://github.com/btakita/tsift"
authors = ["Brian Takita <brian.takita@gmail.com>"]
readme = "README.md"
keywords = ["agent", "search", "rag", "cli", "context"]
categories = ["command-line-utilities", "development-tools"]
publish = true

[dependencies]
blake3 = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"

[dev-dependencies]
filetime = "0.2"
tempfile = "3"