# 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 = "img2ascii" version = "0.1.0" authors = ["Ethan Zhang "] description = "A simple CLI tool to convert images to ascii text" homepage = "https://github.com/edzdez/img2ascii" readme = "README.md" keywords = ["cli", "graphics"] categories = ["command-line-utilities", "graphics"] license = "MIT" repository = "https://github.com/edzdez/img2ascii" resolver = "2" [[bin]] name = "img2ascii" [dependencies.anyhow] version = "1.0.51" [dependencies.image] version = "0.23.14" [dependencies.structopt] version = "0.3.25"