# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "asciify" version = "0.1.6" authors = ["Himanshu Kattelu "] exclude = ["images/*", "test-images/*", "src/main.rs"] description = "A rust library for converting images to a readable format on the command line" readme = "README.md" keywords = ["ascii", "images"] license-file = "LICENSE" repository = "https://github.com/Hkattelu/Asciify" [lib] name = "asciify" path = "src/lib.rs" [dependencies.image] version = "0.23.8" [dependencies.structopt] version = "0.3.16" [dependencies.termcolor] version = "1"