# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "requestty-ui" version = "0.5.0" authors = ["Lutetium Vanadium"] exclude = ["*-snapshots"] description = "A widget based terminal ui rendering library." homepage = "https://github.com/Lutetium-Vanadium/requestty#readme" documentation = "https://docs.rs/requestty-ui" readme = "README.md" keywords = [ "interactive", "prompt", "cli", "inquirer", "enquirer", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/Lutetium-Vanadium/requestty" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] all-features = true [dependencies.bitflags] version = "1.3" [dependencies.crossterm] version = "0.25" optional = true [dependencies.once_cell] version = "1.12" [dependencies.termion] version = "1.5" optional = true [dependencies.textwrap] version = "0.15" [dependencies.unicode-segmentation] version = "1.9" [dev-dependencies.insta] version = "=1.11" default-features = false