bearask 0.3.0

A really fast and featureful CLI prompting lib
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 = "bearask"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A really fast and featureful CLI prompting lib"
homepage = "https://github.com/TheBearodactyl/bearask"
readme = "README.md"
keywords = [
    "cli",
    "prompt",
    "interactive",
]
categories = []
license-file = "LICENSE"
repository = "https://github.com/TheBearodactyl/bearask"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dyn-clone]
version = "1.0.20"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.owo-colors]
version = "4.2.3"