[package] authors = [ "Jimmy Cuadra ", "Jonas Platte ", ] 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.17.0-pre.1", path = "../ruma-identifiers" } ruma-serde = { version = "0.2.0", path = "../ruma-serde" } serde = { version = "1.0.113", features = ["derive"] } serde_json = "1.0.55" strum = "0.18.0" [dev-dependencies] ruma-events = { version = "0.21.3", path = "../ruma-events" } trybuild = "1.0.30"