Cargo Features

pliantdb-client has no features set by default.

[dependencies]
pliantdb-client = { version = "0.1.0-dev-2", features = ["websockets", "trusted-dns"] }
websockets = bincode, tokio-tungstenite

Enables websockets of pliantdb-core

trusted-dns

Enables trusted-dns of pliantdb-core

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.

tokio-tungstenite websockets?

Enables tokio-tungstenite ^0.14

bincode websockets?