[package] authors = ["Jimmy Cuadra "] description = "Serializable types for the events in the Matrix specification." documentation = "https://ruma.github.io/ruma-events/ruma_events/" homepage = "https://github.com/ruma/ruma-events" keywords = ["matrix", "chat", "messaging", "ruma"] license = "MIT" name = "ruma-events" readme = "README.md" repository = "https://github.com/ruma/ruma-events" version = "0.1.0" [dependencies] ruma-identifiers = "0.2.0" serde = "0.8.0" serde_json = "0.8.0" serde_macros = "0.8.0"