Cargo Features
[dependencies]
v-clickhouse-rs = { version = "1.0.1-alpha.1", default-features = false, features = ["async_std", "tls", "tokio_io"] }
- default = tokio_io
-
The
tokio_iofeature is set by default wheneverv-clickhouse-rsis added withoutsomewhere in the dependency tree.default-features = false - async_std = async-std
- tls = native-tls, tokio-native-tls
-
Affects
options::Certificate… - 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.