clawless 0.5.0

An opinionated framework for building command-line 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 = "2024"
rust-version = "1.88.0"
name = "clawless"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An opinionated framework for building command-line applications"
readme = "README.md"
keywords = [
    "cli",
    "framework",
]
categories = ["command-line-interface"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/aonyx-ai/clawless.git"

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

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

[dependencies.anyhow]
version = "1.0.16"

[dependencies.clap]
version = "4.3.0"
features = [
    "cargo",
    "derive",
]

[dependencies.clawless-derive]
version = "=0.5.0"

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

[dependencies.inventory]
version = "0.3.0"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
]

[dependencies.tokio-util]
version = ">=0.4,<1"

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

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

[dev-dependencies.trybuild]
version = "1.0.86"