Cargo Features

[dependencies]
rbdc-tdengine = { version = "4.5.11", default-features = false, features = ["ws", "ws-tls-rustls", "ws-tls-native-tls"] }
default = ws

The ws feature is set by default whenever rbdc-tdengine is added without default-features = false somewhere in the dependency tree.

ws default

Enables rustls of rbdc, ws of taos ^0.11.2

ws-tls-rustls

Enables tls-rustls of rbdc, ws-rustls of taos ^0.11.2

ws-tls-native-tls

Enables tls-native-tls of rbdc, ws-native-tls of taos ^0.11.2

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.

rbdc ws ws-tls-native-tls? ws-tls-rustls?
taos ws ws-tls-native-tls? ws-tls-rustls?

Enables taos ^0.11.2