[[bin]]
doc = false
name = "termimage"
path = "src/main.rs"
test = false
[dependencies.clap]
version = "2.33"
[dependencies.image]
version = "0.25"
[dependencies.term_size]
version = "0.3"
[lib]
name = "termimage"
path = "src/lib.rs"
[package]
authors = ["nabijaczleweli <nabijaczleweli@gmail.com>", "Josh Triplett <josh@joshtriplett.org>", "Aaron Hill <aa1ronham@gmail.com>", "Orhun Parmaksız <orhunparmaksiz@gmail.com>", "caeklol", "Chris West (Faux) <git@goeswhere.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Display images in your terminal, kind of"
documentation = "https://rawcdn.githack.com/nabijaczleweli/termimage/doc/termimage/index.html"
exclude = ["*.enc"]
keywords = ["image", "terminal", "picture", "display", "show"]
license = "MIT"
name = "termimage"
readme = "README.md"
repository = "https://github.com/nabijaczleweli/termimage"
version = "1.2.2"
[target.'cfg(target_os = "windows")'.dependencies.winapi]
features = ["winbase", "wincon"]
version = "0.3"
[[test]]
name = "mod"
path = "tests/mod.rs"