# 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 = "uniart" version = "1.0.0" authors = ["Gabriel Myszkier "] description = "A CLI tool to convert images and gifs to terminal characters." readme = "README.md" keywords = [ "unicode", "ascii", "art", "cli", "terminal", ] license = "MIT OR Apache-2.0" repository = "https://github.com/gre-v-el/uniart" [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.ctrlc] version = "3.4.4" [dependencies.image] version = "0.25.1" [dependencies.termion] version = "4.0.2"