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.
|
|
|
--- zstd-0.8.0+zstd.1.4.9/Cargo.toml 1970-01-01T00:00:00+00:00
|
|
|
|
+++ zstd-0.8.0+zstd.1.4.9/Cargo.toml 2021-05-10T14:32:17.508937+00:00
|
|
|
|
@@ -13,7 +13,7 @@
|
|
|
|
[package]
|
|
|
|
edition = "2018"
|
|
|
|
name = "zstd"
|
|
|
|
-version = "0.8.0+zstd.1.4.9"
|
|
|
|
+version = "0.8.0"
|
|
|
|
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
|
|
|
|
exclude = ["assets/*.zst"]
|
|
|
|
description = "Binding for the zstd compression library."
|
|
|
|
@@ -56,7 +56,7 @@
|
|
|
|
[features]
|
|
|
|
bindgen = ["zstd-safe/bindgen"]
|
|
|
|
debug = ["zstd-safe/debug"]
|
|
|
|
-default = ["legacy"]
|
|
|
|
+default = ["legacy", "bindgen", "pkg-config"]
|
|
|
|
experimental = ["zstd-safe/experimental"]
|
|
|
|
legacy = ["zstd-safe/legacy"]
|
|
|
|
pkg-config = ["zstd-safe/pkg-config"]
|