Cargo Features

samotop-core has no features set by default.

[dependencies]
samotop-core = { version = "0.13.1+smtp", features = ["server", "driver", "prudence"] }
server

Enables async-std, alloc of futures-util

Affects samotop-core::server

driver

Enables std of async-std

Affects driver::SmtpDriver

prudence = smol-timeout

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

futures-util server?
async-std driver? server?
smol-timeout prudence?