Cargo Features
[dependencies]
appium-client = { version = "0.2.2", default-features = false, features = ["native-tls", "rustls-tls"] }
- default = native-tls
-
The
native-tls
feature is set by default wheneverappium-client
is added without
somewhere in the dependency tree.default-features = false - native-tls default = hyper-tls
-
Enables native-tls of fantoccini ^0.19.3
- rustls-tls = hyper-rustls
-
Enables rustls-tls of fantoccini ^0.19.3
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.23.0
- hyper-tls native-tls
-
Enables hyper-tls ^0.5.0