mirror of
https://github.com/openharmony/third_party_rust_hyper-tls.git
synced 2026-07-01 21:34:10 -04:00
21 lines
548 B
TOML
21 lines
548 B
TOML
[package]
|
|
name = "hyper-tls"
|
|
version = "0.2.0"
|
|
description = "Default TLS implementation for use with hyper"
|
|
authors = ["Sean McArthur <sean@seanmonstar.com>"]
|
|
license = "MIT/Apache-2.0"
|
|
keywords = ["hyper", "tls", "http", "https", "ssl"]
|
|
homepage = "https://hyper.rs"
|
|
repository = "https://github.com/hyperium/hyper-tls"
|
|
documentation = "https://docs.rs/hyper-tls"
|
|
|
|
[dependencies]
|
|
futures = "0.1.21"
|
|
native-tls = "0.1"
|
|
hyper = "0.12"
|
|
tokio-io = "0.1"
|
|
tokio-tls = { version = "0.1.4", default-features = false }
|
|
|
|
[dev-dependencies]
|
|
tokio = "0.1.5"
|