instant-xml/instant-xml-macros/Cargo.toml

16 lines
264 B
TOML
Raw Permalink Normal View History

2022-04-29 16:01:35 +00:00
[package]
name = "instant-xml-macros"
version = "0.1.0"
edition = "2021"
workspace = ".."
2022-06-09 08:45:39 +00:00
license = "Apache-2.0 OR MIT"
2022-04-29 16:01:35 +00:00
[lib]
proc-macro = true
[dependencies]
heck = "0.4"
proc-macro2 = "1.0.39"
2022-04-29 16:01:35 +00:00
quote = "1.0.18"
syn = { version = "1.0.86", features = ["full"] }