limit-cli 0.0.23

AI-powered terminal coding assistant with REPL and 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.23"
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 REPL and 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"

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

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

[dependencies.arboard]
version = "3.6"

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

[dependencies.bincode]
version = "1.0"

[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.limit-agent]
version = "0.0.23"

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

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

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

[dependencies.ratatui]
version = "0.29"

[dependencies.regex]
version = "1.10"

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

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

[dependencies.rustyline]
version = "14.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.similar]
version = "2.4"

[dependencies.syntect]
version = "5.2"
features = [
    "default-fancy",
    "regex-fancy",
    "parsing",
    "html",
    "yaml-load",
    "dump-load",
]
default-features = false

[dependencies.tempfile]
version = "3.8"

[dependencies.termimad]
version = "0.34"

[dependencies.thiserror]
version = "1.0"

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

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

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

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