Cargo Features

[dependencies]
clickhouse-driver = { version = "0.1.0-alpha.3", default-features = false, features = ["tls", "cityhash_rs", "cityhash", "recycle", "int128", "extra"] }
default = cityhash_rs

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

tls = tokio-native-tls
cityhash_rs default = clickhouse-driver-cthrs
cityhash = clickhouse-driver-cth
recycle
int128

Affects value::ValueDecimal128, decimal::Decimal128

extra

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.

clickhouse-driver-cth cityhash?
clickhouse-driver-cthrs cityhash_rs
tokio-native-tls tls?

Enables tokio-native-tls ^0.1.0