34 lines
822 B
TOML
34 lines
822 B
TOML
[package]
|
|
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
|
|
description = "Types for the endpoints in the Matrix client-server API."
|
|
documentation = "https://docs.rs/ruma-client-api"
|
|
homepage = "https://github.com/ruma/ruma-client-api"
|
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
|
license = "MIT"
|
|
name = "ruma-client-api"
|
|
readme = "README.md"
|
|
repository = "https://github.com/ruma/ruma-client-api"
|
|
version = "0.3.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
futures = "0.1.26"
|
|
http = "0.1.17"
|
|
hyper = "0.12.27"
|
|
ruma-api = "0.7.0"
|
|
ruma-api-macros = "0.4.0"
|
|
ruma-events = "0.12.0"
|
|
ruma-identifiers = "0.12.0"
|
|
ruma-signatures = "0.4.2"
|
|
serde_json = "1.0.39"
|
|
serde_urlencoded = "0.5.4"
|
|
url_serde = "0.2.0"
|
|
|
|
[dependencies.serde]
|
|
version = "1.0.90"
|
|
features = ["derive"]
|
|
|
|
[dependencies.url]
|
|
version = "1.7.2"
|
|
features = ["serde"]
|