ruma-client-api 0.16.0

Types for the endpoints in the Matrix client-server API.
Documentation
[dependencies.assign]
version = "1.1.1"

[dependencies.bytes]
version = "1.0.1"

[dependencies.http]
version = "0.2.8"

[dependencies.js_int]
features = ["serde"]
version = "0.2.2"

[dependencies.js_option]
version = "0.1.1"

[dependencies.maplit]
version = "1.0.2"

[dependencies.ruma-common]
features = ["api", "events"]
version = "0.11.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.147"

[dependencies.serde_html_form]
version = "0.2.0"

[dependencies.serde_json]
version = "1.0.87"
[dev-dependencies.assert_matches]
version = "1.5.0"

[features]
client = []
compat = []
server = []
unstable-exhaustive-types = ["ruma-common/unstable-exhaustive-types"]
unstable-msc2246 = []
unstable-msc2448 = []
unstable-msc2654 = []
unstable-msc2666 = []
unstable-msc2677 = []
unstable-msc2965 = []
unstable-msc2967 = []
unstable-msc3030 = []
unstable-msc3488 = []
unstable-msc3575 = []

[package]
categories = ["api-bindings", "web-programming"]
description = "Types for the endpoints in the Matrix client-server API."
edition = "2021"
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"
rust-version = "1.64"
version = "0.16.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]