termimage 0.4.0

Display images in your terminal, kind of
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"]