[package] name = "termrect" version = "0.1.2" authors = ["Matt Peterson "] repository = "https://github.com/ricochet1k/termrect" description = "Abstract representation of a styled rectangle of characters" license = "MIT" keywords = ["terminal", "tui"] readme = "README.md" [dependencies] bitfield = "0.13" itertools = "0.7.8" termion = "^1.5.1" unicode-width = "^0.1.5"