blockish 1.0.2

display images in a terminal with UTF8 blocks
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "blockish"
version = "1.0.2"
authors = ["yazgoo <yazgoo@gmail.com>"]
exclude = ["images/*"]
description = "display images in a terminal with UTF8 blocks"
homepage = "https://github.com/yazgoo/blockish"
readme = "README.md"
keywords = [
    "cli",
    "utf8",
    "terminal",
    "image",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/yazgoo/blockish"

[profile.dev]
opt-level = 3

[dependencies.clap]
version = "4"
features = ["cargo"]

[dependencies.image]
version = "0.24"

[dependencies.lazy_static]
version = "1.4"

[dependencies.num_cpus]
version = "1"

[dependencies.scoped_threadpool]
version = "0.1"

[dependencies.term_size]
version = "0.3"

[dev-dependencies.cgmath]
version = "0.17"

[dev-dependencies.euc]
version = "0.4"

[dev-dependencies.gif]
version = "0.10"

[dev-dependencies.terminal_size]
version = "0.1"

[dev-dependencies.tiny-skia]
version = "0.11"

[dev-dependencies.tobj]
version = "0.1"

[dev-dependencies.vek]
version = "0.9.9"