1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-06-12 03:04:03 +02:00

jid: Add feature alias 'stringprep'

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-01-15 21:44:04 +01:00
parent 6bfe707789
commit a91157aa80
No known key found for this signature in database
GPG Key ID: DEDA74AEECA9D0F2

View File

@ -22,3 +22,6 @@ gitlab = { repository = "xmpp-rs/xmpp-rs" }
icu = { version = "0.1", optional = true }
minidom = { version = "0.15", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
[features]
stringprep = ["icu"]