[package] name = "gifscii" version = "1.1.1" edition = "2021" description = "A CLI to animate GIFs in the terminal" categories = ["command-line-utilities", "multimedia::images"] keywords = ["gif", "terminal", "animation"] authors = ["taep96 ", "Nora "] repository = "https://github.com/taep96/gifscii" homepage = "https://taep96.moe/projects/squircle-path" license = "MIT" readme = "README.md" [dependencies] anyhow = "1.0" clap = { version = "4.5.21", features = ["derive"] } clio = { version = "0.3.5", features = ["clap-parse", "http-ureq"] } crossterm = "0.28" ctrlc = "3.4" image = "0.25.5" itertools = "0.13.0"