ruma-appservice-api 0.3.0

Types for the endpoints in the Matrix application service API.
Documentation
[dependencies.ruma-api]
version = "0.17.0"

[dependencies.ruma-client-api]
features = ["client"]
optional = true
version = "0.11.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"

[dependencies.tracing]
optional = true
version = "0.1.25"
[dev-dependencies.matches]
version = "0.1.8"

[dev-dependencies.serde_yaml]
version = "0.8.17"

[features]
client = []
helper = ["ruma-client-api", "tracing"]
server = []
unstable-exhaustive-types = []

[package]
authors = ["Wim de With <wf@dewith.io>"]
categories = ["api-bindings", "web-programming"]
description = "Types for the endpoints in the Matrix application service API."
edition = "2018"
homepage = "https://www.ruma.io/"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-appservice-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true