--- zstd-safe-3.0.1+zstd.1.4.9/Cargo.toml 1970-01-01T00:00:00+00:00 +++ zstd-safe-3.0.1+zstd.1.4.9/Cargo.toml 2021-03-06T23:17:57.614492+00:00 @@ -12,7 +12,7 @@ [package] name = "zstd-safe" -version = "3.0.1+zstd.1.4.9" +version = "3.0.1" authors = ["Alexandre Bury "] build = "build.rs" description = "Safe low-level bindings for the zstd compression library." @@ -29,9 +29,9 @@ [dependencies.zstd-sys] version = "=1.4.20" default-features = false +features = ["pkg-config", "bindgen"] [features] -bindgen = ["zstd-sys/bindgen"] debug = ["zstd-sys/debug"] default = ["legacy"] experimental = ["zstd-sys/experimental"]