# 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 = "ansinator_ansi_image" version = "0.1.2" authors = ["Dax99993"] description = "A Library defining specific structures for representing and converting an image in ansi" keywords = [ "graphics", "ansi", "image", "ascii", ] categories = ["graphics"] license = "MIT" repository = "https://github.com/dax99993/ansinator" [dependencies.ansi_term] version = "0.12.1" [dependencies.ansinator_ascii_font] version = "0.1.0" [dependencies.ansinator_image_binarize] version = "0.1.0" [dependencies.ansinator_terminal_colors] version = "0.1.0" [dependencies.image] version = "0.24.3" [dependencies.terminal_size] version = "0.2.1"