[package]
name = "imagecli"
version = "0.2.0"
authors = ["theotherphil"]
edition = "2018"
description = "A command line image processing tool."
repository = "https://github.com/theotherphil/imagecli.git"
homepage = "https://github.com/theotherphil/imagecli"
license = "MIT"
exclude = ["images/*"]
[dependencies]
glob = "0.3.0"
image = "0.22.2"
imageproc = "0.19.1"
lazy_static = "1.4.0"
nom = "5.0.1"
regex = "1.0"
snafu = "0.5.0"
structopt = "0.3"
[dev-dependencies]
pretty_assertions = "0.6.1"
[lib]
name = "imagecli"
path = "src/lib.rs"
[[bin]]
name = "imagecli"
path = "src/main.rs"
doc = false