# 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-tls-api" version = "0.19.1" 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-tls-internal] version = "^0.7.1" [dependencies.tls-api] version = "^0.2" [dependencies.tokio-tls-api] version = "^0.2" [dev-dependencies.env_logger] version = "^0.6" [dev-dependencies.failure] version = "^0.1" [dev-dependencies.tls-api-stub] version = "^0.2" [dev-dependencies.tokio] version = "^0.1.6" [badges.appveyor] repository = "Keruspe/lapin-futures-tls" [badges.travis-ci] repository = "sozu-proxy/lapin-futures-tls"