flexible-hyper-server-tls 0.2.0

Easily choose between HTTP or HTTPS when using hyper
Documentation
[dependencies.hyper]
features = ["server", "http1"]
version = "1.1.0"

[dependencies.hyper-util]
features = ["tokio"]
version = "0.1.2"

[dependencies.rustls-pemfile]
optional = true
version = "2.0.0"

[dependencies.thiserror]
version = "1.0.52"

[dependencies.tls-listener]
features = ["rustls"]
version = "0.9.1"

[dependencies.tokio]
features = ["net", "time"]
version = "1.35.1"

[dependencies.tokio-rustls]
version = "0.25.0"
[dev-dependencies.http-body-util]
version = "0.1.0"

[dev-dependencies.hyper]
features = ["http1"]
version = "1.1.0"

[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1.35.1"

[features]
default = ["rustls_helpers"]
rustls_helpers = ["dep:rustls-pemfile"]

[package]
categories = ["network-programming"]
description = "Easily choose between HTTP or HTTPS when using hyper"
edition = "2021"
exclude = ["examples/certs"]
keywords = ["hyper", "tls", "http", "https", "rustls"]
license = "MIT OR Apache-2.0"
name = "flexible-hyper-server-tls"
readme = "README.md"
repository = "https://github.com/ravenclaw900/flexible-hyper-server-tls"
version = "0.2.0"