32 lines
759 B
TOML
32 lines
759 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.14.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
ruma-identifiers = "0.14.0"
|
|
ruma-events-macros = { path = "ruma-events-macros" }
|
|
serde_json = "1.0.41"
|
|
|
|
[dependencies.js_int]
|
|
version = "0.1.2"
|
|
features = ["serde"]
|
|
|
|
[dependencies.serde]
|
|
version = "1.0.101"
|
|
features = ["derive"]
|
|
|
|
[workspace]
|
|
members = [
|
|
"ruma-events-macros",
|
|
]
|