zstd-sys 2.0.1+zstd.1.5.2

Low-level bindings for the zstd compression library.
Documentation
[build-dependencies.bindgen]
optional = true
version = "0.59"

[build-dependencies.cc]
features = ["parallel"]
version = "1.0.45"

[build-dependencies.pkg-config]
optional = true
version = "0.3"
[dependencies.libc]
version = "0.2.45"

[features]
debug = []
default = ["legacy", "zdict_builder"]
experimental = []
legacy = []
no_asm = []
non-cargo = []
std = []
thin = []
zdict_builder = []
zstdmt = []

[lib]
doctest = false

[package]
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
build = "build.rs"
categories = ["api-bindings", "compression"]
description = "Low-level bindings for the zstd compression library."
edition = "2018"
include = ["/LICENSE", "/*.*", "/src/", "/wasm-shim/**/*.h", "/zstd/LICENSE", "/zstd/COPYING", "/zstd/lib/**/*.c", "/zstd/lib/**/*.h", "/zstd/lib/**/*.S"]
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.1+zstd.1.5.2"
[package.metadata.docs.rs]
features = ["experimental"]