Cargo Features
[dependencies]
mail-parser = { version = "0.9.4", default-features = false, features = ["full_encoding", "serde_support", "ludicrous_mode"] }
- default = full_encoding
-
The
full_encoding
feature is set by default whenevermail-parser
is added without
somewhere in the dependency tree.default-features = false - full_encoding default = encoding_rs
- serde_support = serde
- ludicrous_mode
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.