We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9183b4 commit 8dd3181Copy full SHA for 8dd3181
Cargo.toml
@@ -26,9 +26,8 @@ test = []
26
ahash = "0.8.0"
27
ed25519-dalek = { version = "2.0", optional = true }
28
flate2 = "1.0.25"
29
-mail-parser = { path = "../mail-parser", features = ["full_encoding"] }
30
-#mail-parser = { version = "0.10", features = ["full_encoding"] }
31
-mail-builder = { version = "0.3", features = ["ludicrous_mode"] }
+mail-parser = { version = "0.10", features = ["full_encoding"] }
+mail-builder = { version = "0.4" }
32
quick-xml = { version = "0.37", optional = true }
33
ring = { version = "0.17", optional = true }
34
rsa = { version = "0.9.6", optional = true }
0 commit comments