ruwuma/ruma-common/Cargo.toml

20 lines
648 B
TOML

[package]
name = "ruma-common"
version = "0.1.3"
authors = ["Jonas Platte <jplatte@posteo.de>"]
description = "Common types for other ruma crates."
homepage = "https://www.ruma.io/"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
edition = "2018"
[dependencies]
js_int = { version = "0.1.7", features = ["serde"] }
matches = "0.1.8"
ruma-serde = { version = "0.2.2", path = "../ruma-serde" }
serde = { version = "1.0.113", features = ["derive"] }
serde_json = { version = "1.0.55", features = ["raw_value"] }
strum = { version = "0.18.0", features = ["derive"] }