codex-utils-cache 0.63.0

Cache utilities for Codex AI agent
Documentation
[package]
name = "codex-utils-cache"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
description = "Cache utilities for Codex AI agent"

[lints]
workspace = true

[dependencies]
lru = { workspace = true }
sha1 = { workspace = true }
tokio = { workspace = true, features = ["sync", "rt", "rt-multi-thread"] }

[dev-dependencies]
tokio = { workspace = true, features = ["macros", "rt", "rt-multi-thread"] }