hydra 0.1.2

A framework for writing fault tolerant, highly scalable applications with the Rust programming language.
Documentation
[dependencies.bincode]
version = "2.0.0-rc.3"

[dependencies.bitflags]
version = "2.4"

[dependencies.bytes]
default-features = false
version = "1.0"

[dependencies.dashmap]
version = "5.5.3"

[dependencies.flume]
version = "0.11"

[dependencies.futures-util]
default-features = false
features = ["std", "sink"]
version = "0.3"

[dependencies.hmac]
version = "0.12"

[dependencies.hydra-macros]
optional = true
version = "0.1.2"

[dependencies.once_cell]
version = "1.19"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.pingora-timeout]
version = "0.1"

[dependencies.serde]
default-features = false
features = ["derive", "std"]
version = "1.0"

[dependencies.serde_json]
default-features = false
features = ["std"]
optional = true
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
default-features = false
features = ["rt", "rt-multi-thread", "net", "sync", "time", "macros", "signal"]
version = "1.0"

[dependencies.tokio-util]
default-features = false
features = ["codec"]
version = "0.7"

[dependencies.tracing]
default-features = false
features = ["std"]
optional = true
version = "0.1"

[dependencies.tracing-subscriber]
optional = true
version = "0.3"

[features]
default = ["json", "macros", "tracing"]
json = ["dep:serde_json"]
macros = ["dep:hydra-macros"]
tracing = ["dep:tracing", "dep:tracing-subscriber"]

[package]
categories = ["asynchronous", "concurrency", "network-programming"]
description = "A framework for writing fault tolerant, highly scalable applications with the Rust programming language."
edition = "2021"
license = "MIT"
name = "hydra"
readme = "README.md"
repository = "https://github.com/dtzxporter/hydra"
version = "0.1.2"