# 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 = "imager" version = "0.3.2" authors = ["colbyn "] exclude = ["assets"] description = "Automated image compression; optimizes the compression using various heuristics." homepage = "https://imager.io" readme = "README.md" keywords = ["image", "optimization", "compression"] license = "MPL-2.0" repository = "https://github.com/imager-io/imager" [package.metadata.docs.rs] features = ["buildtype-docs-only"] [dependencies.colourado] version = "0.2.0" [dependencies.either] version = "^1" features = ["serde"] [dependencies.exoquant] version = "0.2.0" [dependencies.glob] version = "^0.3" [dependencies.image] version = "^0.22" [dependencies.imageproc] version = "^0.19" [dependencies.indicatif] version = "0.12.0" [dependencies.itertools] version = "0.8.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "^0.2" [dependencies.lodepng] version = "2.5.0" [dependencies.mozjpeg-sys] version = "^0.10" [dependencies.png] version = "0.15.1" [dependencies.rand] version = "^0.7" [dependencies.rayon] version = "1.1.0" [dependencies.rgb2yuv420] version = "0.2.3" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.structopt] version = "0.3.5" [dependencies.vmaf-sys] version = "0.0.10" [dependencies.webp-dev] version = "0.4.1" [features] buildtype-docs-only = [] default = []