ruwuma/Cargo.toml
2019-04-11 18:03:11 -07:00

28 lines
643 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.6.0"
edition = "2018"
[dependencies]
futures = "0.1.26"
http = "0.1.17"
hyper = "0.12.27"
serde_json = "1.0.39"
serde_urlencoded = "0.5.4"
ruma-identifiers = "0.12.0"
[dev-dependencies]
url = "1.7.2"
[dev-dependencies.serde]
version = "1.0.90"
features = ["derive"]