# 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 = "gifscii" version = "1.1.1" authors = [ "taep96 ", "Nora ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI to animate GIFs in the terminal" homepage = "https://taep96.moe/projects/squircle-path" readme = "README.md" keywords = [ "gif", "terminal", "animation", ] categories = [ "command-line-utilities", "multimedia::images", ] license = "MIT" repository = "https://github.com/taep96/gifscii" [[bin]] name = "gifscii" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.clio] version = "0.3.5" features = [ "clap-parse", "http-ureq", ] [dependencies.crossterm] version = "0.28" [dependencies.ctrlc] version = "3.4" [dependencies.image] version = "0.25.5" [dependencies.itertools] version = "0.13.0"