[package] name = "aart" version = "0.1.1" authors = ["Chuang Yu "] edition = "2018" description = "Convert image to ascii art." homepage = "https://github.com/cyyyu/aart" repository = "https://github.com/cyyyu/aart" keywords = ["image", "ascii", "art"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] image = "0.21.2" rusttype = "0.7.7" clap = "2.33.0"