Closed
Description
Even when building with libz-ng, gitoxide still has miniz_oxide
in its dependency tree (by way of flate2
), and cargo ends up having to compile it. This is visible via cargo tree
and the build logs from cargo.
This may be difficult to fix, as it's not trivial to say "use this only if that isn't set". But it'd be worth attempting to fix somehow, to eliminate the dependency and its compilation time.