average_color 0.1.1

Get the average color of an image
Documentation
[dependencies.async-std]
version = "1.10.0"

[dependencies.futures]
version = "0.3.17"

[dependencies.image]
version = "0.23.14"

[dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread"]
version = "1.11.0"

[package]
authors = ["Victor Aremu <victor.olorunbunmi@gmail.com>"]
categories = ["algorithms", "multimedia::images"]
description = "Get the average color of an image"
edition = "2018"
exclude = ["tests/*"]
license = "MIT"
name = "average_color"
readme = "README.md"
repository = "https://github.com/ahkohd/get_average"
version = "0.1.1"