# 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 = "2021" name = "promptuity" version = "0.0.5" authors = ["wadackel "] description = "Promptuity is a library that provides interactive prompts." homepage = "https://github.com/wadackel/promptuity" documentation = "https://docs.rs/promptuity" readme = "README.md" keywords = [ "cli", "ask", "prompt", "interactive", "console", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/wadackel/promptuity" [dependencies.crossterm] version = "0.27.0" [dependencies.strip-ansi-escapes] version = "0.2.0" [dependencies.thiserror] version = "1.0.56" [dependencies.unicode-width] version = "0.1.11" [dev-dependencies.fuzzy-matcher] version = "0.3.7" [dev-dependencies.indicatif] version = "0.17.7" [dev-dependencies.insta] version = "1.34.0" [dev-dependencies.pretty_assertions] version = "1.4.0"