[package] name = "mtxspooler" version = "0.1.0" authors = [] edition = "2018" [dependencies] argh = "*" futures = { version = "0.3.15", features = ["compat"] } hex = "*" hyper = "0.13.2" hyper-tls = "0.4.1" inotify = "0.3.0" rand = "0.7.3" matrix-sdk = { version = "0.3", features = ["markdown"] } serde = { version = "1", features = ["derive"] } sha2 = "0.9" tokio = { version = "1.8", features = ["full"] } tokio-inotify = "0.4.1" toml = "0.5.6" url = "2.1.1"