Cargo Features

simple_smtp_sender has no features set by default.

[dependencies]
simple_smtp_sender = { version = "0.2.2", features = ["extension-module"] }
extension-module

Enables extension-module of pyo3

pyo3:

Use this feature when building an extension module.
It tells the linker to keep the python symbols unresolved,
so that the module can also be used with statically linked python interpreters.

simple_smtp_sender has 1 feature without comment.