[dependencies.crossterm]
optional = true
version = "0.28"
[dependencies.termion]
optional = true
version = "4.0.2"
[dependencies.termwiz]
optional = true
version = "0.22"
[features]
crossterm = ["dep:crossterm"]
termion = ["dep:termion"]
termwiz = ["dep:termwiz"]
[lib]
name = "ratatui_eventInput"
path = "src/lib.rs"
[package]
authors = ["Earthgame_s"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Unify input from diffrent ratatui backends"
edition = "2021"
license = "MIT"
name = "ratatui-eventInput"
readme = "README.md"
repository = "https://github.com/Earthgames/ratatui-input"
version = "0.1.0"