Cargo Features

[dependencies]
indradb-proto = { version = "4.0.0", default-features = false, features = ["server", "client", "test-suite"] }
default = client

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

server test-suite? = glob, indradb-plugin-host, libloading, tokio, tokio-stream
client default test-suite? = tokio, tokio-stream
test-suite = client, server

Enables test-suite of indradb-lib

Affects indradb-proto::tests

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 client server?
tokio-stream client server?
libloading server?

Enables libloading ^0.7.4

glob server?
indradb-plugin-host server?