[[bench]]
harness = false
name = "benches"
[dependencies]
[dev-dependencies.colored]
version = "2"
[dev-dependencies.criterion]
version = "0.3"
[features]
alloc = []
default = ["std"]
std = []
[package]
authors = ["kurt <kurtlawrence92@gmail.com>"]
description = "Catergorise ANSI - ANSI escape code parser and categoriser"
documentation = "https://docs.rs/cansi/"
edition = "2021"
homepage = "https://github.com/kurtlawrence/cansi"
keywords = ["ansi", "parsing", "terminal", "no_std"]
license = "MIT"
name = "cansi"
readme = "README.md"
repository = "https://github.com/kurtlawrence/cansi"
version = "2.2.1"