# 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 = "ascii-gen" version = "1.1.0" authors = ["thed24"] description = "A command line tool to generate ascii art from images" homepage = "https://github.com/thed24/ascii-gen" readme = "README.md" keywords = [ "cli", "ascii", "art", "image", "generator", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/thed24/ascii-gen" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.image] version = "0.24.7" [dependencies.ratatui] version = "0.24.0"