# 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 = "2018" name = "emoji_pix" version = "0.2.1" authors = ["Michael Milton "] description = "A simple command-line utility (and Rust crate!) for converting from a conventional image file (e.g. a PNG file) into a pixel-art version constructed with emoji" license = "GPL-3.0-only" [dependencies.clap] version = "3.0.0" features = ["cargo", "derive"] [dependencies.image] version = "0.23.14" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-traits] version = "0.2.14" [dependencies.scarlet] version = "1.1.0" [dependencies.unicode_names2] version = "0.4.0"