# 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 = "libpng-sys" version = "1.1.9" authors = ["Kornel "] links = "png" include = [ "README.md", "Cargo.toml", "src/*.rs", "build.rs", "/vendor/*.c", "/vendor/*.h", "/vendor/arm/*.c", "/vendor/arm/*.h", "/vendor/arm/*.S", "vendor/scripts/pnglibconf.h.prebuilt", ] description = "Unreliable bindings for libpng 1.6. They're likely to bring sorrow and regret. Please use a native Rust PNG library instead (e.g. LodePNG 2.0)" homepage = "http://www.libpng.org/pub/png/libpng.html" documentation = "http://libpng.org/pub/png/libpng-manual.txt" readme = "README.md" keywords = [ "png", "codec", "ffi", "bindings", ] categories = ["multimedia::images"] license = "Libpng" repository = "https://github.com/kornelski/rust-libpng-sys.git" resolver = "2" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.cloudflare-zlib-sys] version = "0.3.0" optional = true [dependencies.libc] version = "0.2.113" [dependencies.libz-sys] version = "1.1.3" optional = true [build-dependencies.cc] version = "1.0.72" [build-dependencies.dunce] version = "1.0.2" [build-dependencies.pkg-config] version = "0.3.24" [features] build = ["static"] default = ["libz-sys"] static = [] static-libz = ["libz-sys/static"] [badges.maintenance] status = "deprecated"