aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-09-20 01:37:56 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2022-09-20 01:37:56 +0000
commit9d14015f78ca87b05697c79dd34462b9e1d64c9b (patch)
treeb81f72da4cb3b8970790f85c4eb2f2f2bc131720 /Cargo.toml
parentUpdate README with new --help output (diff)
downloadminiserve-9d14015f78ca87b05697c79dd34462b9e1d64c9b.tar.gz
miniserve-9d14015f78ca87b05697c79dd34462b9e1d64c9b.zip
Get rid of some unused dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1dc645f..ddfff1e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ strip = true
[dependencies]
actix-files = "0.6"
actix-multipart = "0.4"
-actix-web = "4"
+actix-web = { version = "4", features = ["macros", "compress-brotli", "compress-gzip", "compress-zstd"], default-features = false }
actix-web-httpauth = "0.8"
alphanumeric-sort = "1"
anyhow = "1"
@@ -31,7 +31,7 @@ chrono-humanize = "0.2"
clap = { version = "3.2", features = ["derive", "cargo", "wrap_help"] }
clap_complete = "3.2.3"
clap_mangen = "0.1"
-comrak = "0.14.0"
+comrak = { version = "0.14", default-features = false }
fast_qr = "0.5.1"
futures = "0.3"
get_if_addrs = "0.5"