[dependencies.assign]
version = "1.1.1"
[dependencies.bytes]
version = "1.0.1"
[dependencies.http]
version = "0.2.2"
[dependencies.js_int]
features = ["serde"]
version = "0.2.0"
[dependencies.maplit]
version = "1.0.2"
[dependencies.percent-encoding]
version = "2.1.0"
[dependencies.ruma-api]
version = "0.17.0"
[dependencies.ruma-common]
version = "0.5.4"
[dependencies.ruma-events]
version = "0.23.0"
[dependencies.ruma-identifiers]
version = "0.19.3"
[dependencies.ruma-serde]
version = "0.4.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.118"
[dependencies.serde_json]
version = "1.0.61"
[dev-dependencies.maplit]
version = "1.0.2"
[dev-dependencies.matches]
version = "0.1.8"
[features]
client = []
compat = []
server = []
unstable-exhaustive-types = []
unstable-pre-spec = ["ruma-events/unstable-pre-spec"]
[package]
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>", "Jonas Platte <jplatte@posteo.de>", "Isaiah Inuwa <isaiah.inuwa@gmail.com>"]
categories = ["api-bindings", "web-programming"]
description = "Types for the endpoints in the Matrix client-server API."
edition = "2018"
homepage = "https://www.ruma.io/"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-client-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.11.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]