[package] categories = ["api-bindings", "web-programming"] description = "Types for the endpoints in the Matrix server-server API." homepage = "https://www.ruma.io/" keywords = ["matrix", "chat", "messaging", "ruma"] license = "MIT" name = "ruma-federation-api" readme = "README.md" repository = "https://github.com/ruma/ruma" version = "0.7.1" edition = "2021" rust-version = "1.64" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [features] compat = [] client = [] server = [] unstable-exhaustive-types = [] unstable-msc2448 = [] unstable-msc3618 = [] unstable-msc3723 = [] unstable-unspecified = [] [dependencies] js_int = { workspace = true, features = ["serde"] } ruma-common = { workspace = true, features = ["api", "events"] } serde = { workspace = true } serde_json = { workspace = true } [dev-dependencies] assert_matches = { workspace = true } http = { workspace = true }