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.
encoding
quick-xml
1 parent 137a763 commit 58c8183Copy full SHA for 58c8183
Cargo.toml
@@ -29,7 +29,7 @@ ed25519-dalek = { version = "2.0", optional = true }
29
flate2 = "1.0.25"
30
mail-parser = { version = "0.11", features = ["full_encoding"] }
31
mail-builder = { version = "0.4" }
32
-quick-xml = { version = "0.37", features = ["encoding"], optional = true }
+quick-xml = { version = "0.37", optional = true }
33
ring = { version = "0.17", optional = true }
34
rsa = { version = "0.9.8", optional = true }
35
rustls-pemfile = { version = "2", optional = true }
0 commit comments