# 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 = "image-to-ascii" version = "0.6.0" authors = ["kpberry"] exclude = [ "gallery", ".github", ] description = "Converts images and gifs to ascii art" readme = "README.md" license = "MIT" repository = "https://github.com/kpberry/image-to-ascii" [[bin]] name = "image-to-ascii" path = "src/main.rs" [dependencies.bdf-reader] version = "0.1.2" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.env_logger] version = "0.9.0" [dependencies.image] version = "0.24.2" [dependencies.indicatif] version = "0.16.2" [dependencies.log] version = "0.4.17" [dependencies.serde_json] version = "1.0.81"