knowledge-search

git clone git://archive.git.mtrnord.blog/MTRNord/knowledge-search.git
Log | Files | Refs | README | LICENSE

Cargo.toml (788B)


      1 [package]
      2 name = "matrix-indexer"
      3 version = "0.0.0"
      4 edition = "2021"
      5 
      6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
      7 
      8 [dependencies]
      9 async-channel = "1.8.0"
     10 cfg-if = "1.0.0"
     11 color-eyre = "0.6.2"
     12 futures = "0.3.27"
     13 kdl = "4.6.0"
     14 lazy_static = "1.4.0"
     15 matrix-sdk = { version = "0.6.2", features = ["experimental-timeline", "eyre", "rustls-tls", "sled"], default-features = false }
     16 miette = { version = "5.6.0", features = ["fancy"] }
     17 serde = { version = "1.0.158", features = ["derive"] }
     18 serde_json = "1.0.94"
     19 thiserror = "1.0.40"
     20 tokio = { version = "1.26.0", features = ["full"] }
     21 tracing = "0.1.37"
     22 tracing-subscriber = "0.3.16"
     23 utils = { version = "0.0.0", path = "../utils" }
     24 uuid = { version = "1.3.0", features = [ "serde", "v4"] }