From cd87aff16924dc737e61ed76422aadee034b69bd Mon Sep 17 00:00:00 2001 From: Omid Rad Date: Fri, 1 Oct 2021 15:07:16 +0200 Subject: Remove all default actix features (#53) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 975ed3f..4a643d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,8 @@ readme = "README.md" version = "0.8.4" [dependencies] -actix-web = { version = "3.3", optional = true, package = "actix-web" } -actix-web2 = { package = "actix-web", version = "2.0", optional = true } +actix-web = { version = "3.3", optional = true, package = "actix-web", default-features = false } +actix-web2 = { package = "actix-web", version = "2.0", optional = true, default-features = false } futures = { version = "0.3", optional = true } percent-encoding = "2.1" serde = "1.0" -- cgit v1.2.3