2020-04-22 21:27:41 +02:00

28 lines
807 B
TOML

[package]
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
categories = ["api-bindings", "web-programming"]
description = "A procedural macro used by the ruma-events crate."
documentation = "https://docs.rs/ruma-events-macros"
edition = "2018"
homepage = "https://github.com/ruma/ruma-events-macros"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-events-macros"
readme = "README.md"
repository = "https://github.com/ruma/ruma-api-macros"
version = "0.21.0-beta.1"
[dependencies]
syn = { version = "1.0.17", features = ["full"] }
quote = "1.0.3"
proc-macro2 = "1.0.10"
[lib]
proc-macro = true
[dev-dependencies]
ruma-identifiers = "0.16.0"
serde_json = "1.0.51"
js_int = { version = "0.1.4", features = ["serde"] }
serde = { version = "1.0.106", features = ["derive"] }