[package]
edition = "2021"
rust-version = "1.88"
name = "hydracache-client-protocol"
version = "0.57.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stable external client protocol primitives for HydraCache."
homepage = "https://github.com/javaquasar/hydracache"
readme = "README.md"
keywords = [
"cache",
"caching",
"async",
"runtime",
]
categories = [
"caching",
"asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/javaquasar/hydracache"
[lib]
name = "hydracache_client_protocol"
path = "src/lib.rs"
[[test]]
name = "fixtures"
path = "tests/fixtures.rs"
[[test]]
name = "hibernate_contract"
path = "tests/hibernate_contract.rs"
[[test]]
name = "imap_cas"
path = "tests/imap_cas.rs"
[[test]]
name = "imap_entry_listener"
path = "tests/imap_entry_listener.rs"
[[test]]
name = "java_lock_mapping"
path = "tests/java_lock_mapping.rs"
[[test]]
name = "java_migration_contract"
path = "tests/java_migration_contract.rs"
[[test]]
name = "lock_wire"
path = "tests/lock_wire.rs"
[[test]]
name = "protocol"
path = "tests/protocol.rs"
[dependencies.bytes]
version = "1.11.1"
[dependencies.postcard]
version = "1.1.3"
features = ["alloc"]
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.thiserror]
version = "2.0.18"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage)"]