# 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 = "gifsicle" version = "1.95.0" authors = [ "Eddie Kohler ", "Kornel ", "Hans Dinsen-Hansen ", ] build = "build.rs" links = "gifsicle" include = [ "/src/*.rs", "/build.rs", "/vendor/COPYING", "/README.md", "/Cargo.toml", "/vendor/src/*.[ch]", "/vendor/include/*/*.h", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings for gifsicle library. Supports lossy compression. GPL." homepage = "https://www.lcdf.org/gifsicle/" readme = "README.md" keywords = [ "gif", "lossy", "encoder", "ffi", ] categories = [ "multimedia::encoding", "external-ffi-bindings", ] license-file = "vendor/COPYING" repository = "https://gitlab.com/kornelski/gifsicle-rust.git" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "gifsicle" path = "src/lib.rs" [[bin]] name = "gifsicle" path = "src/main.rs" [dependencies.libc] version = "0.2.150" [build-dependencies.cc] version = "1.0.100" [badges.maintenance] status = "as-is"