parsers: port more generate_element! usages to derive macros

This commit is contained in:
Jonas Schäfer 2024-06-26 13:13:02 +02:00
commit cea246a0fc
13 changed files with 200 additions and 151 deletions

View file

@ -24,7 +24,7 @@ chrono = { version = "0.4.5", default-features = false, features = ["std"] }
# same repository dependencies
jid = { version = "0.10", features = ["minidom"], path = "../jid" }
minidom = { version = "0.15", path = "../minidom" }
xso = { version = "0.0.2", features = ["macros", "minidom", "panicking-into-impl"] }
xso = { version = "0.0.2", features = ["macros", "minidom", "panicking-into-impl", "jid"] }
[features]
# Build xmpp-parsers to make components instead of clients.