Files
rustical/crates/xml/derive/Cargo.toml
2025-11-05 16:16:01 +01:00

18 lines
323 B
TOML

[package]
name = "xml_derive"
version.workspace = true
rust-version.workspace = true
edition.workspace = true
license.workspace = true
[lib]
proc-macro = true
[dependencies]
syn.workspace = true
quote.workspace = true
proc-macro2.workspace = true
heck.workspace = true
darling.workspace = true
itertools.workspace = true