[dependencies.lapin]
default-features = false
version = "3"
[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 = "2.0.0"
[dev-dependencies.pretty_assertions]
version = "1"
[lib]
name = "lapin_pool"
path = "src/lib.rs"
[package]
authors = ["OpenTalk Team <mail@opentalk.eu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.2.0"