From c5eb6d140a1e7973c5cc954791892b698e92ae58 Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Wed, 10 Sep 2025 10:33:46 -0300 Subject: [PATCH] feat: Add magic feature to default build --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 210f794..4d58cf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ pest_derive = "2.8.1" [features] # Default features include core compression engines and swagger UI -default = ["gzip", "lz4", "swagger"] +default = ["magic", "gzip", "lz4", "swagger"] # Compression features gzip = ["flate2"]