opentalk-cache 0.28.2

OpenTalk caching of redis data in local memory
Documentation
[dependencies.bincode]
version = "1"

[dependencies.moka]
default-features = false
features = ["atomic64", "future", "quanta"]
version = "0.12"

[dependencies.redis]
features = ["connection-manager", "tokio-comp"]
version = "0.27"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.siphasher]
version = "1.0"

[dependencies.snafu]
version = "0.8"

[lib]
name = "opentalk_cache"
path = "src/lib.rs"

[lints.clippy]
self_named_module_files = "deny"

[package]
authors = ["OpenTalk Team <mail@opentalk.eu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "OpenTalk caching of redis data in local memory"
documentation = "https://docs.rs/opentalk-cache"
edition = "2021"
homepage = "https://opentalk.eu/"
license = "EUPL-1.2"
name = "opentalk-cache"
publish = true
readme = false
repository = "https://gitlab.opencode.de/opentalk/controller"
version = "0.28.2"