[package]
edition = "2024"
name = "skippy-cache"
version = "0.75.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cache primitives for Skippy staged runtime serving"
homepage = "https://github.com/Mesh-LLM/mesh-llm"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Mesh-LLM/mesh-llm"
resolver = "2"
[lib]
name = "skippy_cache"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.blake3]
version = "1"
[dependencies.skippy-protocol]
version = "0.75.0"