sixrs 0.1.2

A fast image to Sixel encoder for terminals
# 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 = "2024"
name = "sixrs"
version = "0.1.2"
build = false
include = [
    "asset/sixrs_screenshot.png",
    "Cargo.lock",
    "Cargo.toml",
    "LICENSE-APACHE",
    "README.md",
    "src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast image to Sixel encoder for terminals"
readme = "README.md"
keywords = [
    "sixel",
    "terminal",
    "image",
    "cli",
]
categories = [
    "command-line-utilities",
    "multimedia::images",
]
license = "Apache-2.0"

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

[dependencies.image]
version = "0.25.6"
features = [
    "bmp",
    "gif",
    "ico",
    "jpeg",
    "png",
    "pnm",
    "tiff",
    "webp",
]
default-features = false

[dependencies.libc]
version = "0.2"