parsers, tokio-xmpp: remove unnecessary jid feature alias

It can be done directly using `jid = { version = "*", features =
["stringprep"] }` even though jid is imported from another lib.

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-01-15 21:44:27 +01:00
commit 826914da54
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 0 additions and 2 deletions

View file

@ -38,4 +38,3 @@ rustc_version = "0.4"
default = ["tls-native"]
tls-rust = ["tokio-rustls", "webpki-roots"]
tls-native = ["tokio-native-tls", "native-tls"]
serde = ["xmpp-parsers/serde"]