[package] name = "termint" version = "0.5.2" authors = ["Martin Slezák (github.com/Martan03)"] description = "Library for colored printing and Terminal User Interfaces" keywords = ["tui", "terminal", "termint", "ansi-codes", "color-printing"] repository = "https://github.com/Martan03/termint" documentation = "https://docs.rs/termint/latest/termint/" readme = "README.md" license-file = "LICENSE" edition = "2021" exclude = ["src/main.rs", ".github"] [dependencies] term_size = "0.3.2" [dev-dependencies] criterion = "0.5.1" rand = "0.8.5" [[bench]] name = "main" harness = false