--- zstd-0.10.0+zstd.1.5.2/Cargo.toml 1970-01-01T00:00:01+00:00 +++ zstd-0.10.0+zstd.1.5.2/Cargo.toml 2022-04-12T10:15:44.434153+00:00 @@ -12,9 +12,9 @@ [package] edition = "2018" name = "zstd" -version = "0.10.0+zstd.1.5.2" +version = "0.10.0" authors = ["Alexandre Bury "] -exclude = ["assets/*.zst"] +exclude = ["/assets/", "/appveyor.yml", "/rustfmt.toml"] description = "Binding for the zstd compression library." documentation = "https://docs.rs/zstd" readme = "Readme.md" @@ -44,7 +44,7 @@ arrays = ["zstd-safe/arrays"] bindgen = ["zstd-safe/bindgen"] debug = ["zstd-safe/debug"] -default = ["legacy", "arrays"] +default = ["legacy", "arrays", "bindgen", "pkg-config"] doc-cfg = [] experimental = ["zstd-safe/experimental"] legacy = ["zstd-safe/legacy"]