lapin-async 0.16.0

AMQP client library with a low level API designed for use with mio
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "lapin-async"
version = "0.16.0"
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"
documentation = "https://docs.rs/lapin-async"
readme = "README.md"
keywords = ["amqp", "rabbitmq", "mio"]
categories = ["database"]
license = "MIT"
repository = "https://github.com/sozu-proxy/lapin"
[dependencies.amq-protocol]
version = "^1.1"

[dependencies.cookie-factory]
version = "^0.2.4"

[dependencies.failure]
version = "^0.1"

[dependencies.log]
version = "^0.4"

[dependencies.nom]
version = "^4.0"

[dependencies.parking_lot]
version = "^0.7"

[dependencies.sasl]
version = "^0.4"
default-features = false
[dev-dependencies.env_logger]
version = "^0.6"