Cargo Features

[dependencies]
bonsaidb-client = { version = "0.5.0", default-features = false, features = ["full", "websockets", "trusted-dns", "tracing", "password-hashing", "token-authentication", "test-util"] }
default = full

The full feature is set by default whenever bonsaidb-client is added without default-features = false somewhere in the dependency tree.

full default = password-hashing, token-authentication, trusted-dns, websockets
websockets full

Enables bincode, tokio-tungstenite ^0.20.0, websockets of bonsaidb-core

Affects client::WebSocketError, client::WebSocketError

trusted-dns full

Enables trust-dns of fabruic

tracing

Enables tracing of pot

password-hashing full

Enables password-hashing of bonsaidb-core

token-authentication full

Enables token-authentication of bonsaidb-core

included-from-omnibus test-util