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 wheneverbonsaidb-client
is added without
somewhere in the dependency tree.default-features = false - 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
- tracing
- password-hashing full
-
Enables password-hashing of bonsaidb-core
- token-authentication full
-
Enables token-authentication of bonsaidb-core
- included-from-omnibus test-util