Cargo Features

[dependencies]
neverest = { version = "0.1.0", default-features = false, features = ["imap", "maildir", "notmuch", "wizard"] }
default = imap, maildir, wizard

These default features are set whenever neverest is added without default-features = false somewhere in the dependency tree.

imap default

Enables imap of email-lib =0.23.2

Affects neverest::imap

maildir default

Enables maildir of email-lib =0.23.2

Affects neverest::maildir

notmuch

Enables notmuch of email-lib =0.23.2

Affects neverest::notmuch

wizard default

Enables console, email_address, oauth-lib, secret-lib, and toml_edit, account-discovery of email-lib =0.23.2

Affects account::wizard, backend::wizard, config::wizard, imap::wizard, maildir::wizard, notmuch::wizard