ruwuma/Cargo.toml
2019-07-18 23:22:53 +02:00

27 lines
655 B
TOML

[package]
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
categories = ["api-bindings", "web-programming"]
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.8.0"
edition = "2018"
[dependencies]
http = "0.1.17"
serde_json = "1.0.39"
serde_urlencoded = "0.5.5"
ruma-identifiers = "0.13.0"
[dev-dependencies]
url = "1.7.2"
[dev-dependencies.serde]
version = "1.0.92"
features = ["derive"]