From 4e2769692f6ed8a64b1020b54eb30d139ca2ed8f Mon Sep 17 00:00:00 2001 From: "Aode (lion)" Date: Sun, 31 Oct 2021 12:43:41 -0500 Subject: [PATCH] Make object-storage a default feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f48f307..c2a1dbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] -default = [] +default = ["object-storage"] object-storage = ["reqwest", "rust-s3"] io-uring = ["actix-rt/io-uring", "actix-server/io-uring", "tokio-uring", "sled/io_uring"]