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 whenever mailjet-rs is added without default-features = false somewhere in the dependency tree.

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