agcodex-arg0 0.1.0

Command-line argument handling utilities for AGCodex
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 = "2024"
name = "agcodex-arg0"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line argument handling utilities for AGCodex"
homepage = "https://github.com/agcodex/agcodex"
documentation = "https://docs.rs/agcodex-arg0"
readme = false
keywords = [
    "ai",
    "coding-assistant",
    "ast",
    "tree-sitter",
    "llm",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/agcodex/agcodex"
resolver = "2"

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

[dependencies.agcodex-apply-patch]
version = "0.1.0"

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

[dependencies.agcodex-linux-sandbox]
version = "0.1.0"

[dependencies.anyhow]
version = "1"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]

[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"