# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "maruc" version = "0.1.0" authors = ["texel "] description = "Chat client using the matrix protocol" readme = "README.md" keywords = [ "matrix", "chat", "messaging", ] categories = [] license = "Unlicense" repository = "https://github.com/texel-sensei/maruc" resolver = "2" [dependencies.anyhow] version = "1.0.57" [dependencies.druid] version = "0.7.0" features = ["im"] [dependencies.matrix-sdk] version = "0.4.1" features = [] [dependencies.tokio] version = "1" features = ["full"]