Cargo Features

linera-views has no features set by default.

[dependencies]
linera-views = { version = "0.11.0", features = ["metrics", "web", "indexeddb", "dynamodb", "scylladb", "test", "rocksdb"] }
metrics

Enables hex, metrics of linera-base and linera-views-derive

web

Enables web of linera-base

indexeddb = indexed_db_futures, wasm-bindgen
dynamodb = aws-config, aws-sdk-dynamodb, aws-smithy-types
scylladb = scylla
test = rand

Enables macros of tokio

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.

aws-config dynamodb?
aws-sdk-dynamodb dynamodb?
aws-smithy-types dynamodb?
rand test?
rocksdb implicit feature

Enables rocksdb ^0.21.0

rocksdb:

Rust wrapper for Facebook's RocksDB embeddable database

scylla scylladb?

Enables scylla ^0.12.0

indexed_db_futures wasm32-unknown-unknown indexeddb?
wasm-bindgen wasm32-unknown-unknown indexeddb?