--- zstd-sys-2.0.8+zstd.1.5.5/Cargo.toml 1970-01-01T00:00:01+00:00 +++ zstd-sys-2.0.8+zstd.1.5.5/Cargo.toml 2023-08-01T13:04:14.123960+00:00 @@ -13,20 +13,15 @@ edition = "2018" rust-version = "1.43" name = "zstd-sys" -version = "2.0.8+zstd.1.5.5" +version = "2.0.8" authors = ["Alexandre Bury "] build = "build.rs" links = "zstd" -include = [ - "/LICENSE", - "/*.*", - "/src/", - "/wasm-shim/**/*.h", - "/zstd/LICENSE", - "/zstd/COPYING", - "/zstd/lib/**/*.c", - "/zstd/lib/**/*.h", - "/zstd/lib/**/*.S", +exclude = [ + "/test_it.sh", + "/update_bindings.sh", + "/update_zstd.sh", + "/wasm-shim/", ] description = "Low-level bindings for the zstd compression library." readme = "Readme.md" @@ -52,12 +47,11 @@ version = "0.2.45" [build-dependencies.bindgen] -version = "0.64" +version = "0.63" features = [ "runtime", "which-rustfmt", ] -optional = true default-features = false [build-dependencies.cc] @@ -68,6 +62,7 @@ version = "0.3" [features] +bindgen = [] debug = [] default = [ "legacy",