termage 1.1.1

Display images in the terminal!
Documentation
[[bin]]
doc = false
name = "termage"
path = "src/bin/main.rs"

[dependencies.clap]
version = "2.29.4"

[dependencies.image]
version = "0.19.0"

[dependencies.terminal_graphics]
version = "0.1.5"

[dependencies.terminal_size]
version = "0.1.7"

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

[package]
authors = ["Calum Forster <calumforster@live.co.uk>"]
description = "Display images in the terminal!"
exclude = ["docs/*"]
keywords = ["terminal", "image", "view", "termage"]
license = "MIT/Apache-2.0"
name = "termage"
readme = "README.md"
repository = "https://github.com/calum/terminal_image_display"
version = "1.1.1"