18 lines
482 B
TOML
18 lines
482 B
TOML
[package]
|
|
description = "Procedural macros for creating Matrix identifiers."
|
|
homepage = "https://www.ruma.io/"
|
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
|
license = "MIT"
|
|
name = "ruma-identifiers-macros"
|
|
repository = "https://github.com/ruma/ruma"
|
|
version = "0.20.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = "1.0.8"
|
|
ruma-identifiers-validation = { version = "0.5.0", path = "../ruma-identifiers-validation", default-features = false }
|
|
syn = "1.0.55"
|