lapin-futures-rustls 0.20.0

Integration of rustls 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]
edition = "2018"
name = "lapin-futures-rustls"
version = "0.20.0"
authors = ["Marc-Antoine Perennou <%arc-Antoine@Perennou.com>"]
description = "Integration of rustls with lapin-futures"
documentation = "https://docs.rs/lapin-futures-rustls"
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_rustls"
[dependencies.futures]
version = "^0.1"

[dependencies.lapin-futures-tls-internal]
version = "^0.6"

[dependencies.tokio-rustls]
version = "^0.9"

[dependencies.webpki-roots]
version = "^0.16"
[dev-dependencies.env_logger]
version = "^0.6"

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

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

[features]
default = ["dns-over-https", "dns-over-tls"]
dns-over-https = ["lapin-futures-tls-internal/dns-over-https-rustls"]
dns-over-tls = ["lapin-futures-tls-internal/dns-over-rustls"]
[badges.appveyor]
repository = "Keruspe/lapin-futures-tls"

[badges.travis-ci]
repository = "sozu-proxy/lapin-futures-tls"