[package] name = "dota2cat" version = "0.2.3" authors = ["Stephen ", "Lynnesbian "] description = "An updated fork of dotacat (which is like lolcat, but fast)" edition = "2021" license = "MIT" readme = "README.md" homepage = "https://gitlab.com/Lynnesbian/dota2cat" repository = "https://gitlab.com/Lynnesbian/dota2cat" keywords = ["cli", "rainbow", "cat", "colourful", "colorful"] categories = ["command-line-utilities"] [dependencies] colored = "2.0.0" rand = "0.8.4" clap = { version = "3.0.0", features = ["derive"] } regex = "1.5.4" lazy_static = "1.4.0" exitcode = "1.1.2" [[bin]] name = "dotacat" path = "src/main.rs"