Cargo Features
[dependencies]
mail-core-ng = { version = "0.6.3", default-features = false, features = ["serde-impl", "default_impl_cpupool", "test-utils"] }
- default test-utils? = default_impl_cpupool
-
The
default_impl_cpupool
feature is set by default whenevermail-core-ng
is added without
somewhere in the dependency tree.default-features = false - serde-impl = serde
-
Enables serde-impl of mail-headers-ng
- default_impl_cpupool default = futures-cpupool
-
Affects
default_impl::simple_context
… - test-utils = default, lazy_static
-
Affects
mail-core-ng::test_utils
…
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.