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