Cargo Features
[dependencies]
async-mailer-smtp = { version = "0.4.0", default-features = false, features = ["tracing", "clap"] }
- default = tracing
-
The
tracing
feature is set by default wheneverasync-mailer-smtp
is added without
somewhere in the dependency tree.default-features = false - tracing default
-
Enables tracing
- clap
-
Enables clap
async-mailer-smtp has 3 features without comments.