--- zstd-safe-2.0.4+zstd.1.4.5/Cargo.toml 2020-05-24T04:16:44+00:00 +++ zstd-safe-2.0.4+zstd.1.4.5/Cargo.toml 2020-06-06T01:10:16.412143+00:00 @@ -12,7 +12,7 @@ [package] name = "zstd-safe" -version = "2.0.4+zstd.1.4.5" +version = "2.0.4" authors = ["Alexandre Bury "] description = "Safe low-level bindings for the zstd compression library." readme = "Readme.md" @@ -28,9 +28,9 @@ [dependencies.zstd-sys] version = "=1.4.16" default-features = false +features = ["pkg-config", "bindgen"] [features] -bindgen = ["zstd-sys/bindgen"] default = ["legacy"] experimental = ["zstd-sys/experimental"] legacy = ["zstd-sys/legacy"]