https-wrapper 0.2.0

Minimalistic HTTPS reverse proxy that adds TLS encryption to any HTTP server
[[bin]]
name = "https-wrapper"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.openssl]
version = "0.10"

[dependencies.rustls]
version = "0.23"

[dependencies.rustls-pemfile]
version = "2.0"

[dependencies.rustls-pki-types]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dependencies.tokio-rustls]
version = "0.26"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "Minimalistic HTTPS reverse proxy that adds TLS encryption to any HTTP server"
documentation = "https://github.com/jvtubergen/https-wrapper"
edition = "2021"
homepage = "https://github.com/jvtubergen/https-wrapper"
keywords = ["https", "tls", "proxy", "reverse-proxy", "ssl"]
license = "MIT"
name = "https-wrapper"
readme = "README.md"
repository = "https://github.com/jvtubergen/https-wrapper"
version = "0.2.0"