actix-connector 0.3.0

Actix Connector - tcp connector service
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 = "actix-connector"
version = "0.3.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
description = "Actix Connector - tcp connector service"
homepage = "https://actix.rs"
documentation = "https://docs.rs/actix-net/"
keywords = ["network", "framework", "async", "futures"]
categories = ["network-programming", "asynchronous"]
license = "MIT/Apache-2.0"
repository = "https://github.com/actix/actix-net.git"
[package.metadata.docs.rs]
features = ["ssl"]

[lib]
name = "actix_connector"
path = "src/lib.rs"
[dependencies.actix-codec]
version = "0.1.0"

[dependencies.actix-service]
version = "0.3.0"

[dependencies.futures]
version = "0.1"

[dependencies.openssl]
version = "0.10"
optional = true

[dependencies.tokio-current-thread]
version = "0.1"

[dependencies.tokio-openssl]
version = "0.3"
optional = true

[dependencies.tokio-tcp]
version = "0.1"

[dependencies.trust-dns-resolver]
version = "0.11.0-alpha.2"
default-features = false

[features]
default = []
ssl = ["openssl", "tokio-openssl"]