# 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 = "2018" name = "average_color" version = "0.1.1" authors = ["Victor Aremu "] exclude = ["tests/*"] description = "Get the average color of an image" readme = "README.md" categories = ["algorithms", "multimedia::images"] license = "MIT" repository = "https://github.com/ahkohd/get_average" [dependencies.async-std] version = "1.10.0" [dependencies.futures] version = "0.3.17" [dependencies.image] version = "0.23.14" [dependencies.tokio] version = "1.11.0" features = ["macros", "rt", "rt-multi-thread"]