Remove some optional zip features

By getting rid of the bzip2 and time features, we reduce the number of
dependencies. The official tldr pages archive uses deflate compression,
so that should be sufficient.
This commit is contained in:
Danilo Bargen 2021-10-16 20:40:39 +02:00
commit 84227937ae
2 changed files with 3 additions and 42 deletions

View file

@ -27,7 +27,7 @@ serde = "1.0.21"
serde_derive = "1.0.21"
toml = "0.5.1"
walkdir = "2.0.1"
zip = "0.5"
zip = { version = "0.5", default-features = false, features = ["deflate"] }
[target.'cfg(not(windows))'.dependencies]
pager = "0.16"