libdeflate-sys 1.25.2

Bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer operations. Contains bindings for raw deflate, zlib, and gzip data.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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