icy_sixel-cli 0.5.1

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

[[bin]]
name = "sixel"
path = "src/main.rs"

[[test]]
name = "cli_smoke"
path = "tests/cli_smoke.rs"

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

[dependencies.icy_sixel]
version = "0.5.1"

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

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.1"

[dev-dependencies.tempfile]
version = "3.10"