# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "glyph_ui" version = "0.1.0" authors = ["Charles Hall "] include = ["src"] description = "TUI library utilizing the Elm architecture" homepage = "https://forge.typ3.tech/charles/glyph_ui" documentation = "https://docs.rs/glyph_ui" readme = "README.md" keywords = ["tui", "ncurses", "ui", "terminal", "interface"] categories = ["command-line-interface", "gui"] license = "MIT OR Apache-2.0" repository = "https://forge.typ3.tech/charles/glyph_ui" [dependencies.crossterm] version = "0.19" features = ["event-stream"] [dependencies.euclid] version = "0.22" [dependencies.futures] version = "0.3" [dependencies.keyboard-types] version = "0.5" [dependencies.parking_lot] version = "0.11" [dependencies.textwrap] version = "0.13" [dependencies.thiserror] version = "1" [dependencies.unicode-segmentation] version = "1" [dev-dependencies.tokio] version = "0.3" features = ["full"]