Cargo Features

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

These default features are set whenever matrix-sdk-sqlite is added without default-features = false somewhere in the dependency tree.

bundled

Enables bundled of rusqlite ^0.31.0

crypto-store

Enables matrix-sdk-crypto

event-cache state-store default

Enables matrix-sdk-base

testing

Enables testing of optional matrix-sdk-crypto

matrix-sdk-crypto:

Testing helpers for implementations based upon this

matrix-sdk-sqlite has 5 features without comments.