xmpp/Cargo.toml 🔗
@@ -28,4 +28,3 @@ env_logger = "0.10"
[features]
default = ["avatars"]
avatars = []
-tls-rust = ["tokio-xmpp/tls-rust"]
Maxime “pep” Buquet created
They can be added directly via tokio-xmpp
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
xmpp/Cargo.toml | 1 -
1 file changed, 1 deletion(-)
@@ -28,4 +28,3 @@ env_logger = "0.10"
[features]
default = ["avatars"]
avatars = []
-tls-rust = ["tokio-xmpp/tls-rust"]