From a91157aa800b61224ee0369b00422d4ac2943427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 15 Jan 2023 21:44:04 +0100 Subject: [PATCH] jid: Add feature alias 'stringprep' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- jid/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jid/Cargo.toml b/jid/Cargo.toml index a8601d0f..c53e0eba 100644 --- a/jid/Cargo.toml +++ b/jid/Cargo.toml @@ -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"]