agcodex-exec 0.1.0

Headless execution mode for AGCodex
Documentation
[[bin]]
name = "agcodex-exec"
path = "src/main.rs"

[dependencies.agcodex-arg0]
version = "0.1.0"

[dependencies.agcodex-common]
features = ["cli", "elapsed", "sandbox_summary"]
version = "0.1.0"

[dependencies.agcodex-core]
version = "0.1.0"

[dependencies.agcodex-ollama]
version = "0.1.0"

[dependencies.agcodex-protocol]
version = "0.1.0"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

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

[dependencies.owo-colors]
version = "4.2.0"

[dependencies.serde_json]
version = "1"

[dependencies.shlex]
version = "1.3.0"

[dependencies.tokio]
features = ["io-std", "macros", "process", "rt-multi-thread", "signal"]
version = "1"

[dependencies.tracing]
features = ["log"]
version = "0.1.41"

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

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.libc]
version = "0.2.175"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "3.13.0"

[dev-dependencies.wiremock]
version = "0.6"

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

[lints.clippy]
expect_used = "deny"
fallible_impl_from = "warn"
inefficient_to_string = "warn"
large_types_passed_by_value = "warn"
missing_const_for_fn = "warn"
unwrap_used = "deny"

[lints.rust]
rust-2024-compatibility = "warn"
rust-2024-incompatible-pat = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "command-line-utilities"]
description = "Headless execution mode for AGCodex"
documentation = "https://docs.rs/agcodex-exec"
edition = "2024"
homepage = "https://github.com/agcodex/agcodex"
keywords = ["ai", "coding-assistant", "ast", "tree-sitter", "llm"]
license = "Apache-2.0"
name = "agcodex-exec"
readme = false
repository = "https://github.com/agcodex/agcodex"
resolver = "2"
version = "0.1.0"

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

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