asciify 0.1.6

A rust library for converting images to a readable format on the command line
Documentation
[dependencies.image]
version = "0.23.8"

[dependencies.structopt]
version = "0.3.16"

[dependencies.termcolor]
version = "1"

[lib]
name = "asciify"
path = "src/lib.rs"

[package]
authors = ["Himanshu Kattelu <himanshukattelu@gmail.com>"]
description = "A rust library for converting images to a readable format on the command line"
edition = "2018"
exclude = ["images/*", "test-images/*", "src/main.rs"]
keywords = ["ascii", "images"]
license-file = "LICENSE"
name = "asciify"
readme = "README.md"
repository = "https://github.com/Hkattelu/Asciify"
version = "0.1.6"