Cargo Features

[dependencies]
clickhouse = { version = "0.11.6", default-features = false, features = ["watch", "lz4", "uuid", "time", "tls", "test-util", "wa-37420"] }
default = lz4, tls

These default features are set whenever clickhouse is added without default-features = false somewhere in the dependency tree.

watch

Enables serde_json and sha-1

Affects clickhouse::watch, handlers::watch, handlers::watch_only_events

lz4 default

Enables clickhouse-rs-cityhash-sys and lz4

uuid

Enables uuid

Affects clickhouse::uuid, serde::uuid

time

Enables time

Affects serde::time

tls default

Enables hyper-tls ^0.5.0

test-util

Enables server of hyper ^0.14

Affects clickhouse::test

wa-37420

Temporary workaround for https://github.com/ClickHouse/ClickHouse/issues/37420