inline-xml 0.3.2

Embed XML data directly in your Rust code
Documentation
[package]
name = "inline-xml"
version = "0.3.2"
edition = "2021"
description = "Embed XML data directly in your Rust code"
repository = "https://git.stuerz.xyz/rustcloud/inline-xml"
license = "LGPL-3.0-or-later"
authors = ["Benjamin Stürz <benni@stuerz.xyz>"]
categories = ["data-structures", "parser-implementations"]
keywords = ["xml", "inline", "embed", "macro"]
readme = "README.md"

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

[dependencies]
inline-xml-macros = { version = "=0.2.0", path = "./macros" }

[workspace]
members = ["macros"]