@@ -37,6 +37,7 @@ anyhow = "1.0.81"
37
37
argon2 = " 0"
38
38
async-trait = " 0"
39
39
axum = { version = " 0" , features = [" multipart" ] }
40
+ axum-server = { version = " 0" , features = [" tls-rustls" ] }
40
41
binascii = " 0"
41
42
bytes = " 1"
42
43
chrono = { version = " 0" , default-features = false , features = [" clock" ] }
@@ -46,15 +47,19 @@ derive_more = "0"
46
47
email_address = " 0"
47
48
fern = " 0"
48
49
futures = " 0"
50
+ futures-util = " 0.3.30"
49
51
hex = " 0"
50
52
http = " 1.1.0"
53
+ http-body = " 1.0.0"
51
54
hyper = " 1"
55
+ hyper-util = { version = " 0.1.3" , features = [" http1" , " http2" , " tokio" ] }
52
56
indexmap = " 2"
53
57
jsonwebtoken = " 9"
54
58
lazy_static = " 1.4.0"
55
59
lettre = { version = " 0" , features = [" builder" , " smtp-transport" , " tokio1" , " tokio1-native-tls" , " tokio1-rustls-tls" ] }
56
60
log = " 0"
57
61
pbkdf2 = { version = " 0" , features = [" simple" ] }
62
+ pin-project-lite = " 0.2"
58
63
rand = " 0"
59
64
rand_core = { version = " 0" , features = [" std" ] }
60
65
regex = " 1"
@@ -74,6 +79,7 @@ thiserror = "1"
74
79
tokio = { version = " 1" , features = [" fs" , " io-util" , " macros" , " net" , " rt-multi-thread" , " signal" , " sync" , " time" ] }
75
80
toml = " 0"
76
81
torrust-index-located-error = { version = " 3.0.0-alpha.3-develop" , path = " packages/located-error" }
82
+ tower = { version = " 0.4" , features = [" timeout" ] }
77
83
tower-http = { version = " 0" , features = [" compression-full" , " cors" , " propagate-header" , " request-id" , " trace" ] }
78
84
trace = " 0.1.7"
79
85
tracing = " 0.1.40"
0 commit comments