Cargo Features

[dependencies]
matrix-sdk-sqlite = { version = "0.7.0", default-features = false, features = ["bundled", "crypto-store", "state-store", "testing"] }
default = state-store

The state-store feature is set by default whenever matrix-sdk-sqlite is added without default-features = false somewhere in the dependency tree.

bundled

Enables bundled of rusqlite ^0.30.0

crypto-store

Enables matrix-sdk-crypto, e2e-encryption of matrix-sdk-base

state-store default

Affects matrix-sdk-sqlite::make_store_config

testing

Enables testing of optional matrix-sdk-crypto

matrix-sdk-crypto:

Testing helpers for implementations based upon this