2021-10-13 16:06:42 +02:00
|
|
|
[package]
|
|
|
|
name = "middleware-http-to-https"
|
2022-02-02 02:45:20 +01:00
|
|
|
version = "1.0.0"
|
2023-10-30 00:51:05 +01:00
|
|
|
publish.workspace = true
|
|
|
|
edition.workspace = true
|
2021-10-13 16:06:42 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2024-05-25 06:36:36 +02:00
|
|
|
actix-web = { workspace = true, features = ["rustls-0_23"] }
|
2022-12-30 17:25:40 +01:00
|
|
|
env_logger.workspace = true
|
2023-01-02 21:33:43 +01:00
|
|
|
futures-util.workspace = true
|
2022-12-30 17:25:40 +01:00
|
|
|
log.workspace = true
|
2023-08-29 19:28:12 +02:00
|
|
|
rustls.workspace = true
|
2024-05-25 06:36:36 +02:00
|
|
|
rustls-pemfile.workspace = true
|