Cargo Features

[dependencies]
matrix-sdk-indexeddb = { version = "0.7.0", default-features = false, features = ["e2e-encryption", "testing"] }
default = e2e-encryption

The e2e-encryption feature is set by default whenever matrix-sdk-indexeddb is added without default-features = false somewhere in the dependency tree.

e2e-encryption default

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

testing

Enables testing of optional matrix-sdk-crypto

matrix-sdk-crypto:

Testing helpers for implementations based upon this

matrix-sdk-indexeddb has 3 features without comments.