lapin 0.27.0-beta.3

AMQP client library
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"
version = "0.27.0-beta.3"
authors = ["Geoffroy Couprie <geo.couprie@gmail.com>", "Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
build = "build.rs"
description = "AMQP client library"
documentation = "https://docs.rs/lapin"
readme = "README.md"
keywords = ["amqp", "rabbitmq", "mio", "futures"]
categories = ["database"]
license = "MIT"
repository = "https://github.com/sozu-proxy/lapin"

[[example]]
name = "pubsub_futures"
required-features = ["futures"]
[dependencies.amq-protocol]
version = "=3.0.0-beta.1"
default-features = false

[dependencies.failure]
version = "^0.1"
features = ["std"]
default-features = false

[dependencies.futures]
version = "=0.3.0-alpha.17"
optional = true
package = "futures-preview"

[dependencies.log]
version = "^0.4"

[dependencies.mio]
version = "^0.6"

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

[dev-dependencies.runtime]
version = "=0.3.0-alpha.6"
[build-dependencies.amq-protocol-codegen]
version = "=3.0.0-beta.1"

[build-dependencies.serde_json]
version = "^1.0"

[features]
default = ["native-tls"]
native-tls = ["amq-protocol/native-tls"]
openssl = ["amq-protocol/openssl"]
rustls = ["amq-protocol/rustls"]
tokio = ["amq-protocol/tokio"]