[package] authors = ["David Bittner "] description = "A library using nom for parsing ANSI Escape Codes" homepage = "https://gitlab.com/blacknon/ansi-parser" name = "hwatch-ansi-parser" license = "MPL-2.0" version = "0.9.0" edition = "2018" [dependencies] heapless = "0.6.1" [dependencies.nom] default-features = false version = "4.2.3" [features] default = ["std"] std = ["nom/std"]