mrsbfh 0.4.1

A toolkit for writing commandbots more efficient in rust for matrix.
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.lazy_static]
version = "1"

[dependencies.matrix-sdk]
default_features = false
version = "0.4.1"

[dependencies.mrsbfh-macros]
optional = true
version = "0.4.0"

[dependencies.pulldown-cmark]
optional = true
version = "0.9.1"

[dependencies.regex]
version = "1.5"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.8"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.2.2"

[features]
default = ["macros", "native-tls"]
macros = ["mrsbfh-macros", "pulldown-cmark"]
native-tls = ["matrix-sdk/native-tls"]
rustls = ["matrix-sdk/rustls-tls"]

[package]
authors = ["MTRNord <mtrnord1@gmail.com>"]
categories = ["network-programming"]
description = "A toolkit for writing commandbots more efficient in rust for matrix."
edition = "2021"
keywords = ["matrix", "chat", "framework", "simple", "communication"]
license = "AGPL-3.0-or-later"
name = "mrsbfh"
readme = "../README.md"
repository = "https://github.com/MTRNord/mrsbfh"
version = "0.4.1"