[package]
name = "cross-proc-cache"
version = "0.1.0"
edition = "2021"
readme = "README.md"
homepage = "https://liturgy.ericbreyer.com"
repository = "https://github.com/ericbreyer/liturgy"
keywords = ["cache", "ipc", "cross-process"]
categories = ["development-tools::build-utils"]
description = "Small cross-process cache helper used in the Liturgy workspace."
license = "MIT OR Apache-2.0"
[dependencies]
bincode = "2.0.1"
serde = { version = "1.0", features = ["derive", "rc"] }
fs2 = "0.4.3"
anyhow = "1.0.100"
tempfile = "3.23.0"
[lints]
workspace = true