mxlink 1.11.0

A library for connecting (linking) to the Matrix Client Server API (for building bots, etc.)
Documentation
[dependencies.base64]
version = "0.22.*"

[dependencies.chacha20poly1305]
version = "0.10.*"

[dependencies.hex]
version = "0.4.*"

[dependencies.matrix-sdk]
features = ["native-tls", "sqlite", "markdown"]
version = "0.16.0"

[dependencies.mime]
version = "0.3.*"

[dependencies.quick_cache]
version = "0.6.*"

[dependencies.rand]
version = "0.9.*"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.*"

[dependencies.serde_json]
version = "1.0.*"

[dependencies.thiserror]
version = "2.0.*"

[dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros"]
version = "1"

[dependencies.tracing]
version = "0.1.*"

[[example]]
name = "quick_start"
path = "examples/quick_start.rs"

[lib]
name = "mxlink"
path = "src/lib.rs"

[package]
authors = ["Slavi Pantaleev <slavi@devture.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for connecting (linking) to the Matrix Client Server API (for building bots, etc.)"
edition = "2024"
exclude = [".editorconfig", "justfile"]
keywords = ["matrix", "messaging", "sdk", "ruma"]
license = "LGPL-3.0"
name = "mxlink"
readme = "README.md"
repository = "https://github.com/etkecc/rust-mxlink"
version = "1.11.0"

[profile.release]
lto = true
opt-level = "z"
strip = true