diff --git a/jid/Cargo.toml b/jid/Cargo.toml index a8601d0f59750b88bad0eb8292418eac88e7c472..c53e0ebade8e81d1b1cece1c858d28ec56056e40 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"]