# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.74.0" name = "amq-protocol-tcp" version = "8.0.0-beta.1" authors = ["Marc-Antoine Perennou <%arc-Antoine@Perennou.com>"] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "AMQP URI TCP connection handling" documentation = "https://docs.rs/amq-protocol-tcp" readme = false keywords = [ "amqp", "rabbitmq", "protocol", ] categories = [ "api-bindings", "network-programming", ] license = "BSD-2-Clause" repository = "https://github.com/amqp-rs/amq-protocol" [lib] name = "amq_protocol_tcp" path = "src/lib.rs" [dependencies.amq-protocol-uri] version = "=8.0.0-beta.1" [dependencies.tcp-stream] version = "^0.29.1" default-features = false [dependencies.tracing] version = "^0.1" default-features = false [features] default = ["rustls"] native-tls = ["tcp-stream/native-tls"] openssl = ["tcp-stream/openssl"] rustls = [ "rustls-native-certs", "rustls--aws_lc_rs", ] rustls--aws_lc_rs = ["tcp-stream/rustls--aws_lc_rs"] rustls--ring = ["tcp-stream/rustls--ring"] rustls-common = ["tcp-stream/rustls-common"] rustls-native-certs = [ "rustls-common", "tcp-stream/rustls-native-certs", ] rustls-webpki-roots-certs = [ "rustls-common", "tcp-stream/rustls-webpki-roots-certs", ] vendored-openssl = ["tcp-stream/vendored-openssl"] [badges.maintenance] status = "actively-developed"