Cargo Features
[dependencies]
mailjet-rs = { version = "0.3.0", default-features = false, features = ["rustls", "hyper-tls"] }
- default = hyper-tls
-
The
hyper-tls
feature is set by default whenevermailjet-rs
is added without
somewhere in the dependency tree.default-features = false - rustls = hyper-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.
- hyper-tls default
-
Enables hyper-tls ^0.5
- hyper-rustls rustls?
-
Enables hyper-rustls ^0.23