Cargo Features
[dependencies]
async-mailer-core = { version = "0.3.4", default-features = false, features = ["tracing"] }
- default = tracing
-
The
tracing
feature is set by default wheneverasync-mailer-core
is added without
somewhere in the dependency tree.default-features = false - tracing default
-
Enables tracing
Affects
async-mailer-core::util.format_recipient_addresses
…