lapin-futures 0.20.0

AMQP client library with a futures based API
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-futures"
version = "0.20.0"
authors = ["Geoffroy Couprie <geo.couprie@gmail.com>", "Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
description = "AMQP client library with a futures based API"
documentation = "https://docs.rs/lapin-futures"
readme = "README.md"
keywords = ["amqp", "rabbitmq", "futures", "tokio"]
categories = ["database"]
license = "MIT"
repository = "https://github.com/sozu-proxy/lapin"
[dependencies.futures]
version = "^0.1"

[dependencies.lapin-async]
version = "^0.20.0"

[dependencies.log]
version = "^0.4"

[dependencies.parking_lot]
version = "^0.8"
[dev-dependencies.env_logger]
version = "^0.6"

[dev-dependencies.failure]
version = "^0.1"

[dev-dependencies.tokio]
version = "^0.1.8"