clawless-tui 0.6.1

Presentation layer for TUI-based applications using the Clawless framework
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-tui"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Presentation layer for TUI-based applications using the Clawless framework"
readme = "README.md"
keywords = [
    "cli",
    "framework",
    "tui",
]
categories = ["command-line-interface"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/aonyx-ai/clawless.git"

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

[dependencies.anyhow]
version = "1.0.16"

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

[dependencies.clawless-core]
version = "=0.6.1"

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

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

[lints.clippy]
expect_used = "warn"
missing_docs_in_private_items = "warn"
missing_errors_doc = "warn"
missing_panics_doc = "warn"
missing_safety_doc = "warn"
print_stderr = "warn"
print_stdout = "warn"
self_named_module_files = "warn"
unnecessary_safety_doc = "warn"
unwrap_used = "warn"

[lints.rust]
explicit_outlives_requirements = "deny"
missing_debug_implementations = "deny"
missing_docs = "deny"
unreachable_pub = "deny"
unsafe_code = "deny"