colorparse 3.0.0

Parse color configuration strings (in Git syntax) into ansi_term::Style objects.
Documentation
[package]
name = "colorparse"
version = "3.0.0"
authors = ["Josh Triplett <josh@joshtriplett.org>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["colour", "colourparse", "ansi_term", "git", "style"]
repository = "https://github.com/joshtriplett/colorparse"
homepage = "https://github.com/joshtriplett/colorparse"
description = "Parse color configuration strings (in Git syntax) into ansi_term::Style objects."

[dependencies]
ansi_term = "0.12.1"