You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Cargo.toml 554B

12345678910111213141516171819202122
  1. [package]
  2. name = "mtxspooler"
  3. version = "0.1.0"
  4. authors = []
  5. edition = "2018"
  6. [dependencies]
  7. clap = { git = "https://github.com/clap-rs/clap", features = ["derive"] }
  8. futures = { version = "0.3.4", features = ["compat"] }
  9. hyper = "0.13.2"
  10. hyper-tls = "0.4.1"
  11. inotify = "0.3.0"
  12. rand = "0.7.3"
  13. ruma-api = "0.13.0"
  14. ruma-client = "0.3.0"
  15. ruma-client-api = "0.6.0"
  16. ruma-events = "0.15.0"
  17. ruma-identifiers = "0.14.1"
  18. tokio = { version = "0.2.16", features = ["fs", "io-driver", "net", "rt-core", "sync"] }
  19. tokio-inotify = "0.4.1"
  20. toml = "0.5.6"
  21. url = "2.1.1"