ruwuma/Cargo.toml
2019-02-06 20:12:30 +01:00

22 lines
586 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.11.0"
edition = "2018"
[dependencies]
ruma-identifiers = "0.11.0"
ruma-signatures = "0.4.1"
serde_json = "1.0.38"
[dependencies.serde]
version = "1.0.87"
features = ["derive"]