We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbed76 commit 25541bdCopy full SHA for 25541bd
Cargo.toml
@@ -15,6 +15,7 @@ DEFLATE compression and decompression exposed as Read/BufRead/Write streams.
15
Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,
16
and raw deflate streams.
17
"""
18
+exclude = [".*"]
19
20
[dependencies]
21
libz-sys = { version = "1.1.8", optional = true, default-features = false }
0 commit comments