[[bin]]
name = "http-to-https-redirect"
path = "src/main.rs"
[dependencies.hyper]
features = ["full"]
version = "0.14"
[dependencies.tokio]
features = ["full"]
version = "1"
[package]
authors = ["jvtubergen <mail@jvtubergen.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = "A lightweight HTTP to HTTPS redirect server"
edition = "2021"
keywords = ["http", "https", "redirect", "server", "hyper"]
license = "MIT"
name = "http-to-https-redirect"
readme = "README.md"
repository = "https://github.com/jvtubergen/http-to-https-redirect"
version = "0.1.0"