cloudflare-zlib-sys 0.3.7

Cloudflare fork of zlib with performance improvements
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 = "2021"
name = "cloudflare-zlib-sys"
version = "0.3.7"
authors = [
    "Vlad Krasnov <vlad@cloudflare.com>",
    "Kornel LesiƄski <kornel@geekhood.net>",
    "Mark Adler <madler@alumni.caltech.edu>",
]
build = "rust/build.rs"
links = "cfzlib"
include = [
    "rust/README.md",
    "LICENSE",
    "Cargo.toml",
    "rust/*.rs",
    "/*.[ch]",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cloudflare fork of zlib with performance improvements"
homepage = "https://lib.rs/crates/cloudflare-zlib-sys"
documentation = "https://www.zlib.net/manual.html"
readme = "rust/README.md"
keywords = [
    "cloudflare",
    "libz",
    "gzip",
]
categories = [
    "external-ffi-bindings",
    "compression",
]
license = "Zlib"
repository = "https://github.com/cloudflare/zlib"

[badges.maintenance]
status = "deprecated"

[features]
asm = []

[lib]
name = "cloudflare_zlib_sys"
crate-type = [
    "lib",
    "staticlib",
]
path = "rust/lib.rs"

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