gifterm 0.1.2

Play GIF animations in kitty-protocol terminals
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 = "gifterm"
version = "0.1.2"
authors = ["Naledi Kekana"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Play GIF animations in kitty-protocol terminals"
readme = "README.md"
keywords = [
    "gif",
    "terminal",
    "kitty",
    "graphics",
    "animation",
]
categories = [
    "command-line-utilities",
    "multimedia::images",
]
license = "MIT"
repository = "https://github.com/nalediym/gifterm"

[features]
cli = ["dep:clap"]
default = ["cli"]

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

[[bin]]
name = "gifterm"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.base64]
version = "0.22"

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.image]
version = "0.25"

[dependencies.libc]
version = "0.2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3"

[profile.release]
opt-level = 3
lto = true