matrix-wol/Cargo.toml

25 lines
716 B
TOML

[package]
name = "matrix-wol"
version = "0.1.0"
authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"]
edition = "2018"
license = "AGPL-3.0-only"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
matrix-sdk = { version = "0.1.0", default_features = false, features = ["messages"] }
fern = "0.6.0"
chrono = "0.4.19"
tracing = { version = "0.1.21", features = ["log"] }
tokio = { version = "0.2.22", features = ["rt-threaded", "macros", "time"] }
url = "2.1.1"
async-trait = "0.1.41"
log = "0.4.11"
toml = "0.5.7"
serde = { version = "1.0.116", features = ["derive"] }
anyhow = "1.0.33"
clap = "2.33.3"
regex = "1.4.1"
lazy_static = "1.4.0"