[package]
edition = "2021"
name = "headjack"
version = "0.6.0"
authors = ["Patrick Jackson <patrick@jackson.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Matrix Bot Framework. Jack into Matrix."
homepage = "https://github.com/arcuru/headjack"
readme = "README.md"
license = "MIT"
repository = "https://github.com/arcuru/headjack"
[lib]
name = "headjack"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.dirs]
version = "6"
[dependencies.matrix-sdk]
version = "0.16"
features = [
"markdown",
"rustls-tls",
]
default-features = false
[dependencies.regex]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
version = "1"
features = [
"macros",
"rt-multi-thread",
]
[dependencies.tracing]
version = "0.1"