[package] name = "mtxspooler" version = "0.1.0" authors = [] edition = "2018" [dependencies] clap = { git = "https://github.com/clap-rs/clap", features = ["derive"] } futures = { version = "0.3.4", features = ["compat"] } hyper = "0.13.2" hyper-tls = "0.4.1" inotify = "0.3.0" rand = "0.7.3" ruma-api = "0.13.0" ruma-client = "0.3.0" ruma-client-api = "0.6.0" ruma-events = "0.15.0" ruma-identifiers = "0.14.1" tokio = { version = "0.2.16", features = ["fs", "io-driver", "net", "rt-core", "sync"] } tokio-inotify = "0.4.1" toml = "0.5.6" url = "2.1.1"