Cargo Features

pliantdb-server has no features set by default.

[dependencies]
pliantdb-server = { version = "0.1.0-dev-2", features = ["cli", "certificate-generation", "websockets", "trusted-dns", "test-util"] }
cli = certificate-generation, structopt

Affects pliantdb-server::cli

certificate-generation cli?

Enables certificate-generation of pliantdb-core

websockets = bincode, tokio-tungstenite

Enables websockets of pliantdb-core

trusted-dns

Enables trusted-dns of pliantdb-core

test-util

Enables test-util 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.

structopt cli?
tokio-tungstenite websockets?

Enables tokio-tungstenite ^0.14

bincode websockets?