[package] name = "uatu" version = "0.1.14" edition = "2021" authors = ["Kunal Mehta "] description = "A Matrix bot that watches channels" repository = "https://gitlab.com/legoktm/uatu" license = "GPL-3.0-or-later" keywords = ["matrix", "bot", "watcher"] # Workaround https://github.com/matrix-org/matrix-rust-sdk/issues/46#issuecomment-808121067 resolver = "2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" dirs = "4.0" matrix-sdk = {version = "0.4.1", default-features = false, features = ["rustls-tls", "sled_state_store"]} serde = {version = "1.0", features = ["derive"]} tokio = {version = "1.0", features = ["full"]} toml = "0.5" tracing = "0.1" tracing-subscriber = {version = "0.3", features = ["env-filter"]} [badges.maintenance] status = "looking-for-maintainer"