Cargo Features

linera-storage has no features set by default.

[dependencies]
linera-storage = { version = "0.13.0", features = ["wasmer", "wasmtime", "metrics", "web", "test"] }
wasmer

Enables wasmer of linera-execution

wasmtime

Enables wasmtime of linera-execution

metrics

Enables metrics of linera-base, linera-chain, linera-execution, and linera-views

web

Enables web of linera-base, linera-chain, linera-execution, and linera-views

test

Enables test of linera-execution and linera-views

linera-storage has 5 features without comments.