# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ndarray-image" version = "0.3.0" authors = ["Geordon Worley "] description = "Zero-copy conversion between ndarray and image crates" documentation = "https://docs.rs/ndarray-image/" readme = "README.md" keywords = ["ndarray", "image", "conversion"] categories = ["multimedia::images"] license = "MIT" repository = "https://github.com/rust-cv/ndarray-image" [dependencies.image] version = "0.23.12" default-features = false [dependencies.ndarray] version = "0.14.0" default-features = false [dev-dependencies.image] version = "0.23.12" [dev-dependencies.structopt] version = "0.3.21"