ruwuma/ruma-api/Cargo.toml
2020-06-10 22:20:41 +02:00

30 lines
909 B
TOML

[package]
authors = [
"Jimmy Cuadra <jimmy@jimmycuadra.com>",
"Jonas Platte <jplatte@posteo.de>",
]
categories = ["api-bindings", "web-programming"]
description = "An abstraction for Matrix API endpoints."
documentation = "https://docs.rs/ruma-api"
homepage = "https://www.ruma.io/"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.16.1"
edition = "2018"
[dependencies]
http = "0.2.1"
percent-encoding = "2.1.0"
ruma-api-macros = { version = "=0.16.1", path = "../ruma-api-macros" }
ruma-identifiers = { version = "0.16.2", path = "../ruma-identifiers" }
ruma-serde = { version = "0.2.0", path = "../ruma-serde" }
serde = { version = "1.0.111", features = ["derive"] }
serde_json = "1.0.53"
strum = "0.18.0"
[dev-dependencies]
ruma-events = { version = "0.21.3", path = "../ruma-events" }