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.
std
1 parent 972a0c0 commit e8c2ecdCopy full SHA for e8c2ecd
Cargo.toml
@@ -26,7 +26,7 @@ regex = "1.0"
26
bufstream = "0.1.3"
27
imap-proto = "0.16.1"
28
nom = { version = "7.1.0", default-features = false }
29
-rsasl = { version = "2.0.0-rc.2", default-features = false, features = ["provider_base64"], optional = true }
+rsasl = { version = "2.0.0-rc.2", default-features = false, features = ["std", "provider_base64"], optional = true }
30
base64 = "0.13.0"
31
chrono = { version = "0.4", default-features = false, features = ["std"]}
32
lazy_static = "1.4"
0 commit comments