# 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 = "geekbar_dialoguer" version = "0.1.0" authors = [ "Armin Ronacher ", "Pavan Kumar Sunkara ", ] description = "A command line prompting library." homepage = "https://github.com/mitsuhiko/dialoguer" documentation = "https://docs.rs/dialoguer" readme = "README.md" keywords = [ "cli", "menu", "prompt", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/mitsuhiko/dialoguer" [dependencies.console] version = "0.15.0" [dependencies.fuzzy-matcher] version = "0.3.7" optional = true [dependencies.tempfile] version = "3" optional = true [dependencies.unicode-segmentation] version = "1.9.0" optional = true [dependencies.zeroize] version = "1.1.1" optional = true [features] completion = [] default = [ "editor", "password", ] editor = ["tempfile"] fuzzy-select = [ "fuzzy-matcher", "unicode-segmentation", ] history = [] password = ["zeroize"]