[package] name = "vt100" version = "0.6.0" authors = ["Jesse Luehrs "] edition = "2018" description = "Library for parsing terminal data" homepage = "https://github.com/doy/vt100-rust" repository = "https://github.com/doy/vt100-rust" readme = "README.md" keywords = ["terminal", "vt100"] categories = ["command-line-interface", "encoding"] license = "MIT" [dependencies] itoa = "0.4" enumset = "0.4" log = "0.4" unicode-normalization = "0.1" unicode-width = "0.1" vte = "0.3"