cargo : inquire @ 0.7.5
Cargo.toml
169 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.66.0"name = "inquire"version = "0.7.5"authors = ["Mikael Mello <git@mikaelmello.com>"]include = [ "/examples", "/src", "/../LICENSE",]description = "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"[package.metadata.docs.rs]all-features = truerustdoc-args = [ "--cfg", "docsrs",][lib]name = "inquire"path = "src/lib.rs"doctest = true[[example]]name = "form"required-features = [ "date", "macros",][[example]]name = "date"required-features = [ "date", "macros",][[example]]name = "editor"required-features = ["editor"][[example]]name = "expense_tracker"required-features = [ "date", "macros",][[example]]name = "render_config"required-features = [ "date", "macros",][[example]]name = "empty_render_config"required-features = [ "date", "macros",][[example]]name = "text_options"required-features = ["macros"][[example]]name = "password_full_featured"required-features = ["macros"][[example]]name = "manual_date_input"required-features = ["date"][dependencies.bitflags]version = "2"[dependencies.chrono]version = "0.4"optional = true[dependencies.console]version = "0.15"features = ["windows-console-colors"]optional = true[dependencies.crossterm]version = "0.25"optional = true[dependencies.dyn-clone]version = "1"[dependencies.fuzzy-matcher]version = "0.3.7"optional = truedefault-features = false[dependencies.fxhash]version = "0.2"[dependencies.newline-converter]version = "0.3"[dependencies.once_cell]version = "1.18.0"[dependencies.tempfile]version = "3"optional = true[dependencies.termion]version = "2.0"optional = true[dependencies.unicode-segmentation]version = "1"[dependencies.unicode-width]version = "0.1"[dev-dependencies.chrono]version = "0.4"[dev-dependencies.rstest]version = "0.18.2"[features]date = ["chrono"]default = [ "macros", "crossterm", "one-liners", "fuzzy",]editor = ["tempfile"]fuzzy = ["fuzzy-matcher"]macros = []one-liners = []