ndarray-image 0.1.0

Zero-copy conversion between ndarray and image crates
Documentation
[package]
name = "ndarray-image"
version = "0.1.0"
authors = ["Geordon Worley <vadixidav@gmail.com>"]
edition = "2018"
description = "Zero-copy conversion between ndarray and image crates"
keywords = ["ndarray", "image", "conversion"]
categories = ["multimedia::images"]
repository = "https://github.com/rust-photogrammetry/ndarray-image"
documentation = "https://docs.rs/ndarray-image/"
license = "MIT"
readme = "README.md"

[dependencies]
image = { version = "0.22.1", default-features = false }
ndarray = { version = "0.12.1", default-features = false }

[dev-dependencies]
structopt = "0.2.18"
image = "0.22.1"