[package] name = "dotacat" version = "0.2.0" authors = ["Stephen <stephen@scd31.com>"] description = "Like lolcat, but fast" edition = "2018" license = "MIT" readme = "README.md" homepage = "https://git.scd31.com/stephen/dotacat" repository = "https://git.scd31.com/stephen/dotacat" keywords = ["cli", "rainbow", "cat", "colourful", "colorful"] categories = ["command-line-utilities"] [dependencies] colored = "2.0" rand = "0.7" clap = "3.0.0-beta.2" regex = "1" lazy_static = "1.4"