diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index a878dcdc..29feff73 100755 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -21,7 +21,7 @@ name = "actix_tls" path = "src/lib.rs" [features] -default = ["accept", "connect", "uri", "rustls", "openssl", "native-tls"] +default = [] # enable acceptor services accept = []