# 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 = "libwebp-sys" version = "0.11.0" authors = [ "XianYou ", "Kornel LesiƄski ", ] build = "build.rs" exclude = [ "*.sh", "*.am", ] include = [ "src/*.rs", "README.md", "build.rs", "/vendor/src/", "/vendor/sharpyuv", "/vendor/COPYING", "/vendor/PATENTS", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings to libwebp (bindgen, static linking)" homepage = "https://github.com/NoXF/libwebp-sys" readme = "README.md" keywords = [ "WebP", "Image", "Codec", "Decoder", "Encoder", ] license = "MIT" repository = "https://github.com/NoXF/libwebp-sys" [profile.test] opt-level = 2 [lib] name = "libwebp_sys" path = "src/lib.rs" [build-dependencies.cc] version = "1.1" [build-dependencies.glob] version = "0.3.1" [features] avx2 = [] default = [ "std", "parallel", ] neon = [] parallel = ["cc/parallel"] sse41 = [] std = []