[package] name = "glyph_ui" version = "0.1.0" authors = ["Charles Hall "] edition = "2018" description = "TUI library utilizing the Elm architecture" homepage = "https://forge.typ3.tech/charles/glyph_ui" repository = "https://forge.typ3.tech/charles/glyph_ui" documentation = "https://docs.rs/glyph_ui" license = "MIT OR Apache-2.0" readme = "README.md" keywords = [ "tui", "ncurses", "ui", "terminal", "interface", ] categories = [ "command-line-interface", "gui", ] include = [ "src", ] [dependencies] crossterm = { version = "0.19", features = ["event-stream"] } euclid = "0.22" futures = "0.3" parking_lot = "0.11" textwrap = "0.13" unicode-segmentation = "1" thiserror = "1" keyboard-types = "0.5" [dev-dependencies] tokio = { version = "0.3", features = ["full"] }