ruwuma/Cargo.toml
2020-03-12 21:12:33 +01:00

35 lines
816 B
TOML

[package]
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
categories = ["api-bindings"]
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.17.0"
edition = "2018"
[dependencies]
ruma-identifiers = "0.14.1"
ruma-events-macros = { path = "ruma-events-macros", version = "=0.2.0" }
serde_json = "1.0.48"
[dependencies.js_int]
version = "0.1.2"
features = ["serde"]
[dependencies.serde]
version = "1.0.104"
features = ["derive"]
[dev-dependencies]
maplit = "1.0.2"
[workspace]
members = [
"ruma-events-macros",
]