ruwuma/Cargo.toml
2017-06-01 18:08:22 +02:00

19 lines
533 B
TOML

[package]
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
description = "Serializable types for the events in the Matrix specification."
documentation = "https://docs.rs/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.8.0"
[dependencies]
ruma-identifiers = "0.11"
ruma-signatures = "0.4"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"