[package] name = "pecho" version = "2.0.1" authors = ["Yuto Nishida "] edition = "2018" license = "MIT" description = "Painted echo: Echo with easy colors" repository = "https://github.com/starptr/pecho" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] colored = "2" clap = "2.33.3" lazy_static = "1.4.0" regex = "1"