clawless-cli 0.5.0

Generate and develop CLIs with Clawless
# 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"
rust-version = "1.88.0"
name = "clawless-cli"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate and develop CLIs with Clawless"
readme = "README.md"
keywords = [
    "cli",
    "framework",
]
categories = ["command-line-utilities"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/aonyx-ai/clawless.git"

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

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

[dependencies.anyhow]
version = "1.0.16"

[dependencies.clawless]
version = "=0.5.0"

[dependencies.convert_case]
version = ">=0.1,<1"

[dependencies.getset]
version = ">=0.1,<1"

[dependencies.indoc]
version = "2.0.0"

[dependencies.typed-builder]
version = ">=0.5,<1"

[dependencies.typed-fields]
version = ">=0.6,<1"

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

[dev-dependencies.trycmd]
version = ">=0.9, <2"