hyper-openssl 0.5.0

Hyper SSL support via OpenSSL
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]
name = "hyper-openssl"
version = "0.5.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
exclude = ["test/*"]
description = "Hyper SSL support via OpenSSL"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/sfackler/hyper-openssl"
[dependencies.antidote]
version = "1.0.0"

[dependencies.futures]
version = "0.1.14"

[dependencies.hyper]
version = "0.11.0"
default-features = false

[dependencies.lazy_static]
version = "1.0"

[dependencies.linked_hash_set]
version = "0.1"

[dependencies.openssl]
version = "0.10.4"
features = ["v111"]

[dependencies.openssl-sys]
version = "0.9.26"

[dependencies.tokio-core]
version = "0.1.8"

[dependencies.tokio-io]
version = "0.1.2"

[dependencies.tokio-openssl]
version = "0.2"

[dependencies.tokio-service]
version = "0.1.0"