Cargo Features

indradb-lib has no features set by default.

[dependencies]
indradb-lib = { version = "4.0.0", features = ["rocksdb-datastore", "bench-suite", "test-suite"] }
rocksdb-datastore = bincode, rocksdb
bench-suite = rand

Affects indradb-lib::benches

test-suite

Affects indradb-lib::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.

rocksdb rocksdb-datastore?

Enables rocksdb ^0.19.0

Rocksdb dependencies

bincode rocksdb-datastore?
rand bench-suite?

Enables rand

Benchmark dependencies