clifcode 1.15.0

Open-source AI coding agent for your terminal — tool-calling loop, streaming, sessions, any provider
# 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 = "clifcode"
version = "1.15.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Open-source AI coding agent for your terminal — tool-calling loop, streaming, sessions, any provider"
homepage = "https://clifcode.io"
readme = "README.md"
keywords = [
    "ai",
    "coding",
    "agent",
    "tui",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/DLhugly/Clif-Code"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.ctrlc]
version = "3"

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

[dependencies.serde_json]
version = "1"

[dependencies.similar]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.ureq]
version = "2"
features = ["json"]

[profile.release]
opt-level = 3
lto = true