[package]
edition = "2018"
name = "libdeflate-sys"
version = "1.25.2"
authors = ["Adam Kewley <contact@adamkewley.com>"]
build = "build.rs"
links = "libdeflate"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer
operations. Contains bindings for raw deflate, zlib, and gzip data.
"""
homepage = "https://github.com/libdeflater/libdeflater"
readme = "README.md"
keywords = [
"gzip",
"zlib",
"deflate",
"encoding",
]
categories = [
"compression",
"api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/libdeflater/libdeflater"
[features]
dynamic = ["pkg-config"]
freestanding = []
[lib]
name = "libdeflate_sys"
path = "src/lib.rs"
[build-dependencies.cc]
version = "1.0"
[build-dependencies.pkg-config]
version = "0.3.9"
optional = true