ruwuma/Cargo.toml
2017-08-01 18:05:44 -07:00

23 lines
597 B
TOML

[package]
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
description = "An abstraction for Matrix API endpoints."
documentation = "https://docs.rs/ruma-api"
homepage = "https://github.com/ruma/ruma-api"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma-api"
version = "0.4.0"
[dependencies]
futures = "0.1.14"
http = { git = "https://github.com/carllerche/http" }
serde_json = "1.0.2"
serde_urlencoded = "0.5.1"
[dev-dependencies]
ruma-identifiers = "0.11"
serde = "1.0"
serde_derive = "1.0"