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 wheneverrbdc-tdengine
is added without
somewhere in the dependency tree.default-features = false - 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.