limit-cli 0.0.46

AI-powered terminal coding assistant with TUI. Multi-provider LLM support, session persistence, and built-in tools.
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 = "2021"
name = "limit-cli"
version = "0.0.46"
authors = ["Mário Idival <marioidival@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI-powered terminal coding assistant with TUI. Multi-provider LLM support, session persistence, and built-in tools."
readme = "README.md"
keywords = [
    "cli",
    "ai",
    "assistant",
    "coding",
    "terminal",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/marioidival/limit"

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

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

[[example]]
name = "debug_typescript"
path = "examples/debug_typescript.rs"

[[example]]
name = "test_api_request"
path = "examples/test_api_request.rs"

[[example]]
name = "test_clipboard"
path = "examples/test_clipboard.rs"

[[example]]
name = "test_full_request"
path = "examples/test_full_request.rs"

[[example]]
name = "test_image_upload"
path = "examples/test_image_upload.rs"

[[example]]
name = "test_json"
path = "examples/test_json.rs"

[[example]]
name = "test_zai_format"
path = "examples/test_zai_format.rs"

[[example]]
name = "test_zai_formats"
path = "examples/test_zai_formats.rs"

[[example]]
name = "test_zai_image_url"
path = "examples/test_zai_image_url.rs"

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

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

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

[dependencies.arboard]
version = "3.6"

[dependencies.ast-grep-core]
version = "0.42"

[dependencies.ast-grep-language]
version = "0.42"
features = ["builtin-parser"]

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

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.crossterm]
version = "0.29"
features = ["bracketed-paste"]

[dependencies.dirs]
version = "5.0"

[dependencies.frizbee]
version = "0.8"

[dependencies.futures]
version = "0.3"

[dependencies.ignore]
version = "0.4"

[dependencies.image]
version = "0.25"
features = [
    "jpeg",
    "png",
    "gif",
    "webp",
]

[dependencies.limit-agent]
version = "0.0.46"

[dependencies.limit-llm]
version = "0.0.46"

[dependencies.limit-tui]
version = "0.0.46"

[dependencies.lsp-types]
version = "0.95"

[dependencies.rand]
version = "0.10"

[dependencies.ratatui]
version = "0.29"

[dependencies.regex]
version = "1.10"

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

[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.shlex]
version = "1.3"

[dependencies.similar]
version = "2.4"

[dependencies.syntect]
version = "5.2"
features = [
    "default-onig",
    "parsing",
    "dump-load",
]
default-features = false

[dependencies.tempfile]
version = "3.8"

[dependencies.thiserror]
version = "2"

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

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

[dependencies.tracing]
version = "0.1"
features = [
    "max_level_trace",
    "release_max_level_warn",
]

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.url]
version = "2.5"

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "serde",
]

[dependencies.walkdir]
version = "2.5"