--- zstd-sys-1.6.3+zstd.1.5.2/Cargo.toml 1970-01-01T00:00:01+00:00 +++ zstd-sys-1.6.3+zstd.1.5.2/Cargo.toml 2022-04-12T10:22:49.978386+00:00 @@ -12,11 +12,11 @@ [package] edition = "2018" name = "zstd-sys" -version = "1.6.3+zstd.1.5.2" +version = "1.6.3" authors = ["Alexandre Bury "] build = "build.rs" links = "zstd" -include = ["/LICENSE", "/*.*", "/src/", "/zstd/LICENSE", "/zstd/COPYING", "/zstd/lib/**/*.c", "/zstd/lib/**/*.h", "/zstd/lib/**/*.S"] +exclude = ["/test_it.sh", "/update_bindings.sh", "/update_zstd.sh"] description = "Low-level bindings for the zstd compression library." readme = "Readme.md" keywords = ["zstd", "zstandard", "compression"] @@ -44,7 +44,7 @@ [features] debug = [] -default = ["legacy"] +default = ["legacy", "pkg-config", "bindgen"] experimental = [] legacy = [] no_asm = []