libdeflater 1.25.1

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 = "libdeflater"
version = "1.25.1"
authors = ["Adam Kewley <contact@adamkewley.com>"]
build = false
exclude = [
    ".git*",
    ".travis.yml",
    "bench_data/",
    "examples/",
    "scripts/",
]
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 = ["libdeflate-sys/dynamic"]
freestanding = [
    "libdeflate-sys/freestanding",
    "use_rust_alloc",
]
use_rust_alloc = []

[lib]
name = "libdeflater"
path = "src/lib.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[[bench]]
name = "custom_benches"
path = "benches/custom_benches.rs"

[dependencies.libdeflate-sys]
version = "1.25.1"

[dev-dependencies.adler32]
version = "1.2.0"

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.flate2]
version = "1.0.11"