[package]
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
build = "build.rs"
categories = [
"api-bindings",
"compression",
]
description = "Low-level bindings for the zstd compression library."
keywords = [
"zstd",
"zstandard",
"compression",
]
license = "MIT/Apache-2.0"
links = "zstd"
name = "zstd-sys"
readme = "Readme.md"
repository = "https://github.com/gyscos/zstd-rs"
version = "2.0.9+zstd.1.5.5"
edition = "2018"
rust-version = "1.64"
include = [
"/LICENSE*",
"!/*.sh",
"/build.rs",
"/*.h",
"/src/",
"/wasm-shim/**/*.h",
"/zstd/LICENSE",
"/zstd/COPYING",
"/zstd/lib/**/*.c",
"/zstd/lib/**/*.h",
"/zstd/lib/**/*.S",
]
[package.metadata.docs.rs]
features = ["experimental"]
[lib]
doctest = false
[build-dependencies.bindgen]
optional = true
version = "0.68"
default-features = false
features = ["runtime", "which-rustfmt"]
[build-dependencies.pkg-config]
version = "0.3"
[build-dependencies.cc]
version = "1.0.45"
features = ["parallel"]
[features]
default = ["legacy", "zdict_builder"]
debug = []
experimental = []
legacy = []
non-cargo = []
pkg-config = []
std = []
zstdmt = []
thin = []
no_asm = []
zdict_builder = []
fat-lto = []
thin-lto = []