20 lines
473 B
TOML
20 lines
473 B
TOML
[package]
|
|
categories = ["api-bindings", "web-programming"]
|
|
description = "Procedural macros for ruma-serde."
|
|
homepage = "https://www.ruma.io/"
|
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
|
license = "MIT"
|
|
name = "ruma-serde-macros"
|
|
repository = "https://github.com/ruma/ruma"
|
|
version = "0.5.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro-crate = "1.0.0"
|
|
proc-macro2 = "1.0.24"
|
|
quote = "1.0.8"
|
|
syn = { version = "1.0.55", features = ["full"] }
|