From bbaa832417a78dac9b69875d6f9e1c65087567e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sat, 9 Nov 2024 17:36:11 +0100 Subject: [PATCH] tokio-xmpp: Add 'component' feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- tokio-xmpp/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tokio-xmpp/Cargo.toml b/tokio-xmpp/Cargo.toml index 9d36acb6..cd3420fe 100644 --- a/tokio-xmpp/Cargo.toml +++ b/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)'] }