--- zstd-safe-4.1.3+zstd.1.5.1/Cargo.toml 1970-01-01T00:00:01+00:00 +++ zstd-safe-4.1.3+zstd.1.5.1/Cargo.toml 2022-01-07T18:57:05.074668+00:00 @@ -12,7 +12,7 @@ [package] edition = "2018" name = "zstd-safe" -version = "4.1.3+zstd.1.5.1" +version = "4.1.3" authors = ["Alexandre Bury "] build = "build.rs" description = "Safe low-level bindings for the zstd compression library." @@ -21,6 +21,7 @@ categories = ["api-bindings", "compression"] license = "MIT/Apache-2.0" repository = "https://github.com/gyscos/zstd-rs" +exclude = ["/update_consts.sh"] [package.metadata.docs.rs] features = ["experimental", "arrays", "std"] [dependencies.libc] @@ -29,6 +30,7 @@ [dependencies.zstd-sys] version = "=1.6.2" default-features = false +features = ["pkg-config", "bindgen"] [features] arrays = []