Cargo Features

Exasol has no features set by default.

[dependencies]
exasol = { version = "0.3.4", features = ["native-tls-basic", "rustls", "native-tls", "native-tls-vendored", "rustls-tls-webpki-roots", "rustls-tls-native-roots", "flate2"] }
native-tls-basic native-tls? native-tls-vendored? = rcgen

meant for internal use

Enables native-tls, native-tls of tungstenite ^0.17.2

rustls rustls-tls-native-roots? rustls-tls-webpki-roots? = rcgen

meant for internal use

Enables rustls ^0.20.4, rustls and webpki of tungstenite ^0.17.2

native-tls = native-tls-basic

Enables native-tls of tungstenite ^0.17.2

native-tls-vendored = native-tls-basic

Enables native-tls-vendored of tungstenite ^0.17.2

rustls-tls-webpki-roots = rustls

Enables rustls-tls-webpki-roots of tungstenite ^0.17.2

rustls-tls-native-roots = rustls

Enables rustls-tls-native-roots of tungstenite ^0.17.2

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.

rcgen native-tls-basic? rustls?

Enables rcgen ^0.9.2

flate2 implicit feature