tide-rustls 0.1.1

tide tls listener based on async-tls and rustls
Documentation
[package]
name = "tide-rustls"
version = "0.1.1"
authors = ["Jacob Rothstein <hi@jbr.me>"]
edition = "2018"
description = "tide tls listener based on async-tls and rustls"
readme = "README.md"
repository = "https://github.com/jbr/tide-rustls"
documentation = "https://docs.rs/tide-rustls"
license = "MIT OR Apache-2.0"
keywords = ["tide", "https", "tls"]
categories = ["web-programming::http-server", "web-programming"]

[dependencies]
async-std = { version = "1.6.2", features = ["attributes"] }
tide = "0.12.0"
async-tls = "0.9.0"
rustls = "0.18.0"
async-h1 = "2.1.0"
async-dup = "1.2.1"