standout-input 7.3.0

Declarative input collection for CLI applications
Documentation
# 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 = "standout-input"
version = "7.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Declarative input collection for CLI applications"
readme = "README.md"
keywords = [
    "cli",
    "input",
    "prompt",
    "editor",
    "terminal",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/arthur-debert/standout"

[features]
default = [
    "editor",
    "simple-prompts",
]
editor = [
    "dep:tempfile",
    "dep:which",
    "dep:shell-words",
]
inquire = ["dep:inquire"]
simple-prompts = []

[lib]
name = "standout_input"
path = "src/lib.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.clap]
version = "4"
features = ["std"]
default-features = false

[dependencies.inquire]
version = "0.7"
features = ["editor"]
optional = true

[dependencies.shell-words]
version = "1"
optional = true

[dependencies.tempfile]
version = "3"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.which]
version = "7"
optional = true

[dev-dependencies.tempfile]
version = "3"