cargo : inquire @ 0.9.4
Cargo.toml
116 lines · toml
# 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"rust-version = "1.80.0"name = "inquire"version = "0.9.4"authors = ["Mikael Mello <git@mikaelmello.com>"]build = falseinclude = [ "/src", "/../LICENSE",]autolib = falseautobins = falseautoexamples = falseautotests = falseautobenches = falsedescription = "inquire is a library for building interactive prompts on terminals"homepage = "https://github.com/mikaelmello/inquire"documentation = "https://docs.rs/inquire"readme = "CRATE_README.md"keywords = [ "cli", "ask", "prompt", "question", "interactive",]categories = [ "command-line-interface", "value-formatting",]license = "MIT"repository = "https://github.com/mikaelmello/inquire"resolver = "2"[package.metadata.docs.rs]all-features = truerustdoc-args = [ "--cfg", "docsrs",][features]date = ["chrono"]default = [ "macros", "crossterm", "one-liners", "fuzzy",]editor = ["tempfile"]experimental-multiline-input = []fuzzy = ["fuzzy-matcher"]macros = []one-liners = [][lib]name = "inquire"path = "src/lib.rs"doctest = true[dependencies.bitflags]version = "2"[dependencies.chrono]version = "0.4"optional = true[dependencies.console]version = "0.16"features = ["windows-console-colors"]optional = true[dependencies.crossterm]version = "0.29.0"optional = true[dependencies.dyn-clone]version = "1"[dependencies.fuzzy-matcher]version = "0.3.7"optional = truedefault-features = false[dependencies.tempfile]version = "3"optional = true[dependencies.termion]version = "4.0"optional = true[dependencies.unicode-segmentation]version = "1"[dependencies.unicode-width]version = "0.2"[dev-dependencies.chrono]version = "0.4"[dev-dependencies.rstest]version = "0.26.1"