Cargo Features

lol-core has no features set by default.

[dependencies]
lol-core = { version = "0.9.5", features = ["simple", "gateway", "rocksdb-backend"] }
simple

Affects lol-core::simple

gateway = http, tower

Affects lol-core::gateway

rocksdb-backend = rocksdb

Affects storage::rocksdb

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.

tower gateway?
http gateway?

Enables http ^0.2

rocksdb rocksdb-backend?

Enables rocksdb ^0.19