[package] name = "requestty-ui" version = "0.5.0" authors = ["Lutetium Vanadium"] edition = "2018" description = "A widget based terminal ui rendering library." homepage="https://github.com/Lutetium-Vanadium/requestty#readme" repository = "https://github.com/Lutetium-Vanadium/requestty" documentation="https://docs.rs/requestty-ui" license = "MIT" readme = "README.md" keywords = ["interactive", "prompt", "cli", "inquirer", "enquirer"] categories = ["command-line-interface", "command-line-utilities"] exclude = ["*-snapshots"] [dependencies] bitflags = "1.3" textwrap = "0.15" unicode-segmentation = "1.9" once_cell = "1.12" crossterm = { version = "0.25", optional = true } termion = { version = "1.5", optional = true } [dev-dependencies] # remove color printing since it messes with the snapshot's colours # restrict to 1.11 due to the change in the working of autogenerated names # (https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md#1120) insta = { version = "=1.11", default-features = false } [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docsrs"] all-features = true