S3-FIFO caching

This commit is contained in:
mdecimus
2024-12-27 19:40:33 +01:00
parent 3530b6625f
commit f2b00ccd54
33 changed files with 631 additions and 383 deletions

View File

@@ -15,7 +15,6 @@ serde = { version = "1.0", features = ["derive"]}
mail-auth = { version = "0.5" }
smtp-proto = { version = "0.1" }
mail-send = { version = "0.4", default-features = false, features = ["cram-md5", "ring", "tls12"] }
dashmap = "6.0"
ahash = { version = "0.8" }
chrono = "0.4"
rand = "0.8.5"
@@ -31,10 +30,10 @@ parking_lot = "0.12"
futures = "0.3"
regex = "1.7.0"
blake3 = "1.3.3"
lru-cache = "0.1.2"
http-body-util = "0.1.0"
form_urlencoded = "1.1.0"
psl = "2"
quick_cache = "0.6.9"
[target.'cfg(unix)'.dependencies]
privdrop = "0.5.3"