parecode 0.1.1

A terminal coding agent built for token efficiency and local model reliability
# 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 = "parecode"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal coding agent built for token efficiency and local model reliability"
homepage = "https://github.com/PartTimer1996/parecode"
readme = "README.md"
keywords = [
    "ai",
    "coding-agent",
    "llm",
    "ollama",
    "mcp",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/PartTimer1996/parecode"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4.44"

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

[dependencies.clap_complete]
version = "4"

[dependencies.crossterm]
version = "0.29"
features = ["event-stream"]

[dependencies.flate2]
version = "1"

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

[dependencies.ratatui]
version = "0.30"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.tar]
version = "0.4"

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

[dependencies.toml]
version = "0.9.8"

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

[dependencies.xz2]
version = "0.1"

[dependencies.zip]
version = "8.1.0"

[profile.dist]
lto = "thin"
inherits = "release"