ansimake 0.1.0

Quickly convert pixel images of ANSI art created with AI to actual ANSI art
Documentation
[[bin]]
name = "ansimake"
path = "src/main.rs"

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

[dependencies.image]
version = "0.25"

[dependencies.palette]
version = "0.7"

[dependencies.terminal_size]
version = "0.3"

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

[package]
authors = ["Dotan Nahum <dotan@rng0.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "multimedia", "text-processing"]
description = "Quickly convert pixel images of ANSI art created with AI to actual ANSI art"
documentation = "https://docs.rs/ansimake"
edition = "2021"
homepage = "https://github.com/jondot/ansimake"
keywords = ["ansi", "art", "terminal", "image", "converter"]
license = "MIT"
name = "ansimake"
readme = "README.md"
repository = "https://github.com/jondot/ansimake"
version = "0.1.0"