matrix-rust-sdk/crates/matrix-sdk-base
dependabot[bot] fc8cd2e7e5 chore(deps): bump tokio from 1.24.1 to 1.24.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.1 to 1.24.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 08:27:50 +01:00
..
.cargo chore: Rename the crate folders to use dashes instead of underscores 2021-09-14 16:38:33 +02:00
src fix: Don't log raw events that fail deserialization 2023-02-03 14:35:10 +01:00
Cargo.toml chore(deps): bump tokio from 1.24.1 to 1.24.2 2023-02-04 08:27:50 +01:00
Changelog.md chore: tag base 0.5.1 2022-05-11 19:01:12 +02:00
README.md docs(sdk-base) Fix a typo in the `README.md`. 2022-05-05 13:42:34 +02:00

README.md

This crate implements the base to build a Matrix client library.

Crate Feature Flags

The following crate feature flags are available:

  • encryption: Enables end-to-end encryption support in the library.
  • qrcode: Enables QRcode generation and reading code.
  • testing: Provides facilities and functions for tests, in particular for integration testing store implementations. ATTENTION: do not ever use outside of tests, we do not provide any stability warantees on these, these are merely helpers. If you find you need any function provided here outside of tests, please open a Github Issue and inform us about your use case for us to consider.