ropt 0.1.0

Interactive CLI option configuration tool – define prompts declaratively and drive them from shell scripts
# 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 = "ropt"
version = "0.1.0"
authors = []
build = false
exclude = ["plan.txt"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive CLI option configuration tool – define prompts declaratively and drive them from shell scripts"
homepage = "https://github.com/ItsGPhillips/ropt"
documentation = "https://docs.rs/ropt"
readme = "README.md"
keywords = [
    "cli",
    "interactive",
    "prompt",
    "tui",
    "shell",
]
categories = [
    "command-line-utilities",
    "command-line-interface",
]
license = "MIT"
repository = "https://github.com/ItsGPhillips/ropt"

[[bin]]
name = "ropt"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.crossterm]
version = "0.27"

[dependencies.dirs]
version = "5"

[dependencies.fs2]
version = "0.4"

[dependencies.regex]
version = "1.12.3"

[dependencies.rmp-serde]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.uuid]
version = "1"
features = ["v4"]