# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "libwebp" version = "0.1.2" authors = ["Masaki Hara "] description = "A binding to libwebp" homepage = "https://github.com/qnighy/libwebp-rs" readme = "README.md" keywords = ["webp", "image"] categories = ["api-bindings", "multimedia", "multimedia::images"] license = "BSD-3-Clause" repository = "https://github.com/qnighy/libwebp-rs" [package.metadata.docs.rs] features = ["1_1", "demux", "mux", "__doc_cfg", "extern-types"] [dependencies.libwebp-sys2] version = "0.1.0" [dev-dependencies.rand] version = "0.6.5" [features] 0_5 = ["libwebp-sys2/0_5"] 0_6 = ["libwebp-sys2/0_6", "0_5"] 1_1 = ["libwebp-sys2/1_1", "0_6"] __doc_cfg = ["1_1", "demux", "mux"] default = [] demux = ["libwebp-sys2/demux"] extern-types = ["libwebp-sys2/extern-types"] mux = ["libwebp-sys2/mux"] static = ["libwebp-sys2/static"] [badges.is-it-maintained-issue-resolution] repository = "qnighy/libwebp-rs" [badges.is-it-maintained-open-issues] repository = "qnighy/libwebp-rs" [badges.travis-ci] branch = "master" repository = "qnighy/libwebp-rs"