[package] name = "shellcolor" # update on release version = "0.2.1" edition = "2021" repository = "https://github.com/patbeagan1/Open-Source-Requests" readme = "Readme.md" homepage = "https://patbeagan.dev" license-file = "LICENSE.txt" description = "A utility for coloring and formatting terminal output. It just returns the requested string with the proper formatting applied." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "3.0.0" regex = "1.10.2" #pest = "2.1" #pest_derive = "2.1"