lapin-pool 0.1.0

A RabbitMQ connection pool which manages connections based on the amount of channels used per connection
Documentation
[dependencies.lapin]
default-features = false
version = "2"

[dependencies.log]
version = "0.4"

[dependencies.snafu]
version = "0.8"

[dependencies.tokio]
version = "1"

[dependencies.tokio-executor-trait]
version = "2"

[dependencies.tokio-reactor-trait]
version = "1"

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

[package]
authors = ["OpenTalk Team <mail@opentalk.eu>"]
description = "A RabbitMQ connection pool which manages connections based on the amount of channels used per connection"
documentation = "https://docs.rs/lapin-pool"
edition = "2021"
homepage = "https://opentalk.eu/"
license = "EUPL-1.2"
name = "lapin-pool"
publish = true
readme = "README.md"
repository = "https://gitlab.opencode.de/opentalk/libs/lapin-pool"
version = "0.1.0"