Cargo Features

[dependencies]
taos-ws = { version = "0.12.2", default-features = false, features = ["rustls", "native-tls", "native-tls-vendored", "sync", "tmq", "deflate"] }
default = tmq

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

rustls

Enables rustls-tls-native-roots of tokio-tungstenite ^0.20.1

native-tls native-tls-vendored?

Enables native-tls of tokio-tungstenite ^0.20.1, async_tls_native and native-tls of ws-tool

native-tls-vendored = native-tls

Enables native-tls-vendored of tokio-tungstenite ^0.20.1

sync
tmq default
deflate

taos-ws has 7 features without comments.