[package] name = "rustbox-multithread" version = "0.8.1" authors = ["Greg Chapple "] description = "A rust implementation of the termbox library" repository = "https://github.com/gchp/rustbox" homepage = "https://github.com/gchp/rustbox" readme = "README.md" license = "MIT" keywords = [ "termbox", "terminal", "gui", ] exclude = [ "examples/*" ] [lib] name = "rustbox" [dependencies] bitflags = "0.2.1" termbox-sys = "0.2.9" gag = "0.1.6" num = "0.1.13"