[package] name = "dotacat" version = "0.3.0" authors = ["Stephen "] description = "Like lolcat, but fast" edition = "2021" 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 = { version = "4.0", features = ["derive", "cargo"] } regex = "1" lazy_static = "1.4"