libmatrix-client/Cargo.toml

20 lines
441 B
TOML
Raw Normal View History

2019-08-19 03:29:52 +00:00
[package]
name = "libmatrix-client"
2019-08-22 00:37:38 +00:00
version = "0.0.1"
2019-08-19 03:29:52 +00:00
authors = ["Edward Shen <code@eddie.sh>"]
edition = "2018"
2019-08-22 00:41:07 +00:00
description = "Unofficial Rust implementation of the Matrix client API"
license = "GPL-3.0-or-later"
2019-08-19 03:29:52 +00:00
# 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"
2019-08-21 01:39:34 +00:00
[dev-dependencies]
mockito = "0.20"