[package] name = "eimg" version = "0.2.1" license = "MIT" repository= "https://gitlab.com/efronlicht/eimg" description = "Rust Image APIs and pixel type for working with image processing." authors = ["efron licht "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] image="0.21.1"