# 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 = "dominant_color" version = "0.4.0" authors = ["Marek Michalik "] description = "Simple image color extractor written in Rust with no external dependencies" readme = "README.md" categories = [ "algorithms", "multimedia::images", ] license = "MIT" repository = "https://github.com/marekm4/dominant_color" [dev-dependencies.image] version = "0.24.5" features = ["jpeg"] default-features = false