matrix-wol/Cargo.toml

25 lines
751 B
TOML
Raw Normal View History

2020-10-14 20:32:44 +00:00
[package]
name = "matrix-wol"
version = "0.1.0"
authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"]
edition = "2018"
license = "AGPL-3.0-only"
2020-10-14 20:32:44 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-10-26 22:12:25 +00:00
matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk", rev = "8f99180c99ccd74803565fb36098389198091ded" }
2020-10-14 20:32:44 +00:00
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"