inline-xml-macros 0.2.0

Macros for the inline-xml crate
Documentation
[package]
name = "inline-xml-macros"
version = "0.2.0"
edition = "2021"
authors = ["Benjamin Stürz <benni@stuerz.xyz>"]
description = "Macros for the inline-xml crate"
license = "LGPL-3.0-or-later"
repository = "https://git.stuerz.xyz/rustcloud/inline-xml"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
proc-macro2 = "1.0.51"
quote = "1.0.23"
syn = { version = "1.0.109", features = ["full"] }

[lib]
proc-macro = true