[package]
name = "termimage"
version = "0.4.0"
authors = ["nabijaczleweli <nabijaczleweli@gmail.com>", "Josh Triplett <josh@joshtriplett.org>", "Aaron Hill <aa1ronham@gmail.com>"]
exclude = ["*.enc"]
description = "Display images in your terminal, kind of"
documentation = "https://rawcdn.githack.com/nabijaczleweli/termimage/doc/termimage/index.html"
readme = "README.md"
keywords = ["image", "terminal", "picture", "display", "show"]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/nabijaczleweli/termimage"
[[bin]]
name = "termimage"
test = false
doc = false
[dependencies.clap]
version = "2.33"
[dependencies.image]
version = "0.21"
[dependencies.lazy_static]
version = "1.3"
[dependencies.regex]
version = "1.1"
[dependencies.term_size]
version = "0.3"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "0.3"
features = ["winbase", "wincon"]