Cargo Features
[dependencies]
mail-send = { version = "0.4.9", default-features = false, features = ["builder", "parser", "dkim", "digest-md5", "cram-md5", "aws_lc_rs", "aws-lc-rs", "fips", "logging", "ring", "tls12"] }
- default = builder, cram-md5, digest-md5, dkim, ring, tls12
-
These default features are set whenever
mail-send
is added without
somewhere in the dependency tree.default-features = false - builder default = mail-builder
- parser = mail-parser
- dkim default = mail-auth
- digest-md5 default = md5, rand
- cram-md5 default = md5
- aws_lc_rs aws-lc-rs?
-
Enables aws_lc_rs of rustls and tokio-rustls
- aws-lc-rs = aws_lc_rs
- fips
-
Enables fips of rustls and tokio-rustls
- logging
-
Enables logging of rustls and tokio-rustls
- ring default
-
Enables ring of rustls and tokio-rustls
- tls12 default
-
Enables tls12 of rustls and tokio-rustls
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.