xmpp-rs/Cargo.toml 🔗
@@ -19,3 +19,7 @@ xmpp-parsers = "0.16"
futures = "0.1"
tokio = "0.1"
log = "0.4"
+
+[features]
+default = ["avatars"]
+avatars = []
Maxime “pep” Buquet created
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
xmpp-rs/Cargo.toml | 4 ++++
1 file changed, 4 insertions(+)
@@ -19,3 +19,7 @@ xmpp-parsers = "0.16"
futures = "0.1"
tokio = "0.1"
log = "0.4"
+
+[features]
+default = ["avatars"]
+avatars = []