From 663b73f676a77c57dec6eeb56acf506b5359e6a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Thu, 18 May 2023 16:25:22 +0200 Subject: [PATCH] xmpp: Remove more useless features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They can be added directly via tokio-xmpp Signed-off-by: Maxime “pep” Buquet --- xmpp/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/xmpp/Cargo.toml b/xmpp/Cargo.toml index c86e8668..b02d841c 100644 --- a/xmpp/Cargo.toml +++ b/xmpp/Cargo.toml @@ -28,4 +28,3 @@ env_logger = "0.10" [features] default = ["avatars"] avatars = [] -tls-rust = ["tokio-xmpp/tls-rust"]