feat: add hyper_rustls

This commit is contained in:
2021-04-29 22:17:53 +08:00
parent 19a03e85d5
commit 2b82801053
3 changed files with 992 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
[package]
name = "hyper_rustls"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio-rustls = "0.22.0"
hyper-rustls = "0.22.1"
async-stream = "0.3.1"
hyper = { version = "0.14.7", features = ["server", "http1", "http2", "tcp", "stream"] }
rustls = "0.19.1"
tokio = { version = "1.5.0", features = ["full"] }
futures-util = "0.3.14"