Cargo Features

linera-storage has no features set by default.

[dependencies]
linera-storage = { version = "0.11.0", features = ["wasmer", "wasmtime", "dynamodb", "rocksdb", "scylladb", "metrics", "web", "test"] }
wasmer

Enables wasmer of linera-execution

wasmtime

Enables wasmtime of linera-execution

dynamodb

Enables dynamodb of linera-views

rocksdb

Enables rocksdb of linera-views

scylladb

Enables scylladb of linera-views

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 rt, test-util and time of tokio, test of linera-execution and linera-views

linera-storage has 8 features without comments.