termfoto 0.6.2

Fast terminal photo viewer — keyboard-driven, chafa-rendered
# 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 = "termfoto"
version = "0.6.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast terminal photo viewer — keyboard-driven, chafa-rendered"
readme = "README.md"
keywords = [
    "tui",
    "image",
    "viewer",
    "terminal",
    "chafa",
]
categories = [
    "command-line-utilities",
    "multimedia::images",
]
license = "MIT"
repository = "https://github.com/raconworks/termfoto"

[features]
chafa = [
    "ratatui-image/chafa-dyn",
    "ratatui-image/image-defaults",
]
chafa-static = [
    "ratatui-image/chafa-static",
    "ratatui-image/image-defaults",
]
default = []

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

[dependencies.anyhow]
version = "1"

[dependencies.crossterm]
version = "0.29"

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

[dependencies.ratatui]
version = "0.30"
features = ["crossterm"]
default-features = false

[dependencies.ratatui-image]
version = "11"
features = ["crossterm"]
default-features = false

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

[profile.release]
opt-level = "z"
lto = "fat"
codegen-units = 1
panic = "abort"
strip = true