You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-flate2/flate2-fix-metadata.diff

28 lines
771 B

5 years ago
--- flate2-1.0.14/Cargo.toml 2020-03-17T14:09:08+00:00
+++ flate2-1.0.14/Cargo.toml 2020-03-17T22:56:12.104517+00:00
@@ -25,10 +25,6 @@
repository = "https://github.com/alexcrichton/flate2-rs"
[dependencies.cfg-if]
version = "0.1.6"
-
-[dependencies.cloudflare-zlib-sys]
-version = "0.2.0"
-optional = true
[dependencies.crc32fast]
version = "1.2.0"
@@ -76,13 +72,10 @@
[features]
any_zlib = []
-cloudflare_zlib = ["any_zlib", "cloudflare-zlib-sys"]
default = ["rust_backend"]
rust_backend = ["miniz_oxide"]
tokio = ["tokio-io", "futures"]
5 years ago
zlib = ["any_zlib", "libz-sys"]
-[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))".dependencies.miniz_oxide]
5 years ago
-version = "0.3.5"
[badges.appveyor]
repository = "alexcrichton/flate2-rs"