zccache-protocol 1.4.7

IPC message protocol for zccache
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.94.1"
name = "zccache-protocol"
version = "1.4.7"
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.4.7"