Cargo Features

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

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

tracing default

Enables tracing

Affects async-mailer-core::util.format_recipient_addresses