[package] name = "libmatrix-client" version = "0.0.1" authors = ["Edward Shen "] edition = "2018" description = "Unofficial Rust implementation of the Matrix client API" license = "GPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] url = "2.1" reqwest = "0.9" serde_json = "1.0" serde = "1.0" olm-rs = "0.2" [dev-dependencies] mockito = "0.20"