matrix-notify 0.2.1

A command line tool for sending messages to a matrix chatroom.
[dependencies.async-std]
features = ["attributes", "tokio1"]
version = "1.12.0"

[dependencies.clap]
features = ["derive"]
version = "4.3.17"

[dependencies.fake]
version = "2.6.1"

[dependencies.mockito]
version = "1.1.0"

[dependencies.reqwest]
features = ["json", "native-tls"]
version = "0.11.18"

[dependencies.serde]
features = ["derive"]
version = "1.0.171"

[dependencies.serde_json]
version = "1.0.103"

[dependencies.thiserror]
version = "1.0.43"

[dependencies.tokio]
version = "1.29.1"

[dependencies.toml]
version = "0.7.6"

[package]
description = "A command line tool for sending messages to a matrix chatroom."
edition = "2021"
license-file = "LICENSE"
name = "matrix-notify"
readme = "README.md"
version = "0.2.1"