Cargo Features
rip-starttls has no features set by default.
[dependencies]
rip-starttls = { version = "0.1.0", features = ["std", "tokio", "async-std"] }
-
std
-
Affects
imap::std
…
-
tokio
-
Enables
tokio
Affects
imap::tokio
…
-
async-std
-
Enables
async-std
Affects
imap::async_std
…