icy_sixel-cli 0.4.1

Command-line tool for encoding and decoding SIXEL graphics
[[bin]]
name = "sixel"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.icy_sixel]
version = "0.4.0"

[dependencies.image]
default-features = false
features = ["png", "jpeg", "gif", "webp"]
version = "0.25.4"

[package]
authors = ["Mike Krüger <mkrueger@posteo.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "graphics", "multimedia::images"]
description = "Command-line tool for encoding and decoding SIXEL graphics"
edition = "2021"
homepage = "https://github.com/mkrueger/icy_sixel"
keywords = ["sixel", "terminal", "graphics", "cli", "image"]
license = "Apache-2.0"
name = "icy_sixel-cli"
readme = "README.md"
repository = "https://github.com/mkrueger/icy_sixel"
version = "0.4.1"