You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-zstd-sys/zstd-sys-fix-metadata.diff

43 lines
922 B

--- zstd-sys-2.0.9+zstd.1.5.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zstd-sys-2.0.9+zstd.1.5.5/Cargo.toml 2024-01-15T14:43:55.623033+00:00
@@ -17,18 +17,11 @@
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
build = "build.rs"
links = "zstd"
-include = [
- "/LICENSE*",
- "!/*.sh",
- "/build.rs",
- "/*.h",
- "/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"
@@ -56,7 +49,6 @@
"runtime",
"which-rustfmt",
]
-optional = true
default-features = false
[build-dependencies.cc]
@@ -67,6 +59,7 @@
version = "0.3"
[features]
+bindgen = []
debug = []
default = [
"legacy",