[go: up one dir, main page]

zstd-sys 1.4.8+zstd.1.3.8

Low-level bindings for the zstd compression library.
Documentation
[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 ="1.4.8+zstd.1.3.8"

[build-dependencies]
blob = "0.2.0"
glob = "0.2.11"

[build-dependencies.bindgen]
optional = true
version = "0.46.0"

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

[dependencies]
libc = "0.2.45"

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