-
Notifications
You must be signed in to change notification settings - Fork 9
/
Cargo.toml
20 lines (18 loc) · 941 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "actix-web-middleware-redirect-scheme"
version = "3.0.0"
description = "A middleware for actix-web which forwards all `http` requests to `https` and vice versa. Based on actix-web-middleware-redirect-https."
authors = ["Peter Trotman <[email protected]>", "Захаров Константин Иванович <[email protected]>", "Mark Nijboer <[email protected]>"]
edition = "2018"
license = "MIT"
documentation = "https://docs.rs/actix-web-middleware-redirect-scheme"
repository = "https://github.com/perdumonocle/actix-web-middleware-redirect-scheme"
readme = "README.md"
keywords = ["actix-web", "middleware", "redirect", "https", "ssl"]
categories = ["web-programming", "web-programming::http-server"]
[dependencies]
actix-service = "1.0.6"
actix-web = { version = "3", default-features = false }
futures = "0.3"
[badges]
travis-ci = { repository = "perdumonocle/actix-web-middleware-redirect-scheme" }