cloud_terrastodon_user_input 0.33.0

Helper functions for interacting with users in the terminal
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 = "2024"
name = "cloud_terrastodon_user_input"
version = "0.33.0"
authors = ["TeamDman"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helper functions for interacting with users in the terminal"
readme = "README.md"
keywords = [
    "azure",
    "cli",
    "iac",
    "cloud",
    "sdk",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
    "api-bindings",
    "asynchronous",
    "parsing",
]
license = "LiLiQ-R-1.1"
repository = "https://github.com/AAFC-Cloud/Cloud-Terrastodon.git"

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

[[example]]
name = "are_you_sure"
path = "examples/are_you_sure.rs"

[[example]]
name = "multiline"
path = "examples/multiline.rs"

[[example]]
name = "pick_a_noun"
path = "examples/pick_a_noun.rs"

[[example]]
name = "pick_a_path"
path = "examples/pick_a_path.rs"

[[example]]
name = "pick_many_nouns"
path = "examples/pick_many_nouns.rs"

[[example]]
name = "prompt_line"
path = "examples/prompt_line.rs"

[[example]]
name = "read_line"
path = "examples/read_line.rs"

[[example]]
name = "starting_search"
path = "examples/starting_search.rs"

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

[dependencies.compact_str]
version = "0.9.0"
features = ["arbitrary"]

[dependencies.eyre]
version = "0.6.12"

[dependencies.indexmap]
version = "2.2.6"
features = ["serde"]

[dependencies.itertools]
version = "0.14.0"

[dependencies.nucleo]
version = "0.5.0"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.tokio]
version = "1.44.2"
features = ["full"]

[dependencies.tracing]
version = "0.1.40"

[dependencies.tui-textarea]
version = "0.7.0"