Add serde feature for xmpp crate

This commit is contained in:
xmppftw xmppftw 2024-06-05 11:13:29 +02:00
commit 034976748a
6 changed files with 9 additions and 0 deletions

View file

@ -48,3 +48,5 @@ starttls-native = ["starttls", "tls-native"]
starttls-rust = ["starttls", "tls-rust"]
insecure-tcp = []
syntax-highlighting = ["syntect"]
# Enable serde support in jid crate
serde = [ "xmpp-parsers/serde" ]