DKIM2 tests

This commit is contained in:
Maurus Decimus
2026-07-03 20:07:37 +02:00
parent c5796b4e7a
commit 94b33187a0
16 changed files with 1124 additions and 148 deletions

View File

@@ -23,13 +23,13 @@ registry = { path = "../registry" }
smtp-proto = { version = "0.2" }
mail-parser = { version = "0.11", features = ["full_encoding", "rkyv"] }
mail-builder = { version = "0.4" }
mail-auth = { path = "/Users/me/code/mail-auth", features = ["generate", "arc"] }
mail-auth = { version = "0.11", features = ["generate", "arc"] }
tokio = { version = "1.47", features = ["rt"] }
hyper = { version = "1.0.1", features = ["server", "http1", "http2"] }
hyper-util = { version = "0.1.1", features = ["tokio"] }
http-body-util = "0.1.0"
async-stream = "0.3.5"
quick-xml = "0.40"
quick-xml = "0.41"
serde = { version = "1.0", features = ["derive"]}
serde_json = "1.0"
x509-parser = "0.18"