From c878f66d0593b01f4671eac2977af9b46ddfde47 Mon Sep 17 00:00:00 2001
From: Nikolay Kim <fafhrd91@gmail.com>
Date: Fri, 13 Dec 2019 12:40:22 +0600
Subject: [PATCH] fix docs.rs features list

---
 Cargo.toml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 35602074..6f13b376 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
 edition = "2018"
 
 [package.metadata.docs.rs]
-features = ["openssl", "compress", "secure-cookies", "client"]
+features = ["openssl", "rustls", "compress", "secure-cookies"]
 
 [badges]
 travis-ci = { repository = "actix/actix-web", branch = "master" }
@@ -106,14 +106,14 @@ lto = true
 opt-level = 3
 codegen-units = 1
 
-[patch.crates-io]
-actix-web = { path = "." }
-actix-http = { path = "actix-http" }
-actix-http-test = { path = "test-server" }
-actix-web-codegen = { path = "actix-web-codegen" }
-actix-cors = { path = "actix-cors" }
-actix-identity = { path = "actix-identity" }
-actix-session = { path = "actix-session" }
-actix-files = { path = "actix-files" }
-actix-multipart = { path = "actix-multipart" }
-awc = { path = "awc" }
+# [patch.crates-io]
+# actix-web = { path = "." }
+# actix-http = { path = "actix-http" }
+# actix-http-test = { path = "test-server" }
+# actix-web-codegen = { path = "actix-web-codegen" }
+# actix-cors = { path = "actix-cors" }
+# actix-identity = { path = "actix-identity" }
+# actix-session = { path = "actix-session" }
+# actix-files = { path = "actix-files" }
+# actix-multipart = { path = "actix-multipart" }
+# awc = { path = "awc" }