icee-rabbit-rs 0.1.6

Wrapper for async-amqp (lapin)
Documentation
[package]
name = "icee-rabbit-rs"
version = "0.1.6"
authors = ["david <h.raven@centrum.cz>"]
edition = "2018"
license = "Apache-2.0/MIT"
license_file = "LICENSE-MIT"
description = "Wrapper for async-amqp (lapin)"
homepage = "https://gitlab.com/IceExplosive/icee-rabbit-rs"
repositry = "https://gitlab.com/IceExplosive/icee-rabbit-rs"
documentation = "https://docs.rs/icee-rabbit-rs"
readme = "README.md"
keywords = ["RabbitMq"]

[dependencies]
icee-config-rs = "0.1.0"
icee-container-rs = "0.1.1"
lazy_static = "1.4.0"
lapin = "1.6.6"
log = "0.4.11"
async-amqp = "1.1.0"
async-std = "1.8.0"
serde = { version = "1.0.118", features = ["derive"] }

[dev-dependencies]
async-std = { version = "1.8.0", features = ["attributes"] }