Cargo Features

matrixbot-ezlogin has no features set by default.

[dependencies]
matrixbot-ezlogin = { version = "0.1.3", features = ["bundled-sqlite"] }
bundled-sqlite

Enables bundled-sqlite of matrix-sdk

The same reason as rusqlite.

and bundled of rusqlite

We have to use the exact same SQLite version as matrix-sdk. Let them decide the version.