[package]
edition = "2021"
rust-version = "1.75"
name = "zccache-protocol"
version = "1.2.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "IPC message protocol for zccache"
homepage = "https://github.com/zackees/zccache"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/zackees/zccache"
[lib]
name = "zccache_protocol"
path = "src/lib.rs"
[dependencies.bincode]
version = "1"
[dependencies.bytes]
version = "1"
[dependencies.serde]
version = "1"
features = [
"derive",
"rc",
]
[dependencies.thiserror]
version = "2"
[dependencies.zccache-core]
version = "=1.2.5"