exocortex-cluster 0.1.0

Exocortex cluster coherence: Chubby-style leases with epoch fencing, HMAC-signed invalidation envelopes, and the SSE change feed.
# 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 = "exocortex-cluster"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Exocortex cluster coherence: Chubby-style leases with epoch fencing, HMAC-signed invalidation envelopes, and the SSE change feed."
readme = false
license = "AGPL-3.0-or-later"

[features]
integration = []

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.7"
features = [
    "macros",
    "http2",
]

[dependencies.chitchat]
version = "0.9"

[dependencies.eventsource-client]
version = "0.13"

[dependencies.exocortex-kernel]
version = "0.1.0"

[dependencies.exocortex-storage]
version = "0.1.0"

[dependencies.exocortex-wire]
version = "0.1.0"

[dependencies.futures]
version = "0.3"

[dependencies.hmac]
version = "0.12"

[dependencies.metrics]
version = "0.23"

[dependencies.prost]
version = "0.13"

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

[dependencies.sha2]
version = "0.10"

[dependencies.smol_str]
version = "0.3"
features = ["serde"]

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "1"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.chrono]
version = "0.4"
features = ["serde"]

[dev-dependencies.serde_json]
version = "1"

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