[package]
name = "blockish"
version = "1.0.2"
authors = ["yazgoo <yazgoo@gmail.com>"]
edition = "2018"
license = "MIT"
description = "display images in a terminal with UTF8 blocks"
readme = "README.md"
homepage = "https://github.com/yazgoo/blockish"
repository = "https://github.com/yazgoo/blockish"
keywords = ["cli", "utf8", "terminal", "image"]
categories = ["command-line-utilities"]
exclude = ["images/*"]
[dependencies]
lazy_static = "1.4"
image = "0.24"
clap = { version = "4", features = ["cargo"] }
scoped_threadpool = "0.1"
num_cpus = "1"
term_size = "0.3"
[dev-dependencies]
euc = "0.4"
vek = "0.9.9"
tobj = "0.1"
terminal_size = "0.1"
glium = { git="https://github.com/glium/glium#d247ec25999c98cef5c2b3497ee78800cf586d96" }
cgmath = "0.17"
gif = "0.10"
tiny-skia = "0.11"
[profile.dev]
opt-level = 3