sharedstate 0.3.8

Sync heavily read state across many servers
Documentation
[dependencies.futures-util]
version = "0.3.31"

[dependencies.message-encoding]
version = "0.2.4"

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.rand_chacha]
version = "0.3.1"

[dependencies.sequenced-broadcast]
version = "0.2.4"

[dependencies.slab]
version = "0.4.9"

[dependencies.tokio]
features = ["full"]
version = "1.40"

[dependencies.tokio-util]
version = "0.7.12"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.assert_matches]
version = "1.5.0"

[dev-dependencies.tracing-subscriber]
version = "0.3.18"

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

[package]
authors = ["Patrick Lorio <patrick@methods.dev>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Sync heavily read state across many servers"
edition = "2021"
license-file = "LICENSE.txt"
name = "sharedstate"
readme = false
repository = "https://github.com/Developed-Methods/sharedstate"
version = "0.3.8"