rasteroid 0.3.0

terminal image / video graphics ( iterm / kitty / sixel )
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 = "2024"
name = "rasteroid"
version = "0.3.0"
authors = ["Meron Bossin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "terminal image / video graphics ( iterm / kitty / sixel )"
homepage = "https://github.com/Skardyy/mcat"
documentation = "https://github.com/Skardyy/mcat"
readme = "README.md"
keywords = [
    "sixel",
    "iterm",
    "kitty",
    "terminal",
    "terminal-graphics",
]
categories = [
    "graphics",
    "rendering",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/Skardyy/mcat"

[lib]
name = "rasteroid"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.color_quant]
version = "1.1.0"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.fast_image_resize]
version = "6.0.0"
features = ["image"]

[dependencies.image]
version = "0.25.9"
features = [
    "bmp",
    "dds",
    "exr",
    "ff",
    "gif",
    "hdr",
    "ico",
    "jpeg",
    "png",
    "pnm",
    "qoi",
    "tga",
    "tiff",
    "webp",
]
default-features = false

[dependencies.libc]
version = "0.2.183"

[dependencies.rand]
version = "0.10.0"

[dependencies.shared_memory_fork]
version = "0.12.5"

[dependencies.signal-hook]
version = "0.4.3"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.ffmpeg-sidecar]
version = "2.4.0"

[target."cfg(windows)".dependencies.windows]
version = "0.62.2"
features = [
    "Win32_Foundation",
    "Win32_UI_WindowsAndMessaging",
]