kitget 0.0.2

Display and customize cat images in your terminal 😼
Documentation
[[bin]]
name = "kitget"
path = "src/main.rs"

[dependencies.bytes]
version = "1.10.1"

[dependencies.clap]
default-features = false
features = ["derive", "color", "error-context", "help", "usage", "std"]
version = "4.5.36"

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

[dependencies.reqwest]
default-features = false
features = ["default-tls", "json"]
version = "0.12.15"

[dependencies.thiserror]
default-features = false
version = "2.0.12"

[dependencies.tokio]
default-features = false
features = ["rt-multi-thread", "macros"]
version = "1.44.2"

[dependencies.viuer]
version = "0.9.1"

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

[package]
authors = ["Adam Perkowski <adas1per@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "graphics"]
description = "Display and customize cat images in your terminal 😼"
edition = "2024"
include = ["**/*.rs", "src/**/*", "Cargo.toml", "README.md", "LICENSE", "rustfmt.toml"]
keywords = ["api", "cli", "graphics", "cat"]
license = "MIT"
name = "kitget"
readme = "README.md"
repository = "https://github.com/adamperkowski/kitget"
version = "0.0.2"

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