gavel 0.1.0

A matrix moderation bot
Documentation
[package]
name = "gavel"
version = "0.1.0"
edition = "2021"
description = "A matrix moderation bot"
repository = "https://gitlab.com/xiretza/gavel"
license = "AGPL-3.0-or-later"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.0.18", features = ["derive"] }
color-eyre = "0.6.2"
matrix-sdk = { version = "0.6.2", features = ["eyre", "markdown", "e2e-encryption"] }
serde = { version = "1.0.147", features = ["derive"] }
shlex = "1.1.0"
thiserror = "1.0.37"
tokio = { version = "1.21.2", features = ["full"] }
toml = "0.5.9"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
xdg = "2.4.1"