2021-05-11 19:59:44 +00:00

26 lines
665 B
TOML

[package]
authors = [
"Jimmy Cuadra <jimmy@jimmycuadra.com>",
"Jonas Platte <jplatte@posteo.de>",
"Devin Ragotzy <devin.ragotzy@gmail.com>",
]
categories = ["api-bindings", "web-programming"]
description = "A procedural macro used by the ruma-events crate."
edition = "2018"
homepage = "https://www.ruma.io/"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-events-macros"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.22.0-alpha.3"
[dependencies]
proc-macro-crate = "1.0.0"
proc-macro2 = "1.0.24"
quote = "1.0.8"
syn = { version = "1.0.57", features = ["full"] }
[lib]
proc-macro = true