Cargo Features
[dependencies]
matrix-sdk-indexeddb = { version = "0.8.0", default-features = false, features = ["state-store", "e2e-encryption", "testing"] }
- default = e2e-encryption, state-store
-
These default features are set whenever
matrix-sdk-indexeddb
is added without
somewhere in the dependency tree.default-features = false - state-store default = growable-bloom-filter
-
Enables matrix-sdk-base
Affects
matrix-sdk-indexeddb::open_state_store
,matrix-sdk-indexeddb::open_stores_with_name
… - e2e-encryption default
-
Enables matrix-sdk-crypto
Affects
matrix-sdk-indexeddb::open_stores_with_name
… - testing
-
Enables testing of optional matrix-sdk-crypto
matrix-sdk-crypto:
Testing helpers for implementations based upon this
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.