diff --git a/Cargo.toml b/Cargo.toml index 09329a7..5d683ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] console = ["console-subscriber"] -default = ["object-storage", "console"] +default = ["object-storage"] object-storage = ["reqwest", "rust-s3"] io-uring = [ "actix-rt/io-uring",