manager_handlers 0.7.2

A microservice manager implementation that creates HTTP-accessible handlers with configurable replicas. Handlers communicate via an internal bus, enabling collaborative request processing in a distributed architecture.
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 = "2024"
name = "manager_handlers"
version = "0.7.2"
authors = ["Matei Aruxandei <stefmatei22@gmail.com>"]
build = false
exclude = [
    "__MACOSX/",
    "*.iml",
    ".idea/",
    "target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A microservice manager implementation that creates HTTP-accessible handlers with configurable replicas. Handlers communicate via an internal bus, enabling collaborative request processing in a distributed architecture."
homepage = "https://github.com/mat50013/manager_handlers"
documentation = "https://docs.rs/manager_handlers"
readme = "README.md"
keywords = [
    "microservice",
    "handler",
    "async",
    "actix-web",
    "pubsub",
]
categories = [
    "web-programming",
    "asynchronous",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/mat50013/manager_handlers"

[features]
default = []
log = []

[lib]
name = "manager_handlers"
path = "src/lib.rs"
doctest = false

[dependencies.actix-web]
version = "4.9.0"
features = ["rustls-0_23"]

[dependencies.async-stream]
version = "0.3.6"

[dependencies.async-trait]
version = "0.1.74"

[dependencies.bytes]
version = "1.10.0"

[dependencies.env_logger]
version = "0.11.6"

[dependencies.futures]
version = "0.3.30"

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

[dependencies.lazy_static]
version = "1.5.0"

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

[dependencies.rustls]
version = "0.23.23"

[dependencies.rustls-pemfile]
version = "2.2.0"

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

[dependencies.serde_json]
version = "1.0.108"

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

[dependencies.tokio-stream]
version = "0.1.17"

[dependencies.uuid]
version = "1.18.1"
features = ["v4"]

[dependencies.x509-parser]
version = "0.17.0"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1