[package] name = "ruma-push-gateway-api" version = "0.6.0" description = "Types for the endpoints in the Matrix push gateway API." homepage = "https://www.ruma.io/" keywords = ["matrix", "chat", "messaging", "ruma"] license = "MIT" readme = "README.md" repository = "https://github.com/ruma/ruma" edition = "2021" rust-version = "1.64" [package.metadata.docs.rs] all-features = true [features] unstable-exhaustive-types = [] unstable-unspecified = [] client = [] server = [] [dependencies] js_int = { workspace = true, features = ["serde"] } ruma-common = { workspace = true, features = ["api", "events"] } serde = { workspace = true } serde_json = { workspace = true }