onefetch-image 2.27.1

Display images in the terminal
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 = "onefetch-image"
version = "2.27.1"
authors = ["o2sh <ossama-hjaji@live.fr>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Display images in the terminal"
readme = "README.md"
license = "MIT"
repository = "https://github.com/o2sh/onefetch"

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

[dependencies.anyhow]
version = "1.0.101"

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

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

[target."cfg(not(windows))".dependencies.base64]
version = "0.22.1"

[target."cfg(not(windows))".dependencies.color_quant]
version = "1.1.0"

[target."cfg(not(windows))".dependencies.rustix]
version = "1.1.4"
features = [
    "termios",
    "event",
]