manager_handlers 0.5.21

This crate represents the implementation of manager capable of creating a microservice which has multiple handlers, which can be accesed via http from outside. Each handler can use the other ones via a bus to process the request. The handlers can have a number of replicas
Documentation
[dependencies.actix-web]
features = ["openssl"]
version = "4.9.0"

[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.openssl]
version = "0.10.71"

[dependencies.serde_json]
version = "1.0.108"

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

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

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

[package]
authors = ["Matei Aruxandei stefmatei22@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This crate represents the implementation of manager capable of creating a microservice which has multiple handlers, which can be accesed via http from outside. Each handler can use the other ones via a bus to process the request. The handlers can have a number of replicas"
edition = "2024"
license = "MIT"
name = "manager_handlers"
readme = "README.md"
version = "0.5.21"

[profile.release]
lto = "thin"
opt-level = 3