[[bin]]
name = "png2aa"
path = "src/cli.rs"
[dependencies.base64]
version = "~0.6.0"
[dependencies.getopts]
version = "0.2"
[dependencies.image]
version = "0.18.0"
[dependencies.ndarray]
version = "0.10.0"
[dependencies.string-error]
version = "0.1.0"
[package]
authors = ["Yusuke Sangenya (genya0407) <longinus.eva@gmail.com>"]
description = "Convert PNG image to ASCII Art."
documentation = "https://genya0407.github.io/png2aa/target/doc/png2aa/index.html"
keywords = ["image", "png"]
license-file = "LICENSE"
name = "png2aa"
readme = "README.md"
repository = "https://github.com/genya0407/png2aa"
version = "0.1.2"