# 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 = "turbojpeg-sys" version = "1.0.1" authors = ["Jan Špaček "] build = "build.rs" links = "turbojpeg" exclude = [ "libjpeg-turbo/.gitattributes", "libjpeg-turbo/.github/", "libjpeg-turbo/BUILDING.md", "libjpeg-turbo/change.log", "libjpeg-turbo/ChangeLog.md", "libjpeg-turbo/coderules.txt", "libjpeg-turbo/doc/", "libjpeg-turbo/doxygen*", "libjpeg-turbo/fuzz/", "libjpeg-turbo/java/", "libjpeg-turbo/testimages/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Raw bindings for TurboJPEG" homepage = "https://github.com/honzasp/rust-turbojpeg" readme = "README.md" keywords = [ "jpeg", "image", "decoder", "encoder", ] categories = [ "compression", "external-ffi-bindings", "multimedia::images", ] license = "Unlicense OR MIT" repository = "https://github.com/honzasp/rust-turbojpeg/turbojpeg-sys" resolver = "2" [lib] name = "turbojpeg_sys" path = "src/lib.rs" [dependencies.libc] version = "^0.2" [build-dependencies.anyhow] version = "^1.0" [build-dependencies.bindgen] version = "^0.57" optional = true [build-dependencies.cmake] version = "^0.1" optional = true [build-dependencies.pkg-config] version = "^0.3" optional = true [features] default = [ "cmake", "pkg-config", "require-simd", ] require-simd = []