[go: up one dir, main page]

zstd-sys 1.4.0+zstd.1.3.2

Low-level bindings for the zstd compression library.
Documentation
[package]
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
name = "zstd-sys"
build = "build.rs"
version = "1.4.0+zstd.1.3.2"
description = "Low-level bindings for the zstd compression library."
keywords = ["zstd", "zstandard", "compression"]
categories = ["api-bindings", "compression"]
repository = "https://github.com/gyscos/zstd-rs"
license = "MIT/Apache-2.0"
readme = "Readme.md"
links = "zstd"

[build-dependencies]
bindgen = { version = "0.30", optional = true }
gcc = "0.3.51"
glob = "0.2.11"

[dependencies]
libc = "0.2.21"

[features]
default = ["legacy"]
legacy = []
zstdmt = []