# 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] name = "sixel-sys-static" version = "0.3.2" authors = ["AdnoC "] build = "build.rs" links = "sixel" description = "FFI bindings to libsixel, static linkage" homepage = "https://github.com/AdnoC/sixel-sys" readme = "README.md" keywords = [ "sixel", "libsixel", "image", ] license = "MIT" repository = "https://github.com/AdnoC/sixel-sys" [dependencies.curl-sys] version = "0.3.11" optional = true [dependencies.gdk-pixbuf-sys] version = "0.3.4" optional = true [dependencies.mozjpeg-sys] version = "2.0.2" optional = true [dev-dependencies.lazy_static] version = "0.2.8" [build-dependencies.make-cmd] version = "0.1.0" [build-dependencies.pkg-config] version = "0.3.27" [features] curl = ["curl-sys"] default = ["static"] gd = [] jpeg = ["mozjpeg-sys"] pixbuf = ["gdk-pixbuf-sys"] png = [] python_interface = [] static = []