[package] name = "text_art_cn" version = "0.3.1" edition = "2021" license = "MIT" description = "A text art generator can include any kind of characters depending on the font. The art is composed of Braille characters like ⠐ ⠝ ⠿ ⣫ ⣷" keywords = ["ascii", "art"] authors = ["guissy "] [dependencies] image = "0.24.7" imageproc = "0.23.0" rusttype = "0.9.3" clap = { version = "4.3.10", features = ["derive"] } [features] cli = []