tokio-xmpp: Add 'component' feature

Maxime “pep” Buquet created

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>

Change summary

tokio-xmpp/Cargo.toml | 1 +
1 file changed, 1 insertion(+)

Detailed changes

tokio-xmpp/Cargo.toml 🔗

@@ -59,6 +59,7 @@ syntax-highlighting = ["syntect"]
 serde = [ "xmpp-parsers/serde" ]
 # Required by starttls, and used by insecure-tcp by default
 dns = [ "hickory-resolver", "idna" ]
+component = ["xmpp-parsers/component", "insecure-tcp"]
 
 [lints.rust]
 unexpected_cfgs = { level = "warn", check-cfg = ['cfg(xmpprs_doc_build)'] }