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