diff --git a/Cargo.toml b/Cargo.toml index 00c37cb..0d2e39d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,6 +28,3 @@ warp = "0.3" futures-util = "0.3" irc = { version = "0.15", default-features = false } tera = { version = "1.15", default-features = false } - -[features] -tls = ["irc/tls-rust"]