matrix-ipfs-bot

git clone git://archive.git.mtrnord.blog/MTRNord/matrix-ipfs-bot.git
Log | Files | Refs | LICENSE

Cargo.toml (899B)


      1 [package]
      2 name = "matrix-ipfs-bot"
      3 version = "0.1.0"
      4 authors = ["Marcel <mtrnord1@gmail.com>"]
      5 edition = "2018"
      6 
      7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
      8 
      9 [dependencies]
     10 ipfs-api = "0.7.2"
     11 tokio = { version = "0.2", features = ["full"] }
     12 matrix-sdk = {version = "0.1.0", git = "https://github.com/MTRNord/matrix-rust-sdk", branch="expose-base_client"}
     13 matrix-sdk-common-macros = {version = "0.1.0", git = "https://github.com/MTRNord/matrix-rust-sdk", branch="expose-base_client"}
     14 matrix-sdk-common = {version = "0.1.0", git = "https://github.com/MTRNord/matrix-rust-sdk", branch="expose-base_client"}
     15 url = "2.1.1"
     16 dirs = "2.0.2"
     17 tracing-subscriber = "0.2.5"
     18 async-trait = "0.1.31"
     19 tracing = "0.1"
     20 ruma-api = "0.16.1"
     21 serde = "1.0.114"
     22 serde_json = "1.0.48"
     23 serde_yaml = "0.8"
     24 reqwest = { version = "0.10", features = ["json"] }
     25 bytes = "0.5"