Cargo Features

[dependencies]
v-clickhouse-rs = { version = "0.2.0-alpha.7", default-features = false, features = ["tls", "async_std", "tokio_io"] }
default = tokio_io

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

tls = native-tls, tokio-tls

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?
tokio tokio_io

Enables tokio ^0.2.22

tokio-tls tls?