[dependencies.base64]
version = "0.22.*"
[dependencies.chacha20poly1305]
version = "0.10.*"
[dependencies.hex]
version = "0.4.*"
[dependencies.js_int]
version = "0.2.*"
[dependencies.matrix-sdk]
features = ["native-tls", "sqlite", "markdown"]
version = "0.7.1"
[dependencies.mime]
version = "0.3.*"
[dependencies.quick_cache]
version = "0.6.*"
[dependencies.rand]
version = "0.8.*"
[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.*"
[dependencies.serde_json]
version = "1.0.*"
[dependencies.thiserror]
version = "1.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
autotests = false
build = false
description = "A library for connecting (linking) to the Matrix Client Server API (for building bots, etc.)"
edition = "2021"
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.1.0"
[profile.release]
lto = true
opt-level = "z"
strip = true