sharedstate 1.1.0

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

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

[[example]]
name = "kv_tui"
path = "examples/kv_tui.rs"

[[test]]
name = "tcp_failover"
path = "tests/tcp_failover.rs"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.hotread]
version = "0.1.1"

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

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

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

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

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

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.crossterm]
version = "0.29.0"

[dev-dependencies.ratatui]
version = "0.30.2"
features = [
    "crossterm",
    "std",
]
default-features = false

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

[dev-dependencies.unicode-width]
version = "0.2.2"