larpshell 0.1.4

Ctrl+C then Ctrl+V is simply too much work. Just let an LLM rule your terminal directly!!
# 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 = "larpshell"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ctrl+C then Ctrl+V is simply too much work. Just let an LLM rule your terminal directly!!"
homepage = "https://github.com/uwuclxdy/larpshell"
readme = "README.md"
keywords = [
    "cli",
    "ai",
    "shell",
    "terminal",
    "larp",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/uwuclxdy/larpshell"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.colored]
version = "3.1.1"

[dependencies.dirs]
version = "6.0.0"

[dependencies.inquire]
version = "0.9.4"

[dependencies.log]
version = "0.4.29"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "rustls",
]

[dependencies.rustyline]
version = "18.0.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.strip-ansi-escapes]
version = "0.2.1"

[dependencies.thiserror]
version = "2.0.18"

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

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

[dependencies.toml]
version = "1.1.2"

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

[target."cfg(unix)".dependencies.nix]
version = "0.31.2"
features = ["term"]