# 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] name = "optimal-image" version = "0.3.1" authors = ["Andrea Moretti "] description = "Find optimal compression level for images based on DSSIM similarity" license = "MIT" [lib] name = "optimal_image" path = "src/optimal_image/lib.rs" [[bin]] name = "optimal-image" path = "src/bin/main.rs" [dependencies.clap] version = "2.32.0" [dependencies.dssim] version = "2.9.9" [dependencies.image] version = "0.19.0" [dependencies.imgref] version = "1.3.5" [dependencies.libc] version = "0.2.43" [dependencies.lodepng] version = "2.1.2" [dependencies.rgb] version = "0.8.11" [dependencies.serde] version = "1.0.82" [dependencies.serde_derive] version = "1.0.82" [dependencies.vips-sys] version = "0.1.2" [badges.travis-ci] branch = "master" repository = "https://github.com/axyz/optimal-image"