Cargo Features

[dependencies]
ave-actors = { version = "0.11.0", default-features = false, features = ["rocksdb", "export-rocksdb", "sqlite", "export-sqlite"] }
default = sqlite

The sqlite feature is set by default whenever ave-actors is added without default-features = false somewhere in the dependency tree.

rocksdb

Enables rocksdb of ave-actors-rocksdb

export-rocksdb

Enables export-rocksdb of ave-actors-rocksdb

sqlite default

Enables sqlite of ave-actors-sqlite

export-sqlite

Enables export-sqlite of ave-actors-sqlite

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.

ave-actors-rocksdb export-rocksdb? rocksdb?
ave-actors-sqlite export-sqlite? sqlite