# 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 = "asciifire" version = "0.1.2" authors = ["Aaron Knudtson"] description = "Library and CLI to convert images into surprisingly accurate ascii representation" homepage = "https://github.com/aaronknudtson/asciifire" readme = "README.md" keywords = [ "cli", "image", "ascii", "creative", "fire", ] categories = [ "command-line-utilities", "multimedia", "multimedia::images", ] license = "MIT OR Apache-2.0" repository = "https://github.com/aaronknudtson/asciifire" [dependencies.anyhow] version = "1.0.65" [dependencies.assert_cmd] version = "2.0.4" [dependencies.assert_fs] version = "1.0.7" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.0.15" features = ["derive"] [dependencies.image] version = "0.24.4" [dependencies.png] version = "0.17.6" [dependencies.predicates] version = "2.1.1" [dependencies.termion] version = "1.5.6"