Cargo Features

[dependencies]
clickhouse-rs-async = { version = "1.1.0-alpha-async.1", default-features = false, features = ["tls", "tls-native-tls", "tls-rustls", "async_std", "tokio_io"] }
default = tokio_io

The tokio_io feature is set by default whenever clickhouse-rs-async is added without default-features = false somewhere in the dependency tree.

tls = tls-native-tls

backward compatibility

tls-native-tls tls? = native-tls, tokio-native-tls

Affects options::Certificate

tls-rustls = rustls, rustls-pemfile, tokio-rustls, webpki-roots

Affects options::Certificate

async_std = async-std
tokio_io default = tokio

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.

async-std async_std?
native-tls tls-native-tls?
rustls tls-rustls?

Enables rustls ^0.22.1

rustls-pemfile tls-rustls?
tokio tokio_io
tokio-native-tls tls-native-tls?
tokio-rustls tls-rustls?

Enables tokio-rustls ^0.25.0

webpki-roots tls-rustls?