# 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 = "2018" rust-version = "1.56" name = "libwebp-image" version = "0.3.0" authors = ["Masaki Hara "] exclude = [ ".github", "/tests", ] description = "A bridge library for libwebp and image" homepage = "https://github.com/qnighy/libwebp-image-rs" readme = "README.md" keywords = [ "webp", "image", ] categories = [ "multimedia", "multimedia::images", ] license = "MIT OR Apache-2.0" repository = "https://github.com/qnighy/libwebp-image-rs" [dependencies.image] version = "0.24.0" default-features = false [dependencies.libwebp] version = "0.1.0" [dev-dependencies.approx] version = "0.4.0" [dev-dependencies.rand] version = "0.8.3" [features] default = [] libwebp-0_5 = ["libwebp/0_5"] libwebp-0_6 = [ "libwebp/0_6", "libwebp-0_5", ] libwebp-1_1 = [ "libwebp/1_1", "libwebp-0_6", ] [badges.is-it-maintained-issue-resolution] repository = "qnighy/libwebp-image-rs" [badges.is-it-maintained-open-issues] repository = "qnighy/libwebp-image-rs" [badges.travis-ci] branch = "master" repository = "qnighy/libwebp-image-rs"