[package] name = "vt100" version = "0.1.0" authors = ["Jesse Luehrs "] 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"] license = "MIT" build = "build.rs" [build-dependencies] gcc = "0.3.27" pkg-config = "0.3.8" [dependencies] libc = "0.2.10" glib-sys = "0.3.0"