[dependencies.crossterm]
version = "0.23"
[dependencies.unicode-width]
version = "0.1.8"
[dev-dependencies.rand]
version = "0.8"
[features]
default = []
event = []
[package]
authors = ["Vincent Foulon <sup.vfoulon@gmail.com>"]
description = "A simple terminal framework to draw things and manage user input"
edition = "2021"
include = ["src/**/*", "LICENSE", "README.md"]
keywords = ["terminal", "tui", "input"]
license = "MIT"
name = "console_engine"
readme = "README.md"
repository = "https://github.com/VincentFoulon80/console_engine"
resolver = "2"
version = "2.3.0"