# 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.3" authors = [ "Vlad Krasnov ", "Kornel LesiƄski ", "Mark Adler ", ] build = "rust/build.rs" links = "cfzlib" include = [ "rust/README.md", "LICENSE", "Cargo.toml", "rust/*.rs", "/*.[ch]", ] 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" [lib] crate-type = [ "lib", "staticlib", ] path = "rust/lib.rs" [build-dependencies.cc] version = "1.0.67" [features] asm = []