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 wheneverindradb-proto
is added without
somewhere in the dependency tree.default-features = false - 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.