aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 887db88..798878b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,13 @@ edition = "2024"
[dependencies]
anyhow = "1.0.97"
-reqwest = "0.12.15"
+reqwest = { version = "0.12.15", features = [
+ "rustls-tls",
+ "gzip",
+ "brotli",
+ "zstd",
+ "http2",
+], default-features = false }
tokio = { version = "1.44.2", features = ["full"] }
log = "0.4.27"
env_logger = "0.11.8"