lapin-async 0.21.1

AMQP client library with a low level API designed for use with mio
Documentation
[package]
name = "lapin-async"
version = "0.21.1"
edition = "2018"
authors = ["Geoffroy Couprie <geo.couprie@gmail.com>", "Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
description = "AMQP client library with a low level API designed for use with mio"
repository = "https://github.com/sozu-proxy/lapin"
readme = "README.md"
documentation = "https://docs.rs/lapin-async"
keywords = ["amqp", "rabbitmq", "mio"]
categories = ["database"]
license = "MIT"
build = "build.rs"

[build-dependencies]
amq-protocol-codegen = "^2.0.2"
serde_json = "^1.0"

[dependencies]
amq-protocol = "^2.0.2"
failure = "^0.1"
log = "^0.4"
mio = "^0.6"
parking_lot = '^0.8'

[dev-dependencies]
env_logger = "^0.6"