[package] name = "matrix-wol" version = "0.1.0" authors = ["Jan Christian Grünhage "] 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"] } wole = "0.1.3" 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" matrix-wol = { path = "." }