lapin-futures-tls-api 0.2.0

Integration of tls-api with lapin-futures
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]
name = "lapin-futures-tls-api"
version = "0.2.0"
authors = ["Marc-Antoine Perennou <%arc-Antoine@Perennou.com>"]
description = "Integration of tls-api with lapin-futures"
documentation = "https://docs.rs/lapin-futures-tls-api"
keywords = ["amqp", "rabbitmq", "futures", "tokio", "tls"]
categories = ["api-bindings", "network-programming"]
license = "BSD-2-Clause"
repository = "https://github.com/sozu-proxy/lapin-futures-tls"

[lib]
name = "lapin_futures_tls_api"
[dependencies.futures]
version = "^0.1"

[dependencies.lapin-futures]
version = "^0.9"

[dependencies.tokio-tls-api]
version = "^0.1"

[dependencies.amq-protocol]
version = "^0.19"

[dependencies.tls-api]
version = "^0.1"

[dependencies.tokio-io]
version = "^0.1"

[dependencies.tokio-core]
version = "^0.1"

[dependencies.bytes]
version = "^0.4"
[dev-dependencies.tls-api-stub]
version = "^0.1"

[dev-dependencies.env_logger]
version = "^0.4"
[badges.travis-ci]
repository = "sozu-proxy/lapin-futures-tls"

[badges.appveyor]
repository = "Keruspe/lapin-futures-tls"