Cargo Features

[dependencies]
fantoccini = { version = "0.20.0-rc.7", default-features = false, features = ["native-tls", "rustls-tls"] }
default = native-tls

The native-tls feature is set by default whenever fantoccini is added without default-features = false somewhere in the dependency tree.

native-tls default = hyper-tls, openssl
rustls-tls = 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-rustls rustls-tls?

Enables hyper-rustls ^0.24.0

hyper-tls native-tls

Enables hyper-tls ^0.5.0

openssl cfg(any()) native-tls