cansi 1.0.0

Catergorise ANSI - ANSI escape code parser and categoriser
Documentation
[package]
name = "cansi"
description = "Catergorise ANSI - ANSI escape code parser and categoriser"
version = "1.0.0"
authors = ["kurt <kurtlawrence92@gmail.com>"]
license = "MIT"
homepage = "https://github.com/kurtlawrence/cansi"
repository = "https://github.com/kurtlawrence/cansi"
documentation = "https://docs.rs/cansi/"
readme = "README.md"
keywords = [ "ansi", "parsing", "terminal" ]
edition = "2018"

[dependencies]
parse-ansi = "0.1.6"
colored = "1.6.1"