[package] name = "termio" version = "0.1.0" authors = ["Noah PERRIN NICOLAS "] edition = "2021" description = "An experimental TUI library written in Rust." readme = "README.md" repository = "https://git.noahpn.io/metalab/termio" documentation = "https://docs.rs/termio" license = "MIT" keywords = ["terminal", "tui", "cli"] categories = ["command-line-interface", "graphics", "rendering", "visualization"] [dependencies] anyhow = "1.0.68" crossterm = "0.25.0"