agentty 0.13.5

Agentty is an ADE (Agentic Development Environment) for structured, controllable AI-assisted software development.
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 = "agentty"
version = "0.13.5"
authors = [
    "Vladimir Minev <minev.dev@gmail.com>",
    "Andrei Agaev <andagaev@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agentty is an ADE (Agentic Development Environment) for structured, controllable AI-assisted software development."
homepage = "https://github.com/agentty-xyz/agentty"
readme = false
license = "Apache-2.0"
repository = "https://github.com/agentty-xyz/agentty"
resolver = "2"

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

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

[[test]]
name = "e2e"
path = "tests/e2e/main.rs"

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

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

[dependencies.ag-agent]
version = "0.13.5"

[dependencies.ag-clipboard]
version = "0.13.5"

[dependencies.ag-forge]
version = "0.13.5"

[dependencies.ag-git]
version = "0.13.5"

[dependencies.ag-protocol]
version = "0.13.5"

[dependencies.ag-tui-text]
version = "0.13.5"

[dependencies.askama]
version = "0.16.0"

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

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

[dependencies.crossterm]
version = "0.29.0"
features = [
    "bracketed-paste",
    "events",
]
default-features = false

[dependencies.ignore]
version = "0.4"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "gif",
]
default-features = false

[dependencies.ratatui]
version = "0.30.1"
features = [
    "crossterm",
    "layout-cache",
    "std",
    "underline-color",
]
default-features = false

[dependencies.rustc-hash]
version = "2"

[dependencies.rustix]
version = "1.1"
features = [
    "event",
    "fs",
    "process",
]

[dependencies.semver]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sqlx]
version = "0.9"
features = [
    "macros",
    "migrate",
    "runtime-tokio",
    "sqlite",
]
default-features = false

[dependencies.tachyonfx]
version = "0.25.0"
features = ["std"]
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"
features = [
    "local-offset",
    "std",
]
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-util",
    "macros",
    "process",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.tokio-util]
version = "0.7"
default-features = false

[dependencies.tracing]
version = "0.1"

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

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.ag-agent]
version = "0.13.5"
features = ["test-utils"]

[dev-dependencies.ag-forge]
version = "0.13.5"
features = ["test-utils"]

[dev-dependencies.ag-git]
version = "0.13.5"
features = ["test-utils"]

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

[dev-dependencies.mockall]
version = "0.15"

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

[dev-dependencies.testty]
version = "0.13.5"

[lints.clippy]
dbg_macro = "warn"
debug_assert_with_mut_call = "warn"
exit = "warn"
expect_used = "warn"
get_unwrap = "warn"
must_use_candidate = "allow"
panic = "deny"
print_stderr = "warn"
print_stdout = "warn"
rc_buffer = "warn"
rc_mutex = "warn"
redundant_clone = "warn"
todo = "warn"
unimplemented = "warn"
unused_async = "warn"
unused_peekable = "warn"
unwrap_used = "warn"

[lints.clippy.pedantic]
level = "warn"
priority = -2

[lints.rust]
dead_code = "deny"
missing_docs = "deny"
unreachable_pub = "warn"
unsafe_code = "deny"