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

57 lines
1.1 KiB

--- zstd-sys-2.0.1+zstd.1.5.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zstd-sys-2.0.1+zstd.1.5.2/Cargo.toml 2022-08-06T17:03:27.974126+00:00
@@ -12,20 +12,15 @@
[package]
edition = "2018"
name = "zstd-sys"
-version = "2.0.1+zstd.1.5.2"
+version = "2.0.1"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
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,7 +47,6 @@
[build-dependencies.bindgen]
version = "0.59"
-optional = true
[build-dependencies.cc]
version = "1.0.45"
@@ -60,9 +54,9 @@
[build-dependencies.pkg-config]
version = "0.3"
-optional = true
[features]
+bindgen = []
debug = []
default = [
"legacy",
@@ -72,6 +66,7 @@
legacy = []
no_asm = []
non-cargo = []
+pkg-config = []
std = []
thin = []
zdict_builder = []