Cargo Features

[dependencies]
async-mailer-outlook = { version = "0.3.2", default-features = false, features = ["tracing"] }
default = tracing

The tracing feature is set by default whenever async-mailer-outlook is added without default-features = false somewhere in the dependency tree.

tracing default

Enables tracing

async-mailer-outlook has 2 features without comments.