miniz_oxide_c_api 0.3.2

DEFLATE compression and decompression API designed to be Rust drop-in replacement for miniz
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"
rust-version = "1.63"
name = "miniz_oxide_c_api"
version = "0.3.2"
authors = [
    "Frommi <daniil.liferenko@gmail.com>",
    "oyvindln <oyvindln@users.noreply.github.com>",
]
build = "src/build.rs"
exclude = [
    "benches/data/*",
    "/*.sh",
    "/redefine.txt",
    "fuzz/*",
    "tests/*",
    "miniz/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DEFLATE compression and decompression API designed to be Rust drop-in replacement for miniz"
homepage = "https://github.com/Frommi/miniz_oxide/"
documentation = "https://docs.rs/miniz_oxide_c_api"
readme = "README.md"
keywords = [
    "zlib",
    "miniz",
    "deflate",
    "encoding",
]
categories = ["compression"]
license = "MIT"
repository = "https://github.com/Frommi/miniz_oxide"

[features]
benching = [
    "build_orig_miniz",
    "no_c_export",
]
build_orig_miniz = []
build_stub_miniz = []
default = []
fuzzing = [
    "build_orig_miniz",
    "no_c_export",
]
libc_stub = []
miniz_zip = ["build_stub_miniz"]
no_c_export = []
simd = ["miniz_oxide/simd"]

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

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

[dependencies.cc]
version = "1.2.60"

[dependencies.crc32fast]
version = "1.5.0"

[dependencies.libc]
version = "0.2.183"

[dependencies.miniz_oxide]
version = "0.9.0"

[build-dependencies.cc]
version = "1.2"

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"