# Copyright 2018-2020 Peter Williams # Licensed under the MIT License. [package] name = "tcprint" version = "0.1.5" authors = ["Peter Williams "] description = "Structured, colorized printing to the terminal using `termcolor`" homepage = "https://github.com/pkgw/drorg" documentation = "https://docs.rs/crate/tcprint" repository = "https://github.com/pkgw/drorg" readme = "README.md" license = "MIT" edition = "2018" [dependencies] termcolor = "^1.0"