# 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 = "evalchroma" version = "1.0.3" authors = ["Kornel "] build = false exclude = ["tests/"] autobins = false autoexamples = false autotests = false autobenches = false description = "Guess the best chroma subsampling mode for a given image" homepage = "https://lib.rs/crates/evalchroma" documentation = "https://docs.rs/evalchroma/" readme = "README.md" keywords = [ "ycbcr", "444", "420", "subsampling", ] categories = [ "graphics", "multimedia::encoding", ] license = "Apache-2.0 OR MIT" repository = "https://gitlab.com/kornelski/evalchroma.git" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "evalchroma" path = "src/lib.rs" [dependencies.imgref] version = "1.10.1" [dependencies.rgb] version = "0.8.50" default-features = false [dev-dependencies.lodepng] version = "3.10" [badges.maintenance] status = "actively-developed"