[package] name = "unit-testing" description = "A unit testing library" license-file = "LICENSE" version = "3.1.0" edition = "2021" repository = "https://github.com/otechdo/unit-testing" documentation = "https://docs.rs/unit-testing/" authors = ["Willy Micieli"] keywords = ["unit", "testing", "framework"] readme = "README.md" categories = ["development-tools"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] colored_truecolor = "0.1.0" is_executable = "1.0.1" progress_bar = "1.0.5" regex = "1.10.2"