|
[package]
|
|
name = "instant-xml-macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
workspace = ".."
|
|
license = "Apache-2.0 OR MIT"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
heck = "0.4"
|
|
proc-macro2 = "1.0.39"
|
|
quote = "1.0.18"
|
|
syn = { version = "1.0.86", features = ["full"] }
|