Cargo Features
[dependencies]
matrix-sdk-sqlite = { version = "0.7.1", default-features = false, features = ["bundled", "crypto-store", "state-store", "testing"] }
- default = state-store
-
The
state-store
feature is set by default whenevermatrix-sdk-sqlite
is added without
somewhere in the dependency tree.default-features = false - 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