1
0
Fork 0
ruma/crates/ruma-push-gateway-api/Cargo.toml
2026-04-26 14:40:35 +02:00

28 lines
679 B
TOML

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