# 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" version = "0.5.0" authors = ["Lutetium Vanadium"] exclude = [ "/.github/*", "/assets", "/requestty-ui", "/requestty-macro", "*-snapshots", ] description = "An easy-to-use collection of interactive cli prompts" homepage = "https://github.com/Lutetium-Vanadium/requestty#readme" documentation = "https://docs.rs/requestty" 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] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "macros" required-features = ["macros"] [[test]] name = "macros" required-features = ["macros"] [dependencies.macro] version = "=0.5.0" optional = true package = "requestty-macro" [dependencies.smallvec] version = "1.8" optional = true [dependencies.tempfile] version = "3" [dependencies.ui] version = "=0.5.0" package = "requestty-ui" [dev-dependencies.fuzzy-matcher] version = "0.3" [dev-dependencies.insta] version = "=1.11" default-features = false [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.regex] version = "1.5" [dev-dependencies.trybuild] version = "1.0.42" features = ["diff"] [features] crossterm = ["ui/crossterm"] default = [ "crossterm", "smallvec", ] macros = ["macro"] termion = ["ui/termion"] [target."cfg(unix)".dependencies.shell-words] version = "1.1" [target."cfg(windows)".dependencies.winsplit] version = "0.1"