[package]
edition = "2021"
name = "latch-cache"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Prompt cache metadata planning and injection helpers for Latch"
homepage = "https://github.com/EeroEternal/latch"
readme = false
license = "Apache-2.0"
repository = "https://github.com/EeroEternal/latch"
[lib]
name = "latch_cache"
path = "src/lib.rs"
[dependencies.latch-core]
version = "0.2.0"
[dependencies.serde]
version = "1.0"
features = ["derive"]