# 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 = "connect" version = "0.2.4" authors = ["Sachandhan Ganesh "] description = "message queue abstraction over async network streams" documentation = "https://docs.rs/connect/" readme = "README.md" keywords = ["async", "network", "message-queue", "mq", "aio"] categories = ["asynchronous", "network-programming", "rust-patterns", "encoding"] license = "Apache-2.0" repository = "https://github.com/sachanganesh/connect-rs" [package.metadata.docs.rs] features = ["tls"] rustdoc-args = ["--cfg", "docsrs"] [dependencies.anyhow] version = "1.0" [dependencies.async-std] version = "1.9.0" features = ["unstable"] [dependencies.async-stream] version = "0.3.0" [dependencies.async-tls] version = "0.11.0" features = ["client", "server"] optional = true default-features = false [dependencies.bytes] version = "0.5.5" [dependencies.futures] version = "0.3" [dependencies.futures-lite] version = "1.11" [dependencies.log] version = "0.4" [dependencies.rustls] version = "0.19.0" optional = true [dev-dependencies.async-std] version = "1.9.0" features = ["attributes"] [features] tls = ["async-tls", "rustls"]