rustyclaw-tui 0.3.0

Terminal UI client for RustyClaw
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.85"
name = "rustyclaw-tui"
version = "0.3.0"
authors = ["Erica Stith <erica@example.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal UI client for RustyClaw"
homepage = "https://github.com/rexlunae/RustyClaw"
readme = false
keywords = [
    "ai",
    "agent",
    "tui",
    "terminal",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/rexlunae/RustyClaw"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

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

[dependencies.colored]
version = "3.1"

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "6.0"

[dependencies.futures-util]
version = "0.3"

[dependencies.indicatif]
version = "0.18"

[dependencies.iocraft]
version = "0.7"

[dependencies.nucleo-matcher]
version = "0.3"

[dependencies.qrcode]
version = "0.14"
default-features = false

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "rustls",
    "stream",
    "blocking",
    "form",
]
default-features = false

[dependencies.rpassword]
version = "7"

[dependencies.rustyclaw-core]
version = "0.3.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.shellexpand]
version = "3.1"

[dependencies.smol]
version = "2"

[dependencies.strum]
version = "0.28"
features = ["derive"]

[dependencies.tokio]
version = "1.35"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.28"
features = ["rustls-tls-webpki-roots"]

[dependencies.tokio-util]
version = "0.7"

[dependencies.totp-rs]
version = "5.7"
features = [
    "gen_secret",
    "otpauth",
]

[dependencies.tracing]
version = "0.1"

[dependencies.unicode-width]
version = "0.2"

[dependencies.url]
version = "2.5"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(feature, values("signal"))']