2023-09-11 00:45:01 +01:00
|
|
|
[package]
|
|
|
|
name = "tls-acme"
|
|
|
|
version = "1.0.0"
|
2023-09-11 00:50:09 +01:00
|
|
|
publish = false
|
|
|
|
edition.workspace = true
|
2023-09-11 00:45:01 +01:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
acme-rfc8555 = "0.1"
|
|
|
|
actix-files.workspace = true
|
2024-05-25 05:36:36 +01:00
|
|
|
actix-web = { workspace = true, features = ["rustls-0_23"] }
|
2024-07-07 02:51:12 +01:00
|
|
|
color-eyre.workspace = true
|
2023-09-11 00:45:01 +01:00
|
|
|
env_logger.workspace = true
|
2024-07-07 02:51:12 +01:00
|
|
|
eyre.workspace = true
|
2023-09-11 00:45:01 +01:00
|
|
|
log.workspace = true
|
2024-05-25 05:36:36 +01:00
|
|
|
rustls.workspace = true
|
|
|
|
rustls-pemfile.workspace = true
|
2023-10-29 00:55:43 +01:00
|
|
|
tokio = { workspace = true, features = ["fs"] }
|